@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Nunito: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&display=swap');

:root {
    --primary-color: #0000cc;
    --highlight-color: #fb0202;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: "Mulish", sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: "Nunito", sans-serif;
}

html {
    scroll-behavior: smooth;
}

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


#top_bar {
    width: 100%;
    height: auto;
    padding: 16px 0;
    background: var(--primary-color);
    z-index: 999 !important;
}

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

.top_phone_mail li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 15px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0;
    transition: all 0.3s ease-in;
}

.top_phone_mail li a i {
    color: var(--secondary-color);
    padding-right: 6px;
    transition: all 0.3s ease-in;
}

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

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

.top_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding: 0px 12px;
    transition: all 0.3s ease-in;
}

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



/* header */

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

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

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

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

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

#inner_logo {
    width: 180px;
    padding: 5px;
}

.header .item-center {
    flex: 0 0 79%;
    text-align: center;
}

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

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

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

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

.header .menu>ul>li>a {
    font-size: 16px;
    font-weight: 500;
    padding: 0 2px;
    letter-spacing: 0px;
    color: #000000;
    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: 10px 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-size: 16px;
    font-weight: 500;
    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: 300px;
    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 15px;
    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 15px !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: 1150px) {

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

    .v-center {
        flex-wrap: wrap;
    }

    .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-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;
    }

}

/* navbar end  */


/* about  */

.about {
    width: 100%;
    height: auto;
    padding-top: 80px;
    background: var(--primary-color);
    position: relative;
}

.about_svg {
    left: 0;
    bottom: 0;
    overflow: hidden;
    position: relative;
    transform: rotate(180deg);
}

.abt_svg_color {
    fill: #ffffff;
    transform-origin: center;
}

.heading {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: inherit;
}

.paragraph {
    font-family: 'Poppins', sans-serif;
    font-family: "Mulish", sans-serif;
    letter-spacing: 0.35px;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    padding-top: 10px !important;
}

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

.c_p {
    color: var(--primary-color);
}

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

/* about  */

.banner {
    line-height: 0;
}


/* mission vision  */


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

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

