@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');


:root {}



@font-face {
    font-family: 'spartanbold';
    src: url('../fonts/spartan-bold-webfont.woff2') format('woff2'),
        url('../fonts/spartan-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.form-control:focus {
    box-shadow: none;
}

body {
    font-family: "DM Sans", sans-serif;
    color: #63666A;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'spartanbold';
    color: #042954;
}

.btn.btn-primary {
    border-radius: 30px;
    color: #fff !important;
    padding: 9px 30px !important;
    background: #1DA0FF;
    border-color: #1DA0FF;
    font-weight: 700;
}

.btn.btn-primary:hover {
    background: #042954 !important;
    border-color: #042954 !important;
    color: #fff !important;
}

.pb_70 {
    padding-bottom: 70px;
}

.btn.btn-outline-primary {
    border-radius: 30px;
    color: #1DA0FF !important;
    padding: 9px 30px !important;
    background: #fff;
    border-color: #1DA0FF;
    font-weight: 700;
}

.btn.btn-outline-primary:hover {
    border-radius: 30px;
    color: #fff !important;
    padding: 9px 30px !important;
    background: #1DA0FF;
    border-color: #1DA0FF;
    font-weight: 700;
}


.title h2 {
    font-size: 40px;
    position: relative;
    padding: 0 0 40px 0;
    margin: 0 0 30px 0;
    text-align: center;
}

.title h2::after {
    position: absolute;
    content: "";
    background: url(../images/title_img.svg) no-repeat;
    width: 159px;
    height: 31px;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}


#header nav {
    padding: 22px 0;
    width: 100%;
    float: left;
}

#header nav li a {
    color: #042954;
    padding: 0 25px;
    position: relative;
}

#header nav li a.active {
    background: url(../images/active.svg) no-repeat;
    background-position: center left;
    color: #1DA0FF;
    font-weight: 700;
}

#header nav li a:hover {
    color: #1DA0FF;
}

#header nav li a.active::after {
    position: absolute;
    content: "";
    background: #1DA0FF;
    height: 1px;
    width: 50%;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
}

#header .right_button li a i {
    background: #042954;
    color: #fff;
    width: 16px;
    height: 16px;
    font-size: 9px;
    text-align: center;
    padding: 3px 0;
    border-radius: 50px;
    margin: -14px 4px 0 0;
    top: -3px;
    position: relative;
}



#banner {
    position: relative;
    width: 100%;
    float: left;
}

#banner img {
    width: 100%;
    object-fit: cover;
    height: 600px;
}

#banner .container .row {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#banner .caption {
    width: 500px;
}

#banner .caption h2 {
    color: #fff;
    font-size: 50px;
    line-height: 70px;
    margin-bottom: 20px;
}



#about_wrapper {
    width: 100%;
    float: left;
}

.left_content h2 {
    font-size: 40px;
    position: relative;
    padding: 0 0 40px 0;
    margin: 0 0 30px 0;
}

.left_content h2::after {
    position: absolute;
    content: "";
    background: url(../images/title_img.svg) no-repeat;
    width: 159px;
    height: 31px;
    left: 0;
    bottom: 0;
}

.left_content p {
    text-align: justify;
}

#about_wrapper .left_content a {
    color: #1da0ff;
}

#about_wrapper .right_img img {
    width: 100%;
    object-fit: cover;
}

#mission_vision {
    width: 100%;
    float: left;
}

.colum_wrapper {
    background: #E8F5FF;
    padding: 40px 25px;
    /* text-align: center; */
    border-radius: 20px;
    height: 100%;
}

.colum_wrapper h3 {
    font-size: 24px;
    color: #1DA0FF;
    margin: 0 0 25px 0;
}

.colum_wrapper p {
    margin: 0;
}

.colum_wrapper.mission {
    background: #04295412;
}

.colum_wrapper.mission h3 {
    color: #042954;
}

.colum_wrapper a {
    color: #EA5A68;
}


.cont_img img {
    width: 90%;
    height: 90%;
}

.event-section {
    width: 100%;
    float: left;
    background: url(../images/bg.png) no-repeat;
    background-size: cover;
    padding: 0 0 70px 0;
}

.event-left {
    height: 100%;
    position: relative;
}

.event-left::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 41, 102, 0.6);
    z-index: 1;
}

.img_event {
    width: 100%;
    height: 100%;
}

