* {
  outline: 0;
}
body {
  font-family: 'Lato', sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 17px;
  overflow-x: hidden;
  color: #162c5a;
}

.img {
  max-width: 100%;
}
a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus,
button:focus {
  text-decoration: none;
  outline: none;
}
a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
  color: #162c5a;
  text-decoration: none;
}
a,
button {
  color: #162c5a;
  outline: medium none;
}
button {
  cursor: pointer;
  outline: 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  display: inline-block;
}
hr {
  border-bottom: 1px solid #eceff8;
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

p {
    font-size: 17px;
    line-height: 26px;
    color: #000000;
    font-weight: 400;
    text-align: justify;
}



.main-header-mobile {
    
    display: none;
}



.title {
    font-weight: 500;
    font-size: 41px;
    line-height: 35px;
    margin-bottom: 25px;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
}

.Product-closure-img {
    
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.Product-closure-text {
    transform: translatey(-50%);
    position: relative;
    top: 50%;
}

.banner .carousel-item::before {
    font-size: 45px;
    background-color: #00000026;
    content: '';
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
    right: 0px;
}

.footer-nav ul {
    
    float: right;
}

.closure-pr {
    
    margin-bottom: 70px;
}

.main-header-mobile {
    
    display: none;
}

.Product-closure-text h5 {
    
    font-size: 30px;
    color: #00a0ae;
    margin-bottom: 30px;
}



.box{
  background: #ddd;
  border: 2px solid #fff;
  box-shadow: 0 0 3px rgba(0,0,0,0.5), inset 0 0 100px rgba(0,0,0,0.4);
  float: left;
 
 overflow: hidden;
  margin: 10px 0px;
  position: relative;
 
  transition: background 0.3s ease-out;
}

.products {
    
    float: left;
    width: 100%;
    clear: both;
    background: #f3f3f385;
    padding: 100px 0px; 
    
}

.closure-pr h5 {
    font-size: 26px;
    color: #00a0ae;
    margin-bottom: 25px;
    text-transform: capitalize;
}


.box p{
  color: #eee;
  font-size: 34px;
  line-height: 34px;
  padding: 12px;
  opacity: 0;
  text-align: center;
  position: absolute;
  top: 0;
}
.box img{
  
  opacity: 1; 
  display: block;
  transition: opacity 0.3s ease-in-out;
}
.box:hover img{
  opacity: 0.2;
}
/* box colors */
.box:hover p{
  opacity: 1;
  transition: opacity 0.5s ease-in-out;
}
.box:nth-child(1):hover{
  background: #00a0ae;
}
.box:nth-child(2):hover{
  background: #f68e56;
}
.box:nth-child(3):hover{
  background: #7cc576;
}
.box:nth-child(4):hover{
  background: #448ccb;
}

Product-closure-text h4 {
    
    font-size: 26px;
    color: #ccc;
    
    
} 

.Product-closure {
    
    padding: 80px 0px;
    clear: both;
    float: left;
    width: 100%;
}

.closure-pr {
    
    font-size: 18px;
    font-weight: 600;
}

.Product-closure .Product-closure-text 

{ 
    box-shadow: 0px 1px 13px -2px #939393;
    padding: 30px;
}

.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #00a0ae;
}

section,
header,
footer {
  width: 100%;
  float: left;
}
.g_header {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 11;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
  text-align: center;
}
@keyframes smoothScroll {
  0% {
    transform: translateY(-200px);
  }
  100% {
    transform: translateY(0px);
  }
}
.main-header.g_shrink {
  position: fixed;
  background: #ffffff;
  animation: smoothScroll 1.5s forwards;
  box-shadow: 0px 0px 22px -3px #b0b0b0;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;
}

 .top-header {
    padding: 12px 12px;
    background-color: #8a8a8a;
}
.top-header p {
    color: #fff;
    font-size: 16px;
    
    margin: 0;
}

.Our-Values {
    padding: 30px 0px;
    
}

.about-text p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
}


.about-us .our-va img {
    
    width: 100%;
     border-radius: 50px 0 50px;
}


.about-us .our-va {
    
    overflow: hidden;
    cursor: pointer;
    border-radius: 50px 0 50px;
    
  }

.Product-closure .our-va {
    
    overflow: hidden;
    cursor: pointer;
}


