@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100;200;300;400;500;600;700;800;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body{
    width: 100vw;
    font-family: 'Outfit', sans-serif;
    overflow-x: hidden;
}
header{
    background: url(../img/header.jpg) no-repeat center; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: left bottom;
    width: 100%;
    height:100vh;

}

.brand-logo>img{
    width: 240px;
    margin-left: 126px;
    margin-top: 100px;
}
.htext-right{
    width: 248px;
    height: 30px;
    float: left;
    text-align: left;
    right:7%;
    margin-top: 113px;
    justify-content: space-between;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    line-height: 17px;
    color: #FFFFFF;
}
.slide-text{
    margin-top: 36vh;
    margin-left: 126px;
    width: 500px;
    
    
}
.slide-text h1{
    position: relative;
    width: 667px;
    height: fit-content;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 900;
    font-size: 54px;
    line-height: 132%;
    padding: 40px;
    /* or 84px */
    color: #FFFFFF;
    z-index: 999;
}
.slide-text h1::before{
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(1.2px);
    -webkit-backdrop-filter: blur(1.2px);
    border: 1px solid rgba(255, 255, 255, 0.11);
    width:100%;
    height:100%;
    top:0;
    left:0;
    z-index: -1;
}
.bold-txt-h1{
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 30px;
    line-height: 45px;
    text-align: center;

    color: #444444;
}

.txt-p{
    width: 100%;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    text-align: center;

    color: #000000;
}
.slide-text p{

    
    height: 35px;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 400;
    font-size: 23px;
    line-height: 142%;
    /* identical to box height, or 33px */
    color: #ffffff;
}
.enq-form{
    width: 338px;
    height: 499px;
    margin-left: 135px;
    margin-top: 16vh;
    background: #FFFFFF;
    box-shadow: 0px 4px 60px rgb(0 0 0 / 5%);
    backdrop-filter: blur(4px);
    border-radius: 17px;
    padding: 24px;
}
.enq-form h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 140%;
    /* or 24px */


    /* Grayscale / 900 */

    color: #121127;

}
.enq-form h2>span{
    color:#0863B0;
}
#blue-block-1{
    background-color: #1B86E1;
    padding-left: 126px;
}


.blue-block-img{
    background: url(../img/blue-block-img.png);
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 885px
}
.blue-block-caption{
    margin-top: 100px;
    color: white;
}
.blue-block-caption h1{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 140%;
}

.blue-bg-text{
    background: #0863B0;
    padding: 5px 5px;
    width: fit-content;
}
.course-details{
    margin-top: 80px;
}
.course-details h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
}
.course-details h2>span{
    font-size: 34px;
    font-weight: 700;
}
.light-blue-bg-text{
    background: #3d98e5;
    padding: 20px 10px;
    margin: 30px 0px;
    width: fit-content;
}


#blue-block-2{
    font-family: 'Poppins';
    font-style: normal;
    background: #0863B0;
    padding: 100px 300px;
    color: white;
    text-align: center;
}

#blue-block-2 h4{
    font-weight: 700;
    font-size: 35px;
    line-height: 140%;
}
#blue-block-2 h4>span{
    background: #1B86E1;
    padding: 2px 10px;
}

.co-content{
    margin-top: 80px;
}
.co-content p{
    line-height: 185%;
}

#blue-white-block-1{
    height: 540px;
    margin: 100px 126px;
    background: linear-gradient(
        to right, 
        #FFFFFF 0%, 
        #FFFFFF 65%, 
        #F5F5F5 65%, 
        #F5F5F5 100%
      );
}

.white-section{
    color: #444444;
}

.white-section h4{
    font-family: 'Outfit';
    font-weight: 900;
    font-size: 35px;
    line-height: 140%;
}
.white-section h4>span{
    background: #B6DDFF;
    padding: 2px 10px;
    width: fit-content;
}
.white-section p{
    margin-top: 20px;
    font-size: 22px;
    line-height: 140%;
}
.white-section p>a{
    text-decoration: none;
    color: #1B86E1;
}

.blue-section{
    font-family: "Poppins";
    line-height: 140%;
    padding: 74px 45px;
    background: #0863B0;
    height: fit-content;
    width: 80%;
    color: white;
}

.blue-section-title{
    font-size: 20px;
    font-weight: 700;
}

.blue-section ul li{
    background:url(../img/bullets.svg) no-repeat left center;
    list-style: none;
    padding-left: 30px;
    font-size: 18px;
    font-weight: 400;
    line-height: 220%;

}





#tile-content{
    background: #0863B0;
    padding: 40px 126px;
}

