html{
  scroll-behavior: smooth;
}


.osB, .osBall * { 
  font-family: 'MyWebFont1', sans-serif;
}

@font-face {
  font-family: 'MyWebFont1';
  src: url('font/ObjectSans-Heavy.otf')  format('opentype');
}

.osH, .osHall * { 
  font-family: 'MyWebFont1', sans-serif;
}

@font-face {
  font-family: 'MyWebFont1';
  src: url('font/Object Sans Bold.otf')  format('opentype');
}

.osR, .osRall * { 
  font-family: 'MyWebFont2', sans-serif;
  letter-spacing: 0px !important;
}

@font-face {
  font-family: 'MyWebFont2';
  src: url('font/ObjectSans-Regular.otf')  format('opentype');
}

@-webkit-keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes hvr-pulse-grow {
  to {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.hvr-pulse-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.hvr-pulse-grow:hover, .hvr-pulse-grow:focus, .hvr-pulse-grow:active {
  -webkit-animation-name: hvr-pulse-grow;
  animation-name: hvr-pulse-grow;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}


.footer{
  background-image: url("/mem_module/library/allImg/footer-1.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-top:40px;
  padding-bottom: 15px;
}

h1{font-size:42px !important; color: black !important;}
p{font-size: 16px !important;}
h2{font-size: 28px !important;}
h3{font-size: 24px !important;}
h4{font-size: 20px !important;}
.hidden-cust{
  display: none;
}
.no-mg{margin-top: 0px !important;margin-bottom: 0px !important;}
.no-bt{margin-bottom: 0px !important;}
.no-top{margin-top: 5px !important;}
.sg-color{
  color:#cd957c !important;
}
.sg-text-color{
  color:black !important;
}

.white-a{color:white !important;}

.bg-grey{
background-color: #F1F2F2;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.bg-grey2{background-color: #dee0e2;
}
.bg-white{
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  padding-top: 20px;
  padding-bottom: 100px;
}
.mg-center{
  margin-left: auto !important;
  margin-right: auto !important;
}

.home-navbar .navbar-nav li>a{
  transition: color 1s;
  color:#000000 !important;
  letter-spacing: 0px !important;
}

.home-navbar .navbar-nav li.active>a{
  transition: color 1s;
  color:#2D69AE !important;
  font-family:'MyWebFont1', sans-serif !important;
}

.home-navbar .navbar-nav li>a:hover{
  transition: color 1s;
  color:#2D69AE !important;
}

.home-navbar .navbar-nav li.active::before{
  content:"";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-image: url("/mem_module/library/contentimg/menusign.png");
  height: 20px;
  width: 30px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.home-navbar .navbar-nav li.active>a{
  background-color: transparent !important;
}
.back-to-top { 
  background: none;
  margin: 0;
  position: fixed;
  bottom: 20px;
  color: #000;
  right: -15px;
  width: 90px;
  height: 85px;
  z-index: 98;
  display: none;
  text-decoration: none;
}
.back-to-top i { 
  font-size: 40px;
    background-color: black;
    color: white !important;
    border-radius: 50px;
    width: 40px;
    height: 40px;
    padding: 0px 8px 0px 7px;
    line-height: 34px;
}
.whatsapp {
    background: none;
    margin: 0;
    position: fixed;
    bottom: 120px;
    color: lightgrey;
    right: 38px;
    z-index: 98;
    display: none;
    text-decoration: none;
}
.whatsapp img{
  width: 60px !important;
}

.hr-cust{
  border-top: 1px solid black !important;
}


.navbar-default .icon{
  max-width: 25px !important;
}

.navbar-collapse{
  margin-top: 20px;
}
.hicon .section{
  border:1px solid !important;
  padding: 40px 20px 20px 20px;
}
.hicon .num{
  width: 100px;
  height: 100%;
}
.hicon .img{
    height: 100px;
    max-width: 100%;
}
.hexpert .subtitle,.hexpert .title,.hservices .subtitle,.hservices .title,.aboutus .subtitle,.aboutus .title{
  letter-spacing: 8px !important;
}
.hexpert .title,.hservices .title,.aboutus .desc .title{
  margin-top: 0px !important;
  color:#22333F !important;
}

.hportfolio{
  margin-top: 60px;
}

.hportfolio .ug-tile-navigation-wrapper{
    left: auto !important;
    right: 200px !important;
}
.cover-content{
  position: absolute;
  
  left: 0;
  right: 0;
  bottom: 0;
}

.cover-title{
  font-size: 22px !important;
}

.services .tab ul{
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  border:1px solid #A7A9AC !important;
  padding: 25px 20px 5px 10px !important;
}
.services .tab ul li{
  margin-right: 15px;
  margin-bottom: 10px;
}
.services .tab ul a{
  color:#22333F !important;
}

.services .collapse .title{
  margin-top: 50px !important;
  color: #22333F !important;
  letter-spacing: 3px !important;
}
.services .collapse .subtitle{
  letter-spacing: 8px !important;
  margin-bottom: 25px !important;
}
.services .collapse hr{
  border-top: 4px solid #B19766 !important;
  width: 60px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  margin-top: 0px !important;
}

.services .collapse .desc{
  letter-spacing: 2px;
  line-height: 1.7;
  color:#231F20 !important;
  margin-top: 25px !important;
  display: table-caption;
  caption-side: bottom;
}
.services .collapse .img {
  display: table;
  margin-bottom: 50px;
}

.services .tab .selected{
  border-bottom: 3px solid #B19766 !important;
  color:#B19766 !important;
  text-decoration: none !important;
}

.project .section{
  margin-bottom: 50px;
}
.project .ug-tile-icon{
  display: none !important;
}
.project .ug-textpanel,.project .ug-textpanel *{
  height: 100% !important;
}
.project .ug-textpanel-title{
  top:50% !important;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color:#B19766 !important;
  font-size: 22px !important;
}

.contactus .wrap .form-control{
  border:1px solid black !important;
  background-color: transparent !important;
  border-radius: 0px !important;
  color:black !important;
}

.footer .flogo{
  max-width: 280px;
  margin-bottom: 15px;
}
.footer p{
  line-height: 1.3;
  font-size:12px !important;
}

.footer .section1 p{
  margin-top: 12px;
}

.footer .logo img
{
  max-width:80px;
  max-height:75px;
}

.footer .copyright
{
  margin:20px 0 0 !important;
  color:#FFFFFF;
}

.footer .fsocial
{
  margin-top:20px;
}

.footer .footer-fb
{
  width:10px; 
  height:20px;
  margin-right:20px;
}

.footer .footer-google
{
  width:30px;
  height:19px;
}


.footer ul li 
{
  text-decoration: none;
  list-style: none;
  color:black;
}

.footer ul li a
{
  color:#FFFFFF;
}

.footer h5 img
{
  margin-right:3px;
}


@media only screen and (min-width: 500px) {
  .slick-brand .slick-slide img{
    max-width:140px !important;
    display:unset;
   }

   .wrap-brand .prev img, .wrap-brand .next img
   {
      width:40px;
   }
}

@media only screen and (max-width: 500px) {
  .slick-brand .slick-slide img{
    max-width:90px !important;
    display:unset;
   }
   .wrap-brand .prev img, .wrap-brand .next img
   {
      width:30px;
   }
}
@media  (min-width:1000px) and (max-width:1300px) {
  .home-navbar .navbar-nav li>a{
    font-size: 12px !important;
    letter-spacing: 1.2px;
  }
}

@media only screen and (min-width: 1600px){

}
@media only screen and (max-width: 768px){
  .navbar-header {
    border-bottom: 1px solid #FFFFFF;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 768px){
  .collapse{
    display: block !important;
  }
  .home-head{
    position: absolute !important; 
    background-color: rgb(255, 255, 255,0.8) !important;
    clip-path: polygon(0 0, 100% 0, 96% 100%, 4% 100%) !important;
    
  }
  
  .hservices .hservice-content
  {
    padding-left:50px;
    padding-right:250px;
  }
  .cover .container h2{
    font-size:30px !important;
  }
.copyright{font-size: 13px !important;}

.pd-rt{
  padding-right: 30px !important;
}
.pd-lt{
  padding-left:30px !important;
}
  .xs-display{display: none !important;}
  .navbar-nav {
      font-size: 18px !important;
      text-align: center;
      width: 100% !important;
      padding-bottom: 10px;
  }

  .navbar-nav>li {
      float: none !important;
      display: inline-block !important;
  }
  .navbar-default .br-left{
    border-left: 1px solid white !important;
    margin-right: 0px !important;
  }
  .navbar-default .br-left .img1{
    margin-left: 10px !important;
  }

.footerall .map-info
{
  position: absolute;
  width:330px;
  top:0;
  right:10%;
}
}
@media  (min-width:992px) and (max-width:1200px) {

  #myNavbar ul li>a{
    font-size: 14px !important;

  }
}
@media  (min-width:768px) and (max-width:992px) {

  .navbar .logo
  {
      max-width:80px;
      margin:auto;
  }

  .lastNavul
  {
    list-style: none;
    background-color: #FFFFFF;
    color:#1A3173;
    display: flex;
    justify-content: center;
    padding:10px 2px;
  }

  .cover img
  {
    height:300px !important;
    object-fit: cover !important;
  }
  
  .navbar-collapse{
    width: 100% !important;
  }
  .home-navbar .navbar-nav li>a{
    font-size: 14px !important;
    letter-spacing: 1.2px;
    padding-bottom: 5px;
  }
}

@media only screen and (min-width: 1200px){
  .contactus .section{
    margin-top: 50px !important;
  }
  .aboutus .pd-left
  {
    padding-left:100px !important;
  }
  #myNavbar ul li>a {
      font-size: 15px !important;
  }
}

@media only screen and (max-width: 768px) {
  .navbar-brand{
    padding: 15px 15px 5px 45px !important;
  }
 
  .product-word-left h3
  {
    margin-bottom:0 !important;
  }
  .product-word-right 
  {
    padding-top:0 !important;
  }
  .product-word-right h3
  {
    margin-top:0 !important;
  }
  .hservices .hservice-content
  {
    padding:0 50px;
  }
  .navbar .logo
  {
      max-width:70px;
      margin:auto;
  }
  .cover .container h2{
    font-size:20px !important;
  }
  .navbar-default
  {
    background-color: #FFFFFF !important;

  }

  .navbar-nav ul li a
  {
    color:#FFFFFF !important;
  }
  .lastNavul
  {
    list-style: none;
    background-color: #FFFFFF;
    color:#1A3173 !important;
    display: flex;
    justify-content: center;
    padding:10px 2px;
  }

h1{font-size:36px !important; color: black !important;}
p{font-size: 14px !important;}
h2{font-size: 20px !important;}
h3{font-size: 18px !important;}
h4{font-size: 16px !important;}
.copyright{font-size: 11px !important;}

.pd-left-sm
{
  padding-left:45px !important;
}

.footer p{
  font-size: 13px !important;
}
.navbar-toggle{
  margin-top: 25px !important;
}

.home-navbar{margin-bottom: 0px !important;padding-top: 0px !important;}
  .text-xs-center{text-align: center !important;}
  .xs-hidden{
    display: none !important;
  }
  #custom-search-input{
    margin-top: 20px;
    margin-bottom: 20px;
  }
  
  .navbar-toggle{
    margin-top: 45px !important;
    background-color: black !important;
  }
  .navbar-toggle .icon-bar{
    background-color: white !important;
  }
  .home-navbar #myNavbar li.active>a{
      background-color: transparent !important;

  }
  .home-navbar #myNavbar li>a:hover{
      color: #2D69AE !important;
  }
  .navbar-default{
    position: relative !important;
  }

.footerall .map-info
{
  text-align: center !important;
}

}

