html,body{
    font-family: 'Rubik', sans-serif;
    font-size: 18px;
    padding: 0;
    margin: 0;
}
.padding-90-90{
    padding: 90px 0px;
}
.text-gold{
    color: #C3A055 !important;
}
.btn{
    font-size: 1rem;
    height: 44px;
    border-radius: 50px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 20px;
}
.btn-primary{
    background-color: rgba(0, 61, 64, 1);
    border: 1px solid rgba(0, 61, 64, 1);
}
.btn-primary:hover{
    background-color: rgba(0, 61, 64, 0.7);
    border: 1px solid rgba(0, 61, 64, 1);
    color: #fff;
}
.btn-secondary{
    background-color: #fff;
    color: #003D40;
}
.btn-secondary:hover{
    background-color: #ffffffe5;
    color: #003D40;
}
.section-title h2{
    font-size: 2.89rem;
    font-weight: 300;
    color: #1E1E1E;
}
.section-title p{
    font-size: 1.1rem;
    font-weight: 300;
    color: #1E1E1E;
}
.font-72{
    font-size: 4rem !important;
}
.search-form input.form-control {
    background: #fff;
    border: 0;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    height: 50px;
}
#navbarNav{
    position: relative;
}

/*------With-Color-Header-----*/
header.transparent-header.bg-with-header{
    position: static;
}
.navbar-brand img{
    height: 50px;
}
header.transparent-header.bg-with-header a.navbar-brand img{
    filter: none;
}
header.transparent-header.bg-with-header .navbar-nav .nav-item .nav-link{
    color: #1e1e1e;
}
header.transparent-header.bg-with-header button.search-btn img{
    filter: invert(1);
}
header.transparent-header.bg-with-header .line-divider{
    background-color: #1e1e1e;
}
/*------With-Color-Header--End---*/
header.transparent-header {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2;
}
header.transparent-header a.navbar-brand img{
    filter: brightness(0) invert(1);
}
header.transparent-header .navbar-nav .nav-item .nav-link{
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    padding-left: 15px;
    padding-right: 15px;
}
button.search-btn {
    background: transparent;
    border: 0;
}
.line-divider{
    height: 1px;
    background-color: #fff;
    width: 100%;
}
header.transparent-header.page-header.is-sticky {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 999;
    box-shadow: 0px 3px 11px 2px #00000025;
    backdrop-filter: blur(100px);
    animation: slideDown 0.35s ease-out;
}
header.transparent-header.is-sticky a.navbar-brand img{
    filter: none;
}
header.transparent-header.is-sticky .navbar-nav .nav-item .nav-link{
    color: #003D40;
}
header.transparent-header.is-sticky button.search-btn img{
    filter: brightness(0);
    
}
header.transparent-header.is-sticky .container{
    margin: 0 !important;
}
header.transparent-header.page-header.is-sticky .line-divider{
    display: none;
}
@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


