body {
        font-family: 'Roboto', sans-serif;
    font-size   : 16px;
    line-height : 24px;
    color       : #969595;
    font-weight : 400;
    background: #fff;
    }
/* --------------------------------------
Global Typography
------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto', sans-serif;
    margin      : 0 0 15px;
    color       : #313131;
    font-weight : 400;
    }

h1 {
    font-size   : 30px;
    line-height : 24px;
    }

h2 {
    font-size   : 24px;
    line-height : 24px;
    }

h3 {
    font-size   : 20px;
    line-height : 24px;
    }

h4 {
    font-size   : 18px;
    line-height : 24px;
    }

h5 {
    font-size   : 16px;
    line-height : 24px;
    font-weight : 600;
    }

h6 {
    font-size   : 14px;
    line-height : 24px;
    }

/* --------------------------------------
LINK STYLE
------------------------------------------*/
a {
    color              : #31aae2;
    text-decoration    : none;
    -webkit-transition : all 0.3s ease 0s;
    -moz-transition    : all 0.3s ease 0s;
    -o-transition      : all 0.3s ease 0s;
    transition         : all 0.3s ease 0s;
    }

a,
a:active,
a:focus,
a:active {
    text-decoration : none;
    outline         : none
    }

a:hover,
a:focus {
    text-decoration : none;
    }
p {
  margin: 0 !important;
}

ul {
    margin     : 0;
    padding    : 0;
    list-style : none;
    }
/* --------------------
   Title Section
-------------------*/
.section-padding {
  padding: 70px 0;
}
.section-title small {
  font-size: 22px;
  color: #909090;
  font-weight: 300;
}
.section-title h2 {
  font-size: 45px;
  color: #1f4670;
  margin: 20px 0 30px;
  text-transform: uppercase;
}
.about .button, .service .button, .gallery .button, .industryContent .button {
    font-size: 18px;
    padding: 18px 50px 20px !important;
    background-color: #00a651 !important;
    border: 0;
    margin-top: 30px;
    color: #fff;
    margin-bottom: 0 !important;
    border-radius: 30px;
    display: inline-block !important;
}
.about .button:hover, .gallery .button:hover, .slider .carousel-caption .btn:hover {
  color: #00a651;
  background: #182f50 !important;
  transition: 0.3s ease-in all;
}





/* ---------------------------
   Banner Bottom Section
----------------------------*/
.banner-bottom {
  margin-top: -80px;
}
.banner-bottom .box a {
  font-size: 22px;
  color: #1f4670;
  padding: 30px 0;
  transition: 0.2s ease-in all;
  display: block;
}
.banner-bottom .box .img1, .banner-bottom .box .img2, .banner-bottom .box .img3, 
.banner-bottom .box .img4 {
  width: 130px;
  height: 80px;
  background-position: center !important;
  margin: auto;
  transition: 0.2s ease-in all;
}
.banner-bottom .box .img1 {
  background: url(../images/icon-1.png) no-repeat #fff;
}
.banner-bottom .box:hover .img1 {
  background: url(../images/icon-1-hover.png) no-repeat #1f4670;
  transition: 0.3s ease-in all;
}

.banner-bottom .box .img2 {
  background: url(../images/icon-2.png) no-repeat #fff;
}
.banner-bottom .box:hover .img2 {
  background: url(../images/icon-2-hover.png) no-repeat #1f4670;
  transition: 0.3s ease-in all;
}

.banner-bottom .box .img3 {
  background: url(../images/icon-3.png) no-repeat #fff;
}
.banner-bottom .box:hover .img3 {
  background: url(../images/icon-3-hover.png) no-repeat #1f4670;
  transition: 0.3s ease-in all;
}

.banner-bottom .box .img4 {
  background: url(../images/icon-4.png) no-repeat #fff;
}
.banner-bottom .box:hover .img4 {
  background: url(../images/icon-4-hover.png) no-repeat #1f4670;
  transition: 0.3s ease-in all;
}
.banner-bottom .box:hover a {
  color: #fff;
  background: #1f4670;
  transition: 0.3s ease-in all;
}
/* --------------------
   About Section
-------------------*/

