*{margin: 0px; padding: 0px; box-sizing: border-box;}
img{max-width: 100%;}
a,a:hover,a:visited,a:active,a:focus{text-decoration: none;}
ul, li, p{margin: 0px; padding: 0px;}


body{font-family: 'Montserrat', sans-serif;}

/* header-med */
header .header-med{padding: 15px 0px; background-color: #ffffff;}
header .header-med .logo img{width: 90%;}
header .header-med .sosiyal-info{gap: 50px;}
header .header-med .sosiyal-info li{color: #2e7271; font-size: 12px; line-height: 1.2; position: relative;}
header .header-med .sosiyal-info li:first-child::after{position: absolute; width: 1px; height: 36px; background-color: #2e7271; content: ''; right: -26px;
top: -3px;}
header .header-med .logo span{font-size: 25px; color: #2e7271; position: relative; top: 7PX;}
header .header-med .sosiyal-info li a{font-size: 15px; padding: 10px 20px; display: inline-block; background-color: #2e7271; color: #ffffff;}
header .header-med .sosiyal-info .whatapp i{color: #48c757 !important; font-size: 24px; border: 2px solid #48c757 !important; padding: 8px; border-radius: 50%;}
header .header-med .sosiyal-info .whatapp.cal i{color: #c9a209 !important; border: 2px solid #c9a209 !important;}
header .header-med .sosiyal-info .icon{padding-left: 30px;}
header .header-med .sosiyal-info li img{width: 27px;}

header .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu {width: 252px; margin-top: -3px; border-radius: 0px; padding: 0px;}
header .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu li{border-bottom: 1px solid #bbbbbb; padding-bottom: 5px; padding: 10px; transition: .5s;}
header .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu li:hover{background-color: #2e7271; color: #fff !important;}
header .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu li:hover a{color: #fff;}
header .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu li a{font-size: 13px; font-weight: 700; color: #2e7271; padding: 0px;}
header .header-bottom .navbar-expand-lg .navbar-nav .dropdown-menu .dropend{width: 100%;}
header .header-bottom .dropdown-item:focus, header .header-bottom .dropdown-item:hover {background-color: transparent; color:#fff;}
/* header .header-bottom .navbar .navbar-toggler{color: #2e7271; border-radius: 0px; border: 2px solid #2e7271; box-shadow: none;} */
header .header-bottom .offcanvas {width: 270px;}
header .header-bottom{ background-color: #2e7271; border-top: 1px solid #777777; padding: 0px 0px;}
header .header-bottom .navbar .navbar-brand{width: 10%; display: none;}
header .header-bottom .navbar .navbar-nav{align-items: center; justify-content: start; gap: 4px;}
header .header-bottom .navbar .navbar-nav .nav-link{color: #ffffff; font-size: 12px; font-weight: 700; text-transform: uppercase; position: relative; transition: .5s;}
header .header-bottom .navbar .navbar-nav .nav-link:hover{color: #ffffff}
header .header-bottom .navbar .navbar-nav .nav-link::before{position: absolute; content: ''; width: 0px; height: 2px; background-color: #ffffff; bottom: 0px; transition: .5s; z-index: 1;}
header .header-bottom .navbar .navbar-nav .nav-link:hover::before{width: 100%;}
header .header-bottom .navbar .navbar-toggler{color: #479493; box-shadow: none; border-radius:0px; border: transparent;}

header .header-bottom .outbox li, header .header-bottom .outbox li a{color: #ffffff; font-size: 14px;}

.sticky .header-bottom .navbar .navbar-nav .nav-link{color: #fff;}

/* header ko sticky karna ki */
.sticky .header-bottom{background-color: #2e7271;}
.sticky{color: #ffffff; left: 0; right: 0;z-index: 999; position: fixed !important; top:0px; animation: slideDown .5s ease-out;}

@keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(10);
    }
  }
header .heaberbooyem .offcanvas-title{color: #020202; }

/* slider */

#slider .owl-item{padding: 300px 0px; background-position: center center; background-repeat: no-repeat; background-size: cover;}
#slider .owl-theme .owl-dots .owl-dot span{display: none !important;}

/* smart */

#smart{padding: 50px 0px; margin-top: -132px; position: relative; z-index: 11;}
#smart .row{row-gap: 30px;}
#smart .iner{padding: 20px 25px 40px; background-color: #ffffff; transition: .5s; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); border-radius: 4px; position: relative; height: 100%;}
#smart .iner::before{position: absolute; content: ''; left: 0px; top: 0px; width: 0%; height: 100%; background-color: #2e7271c0; transition: .5s; z-index: 1;}
#smart .iner:hover:before{width: 100%;}
#smart .iner h5 a{position: absolute; left: 0px; right: 0px; text-align: center; top: 110px; color: #fff; display: none; z-index: 2; transition: .5s; font-size: 16px;} 
#smart .iner:hover h5 a{display: block;}
/* #smart .iner:hover{box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15); transform: translateY(-5px);} */
#smart .iner .icon{color: #2e7271; font-size: 50px;}
#smart .iner h4{font-size: 16px; font-weight: 700; color: #2e7271; margin: 10px 0px 20px;}
#smart .iner .text{font-size: 14px; font-family: 'Montserrat', sans-serif; font-weight: 500; line-height: 26px;}
#smart .iner .text a{color: #000000;}

/* about */

#about{padding: 50px 0px;}
#about .imgs{overflow: hidden;}
#about .imgs img{transition: .5s;}
#about .imgs:hover img{transform: scale(1.2);}
#about .content h5{font-size: 14px; font-weight: 700; color: #2e7271;}
#about .content h3{font-size: 28px; line-height: 40px; color: #2e7271; font-weight: 700;} 
#about .content .text{line-height: 30px; font-size: 14px; font-weight: 500; color: #404d60; text-align: justify;}
#about .content .btn-a{padding: 10px 20px; display: inline-block; background-color: #2e7271; border-radius: 5px; color: #fff; margin-top: 20px;}

/* service */

#service{padding: 50px 0px; background-color: #e4edf3;}
#service .row{row-gap: 40px;}
#service h4{font-size: 14px; font-weight: 700; color: #2e7271; margin-bottom: 15px; text-align: center;}
#service h2{text-align: center; font-size: 35px; line-height: 40px; color: #2e7271; font-weight: 700; margin-bottom: 60px;}
#service .iner{box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); transition: all .5s; background-color: #FFF; height: 100%;}
#service .iner:hover{box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15); transform: translateY(-5px);}
#service .iner .conteint{padding: 30px;}
#service .iner .conteint h3 a{display: inline-block; font-size: 20px; font-weight: 700; line-height: 35px; margin: 0px 0px 15px; color: #2e7271;}
#service .iner .conteint ul{gap: 60px;}
#service .iner .conteint ul li h6{text-transform: uppercase; font-weight: 700; font-size: 12px; margin-bottom: 2px; line-height: 14px; color: #404d60;}
#service .iner .conteint ul li span{font-size: 13px; font-weight: 600; line-height: 13px; margin-top: 7px; color: #2e7271;}
#service .iner .conteint ul li{position: relative;}
#service .iner .conteint ul li::after{position: absolute; content: ''; z-index: 1; width: 1px; height: 43px; background-color: #c4c9ca;
top: -2px; right: -25px;}
#service .iner .conteint ul li:last-child::after{display: none;}
#service .iner .conteint .text{margin-top: 15px; font-size: 14px; color: #404d60; line-height: 30px; font-weight: 500;}
#service .iner .conteint .text a{color: #404d60; font-weight: bold;}
#service .owl-theme .owl-dots .owl-dot{display: none;}

/* contact */

#contact{padding: 80px 0px;}
#contact .content h6{font-size: 14px; font-weight: 700; color: #2e7271;}
#contact .content h2{font-size: 28px; line-height: 40px; color: #2e7271; font-weight: 700; margin: 20px 0px 23px;}
#contact .content .text{margin: 19px 0px 27px; font-size: 15px; color: #404d60; line-height: 30px; font-weight: 500;}
#contact .content h5{font-size: 14px; color: #404d60; font-weight: 700; position: relative; display: inline-block;}
#contact .content h5 span{font-size: 20px; position: absolute; font-size: 25px; line-height: 30px; width: 30px; right: -45px; top: -4px;
text-transform: none; opacity: 0; transition: all .5s; color: #2e7271; animation: btn-text-anima 1s linear infinite;}
@keyframes btn-text-anima {
0% {
  right: -30px;
  opacity: 0;
}
60% {
  right: -40px;
  opacity: 1;
}
100% {
  right: -45px;
  opacity: 0;
}
}

#contact .form-control{border: transparent; border-bottom: 1px solid #2e7271; border-radius: 0px; padding: 10px 0px; margin: 0px 0px 18px; box-shadow: none; font-size: 14px; color: #404d60;}
#contact .form-control::placeholder{font-size: 14px; color: #404d60;}
#contact .btn-1{padding: 12px 35px; background-color: #2e7271; color: #fff; border-radius: 4px; border: transparent; transition: .5s;}
#contact .btn-1:hover{background-color: #2e7271; transform: scale(.9);}

/* testimonials */

#testimonials{padding: 50px 0px; background-color: #e4edf3;}
#testimonials .row{row-gap: 40px;}
#testimonials h5{font-size: 14px; font-weight: 700; color: #2e7271; margin-bottom: 15px; text-align: center;}
#testimonials h2{text-align: center; font-size: 35px; line-height: 40px; color: #2e7271; font-weight: 700; margin-bottom: 60px;}
#testimonials .iner{box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); transition: all .5s; background-color: #fff; padding: 30px 35px; border-left: 1px solid #2e7271; position: relative;}
#testimonials .iner::before{border-left: 62px solid transparent; border-top: 50px solid #fff; position: absolute; content: ''; z-index: 2; bottom: -31px; left: 30px;}
#testimonials .iner .text{font-size: 14px; color: #404d60; line-height: 30px; font-weight: 500}
#testimonials .imag{margin-top: 30px;}
#testimonials .imag li img{width: 60px; border-radius: 50px;}
#testimonials .imag li H6{font-size: 14px; font-weight: 700; color: #404d60; margin-bottom: 0px;}
#testimonials .imag li span{font-size: 14px; font-weight: 700; color: #2e7271;}
#testimonials .owl-theme .owl-dots .owl-dot{display: none;}

/* faq */

#queation{padding: 80px 0px; background-color: #e4edf3;}
#queation .row{margin-bottom: 80px; row-gap: 30px;}
#queation h4{font-size: 14px; font-weight: 700; color: #2e7271; margin-bottom: 5px;}
#queation h3{font-size: 28px; line-height: 40px; color: #2e7271; font-weight: 700; margin-bottom: 20px;}
#queation .text{font-size: 14px; color: #404d60; line-height: 30px; font-weight: 500; margin-bottom: 25px;}
#queation .accordion-item{border: transparent; border-bottom: 1px solid #2e7271;}
#queation .accordion-item .accordion-button{box-shadow: none; background-color: transparent; font-size: 14px; font-weight: 700; transition: .5s; color: #404d60}
#queation .accordion-item .accordion-button:hover{color: #2e7271;}
#queation .accordion-button::after{font-size: 20px; font-weight: 700; color: #171717;}

/* gallery */

#gallery {padding: 40px 0px 80px;}
#gallery .p1{color: #2e7271; font-size: 18px; font-weight: 500; margin-bottom: 20px; position: relative; text-align: center;}
#gallery .p1:after{position: absolute; bottom: -5px; left: 45%; width: 60px; background-color: #ff9122; height: 2px; content: '';}
#gallery h2{color: #2e7271; font-size: 35px; font-weight: 700; margin-bottom: 30px; text-align: center;}
#gallery .owl-theme .owl-dots .owl-dot{display: none;}

  .img-wrapper {
    position: relative;
    margin-top: 15px;   
  }
  .img-wrapper img {
    width: 100%;
  }
  
  .img-overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
  }
  .img-overlay i {
    color: #2e7271;
    font-size: 3em;
  }
  
  #overlay {
    background: #000000b3;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  #overlay img {
    margin: 0;
    width: 45%;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    padding: 5%;
  }
  
  
  #nextButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #nextButton:hover {
    opacity: 0.7;
  }
  
  #prevButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
  }
  #prevButton:hover {
    opacity: 0.7;
  }
  
  #exitButton {
    color: #fff;
    font-size: 2em;
    transition: opacity 0.8s;
    position: absolute;
    top: 15px;
    right: 15px;
  }
  #exitButton:hover {
    opacity: 0.7;
  }


/* counter */

#counter{position: relative; z-index: 2; margin-top: -80px;}
#counter .row{row-gap: 50px;}
#counter .iner{background-color: #fff; padding: 50px 20px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);}
#counter .item{text-align: center;} 
#counter .item h1{ color: #727176; margin-bottom: 5px; font-weight: 700; font-size: 28px;}
#counter .item h3{ font-size: 14px; font-weight: 700; color: #2e7271; margin-bottom: 2px;}
#counter .item i{ font-size: 23px; color: #ffffff; height: 45px; width: 45px; background-color: #2e7271; border-radius: 3px; text-align: center; line-height: 45px;}

/* viseon */

#viseon{padding: 60px 0px;}
#viseon .iner{padding: 40px; box-shadow: 10px 10px 15px rgba(73, 78, 92, 0.1); height: 100%; background: #fff; transition: 0.4s;}
#viseon .iner:hover{box-shadow: 0px 0px 30px rgba(73, 78, 92, 0.15); transform: translateY(-10px);}
#viseon .iner .vision-info li .icon{font-size: 64px; color: #2e7271;}
#viseon .iner .vision-info li h4{font-size: 28px;}
#viseon .iner .vision-info li .text{font-size: 15px; text-align: justify;}


/* team */

/* #team{padding: 80px 0px; overflow: hidden;}
#team .content h6{font-size: 14px; font-weight: 700; color: #2e7271;}
#team .content h2{font-size: 28px; line-height: 40px; color: #2e7271; font-weight: 700; margin: 20px 0px 23px;}
#team .content .text{margin: 19px 0px 27px; font-size: 15px; color: #404d60; line-height: 30px; font-weight: 500;}
#team .content h5{font-size: 14px; color: #404d60; font-weight: 700; position: relative; display: inline-block;}
#team .content h5 span{font-size: 20px; position: absolute; font-size: 25px; line-height: 30px; width: 30px; right: -45px; top: -4px;
text-transform: none; opacity: 0; transition: all .5s; color: #2e7271; animation: btn-text-anima 1s linear infinite;}
@keyframes btn-text-anima {
0% {
  right: -30px;
  opacity: 0;
}
60% {
  right: -40px;
  opacity: 1;
}
100% {
  right: -45px;
  opacity: 0;
}
} */

/* client-logo */

#client-logo{padding: 50px 0px 20px;}
#client-logo h2{color: #2e7271; font-size: 35px; font-weight: 700; margin-bottom: 30px; text-align: center;}
#client-logo .owl-theme .owl-dots .owl-dot{display: none;}

#team .iner{height: 317px; overflow: hidden;}
#team .content-a{text-align: center; padding: 30px; border-top: 2px solid #2e7271; transition: .5s; background-color: #fff;}
#team .iner:hover .content-a{transform: translateY(-120px);}
#team .content-a .text-a{margin: 8px 0px 5px; font-size: 12px; color: #404d60; line-height: 30px; font-weight: 500;}
#team .content-a h3{font-size: 15px; font-weight: 700; line-height: 20px; color: #2e7271; margin-bottom: 0;}
#team .content-a h4{font-size: 15px; font-weight: 700; line-height: 35px; color: #727176;}
#team .content-a ul li{color: #2e7271;}

/* brosher */

#brosher {padding: 20px 0px 50px;}
#brosher h2{color: #2e7271; font-size: 35px; font-weight: 700; margin-bottom: 30px; text-align: center;}


/* footer */

footer .footer-top{background-color: #2e7271; padding: 50px 50px 50px; position: relative; overflow: hidden;}
footer .footer-top .row{row-gap: 40px;}
footer .footer-top img{width: 97%;}
footer .footer-top .text-a{color: #fff; font-size: 14px; font-weight: 700; width: 245px; margin-top: 35px;}
footer .footer-top h4{font-size: 13px; color: #fff; font-weight: 600; margin-bottom: 25px;}
footer .footer-top .footer-info li{color:#fff;}
footer .footer-top .footer-info li a{margin-bottom: 5px; font-size: 12px; display: inline-block; color: #fff; transition: .5s;}
footer .footer-top .footer-info li:hover a{color: #d0962b;}
footer .footer-top .footer-info li:hover{color: #d0962b;}
footer .footer-top .footer-inrr .footer-add {background: rgba(0, 0, 0, 0.11); padding: 20px 10px; border-radius: 3px;}
footer .footer-top .footer-inrr .footer-add li{display: flex; justify-content: space-between;}
footer .footer-top .footer-inrr .footer-add li b{color: #fff; font-size: 14px;}
footer .footer-top .footer-inrr .footer-add li .text-b, footer .footer-top .footer-inrr .footer-add li .text-b a{color: #ffffffb4; font-size: 12px; font-weight: 700;}




.logoicon{background-color: #2e7271; padding: 20px 0px 30px; border-top: 1px solid #fff;}
.logoicon .imgsc{text-align: center;}
.logoicon .imgsc img{width: 270px;}

/* model */

.modal .btn-1{padding: 10px 23px; display: inline-block; background-color: #2e7271; color:#fff; border:transparent;;}

/* thanks-banner */

#thanks-banner{background-image: url(../images/thanks-banner.jpg); background-attachment: fixed; background-repeat: no-repeat; background-size: cover; background-position: center -170px; padding: 150px 0 120px;}
#thanks-banner h2{font-size: 50px; color: #f90a23; font-weight: 900;} 

/* whatapp */
.quickcontact {
width: 40px;
position: fixed;
top: 77%;
right: 30px;
z-index: 9999;}

/* about-start */

#about-slider{background-image: url(../images/rs/about-slider.jpg); background-position: center center; background-size: cover; background-repeat: no-repeat; padding: 120px 0px;}
#about-slider h2{text-align: center; font-size: 38px; font-weight: 700; color: #fff;}
#about-slider .about-inf li a, #about-slider .about-inf li{color: #fff; transition: .5s;}
#about-slider .about-inf li a:hover{color: #2e7271;}

/* contact-start */

#contact-det{padding: 80px 0px; background-color: #e4edf3;}
#contact-det .content h6{font-size: 14px; font-weight: 700; color: #2e7271;}
#contact-det .content h2{font-size: 28px; line-height: 40px; color: #2e7271; font-weight: 700; margin: 20px 0px 23px;}
#contact-det .content .text{margin: 19px 0px 27px; font-size: 15px; color: #404d60; line-height: 30px; font-weight: 500;}

#contact-det .form-control{border: transparent; background-color: transparent; border-bottom: 1px solid #2e7271; border-radius: 0px; padding: 10px 0px; margin: 0px 0px 18px; box-shadow: none; font-size: 14px; color: #404d60;}
#contact-det .form-control::placeholder{font-size: 14px; color: #404d60;}
#contact-det .btn-1{padding: 12px 35px; background-color: #2e7271; color: #fff; border-radius: 4px; border: transparent; transition: .5s;}
#contact-det .btn-1:hover{background-color: #2e7271; transform: scale(.9);}
#contact-det .iner{background: rgb(255, 255, 255); box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15); padding: 20px 10px; border-radius: 3px;}
#contact-det .footer-add li{display: flex; justify-content: space-between;}
#contact-det .footer-add li b{color: #000000; font-size: 14px;}
#contact-det .footer-add li .text-b, #contact-det .footer-add li .text-b a{color: #000000b4; font-size: 12px; font-weight: 700;}
#contact-det h3{font-size: 25px; color: #2e7271; margin: 20px 0px 30px;}
#contact-det .text-c{font-size: 14px; margin-bottom: 20px;}

/* mechanical */


#technical{padding: 60px 0px;}
#technical .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#technical .contente .text{font-size: 16px; margin-bottom: 15px;}
#technical .contente .mechanical-inf li{margin:0px 0px 10px 25px;}
#technical .imgs{overflow: hidden;}
#technical .imgs img{transition: .5s;}
#technical .imgs img:hover{transform: scale(1.1);}

/* mechanical-1 */

#mechanical-1{padding: 60px 0px;}
#mechanical-1 .mechanical-info{margin-bottom: 45px !important; flex-wrap: wrap; justify-content: center;}
#mechanical-1 .mechanical-info .nav-link.active {background-color: #2e7271; color: #fff !important;}
#mechanical-1 .nav-item .nav-link{color: #000000 !important; padding: 10px 10px; font-size: 16px;}
#mechanical-1 .mechanical-info .nav-link:hover{background-color: #2e7271; color: #fff !important;}

#mechanical-2{padding: 0px 0px;}
#mechanical-2 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-2 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-2 .content ul li i{color: #2e7271;}
#mechanical-2 .content ul{list-style: none;}

#mechanical-3{padding: 50px 0px;}
#mechanical-3 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-3 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-3 .content ul li i{color: #2e7271;}
#mechanical-3 .content ul{list-style: none;}

#mechanical-4{padding: 50px 0px;}
#mechanical-4 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-4 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-4 .content ul li i{color: #2e7271;}
#mechanical-4 .content ul{list-style: none;}

#mechanical-5{padding: 50px 0px;}
#mechanical-5 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-5 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-5 .content ul li i{color: #2e7271;}
#mechanical-5 .content ul{list-style: none;}

#mechanical-6{padding: 50px 0px;}
#mechanical-6 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-6 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-6 .content ul li i{color: #2e7271;}
#mechanical-6 .content ul{list-style: none;}

#mechanical-7{padding: 50px 0px;}
#mechanical-7 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-7 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-7 .content ul li i{color: #2e7271;}
#mechanical-7 .content ul{list-style: none;}

#mechanical-8{padding: 50px 0px;}
#mechanical-8 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-8 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-8 .content ul li i{color: #2e7271;}
#mechanical-8 .content ul{list-style: none;}

#mechanical-9{padding: 50px 0px;}
#mechanical-9 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-9 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-9 .content ul li i{color: #2e7271;}
#mechanical-9 .content ul{list-style: none;}

#mechanical-10{padding: 50px 0px;}
#mechanical-10 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-10 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-10 .content ul li i{color: #2e7271;}
#mechanical-10 .content ul{list-style: none;}

#mechanical-11{padding: 50px 0px;}
#mechanical-11 .content h4{font-size: 30px; margin-bottom: 20px; color:#2e7271;}
#mechanical-11 .content ul li{margin: 0px 0px 20px 30px; text-align: justify;}
#mechanical-11 .content ul li i{color: #2e7271;}
#mechanical-11 .content ul{list-style: none;}




/* mechanical-a */

#mechanical-a{padding: 60px 0px;}
#mechanical-a .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#mechanical-a .contente .text{font-size: 16px; margin-bottom: 25px;}
#mechanical-a .contente-a h5{font-size: 20px; font-weight: 700; color: #2e7271; margin-bottom: 15px;} 
#mechanical-a .contente-a .text-b{font-size: 16px; margin-bottom: 15px; text-align: justify;}
#mechanical-a .imgs{position: sticky; top: 100px; overflow: hidden;}
#mechanical-a .imgs img{transition: .5s;}
#mechanical-a .imgs img:hover{transform: scale(1.1);}


#mechanical-b{padding: 60px 0px;}
#mechanical-b .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#mechanical-b .contente .text{font-size: 16px; margin-bottom: 25px;}
#mechanical-b .contente-a h5{font-size: 20px; font-weight: 700; color: #2e7271; margin-bottom: 15px;} 
#mechanical-b .contente-a .text-b{font-size: 16px; margin-bottom: 15px; text-align: justify;}
#mechanical-b .imgs{position: sticky; top: 100px; overflow: hidden;}
#mechanical-b .imgs img{transition: .5s;}
#mechanical-b .imgs img:hover{transform: scale(1.1);}



#mechanical-c{padding: 60px 0px;}
#mechanical-c .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#mechanical-c .contente .text{font-size: 16px; margin-bottom: 25px;}
#mechanical-c .contente-a h5{font-size: 20px; font-weight: 700; color: #2e7271; margin-bottom: 15px;} 
#mechanical-c .contente-a .text-b{font-size: 16px; margin-bottom: 15px; text-align: justify;}
#mechanical-c .imgs{position: sticky; top: 100px; overflow: hidden;}
#mechanical-c .imgs img{transition: .5s;}
#mechanical-c .imgs img:hover{transform: scale(1.1);}


#mechanical-d{padding: 60px 0px;}
#mechanical-d .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#mechanical-d .contente .text{font-size: 16px; margin-bottom: 25px; text-align: justify;}
#mechanical-d .contente-a h5{font-size: 20px; font-weight: 700; color: #2e7271; margin-bottom: 15px;} 
#mechanical-d .contente-a .text-b{font-size: 16px; margin-bottom: 15px; text-align: justify;}
#mechanical-d .imgs{position: sticky; top: 100px; overflow: hidden;}
#mechanical-d .imgs img{transition: .5s;}
#mechanical-d .imgs img:hover{transform: scale(1.1);}



#technical-e{padding: 60px 0px;}
#technical-e .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#technical-e .contente .text{font-size: 16px; margin-bottom: 25px; text-align: justify;}
#technical-e .contente .text-b{font-weight: bold; margin-bottom: 10px;}
#technical-e .mechanical-inf{margin-bottom: 20px;}
#technical-e .contente-a h5{font-size: 20px; font-weight: 700; color: #2e7271; margin-bottom: 15px;} 
#technical-e .contente-a .text-b{font-size: 16px; margin-bottom: 15px; text-align: justify;}
#technical-e .imgs{position: sticky; top: 100px; overflow: hidden;}
#technical-e .imgs img{transition: .5s;}
#technical-e .imgs img:hover{transform: scale(1.1);}


#testing{padding: 60px 0px;}
#testing .contente h3{font-size: 30px; color: #2e7271; margin-bottom: 20px;}
#testing .contente .text{font-size: 16px; margin-bottom: 25px; text-align: justify;}
#testing .contente .text-b{font-weight: bold; margin-bottom: 10px;}
#testing .mechanical-inf{margin-bottom: 20px;}
#testing .contente-a h5{font-size: 20px; font-weight: 700; color: #2e7271; margin-bottom: 15px;} 
#testing .contente-a .text-b{font-size: 16px; margin-bottom: 15px; text-align: justify;}
#testing .imgs{position: sticky; top: 100px; overflow: hidden;}
#testing .imgs img{transition: .5s;}
#testing .imgs img:hover{transform: scale(1.1);}
