@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&family=Poppins:wght@200;300;400;500;600&family=Roboto:wght@300;400;500&family=Rubik:wght@300;400;500;600;700;800&display=swap');

:root {
    --primary-color: #011635;
    --highlight-color: #03389e;
    --sh-color: #b6f0c0;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

p {
    font-size: 15px;
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 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: 50px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.35px;
    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 8px;
    transition: all 0.3s ease-in;
}

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

/* navbar  */

.header {
    width: 100%;
    position: sticky;
    top: 0;
    z-index: 99;
    background: var(--primary-color);
    padding: 0px 0;
}

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

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

.logo a img {
    width: 200px;
    padding: 10px 0;
}

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

.header .item-right {
    flex: 0 0 15%;
    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;
}

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

.header .menu>ul>li>a {
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 500;
    padding: 0 2.5px;
    letter-spacing: 0px;
    color: #ffffff !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: 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-family: 'Poppins', sans-serif;
    font-size: 15px;
    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%; */
    width: auto;
    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-family: 'Poppins', sans-serif;
    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 10px !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: 1199px) {

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

    .logo {
        justify-content: space-between;
        /* padding-left: 25px; */
    }
    .logo a img {
        width: 200px;
        padding: 5px 0;
    }

    .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: #ffffff;
        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: #ffffff;
    }

    .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;
        color: #333333 !important;
        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: 50px;
        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;
    }

    .inner_logo {
        width: 50px;
    }

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

}

/* end navbar  */

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

.banner_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.35px;
    line-height: inherit;
    padding-top: 40px !important;
}

.banner_sh {
    font-family: 'Montserrat', sans-serif;
    color: var(--highlight-color);
    font-weight: 600;
    text-align: center;
    letter-spacing: 0.35px;
    line-height: inherit;
    padding-top: 10px !important;
}

.banner_li {
    padding: 0;
    margin: 0;
    text-align: center;
    margin-top: 30px !important;
}

.banner_li li {
    font-family: 'Poppins', sans-serif;
    list-style: none;
    display: inline-block;
    color: var(--secondary-color);
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.35px;
    line-height: 14px;
    padding: 0 15px;
}

.banner_li li:not(:last-child) {
    border-right: 1px solid var(--secondary-color);
}

.banner_btn_box {
    display: flex;
    gap: 20px;
    justify-content: center;
}

.bbb {
    padding-top: 40px;
}

.bbb_btn {
    padding: 10px 30px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
}

.bbb_btn i {
    color: var(--highlight-color);
    font-size: 20px;
    position: relative;
    right: 6px;
}

.banner_form {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 10px;
}

.c_input {
    height: auto;
    padding: 10px;
    margin-top: 15px;
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0.15px;
}

.c_input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.banner_btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: var(--primary-color);
    color: var(--secondary-color);
    border: none;
    padding: 12.5px 40px;
    border-radius: 50px;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
}

.banner_bottom {
    width: 100%;
    height: auto;
    background: var(--highlight-color);
}