.wht-box{
    background: #ffffff;
    border-radius: 13px;
    color: #0863B0;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 22px;
    line-height: 33px;
    height: 150px;
    margin: 20px;
}

#tile-content h4{
    font-family: 'Poppins';
    font-weight: 900;
    font-size: 35px;
    line-height: 140%;
    color: #ffffff;
}
#tile-content h4>span{
    background: #1B86E1;
    padding: 2px 10px;
    width: fit-content;
}
#tile-content p{
    font-family: 'Poppins';
    color: #ffffff;
    line-height: 190%;
}







.content-sec6{
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 90px 126px;
    
}
.content-sec6 h4{
    font-family: 'Outfit';
    font-weight: 900;
    font-size: 35px;
    line-height: 140%;
    color: #444444;
}
.content-sec6 h4>span{
    background: #B6DDFF;
    padding: 2px 10px;
    width: fit-content;
}
.ihna-dots{
    padding: 26px 0px;
    color: white;
    text-align: left;
    display: flex;
}
.ihna-dots img{
    Width: 35px;
    Height:47px;
}
.ihna-dots p{
    color:#000000;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 300;
    font-size: 22px;
    margin-left: 15px;    
    line-height: 170%;
    display: inline;
}
.content-sec7{
    background: #1B86E1;
    color: #FFFFFF;
    margin: 70px 126px;
    text-align: left;
    padding: 100px;

}
.content-sec7 h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 60px;
    color: white;
    text-align: left;
    margin-left: 10px;
}

.content-sec7 ul li{
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 300;
    line-height: 57px;
}
.content-sec8{
    padding:60px 126px; 
    align-items: center;
    justify-content: center;
    text-align: center;
    background: #1B86E1;
}

.content-sec8 h4{
    font-family: 'Outfit';
    font-weight: 900;
    font-size: 35px;
    line-height: 140%;
    color: #ffffff;
}
.content-sec8 h4>span{
    background: #0863B0;
    padding: 2px 10px;
    width: fit-content;
}
.content-sec8 h2{
    width: 45%;
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 142%;
    margin-left: 15%;
    margin-right: 15%;    
    /* or 43px */
    text-align: center;
    color: #444444;
}
.content-sec8 .row{
    max-width: 1600px;
}
.testimonial-box{
    margin: 70px 20px;
    height: 260px;
    background: #ffffff;
    border-radius: 20px;
    color: #000000;
    text-align: left;
    padding: 32px 42px 32px 42px;
}
.name-inline{
    display: flex;
}

.testimonial-box .name-inline img{
    width: 86.33px;
    height: 83.21px;
}
#faq-block{
    width: 95%;
    font-family: 'Poppins';
    font-style: normal;
}
.faq-title{
    margin: 80px 126px;
}
#faq-block h4{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-size: 34px;
    line-height: 170%;
}
#faq-block p{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
}
.content-sec8 p{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    margin-left: 10px;
    line-height: 23px;
    display: inline-block;
    
}
.content-sec8 p>span{
    font-weight: bold;
}

.content-sec9{

    width: 100%;
    margin-top: 100px;
    background: #0863B0;
    color: #FFFFFF;
    padding: 60px 135px 60px 135px;
    text-align: left;

}
.content-sec9 h2{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 140%;
    /* identical to box height, or 42px */

    text-align: center;

    /* Black & White/White */

    color: #FFFFFF;
}
.content-sec9 button{

    
    justify-content: center;
    align-items: center;
    padding: 14px 32px;

    width: 326px;
    height: 52px;
    color: #0863B0;;

    /* Black & White/White */

    background: #FFFFFF;
    border-radius: 8px;
    border:1px solid #0863B0;
    margin-top: 20px;
    margin-bottom: 25px;
    /* Inside auto layout */

    flex: none;
    order: 1;
    flex-grow: 0;
}
.content-sec9 h3{
    font-family: 'Poppins';
    font-style: normal;
    font-weight:200;
    font-size: 30px;
    line-height: 140%;
    /* identical to box height, or 42px */

    text-align: center;

    /* Black & White/White */

    color: #FFFFFF;

}
#faq-block img{
    width: 100%;
}

.accordion-button:not(.collapsed)::after {
    background-image: url(../img/minus.png)!important;
    transform: rotate(-180deg);
}

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.png)!important;
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
}


