html, body {
  overflow-x: hidden;
}
body {
    color: #576071;
    font-family: 'Open Sans', sans-serif;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
  }
  p{

  }
  .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: "Poppins", sans-serif !important;
    color: #121519;
  }
  .h2, h2{
    font-weight: 700;
  }
  .lead{
    font-weight: 400;
  }
  .fs-xl{
    font-size: 1.25rem !important;
  }
  .text-green{
    color: #78c043;
  }
  .text-blue{
    color: #0c4d8e;
  }
  .text-black {
    color: #121519 !important;
  }
  .text-muted{
    /* color: #8c98a4 !important; */
    color: #9397ad !important;
  }
  .fill-green{
    color: #78c043 !important;
    fill: #78c043 !important;
  }
  .bg-primary{
    background-color: #78c043 !important;;
  }
  .bg-secondary{
    background-color: #0c4d8e !important;;
  }
  .bg-gradient{
    background: linear-gradient(90deg, rgb(120, 192, 67) 0px, rgb(12, 77, 142) 55.94%) !important;
  }
  .bg-gradient-v2{
    background: linear-gradient(90deg, rgb(120, 192, 67) 0px, rgb(12, 77, 142) 75%) !important;
  }
  .bg-gradient-v3{
    background: linear-gradient(90deg, rgb(120, 192, 67) 0px, rgb(12, 77, 142) 100%) !important;
  }
  a{
    text-decoration: none;
  }
  .btn{
    padding: 0.5rem 1.5rem;
    font-weight: 500;
  }
  .btn-lg{
    font-size: 1rem !important;
    /* padding: 0.785rem 2rem !important; */
    padding: .75rem 1.75rem !important;
  }
  .btn-primary{
    background-color: #78c043 !important;
    border-color: #78c043 !important;
  }
  .btn-outline-primary{
    color: #78c043;
    border-color: #78c043 !important;
  }
  .btn-outline-primary:hover{
    color: #fff;
    background-color: #78c043;
  }
  .btn-outline-primary:active{
    color: #fff;
    background-color: #78c043 !important;
  }
  .btn-gradient{
    color: #fff !important;
    /* background: linear-gradient(90deg, rgb(120, 192, 67) 0px, rgb(12, 77, 142) 100%); */
    background: linear-gradient(90deg, #78c043, #0c4d8e) padding-box,
              linear-gradient(90deg, #78c043, #0c4d8e) border-box;
    border: 1px solid transparent !important;

  }
  .btn-accent-1 {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
}
  .form-control:focus{
    box-shadow: none !important;
    border-color: #78c043;
  }
  .dropdown-menu{
    border-color: #78c043 !important;
  }
  .dropdown-item:focus, .dropdown-item:hover {
    color: #fff;
    background-color: #78c043;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    background-color: #78c043;
}
  .z-index-1{
    z-index: 11;
  }
.divider-transparent{
  width: 128px;
  height: 2px;
  background: linear-gradient(to right, #78c043 0%, transparent 100%);
}
  .hp-navbar{
    background-color: #fff !important;
    /* padding: 0.75rem 0 !important; */
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);

  }
  .hp-navbar .nav-link{
    color: #121519;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
  }
  .hp-navbar .nav-link:focus, .hp-navbar .nav-link:hover {
    color: #78c043;
}
.hp-navbar .navbar-nav .nav-link.active, .hp-navbar .navbar-nav .nav-link.show {
    color: #78c043;
}
  .hp-navbar .hp-nav-logo{
    width: auto;
    height: 64px;
  }





/* Full Parallax Slider */
.creative-parallax--slider{
  margin-top: 90px;
}
.slider-wrap{
    background: #0c4d8e;
    height: 600px;
}
.swiper-slide--inner {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}
.swiper-slide{
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
.slide--bg {
  z-index: 0;
  visibility: inherit;
  font-weight: 400;
  white-space: nowrap;
  min-height: 834px;
  min-width: 834px;
  max-height: 834px;
  max-width: 834px;
  background-color: #16234033;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  overflow: auto;
}
.swiper-slide-active .slide--bg{
  animation: zoomInBg 1.5s ease forwards;
}

.slide--bg .slide-bg--inner {
  width: 650px;
  height: 650px;
  background: #16234096;
  margin: auto;
  border-radius: 50%;
}
.swiper-slide-active .slide--bg .slide-bg--inner{
  animation: zoomInInner 1s ease forwards;
}
.slide-detail {
  position: relative;
  z-index: 1;
  text-align: center;
}

.slide-main--heading {
  font-family: "Poppins", sans-serif !important;
    display: block;
    text-align: center;
    color: #fff;
    line-height: normal;
    text-shadow: rgb(11, 18, 54) 3px 3px 15px;
    padding: 0px 0px 23px;
    font-weight: 700;
    font-size: 52px;
    white-space: normal;
    text-transform: capitalize;
}
.from-left, .from-right {
  opacity: 0;
  filter: blur(4px); 
  transition: opacity 0.5s ease, filter 0.5s ease; 
}

.swiper-slide-active .from-left {
  animation: fadeInLeft 1s ease forwards;
  animation-delay: 0.8s; 
}
.swiper-slide-active .from-right {
  animation: fadeInRight 1s ease forwards; 
  animation-delay: 1s; 
}
.slide-main--subheading {
    font-family: "Poppins", sans-serif !important;
    color: #ffffff;
    font-size: 12px;
    text-transform: uppercase;
    line-height: 20px;
    padding-bottom: 25px;
    font-weight: 500;
    letter-spacing: 1px;
    opacity: 0;
    filter: blur(4px); 

}
.swiper-slide-active .slide-main--subheading{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInDown 1s ease forwards; 
  animation-delay: 1.2s;
}

.slide-des {
    text-align: center;
    line-height: 25px;
    border-width: 0px;
    padding: 0px 0px 25px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 14px;
    white-space: normal;
    min-height: 0px;
    /* min-width: 347px; */
    min-width: 360px;
    max-height: none;
    /* max-width: 347px; */
    max-width: 360px;
    color: rgb(255, 255, 255);
    margin: auto;
    opacity: 0;
}
.swiper-slide-active .slide-des{
   transition: opacity 0.5s ease, filter 0.5s ease; 
   animation: fadeInUp 1s ease forwards; 
   animation-delay: 1.4s;
}
.slide-cta .slide-btn{
  transition: .3s ease-in-out !important;
  opacity: 0;
  position: relative;
  border-radius: 50px;
  width: auto;

    /* text-align: inherit;
    line-height: 27px;
    border-width: 1px;
    margin: 0px;
    padding: 18px 70px 18px 46px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 18px;
    text-decoration: none;
    background-image: linear-gradient(to right, #f7693c, #c74e45, #7d3785, #582d9f, #3928af, #582d9f, #7d3785, #c74e45, #f7693c);
    background-size: 200% auto;
    color: #ffffff;
    display: inline-block;
    border: 2px solid transparent;
    width: auto;
    border-radius: 50px;
    position: relative;
    transition: .3s ease-in-out !important;
    opacity: 0;      */
}
.swiper-slide-active .slide-cta .slide-btn{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp2 1s ease forwards; 
  animation-delay: 1.4s;  
}
.slide-cta .slide-btn:hover{
    -webkit-box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 8px 30px 0 rgba(0, 0, 0, .15);
    -webkit-transform: translate3d(0, -2px, 0);
    transform: translate3d(0, -2px, 0);
    /* background-position: right center; */
}

/* .slide-cta .slide-btn::after {
  position: absolute;
  top: 50%;
  right: .75rem;
  width: 1.25rem;
  height: 1.25rem;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: "";
  transform: translateY(-50%);
  transition: .2s;
} */
/* .slide-cta .slide-btn span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    position: absolute;
    border-radius: 100%;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .35);
    background: #fff;
    color: #3c2fc0;
} */
.slide-badge {
    display: flex;
    flex-direction: column;
    width: 69px;
    height: 69px;
    background: #3c2fc0;
    line-height: normal;
    font-size: 9px;
    justify-content: center;
    border-radius: 50%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    position: absolute;
    right: -184px;
    top: 0;
    transition: .3s ease-in-out !important;
    opacity: 0;

}
.swiper-slide-active .slide-badge{
  transition: opacity 0.5s ease, filter 0.5s ease; 
  animation: fadeInUp3 1s ease forwards; 
  animation-delay: 1.5s;   
}  
.slide-badge .patch-check svg{
    height: 20px;
    width: 20px;
    margin-bottom: 4px;
}
/* Keyframe animations for Badge */
@keyframes fadeInUp3 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for CTA */
@keyframes fadeInUp2 {
  0% {
    opacity: 0;
    transform: translateY(50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Description */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 0.7;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Sub Heading */
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-50px); 
}
100% {
    opacity: 1;
    transform: translateY(0);
    filter: blur(0); 
}
}
/* Keyframe animations for Main Heading */
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-50px);
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0);
}
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px); 
}
100% {
    opacity: 1;
    transform: translateX(0);
    filter: blur(0); 
}
}