.about img{
  border: 10px solid #cdcdcd;
}
.about .imgbox a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  transition: 0.3s ease-in all;
}
.about .imgbox a img {
  width: 20%;
  transition: 0.3s ease-in all;
}
.about .imgbox a img:hover {
    background: rgba(153,202,62,0.70);
    border-radius: 50%;
    transition: 0.3s ease-in all;
}
.about .imgbox a .icon {
    position: absolute;
    bottom: -50px;
    border-radius: 50%;
    border: 15px solid rgba(255,255,255,0.57);
    transition: 0.3s ease-in all;
}
.about .imgbox a .icon i {
    background: #1f4670;
    width: 100px;
    height: 100px;
    color: #fff;
    padding-left: 15px;
    font-size: 65px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    transition: 0.3s ease-in all;
}
.about .imgbox a:hover .icon {
  border: 15px solid rgba(0,0,0,0.30);
  transition: 0.3s ease-in all;
}
.about .imgbox a:hover .icon i {
  background: #00a651;
  transition: 0.3s ease-in all;
}
/* --------------------
   Service Section
-------------------*/
.service {
  background: url(../images/service-back.jpg) no-repeat;
  background-size: cover;
}
.service h2, .industry h2 {
  color: #fff;
}
.service p {
  color: #e1e1e1;
}
.service .bookmarks {
  margin-bottom: 50px;
}
.service .bookmarks ul {
  padding: 5px 0;
  margin: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .service .bookmarks ul {
    width: 120px;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .service .bookmarks ul {
    width: 180px;
  }
}
.service .bookmarks ul li {
  display: inline-block;
  cursor: pointer;
  width: 8px;
  height: 8px;
  border: 2px solid #00a651;
  border-radius: 50%;
  background: #00a651;
  margin-right: 6px;
}
/*@media (max-width: 767px) {
  .service .bookmarks ul li {
    padding: 11px 11px;
    font-size: 12px;
    text-align: center;
    display: none;
  }
}*/
.service .bookmarks ul li.active {
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 0;
  background: transparent;
}
@media (max-width: 767px) {
  .service .bookmarks ul li.active {
    display: block;
  }
}

.service .owlExample .item {
  margin: auto;
  margin: 0 8px;
  padding: 5px 5px 15px;
  background: #fff;
}
/*@media (max-width: 767px) {
  .service .owlExample .item {
    width: 200px;
    height: 100px;
  }
}*/
.service .owlExample .item .box {
  padding: 15px;
}
.service .owlExample .item h2, .service #sm .owl-stage .owl-item .item .box h2  {
  font-size: 22px;
  color: #252525;
  margin-bottom: 10px;
  transition: 0.3s ease-in all;
}
.service .owlExample .item p, .service #sm .owl-stage .owl-item .item .box p {
  margin: 0;
  color: #707070;
}
.service .owlExample .item .box .button, .industryContent .button, 
.service #sm .owl-stage .owl-item .item .box .button {
  padding: 6px 20px !important;
  font-size: 13px;
  background: #5e5e5e !important;
  margin-top: 15px;
  transition: 0.3s ease-in all;
}
.service .owlExample .item:hover .box h2, 
.industryBox:hover .industryContent a, .service #sm .owl-stage .owl-item .item:hover .box h2 {
  color: #00a651;
  transition: 0.3s ease-in all;
}
.service .owlExample .item:hover .box .button, 
.industryBox:hover .industryContent .button, 
.service #sm .owl-stage .owl-item .item:hover .box .button  {
  color: #fff;
  background: #00a651 !important;
  transition: 0.3s ease-in all;
}
.service .owlExample .item .box
.service .owlExample .owl-controls {
  position: absolute;
  top: 60px;
  width: 100%;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls {
    top: -90px;
  }
}
.service .owlExample .owl-controls .owl-nav div {
  position: absolute;
  font-family: 'Arial';
  font-size: 30px;
  letter-spacing: .5px;
  text-transform: uppercase;
  transition: all .4s linear;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls .owl-nav div {
    font-size: 16px;
  }
}
.service .owlExample .owl-controls .owl-nav div:hover {
  letter-spacing: 2px;
  color: #ff1053;
}
.service .owlExample .owl-controls .owl-nav div.owl-prev {
  left: 50px;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls .owl-nav div.owl-prev {
    left: 20px;
  }
}
.service .owlExample .owl-controls .owl-nav div.owl-next {
  right: 50px;
}
@media (max-width: 767px) {
  .service .owlExample .owl-controls .owl-nav div.owl-next {
    right: 20px;
  }
}
.service .service .owl-pagination {
  display: none;
}