.img_event img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-left-content {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.event-left h2 {
    color: #fff;
    font-size: 40px;
    margin: 0 0 20px 0;
}

.event-card {
    background: #fff;
    border: 1px solid #B2B2B2;
    border-radius: 12px;
    padding: 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.event-section .event-card:last-child {
    margin: 0;
}

.event-card img {
    width: 250px;
    height: 237px;
    object-fit: cover;
    border-radius: 8px;
}

.event-time {
    font-size: 16px;
    background: #E8F5FF;
    color: #042954;
    padding: 3px 10px;
    border-radius: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight: 700;
}

.event-time img {
    width: 14px;
    height: 14px;
}

.event-title {
    font-size: 18px;
    margin: 20px 0 0 0;
}

.event-date {
    font-size: 16px;
    color: #042954;
    margin: 0 0 30px 0;
    font-weight: 700;
}

.event-detail-link {
    font-weight: 500;
    font-size: 14px;
    text-decoration: none;
    font-size: 20px;
    color: #1DA0FF;
}

.event-detail-link i {
    rotate: -25deg;
    margin-left: 6px;
}



#blog_wrapper {
    width: 100%;
    float: left;
    background: #0429540D;
    padding: 70px 0;
    position: relative;
}

#blog_wrapper::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: -10px;
    background: url(../images/bg2.png);
    width: 120px;
    height: 282px;
    z-index: -11;
}

#blogTabsContent {
    float: left;
    width: 100%;
    background: #FFFFFF;
    padding: 40px 20px;
    border-radius: 0 0px 20px 20px;
    margin-bottom: 50px;
}

#blogTabsContent .card {
    border: none;
}


#blog_wrapper .nav-tabs .nav-link {
    border: none;
    color: #333;
    font-weight: 500;
}

#blog_wrapper .nav-tabs .nav-link.active {
    color: #1DA0FF;
    background: transparent;
}

#blog_wrapper .blog-card {
    border: none;
    border-radius: 10px;
    transition: transform 0.2s ease;
    height: 100%;
}

#blog_wrapper .blog-card img {
    background: #fff;
    border-radius: 10px;
}

/*#blog_wrapper .blog-card:hover { transform: translateY(-5px); }*/
#blog_wrapper .blog-img {
    border-radius: 10px;
    height: 200px;
    object-fit: cover;
}

#blog_wrapper .read-more {
    color: #1da1f2;
    font-weight: 500;
    text-decoration: none;
}

#blog_wrapper .read-more:hover {
    text-decoration: underline;
}

#blogTabsContent .tab-container {
    margin-top: 40px;
}

#blogTabs {
    border: none;
    margin-bottom: 40px;
}







.join-section {
    width: 100%;
    float: left;
    background: url('../images/col_img.png') center center/cover no-repeat;
    position: relative;
    padding: 60px 0;
    color: #fff;
}

.join-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #042954CC;
    z-index: 1;
}

.join-section .container {
    position: relative;
    z-index: 2;
}

.join-section h2 {
    color: #fff;
}

.join-btn {
    background-color: white;
    color: #1da1f2;
    padding: 6px 20px;
    border-radius: 25px;
    font-weight: 600;
    border: none;
}

.stats-icon {
    margin-bottom: 20px;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 80px;
}

.stat-value {
    font-size: 30px;
    font-weight: 700;
}

.stat-label {
    font-weight: 500;
}

.join-section .btn {
    margin-top: 20px;
}

.join-section .btn:hover {
    border: 1px solid #fff !important;
}





#testimonial_wrapper {
    width: 100%;
    float: left;
    background: #E8F5FF;
    padding: 70px 0px;
    margin-bottom: 70px;
}

.testimonial-content {
    display: flex !important;
    align-items: center;
    gap: 70px;
}

.testimonial-img {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    object-fit: cover;
    position: relative;
}

.quote-icon {
    position: absolute;
    top: 0;
    right: 0;
    background: #1DA0FF;
    color: #fff;
    font-size: 20px;
    padding: 5px 8px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    align-content: center;
    justify-content: center;
}

.quote-icon img {
    width: 30px;
}

.user_info {
    border-top: 1px solid #E6E6E6;
    padding-left: 30px;
    margin-top: 30px;
    padding-top: 30px;
}

.testimonial-text {
    color: #63666A;
    margin: 0;
    width: 99%;
    padding-left: 30px
}

.testimonial-author {}

.user_info .testimonial-author h2 {
    margin: 0;
    font-weight: 700;
    color: #042954;
    font-size: 16px;
}

.testimonial-role {
    color: #1DA0FF;
}

.slick-dots li button:before {
    color: #1da1f2;
}


.testimonial-slider .slick-dots {
    bottom: 0;
}

.testimonial-slider .slick-dots {
    width: auto;
    right: 0;
    bottom: 46px;
}

.testimonial-slider .slick-dots li {
    width: auto;
    height: auto;
}

.testimonial-slider .slick-dots li button {
    padding: 0;
    width: 30px;
    height: 10px;
    border: 1px solid #1DA0FF;
    border-radius: 50px;
}

.testimonial-slider .slick-dots li.slick-active button {
    background: #1DA0FF;
    border-color: #1DA0FF;
}

.testimonial-slider .slick-dots li button:before {
    display: none;
}



#contact_wrapper {
    float: left;
    width: 100%;
}

#contact_wrapper .form-label {
    color: #042954;
    font-weight: 500;
    margin: 0 0 6px 10px;
}

#contact_wrapper .form-control {
    border-radius: 10px;
    background-color: #FCFCFC;
    border: 1px solid #E4E4E4;
    box-shadow: none;
    height: 60px;
}

