body{font-family: 'Open Sans', sans-serif;}

.container{max-width:1200px; width:100%;}

.head{background:#fff; padding-top: 4px; padding-bottom: 2px;}

.head2{background-color: #175b8a; padding-bottom: 7px;}

.head3{padding-top: 21px;padding-bottom: 21px;}


.top-social{margin-top: 30px; float: right;}
        .top-social a{text-decoration: none; margin-bottom: 10px; color:#fff; transition: All .5s ease;}
        .top-social a:hover{color: #f08c04;}
.top-social img {
  display: inline;
  margin-right: 10px;
  transition: all .5s ease; }
  .top-social a:hover img {
    opacity: .7; }


.main{background-color:#17a2b8;}  
.menu-div{text-transform: uppercase; float: right;}

.menu-div .navbar, .menu-div1 .navbar {
  padding: 0px;
  }

.menu-div .navbar-light .navbar-nav .nav-item .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item .nav-link {
  padding: 15px 16px;
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  text-align: center;
  color: #fff;
  border-right: 1px solid #0c3c6457;
  
   }

.menu-div .navbar-light .navbar-nav .nav-item:last-child .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item:last-child .nav-link {
  background: none; }

.menu-div .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div .navbar-light .navbar-nav .nav-item.active .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item:hover .nav-link, .menu-div1 .navbar-light .navbar-nav .nav-item.active .nav-link {
  color: #0c3c64;
  background: #fff;
   }

.menu-div .navbar-expand-lg .navbar-nav .dropdown-menu, .menu-div1 .navbar-expand-lg .navbar-nav .dropdown-menu {
  background: none;
  width: 440px;
  padding-top: 0px;
  padding-bottom: 0px; }



  




  .footer-div1{background-color:  #175b8a;margin-top:80px;}
  .foot-div img{display: block;margin-right: auto;margin-left: auto; padding-top: 20px;margin-bottom: -15px;}
  .foot-div1{margin-top: 50px;}
  .f-line h5{background: url(../images/line.png)no-repeat bottom left; padding-bottom: 10px; color: #fff;}
  .ft-call{background: url(../images/f-icon2.png) no-repeat left center; padding-left: 30px; margin-bottom: 10px;margin-top: 20px; color: #fff;}
   .ft-call a {text-decoration: none;color: #fff;font-size: 17px;}
  .ft-phone{background: url(../images/f-iconn3.png) no-repeat left center; padding-left: 30px; margin-bottom: 10px; color: #fff;}
  .ft-phone a {text-decoration: none;color: #fff;font-size: 17px;}


  .ft-email{background: url(../images/f-icon3.png) no-repeat left center; padding-left: 30px; margin-bottom: 10px; color: #fff;}
  .ft-email a{text-decoration: none;color: #fff;font-size: 17px;}
  .f-icon a{text-decoration: none;color: #175b8a;font-size: 17px;}
  .f-icon{float: right; position: relative;
    min-height: 1px;
    padding-right: 15px;
   padding-top: 2px;
padding-bottom: 4px;}


.f-links h5{background: url(../images/line.png)no-repeat bottom left; padding-bottom: 10px; color: #fff;}
 .f-quick {
    text-align: center; }
    .f-quick {
      display: inline; }
      .f-quick li a {
        display: inline;
        line-height: 29px;
         }

 .f-links{height: auto;}

 .f-quick {
  list-style: none;
  margin-left: 0px;
  padding: 0px;
  text-align: left; }
  .f-quick li {
    display: block; }
    .f-quick li a {
      display: block;
      padding: 3px 15px 10px 25px;
      font-size: 14px;
      line-height: 20px;
      background: url(../images/link.png) no-repeat top 9px left;
      text-decoration: none;
      color: #fff; 
      font-size: 17px;
      margin-left: 0px;
      transition: All .5s ease;
      -webkit-transition: All .5s ease;
      -moz-transition: All .5s ease;
      -o-transition: All .5s ease;
      text-transform: capitalize; }
      .f-quick li a:hover {
        color: #17a2b8;
        background-position: top 9px left 5px; }


.line img{padding-top: 20px;}


.login img{margin-left: -20px;margin-top: -40px;}



.mobilemenu{display:none}

.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
  
}	


.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 0px;
  width: 52px;
  z-index: 999;
  padding:5px;
}

.hamburger:hover { outline: none; }

.hamburger:focus { outline: none; }

.hamburger:active { outline: none; }

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
  
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  top: 5px;
  
}

.hamburger.is-closed .hamb-middle {
  background-color: rgba(255, 255, 255, 0.7);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top, .hamburger.is-closed .hamb-middle, .hamburger.is-closed .hamb-bottom, .hamburger.is-open .hamb-top, .hamburger.is-open .hamb-middle, .hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
  background-color: #045a8d;
  width: 26px;
  margin-left:12px;
  
  
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #26a0c0;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #ee0547;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #26a0c0;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}


#wrapper {  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  padding-left: 0;  -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;}
#wrapper.toggled { padding-left: 220px; }
#wrapper.toggled #sidebar-wrapper { width: 270px; }
#wrapper.toggled #page-content-wrapper {  margin-right: -220px;  position: absolute;}
#sidebar-wrapper {  -moz-transition: all 0.5s ease;  -o-transition: all 0.5s ease;  -webkit-transition: all 0.5s ease;  background: #26a0c0;  height: 100%;  left: 185px;  margin-left: -220px;  overflow-x: hidden;  overflow-y: auto;  -webkit-transition: all 0.5s ease;  transition: all 0.5s ease;  width: 0;  z-index: 1000;}#sidebar-wrapper::-webkit-scrollbar { display: none;}
#page-content-wrapper {  padding-top: 70px;  width: 100%;}
/*-------------------------------*//*     Sidebar nav styles        *//*-------------------------------*/
.sidebar-nav {  list-style: none;  margin: 0;  padding: 0;  position: absolute;  top: 0;  width: 270px;}
.sidebar-nav li {  display: inline-block;  line-height: 20px;  position: relative;  width: 100%;}
.sidebar-nav li:before {  -moz-transition: width 0.2s ease-in;  -ms-transition: width 0.2s ease-in;  -webkit-transition: width 0.2s ease-in;  background-color: #1c1c1c;  content: '';  height: 100%;  left: 0;  position: absolute;  top: 0;  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 3px;  z-index: -1;}

.sidebar-nav li:before { background:none; margin-left:-5px; margin-right:-10px; }

.sidebar-nav li:hover:before {  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 100%;}
.sidebar-nav li a {  color: #fff; text-transform:uppercase; font-size:15px;  display: block;  padding: 10px 15px 10px 30px;  text-decoration: none; text-align:left; border-bottom:1px solid #1a62a8;}
.sidebar-nav li.open:hover before {  -webkit-transition: width 0.2s ease-in;  transition: width 0.2s ease-in;  width: 100%;}
.sidebar-nav .dropdown-menu {  background-color: #e1e3e4; border-radius: 0;  border: none;  box-shadow: none;  margin: 0;  padding: 0;  position: relative;  width: 100%;}
.sidebar-nav li a:hover, .sidebar-nav li.active a, .sidebar-nav li a:focus, .sidebar-nav li.open a:hover, .sidebar-nav li.open a:active, .sidebar-nav li.open a:focus {  background-color: #1a62a8;  color: #fff;  text-decoration: none;}
.sidebar-nav .dropdown-menu li a{font-size:13px; color:#000; border-bottom:1px solid #bababa;}
.sidebar-nav .dropdown-menu li:hover a, .sidebar-nav .dropdown-menu li.active a{background:#000 !important; color:#fff !important}
.sidebar-nav .dropdown-menu li:before{background:none}

.sidebar-nav li.active .dropdown-menu li a{background:#e1e3e4;}







.banner-div1{position:relative; z-index:2;}	
.banner-div1 img{width:100%}
.carousel-indicators{bottom:0px;}
.carousel-indicators li{border:none; background:#175b8a; width: 14px; height: 14px; border-radius:50%; opacity:1}
.carousel-indicators .active {width: 14px; height: 14px; border:none; background:#17a2b8;}
 .banner-div1 .carousel-control-next,  .banner-div1 .carousel-control-prev{top:0%;}
 .banner-div1 .carousel-control-prev {background:url(../images/banner-arrow-left.png) no-repeat left center; left: 3%; opacity:1; }
.banner-div1 .carousel-control-next {background:url(../images/banner-arrow-right.png) no-repeat right center; right:3%; opacity:1; z-index:100;}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}



.banner-div1{display: block;}
.banner-div2{display: none;}

.banner-div2 .carousel-control-next, .banner-div2 .carousel-control-prev{bottom:0px;}
 
 .banner-div2 .carousel-control-prev {background:url(../images/banner-arrow-left1.png) no-repeat left center; left: 0%; opacity:1; }
.banner-div2 .carousel-control-next {background:url(../images/banner-arrow-right1.png) no-repeat right center; right:0%; opacity:1; z-index:100;}





  .footer-in h5{background: url(../images/line.png)no-repeat bottom left; padding-bottom: 10px; color: #fff;}
 .social-icon{position:relative; z-index:2; margin-bottom:10px;margin-top: 5px;}
.social-icon a{display:block; color:#fff; text-decoration:none; font-size:17px;}
.social-icon a:hover{color:#17a2b8;}
.social-icon .sprite { background: url('../images/social-icon.png') no-repeat top left; width: 33px; height: 35px; display:inline-block; margin-right:10px; position:relative; top:10px;} 
.social-icon .sprite.fb {background: url('../images/fb1.png') no-repeat top left; width: 35px; height: 35px; display:inline-block; margin-right:10px; position:relative; top:10px; } 
.social-icon .sprite.tw {background: url('../images/tw1.png') no-repeat top left; width: 35px; height: 35px; display:inline-block; margin-right:10px; position:relative; top:10px; -45px;} 
.social-icon .sprite.inst {background: url('../images/in.png') no-repeat top left; width: 35px; height: 35px; display:inline-block; margin-right:10px; position:relative; top:10px; 0 -90px; } 
.social-icon .sprite:hover{opacity:.7}
 

  .f-add h5{background: url(../images/line.png)no-repeat bottom left; padding-bottom: 10px; color: #fff;}
.ft-add{background: url(../images/loc.png) no-repeat top left;
padding-left: 25px;
margin-bottom: 10px; color: #fff; font-size: 17px;margin-top: 19px;}

.copy-div {
  border-top: 1px solid #17a2b8;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  transition: all .5s ease; }
  .copy-div a {
    text-decoration: none;
    color: #fff; }
  .copy-div a:hover {
    color: #17a2b8; }
  .copy-div .power-div {
    text-align: right; }
    .copy-div .power-div .power {
      position: relative;
      z-index: 3; }

      .copy-div, .copy-div .power-div {
    
    font-size: 17px; }

  .copy-div {
   
    margin-top: 25px;}


 .foot-div1{border-top: 1px solid #17a2b8;padding-top: 25px;}

 /*.index-div1{display:inline-block; transition:All .5s ease; border:1px solid #17a2b8; margin-top:30px;margin-left: 587px; padding-top:5px; padding-bottom:5px; background-color: #17a2b8;}
 .index-div1 h5{color: #fff; font-size: 17px;font-weight: 600;padding-top: 12px;padding-bottom:7px;}*/


.index-div1{margin-top: 95px;}


.div  h4{color: #fff;
    display: inline-block;
    background: #17a2b8;
    font-size: 20px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;

}
  
.line{border-top: 2px solid #eee;}

 .div{ background: url('../images/line2.png') no-repeat bottom center ; }
 .div{display: block;margin-left: auto;margin-right: auto; margin-top: -25px;}


.index-div2{margin-top:60px;}

.ab1{margin-top: 20px;}

.index-div2 .ovrly{top: 90%;}



.index-div2 .ovrly {
    background: rgba(10, 10, 10, 0.6);
    height: 18%;
    left: 6%;
    right: 2%;
    top: 81%;
    width: 88%;
    position: absolute;
    transition: all 0.9s;
}


.index-div2 .abb {
    top: 95%;}



.index-div2 .abb{
    position: absolute;
    top: 82%;
    left: 22%;
    line-height: 15px;
}

.abb h5{color: #fff;font-size: 18px; padding-bottom: 10px;}

.vt2{text-align:center; padding-left:0px;  margin-bottom:30px;margin-top: 32px;}
.vt{text-align:center; padding-left:0px;  margin-bottom:30px;margin-top: 32px;}
.view-vh a{text-decoration:none; background:url(../images/arrow1.png) no-repeat right 15px center; padding:10px 40px 10px 20px;  color:#494949; transition:All .5s ease;}
/*.view-vh:hover{ border-color:#f03e5e;}*/
.view-vh:hover a{background-position:right 10px center;}

.view-vh a{background-color: #175b8a; color: #fff; font-size: 16px;font-weight: 600;}



.index-div3{padding-bottom: 60px;padding-top: 60px;}
.index-div3{background: url('../images/bannerr3.png') no-repeat; background-size: cover;}
.index-div3{margin-top: 55px;}
.index1{background: #fff;
position: relative;
width: 100%;
height:158%;
margin-top: -22px;}

.index1 h5{text-align: center;padding-top: 30px;padding-bottom: 20px; font-weight: 20px;font-weight: 600;}
.index1 p{text-align: center; font-size: 19px; line-height: 31px;}
.index1 span{color:#175b8a; }

.index-div4{height:250px; background: url('../images/bannerr4.png') no-repeat}
.index-div4 h5{font-size: 20px; text-align: center; padding-top: 30px;padding-bottom: 20px; color: #fff;}



#flexiselDemo1, #flexiselDemo2, #flexiselDemo3 {
display:none;
}

.nbs-flexisel-container {
    position:relative;
    max-width:100%;
}
.nbs-flexisel-ul {
    position:relative;
    width:99999px;
    margin:0px;
    padding:0px;
    list-style-type:none;   
    text-align:center;  
}

.nbs-flexisel-inner {
	
	
    overflow:hidden;
float:left;
    width:100%;
  
    
    
    
}

.nbs-flexisel-item {
    float:left;
    margin:0px auto;
    padding:0px;
    cursor:pointer;
    position:relative;
	
	
    
	
	
}
.wel-tour .nbs-flexisel-item img {
   
   height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
max-width: 100%;
max-height: 319px;
margin-left:auto; margin-right:auto;





}



/*** Navigation ***/

.wel-tour .nbs-flexisel-nav-left,
.wel-tour .nbs-flexisel-nav-right {
   width: 46px;
height: 46px;
    position: absolute;
    cursor: pointer;
    z-index: 100;
    opacity: 1;
	margin-top:0px;
	
	
}

.wel-tour .nbs-flexisel-nav-left {
left: -60px;
    background: url(../images/down-arrow-left.png) no-repeat left center;
	width:49%

}

.wel-tour .nbs-flexisel-nav-right {
  right: -60px;
    background: url(../images/down-arrow-right.png) no-repeat right center;
	width:49%

}

.multi-slider-align
{

margin-right: 0px;
 margin-left: 0px;
}





.wel-div3 .nbs-flexisel-item img {
   
  height:auto;
cursor: pointer;
position: relative;
margin-top: 0px;
margin-bottom: 0px;
max-width: 90%;
max-height: 267px;
margin-left:auto; margin-right:auto;





}



/*** Navigation ***/

.wel-div3 .nbs-flexisel-nav-left,
.wel-div3 .nbs-flexisel-nav-right {
  width: 46px;
height: 46px;
   position: absolute;
   cursor: pointer;
   z-index: 100;
   opacity: 1;
 margin-top:0px;
 
 
}

.wel-div3 .nbs-flexisel-nav-left {
left: -60px;
   background: url(../images/arrow-left.png) no-repeat left center;
 width:49%

}

.wel-div3 .nbs-flexisel-nav-right {
 right: -60px;
   background: url(../images/arrow-right.png) no-repeat right center;
 width:49%


}

.wel-div3 { background: url(../images/bannerr4.png) no-repeat ; height: 290px;  background-size: cover;}
.wel-div3 h1{font-size: 21px;text-align: center;color: #fff;padding-top: 30px;padding-bottom: 30px; font-weight: 600;}





.index-div5{margin-top: 60px;}

.index2{background-color: #17a2b8;
padding-top: 10px;
padding-bottom: 10px;
position: absolute;
width: 90%;
z-index: 2;
bottom: 0px;}

.index2 h5{color: #fff; font-size: 13px; text-align: center;}

.index2 img{width: 100%;
position: relative;
display: block;}

.index3 span{color: #175b8a;}
.index3 h5{font-size: 25px;line-height: 35px;}
.index3 a{text-decoration: none;}

.index3{padding-top: 110px;  padding-left: 62px;}

.index4{background-color: #0F0F0FA1;
padding-top: 17px;
padding-bottom: 10px;
position: absolute;
width: 88%;
z-index: 2;
bottom: 3px;
left:6%;}

.index4 h5{color: #fff; font-size: 16px; text-align: center;}
.index-div2 img{border: 4px solid #17a2b8;}

.index5{background-color: #0F0F0FA1;


position: absolute;
width: 88%;
z-index: 2;
bottom: 4px;
left:6%;}

.index5 h5{color: #fff; font-size: 15px; text-align: center; padding-top:10px;}



.index6 span{color: #175b8a;}
.index6 h5{font-size: 20px;}
.index6 a{text-decoration: none;}

.index6{padding-top: 110px;  text-align: center;}


.index6{display: none;}


.vt1{text-align:center; padding-left:0px;  margin-bottom:30px;margin-top: 32px;}
.view-vh1 a{text-decoration:none; background:url(../images/arrow1.png) no-repeat right 15px center; padding:10px 40px 10px 20px;  color:#494949; transition:All .5s ease;}
/*.view-vh:hover{ border-color:#f03e5e;}*/
.view-vh1:hover a{background-position:right 10px center;}

.view-vh1 a{background-color: #175b8a; color: #fff;}
.vt1{display: none;}


.about{padding-top: 60px;padding-bottom: 55px;}
.about h5{font-size: 25px; font-weight: 600;text-align: center; color: #175b8a;padding-bottom: 30px;}
.about p{font-size: 18px;
line-height: 31px;
text-align: justify;}






.client1{padding-top: 60px;padding-bottom: 60px;}
.client1 h5{font-size: 25px; font-weight: 600;text-align: center; color: #175b8a;padding-bottom: 25px;}



.client2 {
    background: #175b8a;
    margin-top: 30px;
    padding: 25px 10px;
    height: 84px;
}

.client2 h3 {
    margin: 0px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
    color: #fff;
}

.client2:hover{background: #17a2b8;}


.product{padding-top: 60px;padding-bottom: 60px; }
.product h5{text-align: center;font-size: 25px; color: #175b8a;font-weight: 600;padding-bottom: 20px;}


.product2 li{display:block; background: url(../images/link.png) no-repeat top 9px left; padding-left: 20px; color: #17a2b8;
font-size: 17px;
font-weight: 600; }

.product22 li{display:block; background: url(../images/link.png) no-repeat top 9px left; padding-left: 20px; color: #17a2b8;
font-size: 17px;
font-weight: 600; }

.product2{margin-top: 12px;}

.product3{background: #093c60;margin-top: 30px;     padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    height: 280px; border: 4px solid #17a2b8;
}
.down{margin-top: 204px; text-align: center; background: #17a2b8; padding-top: 5px;padding-bottom: 5px; background:#17a2b8;
}


.down a{text-decoration:none; color:#fff;padding-top: 8px;
padding-bottom: 8px;
padding-left: 10px;
padding-right: 18px;
font-size: 16px;
font-weight: 600;
background: url('../images/down.png') no-repeat right 15px;


}





.pro1{margin-top: -246px;}
.pro1 h3{font-size: 18px; font-weight: 600;text-align: center; color: #fff;}


.pro11 h3{font-size: 19px; font-weight: 600;text-align: center; color: #fff;}



.contact{margin-top: 60px;margin-bottom: 60px;}
.contact h5{font-size: 30px;color: #17a2b8;font-weight: 600;margin-bottom: 15px;}
.c1{font-size: 22px;
font-weight: 600;
color: #175b8a;}
.contact p{font-size: 18px;line-height: 31px;}



.services h5{text-align: center;font-size: 25px; color: #175b8a;font-weight: 600;padding-bottom: 20px;}
.services{padding-top: 60px;padding-bottom: 60px;}
.services p{font-size: 18px;text-align: justify;line-height: 31px;}
.service1{margin-top: 30px;}
.ser{border-bottom: 2px solid #e8ebec; padding-bottom: 40px;}
.service1 img{border: 4px solid #17a2b8;}
.service1 h3{background:#17a2b8;display: inline-block;padding-top: 10px;padding-bottom: 10px;text-align: center;padding-left: 10px;padding-right: 10px;color: #fff; text-transform: uppercase;font-size: 23px;font-weight: 600;}
.service1 p{font-size: 19px;line-height: 31px; text-align: justify;}




.contact-enquiry{position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;}

.contact-enquiry input {
    margin-bottom: 20px;
    padding: 25px 20px;
    border-radius: 7px;
    color: #a8a8a8;
    color: #a8a8a8;
}

.form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

button, input {
    overflow: visible;
}

textarea.form-control {
    height: auto;
}

textarea {
    overflow: auto;
    resize: vertical;
}

.submit {
    text-align: left;
    margin-top: 15px;
}

.submit input {
    background:  #3d7297;
    box-shadow: none;
    border: none;
    color: #fff;
    padding: 12px 30px;
    padding-right: 40px;
    text-align: center;
    border-radius: 0px;
    height: auto;
    width: auto;
    display: inline-block;
    transition: all .5s ease;
}

.submit input:hover {
    background-color: #175b8a;
    background-position: right 10px center;
}


.g-ca {
    margin-top: 20px;}


.brands{padding-top: 60px;padding-bottom: 60px; }
.brands h5{text-align: center;font-size: 25px; color: #175b8a;font-weight: 600;padding-bottom: 20px;}

.brand1 {background: #fff;
margin-top: 30px;
padding-top: 20px;
padding-bottom: 20px;
height: 170px;
border: 4px solid #17a2b8;}

.brand1 img{display: block;margin-left: auto;margin-right: auto;margin-top: 11px;}
.brand1:hover{-webkit-box-shadow: 3px 1px 13px 0px rgba(181,181,181,1);
-moz-box-shadow: 3px 1px 13px 0px rgba(181,181,181,1);
box-shadow: 3px 1px 13px 0px rgba(181,181,181,1);}

.brand1{transition: all .5s ease;}


.login a{ text-decoration: none;color: #fff; padding-top: 10px;
padding-bottom: 10px;
}

.login{background: #17a2b8;width: 150px;text-align: center;margin-top: 20px;}
.login span{color: #000; font-weight: 600; font-size: 18px;}











	@media(max-width: 1280px)
	{
		.wel-div3 .nbs-flexisel-nav-left{left: -41px;}
		.wel-div3 .nbs-flexisel-nav-right{right: -41px;}
    .index4{width: 87.5%;left: 6%;}
    .index5{width: 87.5%;left: 6%;}
    .pro11 h3{margin-top: -3px;}
    .service1 h3{font-size: 21px;}



	}


@media(max-width: 1024px)
	{
		.wel-div3 .nbs-flexisel-nav-left{left: -11px;}
		.wel-div3 .nbs-flexisel-nav-right{right: -11px;}

		.about p{line-height: 35px;}
		.pro1 h3{font-size: 14px;}
		.product2 li{font-size: 14px;}
		.client2 h3{line-height: 24px;}
    .index4{width: 85.5%;left: 7%;}
    .index5{width: 85.5%;left: 7%;}
    .index2{width: 88.2%;}
    .index3{padding-left: 44px;}
    .pro11 h3 {
  font-size: 15px;}
  .index1 p{font-size: 18px;}
  .index2 h5{font-size: 12px;}

	}



@media(max-width:980px){
	.mobilemenu{display:block; position: fixed !important; z-index: 1000;}
	/*.top-social{padding-left: 225px;}*/
	.index5{width: 85.2%; left: 7%;}
.top-social{display: none;}
.f-icon{display: none;}
.product2 li {
    font-size: 13px!important;
}
/*.hamburger {
  background: #dedede !important;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: fixed;
  top: 17px;
  width: 52px;
  z-index: 999;
  padding:5px;
  right: 5%
}

.hamburger.is-open {
    margin-right: 636px;
    margin-top: -10px;
}*/
.product2{margin-top: 5px;}

.hamburger.is-closed {
    margin-left: 79%;
    margin-top: 10px;
    right: 5%;
}

.index1 p{font-size: 17px;}
.index4{width: 85%; left: 7.5%;}
.index2{width: 88%;}
.index2 h5{font-size: 11px;}
.down a{font-size: 15px;}


.banner-div1 .carousel-control-prev {left: 2%;}

.pro1 h3 {
  font-size: 14px;
}
.pro11 h3 {
  font-size: 14px!important;
}

.product22 li{font-size: 13px;}

.service1 h3 {
  font-size: 20px;
}

.client2 h3{font-size: 19px;}








}


@media(max-width:767px){

/*.top-social{padding-left: 300px;}*/
.top-social{text-align: center !important;float: none;}
.index1{height: 144%;}
.ol img{display: block;margin-left: auto;margin-right: auto;}
.ab img{width: 100%;}
.ab1 img{width: 100%;}
.ab{margin-top: 20px;}
.index4{width: 95% !important;left: 2.5% !important;}
.index5{width: 95%;left: 2.5%;}
.index3{text-align: center;padding-top: 11px;padding-right: 66px;}
.ab11 img{width: 100%;}
.ab11{margin-top: 20px;}
.index2{width: 96.1%;}
.index1 p{font-size: 21px;line-height: 32px;}
.foot-div1{text-align: center;}
.f-line h5 {
    background: url(../images/line.png)no-repeat bottom center;}
   .ft-call {
    background: url(../images/f-icon2.png) no-repeat left !important;
    display: inline;}
    .ft-phone {
    background: url(../images/f-iconn3.png) no-repeat left !important; display: inline;}
    .ft-email {
    background: url(../images/f-icon3.png) no-repeat left !important;
   display: inline;}
    .f-add h5 {
    background: url(../images/line.png)no-repeat bottom center; padding-top: 20px;}
    .ft-add {
    background: url(../images/loc.png) no-repeat left!important; display: inline;}
    .footer-in h5 {
    background: url(../images/line.png)no-repeat bottom center; padding-top: 20px;}
    .f-links h5 {
    background: url(../images/line.png)no-repeat bottom center;padding-top: 20px;}
    .copy-right{text-align: center;}
   .copy-div .power-div{text-align: center;}
.f-quick li {
    display: inline-block;}


.login {display: block;
margin-left: auto;
margin-right: auto;}

.index2 h5{font-size: 15px;}
.index3{display: none;}

.vt2{display: none;}

.index6 span{color: #175b8a;}
.index6 h5{font-size: 20px;}
.index6 a{text-decoration: none;}

.index6{padding-top: 35px;  text-align: center;}
.index6{display: block;}
.vt1{display: block; margin-left: auto;margin-right: auto;}





.vt1{text-align:center; padding-left:0px;  margin-bottom:30px;margin-top: 32px;}
.view-vh1 a{text-decoration:none; background:url(../images/arrow1.png) no-repeat right 15px center; padding:10px 40px 10px 20px;  color:#494949; transition:All .5s ease;}
/*.view-vh:hover{ border-color:#f03e5e;}*/
.view-vh1:hover a{background-position:right 10px center;}

.view-vh1 a{background-color: #175b8a; color: #fff;font-size: 16px;font-weight: 600;}


.product2 li {
    font-size: 17px!important;
}

.pro1 h3 {
  font-size: 20px;
}

.service1 img{width: 100%;}
.service1 h3{display: block;font-size: 21px;}

.contact p{font-size: 17px;}

.banner-div1{display:none}
.banner-div2{display:block}

.banner-div2 .carousel-control-prev {
  left: 3%;}

  .banner-div2 .carousel-control-next {
  right: 3%;}

.foot-div img{margin-bottom: -23px;}
.copy-div, .copy-div .power-div {
  font-size: 16px;
}
.wel-div3 .nbs-flexisel-nav-right {top: 51px!important;}
.wel-div3 .nbs-flexisel-nav-left {top: 51px!important;}

.product22 li {
  font-size: 17px;
}


.pro11 h3 {
  font-size: 20px!important;
}

.index5 h5{font-size: 18px;}





}



















@media(max-width: 412px)
{
  .index4 {
  width: 91% !important;
  left: 4.5% !important;
}

.index5 h5 {
  font-size: 16px;
}

.index5 {
  width: 91%;
  left: 4.5%;
}

.index1 h5{font-size: 18px !important;}
.index1 p {
  font-size: 18px!important;}

.index1 {
  height: 129% !important;
}

.index2 {
  width: 92.8% !important;}
}


.index6 {
  padding-top: 5px!important;}






}










	@media(max-width: 400px)
	{
		.index4{
			    width: 91% !important;
    left: 4.5% !important;

		}
.index5 {
    width: 91%;
    left: 4.5%;
}

.index1 p {
  font-size: 18px !important;
  line-height: 32px;
  padding-left: 10px;
  padding-right: 10px;
}

.index1 {
    height: 131% !important;
}

.index2 {
    width: 92.5% !important;
}
.index1 h5{font-size: 18px;}



/*.ft-call {
    background: url(../images/f-icon2.png) no-repeat 112px !important;
}


.ft-phone {
    background: url(../images/f-iconn3.png) no-repeat 112px !important;
}

.ft-email {
    background: url(../images/f-icon3.png) no-repeat 112px !important;
	}




	.ft-add {
    background: url(../images/loc.png) no-repeat 90px top !important;
}
.f-icon{font-size: 17px !important;padding-left: 58px !important;}*/

}

@media(max-width: 385px)
{

.index4 {
  width: 90% !important;
  left: 5% !important;
}

.index5 {
  width: 90%!important;
  left: 5%!important;
}
  
.index1 h5 {
  font-size: 17px !important;
}
.index1 p {
  font-size: 17px !important;
}

.index2 {
  width: 92.2% !important;
}

.copy-div, .copy-div .power-div {
  font-size: 15px!important;
}
}


@media(max-width: 360px)
{

  .index1 h5 {
  font-size: 16px !important;
}

.index1 p {
  font-size: 16px !important;
}

.index2 {
  width: 92% !important;
}
.service1 h3{font-size: 19px!important;}

.contact p {
  font-size: 16px!important;
}

.copy-div, .copy-div .power-div {
  font-size: 14px !important;
}



}

