@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Kalam:wght@300;400;700&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Quicksand:wght@300..700&display=swap');

:root {
    --primary-color: #a82b25;
    --highlight-color: #1648a1;
    --s_backgound-color: #fdfdfd;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Poppins', sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: "Jost", serif;
    font-family: "Quicksand", sans-serif;
    font-family: "Kalam", cursive;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 16px;
    text-align: justify;
}


#top_bar {
    width: 100%;
    height: auto;
    background: rgba(168, 43, 3, 0.15);
    z-index: 999 !important;
    /* background-image: url(../../images/top_bar_bottom.png);
    background-repeat: no-repeat;
    background-size: contain; */
}

#top_bar img {
    min-height: 70px;
}

.top_social {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 12px;
    position: absolute;
    top: 1.5%;
    right: 40px;
}

.top_social li {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    background: transparent;
    width: 28px;
    height: 28px;
    font-size: 13px;
    border-radius: 50px;
    border: 1px solid var(--secondary-color);
    transition: all 0.3s ease-in;
}

.top_social li:hover {
    color: var(--primary-color);
    background: var(--secondary-color);
    transition: all 0.3s ease-in;
}

/* navbar  */

.header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
    background: rgba(168, 43, 3, 0.15);
    padding: 0px 0;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0);
}

.background {
    background-color: var(--s_backgound-color);
    transition: all 0.3s ease;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
}

.v-center {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
}

.header .item-left {
    flex: 0 0 30%;
}

.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}


.logo a img {
    height: 60px;
    padding: 2.5px 0;
}


#inner_logo {
    height: 45px;
    padding: 2.5px;
}

.header .item-center {
    flex: 0 0 70%;
    /* text-align: center; */
}

.header .item-right {
    flex: 0 0 0%;
    display: flex;
    justify-content: flex-start;
}

.menu-main {
    padding: 0 !important;
}

