@import url(bootstrap.min.css);
@import url(swiper-bundle.min.css);
@import url(all.min.css);
@import url(fontawesome.min.css);

@font-face {
    font-family: futur;
    src: url(../fonts/FUTUR.TTF);
}

@font-face {
    font-family: futur-medium;
    src: url(../fonts/FUTURA.html\ MEDIUM\ BT.TTF);
}

@font-face {
    font-family: futur-unicode;
    src: url(../fonts/UNICODE.FUTURAB.TTF);
}

@font-face {
    font-family: Aleo-VariableFont_wght;
    src: url(../fonts/Aleo-VariableFont_wght.ttf);
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}


:root {
    --white: #fff;
    --black: #000;
    --dark_blue: #063058;
    --light_blue: #1A5D9F;
    --blue_99C5F2: #99C5F2;
    --blue_C2E0FF: #C2E0FF;
    --dark_green: #517A00;
    --light_green: #679A02;
}

body {
    font-family: futur-medium;
    background-color: var(--white);
}

html {
    scroll-behavior: smooth;
}

/* common css start  */

li {
    list-style: none;
}

a {
    color: var(--white);
    display: flex;
    font-size: 16px;
    text-decoration: none;
}

p {
    font-size: 16px;
}

ul li,
ul li a {
    font-family: futur-medium;
}


h3 {
    font-size: 32px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    font-family: futur-medium !important;
}

.row_gap {
    row-gap: 20px;
}

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

.container-fluid {
    padding: 0 65px;
}

.container_fluid_0 {
    padding: 0 !important;
    overflow: hidden;
}

.btn_design {
    color: var(--black);
    display: inline-flex;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    background-color: var(--white);
    box-shadow: 5px 7px 7px 0 rgba(0, 0, 0, 0.35);
}

.btn_design:hover {
    color: var(--white);
    background-color: var(--light_blue);
}

.btn_black {
    color: var(--white);
    display: inline-flex;
    padding: 12px 30px;
    font-size: 16px;
    font-weight: 500;
    background-color: #063058;
    transition: 0.5s;
    box-shadow: 6px 4px 8px 0 rgba(0, 0, 0, 0.35);
}

.btn_black:hover {
    background-color: var(--light_green);
}


/* common css end   */



/* header css start  */

.pre_header {
    background-color: var(--dark_blue);
}

.pre_header .line_txt {
    height: 58px;
    padding: 0 18px;
    align-items: center;
    box-shadow: inset 0 0 0 1px var(--white);
}

.pre_header .line_txt img {
    width: 30px;
    height: 30px;
}

.header_logo {
    background-color: var(--dark_green);
}

.header_logo a {
    height: 80px;
}

.navbar {
    background-color: var(--light_blue);
}

.navbar .nav-link {
    color: var(--white) !important;
    transition: 1s;
    font-size: 16px;
    font-weight: 500;
    padding: 15px 16px !important;
}

.navbar .nav-link.active {
    background-color: #063058;
    color: var(--white);
}

.navbar-toggler {
    margin: 10px 0;
    border-color: #fff;
}

.navbar-toggler span {
    filter: invert(1);
}

.navbar .dropdown-menu {
    padding: 0;
    border: solid 1px var(--black);
    width: 200px;
}

.navbar .dropdown-menu li .nav-link {
    padding: 10px 20px;
    font-weight: 500;
    color: #000 !important;
    border-bottom: solid 1px var(--black);
    background-color: var(--blue_C2E0FF);
}

.navbar .dropdown-menu li .active,
.navbar .dropdown-menu li .nav-link:hover {
    color: var(--white) !important;
    background-color: var(--dark_blue);
}

.navbar .submenu {
    position: relative;
}

.navbar .submenu .more_sub_menu {
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    padding-left: 0;
    display: none;
}

.navbar .submenu:hover .more_sub_menu {
    display: block;
}

.navbar .dropdown:hover>.dropdown-menu {
    display: block !important;
}