/* Keyframe animations for background */
@keyframes zoomInBg {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}

@keyframes zoomInInner {
  from {
    opacity: 0;
    transform: scale(0.5);
}
to {
    opacity: 1;
    transform: scale(1);
}
}
.parallax-slider .slide-btns{
        width: 54px;
    height: 54px;
    background: 0 0;
    border: 1px solid rgba(255, 255, 255, .2);
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 900;
}
.slide-btns.swiper-button-next:after, .slide-btns.swiper-button-prev:after{
        font-size: 16px;
    font-weight: 900;
    color: #fff;
}
.slide-btns:hover{
    border: 1px solid #fff;
    background: #fff;
}
.slide-btns:hover:after{
    color: #232323;
} 
span.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    background: transparent;
    background-color: transparent;
    box-shadow: inset 0 0 0 2px #fff;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    opacity: 1;
    display: none;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
}
 .autoplay-progress {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width:100%;
    height: 10px;
}

.progress-fill {
    --progress: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    height: 100%;
    background-color: #00000026; 
    width: var(--progress, 0%);
    transition: width 0.5s ease; 
}
/* ======== Sticky Footer ========= */
  .sticky-footer{
       position: fixed;
    width: 100%;
        background: #333;
    z-index: 999;
    bottom: 0;
  }
.sticky-footer .footer-row{
      display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 10px;
    padding-right: 15px;
}
.creditd a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
        font-size: 16px;
}
.social ul{
      display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0px;
    column-gap: 10px;
    align-items: center;
}
.social ul li a{
     display: flex;
    background: #fff;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    align-items: center;
    justify-content: center;
}
.social ul li a img{
       max-width: 20px;
}
/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 981px) {
.slider-wrap{
    height: 750px;
}
.slide--bg{
        min-height: 720px;
    min-width: 720px;
    max-height: 720px;
    max-width: 720px;
}
.slide--bg .slide-bg--inner{
    width: 590px;
    height: 590px;
}
.slide-badge{
        right: -116px;
}
}

/* ==================== Responsive Ipad ========================== */
@media only screen and (max-width: 480px) {
    .slider-wrap {
        height: 736px;
    }
        .slide--bg {
        min-height: 550px;
        min-width: 550px;
        max-height: 550px;
        max-width: 550px;
    }
    .slide--bg .slide-bg--inner {
        width: 450px;
        height: 450px;
    }
    .parallax-slider .slide-btns{
        display: none;
    }
    .slide-main--heading{
     font-size: 32px;
    }

    .swiper-pagination{
    display: flex;
    column-gap: 15px;
    justify-content: center;
    /* bottom: 100px !important; */
    }

    span.swiper-pagination-bullet{
        display: block;
    }

}
/* End Full Parallax Slider */

  .hp-banner{
    padding: 96px 0;
    margin-top: 97px;
  }
  .hp-banner-headline{
    color: #0A0D31;
    /* text-align: center; */
    font-size: 60px;
    font-weight: 700;
    letter-spacing: 1.2px;
    word-spacing: 0.1em;
  }
  .ah-words-wrapper{
    color: #78c043;
  }

  .hp-what{
    padding: 72px 0;
  }
  .sub-heading{
    
  }

  .sub-heading h2{
    
  }

  .sub-heading p{
    
  }
  .ai-product-categories{
    padding: 72px 0;
  }
  .pro-card.card{
    border: 0;
    border-radius: 0.8125rem;
  }
  .pro-card-zoom{
    overflow: hidden !important;
    transition: all .2s ease-in-out;
  }
  .pro-card-zoom .pro-card-zoom-image{
    overflow: hidden;
    border-radius: .8125rem;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
}
.pro-card-zoom .card-img {
  transition: transform .4s;
}
.pro-card-zoom:hover .card-img {
  transform: scale(1.03);
}
  .pro-card.card h4{
    font-weight: 700;
  }
  .card[href] {
    transition: all .2s ease-in-out;
}
  .card-link {
    position: relative;
    display: inline-block;
    font-weight: 500;
    padding-right: 2.5rem;
    color: #78c043;
}
.card-link::after {
    position: absolute;
    top: 50%;
    right: .75rem;
    width: 1.25rem;
    height: 1.25rem;
    background-image: url(../images/download.svg);
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 1.25rem 1.25rem;
    content: "";
    transform: translateY(-50%);
    transition: .2s;
}
.card-link:hover::after, [href]:hover .card-link::after {
  right: .4375rem;
}
.banner-end {
  position: relative;
}
.banner-end::after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: block;
  background: linear-gradient(to right,rgba(255,255,255,0) 22%,rgba(120, 192, 67, .1) 22%);
  content: "";
  z-index: -1;
}

 .ai-about{
    padding: 72px 0;
  }
  .about-bottom-end{
    position: relative;
  }
  /* .about-bottom-end::after {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: 100%;
    height: 100%;
    background-color: rgba(120, 192, 67, .2);
    content: "";
    z-index: -1;
  } */
  .about-tick {
    width: 1.5rem;
    height: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    border-radius: 50% !important;
    /* background-color: #feb602; */
    background-color: rgba(120, 192, 67, 0.1);
}
.about-tick i{
  color: #78c043;
  font-size: 16px;
  line-height: 1.5rem;
}