.header .item-right a {
    text-decoration: none;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.header .menu>ul>li {
    display: inline-block;
    line-height: 50px;
    margin: 10px 5px;
}

.header .menu>ul>li>a {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 0 5px;
    letter-spacing: 0.15px;
    color: var(--text-color) !important;
    position: relative;
    text-transform: capitalize;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu {
    position: absolute;
    z-index: 500;
    background-color: #ffffff;
    box-shadow: -2px 2px 70px -25px rgba(0, 0, 0, 0.3);
    padding: 20px 30px;
    transition: all 0.5s ease;
    margin-top: 25px;
    opacity: 0;
    visibility: hidden;
}

@media(min-width: 992px) {
    .header .menu>ul>li.menu-item-has-children:hover .sub-menu {
        margin-top: 0;
        visibility: visible;
        opacity: 1;
    }
}

.header .menu>ul>li .sub-menu>ul>li {
    line-height: 1;
}

.header .menu>ul>li .sub-menu>ul>li>a {
    display: inline-block;
    padding: 0;
    font-size: 15px;
    color: #555555;
    transition: color 0.3s ease;
    text-decoration: none;
    text-transform: capitalize;
}

.header .menu>ul>li .single-column-menu {
    min-width: 280px;
    max-width: 350px;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li {
    line-height: 1;
    display: block;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
    padding: 5px 0;
    display: inline-block;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #555555;
    transition: color 0.3s ease;
}

.header .menu>ul>li .sub-menu.mega-menu {
    /* left: 50%; */
    left: auto;
    /* transform: translateX(-50%); */
}

.header .menu>ul>li .sub-menu.mega-menu-column-4 {
    max-width: 70%;
    /* width: 100%; */
    max-width: 330px;
    display: flex;
    flex-wrap: wrap;
    padding: 15px 2.5px;
    border-radius: 10px;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
    flex: 0 0 100%;
    padding: 0 10px;
    text-align: left;
}

.grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
    padding: 0;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item .title {
    font-size: 16px;
    color: var(--primary-color);
    font-weight: 500;
    line-height: 1;
    padding: 20px 0 !important;
    text-align: center;
}

.list-item ul li a {
    line-height: 24px;
    padding: 5px 8px !important;
    margin: 2.5px 0;
    transition: all 0.3s ease-in;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
    text-align: center;
}

.header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    margin-top: 10px;
    height: 300px;
    object-fit: cover;
}

.header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a:hover,
.header .menu>ul>li .sub-menu>ul>li>a:hover,
.header .item-right a:hover {
    background: transparent;
    color: var(--highlight-color) !important;
    transition: all 0.3s ease-in;
}

.mobile-menu-head,
.mobile-menu-trigger {
    display: none;
}

/*responsive*/
@media(max-width: 1170px) {

    .header .item-right {
        justify-content: flex-end;
    }

    .header {
        padding: 0;
    }

    .header .item-center {
        order: 3;
        flex: 0 0 100%;
    }

    .logo {
        justify-content: space-between;
        padding-left: 10px;
    }

    .header .item-left,
    .header .item-right {
        flex: auto;
    }

    .v-center {
        justify-content: space-between;
    }

    .header .mobile-menu-trigger {
        display: flex;
        height: 45px;
        width: 45px;
        margin-right: 15px;
        cursor: pointer;
        align-items: center;
        justify-content: center;
    }

    .header .mobile-menu-trigger span {
        display: block;
        height: 4px;
        background-color: #333333;
        width: 35px;
        position: relative;
    }

    .header .mobile-menu-trigger span:before,
    .header .mobile-menu-trigger span:after {
        content: '';
        position: absolute;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #333333;
    }

    .header .mobile-menu-trigger span:before {
        top: -10px;
    }

    .header .mobile-menu-trigger span:after {
        top: 10px;
    }

    .header .item-right {
        align-items: center;
    }

    .header .menu {
        position: fixed;
        width: 320px;
        background-color: #ffffff;
        left: 0;
        top: 0;
        height: 100%;
        overflow: hidden;
        transform: translate(-100%);
        transition: all 0.5s ease;
        z-index: 1099;
    }

    .header .menu.active {
        transform: translate(0%);
    }

    .header .menu>ul>li {
        line-height: 1;
        margin: 0;
        display: block;
        text-align: left;
    }

    .header .menu>ul>li>a {
        line-height: 50px;
        height: 50px;
        padding: 0 50px 0 15px;
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }

    .header .menu>ul>li>a i {
        position: absolute;
        height: 50px;
        width: 50px;
        top: 0;
        right: 0;
        text-align: center;
        line-height: 50px;
        transform: rotate(-90deg);
    }

    .header .menu .mobile-menu-head {
        display: flex;
        height: 60px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        justify-content: space-between;
        align-items: center;
        position: relative;
        z-index: 501;
        position: sticky;
        background-color: #ffffff;
        top: 0;
    }

    .header .menu .mobile-menu-head .go-back {
        height: 50px;
        width: 50px;
        border-right: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 16px;
        display: none;
    }

    .header .menu .mobile-menu-head.active .go-back {
        display: block;
    }

    .header .menu .mobile-menu-head .current-menu-title {
        font-size: 15px;
        font-weight: 500;
        color: #000000;
    }

    .header .menu .mobile-menu-head .mobile-menu-close {
        height: 50px;
        width: 50px;
        border-left: 1px solid rgba(0, 0, 0, 0.1);
        cursor: pointer;
        line-height: 50px;
        text-align: center;
        color: #000000;
        font-size: 25px;
    }

    .header .menu .menu-main {
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        padding: 0 !important;
        padding-left: 0 !important;
    }

    .header .menu>ul>li .sub-menu.mega-menu,
    .header .menu>ul>li .sub-menu {
        visibility: visible;
        opacity: 1;
        position: absolute;
        box-shadow: none;
        margin: 0;
        padding: 15px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        padding-top: 65px;
        max-width: none;
        min-width: auto;
        display: none;
        transform: translateX(0%);
        overflow-y: auto;
    }

    .header .menu>ul>li .sub-menu.active {
        display: block;
    }

    @keyframes slideLeft {
        0% {
            opacity: 0;
            transform: translateX(100%);
        }

        100% {
            opacity: 1;
            transform: translateX(0%);
        }
    }

    @keyframes slideRight {
        0% {
            opacity: 1;
            transform: translateX(0%);
        }

        100% {
            opacity: 0;
            transform: translateX(100%);
        }
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item img {
        margin-top: 0;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center .title {
        margin-bottom: 20px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item.text-center:last-child .title {
        margin-bottom: 0px;
    }

    .header .menu>ul>li .sub-menu.mega-menu-column-4>.list-item {
        flex: 0 0 100%;
        padding: 0px;
    }

    .header .menu>ul>li .sub-menu>ul>li>a,
    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul>li>a {
        display: block;
    }

    .header .menu>ul>li .sub-menu.mega-menu>.list-item>ul {
        margin-bottom: 15px;
    }

    .menu-overlay {
        position: fixed;
        background-color: rgba(0, 0, 0, 0.5);
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1098;
        visibility: hidden;
        opacity: 0;
        transition: all 0.5s ease;
    }

    .menu-overlay.active {
        visibility: visible;
        opacity: 1;
    }

    .grid {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        display: grid;
    }

}



.nav_btn {
    padding: 12px 20px;
    background: linear-gradient(90deg, #192557 0%, #3a68ea 100%);
    border-radius: 100px;
    border: none;
    color: var(--secondary-color);
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    transition: all 0.3s ease-in;
}

.nav_btn:hover {
    background: linear-gradient(90deg, #3a68ea -100%, #192557 100%);
    transition: all 0.3s ease-in;
}

.nav_pn {
    padding: 12px 20px;
    border-radius: 100px;
    background: transparent;
    border: none;
    color: var(--highlight-color);
    font-family: "Jost", sans-serif;
    font-weight: 500;
    letter-spacing: -0.35px;
    margin-right: 2.5px;
}

.nav_pn:hover {
    background: linear-gradient(90deg, #192557 -100%, #3a68ea 100%);
    color: var(--secondary-color);
}


/* end navbar  */



.banner {
    width: 100%;
    height: auto;
    position: relative;
}

.banner_bottom {
    position: absolute;
    bottom: 0;
}

.banner_inner {
    width: 100%;
    height: auto;
    padding: 40px 5%;
    padding-bottom: 150px;
    background: rgba(168, 43, 3, 0.15);
    display: flex;
    gap: 40px;
    /* align-items: center; */
}

.banner_content {
    padding-top: 40px;
    position: relative;
    transition: transform 0.5s ease-in-out;
    animation: image_left_right 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.banner_sh {
    font-family: "Kalam", cursive;
    font-weight: bolder;
    color: var(--primary-color);
    font-size: 24px;
    letter-spacing: 0.35px;
    padding-bottom: 10px !important;
    animation-delay: 3s;
}

.banner_h {
    font-family: "Quicksand", sans-serif;
    font-weight: bolder;
    font-size: 56px;
    line-height: initial;
    animation-delay: 3s;
}

.banner_p {
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    line-height: 30px;
}

.banner_btn {
    padding: 16px 30px;
    border: none;
    background: var(--primary-color);
    color: var(--secondary-color);
    margin-top: 20px;
    border-radius: 8px;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    letter-spacing: 0.15px;
    font-weight: 600;
}

.banner_img {
    position: relative;
}

.banner_main {
    transition: transform 0.5s ease-in-out;
    animation: image_left_right 1s;
    animation-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
    border-radius: 15px;
}

.top_left {
    max-width: 65px;
    position: absolute;
    bottom: 30%;
    left: 0;
}

.bottom_left {
    max-width: 125px;
    position: absolute;
    top: 0px;
    left: 0;
}

.bottom_left_shape {
    max-width: 125px;
    position: absolute;
    top: 100%;
    left: 50%;
}

.top_right {
    position: absolute;
    top: -8%;
    right: 10%;
}

.abt_bottom_left{
    position: absolute;
    left: 5%;
    top: 105%;
}

.bottom_right {
    max-width: 125px;
    position: absolute;
    top: 100%;
    right: 0;
}

.c_top_left {
    max-width: 80px;
    top: 0px;
    left: 0;
    margin-bottom: 20px;
}

.animation_rotate {
    animation: rounded 5s linear infinite;
}

.animation_bottom {
    animation: move_bottom 5s linear infinite;
}

.animation_right {
    animation: move_right 5s linear infinite;
}

@keyframes rounded {
    50% {
        transform: rotate(30deg);
    }
}

@keyframes move_right {
    0% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }

    50% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        -webkit-transform: translateX(-50px);
        transform: translateX(-50px);
    }
}

@keyframes move_bottom {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }
}


/* headings section  */

.heading_sh {
    font-family: "Kalam", cursive !important;
    font-weight: bolder;
    font-size: 23px;
}

.heading_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 50px;
}

.heading_hh {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    line-height: inherit;
}

.c_w{
    color: var(--secondary-color) !important;
}

.scroll-reveal span {
    color: rgba(168, 43, 3, 0.15);
    background-image: linear-gradient(#a82b25, #a82b25);
    filter: drop-shadow(0px 0px 0px black);
    background-clip: text;
    background-repeat: no-repeat;
    background-size: 0% 100%;
    animation: scroll-reveal linear forwards;
    animation-timeline: view(y);
}

.scroll-reveal h4 span {
    animation-range-start: cover 15%;
    animation-range-end: cover 30%;
    transform: translate3d(10px 0px 0px);
}

.scroll-reveal h1 span {
    animation-range-start: cover 25%;
    animation-range-end: cover 50%;
    transform: translate3d(10px 0px 0px);
}

@keyframes scroll-reveal {
    to {
        background-size: 100% 100%;
    }
}

/* headings section  */

/* about section  */

.about {
    width: 100%;
    height: auto;
    padding: 80px 0;
    position: relative;
}

.poaragraph {
    padding-top: 12px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
}

.p_sp {
    padding-top: 20px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0px;
    color: var(--highlight-color);
}

.p_hp {
    padding-top: 20px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0px;
    line-height: 30px;
}

.p_p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
}

/* about section  */

.image-scroll-rotation {
    position: absolute;
}

.image-scroll-rotation img {
    max-width: 125px;
}

.top_img_left {
    position: absolute;
    top: -20%;
    left: 0;
}

.top_img_right {
    position: absolute;
    top: 0%;
    right: 0;
}

.top_20_img_right {
    position: absolute;
    top: -20%;
    right: 10%;
}



.image_effect .thumb {
    border-radius: 40px;
    position: relative;
    overflow: hidden;
    height: auto;
}

.image_effect .thumb img {
    width: 100%;
    height: 100%;
    border-radius: 40px;
    display: block;
    object-fit: cover;
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.image_effect .thumb img:first-child {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    -webkit-transform: translateX(50%) scaleX(2);
    transform: translate(50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.image_effect:hover .thumb img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translate(0) scaleX(1);
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
}

.image_effect:hover .thumb img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.award_image {
    margin-top: 40px;
    position: relative;
    overflow: hidden;
}

.thumb_text {
    position: absolute;
    width: 100%;
    height: 100px;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
    ;
    bottom: 0;
    left: 0;
    text-align: center;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    z-index: 99;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
}

.gap_20 {
    padding: 20px 0;
}


/* counter section  */

.counter {
    width: 100%;
    height: auto;
    padding: 150px 0;
    padding-top: 200px;
    background: #f2cb40;
    position: relative;
}

.counter::before {
    position: absolute;
    left: 50%;
    width: 100%;
    content: "";
    pointer-events: none;
    background-color: var(--secondary-color);
    transform: translateX(-50%);
    top: -78px;
    height: 150px;
    border-radius: 0 0 100% 100% / 0 0 100% 100%;
}

.counter_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    text-align: center;
}

.counter_box i {
    font-size: 52px;
    color: var(--primary-color);
}

.cbt_h {
    font-family: "Quicksand", sans-serif;
    padding-top: 20px !important;
    font-weight: 700;
    font-size: 52px;
    color: var(--primary-color);
}

.cbt_p {
    padding-top: 5px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 600;
    color: var(--text-color);
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 28px;
    text-align: center;
}

/* counter section  */


.mission_vision_goals {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
    padding-top: 40px;
}

.mvg_box {
    width: 100%;
    height: auto;
    padding: 15px 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    margin-top: 50px;
    position: relative;
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}

.m_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: var(--primary-color);
    border-radius: 50%;
    left: -30px;
    bottom: -30px;
    z-index: -1;
    box-shadow: -5px 10px 15px 0px rgba(241, 28, 34, 0.4);
}

.v_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: var(--highlight-color);
    border-radius: 50%;
    left: -35px;
    bottom: -35px;
    z-index: -1;
    box-shadow: -5px 10px 15px 0px rgba(5, 37, 95, 0.4);
}

.g_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: #8bc34a;
    border-radius: 50%;
    left: -35px;
    bottom: -35px;
    z-index: -1;
    box-shadow: -5px 10px 15px 0px rgba(139, 195, 74, 0.4);
}

#mvg_img {
    width: 85px;
}

#mvg_main_img {
    margin-top: 50px;
}

.mvg_h {
    font-family: "Quicksand", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    padding-bottom: 5px !important;
}

.mvg_p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    color: var(--text-color);
    padding-bottom: 5px !important;
    line-height: 30px;
    letter-spacing: 0.15px;
}