@media (max-width: 1200px){

    header{
        background-position: center bottom;
        background-size: cover;
        height: 300px;
    }

    .brand-logo>img{
        width:110px;
        margin-top: 35px;
        margin-left: 35px;
    }
    .slide-text{
        margin-top: 126px;
        margin-left: 14px;
    }
    .slide-text h1 {
        font-size: 19px;
        width: 64%;
        height: fit-content;
        padding: 10px;
        color: #002738;
    }
    .slide-text p {
        font-size: 11px;
}
.slide-text p>br{
    display: none;
}
    .htext-right{
        margin-top: 35px;
        font-size: 14px;
        line-height: 8px;
    }
    .enq-form{
        width: 90%;
        margin-left: 5%;
        margin-top: 35px;
    }
    #blue-block-1{
        margin-top: 525px;
        padding-left: 35px;
        width: 100%;
    }
    .blue-block-caption {
        margin-top: 50px;
    }
    .blue-block-caption h1{
        font-size: 20px;
    }
    .course-details {
        margin-top: 50px;
    }
    .course-details h2{
        font-size: 18px;
    }
    .light-blue-bg-text {
        padding: 10px 10px;
        margin: 20px 0px;
    }
    .blue-block-img{
        background-position: center;
        background-size: contain;
        width: 91%;
        height: 380px;
    }

    #blue-block-2 {
        padding: 50px 35px;
    }
    .co-content{
        margin-top: 25px;
    }
    .co-content p {
        font-size: 14px;
    }
    #blue-white-block-1 {
        margin: 30px 35px 20px 35px;
        background: none;
        display: block!important;
        height: fit-content;
    }
    .white-section{
        width: 95%;
    }
    .white-section p>a {
        font-size: 14px;
    }
    .white-section h4 {
        font-size: 24px;
    }
    .white-section p{
        font-size: 14px;
    }
    .blue-section{
        padding: 12px 20px;
        width: 100%;
    }
    .blue-section p{
        font-size: 14px;
    }
    .blue-section ul li{
        font-size: 12px;
    }
    #tile-content{
        margin-top: 15px;
        padding: 30px 35px;
    }
    #tile-content h4{
        font-size: 20px;
    }
    #tile-content p{
        font-size: 14px;
    }
    .wht-box{
        font-size: 14px;
        height: 75px;
    }
    .content-sec6 h4{
        font-size: 20px;
    }
    .ihna-dots{
        text-align: left;
        justify-content: left;
        padding: 10px 0px;
    }
    .ihna-dots p{
        font-size: 14px;
        text-align: left;
    }
    .content-sec7 {
        margin: 20px 0px ;
        padding:  20px 35px;
    }
    .content-sec7 h2{
        font-size: 24px;
    }
    .content-sec7 ul li{
        font-size: 14px;
    }
    .content-sec8{
        padding: 20px 15px;
    }
    .content-sec8 h4{
        font-size: 24px;
    }
    .content-sec1{
        top: 820px;
    }
    .content-sec1 h2{
        width: 90vw;
        margin-left:5vw;
        margin-right: 5vw;
        font-size: 24px;
        text-align: center;
    }
    .txt-p{
        font-size: 13px;
        line-height: 10px;
    }
    .bold-txt-h1{
        font-size: 24px;
        line-height: 32px;;
    }
    .sec1-sub{
        margin-top: 33px;
    }
    .sec1-sub .row{
        margin-top: 30px;
        display: block;
    }
    .sec1-sub .row .col{        
        margin-bottom: 25px;
        border:0px solid !important
    }
    .content-sec2{
        margin-top: 0px;
        padding: 31px 28px;
    }
    .content-sec2 p{
        font-size: 13px;
        line-height: 23px;
    }
    .content-sec3{
        margin-top: 0px;
        background-image: none;
        background-color: none;
    }
    .content-sec3 .row .col-8 {
        padding: 65px 36px 50px 36px;
        width: 100%;
    }
    .content-sec3 .row .col-8 h2{
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 32px;
    }
    .content-sec3 .row .col-8 p{
        font-size: 13px;
        line-height: 20px;
    }
    .content-sec3 .row .col2{
        background: none;
        height: 370px;
    }
    .content-sec3 .row .col2 .col2-sub1{
        width:90vw;
        left:5vw;
        right: 5vw;
        height: 141px;
        margin-top: 20px;
        padding: 23px;
    }
    .content-sec3 .row .col2 .col2-sub1 h3{
        font-size:18px;
    }
    .content-sec3 .row .col2 .col2-sub1 p{
        font-size: 13px;
    }
    .content-sec3 .row .col2 .col2-sub2{
        width:90vw;
        left:5vw;
        right: 5vw;
        height: 141px;
        margin-top: 180px;
        padding: 23px;
    }
    .content-sec3 .row .col2 .col2-sub2 h3{
        font-size:18px;
    }
    .content-sec3 .row .col2 .col2-sub2 p{
        font-size: 13px;
    }

    .content4-sub .row{
        display: block;
    }
    .content-sec4 .content4-sub{
        background:none;
    }
    .white-sec {
        margin-left: 3vw;
        width: 94vw;
        padding: 27px;
        height: 700px;
    }
    .white-sec h3{
        font-size: 20px;
        line-height: 32px;
    }
    .white-sec p{
        font-size: 14px;
    }
    .blue-sec {
        margin-left: 3vw;
        width: 94vw;
        padding: 27px;
        height: 700px;
    }
    .blue-sec h3{
        font-size: 20px;
        line-height: 32px;
    }
    .blue-sec p{
        font-size: 14px;
    }
    .content-sec5{
        margin-top: 1118px;
    }
    .content-sec5 h2{
        width: 80vw;
        margin-left: 5vw;
        margin-right: 5vw;
        font-size: 24px;
        text-align: center;
    }
    
    .blue-box{
        padding: 15px;
        width: 84vw;
        margin: 5px 5px 5px 5px;
        height: auto;
        font-size: 12px;
    }
    .content-sec5 .row{
            --bs-gutter-x: 0.25rem!important;
    }
    .content-sec6{
        margin-top: 40px;
        margin-left: 8%;
        margin-right: 8%;
        margin-bottom: 30px;
    }

    .content-sec7{
        padding: 15px;
    }
    .content-sec7 ul li {
        font-family: "Poppins";
        height: auto;
        line-height: 34px;
    }
    .testimonial-box{
        width: 79vw;
        padding: 13px;
        margin: 20px;
        height: fit-content;
    }
    .testimonial-box p{
        font-size: 13px;
    }
    .testimonial-box img{
        width: 60px;
        height: 60px;
    }
    .faq-title {
        margin: 40px 35px;
    }
    .content-sec9{
        padding: 20px;
        text-align: center;
    }
    
}