.dropdown-menu .dropdown-menu {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -1px;
}

.dropdown-menu li:hover>.dropdown-menu {
    display: block;
}

/* header css end  */


/* misitry  css start  */

.misitry {
    background-color: var(--light_green);
}

.misitry .misitry_txt {
    padding-left: 65px;
}

.misitry .misitry_txt h1 {
    font-size: 30px;
    font-weight: 500;
}

.misitry .btn_design {
    margin-top: 30px;
}

.banner_slider .swiper-pagination-bullet {
    opacity: 1;
    background-color: var(--white);
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.39);
}

.banner_slider .swiper-pagination-bullet-active {
    background-color: var(--dark_blue);
}

.banner_slider .swiper-pagination {
    padding-right: 65px;
    bottom: 40px;
}

.card_1 p {
    font-size: 20px;
    color: #0A6528;
    font-weight: 500;
}


.card_1 .card_img {
    height: 350px;
}

.card_1 .card-body {
    padding: 30px 40px;
    height: 100%;
    display: flex;
    align-items: center;
    color: var(--white);
}

.card_1 .card-body p {
    margin-bottom: 0;
    text-align: center;
}

.card_1 .card-body .bi-quote {
    font-size: 72px;
    color: #0A6528;
}

.card_1 .card-body .quote_1 {
    top: 10px;
    left: 30px;
}

.card_1 .card-body .quote_2 {
    bottom: 10px;
    right: 30px;
    transform: rotate(180deg);
}

.minister .swiper-button-next:after,
.minister .swiper-button-prev:after {
    color: #000;
    min-width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    box-shadow: 6px 2px 8px 0 rgba(0, 0, 0, 0.55);
}

.swiper-button-next {
    top: unset;
    bottom: 20px;
    right: 30px;
}

.swiper-button-prev {
    top: unset;
    bottom: 20px;
    left: 30px;
}

/* misitry  css end  */



/* mission  css start  */

.mission .mission_txt {
    background-color: var(--blue_99C5F2);
}

.mission .event_txt {
    background-color: var(--blue_C2E0FF);
}

.mission .mission_txt,
.mission .event_txt {
    height: 100%;
    padding: 30px 20px;
}

.mission .mission_txt div,
.mission .event_txt div {
    max-width: 760px;
}

.mission h3 {
    margin-bottom: 20px;
}

.mission p {
    font-size: 18px;
    font-weight: 500;
}

.tab_list .nav .nav-link {
    background: var(--light_green);
    border-radius: 0;
    color: var(--white);
    font-weight: 700;
    padding: 16px 30px;
    width: 50%;
    justify-content: center;
    display: flex;
    border: solid 1px var(--black);
}

.tab_list .nav {
    border: var(--black);
    background: var(--light_green);
}

.tab_list .nav .nav-link.active {
    background: #2F4308;
}

.tab_list .nav-tabs .nav-link:focus,
.tab_list .nav-tabs .nav-link:hover {
    border-color: var(--black);
}

.tab_list .tab-content {
    color: var(--white);
    background-color: var(--dark_green);
}

.tab_list .tab-content ul li {
    list-style-type: disc;
}

.tab_list_scrool {
    overflow-y: scroll;
    max-height: 300px;
}


/* mission  css end  */


/* project , join , resources css satrt  */

.bg_ {
    background: url(../images/bg_.png) no-repeat;
    background-size: cover;
    background-position: center;
}

.project .row {
    row-gap: 20px;
}

.project .project_card {
    height: 100%;
    padding: 40px 30px;
    text-align: center;
    background-color: var(--blue_99C5F2);
}

.project .project_card h4 {
    font-size: 24px;
    margin-bottom: 20px;
}

.project .project_card p {
    margin-bottom: 50px;
    font-weight: 500;
}

.support {
    color: #fff;
    padding: 30px 0 40px;
    background-color: var(--dark_green);
}