.banner_bottom_buttons {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

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

.bb_box {
    padding: 40px 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.bb_box:not(:last-child) {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.banner_bottom_btn {
    padding: 10px 35px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.15px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 50px;
    display: flex;
    align-items: center;
    margin: auto;
    width: 235px;
    justify-content: center;
}

.banner_bottom_btn i {
    color: var(--highlight-color);
    font-size: 20px;
    position: relative;
    right: 6px;
}

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

.abt_sh {
    display: inline;
    font-family: 'Poppins', sans-serif;
    background: var(--highlight-color);
    color: var(--sh-color);
    padding: 10px 25px !important;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.15px;
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    line-height: inherit;
    color: var(--highlight-color);
    font-weight: 700;
    font-size: 30px;
    padding-top: 20px !important;
}

.abt_p {
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    color: var(--text-color);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

.abt_hp {
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    color: var(--highlight-color);
    font-weight: 600;
    font-size: 15px;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

.abt_ph {
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    color: var(--highlight-color);
    font-weight: 700;
    font-size: 17px;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

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

.abt_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 15px;
    color: var(--primary-color);
    font-size: 16px;
}

.abt_li i {
    color: var(--highlight-color);
}

.abt_img_box {
    padding: 20px;
    margin-top: 0px;
}

.abt_img {
    position: relative;
}

.abt_img::before {
    content: '';
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 150px;
    height: 150px;
    background: var(--highlight-color);
    border-radius: 20px;
    transform: translate(-35%, 35%);
    z-index: -1;
}

.abt_img::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 150px;
    height: 150px;
    border: 2.5px solid var(--sh-color);
    border-radius: 20px;
    transform: translate(15%, -15%);
    z-index: -1;
}

.abt_img img {
    border-radius: 15px;
}

.abt_img_top_box {
    background: var(--secondary-color);
    top: -15px;
    left: -15px;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    max-width: 275px;
    gap: 10px;
    padding: 15px;
    border-radius: 15px;
    position: absolute;
}

.abt_img_top_box i {
    width: 45px;
    height: 45px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.aitb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: -0.15px;
    color: var(--primary-color);
}

.aitb_h span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.abt_img_bottom_box {
    background: var(--highlight-color);
    bottom: -15px;
    right: -15px;
    display: flex;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    max-width: 275px;
    gap: 10px;
    padding: 15px;
    border-radius: 15px;
    position: absolute;
}

.abt_img_bottom_box i {
    min-width: 45px;
    min-height: 45px;
    background: rgba(255, 255, 255, 0.3);
    color: var(--secondary-color);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.aibb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.15px;
    color: var(--secondary-color);
}

.aibb_h span {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.abt_t_i_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

.abt_b_box {
    width: 100%;
    height: auto;
    display: flex;
    gap: 15px;
    margin-top: 30px;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
}

.abt_b_box i {
    width: 42px;
    height: 42px;
    background: rgba(3, 56, 158, 1);
    color: var(--secondary-color);
    font-size: 18px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.abt_b_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.35px;
    color: var(--text-color);
}

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

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

.mvs_box img {
    margin: auto;
    width: 85px;
}

.mvsb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 23px;
    line-height: inherit;
    padding-top: 5px !important;
    letter-spacing: -0.15px;
    color: var(--highlight-color);
}

.mvsb_p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
}

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

.heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: -0.15px;
    color: var(--highlight-color);
    text-align: center;
}

.heading_p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: var(--p-color);
    font-weight: 400;
    letter-spacing: 0.15px;
    padding-top: 10px !important;
    text-align: center;
}

.h_course_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.h_course_box img {
    width: 115px;
    margin: auto;
}

.hcb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.15px;
    color: var(--highlight-color);
    text-align: center;
    padding-top: 15px !important;
}

.h_course_d_box {
    display: none;
    transition: all 0.3s ease;
}

.hcdb_inner {
    width: 100%;
    height: 100%;
    background: var(--highlight-color);
    top: 0;
    left: 0;
    padding: 0 20px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.hcdb_p {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -0.1px;
    text-align: center;
}

.hcdb_btn {
    padding: 7px 20px;
    font-family: 'Montserrat', sans-serif;
    background: var(--secondary-color);
    border: none;
    font-weight: 600;
    letter-spacing: -0.35px;
    margin-top: 15px;
}

.h_course_box:hover .h_course_d_box {
    display: block;
    transition: all 0.3s ease;
}

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

.ta_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 25px;
    padding-bottom: 30px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}

.ta_box img {
    width: 100px;
    margin: auto;
}

.tab_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 19px;
    letter-spacing: -0.35px;
    color: var(--highlight-color);
    text-align: center;
    padding-top: 15px !important;
}

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

.wcu_box {
    width: 100%;
    height: auto;
    padding: 15px;
    padding-bottom: 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.wcu_box img {
    width: 60px;
}

.wcub_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 19px;
    line-height: 26px;
    letter-spacing: -0.35px;
    color: var(--highlight-color);
    padding-top: 15px !important;
}

.wcub_p {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: var(--text-color);
    font-weight: 400;
    letter-spacing: -0.1px;
    padding-top: 2.5px !important;
}

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

.faq_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    letter-spacing: -0.15px;
    color: var(--highlight-color);
}

.panel-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.15px;
    color: var(--highlight-color);
}

.panel-default {
    border: none;
    background: none;
}

.panel-default>.panel-heading {
    background: var(--secondary-color);
}

#faq .panel .panel-heading a .panel-title span {
    float: right;
    width: 40px;
}

#faq .panel .panel-heading a .panel-title span:after {
    content: "\2014";
    color: var(--highlight-color);
    font-size: 20px;
    color: var(--heaing-color) !important;
}

#faq .panel .panel-heading a.collapsed .panel-title span:after {
    content: "+";
}

#faq .panel {
    margin-bottom: 15px !important;
}

#faq .panel-heading {
    padding: 15px 15px;
    border-radius: 25px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 15px 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 0px;
    color: var(--text-color);
    background: none;
    border-top: none !important;
}

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