@media  screen and (max-width: 1600px) and (min-width: 1200px) {

.brand-logo>img {
    margin-top: 60px;
    width: 200px;
}

.htext-right {
    margin-top: 84px;
    font-size: 16px;
    line-height: 9px;
}
.slide-text {
    margin-top: 30vh;
    width: 700px;

}
.slide-text h1{
    font-size: 38px;
    line-height: 120%;
    height: fit-content;
    width: 450px;
}
.enq-form{
    margin-left: 32px;
    margin-top: 5vh;
    height: 450px;
}
.form-control {
    padding: 0.4rem 0.5rem!important;
    font-size: .8rem!important;
    line-height: 1!important;
}
.blue-block-img {
    height: 580px;
    background-size: 562px;
}
.blue-block-caption h1 {
    font-size: 40px;
    line-height: 140%;
}
.blue-block-caption {
    margin-top: 60px;
    color: white;
}
.course-details {
    margin-top: 50px;
}
.course-details h2{
    font-size: 24px;
}
.light-blue-bg-text {
    padding: 10px 10px;
    margin: 20px 0px;
}
#blue-block-2{
    padding: 60px 200px;
}
#blue-block-2 h4{
    font-size: 28px;
}
.co-content {
    margin-top: 40px;
}
.white-section h4 {
    font-size: 28px;
}
.white-section p {
    font-size: 16px;
}

.blue-section ul li {
    margin-left: 0rem;
    background-position: left top;
    background-position-y: 8px;
    background-size: 10px;
    font-size: 12px;
}

#tile-content h4 {
    font-size: 28px;
}
.wht-box {
    height: 110px;
    font-size: 16px;
}
#tile-content {
    padding: 30px 80px;
}
.content-sec6 h4{
    font-size: 28px;
}
.ihna-dots p {
    font-size: 16px;
}
.content-sec7{
    margin: 70px 80px;
    padding: 60px;
}
.content-sec7 h2{
    font-size: 28px;
}
.content-sec7 ul li {
    font-size: 14px;
    line-height: 38px;
}

.content-sec8 p{
    font-size: 14px;
}
#faq-block h4{
    font-size: 28px;
}
}

@media  screen and (max-width: 1800px) and (min-width: 1601){
    .brand-logo>img {
        margin-top: 60px;
        width: 230px;
    }
    
    .htext-right {
        margin-top: 84px;
        font-size: 16px;
        line-height: 9px;
    }
    .slide-text {
        margin-top: 199px;
    }
    .enq-form{
        margin-left: 28px;
        margin-top: 0px;
    }
}