/* --------------------
   Gallery Section
-------------------*/
.gallery {
  background: url(../images/gallery-back.jpg) no-repeat;
}
.gallery .box {
  margin-bottom: 30px;
  overflow: hidden;
}
.gallery .box img {
  width: 100%;
}
#portfolio a i {
  font-size: 25px;
  color: #fff;
}
#portfolio a span {
  font-size: 18px;
  font-family: 'Poppins', sans-serif;
  margin-left: 10px;
}
#portfolio .box a:before {
  width: 100%;
  height: 100%;
  background: url(../images/gallery-hover-back.png) no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  opacity: 0;
  transform: scale(0);
  transition: 0.3s ease-in all;
  z-index: -1;
}
#portfolio .box:hover a {
  background: rgba(0,166,81,0.70);
  transition: 0.3s ease-in all;
}
#portfolio .box:hover a:before {
  opacity: 1;
  transform: scale(1);
  transition: 0.3s ease-in all;
}
/* --------------------
   Industries Section
-------------------*/
#sm {
  display: none;
}
.industry {
  background: url(../images/industry-back.jpg) no-repeat;
}
.industry .owl-carousel .item {
  background: #fff;
}
.industryBox {
    position: relative;
}
.industryBox .imgbox {
    /*height: 300px;*/
    position: relative;
    margin-bottom: 20px;
}
.industryBox h3 {
  font-size: 20px;
  color: #6c6c6c;
}
.industryBox h3 a {
    color: #1a1a1a;
    font-weight: 500;
    display: block;
    margin-top: 8px;
}
.industryBox p {
    color: #8b8b8b;
    font-weight: 300;
    margin: 15px 0;
}
.industryContent {
    margin-bottom: 50px;
    display: inline-block;
}
.industryBox a.commBtn {
    background: #00295b;
    border: 0;
    color: #fff;
    border-radius: 5px;
    padding: 6px 20px;
    font-size: 16px;
    transition: 0.3s;
    position: absolute;
    bottom: 0;
}
.industryBox a.commBtn:hover {
    color: #00295b;
    background: #c08d2c;
    transition: 0.3s ease-in all;
}
.industry .owl-nav, .brand .owl-nav {
    position: absolute;
    top: 35%;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 100%;
    margin: 0;
    pointer-events: none;
}
.industry .owl-nav button, .brand .owl-nav button {
    pointer-events: auto;
    background: transparent;
    border: 1px solid #fff !important;
    height: 40px;
    width: 40px;
    margin: 0;
    border-radius: 0;
    color: #fff;
    position: relative;
}
.industry .owl-nav button span, .brand .owl-nav button span {
    font-size: 30px;
    color: #fff;
    transition: 0.2s ease-in all;
}
.industry .owl-nav button:hover span, .brand .owl-nav button:hover span {
  color: #00a651 !important;
}
.industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev {
    float: left;
    margin-left: -45px !important;
    transition: 0.2s ease-in all;
}
.industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    float: right;
    margin-right: -45px !important;
    transition: 0.2s ease-in all;
}
.industry .owl-nav .owl-prev:hover, .industry .owl-nav .owl-next:hover,
.brand .owl-nav .owl-prev:hover, .brand .owl-nav .owl-next:hover {
    background: #fff !important;
    transition: 0.3s ease-in all;
}
.industry .owl-nav button:hover span, .berand .owl-nav button:hover span {
    color: #00a651;
    transition: 0.3s ease-in all;
} 
/* -----------------------
   Testimonial Section
------------------------*/
.testimonial {
  background: #f6f6f6;
}
.testimonial .main {
  margin: 0 50px;
  background: url(../images/testimonial-back.png) no-repeat #fff;
  background-position: bottom center;
  box-shadow: 3px 3px 4px #d3d3d3;
}
.testimonial img {
  margin-top: 50px;
}
.testimonial .owl-carousel .owl-item {
  padding: 0 100px 100px;
}
.testimonial .owl-carousel .owl-item img{
  width: auto;
  margin: 50px auto 0;
}
.testimonial .owl-carousel .owl-item p {
  color: #383838;
  margin: 30px 0 50px;
}
.testimonial .owl-carousel .owl-item h4 {
  font-size: 25px;
  color: #202020;
  margin-top: 50px;
}
.testimonial .owl-carousel .owl-item em {
  font-size: 18px;
  color: #828282;
  display: block;
}
.testimonial .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    text-align: center;
}
.testimonial .owl-theme .owl-dots {
    padding: 5px 0;
    margin: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}
