/*Fonts ends here*/
/*body, html{
    height: 100%;
    min-height: 100%;
    min-height: -moz-available;
    min-height: -webkit-fill-available;
    min-height: fil-available;
}*/
body{
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin: 0;
    padding: 0;
    font-weight: normal;
    position: relative;
    overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Sansita', sans-serif;
    font-weight: 700;
}
h1{
    font-size: 80px;
    line-height: 82px;
}
h2{
    font-size: 54px;
    line-height: 62px;
}
h3, .secondary-heading{
    font-size: 48px;
    line-height: 62px;
}
h4, .tertiary-heading{
    font-size: 40px;
    line-height: 70px;
}
h5{
    font-size: 30px;
    line-height: 42px;
}
h5{
    font-size: 20px;
    line-height: 28px;
}
p{
    font-size: 20px;
    line-height: 35px;
    color: #626262;
}
ul{
    list-style-type: none;
    padding: 0;
    margin: 0;
}
a{
    transition: all .4s ease-in-out;
    text-decoration: none;
}
img{
    max-width: 100%;
}
button{
    background: transparent;
    border: 0;
    padding: 0;
    outline: 0;
}
.container-fluid{
    padding: 0 58px;
}
.ff-poppins{
    font-family: 'Poppins', sans-serif;
}
.fw-500{
    font-weight: 500;
}
.fw-600{
    font-weight: 600;
}
.color-white{
    color: #fff;
}
.color-000{
    color: #000;
}
.color-blue{
    color: #22215B;
}
.bg-white{
    background-color: #fff;
}
.bg-orange{
    background-color: #FF9E56;
}
.bg-gray{
    background-color: #EAE9E2;
}
.bg-yellow{
    background-color: #FFC10E;
}
.bg-blue{
    background-color: #161241;
}
.bg-cover{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.bg-contain{
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.text-justify{
    text-align: justify;
}
.primary-btn{
    min-width: 280px;
    height: 50px;
    border-radius: 50px;
    background-color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.secondary-btn{
    min-width: 280px;
    height: 50px;
    border-radius: 50px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-family: 'Poppins';
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    position: relative;
    overflow: hidden;
    transition: all .4s ease-in-out;
}
.primary-btn::after, .secondary-btn::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    transform: scale(0);
    left: 0;
    top: 0;
    transition: all .4s ease-in-out;
    border-radius: 50px;
}
.primary-btn:hover::after, .secondary-btn:hover::after{
    transform: scale(1.1);
    background-color: #FF9E56;
}
.primary-btn:hover, .secondary-btn:hover{
    color: #fff;
}
.primary-btn span, .secondary-btn span{
    position: relative;
    z-index: 1;
}
.yellow-dot{
    background-image: url('../images/yellow-dot.webp');
}
.orange-jupiter{
    background-image: url('../images/orange-jupiter.webp');
}
.orange-jupiter-big{
    background-image: url('../images/orange-jupiter-big.webp');
}
.yellow-sun{
    background-image: url('../images/yellow-sun.webp');
}
.small-cloud{
    background-image: url('../images/small-cloud.webp');
}
.gray-squiggle{
    background-image: url('../images/gray-squiggle.webp');
}
/*Header css start*/
.site-header{
    background-image: url('../images/h-white-strip.webp');
    background-position: bottom;
    padding: 30px 0;
    position: relative;
    z-index: 9;
}
.site-logoa{
    display: inline-block;
}
/*header-css-end*/
/*Banner css start*/
.banner-wrap{
    margin-top: -100px;
    padding: 160px 0 120px;
}
.banner-image{
    padding-left: 100px;
}
.banner-text h3{
    color: #22215B;
}
.banner-text p{
    font-size: 20px;
    line-height: 35px;
    margin-top: 28px;
}
.banner-wrap .yellow-dot{
    left: 36px;
    top: 162px;
    width: 38px;
    height: 37px;
}
.banner-wrap .gray-squiggle{
    right: -20px;
    top: 162px;
    width: 135px;
    height: 135px;
}
.banner-wrap .small-cloud{
    left: 50%;
    transform: translateX(-50%);
    bottom: 60px;
    width: 97px;
    height: 53px;
    opacity: .5;
}
/*Banner css end*/
/*enroll-sec css start*/
.enroll-sec{
    padding: 90px 0;
}
.enroll-strip-top{
    width: 100%;
    height: 79px;
    top: -78px;
}
.enroll-strip-btm{
    width: 100%;
    height: 79px;
    bottom: -78px;
    z-index: 1;
}
.enroll-icon{
    width: 144px;
    height: 144px;
}
.egg-icon::before{
    content: '';
    background-image: url('../images/egg-icon.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.egg-icon.rotate-m-75::before{
    transform: rotate(-75deg);
}
.egg-icon.rotate-m-130::before{
    transform: rotate(-130deg);
}
.egg-icon.rotate-175::before{
    transform: rotate(175deg);
}
.egg-icon.rotate-20::before{
    transform: rotate(20deg);
}
.egg-icon.rotate-45::before{
    transform: rotate(45deg);
}
.enroll-icons-single p{
    font-weight: 500;
    font-size: 24px;
    line-height: 35px;
    letter-spacing: -0.03em;
    color: #22215B;
}
.enroll-icons-wrap{
    padding: 90px 0 100px;
}
.enroll-btn-wrap img{
    width: 80px;
    opacity: .5;
}
.enroll-sec .orange-jupiter{
    width: 80px;
    height: 46px;
    right: 88px;
    top: -22px;
}
.enroll-sec .yellow-sun{
    width: 116px;
    height: 112px;
    left: -12px;
    top: 36%;
}
/*enroll-sec css end*/
/*video-sec css start*/
.video-sec{
    padding: 170px 0 0;
}
.video-sec-inn h2{
    margin-bottom: 40px;
}
.video-box{
    position: absolute;
    left: 0;
    bottom: -190px;
    width: 100%;
    height: 400px;
    background-color: #8E8E8E;
    z-index: 2;
}
.video-sec-inn{
    padding-bottom: 255px;
}
.video-sec-inn p{
    max-width: 75%;
}
.video-strip-btm{
    width: 100%;
    height: 79px;
    z-index: 1;
}
.video-sec .orange-jupiter-big{
    width: 160px;
    height: 92px;
    right: -12px;
    top: 124px;
}
.video-sec .yellow-dot{
    width: 38px;
    height: 37px;
    left: 14%;
    top: 30%;
}
/*video-sec css end*/
/*Work-sec css start*/
.work-sec{
    padding: 280px 0 60px;
}
.work-wrap{
    background-image: url(../images/work-line-bg.webp);
    background-position: center 110%;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0 30px;
}
.work-icon {
   width: 144px;
   height: 144px;
   background: #FFFFFF;
   border-radius: 50%;
}
.work-dtl {
    margin-top: 40px;
}
.work-dtl h5{
   color: #fff;
   background-color: #161241;
   border-radius: 10px;
   height: 60px;
}
.work-sec-inn .row{
    margin-right: -78px;
}
.work-sec-inn .col-md-4{
    padding-right: 78px;
}
.work-dtl-btm{
    margin-top: -10px;
    padding: 20px 20px 40px;
}
.work-dtl-btm h3{
   color: #161241;
   opacity: 0.21;
}
.work-dtl-btm p{
    color: #000;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    min-height: 57px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.work-dtl-btm span{
    height: 2px;
    width: 70px;
    margin: auto;
    display: block;
}
.work-strip-btm{
    width: 100%;
    height: 88px;
    bottom: -88px;
    z-index: 1;
}
.work-bottom{
    border-radius: 10px;
    padding: 30px 28px;
    border-top: 3px solid #161241;
}
.work-bottom p{
    font-size: 16px;
    line-height: 28px;
}
.work-sec .small-cloud{
    width: 100px;
    height: 56px;
    left: -50px;
    top: 190px;
    opacity: .5;
}
.work-sec .yellow-sun{
    width: 116px;
    height: 112px;
    right: 50px;
    top: 20%;
}
.work-sec .orange-jupiter-big{
    width: 160px;
    height: 92px;
    left: -78px;
    top: 58%;
    transform: translateY(-50%);
}
/*Work-sec css end*/
/*benefit sec css start*/
.benef-yellow-sec{
    height: 725px;
    padding: 120px 0 0;
}
.benef-blue-sec{
    height: 725px;
}
.benef-strip-btm{
    width: 100%;
    height: 107px;
    bottom: -106px;
    z-index: 1;
}
.benefit-icon{
    width: 140px;
    height: 140px;
}
.benefit-card-sec{
    position: absolute;
    bottom: 70px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    z-index: 2;
}
.benefit-icons-single p{
    font-weight: 400;
    font-size: 16px;
    line-height: 27px;
}
.benefit-card-sec-inn{
    box-shadow: 0px 0px 22px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}
.benefit-card-sec-inn .col-md-4{
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}
.benefit-card-sec-inn .col-md-4:last-child{
    border-right:0;
}
.benefit-card-sec-inn .row:last-child .col-md-4{
    border-bottom: 0;
}
.benefit-card-single{
    padding: 30px;
}
.benefit-icons-single h6{
    margin-top: 20px;
}
.benef-blue-strip-btm{
    width: 100%;
    height: 107px;
    bottom: -106px;
    z-index: 1;
}
.benef-yellow-sec .orange-jupiter-big{
    width: 150px;
    height: 90px;
    left: 14%;
    top: 82px;
}
.benef-yellow-sec .small-cloud{
    width: 102px;
    height: 56px;
    right: 14%;
    top: 94px;
    opacity: .5;
}
.benef-yellow-sec .gray-squiggle{
    width: 96px;
    height: 135px;
    right: 0;
    bottom: 20px;
}
.benef-blue-sec .yellow-dot{
    width: 38px;
    height: 37px;
    left: 5%;
    bottom: 14%;
}
.benef-blue-sec .small-cloud{
    width: 172px;
    height: 66px;
    right: 12%;
    bottom: 1%;
}
/*benefit sec css end*/
/*Young Innovator Css Starts*/
.innovator-strip-btm{
    width: 100%;
    height: 88px;
    bottom: -88px;
    z-index: 1;
}
.innovator-sec{
    padding: 150px 0 100px;
}
.innovator-sec .small-cloud{
    width: 172px;
    height: 66px;
    left: 10%;
    bottom: 3%;
    opacity: .5;
}
/*Young Innovator Css End*/
/*Testimonial css start*/
.testi-sec{
    padding: 120px 0 80px;
}
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.swiper-btn{
    width: 45px;
    height: 45px;
    background-color: #000;
    border-radius: 50%;
}
.testi-strip-btm{
    bottom: -107px;
    height: 107px;
    z-index: 1;
    width: 100%;
}
.testi-sec{
    background-image: url(../images/testi-line.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 75%;
}
.testi-sec .gray-squiggle{
    width: 105px;
    height: 148px;
    left: -27px;
    top: 100px;
    transform: rotate(180deg);
}
.testi-sec .orange-jupiter-big{
    width: 130px;
    height: 80px;
    right: 20px;
    bottom: 65px;
}
/*Testimonial css end*/
/*Book Sec Css Starts Here*/
.book-sec{
    padding: 115px 0 120px;
}
.book-heading-wrap h5{
    font-size: 32px;
    line-height:56px;
}
.limited-offer span{
    width:6px;
    height: 6px;
    background-color: #FF0000;
    display: inline-block;
    border-radius: 50%;
}
.limited-offer p{
    color: #FF0000;
    margin: 0;
    line-height: 1;
}
.month-prog-wrap{
    padding: 24px 50px;
    background-color: #fff;
    width: 100%;
    border-radius: 20px;
    max-width: 470px;
    margin: auto;
    border-top: 4px solid #161241;
}
.price-off-wrap span{
    padding: 10px 16px;
    background-color: #FFC10E;
    margin-right: 25px;
    color: #161241;
    border-radius: 6px;
    font-size: 20px;
    font-weight: 600;
}
.price-off-wrap h5{
    text-decoration: line-through;
    color: #959595;
}
.price-off-wrap{
    padding-top: 36px;
}
.month-prog-wrap h2{
    font-size: 64px;
    line-height: 64px;
    color: #161241;
    font-weight: 700;
}
.book-list li{
    position: relative;
    text-align: left;
    padding-left: 46px;
    line-height: 45px;
    font-weight: 500;
    font-size: 20px;
}
.book-list li::after{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../images/blue-tick.webp);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 22px;
    height: 16px;
}
.book-sec .orange-jupiter-big{
    width: 130px;
    height: 70px;
    left: 7%;
    top: 36%;
}
.book-sec .yellow-dot{
    width: 38px;
    height: 37px;
    right: 6%;
    top: 22%;
}
.book-sec .small-cloud{
    width: 100px;
    height: 66px;
    right: 10%;
    bottom: 34%;
}
/*Book Sec Css Ends Here*/
/*Footer- sec css start*/
.site-footer{
    padding: 50px 0 38px;
}
.footer-strip-top{
    top: -95px;
    width: 100%;
    height: 106px;
}
.footer-logo a{
    display: inline-block;
    width: 190px;
}
.footer-btm{
    border-top: 1px solid #FFFFFF;
    padding-top: 32px;
}
.footer-social li{
    margin-right: 12px;
}
.footer-social li a{
    width: 40px;
    height: 40px;
    background: #FF9343;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .4s ease-in-out;
}
.footer-social li a svg{
    transition: all .4s ease-in-out;
}
.footer-social li a:hover{
    background: #000;
}
.footer-social li a:hover svg{
    transform: rotate(360deg);
}
.footer-site-link a{
    font-weight: 500;
    font-size: 24px;
    line-height: 30px;
}
.footer-site-link a:hover{
    color: #FF9343;
}
/*Footer- sec css end*/
.whatsapp-icon{
    position: fixed;
    right: 20px;
    bottom: 20px;
    box-shadow: 0 0 12px rgba(0, 0, 0, .4);
    border-radius: 50%;
    z-index: 9;
}
/*Responsive starts Here*/
@media screen and (min-width: 1800px) and (max-width: 2000px){
    .work-wrap{
        background-position: center 136px;
    }
}
@media screen and (min-width: 1600px) and (max-width: 1799px){
    .work-wrap{
        background-position: center 136px;
    }
}
@media screen and (min-width: 1400px) and (max-width: 1599px){
    .work-wrap{
        background-position: center 210%;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1500px){
    h2 {
        font-size: 46px;
        line-height: 56px;
    }
    .work-icon {
       width: 100px;
       height: 100px;
       background: #FFFFFF;
       border-radius: 50%;
    }
    .work-icon img{
        width: 60px;
    }
}
@media screen and (max-width: 767px){
    .d-m-none{
        display: none;
    }
    .container-fluid {
        padding: 0 15px;
    }
    h1 {
        font-size: 50px;
        line-height: 58px;
    }
    h2{
        font-size: 26px;
        line-height: 34px;
    }
    h3{
        font-size: 32px;
        line-height: 40px;
    }
    h4, .tertiary-heading {
        font-size: 24px;
        line-height: 34px;
    }
    p{
        font-size: 16px;
        line-height: 26px;
    }
    .site-header{
        padding: 10px 0;
    }
    .site-logo a{
        display: inline-block;
        width: 150px;
    }
    .banner-text p {
        font-size: 16px;
        line-height: 28px;
        margin-top: 28px;
    }
    .banner-image {
        padding-left: 0;
    }
    .banner-wrap .yellow-dot {
        left: 25px;
        top: 120px;
        width: 20px;
        height: 20px;
    }
    .banner-wrap .gray-squiggle {
        right: 0;
        top: 162px;
        width: 57px;
        height: 80px;
    }
    .banner-wrap .small-cloud{
        width: 66px;
        height: 38px;
    }
    .enroll-strip-top{
        top: -50px;
        background-size: contain;
    }
    .enroll-sec .orange-jupiter {
        width: 50px;
        height: 32px;
        right: 20px;
        top: 14px;
    }
    .enroll-sec {
        padding: 56px 0;
    }
    .enroll-icons-wrap {
        padding: 38px 0;
    }
    .enroll-icon {
        width: 116px;
        height: 116px;
    }
    .enroll-icon img{
        width: 80px;
    }
    .enroll-icons-single p{
        font-size: 20px;
        line-height: 24px;
    }
    .enroll-sec .yellow-sun{
        width: 80px;
        height: 75px;
    }
    .enroll-btn-wrap img{
        width: 55px;
    }
    .enroll-strip-btm {
        height: 25px;
        bottom: -25px;
    }
    .video-sec {
        padding: 100px 0 0;
    }
    .video-sec .orange-jupiter-big {
        width: 80px;
        height: 48px;
        top: 35px;
    }
    .video-sec .yellow-dot {
        width: 20px;
        height: 21px;
        left: 4%;
        top: 26%;
    }
    .video-sec-inn p {
        max-width: 100%;
        margin-bottom: 0;
        }
    .video-sec-inn h2 {
        margin-bottom: 20px;
    }
    .work-sec {
        padding: 240px 0 60px;
    }
    .work-sec .small-cloud {
        width: 82px;
        height: 44px;
        left: -40px;
        top: 210px;
    }
    .work-icon{
        width: 110px;
        height: 110px;
    }
    .work-icon img{
        width: 65px;
    }
    .work-sec .yellow-sun {
        width: 80px;
        height: 80px;
        right: 10px;
        top: 23%;
    }
    .work-wrap{
        margin: 0;
    }
    .work-sec-inn .row:first-child{
        padding-bottom: 0!important;
    }
    .benefit-card-single {
        padding: 15px;
    }
    .benefit-icon {
        width: 90px;
        height: 90px;
    }
    .benefit-icon img{
        width: 54px;
    }
    .benefit-icons-single p{
        font-size: 14px;
        line-height: 22px;
    }
    .benefit-icons-single h6 {
        margin-top: 10px;
    }
    .benefit-icons-single p{
        line-height: 18px;
        margin-top: .5rem!important;
    }
    .benef-yellow-sec{
        height: 1115px;
    }
    .benef-blue-sec {
        height: 1115px;
    }
    .work-sec .orange-jupiter-big {
        width: 110px;
        height: 64px;
        left: -40px;
        top: 52%;
    }
    .benef-yellow-sec .orange-jupiter-big {
        width: 85px;
        height: 50px;
        left: 3%;
        top: 60px;
    }
    .benef-yellow-sec .small-cloud {
        width: 64px;
        height: 36px;
        right: 2%;
        top: 112px;
    }
    .work-strip-btm{        
        height: 30px;
        bottom: -29px;
        background-size: contain;
    }
    .benef-blue-sec .small-cloud{
        width: 80px;
        height: 44px;
        right: 4%;
    }
    .benef-blue-strip-btm{
        height: 42px;
        bottom: -35px;
        background-size: contain;
    }
    .benef-blue-sec .yellow-dot {
        width: 25px;
        height: 25px;
        left: 5%;
        bottom: 11%;
    }
    .innovator-sec {
        padding: 76px 0;
    }
    .innovator-sec .small-cloud {
        width: 86px;
        height: 50px;
        left: 3%;
        bottom: 2%;
    }
    .innovator-strip-btm {
        width: 100%;
        height: 36px;
        bottom: -32px;
        background-size: contain;
    }
    .testi-sec .gray-squiggle{
        width: 60px;
        height: 76px;
        left: -7px;
        top: 40px;
    }
    .testi-sec .orange-jupiter-big {
        width: 80px;
        height: 48px;
        right: 20px;
        bottom: 10px;
    }
    .testi-strip-btm{
        bottom: -30px;
        height: 32px;
        background-size: contain;
    }
    .testi-slider{
        padding-bottom: 60px;
    }
    .swiper-btn{
        bottom: 0;
        top: initial;
    }
    .book-sec {
        padding: 85px 0 96px;
    }
    .book-heading-wrap h5 {
        font-size: 26px;
        line-height: 32px;
        padding-top: 10px;
    }
    .month-prog-wrap{
        padding: 20px;
    }
    .book-sec .yellow-dot {
        width: 28px;
        height: 28px;
        right: 3%;
    }
    .month-prog-wrap h2 {
        font-size: 50px;
        line-height: 50px;
    }
    .book-sec .small-cloud {
        width: 70px;
        height: 42px;
        right: -7%;
        bottom: 29%;
    }
    .book-sec .orange-jupiter-big {
        width: 84px;
        height: 54px;
        left: -10%;
        top: 36px;
    }
    .footer-strip-top{
        top: -28px;        
        height: 34px;
        background-size: contain;
    }
    .footer-logo{
        margin-bottom: 2rem!important;
        text-align: center;
    }
    .footer-logo a{
        width: 150px;
    }
    .footer-btm{
        flex-direction: column;
    }
    .footer-site-link{
        margin-top: 20px;
    }
    .whatsapp-icon a img{
        width: 48px;
    }

}
/*Responsive ends here*/