.demo_form_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.35px;
    color: var(--highlight-color);
    padding-top: 15px !important;
}

.demo_form_sh {
    font-family: 'Poppins', sans-serif;
    color: var(--primary-color);
    font-weight: 400;
    letter-spacing: 0px;
    padding-top: 5px !important;
}

.d_input {
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0.15px;
}

.d_input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.i_input {
    width: 100%;
    height: auto;
    padding: 15px;
    font-size: 16px;
    border-radius: 10px;
    font-family: 'Roboto', sans-serif;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: 0.15px;
}

input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: inherit !important;
}

.demo_form label {
    margin-top: 20px;
    font-weight: 500;
    padding-left: 10px;
    font-family: 'Roboto', sans-serif;
    color: var(--p-color);
}

.i_input::placeholder {
    font-family: 'Roboto', sans-serif;
    color: rgba(0, 0, 0, 0.7);
}

.demo_btn {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    padding: 12.5px 40px;
    border-radius: 10px;
    display: block;
    margin: auto;
    margin-top: 20px;
    font-weight: 600;
    letter-spacing: 0px;
}

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

.footer img {
    width: 165px;
}

.footer_p {
    font-family: 'Poppins', sans-serif;
    line-height: 29px;
    color: var(--secondary-color);
    font-weight: 400;
    letter-spacing: -0.1px;
    padding-top: 10px !important;
}

.footer_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.15px;
    font-size: 21px;
    color: var(--secondary-color);
    padding-top: 25px !important;
}

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

.footer_links li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    color: var(--secondary-color);
    padding-top: 10px;
    line-height: 28px;
    font-weight: 400;
    letter-spacing: 0.15px;
}

.footer_c_p {
    font-family: 'Poppins', sans-serif;
    line-height: 30px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.15px;
    padding-top: 20px !important;
    display: flex;
    align-items: center;
    gap: 10px;
}

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

.footer_social li {
    display: inline-block;
    color: var(--secondary-color);
    padding-right: 12px;
    font-size: 18px;
    margin-top: 20px;
    transition: all 0.3s ease-in;
}

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

.footer_copyrights {
    width: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.25);
    height: auto;
    margin-top: 25px;
}

.fc_p {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    text-align: center;
    padding-top: 40px !important;
    letter-spacing: 0.35px;
}


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

.bredcum_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: inherit;
    text-align: center;
}

.bredcum_li {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding: 0;
    margin: 0;
    margin-top: 10px !important;
}

.bredcum_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
}

.bredcum_li li i {
    font-size: 12px;
}

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

.contact_d_box {
    width: 100%;
    height: auto;
    min-height: 300px;
    padding: 40px 20px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 15px;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.contact_d_box img {
    width: 90px;
}

.cdb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: -0.15px;
    font-size: 20px;
    color: var(--highlight-color);
    padding-top: 25px !important;
}

.adb_p {
    font-family: 'Poppins', sans-serif;
    line-height: 28px;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.1px;
    padding-top: 10px !important;
}

.map {
    margin-top: 40px;
    border-radius: 15px;
    overflow: hidden;
}


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

.contact_box i {
    width: 50px;
    height: 50px;
    background: var(--highlight-color);
    border-radius: 50px;
    color: var(--secondary-color);
    display: flex;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.cb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 17px;
    color: var(--highlight-color);
    padding-top: 25px !important;
}

.cb_p {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: var(--primary-color);
    font-weight: 400;
    font-size: 15px;
    letter-spacing: -0px;
    padding-top: 10px !important;
}

.hire_c_box i {
    width: 50px;
    height: 50px;
    background: var(--secondary-color);
    border-radius: 50px;
    color: var(--highlight-color);
    display: flex;
    font-size: 21px;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.hire_c_box {
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--highlight-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
}

.hcb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 19px;
    color: var(--secondary-color);
    padding-top: 20px !important;
}

.hcb_p {
    font-family: 'Poppins', sans-serif;
    line-height: 24px;
    color: var(--secondary-color);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0px;
    padding-top: 10px !important;
}

.bg_t {
    background: #ebf5fe;
}

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

.course_c_box {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    margin-top: 20px;
    background: #f6f6f6;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0);
}

.course_o_box i {
    font-size: 32px;
    color: var(--highlight-color);
}

.cob_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 21px;
    color: var(--highlight-color);
    padding-top: 20px !important;
    line-height: 26px;
}

.cob_sh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 26px;
    color: var(--highlight-color);
    padding-top: 20px !important;
}