.top_banner_section_main {
    float: left;
    width: 100%;
    background: url(../images/main_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;
    margin-top: 0px;
    z-index: -99;
}
    
 .conatct-box p span {
    color: #00a0ae;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
    
    .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #00a0ae;
    content: "/";
}
    
    .white_box_contact {
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 500px;
}
  
    .white_box_contact p {
        
        margin-top: 30px;
        
    } 


.breadcrumb-item.active {
    color: #00a0ae;
    letter-spacing: 1px;
}
    
   .form-group .contact-btn {
    background-color: #00a0ae;
    padding: 10px 20px;
    color: #fff;
    /* border-radius: 0px; */
    box-shadow: 0px;
    border: 0;
}
    
 
.contact {
    padding: 50px 0px;
}   

.map {
        
        clear: both;
        float: left;
        width: 100%;
    } 
    
    .white_box_contact img {
        
        width: 30px;
        margin-right: 10px;
        
    }
 
.contact-us .title2 {
    font-size: 35px;
    color: #656468;
    padding: 40px 0px;
}
    
  .white_box_contact .submit-btn {
    border: none;
    background-color: #00a0ae;
    padding: 12px 25px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
}
    
    /* .white_box_contact .form-control {
        
        text-transform: capitalize;
        
    }  */

.contact-us {
    
    padding: 80px 0px;
    
}
    
  .top_banner_section_main .breadcrumb-item a {
        
        color: #fff;
    }   
    
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 1rem;
    background-color: transparent;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
}    

.Product-closure {
    
    background-color:#f3f3f385;
    
}

.table-bordered thead td, .table-bordered thead th {
    border-bottom-width: 2px;
    
    font-weight: 500;
    background-color: #00a0ae;
    color: #ffffff;
    
}

.table-bordered td, .table-bordered th:hover {
   
    color: #fff;
    
}

.table-hover tbody tr:hover {
    color: #ffffff;
    background-color: rgba(0, 160, 174, 0.48);
}




.table-bordered td, .table-bordered th {
    border: 1px solid #dee2e6;
    color: #4e595a;
    font-weight: 400;
}

.top_banner_section_main .breadcrumb-item a {
    color: #fff;
}

.Product-closure-text span {
    font-size: 17px;
    color: #6d6c70;
    font-weight: 400;
}

.Product-closure-text h4 {
    font-size: 20px;
    color: #17a8b5;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.top_banner_section_main:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, #00a0ae6b, #0e0e0ed9 );
    opacity: 0.7;
    z-index: -9999;
}

.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 1rem;
    background-color: transparent;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
}
    
 .breadcrumb-item.active {
    color: #00a0ae;
}
    
   .form-group .contact-btn {
    background-color: #00a0ae;
    padding: 10px 20px;
    color: #fff;
    /* border-radius: 0px; */
    box-shadow: 0px;
    border: 0;
}
  
/*

.banner-text::before {
    
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-image: linear-gradient( to left, rgba(-790, 0, 0, 0), #212529d6 58% );
   
    z-index: -9999;
    left: -90px;
    padding: 40px 0px;

}
*/