#steps {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.s_box {
    margin-top: 40px;
}

.sb_h {
    font-family: "Bubblegum Sans", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    font-size: 20px;
}

.sb_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--p-color);
    letter-spacing: 0;
    padding-bottom: 10px !important;
    line-height: 30px;
    letter-spacing: 0.35px;
    padding-top: 2.5px !important;
}


/* program section  */

.program {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(22, 72, 161, 0.35);
}

.opc_box {
    position: relative;
    display: flex;
    flex-direction: row;
    gap: 25px;
}

.opcb_inner {
    width: calc(100% / 5);
    overflow: hidden;
}

.mt-0 {
    margin-top: 0;
}

.mt-30 {
    margin-top: 30px;
}

.mt-60 {
    margin-top: 60px;
}

.opcbi_img img {
    max-width: 80%;
    margin: auto;
    transform: translateY(20%);
    opacity: 0;
    /* transition: transform 0.5s ease; */
}

.opcb_inner:hover .opcbi_img img {
    animation: popup 1s ease forwards;
    /* transition: transform 0.5s ease; */
}

@keyframes popup {
    0% {
        transform: translateY(100%);
        opacity: 0;
    }

    60% {
        transform: translateY(5%);
        opacity: 1;
    }

    80% {
        transform: translateY(15%);
        opacity: 1;
    }

    100% {
        transform: translateY(10%);
        opacity: 1;
    }
}

