section.common_banner .banner-title{
    background: linear-gradient(to right, #000000, #00000047);
    align-items: flex-start;
    text-align: left;
    height: 100%;
}
section.common_banner h1{
    color: var(--white-color);
    font-weight: 700 !important;
    width: 50% !important;
}
section.common_banner .banner-title strong{
    color: #fff;
}
section.common_banner .main-btn{
    border-radius: 30px;
    max-width: 100% !important;
    display: inline;
}
section.common_banner .banner-title p{
    width: 60%;
    margin-bottom: 20px;
}
section.common_banner .banner-title{
    height: 100%;
}
section.common_banner img{
    height: 100%;
}
section.common_banner .course-head-1 h1{
    font-size: 32px;
}

/* section why choose us */

section.why-choose {
    background: var(--white-color);
}
section.why-choose .img-sec{
    position: relative;
}
section.why-choose .cont-sec ul{
    padding-left: 30px;
}
section.why-choose .cont-sec h2{
    font-size: 32px;
}
section.why-choose .cont-sec ul li{
    list-style: disc;
}
section.why-choose .img-sec img{
    width: 100%;
    height: 520px;
    object-fit: cover;
    border-radius: 20px;
}
section.why-choose .img-cont{
    position: absolute;
    bottom: 0;
    right: 0;
    background: rgb(78 78 78 / 20%);
    backdrop-filter: blur(5px);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 20px;
    width: 50%;
    display: none;
}
section.why-choose .img-cont p{
    font-size: var(--f14);
    text-align: center;
}
section.why-choose .img-cont h3{
    color: var(--white-color);
}
section.why-choose .cont-sec p{
    color: var(--black-color);
    margin-bottom: 0;
} 
section.why-choose p.p-why {
    background: var(--heading-color);
    color: #fff !important;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
    margin-top: 30px;
}
section.why-choose .modal-content{
    padding-top: 30px;
}
section.why-choose .modal-content h2{
    margin-bottom: 30px;
    font-size: 22px;
}
section.why-choose .modal-content .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
}
section.why-choose .icon{
    border-radius: 50%;
    height: 70px;
    width: 70px;
    padding: 10px;
    border: 2px dashed #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
    margin-bottom: 15px;
}
section.why-choose .icon i{
    color: var(--heading-color);
    background: var(--white-color);
    padding: 10px;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    justify-self: center;
}
section.why-choose .points li i{
    color: var(--white-color);
    background: var(--heading-color);
    border-radius: 50%;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
section.why-choose .points li{
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}
section.why-choose .main-btn{
    max-width: 100%;
}

/* Our Offering  */
section.offerings{
    background: var(--white-color);
}
section.offerings .row{
    justify-content: space-between;
}
section.offerings .col-4{
    padding: 25px;
    border: 1px solid #A5A5A4;
    border-radius: 10px;
    width: 32%;
    margin-bottom: 20px;
}
section.offerings .col-4:nth-child(odd){
    background: var(--lt-color);
}
section.offerings .col-4:nth-child(even){
    background: var(--alternate-color);
}
.offering-card h3{
    font-size: 22px;
    position: relative;
}
.offering-card h3::before{
    content: '';
    position: absolute;
    bottom: -10px;
    width: 80%;
    height: 1px;
    background: var(--heading-color);
    z-index: 4;
}
.offering-card p{
    color: #000;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0;
    margin-top: 10px;
}
.offering-card li{
    font-weight: 600;
    font-size: 14px;
}
.offering-card li i{
    padding: 2px;
    border-radius: 50%;
    border: 1px dashed var(--heading-color);
    margin-bottom: 10px;
}
.offering-card .icon img{
    width: 32px;
    height: 32px;
}
.offering-card .icon{
    text-align: center;
    margin-bottom: 25px;
}

.head{
    margin-bottom: 40px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.head h2{
    color: var(--heading-color);
    font-size: 28px;
}
.head p{
    color: var(--black-color);
    font-size: var(--f15);
    width: 70%;
    text-align: center;
}
a.learn {
    margin-top: 15px;
    display: inline-block;
    color: var(--heading-color);
}

/* cta section start */

section.cta{
    background: url(../images/molecule.jpg);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right;
  }
  section.cta .container{
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  section.cta .cta-cont{
    width: 50%;
    background: #00000065;
    padding: 20px;
    border-top: 4px solid var(--white-color);
  }
  section.cta .cta-cont span{
    color: var(--white-color);
    position: relative;
    font-size: 15px;
    padding-left: 80px;
    margin-bottom: var(--m20);
    display: block;
  }
  section.cta .cta-cont span::before{
    content: '';
    position: absolute;
    width: 70px;
    height: 2px;
    background: var(--white-color);
    left: 0;
    top: 12px;
  }
  section.cta .cta-cont p{
    color: #fff;
  }



  /* video cta */


/* section video banner */
section.video-banner{
    height: 70vh;
    padding: 0;
    position: relative;
}
.VJL48qbQzWENTFAh1Knk.f3c_Dda7HKHqraeedxG1{
    display: none !important;
}
section.video-banner .video-cont{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 45 98 / 90%);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.video-cont p {
 margin: auto;
 color: var(--white-color);
 text-transform: capitalize;
 font-size: var(--f16);
}
.video-cont h2{
    color: var(--white-color);
}
section.video-banner .video-cont .container {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
section.video-banner video{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 980px){
    section.common_banner img{
        height: 60vh;
    }
    section.common_banner .banner-title{
        height: 60vh;
        justify-content: center;
    }
    .course-head-1{
        margin-top: 150px;
    }
    section.why-choose .col-6{
        width: 100%;
    }
    section.offerings .col-4{
        width: 49%;
    }
    section.video-banner{
        height: 100%;
    }
    section.video-banner .video-cont{
        padding: 40px 0;
    }
    .video-cont h2{
        font-size: 28px;
    }
}

@media (max-width: 540px){
    section.common_banner img{
        object-position: 75%;
    }
    section.common_banner .banner-title p{
        width: 100%;
    }
    section.why-choose .img-sec img{
        height: auto;
    }
    section.why-choose .cont-sec h2{
        margin-top: 20px;
        font-size: 25px;
    }
    section.video-banner{
        height: 100%;
    }
    section.video-banner video{
        height: 730px;
    }
    section.common_banner .banner-title{
        height: 730px;
        padding-bottom: 30px;
    }
    section.common_banner img{
        height: 730px;
    }
    section.offerings .col-4{
        width: 100%;
    }
    .video-cont h2{
        font-size: 22px;
    }
    section.video-banner{
        height: 50vh;
    }
    section.video-banner .video-cont .container{
        width: 100%;
    }
    section.why-choose .img-cont{
        width: 100%;
    }
    section.common_banner .banner-title h1{
        width: 100% !important;
    }
    .course-head-1{
        margin-top: 100px;
    }
}