.resources .resources_list {
    padding: 30px;
    transition: 0.5s;
    background-color: var(--blue_99C5F2);
}

.resources .resources_list h4 {
    color: var(--black);
    text-align: center;
}


.resources .resources_list:hover {
    background-color: var(--dark_blue);
}

.resources .resources_list:hover>h4 {
    color: var(--white);
}

/* project , join , resources css end  */


/* dash_board css start  */

.dash_board {
    padding: 26px 0;
    background-color: var(--dark_green);
}

.dash_board .dash_board_list .img {
    width: 100%;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.dash_board .dash_board_list .img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    margin-right: 20px;
}

.dash_board .dash_board_list h5 {
    color: var(--white);
    font-size: 20px;
}

/* dash_board css end */



/* gallery_list css start */

.gallery_list {
    row-gap: 50px;
}

.gallery_list .gallery_item {
    width: calc(33.33% - 6px);
}

.gallery_list .gallery_item .btn_position {
    left: 50%;
    width: 100%;
    display: flex;
    bottom: -20px;
    justify-content: center;
    transform: translateX(-50%);
}


/* gallery_list css end */



/* footer css start */
.pre_footer {
    margin-bottom: -10px;
    margin-top: 60px;
}

.pre_footer .swiper {
    padding-bottom: 10px;
}

.pre_footer img {
    /*box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.84);*/
    width: 50%;
    margin: auto;
    display: flex;
}

.bottom_link {
    gap: 2px 20px;

}

.footer {
    color: var(--white);
    padding-top: 70px;
    font-weight: 500;
    background-color: var(--light_blue);
}

.footer h2 {
    font-size: 40px;
    margin-bottom: 70px;
}

.footer h5 {
    font-size: 24px;
    margin-bottom: 50px;
    position: relative;
}

.footer h5::before {
    content: "";
    height: 6px;
    left: 0;
    bottom: -16px;
    width: 100px;
    background-color: var(--white);
    position: absolute;
}

.footer ul {
    display: grid;
    row-gap: 20px;
}

.footer .c_pt {
    padding-top: calc(50px + 29px);
}

.footer .copyright {
    margin-top: 80px;
    padding: 20px 0;
    background-color: var(--dark_blue);
}

/* footer css end */





/* about page css start  */

.about_banner {
    margin-top: 60px;
}

.about_banner .about_txt {
    bottom: 70px;
    left: 80px;
}

.about_banner .about_txt h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.about_banner .about_txt h4 {
    font-size: 26px;
}

.footprint {
    margin-top: 35px;
}

.footprint .footprint_item {
    padding: 60px 40px;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--blue_C2E0FF);
}

.footprint .footprint_item.bg-light {
    box-shadow: 4px 4px 4px 0 rgba(0, 0, 0, 0.61);
}

.footprint .footprint_item h3 {
    font-size: 32px;
}

.pera {
    margin-top: 60px;
}

.pera p {
    font-size: 20px;
    font-weight: 500;
}

/* about page css end  */




/* event page css end  */

.event_banner {
    background: url(../images/events_banner.png) no-repeat;
    background-position: center;
    background-size: cover;
    height: 340px;
}

.event_banner h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.event_banner h5 {
    font-size: 20px;
}

.event_card {
    margin-top: 60px;
}

.event_card .event_card_item {
    height: 100%;
    background-color: var(--dark_green);
}

.event_card .event_card_item img {
    height: 260px;
}

.event_card .event_card_item .txt {
    color: var(--white);
    padding: 30px 40px;
}

.event_card .event_card_item h4 {
    font-size: 32px;
}

.event_card .event_card_item p {
    font-size: 18px;
    font-weight: 500;
}

/* event page css end  */


.card_colored_row .row {
    row-gap: 20px;
}

.card_colored_re_bg .card_colored {
    background-color: #fff;
}

.card_colored {
    border-radius: 12px;
    padding: 30px 20px;
    border: solid 5px var(--dark_green);
    background-color: #d2f58e;
    height: 100%;
}

