
.sub-banner1{
    background-image: url(../images/about/banner-img1.webp);
}

.sub-bannerblog1{
    background-image: url(https://novasysgreen.com/assets/images/blog/1.jpg);
}

.sub-bannerblog2{
    background-image: url(https://novasysgreen.com/assets/images/blog/2.jpg);
}

.sub-bannerblog3{
    background-image: url(https://novasysgreen.com/assets/images/blog/3.jpg);
}

.sub-bannerblog4{
    background-image: url(https://novasysgreen.com/assets/images/blog/4.jpg);
}

.sub-bannerblog5{
    background-image: url(https://novasysgreen.com/assets/images/blog/5.jpg);
}

.sub-bannerblog6{
    background-image: url(https://novasysgreen.com/assets/images/blog/6.jpg);
}


.sub-bannerblog7{
    background-image: url(https://novasysgreen.com/assets/images/blog/7.jpg);
}

.sub-bannerblog8{
    background-image: url(https://novasysgreen.com/assets/images/blog/8.jpg);
}

.sub-bannerblog9{
    background-image: url(https://novasysgreen.com/assets/images/blog/9.jpg);
}


.sub-banner-gallery{
    background-image: url(../images/gallery/galery-banner.webp);
}
.sub-banner-videogallery{
    background-image: url(../images/gallery/video-gallery/videogallery-banner.webp);
}
.we-are ul{
    padding-left: 0;
    margin-bottom: 2rem;
    line-height: 36px;
    list-style-position: inside;
    list-style-type: square;
}

.we-are p{
    margin-top: 1.2rem;
}
.we-are .sub-text{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}

.we-img img{
    transition: .5s ease;
}

.we-img img:hover{
    transform: translate(-18px,-20px) ;
}

.degination {
    text-align: center;
    margin-bottom: 30px;
}
.degination h5{
    margin: 20px 0 0 0;
    font-size: 18px;
}
.b-radius{
    border-radius: 8px;
}
.testi-img{
    position: relative;
}
.small-img{
    position: absolute;
    top: 60%;
    right: 0;
    border: 4px solid #fff;
    border-radius: 12px;
}

 @-webkit-keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
  }
  @keyframes slide-left {
    0% {
      -webkit-transform: translateX(0);
              transform: translateX(0);
    }
    100% {
      -webkit-transform: translateX(-100px);
              transform: translateX(-100px);
    }
  }
  
.slide-left {
	-webkit-animation: slide-left 10s linear infinite alternate ;
	        animation: slide-left 10s linear infinite alternate ;
}
    

.testimonial ul{
    list-style: none;
    justify-content: center;
    margin-top: 6px;
}
.testimonial .slick-slide {
    padding: 20px 60px;
    background: #193185;
    border-radius: 12px;
    color: #fff;
}
.testimonial .slick-slide img {
    border: 2px solid #fff;
    border-radius: 50%;
}
 
  .testimonial .slick-track{
    padding-top: 41px;
   }
 
   .testimonial .slick-prev:before,.testimonial .slick-next:before {
    font-family: "Font Awesome 5 Free" !important;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    opacity: 1;
    color: #3e3e3e;
 }
.line{
    height: 1px;
    background: #c9c4c4;
    margin: 0 0 25px 0;
}
 .testimonial .slick-prev:before  {
    content: '\f053' !important;
 }
 .testimonial .slick-next:before  {
    content: '\f054' !important;
 }
 .testimonial .slick-next {
    right: -11px;
    top: 12rem;
 }
 
 .testimonial .slick-prev {
    left: -35px;
    top: 12rem;
 }
.testimonial p i {
    font-size: 16px;
    color: #fff;
 }
 .testimonial p .fa-quote-left{
    margin-right: 15px;
 }
 .testimonial p .fa-quote-right{
    margin-left: 15px;
 }
 



/*--------------- Modal video css start ---------- */
.video-testimonials .fa-quote-left, .video-testimonials .fa-quote-right{
    font-size: 18px;
    color: #f15922;
}
.video-testimonials p.designation {
    padding: 0;
    margin: 7px 0;
    text-align: center;
    font-size: 15px !important;
    font-weight: 600;
}
.video-testimonials span {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 1px;
}
.video-testimonials h4{
    position: relative;
    font-size: 21px;
}
.video-testimonials h4::after {
    content: "";
    position: absolute;
    left: 20%;
    bottom: -6px;
    height: 1px;
    width: 60%;
    background-color: #f15922;
}
.video-testimonials .fa-quote-left {
    margin-right: 9px;
}
.video-testimonials .fa-quote-right {
    margin-left: 10px;
}
.mt-20{
    margin-top: 20px;
}
.modal-sec{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 270px;
    position: relative;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}

.modal-sec2{
    background-image: url(../images/gallery/video-gallery/video-img1.png)
}
.modal-sec3{
    background-image: url(../images/gallery/video-gallery/video-img2.png)
}
.modal-sec4{
    background-image: url(../images/gallery/video-gallery/video-img3.png)
}
.wrapper {
    
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
  }
  
  .video-main {
    position: relative;
    display: inline-block;
  }
  .video:hover{
    color: white;
  
   
  }
  .video {
    line-height: 62px;
    text-align: center;
    border-radius: 100%;
    color: #fff;
    display: inline-block;
    background: rgba(255, 0, 0, 0.75);
    width: 60px;
    height: 60px;
    font-size: 19px;
    z-index: 999;
    transition: all 0.6s ease;
}
@keyframes waves {
    0% {

      transform: scale(0.2, 0.2);
      opacity: 0;
    
    }
    50% {
      opacity: 0.9;
  
    }
    100% {
    
      transform: scale(0.9, 0.9);
      opacity: 0;

    }
  }
.waves {
    position: absolute;
    width: 150px;
    height: 150px;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0;
    border-radius: 100%;
    right: -43px;
    bottom: -46px;
    z-index: -1;
    animation: waves 3s ease-in-out infinite;
}
.wave-1 {
    animation-delay: 0s;
}
.wave-2 {
    animation-delay: 1s;
}
.wave-3 {
    animation-delay: 2s;
}
/*--------------- Modal video css end ---------- */
/* ------------- about sec start------------ */
.radius-img{
    border-radius: 12px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.process-sec{
    background: #eaeaea;
    
}
.process-sec .future{
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border: none;
}
.process-sec .future p{
    font-weight: normal;
    text-align: left;
    line-height: 22px
}
.about-sec h6{
line-height: 26px;
}


/* ------------- about sec end------------ */
    