#contact_wrapper textarea.form-control {
    height: 136px;
    resize: none;
}

#contact_wrapper .form-control:focus {
    border-color: none;
    box-shadow: none;
}







.newsletter-section {
    width: 100%;
    float: left;
    background: #1da1f2 url(../images/bg3.png) no-repeat;
    background-position: right center;
    color: #fff;
    padding: 60px 0;
}

.newsletter-section h2 {
    font-size: 35px;
    color: #fff;
}

.newsletter-section p {
    text-align: justify;
    margin: 0;
}

.newsletter-input {
    border: none;
    padding: 10px 0;
    border-bottom: 1px solid white;
    background: transparent;
    color: white;
    outline: none;
    width: 100%;
}

.newsletter-input::placeholder {
    color: #fff;
}

.btn.subscribe-btn {
    background: #fff !important;
    color: #1da1f2 !important;
    border: none;
}

.newsletter-section .btn.subscribe-btn:hover {
    background: #042954 !important;
    color: #fff !important;
}

#footer {
    width: 100%;
    float: left;
    background: #042954 url(../images/footer_bg.svg) no-repeat;
    background-size: cover;
    background-position: top center;
    color: #fff;
    padding-top: 70px;
}

.top_area {
    margin-bottom: 50px;
}

.top_area p {
    margin: 20px 0 0 0;
}

.footer_wedigt h2 {
    font-size: 20px;
    color: #fff;
}

#footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

#footer ul li {
    margin-bottom: 5px;
}

#footer ul li a {
    color: #fff;
    text-decoration: none;
    display: flex;
}

#footer ul li a:hover {
    color: #1DA0FF;
}

#footer ul li a span {
    width: 24px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
}

.bottom_footer {
    border-top: 1px solid #E6E6E6;
    padding: 20px 0;
    margin-top: 50px;
}

.bottom_footer .col-md-6:last-child {
    justify-content: end;
    display: flex;
}

.bottom_footer p {
    margin: 0;
}

.bottom_footer p a {
    color: #fff;
    text-decoration: none;
}

.bottom_footer p a:hover {
    color: #1DA0FF;
}




.schools-section {
    width: 100%;
    float: left;
    color: #fff;
    padding: 70px 0;
    position: relative;
    margin-bottom: 70px;
}

.schools-section:after {
    position: absolute;
    content: "";
    background: #042954;
    top: 0;
    right: 0;
    width: 65%;
    height: 721px;
    z-index: -11;
}

.school-card {
    background-color: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s;
    margin: 0 15px;
}

.school-card img {
    width: 100%;
    height: 450px;
    object-fit: contain;
}

.school-card .card-body {
    padding: 15px;
    color: #333;
}

.school-title {
    font-weight: 600;
    font-size: 18px;
}

.school-sub {
    font-size: 14px;
    color: #1DA0FF;
    font-weight: 500;
}

.school-content {
    padding: 30px;
}

.schools-heading {
    font-size: 32px;
    font-weight: bold;
}

.schools-description {
    font-size: 14px;
    line-height: 1.6;
    margin: 20px 0;
}

.view-btn {
    background-color: #1da1f2;
    border: none;
    padding: 8px 25px;
    border-radius: 25px;
    font-weight: 500;
    color: white;
}

.slick-dots li button:before {
    color: #1da1f2;
}

.school-slider {
    margin-top: 20px;
}

.school-content.title h2 {
    color: #fff;
    text-align: left;
    margin-bottom: 50px;
}

.school-content.title h2::after {
    left: 0;
    transform: inherit;
}

.schools-section .slick-dots {
    width: auto;
    right: -74%;
    bottom: 46px;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.schools-section .slick-dots li {
    width: auto;
    height: auto;
}

.schools-section .slick-dots li button::before {
    display: none;
}

.slick-dots li button::before {
    color: #1da1f2;
}

.schools-section .slick-dots li button {
    padding: 0;
    width: 30px;
    height: 10px;
    border: 1px solid #1DA0FF;
    border-radius: 50px;
}

.schools-section .slick-dots li.slick-active button {
    background: #1DA0FF;
    border-color: #1DA0FF;
}




.spot_light {
    margin-top: 30px;
    float: left;
    width: 100%;
    padding-bottom: 132px;
    position: relative;
    margin-bottom: 40px;
}

.spot_light:after {
    position: absolute;
    content: "";
    bottom: 0;
    right: 0;
    z-index: -11;
    background: url(../images/bg1.png);
    width: 531px;
    height: 555px;
}

.img_loop {
    float: left;
    width: 100%;
    text-align: center;
}

.img_loop:first-child {
    margin-bottom: 30px;
}

.img_loop a {
    text-decoration: none;
}

.img_loop img {
    width: 100% !important;
    border-radius: 25px;
}

.img_loop .content_port {
    margin-top: 20px;
}

.img_loop .content_port h3 {
    font-size: 20px;
    margin: 0;
}


.inner_banner {
    background: #042954 url(../images/bg4.png) no-repeat;
    background-position: right center;
    float: left;
    width: 100%;
    padding: 110px 0;
    margin-bottom: 70px;
}

.inner_banner .bread_crumb .breadcrumb {
    margin: 0;
    justify-content: center;
}

.inner_banner .bread_crumb .breadcrumb li,
.inner_banner .bread_crumb .breadcrumb li a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}