.card_colored h5 {
    margin-bottom: 16px;

}


.card_colored ul li:before {
    color: var(--dark_green);
}

.central_row .row {
    row-gap: 20px;
}

.central_row .central_committee {
    padding: 20px;
    border-radius: 14px;
    /*border: dotted 3px var(--dark_green);*/
    box-shadow: 0px 0px 6px 0px #c2c2c2;
}

.central_row .central_committee h5 {
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.central_row .central_committee p {
    text-align: center;
}

.central_row .img_box {
    height: 350px;
}

.central_row .img_box img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
    object-position: top;
}

.gallery_list_p {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
}

.gallery_list_p .gallery_item_p a {
    height: 250px;
    overflow: hidden;

}

.gallery_list_p .gallery_item_p p {
    text-align: center;
    margin-top: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 15px;
}

.gallery_list_p a,
.gallery_list_p a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video_g .cs_video_block {
    height: 250px;
}

.blog .blog_list .blog_img {
    width: 100%;
    height: 300px;
    overflow: hidden;
    border-radius: 20px;
}

.blog .blog_list .blog_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 1s;
}

.blog .blog_list .blog_img:hover img {
    transform: scale(1.1);
}

.blog .blog_list .blog_date {
    margin: 30px 0 10px 0;
}

.blog .blog_list h2 a {
    font-size: 26px;
    margin-bottom: 14px;
    color: #000;
    font-weight: 500;
    color: var(--dark_green);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .blog_list p {
    font-size: 16px;
    color: #999;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog .blog_list .cs_btn {
    color: #000;
    font-size: 16px;
    padding: 8px 16px;
    display: inline-flex;
    margin-top: 10px;
    border: solid 1px #000;
}

.blog_list_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 3 equal columns */
    gap: 40px 20px;
    /* Space between columns */
}

.blog .cs_sidebar {
    margin-left: 60px;
    top: 20px;
}


.blog .cs_sidebar_item ul {
    row-gap: 6px;
    display: grid;
}

.blog .cat-item a {
    color: #000;
}

.blog .recent_post_img {
    min-width: 70px;
    width: 70px;
    height: 70px;
    border: solid 1px #ccc;
    padding: 4px;
    border-radius: 6px;
    margin-right: 10px;
}

.blog .recent_post_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
}

.blog .cs_sidebar_widget_title {
    color: #fff;
    padding: 12px 10px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 20px;
    background-color: var(--dark_green);

}

.blog .cs_recent_post_title a {
    color: var(--light_blue);
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_detail .cs_blog_details {
    max-width: 991px;
    margin: auto;
}

.blog_detail .cs_blog_details h1 {
    font-size: 32px;
}

.blog_detail .blog_detail_img {
    width: 100%;
    padding: 10px;
    border-radius: 16px;
    margin-bottom: 30px;
    border: solid 3px var(--dark_green);
}

.news_ .news_box_img {
    width: 100%;
    height: 250px;
}

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

.news_ .row {
    row-gap: 16px;
}

.news_ .news_box h2 a {
    color: var(--dark_green);
    justify-content: center;
    font-weight: 500;
    font-size: 18px;
}


.video_row_video {
    width: 100%;
    max-width: 991px;
    margin: auto;
    height: 100%;
    max-height: 400px;
    border-radius: 20px;
    overflow: hidden;
}

.video_row_video::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
}

.video_row_video img,
.video_row_video video {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
}

.video_row_video .play_btn {
    background-color: var(--dark_green);
    width: 100px;
    height: 100px;
    color: var(--white);
    font-size: 26px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.video_row_video .play_btn::after,
.video_row_video .play_btn::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: var(--dark_green);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 var(--dark_green);
    box-shadow: 0 0 0 0 var(--dark_green);
    -webkit-animation: button_ripple 3s infinite;
    animation: button_ripple 3s infinite;
    /* z-index: -1; */
}

