/*Factory Section CSS*/

  section.factory-images-section {
    position: relative;
    padding: 60px 0px;
}
section.factory-images-section .factory-images-img {
    position: relative;
    margin-bottom: 20px;
}

section.factory-images-section .factory-images-img.factory-images-big-img {
    height: 400px;
}

section.factory-images-section .factory-images-img.factory-images-big-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

section.factory-images-section .factory-images-img.factory-images-small-img {
    height: 300px;
}

section.factory-images-section .factory-images-img.factory-images-small-img img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.factory-images-img a:before {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    margin: auto;
    width: 0%;
    height: 0%;
    background: linear-gradient(0deg, #000000 5%, transparent 50%);
    opacity:0;
    z-index:1;
    transition: 0.5s;
}
.factory-images-img:hover.factory-images-img a:before {
    opacity: 1;
    transition: 0.5s;
    height:100%;
    width:100%;
}
.factory-images-img a:after {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    margin: auto;
    width: 40px;
    height: 40px;
    background: url(/images/factory-search.png) !important;
    transition: 0.5s;
    background-repeat: no-repeat !important;
    background-size: 100% 100% !important;
    opacity:0;
    z-index:1;
    transition: 0.5s;
}
.factory-images-img:hover.factory-images-img a:after {
    opacity: 1;
    transition: 0.5s;
}
.factoru-images-section-cont {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    padding: 20px;
    opacity:0;
    z-index:1;
    transition: 0.5s;
}
.factory-images-img:hover .factoru-images-section-cont{
    opacity:1;
    transition: 0.5s;
}

.factoru-images-section-cont h3 {
    font-size: 16px;
    color: var(--color2);
    font-weight: 500;
}

.factoru-images-section-cont h2 {
    font-size: 22px;
    color: var(--color2);
    font-weight: 500;
}


@media(max-width: 767px){
    
    .section-heading .sub-heading {
        text-align: center !important;
    }
    
    section.factory-images-section {
        padding: 30px 0;
    }
    
    section.factory-images-section .factory-images-img.factory-images-big-img, section.factory-images-section .factory-images-img.factory-images-small-img {
        height: 170px;
    }
    
    .factory-images-img a:before {
        opacity: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(0deg, #000000 15%, transparent 80%);
    }

    .factoru-images-section-cont {
        opacity: 1;
        padding-bottom: 10px;
    }
    
    .factoru-images-section-cont h2 {
        font-size: 15px;
    }
    
    .factoru-images-section-cont h3 {
        font-size: 12px;
        margin-bottom: 2px;
    }
    
    .factory-images-img a:after {
        bottom: unset;
        left: unset;
        opacity: 21;
    }

        .video-section {
          padding: 30px;
      }
      
      .video-thumbs-wrap {
          margin-bottom: 0;
      }
      
      .video-thumbs-wrap .owl-dots {
          display: none;
      }
      
      .play-btn {
          width: 60px;
          height: 60px;
          margin-top: 0;
      }
      
      .section-heading .defalt-heading {
          text-align: center;
      }


    
}

@media(min-width: 768px) and (max-width: 992px){
 
    
    
}

/*Video Section */

    .video-section{
        position:relative;
        background-size:cover;
        background-position:center;
        padding:100px 0 60px;
        color:#fff;
        /*overflow:hidden;*/
    }
    .video-section::before{
        content:"";
        position:absolute;
        inset:0;
        background:rgba(0,0,0,.55);
        z-index:1;
    }
    .video-section .container{position:relative; z-index:2;}
    .heading-h{font-weight:700; text-transform:uppercase;}
    .play-btn{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        width:80px;
        height:80px;
        background:#1e9cf0;
        border-radius:50%;
        margin-top:30px;
        position:relative;
        cursor:pointer;
    }
    .play-ring{
        position:absolute;
        inset:-10px;
        border:2px solid rgba(255,255,255,.5);
        border-radius:50%;
    }
    
    .play-btn.hide{ display:none; }
 
    .main-bg-video{
        position:absolute;
        inset:0;
        width:100%;
        height:100%;
        object-fit:cover;
        z-index:0;
        display:none;
    }
    .main-bg-video.playing{
        display:block;
    }
 
    .video-thumbs-wrap{
        margin-top:40px;
        padding:0 15px;
    }
    .video-thumb-item{
        position:relative;
        border-radius:0px;
        overflow:hidden;
        cursor:pointer;
        border: 10px solid transparent;
        transition:.3s;
        background: #E6E6E6;
    }
    .video-thumb-item img{
        width:100%;
        height: 250px;
        object-fit:cover;
        display:block;
    }
    .video-thumb-item .thumb-play{
        position:absolute;
        top:50%;
        left:50%;
        transform:translate(-50%,-50%);
        width:40px;
        height:40px;
        background:#1e9cf0;
        border-radius:50%;
        display:flex;
        align-items:center;
        justify-content:center;
    }
    .video-thumb-item .thumb-play::after{
        content:"";
        border-left:12px solid #fff;
        border-top:7px solid transparent;
        border-bottom:7px solid transparent;
        margin-left:3px;
    }
 
    .video-thumbs-wrap .owl-dots{
        margin-top:20px;
        text-align:center;
    }
    .video-thumbs-wrap .owl-dot span{
        width:10px;
        height:10px;
        margin:0 5px;
        background:rgba(255,255,255,.4);
        border-radius:50%;
        display:block;
    }
    .video-thumbs-wrap .owl-dot.active span{
        background:#1e9cf0;
    }
    .video-thumbs-wrap .owl-nav{display:none;}
 
    .my-video-row {
        position: absolute;
        bottom: -300px;
        top: auto;
        left: 0;
        right: 0;
        margin: auto;
        z-index:5;
        pointer-events:auto;
    }
    
/*About Company CSS */
    
 .about-company {
      background-color: #ffffff;
      padding: 300px 0px 60px 0px;
    }

.about-company .about-company__eyebrow-bar {
  display: inline-block;
  width: 10px;
  height: 16px;
  background-color: #1E6EE7;
  margin-right: 8px;
  transform: skewX(-15deg);
}

.about-company .about-company__eyebrow-text {
  color: #1E6EE7;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.about-company .about-company__title {
  color: var(--h-color);
  font-weight: 700;
  font-size: 40px;
  line-height: normal;
  text-transform: capitalize;
  font-family: 'Unbounded' !important;
}

.about-company .about-company__desc {
  color: #74787C;
  font-size: 16px;
  line-height: 1.8;
  max-width: 520px;
  font-weight: 400;
}

.about-company .about-company__stat-label {
  color: #10182c;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

.about-company .about-company__stat-value {
  color: #10182c;
  font-size: 13px;
  font-weight: 700;
}

.about-company .about-company__progress {
  width: 100%;
  height: 6px;
  background-color: #dbe4ff;
  border-radius: 999px;
  overflow: hidden;
}

.about-company .about-company__progress-bar {
  height: 100%;
  background-color: #1E6EE7;
  border-radius: 999px;
}

.about-company .about-company__media {
  width: 100%;
  border-radius: 6px;
  overflow: hidden;
}

.about-company .about-company__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  display: block;
}

@media (max-width: 991.98px) {
  .about-company .about-company__title {
    font-size: 30px;
  }

  .about-company .about-company__desc {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .about-company .about-company__title {
    font-size: 26px;
  }

  .about-company .about-company__desc {
    font-size: 14px;
    line-height: 20px;
  }

  .about-company .about-company__stat-label {
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .about-company .about-company__title {
    font-size: 22px;
  }

  .about-company .about-company__eyebrow-text {
    font-size: 12px;
  }

  .about-company .about-company__stat-label {
    font-size: 11px;
    letter-spacing: 0.2px;
  }
}


/*Testimonial CSS*/

 .testimonial-section{
    padding: 60px 0px;
    overflow:hidden;
  }
 
  .avatar-stack{
    display:flex;
    align-items:center;
  }
 
  .avatar-stack .avatar-img{
    width:44px;
    height:44px;
    border-radius:50%;
    object-fit:cover;
    border:2px solid #fff;
    margin-left:-14px;
    background-color:#e9e9e9;
  }
 
  .avatar-stack .avatar-img:first-child{
    margin-left:0;
  }
 
  .avatar-count{
    width:44px;
    height:44px;
    border-radius:50%;
    background-color: var(--btn-color);
    color:#fff;
    font-size:13px;
    font-weight:700;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-left:-14px;
    border:2px solid #fff;
  }
 
  .trusted-text{
    margin-left:14px;
  }
 
  .trusted-text .line-1{
    font-size: 14px;
    color: var(--h-muted);
    margin-bottom:2px;
    font-family: 'Outfit' !important;
    font-weight: 600;
  }
 
  .trusted-text .line-2{
    font-size:14px;
    font-weight: 600;
    color: var(--h-color);
  }
 
  .btn-quote{
    background-color:var(--brand-blue);
    color:#fff;
    font-size:13px;
    font-weight:700;
    letter-spacing:0.4px;
    padding:16px 26px;
    border-radius:6px;
    display:inline-flex;
    align-items:center;
    gap:14px;
    text-decoration:none;
    white-space:nowrap;
  }
 
  .btn-quote:hover{
    color:#fff;
    background-color:#1859ad;
  }
 
  .btn-quote .divider{
    width:1px;
    height:16px;
    background-color:rgba(255,255,255,0.4);
  }
 
  .quote-wrapper{
    margin-top:50px;
    position:relative;
    padding-right:60px;
  }
 
  .quote-wrapper .owl-carousel{
    width:100%;
  }
 
  .quote-wrapper .owl-stage-outer{
    overflow:hidden;
  }
 
  .quote-text{
    font-size: 20px;
    line-height: 35px;
    color: var(--h-color);
    margin-bottom:26px;
    max-width:620px;
    font-weight: 500;
    font-family: 'Unbounded' !important;
  }
 
  .author-name{
    font-size: 16px;
    font-weight:700;
    color: var(--h-color);
    margin-bottom:2px;
  }
 
  .author-role{
    font-size:14px;
    font-weight: 600;
    color: var(--btn-color);
  }
 
  .quote-wrapper .owl-dots{
    position:absolute;
    top: 0;
    right:0;
    display: flex !important;
    flex-direction:column;
    gap: 30px;
    left: auto;
    bottom: auto;
    margin: auto;
    align-items: center;
  }
 
  .quote-wrapper .owl-dots .owl-dot.active span{
    /* width: 20px !important; */
    /* height: 20px !important; */
    border-radius:3px;
    background-color:var(--brand-blue);
  }
 
  .partners-label-row{
    margin-top: 30px;
    display:flex;
    align-items:center;
    gap:20px;
  }
 
  .partners-label{
    font-size: 16px;
    font-weight:600;
    color: var(--h-color);
    white-space:nowrap;
  }
 
  .partners-line{
    flex:1;
    height:1px;
    background-color:#e2e2e2;
  }
 
  .partners-carousel{
    margin-top:34px;
  }
 
  .partner-logo-item{
    display:flex;
    align-items:center;
    justify-content:center;
    height: 120px;
  }
 
  .partner-logo-item img{
    max-height: 100px;
    max-width:100%;
    object-fit:contain;
  }
  .testimonial-section .owl-dots .owl-dot {
        height: 10px;
        width: 10px;
        background: #D9D9D9;
        border-radius: 0px;
    }
    
    .testimonial-section .owl-dots .owl-dot.active {
        height: 20px;
        width: 20px;
    }
  @media (max-width: 991px){
    .quote-wrapper{
      padding-right:0;
      padding-bottom:50px;
      margin-top: 30px;
    }
 
    .quote-wrapper .owl-dots{
      position:static;
      flex-direction:row;
      justify-content:center;
      margin-top:26px;
    }
 
    .quote-text{
      font-size: 20px;
      max-width:100%;
      line-height: 30px;
    }
 
    .top-row{
      flex-direction:column;
      align-items:flex-start !important;
      gap:20px;
    }

    section.factory-images-section .factory-images-img.factory-images-big-img {
        height: 280px;
    }
    
    section.factory-images-section .factory-images-img.factory-images-small-img {
        height: 200px;
    }
    
    .factoru-images-section-cont {
        opacity: 1;
    }
    
    .factory-images-img a:before {
        opacity: 1;
        height: 100%;
        width: 100%;
    }
    
    .factory-images-img a:after {
        opacity: 1;
        bottom: unset;
        left: unset;
    }
    
    .factoru-images-section-cont h2 {
        font-size: 16px;
    }
    
    .factoru-images-section-cont h3 {
        font-size: 13px;
    }
    
    .video-section {
        padding: 30px 0;
    }

  }
 
  @media (max-width: 575px){
      .quote-text{
        font-size: 14px;
        line-height: 22px;
      }
   
      .btn-quote{
        padding:14px 20px;
        font-size:12px;
      }
   
      .partners-label-row{
        margin-top:40px;
      }
  
      .trusted-text {
        margin-left: 0;
        margin-top: 10px;
    }
  }