.inner_banner .breadcrumb-item+.breadcrumb-item::before {
    color: #fff;
}

.bread_crumb h2 {
    margin: 5px 0 0 0;
    color: #fff;
    font-size: 50px;
    text-align: center;
}



.left_right_area {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.left_right_area .row {
    position: relative;
    background: #E8F5FF;
    width: 100%;
    height: 90%;
    z-index: -1;
    border-radius: 20px;
}

/* .left_right_area .row::after { position: absolute; content: ""; background: #E8F5FF; width: 100%; height: 90%; z-index: -1; border-radius: 20px; } */
.left_right_area .row .img_left img {
    width: 100%;
    padding: 20px;
}

.left_right_area .right_content {
    padding-left: 70px;
    padding-right: 106px;
    padding-top: 70px;
    padding-bottom: 70px;
}

.left_right_area .right_content h2 {
    font-size: 24px;
    color: #1DA0FF;
    margin-bottom: 20px;
}


.inner_pg {
    background: #042954;
    color: #fff;
}

.inner_pg h2 {
    color: #fff;
}

.inner_pg img {
    width: 100%;
}

.inner_pg .left_content {
    padding-right: 50px;
}


.impact_wrapper {
    float: left;
    width: 100%;
    padding: 70px 0;
}

.loop_impct {
    text-align: center;
}

.loop_impct h2 {
    margin: 0;
    font-size: 70px;
    color: #1DA0FF;
}

.loop_impct .inf_im {
    font-size: 24px;
    color: #042954;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.school_wrapper .col-md-4 {
    margin-bottom: 30px;
}

.loop_school {
    float: left;
    width: 100%;
    box-shadow: 0px 0px 4px 0px #E4E4E4;
    border-radius: 10px;
    height: 100%;
}

.loop_school a {
    text-decoration: none;
    float: left;
    width: 100%;
}

.loop_school .img {
    float: left;
    width: 100%;
}

.loop_school .img img {
    width: 100%;
    height: 320px;
    border-radius: 12px;
    object-fit: contain;
}

.loop_school .content {
    float: left;
    width: 100%;
    padding: 20px;
}

.loop_school .content h2 {
    margin: 0;
    font-size: 20px;
}

.loop_school .content span {
    color: #1DA0FF;
}



#blog_wrapper.inner_page {
    padding: 0;
    background: transparent;
    margin-bottom: 89px;
}

#blog_wrapper.inner_page:after {
    display: none;
}

#blog_wrapper.inner_page #blogTabsContent {
    padding: 0;
}

#blog_wrapper.inner_page .row {
    padding-bottom: 20px;
    box-shadow: 0px 1px 4px 0px #E1E1E1;
    border-radius: 20px;
    float: left;
    width: 100%;
    margin-bottom: 40px;
}

#blog_wrapper.inner_page .row.loop_evnets .card-body {
    padding-top: 30px;
}

#blog_wrapper .blog-card .card-body {
    position: relative;
}

#blog_wrapper .blog-card .card-body .date_wrap {
    border-radius: 5px;
    background: #042954;
    color: #fff;
    width: auto;
    float: left;
    position: absolute;
    top: -14px;
    padding: 0 15px;
}


.title.left h2 {
    text-align: left;
    position: relative;
}

.title.left h2::after {
    left: 0;
    transform: inherit;
}

.social_links ul {
    margin-top: 50px;
}

.social_links ul li {
    margin-right: 15px;
}

.social_links ul li a {
    background: #E8F5FF;
    border-radius: 100px;
    width: 40px;
    height: 40px;
    padding: 0;
    align-items: center;
    display: flex;
    justify-content: center;
    color: #042954 !important;
    font-size: 19px;
}