.cob_p {
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    padding-top: 15px !important;
}

.ccb_li {
    padding: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom: 40px;
}

.pb_0 {
    padding-bottom: 0px !important;
}

.ccb_li li {
    list-style: none;
    padding-top: 10px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.ccb_li li i {
    color: var(--highlight-color);
}

.ccb_op {
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 26px;
    font-size: 15px;
    padding-top: 15px !important;
}

.ccb_op strong {
    font-family: 'Poppins', sans-serif;
    color: var(--highlight-color);
    line-height: 26px;
    font-size: 15px;
    padding-top: 15px !important;
}

.course_t_box {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: space-between;
}

.ctbib {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 25px;
}

.ctbib i {
    width: 50px;
    height: 50px;
    background: rgba(3, 56, 158, 0.15);
    border-radius: 5px;
    color: var(--highlight-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.ctbi_p {
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
    font-weight: 500;
    line-height: 26px;
    font-size: 15px;
    letter-spacing: 0.15px;
}

.cb_btn {
    display: flex;
    padding: 15px 30px;
    background: var(--highlight-color);
    color: var(--secondary-color);
    border: none;
    border-radius: 50px;
    margin-top: 30px;
    align-items: center;
    justify-content: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
}

.cb_btn i {
    margin-right: 10px !important;
}

.box_right {
    width: 100%;
    height: auto;
    padding: 20px;
    padding-bottom: 50px;
    background: rgba(3, 56, 158, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.br_box {
    width: 100%;
    height: auto;
    padding: 20px;
    background: var(--secondary-color);
    border-radius: 5px;
    margin-top: 30px;
    text-align: center;
    min-height: 250px;
}

.br_box i {
    font-size: 26px;
    color: var(--highlight-color);
}

.brb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 0px;
    font-size: 17px;
    line-height: 26px;
    color: var(--highlight-color);
    padding-top: 12px !important;
}

.brb_p {
    font-family: 'Poppins', sans-serif;
    color: #4a4a4a;
    font-weight: 400;
    line-height: 26px;
    font-size: 14px;
    padding-top: 10px !important;
    letter-spacing: 0px;
}

.ti_img {
    position: relative;
}

.ti_img::before {
    content: "";
    position: absolute;
    width: 55%;
    height: 225px;
    top: 0;
    right: 0px;
    background: var(--primary-color);
    transition: all 0.5s ease-in;
}

.ti_img::after {
    content: "";
    position: absolute;
    width: 55%;
    height: 225px;
    bottom: 0;
    left: 0px;
    background: var(--highlight-color);
    transition: all 0.5s ease-in;
}

.ti_img img {
    position: relative;
    z-index: 999;
    width: 90%;
    margin: auto;
    transition: all 0.5s ease-in;
}

.ti_img:hover::after {
    bottom: 20%;
    transition: all 0.5s ease-in;
}

.ti_img:hover::before {
    top: 20%;
    transition: all 0.5s ease-in;
}

.ti_h {
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-size: 23px;
    color: var(--highlight-color);
    padding-top: 10px !important;
    letter-spacing: 0.35px;
    font-weight: 600;
    line-height: 32px;
}

.ti_sh {
    font-family: 'Poppins', sans-serif;
    color: var(--primary-color);
    font-size: 17px;
    letter-spacing: 0.35px;
    color: var(--highlight-color);
    padding-top: 10px !important;
    line-height: 32px;
}

.ti_p {
    font-family: 'Poppins', sans-serif;
    line-height: 32px;
    color: var(--text-color);
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 0.35px;
    padding-top: 10px !important;
}

.abt_ssh {
    font-family: 'Montserrat', sans-serif;
    font-size: 21px;
    color: var(--highlight-color);
    padding-top: 10px !important;
    letter-spacing: 0.35px;
    font-weight: 600;
    line-height: 32px;
}

.java_h_box {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 20px;
    flex-wrap: wrap;
}

.jhb {
    width: 18.5%;
}

.jhb i {
    padding-bottom: 10px !important;
}

.cob_ssh {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    letter-spacing: 0px;
    font-size: 18px;
    line-height: 26px;
    color: var(--highlight-color);
    text-align: center;
}

.pt-0 {
    padding: 0 !important;
}


@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: nowrap;
        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;
    }
}

.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{
    text-align: center;
    border: 1px solid #ddd;
}

.stc_box{
    margin-top: 40px;
    width: 100%;
    height: auto;
    padding: 10px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    position: relative;
}