@keyframes button_ripple {
    70% {
        -webkit-box-shadow: 0 0 0 15px var(--dark_green);
        box-shadow: 0 0 0 15px var(--dark_green);
        opacity: 0;
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 var(--dark_green);
        box-shadow: 0 0 0 0 var(--dark_green);
        opacity: 0;
    }
}

.video_row_video .play_btn::before {
    -webkit-animation-delay: .9s;
    animation-delay: .9s;
}

.video_row_video .play_btn::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.video_row_video .video_row_txt {
    padding: 50px;
    border-radius: 20px;
    background-color: var(--white);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.1);
}

.courses_row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 30px;
    margin-top: 40px;
}

.courses_row .courses_img {
    width: 100%;
    height: 350px;
    overflow: hidden;
}

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

.courses_row .courses_item h5 {
    margin: 26px 0 16px 0;
}

.courses_row .courses_item p {
    color: #999;
}

.courses_row .courses_item .btn_black {
    margin-top: 10px;
}

.courses_head .img {
    width: 100%;
    height: 400px;
    border-radius: 20px;
    border: solid 2px var(--dark_green);
    padding: 10px;
}

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

.courses_head h1 {
    font-size: 40px;
    margin-bottom: 30px;
}

.courses_detail_row {
    margin-top: 50px;
}

.courses_detail h4 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}


@media (max-width:1200px) {

    h3 {
        font-size: 28px;
    }


    .misitry .misitry_txt {
        padding-left: 35px;
    }

    .pre_header .line_txt {
        height: 48px;
        font-size: 15px;
    }

    #google_translate_element,
    #google_translate_element select {
        height: 48px !important;
        font-size: 15px !important;
    }

    .pre_header .line_txt img {
        width: 24px;
        height: 24px;
    }

    .misitry .misitry_txt h1 {
        font-size: 32px;
    }

    .navbar .nav-link {
        font-size: 14px;
        padding: 15px 12px !important;
    }

    .container-fluid {
        padding: 0 35px;
    }

    .card_1 .card-body {
        padding: 20px 30px;
    }

    .mission p {
        font-size: 18px;
    }

    .tab_list .nav .nav-link {
        padding: 16px 24px;
    }

    .tab_list_btn {
        margin-top: 0 !important;
    }

    .banner_slider .swiper-pagination {
        padding-right: 35px;
        bottom: 20px;
    }

    .project .project_card h4 {
        font-size: 20px;
    }

    .project .project_card {
        padding: 30px 10px;
    }

    .about_banner {
        margin-top: 50px;
    }

    .footprint .footprint_item {
        padding: 40px 30px;
        height: 100%;
    }

    .footprint .footprint_item h3 {
        font-size: 26px;
    }

    .event_card .event_card_item h4 {
        font-size: 26px;
    }

    .event_card .event_card_item .txt {
        padding: 30px 30px;
    }

    .event_card .event_card_item p {
        font-size: 16px;
    }

    .event_card {
        margin-top: 50px;
    }

    .card_1 .card-body .bi-quote {
        font-size: 62px;
    }

    .gallery_list_p {
        grid-template-columns: repeat(3, 1fr);
    }

    .blog .blog_list .blog_img {
        height: 350px;
    }

    .blog .cs_sidebar {
        margin-left: 0;
    }

    .blog {
        margin: 36px 0 !important;
    }

    .blog .blog__title {
        margin-bottom: 30px !important;
    }

    .blog_list_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .courses_head h1 {
        font-size: 32px;
    }

}