.map_wrapper {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.map_wrapper iframe {
    width: 100%;
    height: 465px;
}



.info_wrapper_tel {
    float: left;
    width: 100%;
    margin-bottom: 70px;
}

.loop_cont {
    background: #042954;
    width: 100%;
    text-align: center;
    border-radius: 20px;
    float: left;
    height: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loop_cont a {
    color: #fff;
    width: 100%;
    float: left;
    text-decoration: none;
    font-size: 18px;
}

.loop_cont img {
    margin-bottom: 20px;
}



.inner_banner.small_banner {
    padding: 15px 0;
    background: #042954;
}



.school_detail_wrapper {
    float: left;
    width: 100%;

    .left_details {
        float: left;
        width: 100%;
    }

    .left_details h3 {
        font-size: 24px;
        font-family: "DM Sans", sans-serif;
        font-weight: 700;
    }

    .school_logo_title {
        display: flex;
        align-items: center;
        margin-bottom: 15px;
        gap: 27px;
    }

    .school_logo_title span {
        font-size: 40px;
        color: #042954;
        font-family: 'spartanbold';
    }

    .left_details .banner_img {
        width: 100%;
        margin-bottom: 50px;
    }

    .left_details .banner_img img {
        width: 100%;
        object-fit: scale-down;
        background: #cccccc0f;
    }


    .detail_info_school {
        background: #042954;
        border-radius: 22px;
        overflow: hidden;
        padding: 30px 40px;
        color: #fff;
        margin-bottom: 50px;
    }

    .detail_info_school .row:first-child {
        margin-bottom: 50px;
    }

    .loop_ins h3 {
        color: #fff;
        font-size: 14px;
        margin: 0;
    }

    .loop_ins a {
        text-decoration: none;
        color: #fff;
        float: left;
        width: 100%;
    }

    .detail_info_school .loop_ins p {
        font-weight: 700;
    }


    .gallery_wrapper_inner {
        float: left;
        width: 100%;
    }

    .gallery_wrapper_inner h3 {
        margin: 0 0 20px;
    }

    .gallery_wrapper_inner .galler_img_loop {
        float: left;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    .gallery_wrapper_inner .galler_img_loop {
        width: 100%;
        float: left;
    }

    .gallery_wrapper_inner .galler_img_loop a {
        float: left;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
    }

    .gallery_wrapper_inner .galler_img_loop img {
        width: 100%;
        height: 162px;
        object-fit: cover;
        background: #cccccc0f;
    }

    .gallery_wrapper_inner .col-md-4 {
        margin-bottom: 6px;
    }

}

.right_area {
    float: left;
    width: 100%;
    margin-top: 105px;

    .calltoaction {
        position: relative;
        float: left;
        width: 100%;
    }

    .calltoaction img {
        width: 100%;
    }

    .calltoaction .cont {
        width: 100%;
        float: left;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
    }

    .calltoaction .cont h3 {
        color: #fff;
        margin: 0 0 20px;
        font-size: 30px;
    }

    .calltoaction .cont .btn.btn-primary {
        background: #fff;
        border-color: #fff;
        color: #042954 !important;
    }

    .calltoaction .cont .btn.btn-primary:hover {
        color: #fff !important;
    }

}




.post_wrapper {
    float: left;
    width: 100%;
    margin-top: 50px;

    .post_loop {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }

    .post_loop:last-child {
        margin-bottom: 0;
    }

    .post_loop a {
        text-decoration: none;
        display: flex;
        gap: 20px;
        align-items: center;
    }

    .post_loop .img {
        width: 106px;
        height: 90px;
    }

    .post_loop .img img {
        width: 106px;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .post_loop .post_content h2 {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .post_loop .post_content p {
        font-size: 14px;
        color: #63666A;
        line-height: 16px;
        margin-bottom: 0;
    }




}

.post_wrapper .title h2 {
    font-size: 24px;
    padding: 0 0 30px 0;
}

.post_wrapper .title h2::after {
    width: 111px;
    height: 21px;
    background-size: 100%;
}



.slider_wrapper {
    float: left;
    width: 100%;
    margin-top: 50px;
    margin-bottom: 80px;
}

.slider_wrapper h2 {
    font-size: 24px;
    margin: 0 0 25px 0;
}

.profile-slider {
    float: left;
    width: 100%;
}

.profile-card {
    position: relative;
}

.slider_wrapper .slick-list {
    padding-top: 50px;
    margin: 2px 0;
}

.profile-card .card_inner {
    height: 200px;
    border-radius: 10px;
    padding: 58px 0 20px 0;
    text-align: center;
    width: 97%;
    margin: 10px 5px;
    box-shadow: 0px 0px 4px 0px #E4E4E4;
}

.profile-image {
    width: 100px;
    height: 100px;
    background-color: #1DA0FF;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -50px;
    left: 50%;
    transform: translateX(-50%);
    background-size: cover;
    background-position: center;
}

.school_detail_wrapper .profile-card h3 {
    font-size: 20px;
    margin: 0;
}

.school_detail_wrapper .profile-card .title {
    color: #007bff;
    margin: 0;
    font-weight: 600;
}

.school_detail_wrapper .profile-card .email {
    font-size: 12px;
    margin: 0;
}

.slider_wrapper .slick-arrow {
    background: #042954 !important;
    z-index: 11;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    padding-top: 3px;
    top: 58% !important;
}

.slider_wrapper .slick-arrow.slick-disabled {
    background: #D9D9D9 !important;
}

.slider_wrapper .slick-next {
    right: -10px;
}

.slider_wrapper .slick-prev {
    left: -10px;
}
.school_detail_wrapper.event_detail img {
	width: 100%;
	object-fit: cover;
	height:auto !important;
}

.school_detail_wrapper.event_detail {


    .right_area {
        margin-top: 75px;
    }

    .school_logo_title {
        margin-bottom: 50px;
    }

    .desp_info {
        background: #F9F9F9;
        padding: 46px 27px 30px 27px;
        border-radius: 24px;
        margin-bottom: 50px;
    }

    .desp_info p:last-child {
        margin: 0;
    }

    .detail_info_school .row:first-child {
        margin-bottom: 0;
    }

    .gallery_wrapper_inner {
        margin-bottom: 80px;
    }


    .post_list {
        float: left;
        width: 100%;
    }

    .post_list ul {
        margin: 0;
        padding: 0 0 0 25px;
    }

    .post_list ul li {
        color: #042954;
    }

    .post_list ul li a {
        text-decoration: none;
        color: #042954;
        font-size: 20px;
    }

}

#blog_wrapper.inner_page .row.title_row {
    margin-bottom: 40px;
    box-shadow: none !important;
    border-radius: inherit;
}

.school_wrapper.inner_page.details_pg .row.g-4.loop_evnets {
    box-shadow: none !important;
}

.school_wrapper.inner_page.details_pg .row.g-4.loop_evnets .col-md-4 {
    margin: 0 !important;
}


.register_wrapper {
    float: left;
    width: 100%;
    padding: 67px 0 40px 0;
    border-top: 50px solid #042954;
    background: url(../images/bg5.png) no-repeat;
    background-size: cover;
}

.fields_loop {
    float: left;
    width: 100%;
    margin-bottom: 20px;
}

.fields_loop label {
    color: #042954;
    font-weight: 600;
    margin: 0 0 3px 10px;
}

.fields_loop label span {
    color: #EA5A68;
    position: relative;
    top: -3px;
    right: -4px;
}

.fields_loop input.form-control {
    border: 1px solid #E4E4E4;
    border-radius: 5px;
    height: 50px;
}

.form_wrapper input.btn {
    margin: 0px auto;
    display: block;
}

.form_wrapper .ling_text {
    text-align: center;
    margin-top: 8px;
    display: flex;
    justify-content: center;
}

.form_wrapper .ling_text p {
    margin: 0;
    color: #042954;
}

.form_wrapper .ling_text p a {
    color: #EA5A68;
}

.form_wrapper .ling_text form.d-inline button {
    text-decoration: none !important;
    color: #EA5A68;
    margin-left: 5px !important;
}

.code-inputs {
    display: flex;
    gap: 60px;
    margin: 60px 0px;
}

.code-inputs input {
    width: 110px;
    height: 110px;
    font-size: 28px;
    text-align: center;
    border: 2px solid #eee;
    border-radius: 10px;
    outline: none;
    transition: border 0.3s;
}

.code-inputs input:focus {
    border-color: #1e90ff;
}


.donate_wrapper {
    background: transparent;

    .form_wrapper {
        box-shadow: 0px 1px 4px 0px #C2C2C2D6;
        padding: 50px;
        border-radius: 30px;
        background: #FDFDFD;
    }

    .form_wrapper input.form-control {
        color: #B2B2B2;
    }

    .form_wrapper input.form-control::placeholder {
        color: #B2B2B2;
        opacity: 1;
    }

    .custom-input::placeholder,
    .form-control::placeholder,
    textarea.form-control::placeholder {
        color: #999 !important;
        /* Change this to your desired color */
        opacity: 1;
        /* Prevent light gray */
        -webkit-text-fill-color: initial !important;
    }

    .form_wrapper h3 {
        font-size: 20px;
        margin: 0 0 40px 0;
    }

    .form_wrapper .btn.btn-primary {
        width: 100%;
        background: #042954;
        border-color: #042954;
        margin-top: 30px;
        border-radius: 10px;
        margin-bottom: 15px;
    }

    .form_wrapper .btn.btn-primary:hover {
        background: #1DA0FF !important;
        border-color: #1DA0FF !important;
    }


    .step-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 30px;
    }

    .step {
        position: relative;
        width: 40px;
        height: 40px;
        transform: rotate(45deg);
        border: 3px solid #D9D9D9;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .step.active {
        background-color: #1da1f2;
        border-color: #1da1f2;
    }

    .step.completed {
        background-color: #1da1f2;
        border-color: #1da1f2;
    }

    .step span {
        transform: rotate(-45deg);
        color: #ccc;
        font-weight: bold;
    }

    .step.active span,
    .step.completed span {
        color: white;
    }

    .arrow {
        width: 153px;
        height: 16px;
        position: relative;
    }

    .arrow::after {
        content: '';
        position: absolute;
        background: url(../images/arrow.png) no-repeat;
        background-size: auto;
        height: 16px;
        width: 153px;
        background-size: contain;
    }

    .donate_side {
        float: left;
        width: 100%;
    }

    .donate_side img {
        width: 100%;
    }

    .donate_side p {
        margin: 30px 0 0 0;
    }


}


.bank-transfer-box {
    .header {
        background-color: #1da1f2;
        color: white;
        padding: 15px 20px;
        font-size: 16px;
        font-weight: 600;
        border-radius: 5px;
    }

    .content {
        padding: 20px;
        background: #F5F5F5;
        margin-top: 10px;
        border-radius: 10px;
    }

    .content label {
        display: block;
        font-weight: 600;
        margin-bottom: 10px;
        color: #042954;
    }

    select {
        width: 100%;
        padding: 10px;
        font-size: 15px;
        border: 2px solid #E4E4E4;
        border-radius: 5px;
        margin-bottom: 20px;
        background: #fff;
        height: 50px;
        -webkit-text-fill-color: initial !important;
    }

    .bank-info {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        background: #f5f5f5;
        padding: 15px;
        border-radius: 8px;
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 1.6;
    }

    .bank-info .details {
        flex: 1;
    }

    .image-placeholder {
        width: 120px;
        height: 110px;
        background: #ddd;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 20px;
        color: #888;
    }

    .image-placeholder img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .upload-button {
        width: 100%;
        background: #1da1f2;
        color: white;
        padding: 12px;
        border: none;
        border-radius: 8px;
        font-size: 15px;
        cursor: pointer;
    }

    .note {
        color: #555;
        margin-top: 15px;
        text-align: center;
    }

    .note strong {
        color: #000;
    }

}


.donate_wrapper {
    .bank-transfer-box.donate_wrapper .content {
        background: transparent;
    }

    .grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
        margin-bottom: 12px;
    }

    .btn {
        padding: 10px;
        border: 1px solid #E4E4E4;
        border-radius: 6px;
        background-color: #fff;
        cursor: pointer;
        color: #042954;
        font-weight: 600;
    }

    .btn.active {
        background-color: #1DA0FF;
        color: white;
        border-color: #1DA0FF;
    }

    .input-box {
        width: 100%;
        border: 1px solid #E4E4E4;
        border-radius: 6px;
        margin-bottom: 16px;
        color: #042954;
        font-weight: 600;
        padding: 0 25px;
        height: 50px;
    }

    .input-box::placeholder {
        color: #042954;
        font-weight: 600;
    }

    .divider {
        text-align: center;
        margin: 16px 0;
        color: #888;
        position: relative;
        color: #042954;
        font-weight: 600;
    }

    .divider::after {
        position: absolute;
        content: "";
        width: 100%;
        border-bottom: 2px dashed #B2B2B2;
        top: 13px;
        left: 0;
    }

    .divider span {
        background: #fff;
        position: relative;
        z-index: 1;
        padding: 0 10px;
    }

    .child-box {
        display: flex;
        align-items: center;
        padding: 10px;
        border-radius: 6px;
        margin-bottom: 16px;
    }

    .child-box input {
        padding: 5px;
        text-align: center;
        border: 1px solid #E4E4E4;
        width: 170px;
        height: 50px;
        border-radius: 5px;
        margin-right: 20px;
    }

    .child-box span {
        font-weight: 700;
        color: #042954;
    }

    .bank-transfer-box.donate_wrapper .note {
        text-align: left;
        font-weight: 500;
        color: #042954;
        font-size: 16px;
    }

    .types {
        display: flex;
        gap: 10px;
    }

    .type-btn {
        color: #042954;
        flex: 1;
        padding: 10px;
        border: 1px solid #E4E4E4;
        border-radius: 6px;
        background-color: white;
        cursor: pointer;
        font-weight: 600;
    }

    .type-btn.selected {
        background-color: #1DA0FF;
        color: white;
        border-color: #1DA0FF;
    }

    .types.valeue .type-btn {
        flex: inherit;
        padding: 10px 40px;
    }

    .btn.btn-primary {
        border-radius: 50px;
    }
}


button.navbar-toggler {
    background: #1DA0FF;
    color: #fff;
    padding: 5px;
    border-color: #1DA0FF;
}

button.navbar-toggler span.navbar-toggler-icon {
    height: auto;
    padding: 0 0 2px 0;
}



#blog_wrapper.inner_page .row.loop_evnets .card-body .card-title {
    margin: 0;
}

#blog_wrapper.inner_page .row.loop_evnets .card-body span {
    color: #1DA0FF;
    font-weight: 700;
    font-size: 12px;
    margin-top: -4px;
    float: left;
    width: 100%;
}