@media only screen and (max-width: 992px) {
  .aboutus .sec1_1{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer h5
  {
    margin-top:20px;
  }
  .footer ul 
  {
    display: flex;
    justify-content: center;
    flex-direction: column;

  }
  

.sm-hidden{display: none !important;}
  .filter-sm .panel-default > .panel-heading, .filter-sm .panel-default{
    background-color: transparent !important;
    border-color: transparent !important;
  }
  .filter-sm .panel-group{
    margin-bottom: 0px !important;
  }

  .mg-xs-bt{
    margin-bottom: 50px;
    top: 0px !important;
  }
    .text-sm-center{
    text-align: center !important;
  }
  .topbar .social{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .hexpert p,.hexpert h2{
    padding-left: 30px;
    padding-right: 30px;
  }
  .clear-pd-lf{
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .clear-pd-rt{
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .f-container
  {
    padding-left:20px !important;
    padding-right:20px !important;
  }
}

@media only screen and (max-width: 1200px) {
  .aboutus .pd-left
  {
    padding-left:45px !important;
  }

  .aboutus .desc{
    padding: 0px 60px !important;
    margin-top:15px !important;
  }

}
@media only screen and (max-width: 1300px) {
  .hoffer .section{
    padding: 10px 60px 0px 40px !important;
  }
}
@media only screen and (max-width: 992px) {

  #myNavbar
  {

    border-top: 1px solid darkgrey !important;
    border-bottom: 1px solid darkgrey !important;
  }
}

 @media only screen and (min-width: 992px) {

  .aboutus .sec1_1{
    padding-right: 60px !important;
    padding-top: 20px;
  }
  #myNavbar
  {
    display: flex !important;
    justify-content: flex-end;
    margin-top: 35px;
    padding-right: 150px !important;
  }

  .lastNavul
  {
    list-style: none;
    background-color: #FFFFFF;
    color:#1A3173;
    height: 100%;
    display: flex;
    align-items: center;
    padding:0 30px 0 45px;
  }

  .lastNavul a:hover
  {
    text-decoration: none;
  }

  .navbar-nav
  {
    width:fit-content !important;
  }

  .navbar-default .navbar-brand
  {
      height:80px;
  }

  .navbar .logo
  {
      max-width:100px;
      margin-right:10px !important;
  }

  .navbar .logo
  {
      float:right;
  }

  .aboutus .desc-v
  {
    padding-right:70px !important;
  }
  .aboutus .desc-m
  {
    padding-left:50px !important;
  }

  .footer .fsocial,
  .footer h5 
  {
    display: flex;
    justify-content: right;
    align-items: center;
  }

  
  .footer .fmenu
  {
    margin-bottom:20px;
  }

  .f-container
  {
    padding-left:40px !important;
    padding-right:20px !important;
  }

  .topbar .border-right{
    border-right: 0.5px solid #333333;
  }
  .topbar .border-left{
    border-left: 0.5px solid #333333;
  }
  .navbar-collapse.collapse {
    display: block;
  }
.sm-display{display: none !important;}

  .hexpert .desc{
    margin-top: 120px;
    padding: 0px 150px 0px 50px !important;
  }
  .footer .cust-mg{
    margin-top: 26px;
  }
  .clear-pd-lf{
    padding-left: 0px !important;
  }
  .clear-pd-rt{
    padding-right: 0px !important;
  }

  .contactus .inner-form
  {
      padding-right:50px !important;
  }
}

@media only screen and (min-width: 1200px) {
  .aboutus .desc{
    padding: 0px 150px 0px 150px !important;
  }
  .aboutus .desc, .aboutus .img{
    margin-top: 20px !important;
  }
}




@media only screen and (min-width: 1200px){

  .text-md-right{
    text-align: right !important;
  }
}

.contactus
{
  background-color: #FFFFFF;  
}

.contactus .wrap{
  margin-bottom:15px !important;
}

.contactus .frm-inner
{
  position: relative;
  overflow: hidden;
}


.navbar-default .navbar-brand
  {
      height:unset !important;
  }

.footerall .map-info
{
  background-color: #080B3F;
  line-height:25px;
  padding:15px 30px;
}

.footerall .map-info h2
{
  color:#FF8001;
  margin-top:5px !important;
  padding-bottom:5px;
}

.footerall .map-info p
{
  color:#FFFFFF;
}
.desc p
{
  color: black !important;
}
.sub-title
{
  color:#FF8001;
}


.aboutus .sub-title 
{
  margin-top:10px !important; 
  margin-bottom:35px !important; 
}

.aboutus hr
{
  background-color: grey;
  margin-top:25px !important;
  margin-bottom:0 !important;
}

.aboutus .carousel-indicators li
{
  background-color:white !important;
  border-radius: 50%;
  width:10px;
  height:10px;
  margin:0 5px !important;
  opacity: 100%;
  list-style: none;
}

.aboutus .carousel-indicators .active
{
  background-color:#1A3173 !important;
}

.img-container
{
  display:flex;
}

.img-container .carousel-inner img,
.img-container .carousel-inner .item,
.img-container .carousel-inner,
.img-container .carousel
{
  height: 100% !important;
  object-fit: cover;
}

.img-container .img-left
{
  flex:4.0;
}

.img-container .img-right
{
  flex:1.6;
}

.img-container .img-right img
{
  height: 100%;
}

.about-brand-mg
{
  margin-top:90px;
}

.brand-container
{
  background-color: #F2F2F2;
  padding:50px 0;
  text-align: center;
}

.aboutus .brand-container h2
{
  margin-top:-30px !important;
}

.hicon .brand-container h2
{
  margin-top:-6px !important;
}


.slick-brand .slick-track {
  display: flex !important;
  align-items: center;
  justify-content: center;
}

 .wrap-brand .prev,
 .wrap-brand .next
 {
    position: absolute;
    
 }

 .wrap-brand .next
 {
    right:3%;
    bottom:40%;
    transform: translateY(50%);
 }

 .wrap-brand .prev 
 {
    left:3%;
    bottom:40%;
    transform: translateY(50%);
 }

 .project .desc
 {
    padding:30px 0px !important;
 }

 .project .why h3,
 .project .desc h3
 {
  margin-top:-5px;
 }

 .project .why h3
 {
  margin-bottom:25px !important;
 }

 .project .inner-desc
 {
    margin-top:20px;
 }

 .project .inner-desc img
 {
    height: 60px;
 }

 .project .why-item
 {
    max-width:250px;
 }

 .project .why-item img
 {
    margin:10px 0;
 }

 .project .why-item p
 {
    color:#FFFFFF;
    padding:20px 20px 0 20px;
 }

 .bgpurpleblue
 {
    background-color: #141456;
 }

 .project .why .container
 {
    display:flex;
    justify-content: center;
    flex-wrap: wrap;
    padding:50px 0 30px 0;
 }

 .project .section
 {
    padding:0px 40px !important;
 }

 .project-slick .inner-container
 {
    max-width:380px;
    position: relative;
    overflow: hidden;
 }

 .project-slick .pinfo
 {
    position: absolute;
    bottom:0;
    color:white;
    padding:500px 20px 10px 15px;
 }

 .product .product-item-wrap
 {
    display: flex;
 }

 .product .product-item
 {
    max-width:450px;
    padding:20px 10px;
    object-fit: cover;
    margin: 0 auto;
 }

 .product .product-word-right
 {
    padding:10px 30px 10px 10px;
 }

 .product .submit-btn
 {
    background-color: #40A629;
    border-bottom: 5px solid green;
    border-radius: 30px;;
    padding:4px 20px 0px;
    width:fit-content;
 }

@media only screen and (min-width: 450px){
  .product .submit-btn
  {
     margin-left:50px;
  }
  .product .product-container
  {
     padding:20px 100px !important;
     margin-top:40px;
  }
 
}

@media only screen and (max-width: 450px){
  .product .submit-btn
  {
     margin-left:0px;
  }
  .product .product-container
  {
     padding:20px 50px !important;
     margin-top:40px;
  }
 
}

 .product .submit-btn img
 {
    margin:0 5px 5px 0;
    display: inline;
    width:22px;
 }

 .product .submit-btn h5
 {
    color:#FFFFFF;
    margin:5px 0 !important;
 }


 .product .nav-dots
 {
    display: flex;
    width:100%;
    margin:10px 0;
 }

 .product .nav-dots .nav-dots-container
 {
    margin:0 auto;
    display: flex;
    gap:5px;
 }

 .product .nav-dots .product-slick-dots
 {
    margin:auto;
 }

 .product .nav-dots .slick-dots
 {
    position:unset !important;
    display: flex;
 }

 .product .nav-dots ul 
 {
    list-style: none;
    text-align: left;
 }

 .product .nav-dots ul li 
 {
    color: #1A3173;
    border:1.5px solid #1A3173;
    width:40px;
    height:40px;
    border-radius: 30px;
    padding-top:4px;
    text-align: center;
 }



 .product .nav-dots ul li a
 {
    text-decoration: none;
    font-size: 20px;
    color:#1A3173;
 }

 .product .nav-dots ul .slick-active
 {
    background-color: #1A3173;
 }

 .product .nav-dots ul .slick-active a
 {
    color:#FFFFFF ;
 }



 .navbar .logo
 {
    margin:auto;
 }

/* --- */

 .banner .content-main
 {
  position: absolute;
  top:40%;
  left:13%;
  color:#FFFFFF;
  background-image: url("/mem_module/library/contentimg/bannercontent.png");
  background-position: center;
  background-size: cover;
  padding: 20px 20px 20px;
 }


 .banner .content-main h2{
  font-size: 22px !important;
  margin-top: 0px;
 }
 

 .banner .content-main p{
  font-size: 14px !important;
  margin-bottom: 15px;
  line-height: 24px;
 }

 .banner .content-main a{
  text-decoration: underline;
  line-height: 18px;
 }
 


.footer .footer-google img:hover
.footer .footer-fb img:hover,
.wrap-brand .prev img:hover, 
.wrap-brand .next img:hover
{
  cursor:pointer;
}


.fmenu a:hover,
.fmenu a:visited
{
  text-decoration: none !important;
  border: none !important;
}




.hservices
{
  margin-top: 20px;
  margin-bottom: 30px;
}


.project-slick
{
  display: flex;
  justify-content:center;
  gap: 15px;
  flex-wrap: wrap;
}

.project-slick .inner-container .pinfo
{
    background-color:rgb(8,11,63,.65);
}

.project-slick .pinfo
{
  transition: 200ms ease-in-out;

}
.project-slick .inner-container:hover
{
  cursor: pointer;
}

.project-slick .pinfo.pfade
{
  opacity: 0;
}
.project-slick .inner-container:hover > .pinfo.pfade
{
  opacity: 1;
}

.project-slick .pinfo.slide-left {
  transform: translateX(-100%);
}

.project-slick input[type="radio"]:checked + label .pinfo.slide-left,
.project-slick .inner-container:hover > .pinfo.slide-left {
  transform: translateX(0);
}

.project-slick .pinfo.slide-right {
  transform: translateX(100%);
}

.project-slick input[type="radio"]:checked + label .pinfo.slide-right,
.project-slick .inner-container:hover > .pinfo.slide-right {
  transform: translateX(0);
}

.project-slick .pinfo.slide-up {
  transform: translateY(100%);
}

.project-slick input[type="radio"]:checked + label .pinfo.slide-up,
.project-slick .inner-container:hover > .pinfo.slide-up {
  transform: translateY(0);
}

.project-slick input[type="radio"]{
  display: none;
}

.project-slick .line-container
{
  padding:15px 20px !important;
  margin:0 auto;
}

.project-slick .pline
{
  position: relative;
  margin:15px auto 0 auto;
  background-color: #CCCCCC;
  max-width:1200px;
  height:1px;
}

.project-slick .pline .line
{
  height: 3px;
  background-color: #1A3173;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
}

.project-slick .pline .line
{
  transition: 400ms ease-in-out;
  opacity: 0;
  border-radius: 15px;
}

.project-slick input[type="radio"]:nth-of-type(1):checked~.line-container-main .line-container .pline .line
{
  opacity: 1;
  width:30%;
}

.project-slick input[type="radio"]:nth-of-type(2):checked~.line-container-main .line-container .pline .line
{
  margin-left:30%;
  width:40%;
  opacity: 1;
}

.project-slick input[type="radio"]:nth-of-type(3):checked~.line-container-main .line-container .pline .line
{
  margin-left:70%;
  width:30%;
  opacity: 1;
}

.product .product-item a:focus,
.product .product-item a:active,
.product .product-item a:visited,
.product .product-item a:hover
{
  text-decoration: none !important;
  outline: none;
}

.product-slick-prev img,
.product-slick-next img
{
  width: 40px;
}

.obfit-cover
{
  object-fit: cover;
}

/* hiding all bullets by default */
.slick-dots li {
  display: none !important;
}
/* only displaying the active bullets and the 2 bullets next to it */
.slick-dots li.slick-active,
.slick-dots li.slick-active + li,
.slick-dots li.slick-active + li + li {
  display: block !important;
}

.footer a
{
  color:black;
}


.carousel-control{
  opacity: 1 !important;
  position: absolute;
  z-index: 999;
  transform: translateY(-50%);
  width: fit-content !important;
  height: fit-content !important;
  background-image: none !important;
}

.left.carousel-control{
  top: 50% !important;
  left: 100px !important;
}
.right.carousel-control{
  top: 50% !important;
  right: 100px !important;
}
@media only screen and (max-width: 600px) {
  .left.carousel-control{
    left: 40px !important;
  }
  .right.carousel-control{
    right: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .banner .md-display
  {
    display: block;
  }
  .banner .xs-display
  {
    display: none;
  }
  .project .nav-pills > li > a{
    padding: 2px 15px 3px !important;

  }
}
@media only screen and (max-width: 992px) {
  .footer .container{
    max-width: 500px !important;
  }
  .project .nav-pills > li > a{
    padding: 2px 9px 3px !important;

  }
  .footer .section1 p+p{
    margin-top: 20px !important;
    }
  .footer .section .title1,
  .footer .section .title2{
    margin-bottom: 10px !important;
    margin-top: 12px !important;
  }

  .banner .md-display
  {
    display: none;
  }
  .banner .sm-display
  {
    display: block;
  }
  .footer .section4 .flex{

    justify-content: center;
  }
.footer .logodiv{
  justify-content: center;
  align-items: flex-end;
}
}
.footer .logodiv{
  align-items: flex-end;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  
.footer .section1 p+p{
  margin-top: 50px !important;
  }
  .footer .logodiv{
    align-items: flex-end;
  }
.navbar-collapse{
  float: right;
  margin-right:40px ;
}
.footer .section1 p{
  margin-left: 10px;
  margin-bottom: 0 !important;
}

}
.footer .section1 .logo{
  height: 50px;
}
.footer .section1 p+p a+a{
margin-left: 20px;
}


  .footer .section{
    padding: 0 30px !important;
  }  

  .footer h4{
    font-size: 14px !important;
  }

  .footer .logodiv{
    display: flex;
    gap: 5px;
  }

  .footer .logodiv span{
    font-size: 8px !important;
  }

  .footer .section .title1,
  .footer .section .title2{
    font-size: 14px !important;
    margin-top: 25px;
    margin-bottom: 28px;
  }

  .footer .section .option{
    letter-spacing: 1px !important;
    line-height: 13px !important;
  }


  .footer .section li{
    margin-bottom: 10px;
    font-size: 12px !important;
  }

  .footer a{
    font-size: 12px !important;
  }

  .footer .section4>div{
    margin-bottom: 20px;
  }

  .footer .section4 .title33{
    margin-bottom: 5px !important;
  }

  .footer .section4 .csign{
    transform: translate(0%,6%);
    margin-right: 3px;
    height: 14px;
  }

  .footer .section4 .flex{

    display: flex;
  }

  .footer .section4 p{
    margin-bottom: 5px;
  }

  .footer .section .title3{
    font-size: 14px !important;
    margin-top: 25px;
    margin-bottom: 10px !important;
  }

  .nav-block{
    position: relative !important;
    margin-bottom: 0 !important;
  }

  .main-title{
    border-left: 3px solid #2D69AE;
  }

  .main-title p{
    font-size: 14px !important;
    margin-bottom: 0px;
    margin-left: 10px;
  }

  .sec-title p,
  .main-title p+p{
    font-size: 22px !important;
  }

  .aboutus .section1{
    margin-top: 30px;
  }

  .aboutus .section1 p{
    margin-top: 20px;
  }

  .aboutus .section2{
    margin-top: 50px;
  }

  .aboutus,
  .ourservice,
  .contactus{
    background-image: url("/mem_module/library/contentimg/bg.png");
    background-position: center;
    background-size: cover;
  }

.content-container{
  padding: 50px 25px !important;

}
.titblue{
  color: #2D69AE;
  line-height: 14px !important;
  margin-bottom: 6px !important;
}

.ourservice .wrapper{
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 767px) {
  .contact-info .section{
    background-color: #0F0764;
    padding: 40px 20px 15px  !important;
  }
  .contact-info .section .sec1{
    padding-left: 20px !important;
  }
.ourservice .wrapper-content{
  padding: 10px 30px 0px !important;
}
.hservice .content,
.habout .content{
  padding: 0 15px !important;
}
}
@media only screen and (max-width: 767px) {
  .project .nav-pills{
    display: flex;
    gap: 10px;
    flex-direction: column;
  }
  .project .nav-pills > li > a{
    text-align: left !important;
  }
  .hservice .content,
  .habout .content{
    padding: 20px 0px 0px !important;
  }
  .contact-info .section{
    background-color: #0F0764;
    padding: 0px 20px 15px 30px !important;
  }
  .contact-info .section .sec2 p{

    margin-top: 30px;
  }
  .ourservice .wrapper-content{
    padding: 10px 0px 0px !important;
  }
}

.ourservice .main-title{
  margin-bottom: 30px !important;
}

.project .tab-pane{
  padding-top: 40px;
}

.project .tab-pane .wrapper{
  padding: 17px 10px !important;
}

.project .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  background-color: transparent !important;
  border: 2px solid #2D69AE;
  border-radius: 0;
}

.project .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
  color: #2D69AE !important;
}
.project .nav-pills > li {
  margin: 0 10px;
}

@media only screen and (min-width: 767px) {
  .contactus .section{
    margin-top: 20px;
  }
  .project .opt{
    display: flex;
    justify-content: flex-end;
  }
  .contactform .contactimg1{
    padding-left:70px;
  }
}


.project .opt{
  margin-top: 20px;
}

.red{
  color: #E8001B;
}

.contactform{
  margin-top: 50px;
}


.contactus .form-control{
  border: 1px solid #2D69AE;
  border-radius: 0;
  padding: 25px 10px 17px;
  margin-bottom: 10px;
}

.contactus .form-control::placeholder{
  color: rgb(103, 96, 96);
  font-family: 'MyWebFont2', sans-serif;
}

.contactus .form-group{
  margin-bottom: 0;
}

.contactus form{
  margin-top: 15px;
  margin-bottom: 20px;
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus,
.contactus .btn-default{
  color: #FFFFFF !important;
  background-color: #2D69AE !important;
  border-radius: 0;
  margin-top: 10px;
}

.contactus textarea{
  padding-top: 10px !important;
}
.project .nav-pills > li > a{
  color: #000000;
  text-align: center;
  line-height: 16px;
}
.contact-info{
  margin-top: 80px;
}


.contact-info .section .sec1,
.contact-info .section .sec2{
  color: #FFFFFF;
}


.contact-info .section .sec2 p{
  font-size:14px !important;
  display: flex;
  gap: 7px;
}

.contact-info .section .sec2 p img{
  margin-top: 2px;
  height: 18px;
}

.contact-info .section .sec1 p:before{
  content:"";
  height: 4px;
  width: 50px;
  background-color: #499CA6;
  position: absolute;
  bottom: -5px;
}
.contact-info .section .sec1 p{
  margin-top: 20px;
  font-size: 18px !important;
}

.footer .flex a{
  display: flex;
}

.contact-info-inner{
  margin-top: 30px;
}

.habout a:focus,
.habout a:hover,
.habout a{
  color: #FFFFFF;
  background-color: #2D69AE;
  padding: 4px 12px 5px 10px;
  font-size: 14px !important;
  text-decoration: none;
  cursor: pointer;
}


.habout a img{
  transform: translateY(-1px);
  margin-left: 10px;
}

.hservice .content2 p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #FFFFFF;
  text-align: center;
  font-size: 18px !important;
}

.tocenter .main-title{
  width: fit-content;
  margin: 0 auto;
}

.hproject .mg-bt{
  margin-bottom: 40px !important;
}

.hproject .slick-initialized .slick-slide{
  padding: 15px;
}

.hproject .slick-dotted.slick-slider{
  margin-bottom: 0 !important;
}

.hproject .client-slick{
  margin-top: 20px;
}

.hproject .product-slick-prev{
  height: 20px;
  position: absolute;
  top: 50%;
  left: -15px;
  transform: translate(-50%,-50%);
  cursor: pointer;
}

.hproject .product-slick-next{
  height: 20px;
  position: absolute;
  top: 50%;
  right: -15px;
  transform: translate(-50%,-50%);
  cursor: pointer;

}

.project .ug-bullets-gray,
.project .ug-button-tile-navigation{
  opacity: 0 !important;
}

.project .ug-thumbs-grid{
  position: relative !important;
}

.banner .carousel-indicators li{
  margin-left: 3px !important;
}

.content-main.sm-display{

  background-image: url("/mem_module/library/contentimg/bannercontent.png");
  background-position: center;
  background-size: cover;
  padding: 20px 20px 20px;
}

.content-main.sm-display h2{
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px !important;
}
.content-main.sm-display p{
  margin-bottom: 15px;
  font-size: 14px !important;
  line-height: 22px;
}
.content-main.sm-display a{
  text-decoration: underline;
}

.client-slick .fancybox img{
  height: 100px;
}

.main-title p{
  line-height:22px;
}