.opcbi_text {
    width: 100%;
    height: auto;
    padding: 40px 35px;
    background: var(--secondary-color);
    border-radius: 30px;
    position: relative;
    text-align: center;
}

.opcbi_text::before {
    position: absolute;
    top: 15px;
    left: 15px;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    border: 1px dashed var(--primary-color);
    border-radius: 30px;
    width: calc(100% - 30px);
    height: calc(100% - 30px);
}

.opc_sp {
    display: inline;
    padding: 10px 15px !important;
    background: rgba(168, 43, 3, 0.15);
    color: var(--primary-color);
    border-radius: 15px;
    font-weight: 500;
}

.opc_h {
    font-family: "Quicksand", sans-serif;
    /* padding-top: 25px !important; */
    padding-top: 15px !important;
    font-weight: 700;
}

.opc_p {
    padding-top: 15px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 28px;
    text-align: center;
}


/* program section  */


/* why us  */

.why_us {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
    position: relative;
}

/* why us  */


.facilities {
    width: 100%;
    height: auto;
    position: relative;
    display: block;
    /* background: rgba(42, 39, 146, 0.05); */
    background: var(--s_backgound-color);
}

.facility_image {
    position: absolute;
    width: 50%;
    height: 100%;
    background: url(../../images/facility_bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.facility_box {
    width: 100%;
    height: auto;
    padding: 60px 0;
}

.facility_list {
    margin-top: 30px;
    display: flex;
}

.fl_icon {
    width: 80px;
    min-width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50px;
    text-align: center;
}

.fl_icon i {
    color: var(--secondary-color);
    font-size: 36px;
    position: relative;
    top: 20px;
}

.fl_text {
    padding-left: 20px;
}

.flt_h {
    font-family: "Quicksand", sans-serif;
    font-weight: bolder;
    letter-spacing: 1px;
    line-height: inherit;
    color: var(--primary-color);
    font-size: 22px;
}

.flt_p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    color: var(--text-color);
    letter-spacing: 0px;
}

.bg_h {
    background: var(--highlight-color) !important;
}

.c_h {
    color: var(--secondary-color);
}

/* awards section  */

.awards {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(241, 28, 34, 0.1);
}

/* awards section  */


/* testimonials    section  */

.testimonials {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}

.review_box {
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 40px;
}

.review_image {
    position: relative;
}

.review_text {
    width: 100%;
    height: auto;
    padding: 0 45px;
    padding-left: 70px;
    position: absolute;
    top: 22%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.rt_h {
    font-family: "Quicksand", sans-serif;
    padding-top: 20px !important;
    font-weight: 700;
    font-size: 19px;
    letter-spacing: -0.15px;
    color: var(--primary-color);
    text-align: center;
}

.rt_p {
    padding-top: 5px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 24px;
    color: #000000;
}

/* testimonials    section  */


/* activities  section  */

.activites {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #f2cb40;
}

.activities_box {
    background: var(--secondary-color);
    border-radius: 20px;
    text-align: center;
    margin-top: 40px;
}

.ab_text {
    padding: 35px 20px;
}

.abt_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: var(--text-color);
}

.activities_box .image_effect .thumb {
    border-radius: 10px;
}

.activities_box .image_effect .thumb img {
    border-radius: 10px;
}

/* activities  section  */


/* blog section  */

.blog {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.blog_box {
    background: var(--secondary-color);
    border-radius: 30px;
    margin-top: 40px;
    padding: 40px 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.pp_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: var(--text-color);
    padding-top: 15px !important;
    line-height: inherit;
}

.bb_p {
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 28px;
    color: var(--p-color);
}

.bb_text i {
    width: 45px;
    height: 45px;
    background: rgba(168, 43, 3, 0.25);
    border-radius: 50px;
    margin-top: 15px;
    color: var(--primary-color);
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* blog section  */


/* footer section  */

.footer {
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-bottom: 150px;
    background: var(--highlight-color);
    position: relative;
}

.footer_logo {
    background: var(--secondary-color);
    padding: 10px;
    border-radius: 10px;
}

.footer_p {
    padding-top: 15px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 28px;
    color: var(--secondary-color);
}

.footer_address_box {
    width: 100%;
    height: auto;
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 15px;
}

.fab_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 21px;
    color: var(--secondary-color);
    padding-bottom: 5px !important;
}

.fab_p {
    padding-top: 15px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.15px;
    line-height: 28px;
    color: var(--secondary-color);
}

.fab_p i {
    color: var(--highlight-color);
    margin-right: 10px;
}

.footer_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 23px;
    color: var(--secondary-color);
    padding-bottom: 5px !important;
    padding-top: 40px !important;
}

.footer_li {
    padding: 0;
    margin: 0;
}

.footer_li li {
    list-style: none;
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.15px;
    line-height: 28px;
    color: var(--secondary-color);
}

.copyrights {
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    z-index: 99;
    /* background-image: url(../../images/footer_shape.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain; */
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60px;
}

.copyrights img {
    min-height: 90px;
    position: absolute;
    bottom: 0;
}

.copy_p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0px;
    text-align: center;
    line-height: initial;
    z-index: 999;
}