#blog_wrapper .read-more.text-decoration-none {
    color: #63666A;
}


@media only screen and (max-width: 767px) {

    .img_loop {
        margin-bottom: 20px;
    }

    #banner .caption {
        width: 100%;
    }

    #banner .caption h2 {
        font-size: 30px;
        line-height: 40px;
    }

    #banner img {
        height: 400px;
    }

    .colum_wrapper.mission {
        margin-top: 25px;
    }

    .schools-section:after {
        width: 100%;
        height: 100%;
    }

    .schools-section .slick-dots {
        width: auto;
        right: 0;
        bottom: -36px;
        left: 50%;
        transform: translateX(-50%);
    }

    #blog_wrapper::after {
        display: none;
    }

    #blog_wrapper .blog-card img {
        margin: 0px auto;
        display: block;
        max-width: 100%;
        width: auto;
        object-fit: scale-down;
    }



    #testimonial_wrapper {
        padding: 50px 0px 20px 0px;
    }

    .testimonial-content {
        display: block !important;
    }

    .testimonial-content .position-relative {
        margin-bottom: 25px;
    }

    #contact_wrapper .cont_img {
        text-align: center;
        display: none;
    }

    .newsletter-section form {
        display: block !important;
    }

    .newsletter-section form button {
        margin-top: 15px;
    }

    .top_area {
        margin-bottom: 0;
    }

    #footer .col-md-3 {
        margin-top: 30px;
    }

    .spot_light .col-md-6 {
        margin-top: 50px;
    }

    .event-left h2 {
        font-size: 35px;
    }

    .event-card {
        display: block;
    }

    .event-card img {
        margin-top: 20px;
    }

    .event-card .event-time img {
        margin-top: 0;
    }

    .left_right_area .right_content {
        padding: 30px 10px;
    }


    .loop_impct h2 {
        font-size: 50px;
    }

    .loop_impct .inf_im {
        font-size: 16px;
    }

    .loop_impct {
        margin-bottom: 30px;
    }

    .impact_wrapper {
        padding: 30px 0px;
    }

    .left_right_area .row {
        width: auto;
    }

    #about_wrapper .right_img img {
        margin-top: 20px;
    }

    .school_logo_title span {
        font-size: 25px !important;
        line-height: normal;
    }


    .detail_info_school .row {
        margin-bottom: 0px !important;
    }

    .detail_info_school .col-md-4 {
        margin-top: 20px;
    }

    .gallery_wrapper_inner .col-md-4 {
        width: 50%;
    }

    .slider_wrapper {
        margin-bottom: 0;
    }

    .right_area {
        margin-top: 30px;
    }

    .post_wrapper {
        margin-bottom: 50px;
    }

    .info_wrapper_tel .col-md-4 {
        margin-bottom: 20px;
    }

    .form_wrapper {
        padding: 30px !important;
    }

    .bank-transfer-box {
        .content {
            padding: 0;
        }
    }

    .donate_wrapper {
        .arrow {
            display: none;
        }
    }

    .title.left h2 {
        font-size: 30px;
    }

    .register_wrapper .form_wrapper {
        padding: 0 !important;
    }

    header#header {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    #header nav li a {
        padding: 5px 25px;
        border-bottom: 1px solid #cccc;
    }

    #header nav .mobile_navs li:last-child a {
        border: none;
    }

    .school_block .block_inner .col-md-4 {
        margin-bottom: 20px;
    }

    .profoile_form .col-md-12.mt-4 .btn.btn-primary {
        padding: 9px 15px !important;
    }

    .table_wrapper {
        overflow-x: scroll;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .profile-header {
        display: block !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {


    header#header {
        float: left;
        width: 100%;
        padding: 0 15px;
    }

    #header nav li a {
        padding: 5px 25px;
        border-bottom: 1px solid #cccc;
    }

    #header nav .mobile_navs li:last-child a {
        border: none;
    }

    .img_loop img {
        object-fit: cover;
        object-position: center;
    }

    .event-card img {
        width: 170px;
        height: 237px;
        object-fit: contain;
    }

    #blog_wrapper .blog-card img {
        object-fit: scale-down;
        background: #cccccc29;
        width: 100%;
    }

    #blog_wrapper::after {
        display: none;
    }

    .event-card .event-time img {
        width: auto;
        height: auto;
        margin: 0 4px 0 0;
    }

    .event-left h2 {
        font-size: 25px;
    }

    .img_event img {
        object-fit: cover;
    }

    .newsletter-section .col-md-6 {
        width: 100%;
    }

    #footer ul li {
        word-break: break-all;
    }

    .left_right_area .right_content {
        padding: 40px 20px;
    }

    .loop_school .img img {
        height: 220px;
    }

    .school_logo_title span {
        line-height: normal;
        font-size: 30px !important;
    }

    .calltoaction .cont h3 {
        font-size: 20px !important;
    }

    .school_detail_wrapper .loop_ins a {
        word-break: break-all;
    }

    .loop_cont a {
        padding: 0 5px;
    }

    .donate_wrapper {
        .arrow {
            display: none;
        }
    }


    .school_block.school_list .col-md-4 {
        width: 50%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    div#navbarsExample08 {
        margin-top: 0;
    }

    #header nav li a {
        padding: 0 15px 0 20px;
    }

    .school_logo_title span {
        line-height: normal;
    }

    .arrow::after {
        width: 131px !important;
        left: 11px !important;
    }

    .table_wrapper .nav-item {
        margin-right: 30px !important;
    }





}

#blog_wrapper .blog-card img {
    width: 100%;
    object-fit: cover;
    height: 300px;
}

.fields_loop .input-group .input-group-text {
    background: transparent;
    border-left: none;
    box-shadow: none !important;
}

.fields_loop #password {
    border-right: 0;
}

.carousel-control-next,
.carousel-control-prev {
    width: 3%;
}

.trim_three_line {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
