#set-height {
  display: block;
  height: 24800px;
}

/*--------------------------
     height: 13500px;
---------------------------*/

#v0 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
p font-family helvetica {
  font-size: 24px;
}

.section {
  position: relative;
  min-height: 100vh;
}

.scene {
    position: absolute;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    &--active {
      position: fixed;
    }
    &--ended {
      position: absolute;
      bottom: 0;
      top: auto;
    }
  }

.scroll-video {
  &__video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}



@media only screen and (min-width: 176px) and (max-width: 767px) {
.mobile-section {
 
    display: none;
  
}
}



/*----------------------
    About
-----------------------*/
.about .heading {
  margin-bottom: 25px;
}

.about .carousel-wrap {
  position: relative;
  padding-right: 40px;
}

.about .carousel-wrap .carousel-arrows .owl-nav .owl-prev,
.about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
  bottom: 28px;
  top: auto;
  transform: translateY(0);
  color: rgba(255, 255, 255, 0.5);
}

.about .carousel-wrap .carousel-arrows .owl-nav .owl-prev:hover,
.about .carousel-wrap .carousel-arrows .owl-nav .owl-next:hover {
  color: #fff;
}

.about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
  right: 200px;
}

.about .carousel-wrap .counter-item {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 9;
  background-color: #ff7607;
  color: #ffffff;
  width: 200px;
  padding: 50px;
  text-align: left;
  margin: 0;
}

.about .carousel-wrap .counter-item .counter__icon {
  margin-bottom: 27px;
}

.about .carousel-wrap .counter-item h4 {
  font-size: 38px;
  margin-bottom: 10px;
}

.about .carousel-wrap .counter-item .counter__subtitle {
  font-size: 18px;
  font-weight: 500;
}

.about__text p {
  margin-bottom: 18px;
}

.about__text p:first-of-type {
  color: #222222;
  font-size: 17px !important;
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 28px;
}

.about__img {
  position: relative;
  padding-left: 35px;
  overflow: hidden;
}

.about__img:after {
  content: "";
  position: absolute;
  top: 115px;
  left: 0;
  width: 35px;
  height: 100%;
  z-index: -1;
  background-color: #ff7607;
}

.about-2 .features-list {
  margin-left: 35px;
}

.about-2 .btn__primary.popup-video {
  height: 70px;
  line-height: 68px;
}

.about-2 .btn__primary.popup-video:hover {
  background-color: #ff7607;
  color: #ffffff;
}

.about-2 .about__img {
  opacity: 0;
  transition: opacity 0.4s, transform 0.75s;
  -webkit-transition-delay: 1s;
  -moz-transition-delay: 1s;
  -ms-transition-delay: 1s;
  -o-transition-delay: 1s;
  transition-delay: 1s;
  -webkit-transform: scale(0.95) translateY(30px);
  -moz-transform: scale(0.95) translateY(30px);
  -ms-transform: scale(0.95) translateY(30px);
  -o-transform: scale(0.95) translateY(30px);
  transform: scale(0.95) translateY(30px);
}

.about-2 .about__img.animated-img {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
  -moz-transform: scale(1) translateY(0);
  -ms-transform: scale(1) translateY(0);
  -o-transform: scale(1) translateY(0);
  transform: scale(1) translateY(0);
}

@media only screen and (min-width: 991px) and (max-width: 1289px) {

  .about__img {
    margin-left: -350px;
        margin-top: -300px;
  }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .about-2 .heading {
    margin-bottom: 0 !important;
  }

  .about-2 .heading .heading__title {
    margin-bottom: 0;
  }
  .about{
    margin-left: px;
  }
    .about__img {
    margin-left: 0px;
        margin-top: -200px;
  }

}

/* Mobile Phones and tablets */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .about .about__img {
    margin-left: 30px;
  }

  .about .about__img:before {
    left: 0;
  }

  .about-2 .heading {
    margin-bottom: 0 !important;
  }

  .about-2 .heading .heading__title {
    margin-bottom: 0;
  }
      .about__img {
    margin-left: 0px;
        margin-top: -200px;
  }
}

/* Custom Media in Mobile Phones */
@media only screen and (max-width: 450px) {
  .about .carousel-wrap .counter-item {
    position: static;
    margin-top: 20px;
  }

  .about .carousel-wrap {
    padding-right: 0;
  }

  .about .carousel-wrap .carousel-arrows .owl-nav .owl-next {
    right: 0;
  }
}




body {
  margin: 0;
}