/* footer section  */


.footer_top_left{
    position: absolute;
    left: 2%;
    top: 25%;
}
.footer_bottom_right{
    position: absolute;
    bottom: 30%;
    right: 5%;
}
.presence_bottom_right{
    position: absolute;
    bottom: 15%;
    right: 5%;
}
.presence_top_left{
    position: absolute;
    left: 5%;
    top: 15%;
}


.bredcum{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background-color: var(--primary-color);
    background-image: url(../../images/bredcum.png);
    /* background: rgba(168, 43, 3, 0.15); */
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    position: relative;
}
.bredcum_h{
    font-family: "Quicksand", sans-serif;
    font-weight: bolder;
    font-size: 42px;
    line-height: initial;
    animation-delay: 3s;
}
.bredcum_li{
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-top: 12px !important;
}
.bredcum_li li{
    list-style: none;
    font-family: "Mulish", sans-serif;
    font-size: 16px;
    font-weight: bold;
}
.bredcum_li .active{
    color: var(--primary-color);
}

.bredcum_top_left{
    position: absolute;
    left: 5%;
    top: 15%;
}
.bredcum_top_rihgt{
    position: absolute;
    right: 5%;
    top: 5%;
}
.bredcum_bottom_rihgt{
    position: absolute;
    right: 30%;
    bottom: 15%;
}
.bredcum_bottom_left{
    position: absolute;
    left: 30%;
    bottom: 15%;
}