.ai-about-v2{
  padding: 72px 0;
}
.aa-figure-01{
  margin-right: 4.5rem !important;
}
.aa-figure-02{
  margin-top: 4.5rem !important;
}
.aa-figure-gc{
  margin-right: 1rem !important;
}
  .what-card{
    background-color: rgba(0,0,0,0);
    position: relative;
    overflow: hidden !important;
    display: block;
    border-radius: 0.75rem;
    transition: color .2s ease-in-out;
  }
  .what-image{
    overflow: hidden;
    transform: translateZ(0);
    width: 100%;
  }
  .what-image > img {
    display: block;
    transition: transform .35s ease-in-out;
  }
  .what-card:hover .what-image > img {
    transform: scale(1.05);
    border-radius: 0.75rem;
  }
  .what-overlay{
    /* background: linear-gradient(180deg, rgba(17, 24, 39, 0.00) 35.56%, #111827 95.3%); */
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 35.56%, #000 95.3%);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 1;
  }
  .what-text{
    position: absolute;
    bottom: 30px;
    left: 30px;
    color: #fff;
    z-index: 2;
  }
  .what-text h4{
    color: #fff;
    margin-bottom: 16px;
  }
  .what-text a{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
  }

  .material-icons.md-18 { font-size: 18px; }
  .material-icons.md-24 { font-size: 24px; }
  .material-icons.md-36 { font-size: 36px; }
  .material-icons.md-48 { font-size: 48px; }

  .hp-collections{
    padding: 72px 0;
    background-color: rgba(249, 250, 251, 0.9);
  }
  .hp-collections .card.collection-card{
    border: none !important;
  }
  .collections-tabs .nav-pills .nav-link{
    border-radius: 50px !important;
    background-color: #fff;
    color: #121519;
    font-weight: 500;
    border: 1px solid rgba(209, 213, 219, 0.9);
  }

  .collections-tabs .nav-pills .nav-link.active, .collections-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #78c043 !important;
    border-color: #78c043 !important;
}
.collections-tabs .nav-pills .nav-link:focus, .collections-tabs .nav-pills .nav-link:hover {
    background-color: rgba(229, 231, 235, 0.9);
}
.btn-rounded{
    border-radius: 50px !important;
}
.hp-why{
    padding: 72px 0;
}
.testimonials{
    padding: 96px 0;
    background-image: url("../images/testimonial-bg.jpg");
    background-size: cover;
    /* background-attachment: fixed; */
    background-position: top;
    position: relative;
}
.testimonials::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
}
.testimonial-text{
    color: #fff;
}
.testimonial-text h5{
  color: #fff;
}
.owl-nav .owl-prev, .owl-nav .owl-next{
    width: 40px;
    height: 40px;
    /* background-color: #0089F7 !important; */
    border: 1px solid #fff !important;

}
.testimonials .owl-theme .owl-nav [class*=owl-]{
    font-size: 24px !important;
    color: rgba(255, 255, 255, 0.75) !important;
}

.testimonials .owl-theme .owl-nav [class*=owl-]:hover {
    background: #0089F7;
    border-color: #0089F7 !important;
    color: #FFF !important;
    text-decoration: none;
}
.text-quote{
    color: #fff;
    font-size: 64px;
}
.ai-video-testimonials{
  padding: 72px 0;
  /* background-color: rgba(120, 192, 67, 0.1); */
  position: relative;
  overflow: hidden !important;
}
.ai-video-testimonial-pattern{
  margin-right: -1.6rem !important;
  margin-top: -1rem !important;
}
.ai-video-testimonial-pattern-02{
  margin-left: -4rem !important;
  z-index: -1;
}
.ai-video-testimonial-svg-03{
  margin-top: 1.25rem;
  margin-right: 5.3rem;
}
.ai-video-testimonial-svg-04{
  margin-top: -3.5rem !important;
  margin-right: -3.5rem !important;
}
.ai-video-testimonials .swiper-slide .item-video {
  /* background-color: #fff; */
  border: 10px solid #fff;
  border-radius: 0.25rem;
  /* -webkit-box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 8px 20px 0 rgba(0, 0, 0, 0.1); */
}
.ai-video-testimonials .owl-theme .owl-nav [class*=owl-]:hover {
  background: #78c043;
  border-color: #78c043 !important;
  color: #FFF !important;
  text-decoration: none;
}
.ai-video-testimonials .owl-theme .owl-nav {
  margin-top: 16px;
}
.ai-video-testimonials .owl-nav .owl-prev, .owl-nav .owl-next{
  width: 40px;
  height: 40px;
  /* background-color: #0089F7 !important; */
  border: 1px solid #78c043 !important;
}
.ai-video-testimonials .owl-theme .owl-nav [class*=owl-]{
  /* font-size: 24px !important; */
  /* color: rgba(255, 255, 255, 0.75) !important; */
  color: #78c043;
}
.ai-video-testimonial-svg{

}
.ai-cta{
  padding: 72px 0;
  background-image: url(../images/call-to-action.jpg);
  position: relative;
}
.ai-cta::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(12, 17, 142, 0.9) !important;
}
.ai-cta h3{
  color: #fff;
  font-size: 2.25em;
  font-weight: 700;
  margin-bottom: 0;
  opacity: 1;
}
.ai-cta .list-group.borderless .list-group-item {
  border: none;
  background-color: transparent;
}
.ai-cta .list-group.borderless .list-group-item i{
  font-size: 20px;
}
.ai-blogs-home{
  padding: 72px 0;
}
.ai-blog-card.card{
  border: none !important;
  box-shadow: 0 .375rem 1.5rem 0 rgba(140,152,164,.125);
  transition: all .2s ease-in-out;
}
.ai-blog-card.card:focus, .ai-blog-card.card:hover {
  -webkit-transform: translateY(-.1875rem) !important;
  transform: translateY(-.1875rem) !important;
}
.ai-blog-card.card h4{
  font-weight: 700;
}
/* About-us page */
.about-info{
    padding: 72px 0;
    margin-top: 96px;
    position: relative;
}
/* .about-info:after {
    background-image: url(../images/pattern-square.svg);
    background-position: top;
    bottom: 0;
    content: "";
    height: 312px;
    left: 0;
    -webkit-mask-image: linear-gradient(0deg, transparent 35%, #78c043 75%);
    mask-image: linear-gradient(0deg, transparent 35%, #78c043 75%);
    padding: 40px 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
} */
.about-fact{
  background-color: #f8f8f8;
}
.about-fact h2{
  /* color: #fff; */
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0px;
}
.about-info h3{
  font-weight: 700;
}
.af-green{
  background-color: #78c043;
}
.af-blue{
  background-color: #0c4d8e;
}

.ai-mission-vision{
  padding: 72px 0;
}
[class*="separator"][class*="-top"] {
  border-top-width: 1px;
}
[class*="separator"] {
  border-width: 0;
    border-top-width: 0px;
  border-color: #e5e5e5;
  border-style: solid;
}
.separated {
  overflow: hidden;
}
.separated > :not(:last-child) {
  margin-bottom: 0 !important;
}
.separated > * {
  -webkit-box-shadow: -1px -1px 0px 0px #e5e5e5;
  -moz-box-shadow: -1px -1px 0px 0px #e5e5e5;
  box-shadow: -1px -1px 0px 0px #e5e5e5;
}
.ai-mission-vision h4{
  font-weight: 700;
}
.about-numbers{
    padding: 72px 0;
    background-color: #78c043;
    background-image: url(../images/bg-pattern.png);
    background-size: auto;
    background-position: 50% 50%;
    text-align: center;
}