@media (max-width:991.20px) {
    h3 {
        font-size: 24px;
    }

    .btn_design {
        padding: 10px 20px;
        font-size: 14px;
    }

    .btn_black {
        padding: 10px 26px;
        font-size: 14px;
    }

    .navbar .nav-link {
        font-size: 16px;
        padding: 10px 12px !important;
    }

    .misitry .misitry_txt {
        padding-right: 0 !important;
    }

    .misitry .misitry_txt h1 {
        font-size: 24px;
    }

    .card_1 .card-body .bi-quote {
        font-size: 42px;
    }


    .card_1 .card_img {
        height: 280px;
    }

    .card_1 .card-body p {
        font-size: 18px;
    }

    .minister .swiper-button-next:after,
    .minister .swiper-button-prev:after {
        min-width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .swiper-button-prev {
        bottom: 10px;
        left: 20px;
    }

    .swiper-button-next {
        top: unset;
        bottom: 10px;
        right: 20px;
    }

    .resources .resources_list h4 {
        font-size: 20px;
    }

    .dash_board .dash_board_list .img {
        min-width: 50px;
        width: 50px;
        height: 50px;
    }

    .dash_board .dash_board_list h5 {
        font-size: 16px;
    }

    .footer .row {
        row-gap: 30px;
    }

    .footer .c_pt {
        padding-top: 0;
    }


    .minister,
    .tab_list,
    .resources,
    .mission {
        margin-top: 40px !important;
    }

    .bg_ {
        padding: 40px 0 !important;
    }

    .project h3,
    .project h3 {
        padding-bottom: 30px !important;
    }

    .resources .resources_list {
        padding: 20px;
    }

    .pre_footer {
        margin-bottom: -5px;
        margin-top: 40px;
    }

    .footer {
        padding-top: 40px;
    }

    .footer h2 {
        font-size: 30px;
        margin-bottom: 40px;
    }

    .footer h5 {
        font-size: 20px;
        margin-bottom: 40px;
    }

    .footer h5::before {
        height: 4px;
        bottom: -10px;
    }

    .footer ul {
        row-gap: 10px;
    }

    .footer .copyright {
        margin-top: 40px;
    }

    .tab_list .nav-tabs {
        width: 100%;
        overflow: scroll;
        white-space: nowrap;
        flex-wrap: unset;
    }

    .tab_list .nav .nav-link {
        width: 50%;
        padding: 10px 24px;
    }

    .about_banner {
        margin-top: 40px;
    }

    .about_banner .about_txt {
        left: 50px;
    }

    .about_banner .about_txt h1 {
        font-size: 30px;
    }

    .about_banner .about_txt h4 {
        font-size: 20px;
    }

    .footprint .footprint_item h3 {
        font-size: 20px;
    }

    .pre_footer .swiper {
        padding-bottom: 5px;
    }

    .pera {
        margin-top: 40px;
    }

    .pera p {
        font-size: 18px;
    }

    .footprint .footprint_item h3 {
        margin-bottom: 30px;
    }

    .event_card {
        margin-top: 40px;
    }

    .event_banner h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .event_banner h5 {
        font-size: 16px;
    }

    .event_banner {
        height: 280px;
    }

    .blog .blog_list .blog_date {
        margin: 20px 0 10px 0;
    }

    .blog .blog_list_row {
        margin-top: 40px;
    }

    .blog .row {
        flex-direction: column-reverse;
    }

    .blog_list_row {
        grid-template-columns: repeat(2, 1fr);
    }

    .courses_row .courses_img {
        width: 100%;
        height: 250px;
    }

    .courses_row .courses_item h5 {
        margin: 16px 0 10px 0;
    }

    .courses_row {
        gap: 30px 20px;
        margin-top: 30px;
    }

    .courses_detail_row {
        margin-top: 30px;
    }

    .row_rever .row {
        flex-direction: column-reverse;
    }

    .sectiontop-gap-medium {
        padding-top: 40px !important;
    }

    .sectionbottom-gap-medium {
        padding-bottom: 40px !important;
    }

    .header_logo a {
        height: 70px;
    }


}

@media (max-width:767.20px) {
    p {
        font-size: 15px;
    }

    ul li {
        font-size: 15px;
    }

    .pre_header .line_txt {
        height: 38px;
        font-size: 14px;
    }

    #google_translate_element,
    #google_translate_element select {
        height: 38px !important;
    }

    .pre_header .line_txt img {
        width: 20px;
        height: 20px;
    }

    .container-fluid {
        padding: 0px 15px;
    }

    .header_logo a {
        height: 60px;
    }

    .misitry .row {
        flex-direction: column-reverse;
    }

    .misitry .misitry_txt {
        margin-top: 0 !important;
        padding: 40px 15px !important;
    }

    .footer h2 {
        font-size: 24px;
        margin-bottom: 30px;
    }

    .footer {
        padding-top: 30px;
    }

    .footer .copyright {
        margin-top: 20px;
    }

    .gallery_list .gallery_item {
        width: calc(50% - 6px);
    }

    .footprint .footprint_item {
        padding: 30px 30px;
        height: 100%;
    }

    .footprint .footprint_item h3 {
        margin-bottom: 60px;
    }

    .pera {
        margin-top: 30px;
    }

    .pera p {
        font-size: 16px;
    }

    .about_banner .about_txt {
        left: 30px;
        bottom: 30px;
    }

    .about_banner .about_txt h1 {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .about_banner .about_txt h4 {
        font-size: 16px;
    }

    .about_banner {
        margin-top: 20px;
    }

    .event_banner {
        height: 250px;
    }

    .event_banner h1 {
        font-size: 24px;
    }

    .event_banner h5 {
        font-size: 14px;
    }

    .card_1 .card-body {
        padding: 60px 30px 30px;
    }

    .card_1 .card_img {
        height: 80px;
        width: 80px;
        margin: auto;
        border-radius: 50%;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .card_1 .card-body .bi-quote {
        font-size: 32px;
    }

    .card_1 .card-body .quote_1 {
        top: 5px;
        left: 10px;
    }

    .card_1 .card-body .quote_2 {
        right: 10px;
        bottom: -20px;
    }

    .gallery_list_p {
        grid-template-columns: repeat(2, 1fr);
    }

    .blog .blog_list h2 a {
        font-size: 22px;
    }

    .blog_list_row {
        grid-template-columns: repeat(1, 1fr);
    }

    .video_row_video .play_btn {
        width: 70px;
        height: 70px;
        font-size: 20px;
    }

    .courses_row {
        grid-template-columns: repeat(1, 1fr);
        margin-top: 20px;
    }

    .courses_row .courses_item .btn_black {
        margin-top: 0px;
    }

    .courses_row .courses_img {
        height: 300px;
    }

    .courses_head h1 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .sectiontop-gap-medium {
        padding-top: 30px !important;
    }

    .sectionbottom-gap-medium {
        padding-bottom: 30px !important;
    }



}

@media (max-width:576px) {

    .header_logo .row {

        row-gap: 10px;
    }

    .header_logo .row .col-sm-6:nth-child(1) a {
        height: 90px !important;
    }

    .header_logo .col-sm-6 {
        display: flex;
        justify-content: center !important;
    }

    .support p {
        width: 100% !important;
    }

    .pre_header .line_txt {
        font-size: 12px;
        padding: 0 10px;
    }

    #google_translate_element select {
        font-size: 12px !important;
        padding: 0px 8px !important;
        width: 130px !important;
    }

    .event_card .event_card_item .txt {
        padding: 30px 20px;
    }

    .event_card .event_card_item h4 {
        font-size: 22px;
    }

    .event_card .event_card_item p {
        font-size: 15px;
    }

    .gallery_list_p {
        grid-template-columns: repeat(1, 1fr);
    }

    .courses_head .img {
        height: 300px;
    }

    .copyright_div p {
        width: 100%;
        text-align: center;
    }


}

/******************************************************************************************/
/*=============================================================*/
.section-gap-large {
    padding: 80px 0px;
}

.section-gap-medium {
    padding: 60px 0px;
}

.section-gap-small {
    padding: 30px 0px;
}

.sectiontop-gap-large {
    padding-top: 80px;
}

.sectiontop-gap-medium {
    padding-top: 60px;
}

.sectiontop-gap-small {
    padding-top: 30px;
    background-size: cover !important;
}

.sectionbottom-gap-large {
    padding-bottom: 80px;
}

.sectionbottom-gap-medium {
    padding-bottom: 60px;
}

.sectionbottom-gap-small {
    padding-bottom: 30px;
}

.section-mdgap-small {
    padding: 15px 0px;
}

@media screen and (max-width: 968px) {
    .section-gap-medium {
        padding: 30px 0px;
    }
}

/*=============================================================*/
main.wapper {
    padding-bottom: 80px;
}

/*=============================================================*/
.section-title {
    width: 100%;
    position: relative;
    display: inline-block;
}

.section-title p {
    font-size: 1.25rem;
    margin-bottom: 0px;
}

.section-title h2 {
    font-size: 24px;
}

.border_card {
    border: solid 2px #679A02;
    border-radius: 12px;
    padding: 20px;
}

.row_gap .row {
    row-gap: 20px;
}

@media (max-width: 991px) {
    .section-title h2 {
        font-size: 18px;
    }
}

.page-title {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-title h1 {
    font-size: 1.8rem;
}

/*=============================================================*/
.box-left {
    display: flex;
    justify-content: start;
}

.box-center {
    display: flex;
    justify-content: center;

}

.box-right {
    display: flex;
    justify-content: end;

}

.tx-left,
.text-left {
    text-align: left;
}

.tx-center,
.text-center {
    text-align: center;
}

.tx-right,
.text-right {
    text-align: right;
}

/*=============================================================*/
.round-img img {
    border-radius: 15px;
    overflow: hidden;
}

/*=============================================================*/
.customlist ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customlist ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.customlist ul li:before {
    content: "\ea67";
    font-family: remixicon !important;
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #517A00;
}

/*=============================================================*/
.customlist2 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customlist2 ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.customlist2 ul li:before {
    content: "\eb80";
    font-family: remixicon !important;
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #517A00;
}

/*=============================================================*/
.customlist3 ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.customlist3 ul li {
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
}

.customlist3 ul li:before {
    content: "\f53f";
    font-family: remixicon !important;
    position: absolute;
    left: 0;
    font-size: 20px;
    color: #517A00;
}

/*=============================================================*/
.quotes {
    position: relative;
    display: flex;
    gap: 20px;
}

.quotes p {
    font-size: 18px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 40px;
}

.quotes:before {
    content: "\ec51";
    font-family: remixicon !important;
    display: flex;
    align-items: start;
    font-size: 50px;
    position: absolute;
    left: 0px;
    top: -40px;
    color: #d7d7d7;
}

.quotes:after {
    content: "\ec52";
    font-family: remixicon !important;
    display: flex;
    align-items: end;
    font-size: 50px;
    position: absolute;
    bottom: -40px;
    right: 0px;
    color: #d7d7d7;
}

/*=============================================================*/
.bg-img {
    background-size: cover !important;
    background-position: top center !important;
    background-repeat: no-repeat;
    position: relative;
}

.bg-img:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    top: 0;
}

/*=============================================================*/
.bb h1:after {
    content: "";
    border-bottom: solid 3px #1a5d9f;
    width: 200px;
    display: flex;
    margin: 0 auto;
    padding-top: 11px;
}

/*=============================================================*/
@media (max-width: 991px) {
    .box-right {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
}

.btn-close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10;
    filter: invert(1);
}

#google_translate_element select {

    background: transparent;
    color: #fff;
    font-size: 14px;
    padding: 0px 18px;
    height: 56px;
    margin: 1px 0 0;
    width: 170px;
    border: none;
}

#google_translate_element select:focus-visible {
    border: none;
    box-shadow: none;
    outline: none;
}

.skiptranslate span {
    display: none;
}

#google_translate_element select option {
    background-color: #777;
}

#google_translate_element {
    overflow: hidden;
    height: 58px;

}