@import url('https://fonts.googleapis.com/css2?family=Asap:wght@100;200;300;400;500;600;700;800;900&family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000;
}

html {
    scroll-behavior: smooth !important;
}

@media(min-width:1900px) {
    .container {
        max-width: 1760px;
    }
}

@media(min-width:1700px) and (max-width:1899px) {
    .container {
        max-width: 1560px;
    }
}

@media(min-width:1600px) and (max-width:1699px) {
    .container {
        max-width: 1460px;
    }
}
.navbar-brand img {
    /* width: 160px; */
}
.navbar_background {
    background-color: #ffffff;
}
.navbar-nav .nav-link {
    font-size: 14px;
    color: #010101;
}
.navbar-nav .nav-link.active {
    color: #BAD53C;
    font-weight: 600;
}

.button_primary {
    background-color: #BAD53C;
    border-radius: 8px;
    padding: 6px 30px;
    color: #072D4B;
    font-weight: 600;
}

.button_primary:hover {
    background-color: #BAD53C;
    color: #fff;
    box-shadow: 0px 0px 10px #0201012E;
}

.banner-sec {
    position: relative;
}

.caption-txt {
    position: absolute;
    bottom: 60px;
    color: #fff;
}

.caption-txt h2 {
    font-size: 40px;
    line-height: 54px;
    font-weight: 600;
}
.caption-txt p {
    font-size: 24px;
    font-weight: 200;
}

.form-bg {
        top: 10px;
    position: absolute;
    right: 8%;
    bottom: 10px;
    z-index: 2;
}

.banner-form {
    background-color: #FFFFFF;
    padding: 30px;
    border-radius: 20px;
}
.form-group {
    position: relative;
    margin-bottom: 22px;
}

.form-group label {
    position: absolute;
    top: -8px;
    font-size: 14px;
    line-height: 1;
    background-color: #FFFFFF;
    color: #151515;
    font-weight: 600;
    padding: 0 6px;
    margin: 0 0 0 12px;
}

::placeholder {
    font-size: 12px;
}

.form-control,.form-select {
    padding-left: 18px;
    padding-top: 12px;
    background-color: #FFFFFF;
    padding-bottom: 6px;
    border-color: #151515;
    color: #151515;
    font-size: 12px;
}

.banner-form .form-control {
    border: 1px solid #000;
    background-color: transparent;
    margin: 6px 0 0;
    color: #000;
}

.about_sec {
    padding: 80px 0 40px;
}

.sec_head h3 {
    color: #072D4B;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
}
.sec_head.sec_headd h3 {
    color: #BAD53C;
    font-weight: 400;
}

.sec_head p {
    font-size: 16px;
}
.program_block .col-lg-3 {
    margin-bottom: 16px;
}
.programs_sec {
    padding: 80px 0 60px;
    background-color: #072D4B;
}

.program_card img {
    width: 40px;
}
.program_txt h4 {
    color: #fff;
    font-size: 18px;
    margin-bottom: 0;
}

.keyFeatures_sec {
    padding: 80px 0 0px;
}
.key_block .col-md-4 {
    margin-top: 12px;
}

.key_card {
    padding: 16px 20px;
    height: 100%;
}

.key_card h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 500;
}

.key_card p {
    font-size: 16px;
}
.faq_sec {
    padding: 60px 0;
    background-color: #FCFFEF;
}

.FaqAccordion .accordion-item {
    border: 0;
    border-bottom: 1px solid grey;
    background: transparent;
    border-radius: 0;
}

.FaqAccordion .accordion-button {
    background-color: transparent;
    font-weight: 600;
    padding: 20px 30px 20px 0;
    border-radius: 0 !important;
}

.FaqAccordion .accordion-body {
    color: #1b1b20;
    font-weight: 300;
    padding: 0;
}

.FaqAccordion .accordion-body p {
    width: 84%;
    color: #000;
}

.FaqAccordion .accordion-button:not(.collapsed) {
    box-shadow: none;
    color: #1b1b20;
    background-color: transparent;
}

.FaqAccordion .accordion-button:focus {
    box-shadow: none;
}

.FaqAccordion .accordion-button:after {
    background-image: url(../images/arrow_faq_down.svg);
}

.FaqAccordion .accordion-button:not(.collapsed):after {
    background-image: url(../images/arrow_faq_down.svg);
}

.address {
    font-size: 14px;
}