.inner_pages{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--primary-color);
}

.abt_top_rihgt{
    position: absolute;
    right: 5%;
    top: -30%;
}
.abt_top_left{
    position: absolute;
    left: 5%;
    top: -20%;
}
.abt_top_left_r{
    position: absolute;
    left: 0%;
    top: -35%;
}
.abt_top_left_e{
    position: absolute;
    left: 0%;
    top: -12%;
}

.abt_mission{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--secondary-color);
}

.abt_expersts{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: rgba(168, 43, 3, 0.15);
}

.abt_img{
    border-radius: 20px;
}

.heading_ash{
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding-top: 25px !important;
}
.heading_ash i{
    color: var(--primary-color);
}

.founder_inner_pages{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--secondary-color);
}

.bg_white{
    background-color: var(--secondary-color);
}

.ps_box{
    width: 100%;
    height: auto;
    padding: 30px 20px;
    margin-top: 40px;
    background: var(--secondary-color);
    border-radius: 15px;
    transform: translateY(0);
    transition: all 0.3s ease;
}
.ps_box i{
    width: 50px;
    height: 50px;
    font-size: 23px;
    background: rgba(168, 43, 3, 0.15);
    border-radius: 10px;
    color: var(--primary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.psb_h{
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    padding-top: 20px !important;
    font-size: 18px;
    letter-spacing: -0.15px;
}
.paragraph{
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 17px;
    letter-spacing: 0px;
    line-height: 30px;
    color: var(--p-color);
}
.ps_box:hover i{
    background: var(--primary-color);
    color: var(--secondary-color);
    transition: all 0.3s ease;
}
.ps_box:hover{
    transform: translateY(-10px);
    transition: all 0.3s ease;
}



.inner_highlight {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(168, 43, 3, 0.15);
}

.pp_box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    background: var(--secondary-color);
    border-radius: 15px;
    margin-top: 40px;
}

.pp_sh {
    font-family: "Quicksand", sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
    display: flex;
    align-items: center;
    gap: 20px;
}

.pp_sh i {
    width: 42px;
    height: 42px;
    background: var(--primary-color);
    color: var(--secondary-color);
    padding: 10px 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp_p {
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: var(--p-color);
}

.inner_multicolor {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-color: var(--primary-color);
}

.im_box {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    padding: 0;
}

.im_box_inner {
    padding: 40px 20px;
}

.b_rb {
    border-right: 1px solid var(--secondary-color);
    border-bottom: 1px solid var(--secondary-color);
}

.b_b {
    border-bottom: 1px solid var(--secondary-color);
}

.b_r {
    border-right: 1px solid var(--secondary-color);
}

.imb_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: inherit;
}

.imb_p {
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: var(--secondary-color);
}

.b_all {
    border: 1px solid var(--secondary-color);
    border-radius: 15px;
    text-align: center;
}

.pp_p i {
    color: var(--primary-color);
}

.sfds_box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.sfdsb_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
    text-align: center;
    font-size: 21px;
    padding-top: 15px !important;
}