.m_circle::after {
    content: "";
    position: absolute;
    width: 85px;
    height: 85px;
    background: var(--highlight-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(--primary-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 {
    height: 85px;
}

#mv_main_img {
    margin-top: 50px;
    animation-name: mv_img;
    animation-duration: 10s;
    animation-iteration-count: infinite;
}

@keyframes mv_img {
    0% {
        transform: translateX(50px);
        transform: translateY(50px);
    }

    50% {
        transform: translateX(0);
        transform: translateY(0);
    }

    55% {
        transform: translateX(0px);
        transform: translateY(0px);
    }

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

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

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

/* mission vision  */

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

.lli_o1 {
    border-radius: 60px 60px 0px 60px;
}

.lli_o2 {
    border-radius: 0px 60px 60px 60px;
}

.lli_o3 {
    border: 2px dashed var(--highlight-color);
    border-radius: 50%;
    padding: 6px;
}

.learner_images {
    display: flex;
    gap: 20px;

}

.learner_images img {
    margin-top: 25px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.lli_shape {
    width: 100%;
    height: auto;
    background: var(--highlight-color);
    margin-top: 40px;
    border-radius: 60px 60px 60px 0px;
    padding: 50px 20px;
    text-align: center;
}

.llis_p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 18px;
    color: var(--secondary-color);
    line-height: 30px;
    letter-spacing: 0.35px;
}

.lli_shape i {
    font-size: 46px;
    color: var(--secondary-color);
    padding-bottom: 15px;
}

.learner_right_box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 40px;
}

.learner_right_box i {
    min-width: 70px;
    min-height: 70px;
    border-radius: 50%;
    background: var(--highlight-color);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    font-size: 24px;
}

.lrb_h {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 21px;
    letter-spacing: 0.35;
    line-height: inherit;
    color: var(--primary-color);
}

.lrb_p {
    font-family: "Mulish", sans-serif;
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color);
    line-height: 30px;
    letter-spacing: 0.15px;
}

.learning_btn {
    font-family: "Nunito", sans-serif;
    padding: 15px 30px;
    border-radius: 10px;
    display: inline;
    margin-top: 40px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    margin-right: 20px;
    font-weight: 700;
    font-size: 15px;
}

/* programes  */


.programes {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: url(../../images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.c_w {
    color: #ffffff !important;
}

.program_box {
    width: 100%;
    height: auto;
    padding: 40px 15px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(5, 37, 95, 0.45);
    border-radius: 15px;
    text-align: center;
}

.program_box img {
    margin: auto;
    max-width: 150px;
}

.pb_h {
    font-family: "Nunito", sans-serif;
    color: var(--primary-color);
    font-weight: 800;
    letter-spacing: -0.15px;
    font-size: 17px;
    padding-top: 20px !important;
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: block !important;
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    font-size: 42px;
    color: var(--secondary-color);
    position: absolute;
    bottom: 15%;
    left: 0;
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: var(--highlight-color);
    line-height: 0;
}

.owl-prev span {
    position: relative;
    bottom: 3px;
    font-weight: lighter;
}

.owl-next span {
    position: relative;
    bottom: 3px;
    font-weight: lighter;
}

.owl-carousel .owl-nav button.owl-next {
    left: -42%;
}

.owl-carousel .owl-nav button.owl-prev {
    left: -51%;
}

#pen_animation {
    height: 150px;
    position: absolute;
    left: 0%;
    animation: pen 5s linear forwards infinite;
}

@keyframes pen {
    0% {
        transform: translateX(0%);
    }

    50% {
        transform: translateX(80%);
    }

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

#abc_animation {
    height: 120px;
    position: absolute;
    right: -5%;
    bottom: 100%;
    animation: abc 5s linear forwards infinite;
}

@keyframes abc {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}

/* programes  */


/* why_us   */

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

.wu_box {
    width: 100%;
    height: auto;
    margin-top: 40px;
    padding: 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    border-radius: 15px;
    transform: translateY(0px);
    transition: all 0.3s ease-in;
}

.wu_box:hover {
    transform: translateY(-10px);
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in;
}

.wu_box i {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    color: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 23px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
}

.bg_b {
    background: blueviolet;
}

.bg_p {
    background: var(--primary-color);
}

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

.bg_g {
    background: orangered;
}

.bg_pi {
    background: yellowgreen;
}

.bg_o {
    background: orange;
}

.wub_h {
    font-family: "Nunito", sans-serif;
    color: var(--text-color);
    font-weight: 700;
    letter-spacing: 0.15px;
    font-size: 23px;
    padding-top: 20px !important;
}

.wcb_p {
    font-family: "Mulish", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: var(--text-color);
    line-height: 30px;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

/* why_us   */

/* facilities  */

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

.facilities_main_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(225px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.facilities_box {
    width: 100%;
    height: auto;
    background: var(--secondary-color);
    padding: 25px 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.facilities_box img {
    height: 100px;
    margin: auto;
}

.fb_h {
    font-family: "Nunito", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 19px;
    padding-top: 20px !important;
}

/* facilities  */

/* safety  */

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

.safety_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 30px;
    margin-top: 40px;
    text-align: center;
}

.safety_inner img {
    width: 150px;
    margin: auto;
}

.sbi_h {
    font-family: "Nunito", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 21px;
    padding-top: 20px !important;
    line-height: inherit;
}

/* safety  */

.counts {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(0, 0, 204, 0.8);
}

.counts_box {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 20px;
    margin-top: 40px;
}

.counts_inner {
    width: 100%;
    min-height: 250px;
    padding: 25px 15px;
    background: var(--secondary-color);
    border-radius: 10px;
}

.ci_ih {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ci_ih i {
    font-size: 33px;
}

.ciih {
    font-family: "Nunito", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    letter-spacing: 0px;
    line-height: inherit;
}

.c_b {
    color: #8bc34a;
}

.c_g {
    color: green;
}

.c_o {
    color: orange;
}

.c_y {
    color: yellowgreen;
}

.c_r {
    color: orangered;
}

.c_pu {
    color: purple;
}

.c_pi {
    color: #f6349a;
}

.c_c {
    color: mediumseagreen;
}

.c_m {
    color: maroon;
}

.si_h {
    font-weight: 500;
    font-size: 16px;
    color: var(--text-color);
    line-height: 27px;
    letter-spacing: 0px;
    padding-top: 10px !important;
    font-family: 'Poppins', sans-serif;
}


/* gallery  */

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

.gallery_btn {
    font-family: "Nunito", sans-serif;
    padding: 12px 30px;
    border-radius: 10px;
    margin-top: 20px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    margin-right: 20px;
    font-weight: 700;
    font-size: 15px;
}

/* gallery  */


/* testimonials  */

.testimonials {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: url(../../images/t_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.testimonials_box {
    width: 100%;
    height: auto;
    padding: 15px;
    border: 1px solid var(--text-color);
    border-radius: 5px;
    margin-top: 20px;
    position: relative;
    background: var(--secondary-color);
}

.testimonials_box::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    right: auto;
    left: 40px;
    width: 15px;
    height: 15px;
    background: #FFFFFF;
    border-right: 1px solid var(--text-color);
    border-bottom: 1px solid var(--text-color);
    transform: rotate(45deg);
    border-radius: 1px;
}

.t_p {
    font-weight: 400;
    font-size: 15px;
    color: var(--p-color);
    line-height: 27px;
    letter-spacing: 0px;
    font-family: 'Poppins', sans-serif;
}

.t_h {
    font-family: "Nunito", sans-serif;
    color: var(--highlight-color);
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 21px;
    line-height: inherit;
    padding-top: 20px !important;
}

.owl-nav {
    display: none;
}

.testimonials_carousel .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    margin: 0 4px;
    margin-top: 15px;
    background: var(--secondary-color);
    border: 1px solid var(--highlight-color);
    display: block;
    transition: opacity .2s ease;
    border-radius: 30px;
}

.testimonials_carousel .owl-dots .owl-dot.active span,
.testimonials_carousel .owl-theme .owl-dots .owl-dot:hover span {
    width: 8px;
    height: 8px;
    background: var(--highlight-color);
}

.c_form {
    padding: 10px;
    height: auto;
    border: 1px solid #aaaaaa;
    margin-top: 15px;
    color: var(--text-color);
    font-family: 'Poppins', sans-serif;
}

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

.c_btn {
    font-family: "Nunito", sans-serif;
    padding: 13px 30px;
    border-radius: 10px;
    margin-top: 20px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    margin-right: 20px;
    font-weight: 700;
    font-size: 15px;
}

/* testimonials  */


.footer_top {
    width: 100%;
    height: auto;
    padding: 150px 0;
    background: url(../../images/bg-footer-top.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
}


.footer {
    background-color: rgba(0, 0, 204, 0.8);
    min-height: 400px;
    margin: 20px 0 0 0;
    padding-top: 100px;
    padding-bottom: 80px;
    position: relative;
    background-image: url(../../images/footer_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

.wave {
    background-image: url(../../images/wave.png);
    animation: marquee 15s infinite linear;
    background-repeat: repeat-x;
    background-position: center top;
    min-height: 44px;
    background-size: 3600px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 51;
}

@keyframes marquee {
    0% {
        background-position: 0;
    }

    100% {
        background-position: -1190px;
    }
}

#footer_map {
    line-height: 0;
}

.map {
    border-radius: 10px;
}

.footer_contact_li {
    padding: 0;
    margin: 0;
    padding-top: 15px;
}

.footer_contact_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.65px;
    color: var(--secondary-color);
    padding-top: 15px;
}

.footer_h {
    font-family: "Nunito", sans-serif;
    font-weight: bolder;
    letter-spacing: 0.65px;
    line-height: inherit;
    color: var(--secondary-color);
    padding-top: 20px !important;
}

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

.footer_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
    padding-top: 10px;
    line-height: 26px;
}

#copyrights {
    width: 100%;
    height: auto;
    padding: 20px 0;
    background: var(--primary-color);
}

.copy_p {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: 0.35px;
}


/* about us pages  */

.bredcum {
    width: 100%;
    height: auto;
    padding: 120px 0;
    background: url(../../images/background.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.bredcum_h {
    font-family: "Nunito", sans-serif;
    color: var(--secondary-color);
    font-weight: 700;
    letter-spacing: 0px;
    text-align: center;
    line-height: inherit;
}

.bredcum_li {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    gap: 10px;
    padding-top: 10px;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    letter-spacing: 0.35px;
}

.bredcum_li li {
    list-style: none;
}

.inner_secondary {
    width: 100%;
    height: auto;
    padding: 80px 0;
    background-image: url(../../images/inner_bg.png);
    background-repeat: repeat;
    background-position: center;
    background-size: cover;
}

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

.abt_img {
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.team_box {
    margin-top: 40px;
    border-radius: 60px 60px 60px 0;
    padding: 12px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    text-align: center;
}

.team_box img {
    border-radius: 50px 50px 50px 0;
    margin: auto;
}

.tb_h {
    font-family: "Nunito", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 16.5px;
    padding-top: 15px !important;
    letter-spacing: -0.2px;
}

.tb_p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    letter-spacing: 0px;
    text-align: center;
    padding-top: 5px !important;
}

/* about us pages  */


/* contact page  */

.contact_details_box {
    width: 100%;
    height: auto;
    padding: 20px;
    background: rgba(0, 0, 204, 0.1);
    margin-top: 20px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact_details_box i {
    min-width: 35px;
    min-height: 40px;
    background: rgba(0, 0, 204, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    color: var(--primary-color);
}

.cdbi_h {
    font-family: "Nunito", sans-serif;
    color: var(--primary-color);
    font-weight: 700;
    font-size: 18px;
    line-height: inherit;
}

.cdbi_p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 500;
    letter-spacing: 0px;
}

.contact_map_box {
    position: relative;
}

.contact_map {
    border-radius: 15px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}

.contact_school_image img {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 204, 0.25);
    border-radius: 15px;
    max-width: 400px;
    position: absolute;
    bottom: -25px;
    left: 45%;
}

.mvp_img_01 {
    max-width: 90%;
    border-radius: 100rem 100rem 10rem 10rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    position: relative;
}

.mvp_img_02 {
    max-width: 90%;
    border-radius: 100rem 100rem 100rem 100rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin-top: 40px;
    border: 5px solid var(--secondary-color);
    /* position: absolute;
    right: 5%;
    bottom: 100px; */

}

/* contact page  */

.heading_shape {
    width: 85%;
    height: 1px;
    background: var(--text-color);
    margin: 30px auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.heading_shape i {
    min-width: 56px;
    height: 56px;
    background: var(--primary-color);
    display: flex;
    font-size: 18px;
    align-items: center;
    justify-content: center;
    color: var(--secondary-color);
    border-radius: 100px;
}

.b_s_s {
    border: 8px solid var(--s_backgound-color);
}

.b_s {
    border: 8px solid var(--secondary-color);
}

.fbd_h {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    padding-top: 30px !important;
    line-height: inherit;
    color: var(--primary-color);
    font-weight: 500;
}

.fbd_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 10px !important;
    line-height: inherit;
    font-weight: 400;
    font-size: 16px;
}


@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: 'Poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.table thead tr th,
.table tbody tr td {
    border: 1px solid #ddd;
}

.if_h {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    padding-top: 30px !important;
    line-height: inherit;
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px !important;
}

.gallery_sh {
    font-family: 'Poppins', sans-serif;
    font-size: 23px;
    line-height: inherit;
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
    padding-bottom: 20px !important;
}

.mh {
    font-family: 'Poppins', sans-serif;
    font-size: 21px;
    line-height: inherit;
    color: var(--primary-color);
    font-weight: 500;
    text-align: center;
}

/* pre primary page  */

.inner_highlight {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(251, 2, 2, 0.65);
}

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

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

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

.pp_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 5px !important;
    line-height: 28px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
}

.inner_multicolor {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background-image: linear-gradient(90deg, rgba(0, 0, 204, 0.5), rgba(251, 2, 2, 0.35));
    animation-duration: 10s;
    background-size: 400% 100%;
    animation-name: multibg;
    animation-iteration-count: infinite;
    background-color: rgba(0, 0, 204, 0.5);
}

@keyframes multibg {
    0% {
        background-position: 100% 0;
    }

    100% {
        background-position: 0 0;
    }
}

.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: "Nunito", sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: inherit;
}

.imb_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 5px !important;
    line-height: 28px;
    font-size: 17px;
    color: var(--secondary-color);
    font-weight: 400;
}

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

.pp_p i {
    color: var(--highlight-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: "Nunito", 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: "Nunito", sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
    text-align: center;
    padding-top: 15px !important;
}

.sfb_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 5px !important;
    line-height: 28px;
    font-size: 15px;
    color: var(--text-color);
    font-weight: 400;
}

.sfbb_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 20px !important;
    line-height: 28px;
    font-size: 16px;
    color: var(--text-color);
    font-weight: 400;
    text-align: center;
}

.f_i {
    font-style: italic;
    font-weight: 500;
}

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

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

.ahs_p {
    font-family: 'Poppins', sans-serif;
    padding-top: 10px;
    line-height: 34px;
    font-size: 17px;
    color: var(--text-color);
    font-weight: 400;
}

.inner_primary {
    width: 100%;
    height: auto;
    padding: 60px 0;
    background: rgba(0, 0, 204, 0.35);
}


/* pre primary page  */


.magazine_box {
    width: 100%;
    height: auto;
    padding: 25px;
    background: rgba(0, 0, 204, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
}

.mb_h {
    font-family: "Nunito", sans-serif;
    padding-top: 20px !important;
    font-size: 21px;
    line-height: 30px;
    font-weight: 700;
    color: var(--primary-color);
}

.galler_boxes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    grid-column-gap: 25px;
    grid-row-gap: 25px;
}

.galler_box {
    width: 100%;
    height: auto;
    border: 1px solid;
    padding: 10px;
    align-items: center;
}

.bg_clip {
    /* width: 50%; */
    text-align: center;
    height: 100%;
    font-size: 19px;
    padding: 10px;
    color: var(--secondary-color);
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    letter-spacing: 0.35px;
}

.gb_h {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
    font-size: 32px;
}

.b_o {
    /* border-color: orangered; */
    border-color: var(--primary-color);
}

.bg_o {
    /* background-color: orangered; */
    background-color: var(--primary-color);
}

.bgc_o {
    color: orangered;
}

.tabs {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    align-items: center;
}

.gtbl_h {
    font-family: "Nunito", sans-serif;
    color: var(--text-color);
    font-weight: 700;
    font-size: 17px;
    padding: 6px !important;
    letter-spacing: 0px;
}

.tab_box h3 {
    color: var(--text-color);
    border: 1px solid transparent;
    cursor: pointer;
}

.tab_box h3.active {
    color: var(--primary-color) !important;
    border: 1px solid var(--primary-color);
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
    margin-top: 15px;
    animation: fade 1.5s;
    -webkit-animation: fade 1.5s;
}

.mpd_l {
    display: inline-block;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    font-size: 18px;
    letter-spacing: 0.35px;
    padding-top: 15px !important;
}

.staff {
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    background: var(--secondary-color);
}


.pb-80 {
    padding-bottom: 80px;
}

.row_auto {
    display: flex;
    justify-content: center;
}