.hero-banner{
    position: relative;
    height: calc(100vh - 50px);
    overflow: hidden;
    padding: 90px 0px;
}
.hero-banner video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    aspect-ratio: 16/9;
    width: 100%;
    z-index: 0;
    object-position: bottom;
}
.z-index1{
    z-index: 1;
}
.hero-banner .banner-desc h1{
    font-weight: 300;
    font-size: 4rem;
    color: #fff;
}
.hero-banner .banner-desc p{
    font-weight: 300;
    font-size: 1.22rem;
    color: #fff;
    padding-right: 50px;
}
.counter-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 30px 0 0;
}
.counter .c-nuber{
    font-weight: 300;
    font-size: 5.5rem;
    line-height: 1;
}
.counter p{
    font-size: 1.1rem;
    font-weight: 300;
}
/*--------------------------------*/
.vaacum-technology{
    background-image: url(../images/vaccum_tech_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 950px;
}
.vaacum-technology::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
}
.vaacum-slider{
    overflow: hidden;
}
.vaccum-box{
    background: linear-gradient(81.91deg, #DBDFDC 27.65%, #F9FAFB 61.77%, #B8CDD2 97.22%);
    padding: 30px;
    border-radius: 14px;
}
.vaccum-box h3{
    font-size: 1.7rem;
    font-weight: 300;
    color: #043D40;
}
.vaccum-box p{
    color: #043D40;
    font-size: 1rem;
}
.vaacum-slider .swiper-slide-prev, .vaacum-slider .swiper-slide-next {
    filter: contrast(0.5) brightness(0.5);
}   
.slider-custom-arrows{
    display: flex;
    gap: 20px;
    padding-top: 100px;
}

/*--------------------------------*/
.industries-box {
    position: relative;
    margin-bottom: 10px;
}
.industries-box::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(0deg, #000000 7.35%, rgba(0, 0, 0, 0) 66.55%);

}
.industrie-name {
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 1;
    padding-left: 20px;
}
.industrie-name h3{
    color: #fff;
    font-size: 3.5rem;
    font-weight: 300;
    margin-bottom: 0;
}
.industrie-name p{
    color: #fff;
    font-size: 1.1rem;
    font-weight: 300;
}

.innovation{
    background-image: url(../images/innovation-bg.png);
    height: 768px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.innovation::after{
    content: "";
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.84%, rgba(0, 0, 0, 0.5) 68.22%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.blog-box {
    padding-bottom: 50px;
    border-bottom: 1px solid #C3A055;
    margin-bottom: 15px;
}
.blog-news-title h2{
    font-size: 2rem;
    font-weight: 700;
}
.b-title{
    display: flex;
    justify-content: space-between;
    padding-top: 10px;
}
.b-title h3{
    color: #1E1E1E;
    font-size: 1.56rem;
    font-weight: 500;
}
.blog-box label.category-title{
    background-color: #003D40;
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
}
.blog-box span{
    font-size: 0.85rem;
    color: #818181;
    padding-left: 10px;
}
footer{
    background: linear-gradient(81.91deg, #DBDFDC 27.65%, #F9FAFB 61.77%, #B8CDD2 97.22%);
    padding-top: 90px;
}
.footer-details ul{
    list-style-type: none;
    padding-left: 0;
    padding-top: 30px;
    max-width: 340px;
}
.footer-details ul li{
    display: flex;
    gap: 15px;
    align-items: flex-start;
    padding: 10px;
}
.footer-details ul li img{
    vertical-align: middle;
    margin-top: 3px;
}
.footer-details ul li p{
    margin-bottom: 0;
    color: #003D40;
    font-size: 1.1rem;
}
.footer-details ul li a{
    color: #003D40;
    text-decoration: none;
    font-size: 1.1rem;
}
.footer-link h2{
    color: #C39F57;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.footer-link ul{
    list-style-type: none;
    padding-left: 0;
}
.footer-link ul li{
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}
.footer-link ul li::before{
    content: "";
    position: absolute;
    background-image: url(../images/double-arrow.svg);
    width: 16px;
    height: 16px;
    left: 0;
    top: 6px;
}

.footer-link ul li a{
    color: #003D40;
    text-decoration: none;
    font-size: 1.1rem;
}
.copyright{
    padding: 25px 0px;
    margin-top: 50px;
    border-top: 1px solid #003D4030; 
}
.copyright p{
    margin-bottom: 0;
    font-size: 1.1rem;
    color: #003D40;
    text-align: center;
}
/*---------About-Page-Css--------------*/
.about-banner{
    background-image: url(../images/about-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.about-banner::after{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 30.32%, rgba(0, 0, 0, 0.3) 54.23%, #000000 85.98%);
}
.story-para{
    background: #003D40;
    padding: 0% 14% 0% 26%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.story-para .section-title h3{
    color: #C3A055;
    font-size: 1.67rem;
    font-weight: 400;
    margin: 30px 0px;
}
section.journy-section{
    background:linear-gradient(0deg, #003D40 49%, #fff 49%);
    padding-top: 120px;
}
.journy-details{
    padding: 0px 0px 0px 50px;
}
.our-missionvison {
    padding: 100px 50px 0 0;
}
.our-missionvison ul{
    list-style-type: none;
    color: #fff;
    padding-left: 0;
}
.our-missionvison ul li{
    padding: 5px 30px;
    position: relative;
}
.our-missionvison ul li::before{
    content: "";
    height: 2px;
    width: 20px;
    background-color: #C3A055;
    position: absolute;
    left: 0;
    margin-top: 12px;
}
.our-vison{
    padding: 100px 0 0 50px;
}
.eng-box .eng-img{
    margin-bottom: 30px;
}
.eng-box .eng-details{
    max-width: 400px;
}
.eng-box .eng-details h3{
    font-size: 1.65rem;
    font-weight: 400;
    margin-bottom: 15px;
}
.eng-box .eng-details p{
    font-size: 1.1rem;
}
.power-world{
    background: url(../images/power-world.png);
    height: 900px;
    background-position: left center;
    background-size: cover;
    background-repeat: no-repeat;
}
.power-world .section-title{
    padding-left: 75px;
}
.pharma-box{
    position: relative;
}
.pharma-box .pharma-title{
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 20px;
    max-width: 550px;
    z-index: 1;
}
.pharma-img img{
    border-radius: 20px;
}
.pharma-box::after{
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 33.84%, rgba(0, 0, 0, 0.5) 68.22%);
    border-radius: 0 0 20px 20px;
}
.pharma-slider {
  position: relative;
  padding-bottom: 30px;
  padding-top: 80px;
}
.pharma-custom-nav-arrow {
    display: flex;
    gap: 20px;
}

.swiper-custom-arrow {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    padding-top: 10px;
}
.pharma-progress {
  position: relative;
  bottom: 0;
  left: 0;
  width: 100% !important;
  height: 2px;
  background: #CDCDCD;
  top: 42px !important;
  border-radius: 20px;

}

/* Progress fill */
.pharma-progress .swiper-pagination-progressbar-fill {
  background: #C39F57;
  height: 8px;
  top: -2px;
  border-radius: 50px;
}

/*-----------Products-Page---------------*/
.products-banner{
    background-image: url(../images/products-banner.png);
}

.blog-banner{
    background-image: url(../images/blog-banner.png);
}
.blog-detail-banner{
    background-image: url(../images/blog-details-banner.png);
}
.product-box{
    text-decoration: none;
}
.product-box h3{
    font-size: 1.1rem;
    color: #1e1e1e;
    font-weight: 400;
    padding: 15px 0px 0px 0px;
}
.product-nav-arrow{
    display: flex;
    justify-content: flex-end;
    gap: 15px;
}
.product-nav-arrow .swiper-button-lock {
    opacity: 0;
    display: block;
    cursor: disabled;
}
.hero-banner .banner-desc span{
    font-size: 0.9rem;
}
.hero-banner .banner-desc h1.blog-title{
    font-size: 2.9rem;
    font-weight: 500;
}
.blog-list{
    padding-top: 180px;
}
.blog-desc{
    border-bottom: 1px solid #000;
    padding-bottom: 60px;
}
.blog-desc h2{
    font-size: 2.1rem;
    font-weight: 400;
    color: #000000;
    padding: 10px 0;
}
.blog-desc p{
    font-size: 1.1rem;
    color: #000000;
}
.blog-desc ul{
    list-style-type: none;
    margin: 20px 0px;
}
.blog-desc ul li{
    padding: 5px 0px;
}
.blog-desc .blog-highlighted{
    background-color: #003D40;
    border-left: 10px solid #C39F57;
    padding: 60px 40px;
    margin: 40px 0 30px;
}
.blog-desc .blog-highlighted h2{
    color: #fff;
    margin: 0;
    font-weight: 400;
    padding: 0;
    font-size: 2.2rem;
}
.blog-desc img{
    margin: 15px 0;
}
.related-blog-box .b-title{
    flex-direction: column;
}
.related-blog-box .b-title h3{
    font-size: 1.22rem;
    margin-bottom: 25px;
}
.related-blog-box .b-title a img{
    max-width: 54px;
}
.rblog-title h2{
    font-size: 2.1rem;
    font-weight: 400;
}
/*------------Contact-Page-Css----------------------*/
.contact-banner{
    background-image: url(../images/contactus-banner.png);
}
.contact-left h2{
    font-size: 2.8rem;
    color: #C3A055;
    font-weight: 700;
}
.form-contact .form-group{
    margin-bottom: 20px;
}
.form-contact .form-group label{
    font-size: 0.9rem;
    font-weight: 500;
    color: #000;
}
.form-contact .form-group .form-control{
    border-radius: 0;
    border: 1px solid #777777;
    min-height: 40px;
}
.form-contact .form-group p{
    font-size: 0.9rem;
    color: #000;
}
.form-contact .form-group p a{
    color: #043d40;
    text-decoration: none;
}
.form-contact .contact-links{
    display: flex;
    gap: 10px;
    align-items: center;
}
.form-contact .contact-links .contact-btn {
    background-color: #043D40;
    border: 1px solid #043D40 !important;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    padding: 7px 15px;
    text-decoration: none;
}
.contact-follow-link{
    margin-top: 70px;
}
.c-box {
    display: flex;
    gap: 18px;
    margin-bottom: 30px;
}
.c-box .c-img{
    flex-shrink: 0;
}
.c-box .c-img img{
    max-width: 32px;
}
.c-box .c-details h3{
    font-size: 1.5rem;
    color: #C3A055;
    margin-bottom: 0;
}
.c-box .c-details p{
    font-size: 1rem;
    color: #000;
    margin-bottom: 0;
}
.contact-map {
    width: 100%;
    height: 100%;
}
.contact-map iframe{
    width: 100%;
    height: 100%;
}

/*----------Product-Details-Page-----------------------------*/
.cta-contact{
    background-color: #003D40;
}
.feature-list-box{
    background-color: #003D40;
    padding: 120px 50px;
}
.feature-list-box .f-box h3{
    color: #C3A055;
    font-size: 2.5rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.feature-list-box .f-box p{
    color: #fff;
    font-size: 1.1rem;
}
.feature-list-box .f-list ul{
    color: #fff;
    font-size: 1.1rem;
}
.feature-list-box .f-list ul li{
    padding: 5px;
}

/*----*/
.field-slider-box {
    margin-top: 80px;
}
.field-slider{
    height: 680px;
}

.field-slider .swiper-slide img{
    width: 100%;
    height: 100%;
}

.process-menu {
  list-style: none;
  padding: 0;
  padding-right: 80px;
}

.process-menu li {
  margin-bottom: 50px;
  cursor: pointer;
}
.process-menu li h3{
    color: #0000003a;
    font-weight: 300;
    font-size: 2.2rem;
}
.process-menu li p{
    opacity: 0;
  transform: translateY(-100%);
  transition: all 0.5s ease;
  display: none;
  font-size: 16px;
  color: #2D2D2D;
}
.process-menu li.active p{
    opacity: 1;
  transform: translateY(0);
  display: block;
}

.process-menu li.active h3{
  color: #d8a24c;
}

.process-right {
  position: relative;
}


/* Arrows */
.field-nav {
  position: absolute;
  left: -65px;
  bottom: 20px;
  
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.field-nav .custom-prev,
.field-nav .custom-next {
  background-color: transparent;
  border: 0;
  cursor: pointer;
}
/*-------*/
.faq-box{
    margin-top: 50px;
}
.faq-accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #E2E2E2;
}

.faq-accordion .accordion-button {
  font-weight: 500;
  font-size: 1.45rem;
  padding-left: 80px;
  background: none;
}

.faq-accordion .accordion-button::after {
  background-image: none;
  content: "+";
  font-size: 30px;
  font-weight: 400;
  transform: none;
  position: absolute;
  left: 10px;
  top: 15px;
}

.faq-accordion .accordion-button:not(.collapsed)::after {
  content: "−";
  position: absolute;
  left: 10px;
  top: 15px;
}

.faq-accordion .accordion-button:not(.collapsed) {
  color: #000;
}
.faq-accordion .accordion-button:focus{
    box-shadow: none;
}

.faq-accordion .accordion-body {
  padding-left: 0;
  color: #2d2d2d;
  font-size: 1rem;
  padding-left: 80px;
}
/*-------------Innovation-Page-Css--------------*/
.innovation-main{
    background-color: #002224;
    padding-top: 200px;
}
.innovation-desc{
    text-align: center;
    max-width: 740px;
    margin: auto;
}
.innovation-desc h1{
    font-size: 2.9rem;
    font-weight: 400;
}
.innovation-desc p{
    color: #fff;
    font-size: 0.9rem;
}
.inno-imag{
    max-width: 80%;
    margin: 50px auto;
}
.inno-icon-desc {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}
.inno-top-left{
    position: relative;
}
.inno-top-left span {
    font-weight: 300;
    color: #C3A055;
    position: absolute;
    top: 26px;
    left: 35px;
}
.inno-top-right{
    position: relative;
}

.inno-top-right span{
    font-weight: 300;
    color: #C3A055;
    position: absolute;
    top: 26px;
    right: 35px;
}

.ino-bottom-left{
    position: relative;
}
.ino-bottom-left span{
    font-weight: 300;
    color: #C3A055;
    position: absolute;
    top: 5px;
    left: 35px;
}

.ino-bottom-right{
    position: relative;
}
.ino-bottom-right span{
    font-weight: 300;
    color: #C3A055;
    position: absolute;
    top: 5px;
    right: 35px;
}
.engineer-vaccum-section{
    background-color: #002224;
}
.engineer-vaccum-section .section-title{
    padding: 0px 0 150px 50px;
}
.engineer-vaccum-section .section-title p{
    font-size: 0.9rem;
}
.innovation-design{
    background-image: url(../images/innovation-sustain-bg.png);
    height: 1040px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #000;
}
.innovation-video{
    position: relative;
    overflow: hidden;
    background-color: #000;
}
.innovation-video::after{
    content: "";
    background: linear-gradient(180deg, #000000 17%, rgba(0, 0, 0, 0.5) 41.19%, rgba(0, 0, 0, 0.5) 56.15%, #000000 83.4%);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.innovation-video video{
    width: 100%;
    object-fit: cover;
    object-position: top;
    height: 100%;
}


/*-------------------------*/

:root{
    --space-unit: 20px;
    --space-sm:calc(1 * var(--space-unit));
     --space-md:calc(5.5 * var(--space-unit));
}



.stack-cards {
  --stack-cards-gap: var(--space-sm); }

.stack-cards__item {
  position: relative;
  position: -webkit-sticky;
  position: sticky;
  top: var(--space-md);
  height: 0;
  padding-bottom: 30%;
  -webkit-transform-origin: center top;
          transform-origin: center top;
  overflow: hidden; }
  .stack-cards__item > * {
    position: absolute;
    /* top: 0;
    left: 0; */
    width: 100%;
    /* height: 100%;  */
}


img.hover-img {
    display: none;
}
.blog-box .b-title a:hover .normal-img {
    display: none;
}
.blog-box .b-title a:hover .hover-img {
    display: block;
}
.slider-custom-arrows .custom-prev:hover .normal-img,.slider-custom-arrows .custom-next:hover .normal-img {
    display: none;
}
.slider-custom-arrows .custom-prev:hover .hover-img,.slider-custom-arrows .custom-next:hover .hover-img {
    display: block;
}

.pharma-custom-nav-arrow .custom-button-prev:hover .normal-img,.pharma-custom-nav-arrow .custom-button-next:hover .normal-img {
    display: none;
}
.pharma-custom-nav-arrow .custom-button-prev:hover .hover-img,.pharma-custom-nav-arrow .custom-button-next:hover .hover-img {
    display: block;
}

.story-img{
    height: 100%;
}
.story-img img {
    height: 100%;
    object-fit: cover;
}