/* Global CSS Start Here*/ 
:root{
    --themecolor:#2B2D7C;
}

body {
    margin: 0;
    font-family: 'poppins';
    font-size: 16px;
    color: #212121;
}
img {
    max-width: 100%;
}
a,
a:hover {
    text-decoration: none;
}
.font15{
    font-size: 15px;
}
.font16{
    font-size: 16px;
}
.font18{
    font-size: 18px;
}
.font20{
    font-size: 20px;
}
.font24{
    font-size: 24px;
}
.font22{
    font-size: 22px;
}
.fw300{
    font-weight: 300;
}
.fw400{
    font-weight: 400;
}
.fw500{
    font-weight: 500;
}
.fw600{
    font-weight: 600;
}
.theme-headingC{
    color: var(--themecolor);
}

span.error-msg{
    color: red !important;
}

/* Global CSS End Here */
/* Header sextion Start here */
header .navigation .icon-style{
    width: 50px;
    height: 50px;
    background: var(--themecolor);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
header .navigation a{
    justify-content: end;
    display: flex;
    align-items: center;
    color: var(--themecolor);
}
/* banner Section Start Here */
.bannerSec,
.location-sec{
    background: var(--themecolor);
}
.bannerSec .main-heading{
    font-size: 80px;
    line-height: 95px;
}
.bannerSec .sub-heading h4{
    font-size: 40px;
    line-height: 54px;
}
.bannerSec .sub-heading p{
    line-height: 35px;
}
.banner-img{
    width: 660px;
    object-fit: cover;
}
.secondbox{
    background-color: #F7F7F7;
}
.b0x21,
.secondbox{
    height: 164px;
}
img.position-absolute.start-0 {
    width: 50%;
}
/* Main Section start Here */
.same-heading{
    font-size: 27px;
}
.boxcolor{
    background-color: var(--themecolor);
}
/* dreams-sec Start here */
.unlock-sec{
    background-image: url(../images/box5.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.border-white{
    background: #fff;
    border-radius:89px;
}
.unlock-sec .icon-style{
    width: 50px;
    height: 50px;
    background: var(--themecolor);
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 24px;
}
.unlock-sec a{
    display: flex;
    align-items: center;
    color: var(--themecolor);
    font-size: 24px;
}
.faq .accordion-button,
.faq .accordion-body{
    background: var(--themecolor);
}
.faq .accordion-item {
    border: none;
}
.faq .accordion-button:focus {
    z-index: 3;
    border-color: var(--themecolor);
    outline: 0;
    box-shadow:none;
}
.faq .accordion-button::after {
    flex-shrink: 0;
    position: absolute;
}
.accordion-button::after {
    background-image: url(../images/arrow.png);
    margin-left: -31px;
}
.faq .accordion-button:not(.collapsed)::after {
    background-image: url(../images/droparrow.png);

}
.accordion-body {
    line-height: 25px;
}
.last-sec .row .boxlogo{
    box-shadow: 0px 0px 21px 0px rgba(149.6, 143.055, 143.055, 0.5);
}

.bannerSec .main-heading{
    padding-top: 125px;
}
header.bg-transparent{
    background-color: transparent!important;
    position: absolute;
    right: 0;
    z-index: 999999;
}
.boxlogo img{
    width: 248px;
    object-fit: cover;
}


@media screen and (min-width: 1024px) {
    .bannerSec .sub-heading h4 {
        font-size: 29px;
        line-height: 54px;
    }
    .bannerSec .sub-heading p {
        line-height: 32px;
        font-size: 21px;
    }
    /* img.position-absolute.start-0 {
        width: 340px;
    }    */
}
@media (max-width: 992px){
    .banner-img {
        display: none;
    }
    .aeroplane{
        margin-top: 50px !important;
        margin-left: 0px !important;
    }
    .bannerSec .main-heading {
        font-size: 67px;
        line-height: 95px;
    }
    .bannerSec .sub-heading h4 {
        font-size: 29px;
    }
    .bannerSec .sub-heading p {
        line-height: 26px;
        font-size: 18px;
    }
    header.bg-transparent {
         position: static !important;
    }
}
@media (max-width:767.98px) {
    .banner-img {
        display: none;
    }
    .aeroplane{
        margin-top: 50px !important;
        margin-left: 0px !important;
    }
    img.position-absolute.start-0 {
        width: 95%;
    }
    header.bg-transparent{
        position: static !important;
    }
    .bannerSec .main-heading {
        padding-top: 67px;
    }
    .bannerSec .main-heading {
        font-size: 56px;
    }
    .bannerSec .sub-heading h4 {
        font-size: 33px;
    }
    .bannerSec .sub-heading p {
        font-size: 20px;
    }
    .same-heading {
        font-size: 26px;
    }
    .unlock-sec a {
        font-size: 19px;
    }
    .unlock-sec .icon-style {
        font-size: 20px;
    }
    button.accordion-button.text-white.font20.fw500 {
        font-size: 17px;
    }
    .accordion-body.font18.fw400 {
        font-size: 14px;
    }
    section.boxcolor.faq.py-5 {
        padding: 22px;
    }
    p.text-center.mb-0.text-white {
        font-size: 12px;
    }
    .same-heading {
        font-size: 24px;
        line-height: 37px !important;
    }
    .choose-sec .col-md-3 p{
        font-size: 18px;
    }
    .ready-sec a{
        font-size: 15px;
    }
}
.form-box .form-label {
    color: #2B2D7C;
    font-weight: 500;
}
.form-box{
    padding:15px 30px;
    border: 1px solid #ddd;
    border-radius: 8px;
    background-color: #f9f9f9;
}
.sign-btn {
    border: none;
    padding: 10px 40px;
    border-radius: 70px;
    background-color: #2B2D7C !important;
}
.sign-btn:hover{
    color: #2B2D7C;
    background-color: #b8b8c6 !important;
}

.form-box-2{
    background: #fff;
    border-radius: 5px;
}
