@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif !important;
    position: relative;
}

.container-theme {
    max-width: 1340px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

section#header {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 9;
}


.mt_8 {
    margin-top: 8px;
}

.d_flex {
    display: flex;
}

.d_wrap {
    flex-wrap: wrap;
}

.align_center {
    align-items: center;
}

.justify_space_beetween {
    justify-content: space-between;
}

.justify_end {
    justify-content: flex-end;
}

#about img {
    width: 100%;
}

.field_items {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.column_one {
    width: 100%;
    margin: 6px 15px;
    text-align: left;
}

.column_two {
    text-align: left;
    margin: 6px 15px;
    width: calc((100% - 60px)/2);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}

.left_tag {
    width: 38%;
}

.right_tag {
    width: 60%;
}

.left_header {
    width: 30%;
}

.right_header {
    width: 70%;
    display: flex;
    justify-content: flex-end;
}

.logo img {
    width: 160px;
}

.p_15 {
    padding: 15px;
}

.error {
    font-size: 12px;
    color: #cb1c00;
}

.form-section {
    width: calc(100% - 15%);
    margin: 0 auto;
}

.AlreadyText {
    text-align: center;
    font-size: 17px;
    font-weight: 600;
    color: #000;
}

.StLogin {
    text-align: center;
    margin: 25px 0 15px;
}

    .StLogin .buttonLogin {
        font-size: 13px;
        color: #fff;
        background-color: #87610d;
        padding: 10px 25px;
        transition: all 0.3s ease;
    }

        .StLogin .buttonLogin:hover {
            background-color: #1c2349;
            text-decoration: none;
            cursor: pointer;
        }

.border_bottom {
    border-bottom: 1px solid #ccc;
}

.field-set {
    position: relative;
}

.text {
    font-size: 13px;
    height: 38px;
    width: 100%;
    line-height: 38px;
    box-sizing: border-box;
    padding: 0 12px;
    color: #000;
    border-radius: 0;
    font-weight: 500;
    border: none;
    background-color: #ededed;
    font-family: 'Poppins', sans-serif;
}

    .text::placeholder {
        color: #262626;
        font-weight: 500;
        font-family: 'Poppins', sans-serif;
    }

    .text:focus-visible {
        outline: 1px solid #9b9b9b;
    }

span.leftAsset {
    position: absolute;
    left: -40px;
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    height: 38px;
    width: 38px;
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
    font-family: "popins_medium";
    align-items: center;
    justify-content: center;
    background-color: #ededed;
}

.banner_bg_left {
    background-color: #b88513;
}

.Banner-Section {
    display: flex;
    flex-wrap: wrap;
}

.Banner-Section-right {
    width: 40%;
    background-color: #1c2349;
    display: flex;
    align-items: center;
}

    .Banner-Section-right .form-section {
        max-width: 100%;
        margin: 10px auto;
        background-color: #fff;
        padding: 20px 30px;
        box-shadow: 0px 7px 14px 2px rgb(57 63 72 / 17%);
    }

.business-wats .fa-whatsapp {
    background-color: #24CC63;
}

.p_r {
    position: relative;
}

.wap_icon {
    position: absolute;
    right: -13px;
    top: -13px;
}

.info_Spcall {
    display: flex;
    align-items: center;
}

    .info_Spcall i {
        color: #fff;
        background-color: #1c2349;
        height: 30px;
        width: 30px;
        font-size: 12px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        margin-right: 8px;
        transition: all 0.2s ease;
    }

.Swp {
    display: block;
}

.Banner-Section-left {
    width: 60%;
    position: relative;
}

.service-box-content p {
    font-size: 13px;
}

.b_slider1 {
    background-image: url(../images/gallery2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px !important;
}

.b_slider2 {
    background-image: url(../images/login_slider2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px !important;
}

.b_slider3 {
    background-image: url(../images/gallery1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 700px !important;
}

.main_header {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.right_content {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
}

    .right_content .info_content {
        margin: 0 8px;
        display: flex;
        align-items: center;
    }

        .right_content .info_content i {
            color: #fff;
            background-color: #1c2349;
            height: 30px;
            width: 30px;
            font-size: 12px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 8px;
            transition: all 0.2s ease;
        }

        .right_content .info_content.watsup-phone i {
            color: #fff;
            background-color: #24ac41;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 8px;
            transition: all 0.2s ease;
        }

        .right_content .info_content.watsup-phone i {
            font-size: 18px;
        }

    .right_content a {
        cursor: pointer;
        color: #000;
        font-size: 15px;
    }

        .right_content a:hover {
            text-decoration: none;
            transition: all 0.2s ease;
        }

.tabcontent h3 {
    font-weight: 600;
}

.right_content a:hover .info_content i {
    background-color: #bd8e24;
}

.right_content a:hover .info_content span {
    color: #bd8e24;
}

.FormHead .title {
    font-size: 30px;
    color: #1c2349;
    font-weight: 600;
    margin-bottom: 10px;
    display: initial;
    position: relative;
}
/* .FormHead .title::after{
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    background-color: #1c2349;
    height: 22px;
    width: 2px;
    transform: translate(-50%, -50%);
} */
.FormHead {
    text-align: center;
    margin-bottom: 8px;
    border-bottom: 1px solid #cda753;
}

    .FormHead p {
        font-size: 13px;
    }

.Logincommon::placeholder {
    transition: all 0.2s ease;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}

.Logincommon:focus::placeholder {
    padding-left: 5px;
}

.Logincommon:focus {
    outline: none;
}

.ButtonArea {
    text-align: center;
    margin-top: 15px;
}

    .ButtonArea .buttonLogin {
        font-size: 13px;
        color: #fff;
        background-color: #87610d;
        padding: 10px 25px;
        transition: all 0.3s ease;
        border: 0;
    }

        .ButtonArea .buttonLogin:hover {
            background-color: #1c2349;
            text-decoration: none;
            cursor: pointer;
        }

.form-section .Note {
    font-size: 13px;
    text-align: center;
    max-width: 400px;
    margin: 15px auto 10px;
    border-bottom: 1px solid #ccc;
}


.features {
    position: absolute;
    bottom: -50px;
}

.service1-wrapper {
    display: flex;
    flex-wrap: wrap;
    margin: 0 5px;
}

.service-box1 {
    background-color: #1c2349e6;
    color: #fff;
    margin: 6px 15px;
    width: calc((100% - 90px)/3);
    text-align: center;
    padding: 15px;
}

    .service-box1 a {
        color: #fff;
        font-size: 18px;
    }

.service-box-icon {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .service-box-icon i {
        color: #fff;
        background-color: #87610d;
        height: 35px;
        width: 35px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 8px;
        transition: all 0.2s ease;
    }

#about {
    padding-top: 120px;
    padding-bottom: 50px;
}

.about_description .title {
    font-size: 18px;
    color: #b98c2f;
    font-weight: 600;
    position: relative;
    display: initial;
}

    .about_description .title::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        background-color: #1c2349;
        height: 22px;
        width: 2px;
        transform: translate(-50%, -50%);
    }

.about_description h2 {
    font-size: 36px;
    color: #1c2349;
    font-weight: 600;
    margin-top: 5px;
}

.about_description .single_box {
    display: flex;
}

.panel-Section {
    padding: 30px 0;
    background-color: #b4882f;
}

    .panel-Section .single_panel {
        width: 22%;
    }

    .panel-Section img {
        width: 100%;
    }


.tags {
    background-color: #1c2349;
    padding: 60px 0;
    color: #fff;
}

    .tags .single_box {
        display: flex;
        border: 1px solid #ccc;
        padding: 10px;
        width: 48%;
        align-items: center;
        margin: 5px;
    }

        .tags .single_box .tag_title {
            color: #fff;
            padding-left: 10px;
        }

    .tags .title {
        font-size: 18px;
        color: #b98c2f;
        font-weight: 600;
        position: relative;
        display: initial;
    }

        .tags .title:after {
            content: "";
            position: absolute;
            right: -15px;
            top: 50%;
            background-color: #b98c2f;
            height: 22px;
            width: 2px;
            transform: translate(-50%, -50%);
        }

.bg_white {
    background-color: #fff;
}

#features img {
    width: 100%;
}

.box_feature {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .box_feature .box_feature_area {
        width: 50%;
        overflow: hidden;
    }

.features-Section .single_box_feature {
    width: 50%;
    overflow: hidden;
}

.features-Section .box_feature {
    width: 50%;
}

.feature_content {
    padding: 15px;
}

    .feature_content .title {
        font-size: 24px;
        line-height: 26px;
        font-weight: 600;
        color: #b4882f;
        margin-bottom: 15px;
    }

.bg_blue {
    background-color: #1c2349;
}

.bg_brown {
    background-color: #87610d;
}

.text_white {
    color: #fff;
}

.feature_content .buttonApply {
    font-size: 13px;
    color: #fff;
    background-color: #87610d;
    padding: 6px 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .feature_content .buttonApply:hover {
        text-decoration: none;
    }

.feature_content p {
    margin: 15px 0 15px 0;
}

.single_box_feature img {
    transition: all 0.3s ease;
    width: 100%;
}

.single_box_feature:hover img {
    transform: scale(1.1);
}

.box_feature_area img {
    transition: all 0.3s ease;
    width: 100%;
}

.box_feature_area:hover img {
    transform: scale(1.1);
}

.courses {
    padding: 50px 0;
}

    .courses .tabcontent {
        display: none;
        min-height: 350px;
        border: 1px solid #1c2349;
        padding: 15px;
    }

    .courses .title {
        font-size: 36px;
        color: #1c2349;
        font-weight: 600;
        display: initial;
        position: relative;
    }

        .courses .title:after {
            content: "";
            position: absolute;
            right: -15px;
            top: 50%;
            background-color: #1c2349;
            height: 30px;
            width: 2px;
            transform: translate(-50%, -50%);
        }

    .courses .sub_title {
        font-size: 16px;
    }

    .courses .tab {
        margin: 20px 0;
    }

        .courses .tab .tablinks {
            font-size: 14px;
            border: 1px solid #000;
            padding: 6px 15px;
            background-color: transparent;
            margin-right: 10px;
            margin-bottom: 10px;
            font-weight: 600;
            cursor: pointer;
            transition: all 0.3s ease;
            min-width: 116px;
        }

            .courses .tab .tablinks:hover {
                background-color: #1c2349;
                color: #fff;
                border: 1px solid #1c2349;
                cursor: pointer;
            }

    .courses .tablinks.active {
        background-color: #1c2349;
        color: #fff;
        border: 1px solid #1c2349;
    }

    .courses .course_list li {
        padding: 5px 0;
    }

        .courses .course_list li a {
            font-size: 15px;
        }

            .courses .course_list li a:hover {
                text-decoration: none;
            }


#partners {
    padding: 50px 0;
    background-color: #f7f7f7;
}

.partners-Section {
    text-align: center;
}

    .partners-Section .title {
        font-size: 36px;
        color: #1c2349;
        font-weight: 600;
        display: initial;
    }


    .partners-Section .sub_title {
        font-size: 14px;
    }

    .partners-Section .slick-track {
        display: flex;
        align-items: center;
    }

    .partners-Section .slick-slide img {
        display: block;
        width: 110px;
    }

    .partners-Section .slick-slide {
        background-color: #fff;
        margin: 12px;
        display: flex !important;
        align-items: center;
        justify-content: center;
        height: 100px;
    }

#Lifeat {
    padding: 50px 0;
}

.Lifeat-Section {
    text-align: center;
}

    .Lifeat-Section .title {
        font-size: 36px;
        color: #1c2349;
        font-weight: 600;
        display: initial;
        position: relative;
    }

        .Lifeat-Section .title:after {
            content: "";
            position: absolute;
            right: -15px;
            top: 50%;
            background-color: #1c2349;
            height: 30px;
            width: 2px;
            transform: translate(-50%, -50%);
        }

    .Lifeat-Section .gallery_box img {
        width: 100%;
    }

    .Lifeat-Section .gallery_box {
        display: flex;
        margin: 20px 0;
    }
    /* .gallery_box .gallery_box_single_image1{
    width: 49.5%;
    background-image: url(../images/gallery1.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
} */
    /* .gallery_box .gallery_box_single_image2{
    width: 49.5%;
    background-image: url(../images/gallery2.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 10px;
}
.gallery_box .gallery_box_single_image3{
    width: 49.5%;
    background-image: url(../images/gallery3.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.gallery_box .gallery_box_single_image4{
    width: 49.5%;
    background-image: url(../images/gallery4.png);
    height: 300px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
} */
    .Lifeat-Section .gallery_box_single {
        width: 50%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }

.why_us .title {
    font-size: 28px;
    color: #ffffff;
    font-weight: 600;
    display: initial;
    position: relative;
}

    .why_us .title::after {
        content: "";
        position: absolute;
        right: -15px;
        top: 50%;
        background-color: #87610d;
        height: 30px;
        width: 2px;
        transform: translate(-50%, -50%);
    }

.why_us .sub_title {
    font-size: 14px;
    color: #fff;
}

.why_us ul {
    margin: 40px 0;
    color: #fff;
    padding-left: 25px;
}

    .why_us ul li {
        padding: 10px;
        background-color: #2a325e;
        margin: 8px 0;
        text-align: left;
    }

#info {
    margin-bottom: 70px;
}




.info-Section img {
    width: 100%;
}

.footer-Section {
    padding: 50px 0;
    color: #fff;
}

.map iframe {
    width: 100%;
    height: 250px;
}

.footer-Section ul {
    padding: 0;
}

    .footer-Section ul li {
        list-style: none;
        padding: 10px 0;
    }

        .footer-Section ul li a {
            color: #fff;
            cursor: pointer;
        }

            .footer-Section ul li a:hover {
                text-decoration: none;
                cursor: pointer;
            }

        .footer-Section ul li i {
            color: #fff;
            background-color: #87610d;
            height: 30px;
            width: 30px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 50%;
            margin-right: 8px;
            transition: all 0.2s ease;
            min-width: 30px;
        }

.footer-Section .social {
    display: flex;
}

.social .fa-facebook {
    background-color: #4267B2;
}

    .social .fa-facebook:hover {
        background-color: #284d96;
    }

.social .fa-twitter {
    background-color: #1DA1F2;
}

    .social .fa-twitter:hover {
        background-color: #1670a8;
    }

.social .fa-instagram {
    background-color: #A536A5;
}

    .social .fa-instagram:hover {
        background-color: #771e77;
    }

.social .fa-pinterest {
    background-color: #E60023;
}

    .social .fa-pinterest:hover {
        background-color: #a00b21;
    }

.social .fa-linkedin {
    background-color: #0077B5;
}

    .social .fa-linkedin:hover {
        background-color: #0a557e;
    }

.social .fa-whatsapp {
    background-color: #24CC63;
}

    .social .fa-whatsapp:hover {
        background-color: #12aa4c;
    }


.social .social_single {
    font-size: 16px;
    color: #fff;
    height: 35px;
    width: 35px;
    transition: all 0.2s ease;
}

.footer_title {
    border-bottom: 1px solid #6c7399;
    padding-bottom: 8px;
    font-size: 20px;
}

.Address i {
    color: #fff;
    background-color: #87610d;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 8px;
    transition: all 0.2s ease;
    min-width: 30px;
}

.bottom_footer {
    background-color: #0c1232;
    padding: 15px 0;
}

    .bottom_footer .newsize {
        font-size: 13px;
        color: #fff;
    }

.gallery_box_single .sp_box {
    max-width: calc(100% - 20%);
    margin: 0 auto;
}










.dark_bg {
    margin: 0;
    padding: 0;
    background-color: #1c2349;
    /*background-image: url(./images/banner_image.jpg);*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    font-size: 13px;
    position: relative;
    /*   min-height: 100vh; */
}

.signin_inner {
    padding: 15px;
    background-color: #fff;
    min-height: 400px;
    width: 600px;
    /*  position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50% , -50%); */
    margin: auto;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.HeaderBox {
    text-align: center;
    margin: 100px 0 20px;
}

    .HeaderBox .SigninText {
        font-size: 30px;
        color: #fff;
        font-weight: 600;
    }

.header_part .logo {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

    .header_part .logo img {
        width: 160px;
    }

.signin_inner .Head_Notice {
    font-size: 15px;
    width: 100%;
    margin: 15px 0;
    text-align: center;
    color: #363636;
    font-weight: 500;
}

.signin_inner .ErrorBoxEmail {
    text-align: center;
    width: 100%;
    border: 2px solid #FFA800;
    margin: 15px auto;
    padding: 15px;
    font-weight: 500;
}

.signin_inner .ErrorBoxOTP {
    text-align: center;
    width: 100%;
    border: 2px solid #FFA800;
    margin: 15px auto;
    padding: 15px;
    font-weight: 500;
}

.signin_inner span.leftAsset_otp {
    position: absolute;
    left: -40px;
    bottom: 0;
    color: #ffffff;
    font-size: 13px;
    height: 38px;
    width: 38px;
    display: flex;
    padding-right: 6px;
    padding-left: 6px;
    font-family: "popins_medium";
    align-items: center;
    justify-content: center;
    background-color: #ededed;
}

.form_fields_number {
    margin: 40px 15%;
}

.column_one.numberfield {
    margin: 0;
}

.form_fields_number .ButtonArea {
    text-align: center;
    margin-top: 35px;
}

    .form_fields_number .ButtonArea .Getotp, .form_fields_number .ButtonArea .Submitotp {
        font-size: 14px;
        color: #fff;
        background-color: #87610d;
        padding: 9px 32px;
        transition: all 0.3s ease;
        border: none;
    }

        .form_fields_number .ButtonArea .Getotp:hover, .form_fields_number .ButtonArea .Submitotp:hover {
            background-color: #1c2349;
            text-decoration: none;
            cursor: pointer;
        }




@media only screen and (max-width: 1360px) {
    .feature_content p {
        margin: 10px 0 10px 0;
        font-size: 12px;
    }

    .feature_content .title {
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1199px) {
    .feature_content .title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .features-Section .single_box_feature {
        width: 100%;
    }

    .box_feature .box_feature_area {
        width: 100%;
    }

    .features-Section .box_feature {
        width: 100%;
    }

    .Banner-Section-right {
        width: 50%;
    }

    .Banner-Section-left {
        width: 50%;
    }

    .feature_content {
        padding: 25px 15px;
    }

    .gallery_box_single .sp_box {
        margin: 30px auto;
    }
}

@media only screen and (max-width: 991px) {
    .Banner-Section-right {
        width: 100%;
    }

    .Banner-Section-left {
        width: 100%;
    }

    .b_slider1 {
        height: 400px !important;
    }

    .b_slider2 {
        height: 400px !important;
    }

    .b_slider3 {
        height: 400px !important;
    }

    .partners-Section .title {
        font-size: 26px;
    }

    .courses {
        padding: 30px 0;
    }

    .tags {
        padding: 30px 0;
    }

    #Lifeat {
        padding: 10px 0;
    }

    .left_tag {
        width: 100%;
    }

    .right_tag {
        width: 100%;
    }

    .Lifeat-Section .title {
        font-size: 26px;
    }
}

@media only screen and (max-width: 767px) {
    .FormHead .title {
        font-size: 24px;
    }

    section#header {
        position: initial;
    }

    .right_content a {
        font-size: 13px;
        margin: 3px 0;
    }

    .form-section {
        width: 95%;
    }

    .Banner-Section-right .form-section {
        padding: 15px;
        max-width: 100%;
    }

    .logo img {
        width: 100%;
    }

    .left_header {
        width: 30%;
        text-align: center;
    }

    .right_header {
        width: 70%;
        justify-content: center;
        padding: 5px 0;
    }

    .panel_box {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .panel-Section .single_panel {
        width: 40%;
        padding: 5px;
    }

    .Lifeat-Section .gallery_box_single {
        width: 100%;
    }

    .why_us {
        order: 2;
    }

    .gallery_box_single .sp_box {
        max-width: 90%;
    }

    .info_description h2 {
        font-size: 24px;
    }

    .service-box1 {
        margin: 6px 15px;
        width: 100%;
    }

    #about {
        padding-top: 290px;
        padding-bottom: 20px;
    }

    .features {
        position: absolute;
        bottom: -270px;
    }

    .tags .single_box {
        width: 100%;
        margin-bottom: 15px;
    }

    .about_description h2 {
        font-size: 26px;
    }

    .left_tag h2 {
        font-size: 26px;
    }

    .left_tag p {
        font-size: 13px;
        margin: 20px 0;
    }

    #info {
        margin-bottom: 20px;
    }

    .footer-Section {
        padding: 30px 0;
    }

    .course_list ul {
        padding-left: 20px;
    }

    .feature_content p {
        margin: 10px 0 20px 0;
        font-size: 13px;
    }

    .feature_content .buttonApply {
        font-size: 14px;
        padding: 15px 30px;
    }

    .courses .tab .tablinks {
        padding: 10px 15px;
        min-width: 150px;
    }

    .courses .sub_title {
        font-size: 14px;
    }

    .signin_inner {
        width: calc(100% - 8%);
    }

    .HeaderBox {
        margin: 80px 0 20px;
    }

    .form_fields_number {
        margin: 40px 8%;
    }
}