.about-numbers h3{
    color: #fff;
    font-size: 2rem;
    font-weight: 600;

}
.about-numbers p{
    color: rgba(255, 255, 255, 0.7);
    text-transform: uppercase;
    margin-bottom: 0;
}
.about-video{
    padding: 72px 0;
}
.divider-small{
    height: 2px;
    width: 35px !important;
    background-color: #72c02c !important;
    margin-bottom: .5rem !important;
    display: inline-block !important;
}
.awards-recognition{
  padding: 72px 0;
  background-color: rgba(120, 192, 67, 0.1);
}
.ar-card.card{
  border-color: #e2e8f0;
  border-radius: .75rem;
  transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out;
}
.card-lift.active, .card-lift:focus, .card-lift:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05) !important;
  transform: translateY(-.25rem);
}
.ai-teams{
  padding: 72px 0;
}
.team-div img{
  /* width: 196px;
  height: 196px; */
}
.team-div h5{
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.clients-testimonials{
  padding: 72px 0;
  background-color: rgba(120, 192, 67, 0.1);
  /* background: linear-gradient(90deg, #e6edf3 0%, #f1f9ec 100%) !important; */
}
.ct-card{
  border: 0 !important;
  border-radius: 0.5rem;
  box-shadow: 0 .275rem .75rem -0.0625rem rgba(120, 192, 67, .06),0 .125rem .4rem -0.0625rem rgba(22, 29, 18, 0.03) !important;
}
.ct-card .card-footer{
  background-color: transparent !important;
}
.quote-icon{
  width: 2.75rem;
  height: 2.75rem;
  color: #fff;
  font-size: 1.25rem;
  padding: 0;
  border: none !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 .5rem 1.125rem -0.5rem rgba(99,102,241,.9) !important;
}
.ai-clients{
  padding: 72px 0;
}

.card-hover:not(.bg-transparent) {
  transition: transform .2s ease-in-out,border-color .2s ease-in-out,background-color .2s ease-in-out,box-shadow .2s ease-in-out;
}
.card-hover:not(.bg-transparent):hover {
  transform: translateY(-0.25rem);
  box-shadow: 0 .275rem .75rem -0.0625rem rgba(11,15,25,.06),0 .125rem .4rem -0.0625rem rgba(11,15,25,.03);
}

.pro-banner{
  padding: 72px 0;
  margin-top: 90px;
  background-image: url(../images/ai-blue-radial-gradient.svg);
  background-size: cover;
  background-repeat: no-repeat;
}
.pro-banner-image.card{
  border: 0 !important;
}
.pro-banner-text h2{
  font-size: 3rem;
}
.pro-banner-text h3{
  /* font-size: 3rem; */
  font-weight: 600;
}
.ai-quote{
  padding: 96px 0;
  background-image: url(../images/ai-quote-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
.ai-quote::after {
  /* background: linear-gradient(90deg, #0c4d8e 0%, #0c4d8e 100%); */
  background: linear-gradient(90deg, #000 0%, #000 100%);
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.65;
}
.ai-quote-link {
  position: relative;
  display: inline-block;
  font-weight: 500;
  padding-right: 2.5rem;
  color: #fff;
}
.ai-quote-link::after {
  position: absolute;
  top: 50%;
  right: .75rem;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url(../images/arrow-white.svg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 1.25rem 1.25rem;
  content: "";
  transform: translateY(-50%);
  transition: .2s;
}
.ai-quote-link:hover::after, [href]:hover .ai-quote-link::after {
  right: .4375rem;
}

.pro-banner-v2{
  padding: 96px 0;
  margin-top: 90px;
}
.pro-banner-bg{
  height: 100%;
}
.pro-banner-v2 h2{
  color: #fff;
  text-transform: uppercase;
}
.hp-products{
    padding: 72px 0;
    /* background-color: rgba(249, 250, 251, 0.9); */
    /* margin-top: 96px; */
}
.pro-mt-base{
    margin-top: 3.75rem !important;
}
.hp-products .card.product-card{
    border: none !important;
    background-color: transparent;
    box-shadow: none !important;
}
.hp-products .card.product-card .card-body{
 

}
.hp-products .card.product-card h4{
  font-weight: 700;
}
.product-price{
    font-size: 20px;
    font-weight: 600;
    color: #78c043;
}
.product-off{
    position: absolute;
    left: 0 !important;
    top: 0 !important;
    display: flex !important;

}
.off-badge{
    font-weight: 500;
    padding: 0.35rem 0.65rem;
    border-radius:0.2rem;
    background-color: #0c4d8e !important;
}
.product-card-v2{
  border: 0 !important;
  /* background-color: rgba(249, 250, 251, 0.9); */
  background-color: #e6edf3;
  border-radius: 0 !important;
}
.product-card-v2 h5{
  font-weight: 700 !important;
  /* color: #fff; */
}
.product-card-v2.card.hover-effect{
  transition: top 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  top: 0;
  position: relative;
}
.product-card-v2.card.hover-effect:hover{
  top: -0.375rem;
  /* box-shadow: 0 0.5rem 1rem rgba(12, 77, 142, 0.25); */
}
.opacity-5 {
  opacity: .05 !important;
}
.pro-card{
  position: relative;
  /* background-color: #0c4d8e; */
  background-color: #f4f7f9;
  /* background-color: rgba(12, 77, 142, 0.1); */
  /* background-color: rgba(120, 192, 67, 0.1); */
  border-radius: 1rem;
}
.pro-card-tank{
  background-color: #e4e4e4 !important;
}
.pro-slide .pro-name{
  color: #121519 !important;
  font-weight: 700;
}
.pro-slide h5 > a:hover {
  color: #78c043 !important;
}
.Product-features{
    padding: 72px 0; 
}
.heading-small{
    letter-spacing: .1em !important;
    text-transform: uppercase !important;
    font-weight: 600 !important;
    color: #78c043;
}
.feature-icon{
        width: 26px;
        height: 26px;
        border-radius: 50px !important;
        margin-right: 12px;
        background-color: #78c043;
        position: relative;
        display: inline-block;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
}
.feature-icon > span, .feature-icon > i {
    position: relative;
    top: 50%;
    display: block;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 16px;
    color: #fff;
  }
  .pf-svg{
    -webkit-transform: translate(-50%, -50%) !important;
    transform: translate(-50%, -50%) !important;
  }
  .fill-pf-svg {
    fill: #0c4d8e !important;
}
.pro-hr hr{
 border-color:rgba(0, 0, 0, 0.25) !important;
}

.product-features-v3{

}
.product-features-v3 .bg-kf{
  background-color: transparent;
  background-color: #0c4d8e;
  /* background-image: linear-gradient(115deg, #78c043 6.98%, #0c4d8e 81.86%); */
  /* background-image: linear-gradient(190deg, #0c4d8e 0%, #78c043 25%); */
  /* background: linear-gradient(90deg, rgb(120, 192, 67) 0px, rgb(12, 77, 142) 55.94%) !important; */
}

.product-features-v5 {
  padding: 72px 0;
  background-color: rgba(12, 77, 142, 0.1);
}

.pf-circle{
  width: 120px;
    height: 120px;
    background: linear-gradient(218.58deg, #78c043 11.5%, #0c4d8e 87.95%);
    border-radius: 50%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.pf-icon{
  width: 114px;
  height: 114px;
  border: 4px solid #fff;
  border-radius: 50%;
  /* margin: 0 auto; */
  z-index: 5;
  overflow: hidden;
  background: linear-gradient(110.49deg, #f0f0f0 26.28%, #f0f1ff 94.17%);
}
.pf-icon img{
  transition: all .2s ease-in-out;
    width: 100%;
    height: auto;
    display: block;
}

.feature-card{
  border-radius: 30px;
  justify-content: flex-end;
  display: flex;
  position: relative;
  overflow: hidden;
}
.w-inline-block{
  max-width: 100%;
  display: inline-block;
}
.feature-img-wp{
  
}
.feature-img {
  border-radius: 30px;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 450px;

  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}
.feature-content-wp{
  background-color: #ffffffe6;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 16px 16px;
  overflow: hidden;
}
.feature-brief-info-wp{
  flex-direction: column;
    align-items: flex-start;
    display: flex;
    overflow: hidden;
}
.feature-title {
  color:#121519;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 140%;
}
.feature-brief-info{
  margin-top: 6px;
  font-weight: 400;
  line-height: 145%;
}

.flipbox {
  background-color: transparent;
  width: 100%;
  height: 250px;
  perspective: 1000px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* cursor: pointer; */
}
.flipbox-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform .8s;
  transform-style: preserve-3d;
}
.visible-text {
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 3px 18px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
}
.visible-text h4{
  font-weight: 600;
}
.hover-text {
  background-color: #0c4d8e;
  color: #fff;
  transform: rotateY(180deg);
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-shadow: 0 3px 18px rgb(0 0 0 / 10%);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  padding: 20px;
}
.flipbox:hover{
  transition: all .3s;
  -webkit-transition: all .3s;
}
.flipbox:hover .flipbox-inner {
  transform: rotateY(180deg)
}

.bg-blue{
  background-color: #0c4d8e !important;
}

.product-features-final{
  padding: 72px 0;
  background-color: rgba(12, 77, 142, 0.1);
  /* background-color: #0c4d8e; */
}
.feature-card-final{

}
.pf-figure{
  position: relative;
  margin-bottom: 0;

}
.pf-figure img{
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  min-height: 450px;
  max-height: 450px;
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}
/*------------------------------------
  Block Hovers
------------------------------------*/
[class*="u-block-hover"] {
  position: relative;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

[class*="u-block-hover"], [class*="u-block-hover"]::before, [class*="u-block-hover"]::after {
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

.u-block-hover--uncroped {
  overflow: visible;
}

.u-block-hover--uncroped:hover {
  z-index: 2;
}

.u-block-hover__img {
  max-width: 100%;
  vertical-align: top;
}

.u-block-hover__block {
  min-height: 100%;
}

[class*="u-block-hover__additional"] {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}


.u-block-hover__main--zoom-v1,
.u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.01);
}

.u-block-hover:hover .u-block-hover__main--zoom-v1 {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.u-block-hover:hover .u-block-hover__main--zoom-v2 {
  -webkit-transform: scale(1.04);
      -ms-transform: scale(1.04);
          transform: scale(1.04);
}

.u-block-hover [class*="icon-"] {
  padding: 1px;
}


[class*="u-block-hover-image-overlay"]::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: all .35s ease;
  transition: all .35s ease;
}

.u-block-hover:hover .u-block-hover-image-overlay::after {
  opacity: 1;
}


.u-block-hover:hover [class*="u-block-hover__additional--slide"],
.u-block-hover:hover [class*="u-block-hover__additional--partially-slide"] {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
}

.u-block-hover__additional--slide-up {
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}

.u-block-hover__additional--partially-slide-up {
  top: auto;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  overflow: visible;
}

.u-block-hover__additional--partially-slide-up .u-block-hover__visible {
  position: absolute;
  bottom: 100%;
  /* margin-bottom: -1px; */
  left: 0;
  right: 0;
  padding-left: inherit;
  padding-right: inherit;
  /* padding-top: inherit;
  padding-bottom: inherit; */
  background: inherit;
  padding: 1.5rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  
}

.pf-cont{
  background-color: #ffffff;
  /* background-color: #ffffffe6; */
  /* inset: auto 16px 16px; */
  /* border-radius: 20px; */
  padding: 0 1.5rem 1.5rem 1.5rem;
  /* border-bottom-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem; */

  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}
.pf-cont h4{
  font-weight: 700;
}
.pf-cont-hidden{
  position: relative;
  z-index: 1;
}
.ai-product-benefits{
  padding: 72px 0;
  /* background-color: #e6edf3; */
  /* background-color: rgba(120, 192, 67, 0.1); */
}
.benefit-card.card{
  /* background-color: #e6edf3; */
  background-image: linear-gradient(118deg, #78c04335 18.82%, #0c4d8e35 86.26%);
  /* background-color: rgba(120, 192, 67, 0.1); */
  border: none !important;
  border-radius: 1rem;

}
.benefit-card.card .card-body{
  padding: 2.375rem;
}
.benefit-card.card .card-body i{
  color: #78c043;
  font-size: 40px;
  margin-bottom: 1rem;
}
.benefit-card.card h4{
  margin-bottom: 1rem;
  font-weight: 700;
}
.ai-product-features{
  padding: 72px 0;
}
.ai-pf-text h4{
  font-weight: 700;

}
.ai-pf-text .accordion .accordion-button{
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
  color: #121519;
  font-size: 1.25rem;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
}
.ai-pf-text .accordion .accordion-item{
  border: none !important;
}
.ai-pf-text .accordion-button:not(.collapsed) {
  color: #78c043;
}
.ai-pf-text .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-after.svg);
}
.ai-pf-text .accordion .accordion-body{
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.ai-benefits-v2{
  padding: 72px 0;
}
.benefits-text li > .material-icons{
  font-size: 20px;
  color: #78c043;
}
.ai-featured-projects{
  padding: 72px 0;
}
.card-featured-project.card {
  border: 0;
  transition: all .2s ease-in-out;
}
.card-featured-project:focus, .card-featured-project:hover {
  transform: translateY(-.1875rem) !important;
}
.card-featured-project.card h4{
  font-weight: 700;
}

.swiper-pagination-bullet{
height: 0.75rem !important;
width: 0.75rem !important;
background-color: transparent !important;
border:1px solid #78c043 !important;
opacity: 1 !important;
margin-left: 0.5rem !important;
margin-right: 0.5rem !important;
}
.swiper-pagination-bullet-active {
  background-color: #78c043 !important;
}


.ai-how{
  padding: 72px 0;
 }

.swiper-tabs {
  position: relative;
  height: 100%;
  z-index: 2;
}

.swiper-tab {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transition: opacity .3s ease-in-out, visibility .3s ease-in-out;

  &.active {
    position: relative;
    visibility: visible;
    opacity: 1;
  }
}
.bg-gradient-swiper {
  /* background: linear-gradient(90deg, #0c4d8e 0%, #8b5cf6 50%, #78c043 100%) !important; */
  /* background: linear-gradient(90deg, #0c4d8e 0%, #78c043 100%) !important; */
  /* background: linear-gradient(124deg, #0c4d8e 2.46%, #78c043 101.25%); */
  background: linear-gradient(135deg, #78c043 0%, #0c4d8e 100%);
}
.badge-how{
  background-color: rgba(120, 192, 67, 0.15) !important;
  color: #78c043 !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  border-radius: 50rem !important;
}
.how-text h3{
  font-weight: 700;
}
.btn-icon {
  flex-shrink: 0;
  width: 2.25rem;
  height: 2.25rem;
  line-height: 0 !important;
  padding: 0 !important;
}
.btn-prev, .btn-next{
  background-color: transparent;
  font-size: 1rem;
  color: #0c4d8e;
  border-color: #0c4d8e;
  border-radius: 50%;
  /* box-shadow: 0 0.275rem 0.75rem -0.0625rem rgba(11, 15, 25, 0.06), 0 0.125rem 0.4rem -0.0625rem rgba(11, 15, 25, 0.03); */
}
.btn-icon > i{
  font-size: 1.25rem;
}
.btn-prev:not(.bg-transparent):hover, .btn-next:not(.bg-transparent):hover {
  color: #fff !important;
  background-color:#0c4d8e !important;
  border-color: #0c4d8e;
  box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(12, 77, 142, 0.9);
}
.btn-white{
  color: #fff !important;
  border-color: #fff !important;
}
.swiper-button-disabled{
  background-color: transparent !important;
  color: #0c4d8e !important;
  border-color: #0c4d8e !important;
  opacity: 0.65 !important;
}
.tank-capacity{
  /* padding: 72px 0; */
  position: relative;
}
.bg-tc{
  background-color: rgba(12, 77, 142, 0.1);
}
.tank-capacity h5{
  font-weight: 700;
}
.text-white-opacity-7{
  color: rgba(255, 255, 255, 0.7);

}
.tank-capacity-v2{
  padding: 72px 0;
  background-color: #0c4d8e;
  color: #fff;
}
.tank-capacity-info h3{
  font-weight: 700;
  color: #fff;
}
.tank-capacity-info table{
  background-color: transparent !important;
  border-color: #fff !important;
}
.table>:not(caption)>*>* {
  background-color: transparent !important;
}
.tank-capacity-info table h4{
  color: #fff;
  font-weight: 700;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.lvt-intro{
  padding: 72px 0; 
}
.lvt-intro-frame {
  position: relative;
  padding: 1rem;
}
.lvt-intro-frame > * {
  transition: transform 0.2s;
  transform: translate(-1rem, -1rem);
  position: relative;
  z-index: 4;
}
.lvt-intro-frame > span {
  transition: transform 0.2s;
  transform: translate(1rem, 1rem);
  position: absolute;
  top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem;
  display: block;
  border: 1px solid #78c043;
  z-index: 0;
}
.iso-div{
  /* padding: 1.5rem;
  background-color: #e6edf3;
  border-color: #e6edf3;
  border-radius: .5rem;
  transition: transform .2s ease-in-out, border-color .2s ease-in-out, background-color .2s ease-in-out, box-shadow .2s ease-in-out; */
}
.iso-div img{
  height: 128px;
}
.ai-applications{
  padding: 72px 0; 
  background-color: rgba(12, 77, 142, 0.1);
}
.app-div.card{
  border: none !important;
  background-color: #fff;
  /* background-color: rgba(120, 192, 67, 0.1); */
  /* background-color: rgba(12, 77, 142, 0.1); */
  border-radius: 1rem;
  box-shadow: 0 24px 48px rgba(12, 77, 142, 0.1);

}
.application-icon {
  width: 64px;
  height: auto;
}
.bg-gradient-primary{
  background: linear-gradient(90deg, #e6edf3 0%, #f1f9ec 100%) !important;
}
.app-div.card .card-body {
  padding: 2.375rem;
}

.app-div.card .card-body h4{
  font-weight: 700;
}
.app-div.card .card-body i {
  color: #78c043;
  font-size: 40px;
  margin-bottom: 1rem;
}


.pro-benefits{
  padding: 72px 0;
  background-color: #fff;
}
.pro-benefit.card{
  border: none !important;
  /* background-color: rgba(120, 192, 67, 0.1); */
  /* background-color: #fff; */
  background: linear-gradient(122.93deg, #e6edf3 4.59%, #ffffff 46.5%);
  height: 100% !important;
  text-align: center !important;
  box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
}
.pro-benefit.card h5{ 
  font-weight: 600;
}
.pro-benefit.card .card-body i {
  color: #78c043;
  font-size: 64px;
  margin-bottom: 1rem;
}
.product-benefit.card{
  border-radius: 0.5rem;
  border: 0 !important;

  /* 90% white */
  background-color: #edf2f7;

  /* 10% blue */
  /* background-color: #e6edf3 !important; */

  /* 15% blue */
  /* background-color: #dbe4ee !important; */
}
.product-benefit.card i {
  font-size: 64px;
}
.product-benefit.card h5{
  margin-bottom: 0;
  font-weight: 600;
}
.pb-frame{
  position: relative;
  padding: 0.22rem;
}
.pb-frame > * {
  transition: transform 0.2s;
  /* transform: translate(-1rem, -1rem); */
  transform: translate(-0.22rem, -0.22rem);
  position: relative;
  z-index: 4;
}
.pb-frame > .bc-frame{
  transition: transform 0.2s;
  transform: translate(0.22rem, 0.22rem);
  /* transform: translate(1rem, 1rem); */
  position: absolute;
  top: 0.22rem;
  right: 0.22rem;
  bottom: 0.22rem;
  left: 0.22rem;
  /* top: 1rem;
  right: 1rem;
  bottom: 1rem;
  left: 1rem; */
  display: block;
  /* border: 1px solid #78c043; */
  /* background-color: #78c043; */
  background-color: #0c4d8e;
  border-radius: 0.5rem;
  z-index: 0;
}

.pro-benefits-v2{
  padding: 72px 0;
  background-color: #f4f7f9;
}
.product-benefit-v2.card{
  border-radius: 0.5rem;
  border: 0 !important;
  background: #fff;
  box-shadow: 0 4px 8px rgb(0 0 0 / 15%);
}
.product-benefit-v2 h5{
  margin-bottom: 0;
  font-weight: 600;
}
.benefit-icon{
  width: 64px;
  height: auto;
}
.pro-testimonials{
  padding: 72px 0;
  /* background-color: #e6edf3; */
  background-image: linear-gradient(118deg, #78c04335 18.82%, #0c4d8e35 86.26%);
  /* background-image: linear-gradient(115deg, #78c04350 6.98%, #0c4d8e50 81.86%); */
  /* background-image: linear-gradient(190deg, #eabf31 0%, #64d69d 20%);  */

}
.product-testimonial{
  border-radius: 0.35rem;
  /* box-shadow: 0px 10px 15px 0 rgba(0, 0, 0, 0.1); */
}
.product-testimonial .video-container {
  width: 100%;
  height: 0;
  position: relative;
  padding-bottom: 56.25%;
}
.product-testimonial .video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 0 !important;
}

.video-cover {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .video-cover .video-cover-image {
    z-index: 1;
    transition: opacity 0.2s ease; }
  .video-cover.rounded .video-cover-image {
    border-radius: 0.375rem; }
  .video-cover .video-play-icon {
    position: absolute;
    z-index: 2;
    margin-bottom: 0 !important; }
  .video-cover iframe {
    background: #000;
    transition: opacity 0.2s ease;
    opacity: 0; }
  .video-cover.video-cover-playing .video-cover-image {
    opacity: 0;
    pointer-events: none; }
  .video-cover.video-cover-playing .video-play-icon {
    -webkit-animation: fadeOut 0.2s ease forwards;
            animation: fadeOut 0.2s ease forwards;
    pointer-events: none; }
  .video-cover.video-cover-playing iframe {
    opacity: 1; }
  .video-cover:not(:last-child) {
    margin-bottom: 1.5rem; }

.video-play-icon {
  position: relative;
  margin: 0 auto;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease; }
  .video-play-icon:not(:last-child) {
    margin-bottom: 1.5rem; }
  .video-play-icon:hover {
    transform: scale(1.1); }
  .video-play-icon:after {
    content: '';
    position: relative;
    display: block;
    width: 9px;
    height: 7px;
    transform: scale(2);
    background: url("data:image/svg+xml;charset=utf8,<svg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M4.09852 0.540851C4.29843 0.271544 4.70157 0.271544 4.90148 0.540851L7.80474 4.45198C8.04964 4.7819 7.81415 5.25 7.40326 5.25H1.59674C1.18585 5.25 0.950358 4.7819 1.19526 4.45198L4.09852 0.540851Z' fill='%23152a49' style='transform:rotate(90deg); transform-origin:center;'/></svg>"); }
  .video-play-icon.video-play-icon-lg {
    width: 5.25rem;
    height: 5.25rem; }
    .video-play-icon.video-play-icon-lg:after {
      transform: scale(2.5); }

.video-cover-touch .video-cover-image, .video-cover-touch .video-play-icon {
  display: none; }

.video-cover-touch iframe {
  opacity: 1; }

.video-cover{
  /* background-color: #fff;
  padding: 1.5rem 1rem; */
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-cover-image {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: opacity 0.2s ease;
  object-fit: cover;
}
.video-cover-image:not([class*="absolute"]) {
  position: absolute;
}
.video-play-icon {
  position: relative;
  margin: 0 auto;
  position: absolute;
  z-index: 2;
  margin-bottom: 0 !important;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  line-height: 3.75rem;
  border-radius: 50%;
  background: #fff;
  text-align: center;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.pro-testimonials-v2 {
   padding: 96px 0; 
}
.pt-circle{
  position: absolute;
  bottom: 0 !important;
  left: 0 !important;
  margin-left: -5rem !important;
  margin-bottom: -5rem !important;
  z-index: -1;
}
.pt-circle-01{
  position: absolute;
  bottom: 0 !important;
  right: 0 !important;
  margin-right: -2rem !important;
  margin-bottom: -3rem !important;
}

.hp-faq{
  padding: 72px 0;
  background-image: linear-gradient(118deg, #78c04335 18.82%, #0c4d8e35 86.26%);
}

.hp-faq .accordion-item .accordion-header .accordion-button, .hp-faq .accordion-item .accordion-header .accordion-button.collapsed {
  font-family: "Poppins", sans-serif !important;
    background-color: #fff;
    color: #202124;
    font-size: 1.175rem;
    font-weight: 600;
    border: none !important;
    text-decoration: none;
    border-radius: 0.5rem !important;
}
.hp-faq .accordion-item .accordion-header .accordion-button:not(.collapsed){
   color: #78c043;
  /* background-color: #f1f9ec !important; */
   background-color: #fff;
    box-shadow: none !important;
}

.hp-faq .accordion-item {
  border-radius: 0.5rem !important;
}
.accordion-body {
  padding-top: 0;
}

.hp-faq .accordion-button:not(.collapsed)::after {
  background-image: url(../images/accordion-after.svg);
}
.hp-faq .accordion .accordion-item {
    border: none !important;
}
.faq-cta {
  color: #78c043;
  font-weight: 500;
  text-decoration: underline;
}

.hp-contact-form{
    padding: 72px 0;
    margin-top: 72px;
}
.hp-contact-info{
    padding: 0px 0px 72px 0px;
}
.ci-div{
    padding: 2.5rem !important;
    /* background-color: rgba(248, 248, 248, 0.9); */
    background-color: rgba(120, 192, 67, 0.1);
    border: 1px solid #e2e8f0;
    border-radius: 0.4rem;
}
.ci-div h5{
  font-weight: 700;
}
.ci-div a{
  color: inherit;
  font-weight: 500;
}
.ci-div a:hover{
  color: #78c043;
}
.ci-div .material-icons{
  font-size: 32px;
}

.hp-map iframe{

}

.cf-card{
  border: none !important;

}
.cf-card .card-header{
    background: none !important;
}

.ai-blogs{
  padding: 72px 0;
}
.filter-button-group > .btn-link {
  color: #121519;
  font-weight: 600;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 1rem !important;
  border-radius: 50px;
  text-decoration: none;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  will-change: opacity;
}
.button:active,
.button.is-checked {
  background-color: #78c043;
  color: #fff;
}

.filter-button-group > .btn-link:hover, 
.filter-button-group > .btn-link:focus, 
.filter-button-group > .btn-linkactive {
  opacity: 1;
}
.filter-button-group :not(.btn-check)+.btn:active{
  color: #121519;
}
/* .button:hover {
  background-color: #8CF;
  color: #222;
} */
.blog-card{
  overflow: hidden !important;
  border: 0;
  -webkit-box-shadow: inset 0 0 0 1px rgba(177, 177, 180, 0.3);
  box-shadow: inset 0 0 0 1px rgba(177, 177, 180, 0.3);

}
[data-img-height] {
  position: relative;
  display: block;
}
[data-img-height]::before {
  content: "";
  display: block;
  padding-top: var(--img-height);
}
[data-img-height] img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "object-fit: cover";
  -o-object-fit: cover;
  object-fit: cover;
}
.card-hover-zoom img{
  -webkit-transition: -webkit-transform 150ms linear;
  transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
}
.card-hover-zoom .card-img {
  display: block;
  overflow: hidden;
  
    transition: -webkit-transform 150ms linear;
    transition: transform 150ms linear;
    transition: transform 150ms linear, -webkit-transform 150ms linear;
}
.card-hover-zoom:hover img{
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.blog-card .card-body{
  padding: 2rem 2rem;
}
.blog-card h4{
  font-weight: 700;
  -webkit-transition: color 150ms linear;
  transition: color 150ms linear;
}
.blog-card:hover h4 {
  color: #78c043;
}
.badge-blog{
  background-color: #0c4d8e;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  padding: 6px 9px;
  margin-left: 20px !important;
  margin-top: 20px !important;
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  z-index: 1;
}
.hp-footer{
    background-color: #202124;
    /* background-color: rgba(32, 33, 36, 0.9); */
    padding-top: 3.5rem;
}
.ai-footer-logo {
  width: auto;
  height: 96px;
  margin-bottom: 1.6rem !important;
}
.footer-div h5{
    color: #fff;
    margin-bottom: 1.6rem !important;
    font-weight: 600;
}
.footer-div a, .footer-div p, .footer-div span{
    color: #c5c6cc;
}
.footer-div li > div > svg {
    width: 18px !important;
    height: 18px !important;
}
.social-icons{
    display: inline-block !important;
}
.social-icon{
    width: 44px;
    height: 44px;
    /* border-radius: 50px !important; */
    border-radius: 0.2rem;
    background-color: #3c3e41;
    position: relative;
    display: inline-block;
    text-align: center;
    transition: all .2s ease-in-out;
}
.social-icon > svg {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 2;
    font-size: 44px;
    color: #fff;
    width: 24px;
    height: 24px;
}
.footer-hr{
    color: #85878a;
    opacity: 0.1 !important;
}
.copyright-text{
    color: #c5c6cc;
}

.back-to-top{
    background-color: #78c043;
    position: fixed;
    right: 24px;
    bottom: 24px;
    color: #fff;
    flex-shrink: 0;
    height: 3rem;
    width: 3rem;
    padding: 0;
    display: block;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    text-decoration: none;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
    transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,box-shadow .2s ease-in-out;
  }
  .back-to-top > i{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    font-size: 1.75rem;
    z-index: 2;
  }

  .hp-breadcrumbs{
    background-image: url(../images/breadcrumbs-bg.jpg);
    padding: 64px 0;
    color: #fff;
    position: relative;
    margin-top: 96px;
    background-size: cover !important;
    background-position: center;
  }
  .hp-breadcrumbs::after {
    background-color: rgba(0, 0, 0, 0.5) !important;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.hp-breadcrumbs h1{
    font-weight: 600;
    color: #fff;
}
.h-200px {
    height: 200px !important;
}
.mt-n5 {
    margin-top: -2.5rem !important;
}
.hp-doors {
  padding: 72px 0;
  /* margin-top: 90px; */
  /* background-color: rgba(249, 250, 251, 0.9); */
  background-color: #fff;
}
.hp-doors .card.hp-door {
  border: none !important;
}
.hp-doors h3 {
  font-weight: 700;
}
.tank-details{
  padding: 72px 0;
  margin-top: 90px;
}
.tank-details .card{
  border: none !important;
} 
.pro-card-outer {
  border: 1px solid #dce0e5;
  border-radius: 0.75rem;
}
.hp-doors .pro-card{
  border-radius: 0.5rem;
}
.hp-doors .pro-name {
  color: #121519 !important;
  font-weight: 700;
}
.tank-details .btn-prev, .tank-details .btn-next {
  background-color: #121519;
  border-color: #121519;
  color: #fff;
}
.tank-details .btn-prev:not(.bg-transparent):hover, .tank-details .btn-next:not(.bg-transparent):hover {
  color: #fff !important;
    background-color: #121519 !important;
    border-color: #121519;
    box-shadow: 0 0.5rem 1.125rem -0.5rem rgba(0, 0, 0, 0.9);
}

.tank-details .swiper-button-disabled{
  background-color: #121519 !important;
  color: #fff !important;
  border-color: #121519 !important;
  opacity: 0.65 !important;
}
.tank-info {

}
.tank-info h2{
  font-weight: 700;
}
.tank-info h4{
  font-weight: 700;
  font-size: 2rem;
}
.tank-cat {
  background-color: #f8f8f8;
  border: 1px solid #dcdfe3;
  color: #121519;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.25px;
  border-radius: 0.2rem;
  padding: 0.4rem 0.8rem;
}
.tank-info .badge {
  background-color: rgba(120, 192, 67, 0.2);
  border: 1px solid #78c043;
  color: #78c043;
  font-size: 14px;
  border-radius: 0.2rem;
}
.similar-products {
  padding: 72px 0;
  /* background-color: rgba(249, 250, 251, 0.9); */
}
.similar-products .pro-name{
  color: #121519 !important;
  font-weight: 700;
}
.similar-products h5 > a:hover {
  color: #78c043 !important;
}

.machine-overview{
  padding: 72px 0;
}
.machine-overview-info{
  background-color: rgba(12, 77, 142, 0.1);
}
.machine-overview-info h3{
  font-weight: 700;
}
.machine-overview-info h5{
  font-weight: 600;
}
.machine-overview-text h3{
  font-weight: 700;
}
.machine-overview-info h5{
  font-weight: 600;
}
.benefits-artec-machines{
  padding: 72px 0;
  background-color: rgba(12, 77, 142, 0.1);
}
.machine-benefit-card{
  border: none !important;
  border-radius: 25px;
}
.machine-benefit-card .card-body i{
  /* width: 36px;
  height: 36px; */
  color: #0c4d8e !important;
  font-size: 48px;
  display: block;
  margin-bottom: 1rem;
}
.machine-benefit-card-bg{
  background-color: #0c4d8e;
  color: #fff;
  border: none !important;
  border-radius: 25px;
}
.machine-benefit-card-bg .card-body i{
  /* width: 36px;
  height: 36px; */
  font-size: 48px;
  display: block;
  margin-bottom: 1rem;
}
.artec-industry{
  padding: 72px 0;
}
.industry-icon{
  width: auto;
  height: 80px;
}
.industry-card.card{
  border: 0 !important;
  border-radius: 1rem !important;
  text-align: center;
  /* -webkit-transition: all 150ms linear;
  transition: all 150ms linear; */
}
.industry-card .card-img{
  border-radius: 1rem !important;
  /* -webkit-transition: -webkit-transform 150ms linear;
  transition: transform 150ms linear, -webkit-transform 150ms linear;
  will-change: transform; */
}
.industry-card.card:hover img{
  /* transform: scale(1.05); */
}
.industry-card.card.overflow-hidden {
  will-change: transform;
}
.industry-card  .industry-card-img-scale{
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  position: relative;
  overflow: hidden;
  border-radius: 1rem !important;
}
.industry-card-img-scale img {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: scale(1.001);
  transform: scale(1.001);
}
.industry-card.card:hover img {
  -webkit-transform: scale(1.03);
  transform: scale(1.03);
}
.industry-card h4{
  font-weight: 700;
  margin-top: 0.5rem;
}
.technical-specifications{
  padding: 96px 0;
  background-color: rgba(12, 77, 142, 0.1);
  border-top-left-radius: 8rem;
  border-bottom-right-radius: 8rem;
}
.ts-card{
  border-radius: 2rem;
}

.ts-card img{
  border-radius: 2rem 2rem 0rem 2rem;
  max-width: 100%;
  height: auto;
}
.ts-card .card-body{
  padding: 2rem;
}
.ts-card h4{
  font-weight: 700;
}
.bg-parallax{
  height: 750px !important;
}

.machine-in-action{
  padding: 72px 0;
  background-color: rgba(12, 77, 142, 0.1);
}
.machines-video{
  /* background-image: linear-gradient(118deg, #78c04335 18.82%, #0c4d8e35 86.26%); */
  background-color: #fff;
  padding: 1.5rem 1rem;
  border-radius: 0.5rem;
}
.video-testimonial-block {
  position: relative;
  width: 100%;
  /* height: 560px; */
  overflow: hidden !important;
}
.video-testimonial-block .video-thumbnail {
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 1;
  background-size: cover;
  top: 0;
  left: 0;
}
.machine-in-action h4{
  font-weight: 700;
}
.video-testimonial-block .video-play {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -18px;
  text-decoration: none;
}
.video-play {
  width: 64px;
  height: 64px;
  color: #212121;
  background-color: #fff;
  /* background-color: rgba(255, 255, 255, .5); */
  border-radius: 50% !important;
  position: relative;
}
.center-it {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.video-testimonial-block .video-play:hover {
  background-color: #fff;
  color: #78c043;
}
@media (min-width: 1200px) {
  .h2, h2 {
      font-size: 2.5rem;
  }
  .ai-clients img{
    width: 154px;
  }
}

@media (min-width: 992px) {
    .h-lg-400px {
        height: 400px !important;
    }
    .benefits-images{
      margin-left: -4.5rem !important;
    }
}

@media (min-width: 576px) {
    .mt-sm-n7 {
        margin-top: -4rem !important;
    }
    .hp-collections .nav{
      justify-content: center !important;
    }
}

@media (min-width: 768px) {
    .mt-md-n8 {
        margin-top: -8rem !important;
    }
    .content-space-md-1 {
      padding-top: 4rem !important;
      padding-bottom: 4rem !important;
    }
    .w-md-100 {
      width: 100% !important;
    }
    .iso-div img {
      height: 84px;
  }
}

@media (max-width: 767.98px) {
  .navbar-toggler{
    border-color: #78c043;
    background-color: #78c043;
  }
  .navbar-toggler:focus{
    box-shadow: none !important;
  }
  .banner-end::after {
    height: 80%;
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(120, 192, 67, .1) 0);
  }

  .w-85 {
    width: 85% !important;
  }
  .tank-capacity{
    margin-top: -3rem !important;
  }
  .hp-collections .nav{
    justify-content: center !important;
  }
  .iso-div img {
    height: 90px;
}
  .about-info .border-end{
    border: none !important;
  }
}

@media (max-width: 380px) {
  .mt-xs-1{
    margin-top: 1rem;
  }
  .hp-collections .nav, .hp-products .nav{
    justify-content: center !important;
  }

}