.sfb_box {
    width: 100%;
    height: auto;
    padding: 30px 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    margin-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.sfb_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
    text-align: center;
    padding-top: 15px !important;
}

.sfb_p {
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: var(--p-color);
}

.sfbb_p {
    padding-top: 10px !important;
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0px;
    line-height: 30px;
    color: var(--p-color);
}

.inner_n_li {
    margin: 0;
    padding-left: 20px;
}

.inner_n_li li {
    font-family: "Mulish", sans-serif;
    padding-top: 10px;
    line-height: 28px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
}

.ahs_p{
    font-family: "Mulish", sans-serif;
    padding-top: 15px;
    line-height: 36px;
    letter-spacing: 0.15px;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
}

@media (max-width: 767px) {

    .table-wrap table,
    .table-wrap thead,
    .table-wrap tbody,
    .table-wrap th,
    .table-wrap td,
    .table-wrap tr {
        display: block;
    }

    .table-wrap thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-wrap td {
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50% !important;
        white-space: normal;
        text-align: left;
    }

    .table-wrap td:before {
        position: absolute;
        top: 8px;
        left: 15px;
        width: 45%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: pre-line;
        text-align: left;
        font-weight: bold;
    }

    .table-wrap td:first-child {
        padding-top: 17px;
    }

    .table-wrap td:last-child {
        padding-bottom: 16px;
    }

    .table-wrap td:first-child:before {
        top: 17px;
    }

    .table-wrap td:before {
        content: attr(data-title);
    }

    .table tbody tr {
        border-top: 1px solid #ddd;
    }

    .table tbody tr td {
        border: none;
    }
}

