.hero-sec {
    position: relative;
     z-index: 0;
}

.hero-sec .row{align-items: stretch;}
.hero-sec::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 1.99%, #2062E0 110.83%);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}

/* Columns */
.hero-sec .col-left {
  flex: 0 0 60%;
  padding: 100px 0 30px 0;
}
.hero-sec .col-right {
  flex: 0 0 35%;
  display: flex;
  justify-content: center;
}

/* Left Content */
.hero-banner-content {
    width: 100%;
    max-width: 690px;
}
.hero-heading {
  font-family: Urbanist;
  font-weight: 700;
  font-size: 86px;
  line-height: 96px;
  color: #FFFFFF;
  margin: 0 0 40px;
}
.hero-description {
   margin: 0 0 50px;
}
.hero-description p {
  font-family: Urbanist;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  margin: 0;
}

/* Right Video Box */
.video-box {
    
    display: flex;
    align-items: center;
    gap: 20px;
    width: 100%;
    max-width: 500px;
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.video-box video {
  width: 180px;
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio:16/12;
}

.video-box .video-thumb {
  width: 180px;  
  object-fit: cover;
  border-radius: 10px;
  aspect-ratio:1/1;
}
.video-content {
    width: calc(100% - 200px);
}
.video-heading {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 20px;
  line-height: 27px;
  color: #ffffff;
  margin: 0 0 20px;
}

.video-description{    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 15px;}



.video-btn {
  font-family: Urbanist;
  font-weight: 500;
  font-size: 15px;
  line-height: 100%;
  text-decoration: none;
  color: #5ADBFF;
  display:flex; align-items:center; gap:10px;
}



.video-btn svg {
   transition: all ease .3s; 
}
.video-btn:hover svg {
    transform:translateX(7px);
}


/* Hero-sec-end */





/* Video-banner-end */

/* Responsive Style  */

.gform_required_legend{display:none;}


@media (min-width: 2000px){
.hero-sec .col-right {
      position:relative;
  }
}

@media (max-width: 1500px){
	
.hero-sec .col-left {
    padding: 60px 0 30px 0;
	flex: 0 0 40%;
}

.hero-heading {
   
    font-size: 60px;
    line-height: 70px;
	margin-bottom:30px;
    
}
.hero-description{margin-bottom:30px;}

.hero-description p {
   
    font-size: 20px;
    line-height: 30px;
}	
	
  .video-box {
      max-width: 500px;
	  gap:15px;
  }
  .video-box .video-thumb,
.video-box video  {
    width: 200px;
}
  .video-content {
    width: calc(100% - 170px);
}
.video-btn {
    font-size: 14px;
}
.video-btn svg{height:13px;}
}

@media (max-width : 1199px){
	.video-box{max-width:450px;}
.hero-sec .col-left {
    padding: 60px 0 30px;
  }
  .hero-heading {
      font-size: 45px;
      line-height: 60px;
      margin: 0 0 30px;
  }
  .hero-description {
      margin: 0 0 40px;
  }
  .hero-description p {
      font-size: 18px;
      line-height: 28px;
  }
}

@media (max-width : 991px){
	
	    .video-box { max-width: 380px;}
	
    .video-heading {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 10px;
    }
        .video-box .video-thumb,.video-box video{ width: 150px; }
    .video-content {  width: calc(100% - 165px); }
	
	    .hero-heading {
        font-size: 36px;
        line-height: 42px;
        margin: 0 0 20px;
    }
}
	

@media (max-width : 767px){
	
	
	
	
	
  .hero-sec .col-left, .hero-sec .col-right {
      flex: 0 0 100%;
	  width:100%;
  }
      .hero-heading {
        font-size: 30px;
        line-height: 40px;
        margin: 0 0 20px;
    }
    .hero-description p {
      font-size: 16px;
      line-height: 26px;
    }
    .video-box {
    position: unset;
}
.hero-sec .col-right {
    padding: 30px 0 30px;
}

}

@media(max-width : 575px){
}