.testimonial .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 2px solid #9a9a9a;
    border-radius: 50%;
    background: #9a9a9a;
    margin-right: 6px;
}
.testimonial .owl-theme .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    background: transparent;
    border: 1px solid #00a651;
    margin-right: 5px;
    border-radius: 50%;
}
/* --------------------
   Brand Section
-------------------*/
.brand {
  background: #1f4670;
  position: relative;
}
.brand .owl-carousel .owl-nav.disabled {
  display: block;
}



#gtranslate_selector{background: transparent !important;
border: none !important;}
.aboutUsPage{margin:80px 0px;}
.aboutUsPage h2{color: #1f466f;padding-bottom: 30px;
font-size: 40px;position:relative;}
.aboutUsPage h2:after{content: "";
position: absolute;
width: 84%;
background: #c3cdd7;
height: 1px;
top: 10px;
bottom: 0;
right: 10px;}

#portfolio .box2 a{bottom:0px !important}
.aboutUsPage h3{color:#373737;}
.aboutUsPage h3:hover{color:#05713d;}
.aboutUsBoxes{margin-bottom:30px;}
.aboutUsftBg img{width:100%}


.servicesPage{padding:60px 0px;}
.servicesPage h2{color: #1f466f;padding-bottom: 40px;font-size:40px;text-align:center;}
.servicesPage h5{text-align: center;
color: #919191;
font-weight: 300;
font-size: 20px;}

.servicesPage2{text-align:center}
.servicesPage2 ul li:first-child{float:left;width:30%;}
.servicesPage2 ul li:last-child{float:left;width:70%;text-align:left;margin-bottom:40px;}
.servicesPage2 ul li h4{margin-bottom:0px;color:#1f4671}


.indutrsiesPage{padding:60px 0px;}
.indutrsiesPage h2{color: #1f466f;padding-bottom: 40px;font-size:50px;text-align:center;position:relative;}
.indutrsiesPage h2:after{position: absolute;
content: '';
background: #c1ced7;
width: 40%;
height: 2px;
top: 13px;
right: 0px;}
.industryBox2 h3 a:hover::after {background:#00a651;}
.industryBox2 h3 a{text-align:left;position:relative;padding-left:15px}
.industryBox2 h3 a:after{position: absolute;
content: '';
left: 0;
background: #262626;
height: 30px;
width: 5px;
top: -5px;}
.industryBox2 p{text-align:left}
.indutrsiesPage h2:before{position: absolute;
content: '';
background: #c1ced7;
width: 40%;
height: 2px;
top: 13px;
left: 0px;}
.industryBox2 .imgbox img{width:360px;height:420px}


.ctDetails ul{padding:60px 0px 0px 0px;position:relative;}
.ctDetails ul li{padding:5px 0px;z-index: 9999 !important;position: relative;color:#fff;}
.ctDetails ul:after{border-bottom: 1px solid #34577d;
content: '';
width: 50%;
position: absolute;
left: 0;
right: 0;
display: inline-block;
margin: 0 auto;
top: 30px;}

.ctDetails ul:first-child:after{border-bottom:0}
.ctDetails ul:last-child{padding-bottom:60px;}
.ctDetails ul li  a{color:#fff;}
.ctDetails ul li h4{color:#00a652;margin-bottom:0px;font-size: 22px;}
.ctDetails{background: #1f4671;position:relative}
.ctDetails:after{border: 1px solid #fff;
content: '';
position: absolute;
width: 99%;
height: 99%;
padding-bottom: 10px;
left: 3px;
right: 0;
top: 3px;}
.ctPage{margin-bottom:0px !important;margin-top:60px !important}
.ctPage h2:after{display:none;}
.conatctpage{text-align: center;padding-top:0px;
background: #fff;
box-shadow: 0px 3px 0px #0000004f;
position: relative;
z-index: 999;
margin-top: 0;
bottom: -60px;
}
.midImage{margin-top:50px;}
.industryContent2 h3 a{color: #1f4572 !important;text-transform:uppercase}
#industry .imgbox img{width:370px;height:380px;}

.contactUsPage input[type="text"]{float: left;width:49%;border-bottom: 1px solid #ccc !important;
border: 0;}
.contactUsPage input[type="email"]{width: 50%;border-bottom: 1px solid #ccc !important;
border: 0;}
.contactUsPage input[type="tel"]{width:100%;margin: 30px 0px;border-bottom: 1px solid #ccc !important;
border: 0;}
.contactUsPage textarea{border-bottom: 1px solid #ccc !important;height:200px;
border: 0;}
.contactUsPage input[type="submit"]{background: #00a651;color: #fff;
border: 2px solid #00a651;margin-top:20px;
border-radius: 20px;}
.search-no-results #header{background:#000}
.search-results #header{background:#000}
.search-results .page-header{padding-top:120px;text-align: center;}




.formName .wpcf7-form-control.wpcf7-submit{display:none}
.breadCum{position: absolute;
bottom:30%;}
.breadCum a span{color: #00a651;}
.innerHeader img{width:100%}
.error404 #header{background:#000;}
.error-404.not-found{padding:80px 0px;text-align:center}
.error-404.not-found .page-content{display:none}



.servicesPage2 ul li p{color:#7d7373}

.bookmarks button{background:#fff !important;
width: 10px !important;
height: 10px !important;
border-radius: 50% !important;
padding: 0 !important;
margin-right: 5px !important;}

.singlePage{margin:50px 0px 50px 0px;}
.innerHeader{position:relative;}
.innerHeader h2{position: absolute;display: inline-block;
top: 40%;
color: #fff;
font-size: 50px;}

.innerHeader h2:after{content: "";
background: #00a651;
width: 50%;
height: 1px;
position: absolute;
bottom: -10px;
right: 0;}
.innerHeader h2:before{content: "";
background: #fff;
width: 50%;
height: 1px;
position: absolute;
bottom: -10px;}


/* --------------------
   Back To Top
-------------------*/
#toTop {
    position: fixed;
    width: 42px;
    height: 42px;
    background: #00a651;
    border: 2px solid #00a651;
    border-radius: 3px;
    bottom: 45px;
    right: 15px;
    cursor: pointer;
    display: none;
    font-size: 25px;
    line-height: 0;
    transition: 0.3s ease-in all;
    z-index: 1;
}
#toTop:hover {
    color: #00a651;
    background: transparent;
    border-color: #00a651;
    transition: 0.3s ease-in all;
}
/* --------------------
   Responsive Section
-------------------*/
@media only screen and (max-width: 1199px) {
  header .top-bar .contact {
    width: 70%;
  }
  .slider .carousel-caption {
    width: 50%;
  }
  .slider .carousel-caption .btn {
    margin-top: 10px;
    font-size: 16px;
    padding: 12px 30px;
  }
  .banner-bottom .box a {
    padding: 20px 0;
  }
  .about .content p {
    font-size: 14px;
  }
  .section-title h2 {
    font-size: 40px;
  }
  .about .button, .service .button, .gallery .button, .industryContent .button {
    font-size: 16px;
    padding: 12px 30px !important;
    margin-top: 10px;
  }
  .service .owlExample .item h2 {
    font-size: 19px;
  }
  .service .owlExample .item p {
    font-size: 13px;
    line-height: 20px;
  }
  footer .box h4 {
    font-size: 19px;
  }
  footer .pl-70 {
    padding-left: 80px;
  }
  footer .pr-50 {
    padding-right: 10px;
  }
  footer .box .subs form input[type="text"] {
    width: 72%;
  }
  .industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev,
  .industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    color: #fff !important;
    background: #00a651 !important;
    border-color: #00a651 !important;
  }
  .industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev {
    margin-left: -25px !important;
  }
  .industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    margin-right: -25px !important;
  }
  .industry .owl-nav .owl-prev:hover, .brand .owl-nav .owl-prev:hover,
  .industry .owl-nav .owl-next:hover, .brand .owl-nav .owl-next:hover {
    color: #00a651 !important;
    background: transparent;
  }
  .testimonial img {
    margin-top: 140px;
  }
  .slider .carousel-caption {
      width: 70%;
  }
  .slider .owl-carousel .owl-nav button.owl-prev {
      left: 50px;
  }
  .slider .owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
}
@media (max-width: 992px){
	.servicesPage h2{font-size:30px;}
.breadCum{bottom:0px}
  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
}
  #mobile-nav-toggle {
    top: 9.5%;
    right: 8%;
  }
  #mobile-nav-toggle i {
    color: #000;
  }
  .openBtn {
    position: absolute;
    top: 35%;
    right: 0;
  }
}
@media only screen and (max-width: 991px) {
	
  header .top-bar .contact ul li {
    display: none;
  }
  header .top-bar .drop ul li {
    display: block;
  }
  header .top-bar .drop ul li a {
    font-size: 15px;
    color: #fff;
    transition: 0.3s ease-in all;
    display: block;
  }
  header .top-bar .contact {
    float: right;
  }
  .drop {
    width: 40px;
    height: 36px;
    position: relative;
    display: inline-block !important;
  }
  .drop:hover {
    cursor: pointer;
  }
  header .top-bar .contact .drop:hover span i {
    color: #fff !important;
  }
  header .top-bar .drop ul li a:hover {
    color: #000 !important;
  }
  .drop-content {
    display: none;
    position: absolute;
    background-color: #00a651;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
    top: 100%;
    right: 0;
  }
  header .contact .drop-content a {
    color: #fff !important;
  }
  .drop:hover .drop-content {
    display: block;
  }
  header .top-bar .social {
    display: none;
  }
  header .top-bar .drop .social {
    width: 130px;
    display: block;
  }
  header .top-bar .drop .social ul li {
    display: inline-block;
  }
  header .top-bar .drop .social ul li i {
    font-size: 18px;
    color: #fff;
    text-align: center;
    transition: 0.3s ease-in all;
    float: left;
    padding: 0;
    border-left: 0;
  }
  #mobile-nav-toggle {
      right: 19%;
  }
  .slider .carousel-caption h1 {
    font-size: 25px;
    line-height: 30px;
    margin: 0;
  }
  .slider .carousel-caption p {
    font-size: 14px;
  }
  .slider .owl-carousel .owl-nav button.owl-prev {
      left: 25px;
  }
  .slider .owl-carousel .owl-nav button.owl-next {
      right: 25px;
  }
  .banner-bottom {
      margin-top: -60px;
  }
  .banner-bottom .box .img1, .banner-bottom .box .img2, .banner-bottom .box .img3, .banner-bottom .box .img4 {
    width: 100px;
    height: 60px;
  }
  .banner-bottom .box a {
    padding: 10px 0;
    font-size: 16px;
  }
  .testimonial .main {
    margin: 0;
  }
  .testimonial .owl-carousel .owl-item {
    padding: 0 20px;
  }
  .testimonial img {
    margin-top: 245px;
  }
  footer .logo {
    margin-bottom: 30px;
  }
  footer .box h4 {
    font-size: 14px;
  }
  footer .pr-50 {
    padding-right: 10px;
  }
  footer .pl-70 {
    padding-left: 30px;
  }
  footer .ml-30 {
    margin-left: 0px;
  }
  footer .box .subs form input[type="text"] {
    width: 66%;
  }
  footer .media p {
    font-size: 13px;
    line-height: 20px;
  }
  footer .box .address li p, footer .box .address li a {
    font-size: 14px;
  }
  footer .copyright {
    margin-top: 30px;
  }
  .service .section-title {
    text-align: center;
  }
  .service .bookmarks ul {
    justify-content: center;
  }
  .service .bookmarks {
    margin-bottom: 30px;
  }
  header .top-bar .contact {
    text-align: right;
  }
}
@media only screen and (max-width: 767px) {
	.indutrsiesPage h2::after,.indutrsiesPage h2::before {display:none;}
	.industryBox .imgbox{text-align: center;
display: inline flow-root list-item;}
	.industryBox{text-align:center;}
	 #mobile-nav-toggle {
    right: 0;
top: 0;
  }
	header .top-bar .contact {
    width: auto;
    padding-left: 0;
    padding-top: 0;}
	.aboutUsPage h3{margin-top:20px;}
	.aboutUsPage h2{font-size:30px;}
  .banner-bottom {
    margin-top: 30px;
  }
  .banner-bottom .box {
    width: 40%;
    margin: 0 auto 30px;
  }
  .about, .about .section-title {
    text-align: center;
  }
  .about .imgbox img {
    margin: auto;
  }
  .about .content {
    margin-top: 50px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .industry .owl-nav .owl-next, .brand .owl-nav .owl-next {
    margin-right: 0px !important;
  }
  .industry .owl-nav .owl-prev, .brand .owl-nav .owl-prev {
    margin-left: 0px !important;
  }
  .testimonial img {
    display: none;
  }
  footer .container .row {
    display: block;
  }
  footer .logo {
    text-align: left;
  }
  footer .logo img {
    margin: 0 0 30px;
  }
  footer .box {
    margin-bottom: 30px;
  }
  footer .box h4 {
    font-size: 20px;
  }
  footer .pl-70 {
    padding-left: 0;
    border: 0;
  }
  footer .pr-50 {
    padding-right: 0;
  }
  .service .owlExample .item h2 {
    font-size: 16px;
  }
  .service #sm {
    display: none;
  }
}

@media only screen and (max-width: 640px) {
	.innerHeader h2{font-size:30px;}
	.section-title2{margin-top:20px;}
	.aboutUsPage h2::after {display:none}
  .service .bookmarks {
    display: none;
  }
   #mobile-nav-toggle {
    right: 0;
top: 0;
  }
  .service .sm .owlExample {
    display: none;
  }
  .service #sm {
    width: 70%;
    margin: 50px auto 0;
    position: relative;
    display: block;
  }
  .service .owl-theme .owl-dots {
    position: absolute;
    left: 0;
    top: -40px;
    margin: auto;
    text-align: center;
    right: 0;
  }
  .service .owl-theme .owl-dots .owl-dot {
    display: inline-block;
    cursor: pointer;
    width: 8px;
    height: 8px;
    border: 2px solid #00a651;
    border-radius: 50%;
    background: #00a651;
    margin-right: 6px;
  }
  .service .owl-theme .owl-dots .owl-dot.active {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    border-radius: 50%;
    padding: 0;
    background: transparent;
  }
  .service #sm .owl-stage .owl-item .item {
    background: #fff;
    padding: 5px;
  }
  .service #sm .owl-stage .owl-item .item .box {
    margin-top: 20px;
    padding-bottom: 20px;
  }
  .slider .owl-theme .owl-dots {
    bottom: 5px;
    left: 0;
    right: 0;
  }
  .slider .carousel-caption {
    display: none;
  }
  #mobile-nav-toggle {
    right:0;
  }
  .banner-bottom .box {
    width: 70%;
  }
  
  .innerHeader {
    position: relative;
    height: 320px;
    background: #323232;
}
  
}
@media only screen and (max-width: 575px) {
  
}
@media only screen and (max-width: 480px) {
  #header .logo-nav #logo {
    width: 200px;
  }
  #mobile-nav-toggle {
    right: 0;
top: 0;
  }
  .slider .owl-theme .owl-nav, .affiliate .owl-theme .owl-nav {
    top: 60%;
  }
  .slider .owl-carousel .owl-nav button.owl-prev, .slider .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 26px;
  }
  .service #sm {
    width: 100%;
  }
  
  .innerHeader {
    position: relative;
    height: 320px;
    background: #323232;
}

}
@media only screen and (max-width: 360px) {
  header .top-bar .dropdown a {
    font-size: 12px;
  }
  #header .logo-nav #logo {
    width: 190px;
  }
  .drop {
    width: 35px;
  }
  
  .innerHeader {
    position: relative;
    height: 320px;
    background: #323232;
}
  
}