.banner-text .banner-text-box {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 20px;
    width: 32%;
    display: block;
    bottom: 0px;
    position: absolute;
    bottom: 20%;
    font-size: 30px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

.banner-text h5 {
    line-height: 60px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact {
    padding: 50px 0px;
}   

.map {
        
        clear: both;
        float: left;
        width: 100%;
    } 

.our-va:hover img {
    -webkit-transform: scale(1.08, 1.08);
    transform: scale(1.08, 1.08);
}

.our-va img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

.quat {
    
    margin-top: 60px;
    
}

.back {
    
    margin-top: 30px;
    
}

.main-menu .navbar-light .navbar-nav .nav-link {
    color: #000000;
    padding: 0px 20px;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 17px;
}
.main-menu .navbar-light .navbar-nav .active>.nav-link,
.main-menu .navbar-light .navbar-nav .nav-link.active,
.main-menu .navbar-light .navbar-nav .nav-link.show,
.main-menu .navbar-light .navbar-nav .show>.nav-link {
    color: #01adbe;
}

.main-menu .navbar {
padding: 10px 0;
}

.main-menu .navbar-light .navbar-brand img{
width: 320px;
}

.about-us {
    padding: 100px 0px;
}
.about-us .about-content h3.title {
    font-size: 32px;
    color: #4b4b4b;
    margin-bottom: 35px;
}
.about-us .about-content h3.title span {
    color: #00adbe;
}
.about-us .about-content p {
    font-size: 16px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
}
.button a {
    padding: 15px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    background-color: #00adbe;
}
.banner .carousel-indicators {
    bottom: 40px;
    /* left: 0; */
    /* right: 0; */
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    /* margin-right: 0; */
    /* margin-left: 50%; */
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: none;
    margin-left: none;
    list-style: none;
}
.banner .carousel-inner .carousel-caption h5 {
    font-size: 50px;
}
.banner .carousel-inner .carousel-caption p {
    font-size: 18px;
    margin-top: 30px;
    color: #fff;
}
.banner .bd-example .carousel-indicators li {
    width: 9px;
    height: 9px;
    opacity: 1;
    border: 2px solid #ffffff;
    background: transparent;
}

.about-c {
    
    margin-top: 20px;
}

.banner .bd-example  .carousel-indicators .active{
    background: #fff;
}

.carousel-control-next {
    display: none;
}
.carousel-control-prev {
    display: none;
}
.product {
    float: left;
    width: 100%;
    clear: both;
    background-color: #8a8a8a;
    padding: 100px 0px;
}
.product-cont {
    margin-top: 50px;
}

.product-content .button {
    margin-top: 45px;
}
.product-content {
    background-color: #fff;
    padding: 30px;
  }
.product .product-content h3 {
    font-size: 30px;
    color: #00adbe;
    padding: 30px 0px;
    text-transform: capitalize;
    font-weight: 400;
}
.all-pro {
    width: 100%;
    float: left;
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
}
.all-pro a {
    padding: 15px 30px;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    background-color: #00adbe;
    font-weight: 16px;
}


.site-content {
    background-image:url(../images/bg-top.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}


.bg-img{
  position: relative; 
}
.bg-img:after{
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    background-image:url(../images/bg-top.png);
    background-repeat: no-repeat;
    background-position: left top, right bottom;
}




/* 
.tab-product .nav-tabs {
   border: none;
}
.tab-product .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #ffffff;
    font-size: 16px;
    background-color: #00adbe;
border:none; 
    position: relative;
}

.tab-product .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-left: 1px solid #ccc;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #00adbe;
    border-bottom: 0px;
    border-radius: 0px;
    padding: 20px 35px;
    background-color: #fff;
}
.tab-product .nav-tabs .nav-item.show .nav-link, .tab-product .nav-tabs .nav-link.active::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #00adbe;
    left: 50%;
    transform: translateX(-50%);
    bottom: -30px;
    position: absolute;
}
.product .product-content p {
    text-align: left;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    color: #727272;
} */

.resp-tab-content .product-cont {
    margin-top: 0px;
}

.resp-tabs-list .resp-tab-active::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 30px solid transparent;
    border-right: 30px solid transparent;
    border-top: 30px solid #00adbe;
    left: 50%;
    transform: translateX(-50%);
    bottom: -25px;
}

.about-us {
    width: 100%;
    float: left;
    clear: both;
    background: #f3f3f385;
}

.about-text h3.title {
    
    color: #000;
}

.about-text h3.title span {
    
    color: #ccc;
}

.about-conten h4 {
    color: #00a0ae;
    font-size: 30px;
    margin-bottom: 30px;
    font-weight: 400;
    margin-top: 30px;
    text-transform: uppercase;
}


footer .footer-nav {
    margin: 0 auto;
    width: 100%;
    line-height: 48px;

    text-align: center;
}
footer .footer-nav li a {
    padding: 15px 15px;
    text-transform: uppercase;
    font-size: 15px;
    color: #000000;
}
footer .top-footer .footer-logo img {
    width: 230px;
}
footer .social-icon ul li {
    display: inline-block;
    margin-left: 5px;
}
.top-footer .social-icon {
    float: right;
    line-height: 48px;

}
.social-icon img {
    width: 30px;
}
.top-footer {
    padding: 30px 0px;
    border-bottom: 1px solid #dfdfdf;
}
.bottom-footer  .footer-img {
    position: relative;
}
.bottom-footer .footer-img::before {
    background-image: url(../images/footer-img.jpg);
    background-repeat: no-repeat;
    content: '';
    position: absolute;
    z-index: -999;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-size: cover;
    width: 28%;
    height: 100%;
}
.bottom-footer .find-us img {
    width: 40px;
    text-align: center;
    display: block;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 30px;
}
.bottom-footer {
    border-bottom: 1px solid #ccc;
}

.copyright h6 {
    font-size: 18px;
    color: #000000;
    text-align: center;
    padding: 30px 0px;
    font-weight: 400;
    margin: 0px;
}
.produ-detail-title {
    padding-bottom: 30px;
}
.bottom-footer .find-us  h3 {
    text-align: center;
    font-size: 20px;
    color: #000000;
    font-weight: 500;
    text-transform: uppercase;
}
.bottom-footer .find-us p {
    text-align: center;
    font-size: 16px;
    padding-bottom: 30px;
    color: #000000;
    font-weight: 400;
}

  
    .Product-img img {
        object-fit: cover;
        width: 100%;
    }
   .product-content {
    background-color: #fff;
    padding: 15px;
    /* min-height: 607px; */
}

.product-content .button {
    margin-top: 30px;
}

.product {
    float: left;
    width: 100%;
    clear: both;
    background-color: #8a8a8a;
    padding: 60px 0px;
}

 
/* .product .product-content p {
    text-align: left;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #727272;
}
.product .product-content h3 {
    font-size: 40px;
    color: #00adbe;
    padding: 30px 0px;
    text-transform: capitalize;
    font-weight: 400;
} */
    .all-pro a {
    padding: 15px 35px;
    color: #fff;
    font-size: 19px;
    text-transform: capitalize;
    background-color: #00adbe;
    font-weight: 16px;
}
.button a {
    padding: 15px 40px;
    color: #fff;
    text-transform: capitalize;
    font-size: 19px;
    background-color: #00adbe;
    display: inline-block;
}    

.about-us .about-content h3.title {
    font-size: 35px;
    color: #4b4b4b;
    margin-bottom: 35px;
}    
  .about-us .about-content p {
    font-size: 17px;
    color: #000000;
    line-height: 24px;
    text-align: justify;
} 
    .about-us .button {
        margin-top: 55px;
    }

.produ-detail-title p {
    font-size: 19px;
    line-height: 28px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 50px;
}
footer .top-footer .footer-logo img {
    width: 270px;
} 

/* container size */

.container {
    max-width: 1600px;
}
/* container size */


/* responsive css */

.product_padding {
   padding-bottom: 80px;
}

.product_title {
    text-align: center;
}

.subproduct_padding {
    padding-top: 40px;
}

.image_width {
    width: 85%;
}

.location_svg_position {
    padding-left: 41px;
    position: relative;
    text-align: left;
    word-break: break-word;
}

.location_svg:before {
    position: absolute;
    display: block;
    content: ' ';
    background-image: url('../images/svg/location.svg');
    background-size: 30px 30px;
    width: 30px;
    height:30px;
    left: 0px;
  }

.about_us_background {
  background-image: url("../images/left-top-graphic.png"), url("../images/right-top-graphic.png"), url("../images/left-bottom-graphic.png"), url("../images/right-bottom-graphic.png");
  background-position: left top, right top, left bottom, right bottom;
  background-repeat: no-repeat;
  width: 100%;
  height: auto;
  /* background-size: contain; */
}

.div_background {
    position: relative;
    overflow: hidden;
    padding: 70px 0px;
    z-index: 1;
}

.div_background:before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 18%;
    width: 100%;
    height: 100%;
    z-index: -999;
    opacity: 0.5;
    background-image: url("../images/about-background.png");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: contain;
    -o-background-size: contain;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
}

.dropdown-item {
    color: #000000;
}

.div_background_color {
    background-color: #fbfbfb;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #00a0ae;
    text-decoration: none;
    background-color: transparent;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #00a0ae;
}

@media (max-width: 1680px) {
    .banner-text h5 {
        line-height: 45px;
        font-size: 30px;
    }
}

@media (max-width: 1600px) {
    .container {
        max-width: 1480px;
    }
    .banner .carousel-indicators {
        margin-left: 4.6%;
    }
    .banner-text h5 {
        font-size: 29px;
    }
    

    /* .tab-product .nav-tabs .nav-link {
        padding: 25px 34.4px;
    } */
}

@media (max-width: 1600px) {
    .banner-text h5 {
        font-size: 26px;
    }   
}

@media (max-width: 1400px) {
    .banner-text h5 {
        font-size: 25px;
    }
}

@media (max-width: 1480px) {
    .container {
        max-width: 1370px;
    }

    .resp-tabs-list li {
        font-size: 16px;
    }
}


@media (max-width: 1366px) {
    .container {
        max-width: 1270px;
    }

    .banner-text h5 {
    line-height: 50px;
    font-size: 35px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
    
    /* .banner .carousel-indicators {
    margin-left: 45.6%;
} */
    
 .about-us .about-content  p {
    font-size: 17px;
}
    /* .tab-product .nav-tabs .nav-link {
        padding: 25px 24.7px;
        font-size: 18px;
    } */

    .main-menu .navbar-light .navbar-nav .nav-link {
        padding: 0px 17px;
        font-size: 15px;
    }
    
    .contact-us {
    
    padding: 60px 0px;
    
    }
    .main-menu .navbar-light .navbar-brand img {
        width: 260px;
    }
    .main-menu .navbar {
        padding: 14px 0;
    }
    .banner .carousel-inner .carousel-caption h5 {
        font-size: 45px;
       text-transform: capitalize;
    }
    
    .banner .carousel-item {
        position: relative;
        
    }
    
    .Our-Values .media img {
        
        width: 50px;
        
        
    }
    
    .top_banner_section_main {
    float: left;
    width: 100%;
    background: url(../images/main_banner.jpg);
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0px;
    position: relative;
    margin-top: 0px;
    z-index: -99;
}
    
 .conatct-box p span {
    color: #00a0ae;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
}
    
    .breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    color: #00a0ae;
    content: "/";
}
    
    .white_box_contact {
    border: 1px solid #ccc;
    padding: 30px;
    min-height: 500px;
}
  
    .white_box_contact p {
        
        margin-top: 30px;
        
    }   
    
 .breadcrumb-item.active {
    color: #00a0ae;
}
    
   .form-group .contact-btn {
    background-color: #00a0ae;
    padding: 10px 20px;
    color: #fff;
    /* border-radius: 0px; */
    box-shadow: 0px;
    border: 0;
}
    
 
.contact {
    padding: 50px 0px;
}   

.map {
        
        clear: both;
        float: left;
        width: 100%;
    } 
    
    .white_box_contact img {
        
        width: 30px;
        margin-right: 10px;
        
    }
 
.contact-us .title2 {
    font-size: 35px;
    color: #656468;
    padding: 40px 0px;
}
    
  .white_box_contact .submit-btn {
    border: none;
    background-color: #00a0ae;
    padding: 12px 25px;
    font-size: 16px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFF;
}
    
    /* .white_box_contact .form-control {
        
        text-transform: capitalize;
        
    }     */
    
  .top_banner_section_main .breadcrumb-item a {
        
        color: #fff;
    }   
    
.breadcrumb {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px;
    margin-bottom: 1rem;
    background-color: transparent;
    list-style: none;
    /* background-color: #e9ecef; */
    border-radius: .25rem;
}    
    
.top_banner_section_main:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(-90deg, #00a0aecc, #212529 );
    opacity: 0.7;
    z-index: -9999;
}  
    
    .banner .carousel-item::before {
        font-size: 45px;
        background-color: #0000007a;
        content: '';
        position: absolute;
        top: 0px;
        width: 100%;
        height: 100%;
        left: 0px;
        right: 0px;
        
    }
    
    .about-us .about-content h3.title {
        font-size: 30px;
        margin-bottom: 25px;
    }
    .button a {
        font-size: 17px;
    }
    .title {
        font-size: 35px;
    }
    .produ-detail-title p {
        font-size: 17px;
        margin-top: 30px;
    }
    /* .product .product-content h3 {
        font-size: 35px;
        padding: 20px 0px;
    } */
    .bottom-footer .find-us h3 {
        font-size: 18px;
    }
    .bottom-footer .find-us p {
        font-size: 15px;
        padding-bottom: 20px;
    }
    .top-footer {
        padding: 20px 0px;
    }
    .copyright h6 {
        font-size: 16px;
        padding: 20px 0px;
    }
    .bottom-footer .find-us img {
        width: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .Product-closure-text h5 {
        font-size: 27px;
    }
    .banner-text h5 {
        line-height: 35px;
        font-size: 24px;
    }
}


@media (max-width:1280px) {
    .container {
        max-width: 1190px;
    }

    /* .tab-product .nav-tabs .nav-link {
        padding:25px 18.0px;
        font-size: 18px;
    } */
    .banner-text h5 {
        line-height: 34px;
        font-size: 22px;
    }   
}



@media (max-width:1024px) {
    .container {
        max-width: 960px;
    }
    .title {
        font-size: 25px;
    }
    .resp-tabs-list li {
        padding: 20px 0px;
        font-size: 12px;
        margin-bottom: 30px;
    }
    .banner .bd-example .carousel-indicators li {
        width: 10px;
        height: 10px;
    }

    .resp-tabs-list .resp-tab-active::after {
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid #00adbe;
        bottom: -20px;
    }
    .top-header p {
        font-size: 14px;
    }
    .main-menu .navbar-light .navbar-brand img {
        width: 200px;
    }
    .main-menu .navbar-light .navbar-nav .nav-link {
        padding: 0px 17px;
        font-size: 14px;
    }
    .about-us .about-content h3.title {
        font-size: 25px;
        margin-bottom: 15px;
    }
    .product .product-content h3 {
        font-size: 25px;
        padding: 10px 0px;
    }
    .product .product-content p {
        font-size: 16px;
    }
    .button a {
        font-size: 15px;
    }
    .all-pro a {
        padding: 15px 35px;
        font-size: 17px;
        
    }
    footer .footer-nav li a {
        padding: 0px 7px;
        font-size: 14px;
    }
    .social-icon img {
        width: 22px;
    }
    .bottom-footer .find-us img {
        width: 30px;
    }
    .banner .carousel-inner .carousel-caption h5 {
        font-size: 35px;
    }
    .product-content {
        padding: 20px;
    }
    .Product-closure-text h5 {
        font-size: 20px;
    }
    .banner .carousel-indicators {
        bottom: 15px;
    }
    .banner-text .banner-text-box {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .banner-text h5 {
        line-height: 22px;
        font-size: 15px;
    }
    .banner-text .banner-text-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}


@media (max-width: 991px) {

    
  .main-header-mobile {
    display: block;
  }
    
.dealer-title h3 {
    text-align: left;
    color: #ea6200;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 30px;
}    
    
svg {
    overflow: hidden;
    vertical-align: middle;
    width: 25px;
} 
    
.brand-logo img {
    width: 82px;
    margin-right: 15px;
}    
    
    .address-fie p {
        
        font-size: 14px;
        
    }    
    
.store-address .address-fie h3 span {
    font-size: 16px;
    color: #eb6601;
    text-transform: capitalize;
    font-weight: 600;
}
    
    .footer-line .media img {
    width: 25px !important;
}
    
.dearship-logo img {
    width: 55px;
    display: block;
    margin: 0 auto;
}
    
.address-fie img {
    width: 20px;
    margin-right: 10px;
}    
    
.our_blog_inner_section {
    float: left;
    width: 100%;
    margin-top: 35px;
}    
    
.our_Product_caption h4.small_title {
    font-size: 18px;
    color: #414141;
    margin-bottom: 0px;
    line-height: 25px;
    padding-top: 20px;
    text-align: center;
    padding-bottom: 13px;
}
    
.tab-product .nav-material.nav-tabs .nav-item .nav-link, .product-full-tab .nav-material.nav-tabs .nav-item .nav-link {
    color: #000;
    text-align: center;
    padding: 0 3px 15px 20px;
    text-transform: uppercase;
    border: 0;
    padding-right: 30px;
    padding-left: 0px;
    font-weight: 700;
}    
    
   .btn-primary {
    color: #fff;
    background-color: #ee6503;
    border-color: #ee6503;
    border-radius: 0px;
    font-size: 14px;
    margin: 0px;
    padding: 5px 10px;
} 
    
    
 .product-det-broc a {
    font-size: 14px;
    
    padding: 10px 10px;
    margin-top: 34px;
    color: #fff;
}   
    
.top_banner_section_main {
    clear: both;
    position: relative;
    padding: 104px 20px 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}    
    
.section-careers .careers-img .carrer-img2 {
    float: right;
    position: relative;
    z-index: -999;
    top: 120px;
    left: 160px;
    bottom: 0px;
    width: 280px;
    position: absolute;
}    
   
.neptne-network {
    padding: 30px 40px;
    margin-top: 50px;
    box-shadow: 0px 0px 80px 0px #e6e4e4;
    width: 85%;
    BORDER: 1px solid #e86402;
}    
    
    
    
.sec-title:after {
    position: absolute;
    content: '';
    left: 71%;
    bottom: 11px;
    width: 78px;
    height: 2px;
    background-color: #eb6502;
}
    
.sec-title:before {
    position: absolute;
    content: '';
    left: 20%;
    bottom: 12px;
    width: 78px;
    height: 2px;
    background-color: #eb6502;
}    

    .panel {

    position: relative;
}
  
.section-about .about-img {
    position: relative;
    margin-bottom: 77px;
    margin-top: 45px;
}
    
.title3 {
    margin-bottom: 30px;
    text-align: left;
    font-size: 28px;
    color: #f18739;
    font-weight: 600;
    text-transform: capitalize;
}    
    
    
.footer-sub-sec .footer-left p {
    font-size: 13px;
    color: #fff;
    float: left;
}    
    
.footer-line {
    border-left: 1px solid #ccc;
    height: 140px;
    padding-left: 12px;
}
    
.panel-default > .heading-icon a[aria-expanded="true"]:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 4px;
    left: 10px;
  }

    .panel-body  {
        
        margin-left: 25px;
  } 
    
    
  .panel-body .heading-icon a::before {
    content: "";
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 7px solid transparent;
    display: inline-block;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    padding-right: 10px;
    top: 0;
  }

  .panel-default > .heading-icon a[aria-expanded="false"]:after {
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #000;
    border-bottom: 10px solid transparent;
    display: inline-block;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    position: relative;
    top: 4px;
    left: 10px;
  }


.main-header-mobile .smllogo img {
        
        width: 200px;
    }
    
 .main-header-mobile {
    width: 100%;
    float: left;
      padding: 15px 0px;
     z-index: 99999;
      background-color: #fff;
        display: block;
        clear: both;
      
  }
     
    .main-header .main-menu .header {
        
        display: none;
        
    } 
    
   .our_blog_section {
    height: 590px;
    position: relative;
}
    
    .footer-sec {
    position: relative;
    z-index: -1;
    width: 100%;
    float: left;
    background-color: #000000;
    padding-top: 50px;
}
    
    .dealership_section {
    float: left;
    position: relative;
    z-index: -1;
    width: 100%;
    overflow: hidden;
}
    
    .why_choose_us {
    float: left;
    position: relative;
    z-index: -1;
    width: 100%;
}
    
 .Banner-website {
    float: left;
    width: 100%;
    position: relative;
    z-index: -1;
}  
    
.our_Product_section {
    height: 650px;
    position: relative;
   
}    
    
.smllogo a {
    float: left;
    padding: 0;
  }

    .main-menu {
        
        display: none;
        
    }
    
  .mob-toggle {
    color: #fff;
    cursor: pointer;
    float: right;
    margin-top: 6px;
    margin-right: 0;
    z-index: 99999;
    position: relative;
}

  .overlay {
    height: 100vh;
    width: 0;
    position: fixed;
   z-index: 9999;
    top: 0;
    right: 0;
    /* background-color: rgb(0, 0, 0); */
    background-color: #333333;
    overflow-x: unset;
    transition: 0.5s;
  }

  .overlay2 {
    background-color: #00320F !important;
}

  .overlay-content {
    position: relative;
    top: 0;
    float: right;
    width:70%;
    overflow: scroll;
    height: 100vh;
    text-align: left;
    padding-top: 80px;
    background: #ffffff;
  }

  .overlay a {
    padding: 0px 20px 35px 50px;
    text-decoration: none;
    font-weight : 700;
  font-size : 16px;
  text-transform : uppercase;
  color : #000;
    display: block;
    transition: 0.3s;
  }



  .overlay a:hover,
  .overlay a:focus {
    /* color:#ff4e08; */
    color: #00a0ae;
  }

  .wellness-overlay a{
    color : #37B180 ;
  }

  .overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
  }


  .hamburger .line{
    width: 25px;
    height: 4px;
    /* background-color: #162C5A; */
    background-color: #00a0ae;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .stalwart-world-hamburger .line{
    background-color: #37B180 !important;
  }
  
  .hamburger:hover{
    cursor: pointer;
  }

  .hamburger{
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  
  .hamburger.is-active{
    animation: smallbig 0.6s forwards;
  }
  
  @keyframes smallbig{
    0%, 100%{
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
    }
  
    50%{
      -webkit-transform: scale(0);
      -ms-transform: scale(0);
      -o-transform: scale(0);
      transform: scale(0);
    }
  }
  
  .hamburger.is-active .line:nth-child(1),
  .hamburger.is-active .line:nth-child(2),
  .hamburger.is-active .line:nth-child(3){
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
  }
  
  .hamburger.is-active .line:nth-child(2){
    opacity: 0;
  }
  
  .hamburger.is-active .line:nth-child(1){
    -webkit-transform: translateY(4px) rotate(45deg);
    -ms-transform: translateY(4px) rotate(45deg);
    -o-transform: translateY(4px) rotate(45deg);
    transform: translateY(4px) rotate(45deg);
  }
  
  .hamburger.is-active .line:nth-child(3){
    -webkit-transform: translateY(-12px) rotate(-45deg);
    -ms-transform: translateY(-12px) rotate(-45deg);
    -o-transform: translateY(-12px) rotate(-45deg);
    transform: translateY(-12px) rotate(-45deg);
  }
 
  .navbar_resposive_dropdown {
    position: relative !important;
    top: -34% !important;
}
.dropdown-menu.show {
    display: block;
    position: relative !important;
    transform: inherit;
    width: 100%;
    top: -34% !important;
}
.banner .bd-example .carousel-indicators li {
    width: 10px;
    height: 10px;
}
/* .banner .carousel-indicators {
    margin-left: 39.6%;
} */
}

@media (max-width:800px) {
    .Product-closure-text h5 {
        font-size: 16px;
    }
    .banner .carousel-indicators {
        bottom: 0px;
}
.banner .bd-example .carousel-indicators li {
    width: 7px;
    height: 7px;
}
}

@media (max-width:768px) {    
.about-us {
    padding: 60px 0px;
}
    
.about-us .about-content h3.title {
    font-size: 22px;
    margin-bottom: 15px;
}
    
.about-us .about-content p {
    font-size: 16px;
    color: #000000;
    line-height: 25px;
    text-align: justify;
}
    
.product {
    float: left;
    width: 100%;
    clear: both;
    background-color: #8a8a8a;
    padding: 60px 0px;
}
    
.Product-img img {
    /* object-fit: cover; */
    width: 100%;
    object-fit: none;
}
    
.product-content .button {
    margin-top: 40px;
} 
    
footer .top-footer .footer-logo img {
    width: 270px;
    margin-top: 10px;
}    
 
.bottom-footer .find-us p {
    font-size: 14px;
    padding-bottom: 20px;
}
    
.bottom-footer .footer-img::before {
    background-image: url(../images/footer-img.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    position: absolute;
    z-index: -999;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: 0 auto;
    background-size: cover;
    width: 100%;
    height: 100%;
} 
    
h2.resp-accordion {
    font-size: 18px;
    border: 1px solid #c1c1c1;
    border-top: 0px solid #c1c1c1;
    margin: 0px;
    padding: 15px 10px;
}
 
.produ-detail-title p {
    font-size: 17px;
    margin-top: 15px;
}    
    
.title {
    font-weight: 500;
    font-size: 23px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff;
}    
    
.product {
    float: left;
    width: 100%;
    clear: both;
    background-color: #8a8a8a;
    padding: 30px 0px;
}    
    
.button a {
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    font-size: 16px;
    background-color: #00adbe;
    display: inline-block;
}
    
    
h2.resp-tab-active {
    border-bottom: 0px solid #c1c1c1 !important;
    margin-bottom: 0px !important;
    padding: 15px 10px !important;
}    
    
.product .product-content h3 {
    font-size: 20px;
    padding: 10px 0px;
}    
.Product-closure-text h5 {
    font-size: 15px;
}   
}

@media (max-width:640px)
{
    .Product-closure-text h5 {
        font-size: 23px;
    }
    .product_images_title {
        padding-top: 40px;
    }   
    .nose_dropper img {
        width: 100%;
    }
    .banner-text h5 {
        line-height: 22px;
        font-size: 15px;
    }
    .banner .bd-example .carousel-indicators li {
        width: 6px;
        height: 6px;
    }
}

@media (max-width:600px)

{
    
 .top-header {
    padding: 5px 10px;
    background-color: #8a8a8a;
}
    
.main-header-mobile .smllogo img {
    width: 190px;
}
    
.about-us .about-content h3.title {
    font-size: 19px;
    margin-bottom: 15px;
} 
    
.main-header-mobile .smllogo img {
    width: 195px;
    position: relative;
    left: -5px;
}
    
.banner .carousel-inner .carousel-caption h5 {
    font-size: 22px;
    line-height: 30px;
} 
    
.banner .carousel-indicators {
    margin-left: 2%;
}
    
.about-us {
    padding: 50px 0px;
} 
    
.top-footer {
    padding: 10px 0px;
}
    
footer .footer-nav li a {
    padding: 0px 7px;
    font-size: 11px;
}
    
.bottom-footer .find-us img {
    width: 25px;
}
    
.bottom-footer .find-us h3 {
    font-size: 14px;
}
    
.bottom-footer .find-us p {
    font-size: 11px;
    padding-bottom: 0px;
}
    
.all-pro a {
    padding: 14px 30px;
    font-size: 14px;
}
    
.about-text p {
    font-size: 16px;
    text-align: left;
}
    
.about-conten h4 {
    color: #00a0ae;
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    margin-top: 15px;
    text-transform: uppercase;
} 
    
.contact-us {
    padding: 10px 0px;
}
    
.white_box_contact {
    border: 1px solid #ccc;
    padding: 10px;
    min-height: 250px;
}

.white_box_contact p {
    margin-top: 15px;
    text-align: left;
}
    
.white_box_contact img {
    width: 20px;
    margin-right: 10px;
}
    
.map {
    padding: 0px 0px;
    clear: both;
    float: left;
    margin-top: 50px;
    width: 100%;
}    
    

    
.copyright h6 {
    font-size: 14px;
    padding: 15px 0px;
}    
    
.white_box_contact .submit-btn {
    border: none;
    background-color: #00a0ae;
    padding: 10px 15px;
    font-size: 14px;
    border-radius: 0px;
    margin-top: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #FFF;
}    
    
.conatct-box p span {
    color: #00a0ae;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 400;
}    
    
.contact-us .title2 {
    font-size: 25px;
    color: #656468;
    padding: 30px 0px;
}    

p {
    font-size: 15px;
    line-height: 26px;
    color: #000000;
    font-weight: 300;
    text-align: justify;
}    
    
.produ-detail-title p {
    font-size: 16px;
    margin-top: 15px;
}    
    
.title {
    font-weight: 500;
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 10px;
    text-transform: uppercase;
    color: #ffffff;
}    
    
.button a {
    padding: 10px 30px;
    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    background-color: #00adbe;
    display: inline-block;
}    
    
    
}

@media (max-width:568px)
{
    .home_image_padding {
        padding-top: 40px;
    }
}

@media (max-width:480px)
{
    .banner-text h5 {
        line-height: 17px;
        font-size: 12px;
    }
    .banner .bd-example .carousel-indicators li {
        width: 6px;
        height: 6px;
    }
}

@media (max-width:460px)
{
    .banner-text .banner-text-box {
        padding-top: 7px;
        padding-bottom: 0px;
    }
}

@media (max-width:414px)
{
    .banner-text h5 {
        line-height: 13px;
        font-size: 9px;
    }
    .overlay a {
        font-size: 14px;
    }
    .banner .bd-example .carousel-indicators li {
        width: 4px;
        height: 4px;
    }
}


@media (max-width:375px)
{
    .banner-text .banner-text-box {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .banner-text h5 {
        line-height: 13px;
        font-size: 8px;
    }
    .banner .carousel-indicators {
        bottom: -6px;
    }
    .banner .carousel-indicators {
        margin-left: 4%;
    }
    .overlay a {
        font-size: 13px;
    }
    .overlay a {
        padding: 0px 20px 35px 34px;
    }
    .banner-text .banner-text-box {
        padding-top: 5px;
        padding-bottom: 0px;
    }
    .banner-text h5 {
        line-height: 11px;
        font-size: 7px;
    }
}

@media (max-width:320px)
{
    .banner .bd-example .carousel-indicators li {
        width: 3px;
        height: 3px;
    }
    .banner-text h5 {
        line-height: 11px;
        font-size: 7px;
    }
    .overlay a {
        font-size: 11px;
    }
    .overlay a {
        padding: 0px 20px 35px 26px;
    }
    .banner-text .banner-text-box {
        padding: 17px;
        padding-top: 5px;
        padding-bottom: 0px;
    }
}

/* responsive css */