.table tbody tr:nth-child(odd) {
    background: #eee;
}

@media (min-width: 768px) {

    .table thead tr th,
    .table tbody tr td {
        padding: 15px 20px;
        /* white-space: nowrap; */
    }
}

.table-head {
    background: var(--primary-color);
    color: var(--secondary-color);
}

.resume a {
    background: var(--highlight-color);
    color: var(--secondary-color) !important;
    padding: 8px 10px !important;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.table thead tr th,
.table tbody tr td {
    border: 1px solid #ddd;
    font-family: "Mulish", sans-serif;
    font-size: 15px;
    font-weight: 500;
}



.cd_box {
    width: 100%;
    height: auto;
    padding: 50px 40px;
    background: rgba(168, 43, 3, 0.2);
    margin-bottom: 40px;
    min-height: 220px;
    border-radius: 0px 60px;
    box-shadow: -10px 10px 10px 0px rgba(3, 78, 162, 0.1);
    position: relative;
}

.cdb_icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    left: -20px;
    background: var(--primary-color);
    width: 50px;
    top: 80px;
    height: 50px;
    border-radius: 50px;
}

.cdb_icon i {
    color: var(--secondary-color);
    font-size: 22px;
}

.cdbt_h {
    font-family: "Quicksand", sans-serif;
    font-weight: 700;
    font-size: 21px;
    letter-spacing: 0.15px;
    color: var(--primary-color);
}

.cdbt_p {
    font-family: "Mulish", sans-serif;
    color: var(--text-color);
    font-size: 18px;
    padding-top: 15px !important;
    letter-spacing: 0.15px;
    font-weight: 400;
    line-height: 28px;
    padding-left: 5px !important;
}


.c_form {
    height: auto;
    padding: 12px;
    margin-top: 20px;
    border: 1px solid var(--primary-color);
    font-family: "Mulish", sans-serif;
    color: var(--text-color);
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    width: 100%;
    line-height: normal;
    height: auto;
}

.c_form::placeholder {
    color: var(--text-color);
    font-family: "Mulish", sans-serif;
}

.c_btn {
    padding: 15px 30px;
    margin-top: 20px;
    background: var(--primary-color);
    border-radius: 5px;
    font-family: "Quicksand", sans-serif;
    border: none;
    font-weight: 500;
    font-size: 16px;
}

.c_btn i {
    position: relative;
    left: 2px;
    top: 2px;
    transform: rotate(-45deg);
    font-size: 18px;
}

.c_btn:hover {
    background: var(--highlight-color);
    transition: all 0.3s ease-in;
}