footer {
    background-color: #072D4B;
    padding: 60px 0 0px;
    color: #fff;
}
footer .footer-row {
    padding: 0 0 30px 0;
}
footer a {
    text-decoration: none;
    color: #fff;
}
.social li {
    padding: 0 4px;
}
.social li img {
    width: 44px;
}
.copyright {
    border-top: 1px solid #fff;
    padding: 20px 0 10px;
    text-align: center;
}
.popup-form.modal .modal-header {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 30px;
}
.popup-form.modal .modal-header span {
    font-size: 25px;
    text-align: center;
    color: #07559d;
    font-weight: 600;
    display: revert;
}
.popup-form button.btn-close {
    opacity: 1;
    /* position: absolute; */
    top: 14px;
    right: 20px;
    z-index: 99;
}
.popup-form .modal-body {
    padding: 10px 30px 30px;
}
@media (min-width:2000px) {
    .form-bg {
        right: 16%;
    }
}
@media (max-width:1199px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
    }

    .navbar-brand img {
        width: 148px;
    }

    .form-bg {
        bottom: 30px;
    }

    .form-control,.form-select {
        padding-top: 6px;
    }

    .banner-form {
        padding: 20px 30px;
    }
    .form-group {
        margin-bottom: 16px;
    }

    .caption-txt h2 {
        font-size: 36px;
    }
}

@media (max-width:1024px) {
    .social li img {
        width: 34px;
    }
}

@media (max-width:991px) {
    .form-bg {
        position: relative;
        right: 0;
        left: 0;
        top: 20px;
    }
    .banner-form {
        border: 1px solid #072D4B;
        padding: 30px;
    }
    .banner-carousel .owl-item img {
        height: auto;
    }
    .banner-sec {
        position: static;
    }

    #about .row {
        flex-direction: column-reverse;
    }

    .about_sec_img img {
        margin-top: 20px;
    }

    .navbar-collapse {
        text-align: center;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 14px;
        padding: 6px 0 0;
    }

    .nav-button {
        justify-content: center;
    }
    .caption-txt h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .caption-txt {
        bottom: 144px;
    }
    .caption-txt p {
        font-size: 20px;
    }
    .footer-row .col-md-2 {
        width: 50%;
    }
    .programs_sec,
    .keyFeatures_sec,
    .about_sec,
    .faq_sec {
        padding: 30px 0;
    }
}

@media (max-width:767px) {
    .caption-txt {
        display: none !important;
    }
    .testimonal_profile img {
        height: auto !important;
    }

    .f-logo {
        padding: 0 0 20px 0;
    }
    footer .footer-row {
        padding: 0;
    }
    .about_sec {
        padding: 60px 0 30px;
    }

    .testmonial_block {
        padding: 20px 0 0;
    }

    .profile_desc {
        padding: 20px 0 0;
    }

    .button_primary,.button_secondary {
        padding: 4px 12px;
        font-size: 14px;
    }
    .caption-txt {
        position: absolute;
        color: #fff;
        top: 0;
        bottom: 0;
        margin: auto;
        display: inline-table;
    }
    .caption-txt h2,.caption-txt h4 {
        font-size: 18px;
        line-height: 26px;
    }
    .caption-txt p {
        font-size: 16px;
    }
    .caption-txt .button_primary {
        display: none;
    }
    .banner-carousel .owl-dots {
        bottom: 40px;
    }
    .form-bg {
        top: 20px;
    }
    .owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        margin: 4px;
    }
    .sec_head h3,.sec_head.sec_headd h3 {
        font-size: 26px;
        line-height: 32px;
    }
    .profile_desc h4 {
        font-size: 20px;
    }
    #about {
        padding:  0;
    }
    .banner-form iframe {
        height: 800px !important;
    }
    .key_block .col-md-4 {
        margin-top: 6px;
    }
    .key_card  {
        text-align: left !important;
    }
    .key_card img {
        margin-bottom: 8px !important;
        width: 40px;
    }
    .key_card .mb-2 {
        display: flex;
        align-items: center;
    }
    .key_card p {
        margin-bottom: 8px;
        margin-left: 12px;
    }
    .key_card {
        padding: 0px 20px;
        height: 100%;
    }
    .program_block .col-lg-3 {
        width: 50%;
    }
    footer {
        padding: 30px 0 0px;
    }
    .program_txt h4 {
        font-size: 16px;
        margin-top: 12px;
    }
    .program_card img {
        margin-right: 0 !important;
    }
}
@media (max-width:600px) {
    .caption-txt {
        margin-bottom: auto !important;
        bottom: 40%;
    }
}
@media (max-width:425px) {
    .caption-txt h2,
    .caption-txt h4 {
        font-size: 16px;
        line-height: 24px;
    }
    .caption-txt p {
        font-size: 14px;
    }
    .banner-form {
        padding: 30px;
    }
}
.owl-carousel .owl-nav button.owl-next:hover,
.owl-carousel .owl-nav button.owl-prev:hover{
    border-radius: 50%;
    box-shadow: rgba(149, 157, 165, 0.2) 1px 1px 20px 4px;
}
.owl-carousel button.owl-dot:hover span {
    box-shadow: rgba(149, 157, 165, 0.2) 1px 0px 20px 15px;
}