@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: #034ea2;
    --highlight-color: #ec1d24;
    --s_backgound-color: #f1f5fa;
    --secondary-color: #ffffff;
    --text-color: #202020;
    --p-color: #696969;
    font-family: 'Montserrat', sans-serif;
    font-family: 'Rubik', sans-serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'Roboto', sans-serif;
}

html {
    scroll-behavior: smooth;
}

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

.gap_top {
    padding-top: 80px;
}

.gap_bottom {
    padding-bottom: 80px;
}

.gap_top_40 {
    padding-top: 40px;
}


#fixed_icons {
    position: fixed;
    right: 10px;
    bottom: 12%;
    z-index: 99999;
}

.fixed_icons {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fixed_icons li {
    width: 50px;
    height: 50px;
    position: relative;
    display: block;
    padding: 15px;
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    padding-top: 12.5px;
}

.fixed_icons li a span {
    padding: 12px 15px;
    position: absolute;
    transform: translateX(0%);
    width: auto;
    display: none;
    height: 50px;
    top: 0;
    white-space: nowrap;
    z-index: -9 !important;
    transition: all 0.3s ease-in;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0.35px;
    padding-top: 15px;
}

.fixed_icons li:hover>a span {
    opacity: 1;
    transform: translateX(-110%);
    transition: all 0.3s ease-in;
    display: block;
}


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

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

.whatsapp {
    background: #4ac959;
}

.whatsapp span {
    background: #4ac959;
}

.phone {
    background: #34b7f1;
}

.phone span {
    background: #34b7f1;
}

.facebook {
    background: #4267B2;
}

.facebook span {
    background: #4267B2;
}

.youtube {
    background: #CD201F;
}

.youtube span {
    background: #CD201F;
}

.twitter {
    background: #00acee;
}

.twitter span {
    background: #00acee;
}

.instagram {
    background: #d62976;
}

.instagram span {
    background: #d62976;
}

#top_bar {
    width: 100%;
    height: auto;
    padding: 15px 0;
    background: var(--primary-color);
    z-index: 999 !important;
    display: flex;
    align-items: center;
}

.top_phone_mail {
    padding: 0;
    margin: 0;
    text-align: center;
}

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

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

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

.c_d {
    position: relative;
}

.cd_t {
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    font-weight: 500;
}

.cd_t span {
    font-family: 'Montserrat', sans-serif;
    animation: color_change 1s infinite;
    font-weight: 600;
    color: var(--highlight-color);
    letter-spacing: 0.35px;
}

@-webkit-keyframes color_change {
    50% {
        color: var(--secondary-color);
    }
}

@keyframes color_change {
    50% {
        color: var(--secondary-color);
    }
}

/* navbar  */

#header {
    position: sticky;
    top: 0;
    z-index: 9998 !important;
}

.navbar-brand {
    padding: 5px 0px;
}

.navbar {
    width: 100%;
    background: var(--secondary-color);
    border: none;
    border-radius: 0;
    margin: 0 !important;
    box-shadow: 0px 3px 6px 0px rgba(5, 37, 95, 0.2);
}

.logo {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    letter-spacing: -0.5px;
    padding-top: 7px !important;
    font-size: 32px;
}

#logo {
    height: 60px;
}

.navbar .navbar-nav>li>a {
    padding: 12px 12px;
    color: var(--text-color);
    font-size: 15px;
    letter-spacing: -0.15px;
    font-weight: 500;
    margin: 15px 0px;
    font-family: 'Poppins', sans-serif;
    transition: all 0.3s ease;
}

.navbar .navbar-nav>li>a:hover {
    font-size: 15px;
    font-weight: 500;
    color: var(--highlight-color) !important;
    background: none !important;
    transition: all 0.3s ease;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    font-size: 15px;
    font-weight: 500;
    color: var(--highlight-color) !important;
    background: none !important;
    transition: all 0.3s ease;
}

.dropdown_active {
    background: var(--primary-color);
    color: #ffffff !important;
}

.navbar .navbar-nav>li>a:hover {
    color: var(--primary-color);
    transition: all 0.3s;
}

.navbar .navbar-nav>.open>a {
    background: var(--primary-color) !important;
    color: var(--secondary-color) !important;
}
.dropdown-menu {
    padding: 0;
    width: auto;
    border: none !important;
}

.second_dropdown {
    max-width: 100% !important;
    min-width: 265px !important;
}

.dropdown li a {
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    padding: 12px 20px;
    font-weight: 500;
    color: var(--text-color) !important;
    letter-spacing: 0px;
    width: auto !important;
}

.dropdown li a:hover {
    background: var(--primary-color);
    color: var(--secondary-color) !important;
}

/* .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
} */

.dropdown_close {
    display: none !important;
}

/* NEW 2nd-Level Dropdown CSS START */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .caret {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    width: auto !important;
}

.dropdown-submenu.open>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.open>.dropdown-menu,
.dropdown-submenu.open>.dropdown-menu {
    display: block;
}

.dropdown-submenu .dropdown-menu {
    margin-bottom: 8px;
}

.navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
    background-color: #f6f6f6;
}

.navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
    background-color: #333;
}

.navbar .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
    padding-left: 30px;
}

@media screen and (min-width:992px) {
    .dropdown-submenu .dropdown-menu {
        margin-bottom: 2px;
    }

    .navbar .navbar-nav .open .dropdown-submenu .dropdown-menu>li>a {
        padding-left: 25px;
    }

    .navbar-default .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #fff;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .dropdown-submenu ul {
        background-color: #fff;
    }
}

/* NEW 2nd-Level Dropdown CSS END */

/* end navbar  */



/* slider  */

.carousel-control.left {
    background-image: none !important;
}

.carousel-control.right {
    background-image: none !important;
}

.carousel-control {
    width: 5% !important;
    opacity: 1;
}

.carousel-control i {
    color: var(--secondary-color);
    font-size: 33px;
    position: absolute;
    top: 45%;
}

.cc_left {
    right: 0 !important;
}

.cc_right {
    left: 0 !important;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
    color: var(--secondary-color);
    opacity: 1;
}

/* slider  */

#count {
    margin-top: 40px;
}

.count {
    width: 100%;
    height: auto;
    padding: 15px;
    border-radius: 30px;
    background: var(--primary-color);
}

.count_box {
    display: flex;
    align-items: center;
    padding: 15px 10px;
}

.cb_icon {
    width: 65px;
    height: 65px;
    background: var(--secondary-color);
    color: var(--primary-color);
    border-radius: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.cb_icon i {
    font-size: 30px;
}

.cb_text {
    padding-left: 15px;
}

.cbt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 30px;
}

.cbt_p {
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
}

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

.abt_sh {
    font-family: 'Poppins', sans-serif;
    padding-top: 20px !important;
    font-weight: 500;
    color: var(--highlight-color);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.65px;
}

.abt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    line-height: inherit;
    color: var(--primary-color);
}

.abt_p {
    padding-top: 10px !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: var(--text-color);
    letter-spacing: 0px;
    line-height: 31px;
}

.abt_btn {
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--primary-color);
    letter-spacing: 0.35px;
    border: none;
    margin-top: 25px;
    transition: all 0.3s ease-in;
}

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

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

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

.ab_box {
    padding: 40px 25px;
    background: rgba(3, 78, 162, 0.65);
    text-align: center;
}

.ab_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    line-height: inherit;
    font-size: 24px;
    letter-spacing: 0.35px;
    color: var(--secondary-color);
}

.ab_p {
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: var(--secondary-color);
    letter-spacing: 0.35px;
    padding-top: 10px !important;
}

.ab_btn {
    padding: 12px 30px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--primary-color);
    letter-spacing: 0.35px;
    border: none;
    margin-top: 15px;
    transition: all 0.3s ease-in;
}

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

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

.g_box {
    padding: 40px 25px;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.08);
    min-height: 475px;
    transition: all 0.3s ease-in;
}

.g_box i {
    width: 90px;
    height: 90px;
    background: rgba(3, 78, 162, 0.15);
    font-size: 36px;
    color: var(--primary-color);
    border-radius: 50px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

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

.gb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-top: 15px !important;
    font-size: 21px;
}

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

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

.course_box {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    text-align: center;
    margin-top: 40px;
    transition: all 0.3s ease-in;
}

.bg_p {
    background: rgba(3, 78, 162, 0.2);
    transition: all 0.3s ease-in;
}

.bg_h {
    background: rgba(236, 29, 36, 0.2);
    transition: all 0.3s ease-in;
}

.bg_p i {
    color: var(--primary-color);
    background: rgba(3, 78, 162, 0.2);
    transition: all 0.3s ease-in;
}

.bg_h i {
    color: var(--highlight-color);
    background: rgba(236, 29, 36, 0.2);
    transition: all 0.3s ease-in;
}

.course_box i {
    width: 80px;
    height: 80px;
    border-radius: 50px;
    font-size: 36px;
    display: flex;
    margin: auto;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in;
}

.cb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-top: 20px !important;
    transition: all 0.3s ease-in;
}

.bg_h .cb_h {
    color: var(--highlight-color)
}

.bg_p .cb_h {
    color: var(--primary-color)
}

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

.bg_h:hover i {
    background: var(--secondary-color);
    transition: all 0.3s ease-in;
}

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

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

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

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

.heading {
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    color: var(--primary-color);
}

.sub_heading {
    font-family: 'Poppins', sans-serif;
    text-align: center;
    padding-top: 15px !important;
    font-size: 22px;
}

.sub_heading_highlight {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    color: var(--highlight-color);
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 0.65px;
}

.integrated_course_box {
    width: 100%;
    height: auto;
    padding: 50px 20px;
    text-align: center;
    margin-top: 40px;
    transform: scale(1);
    transition: all 0.3s ease-in;
}

.integrated_course_box:hover {
    transform: scale(1.05);
    transition: all 0.3s ease-in;
}

.integrated_course_box i {
    font-size: 56px;
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.icb_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    padding-top: 25px !important;
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.icb_btn {
    display: block;
    margin: auto;
    margin-top: 25px;
    padding: 12px 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease-in;
    min-width: 150px;
}

.icbp {
    background: var(--primary-color);
    transition: all 0.3s ease-in;
}

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

.icbp:hover i {
    transform: scale(1.15);
    transition: all 0.3s ease-in;
}

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

.icbh {
    background: var(--primary-color);
    transition: all 0.3s ease-in;
}

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

.icbh:hover i {
    transform: scale(1.15);
    transition: all 0.3s ease-in;
}

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

#facilities {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.facilities_box {
    margin-top: 50px;
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    vertical-align: middle;
}


.fb_icon {
    width: 110px;
    height: 85px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    text-align: center;
    transition: all 0.3s ease-in;
    margin-right: 25px;
}

.bgb_p {
    background-image: url(../../images/mask01.png);
    filter: drop-shadow(2px 0 0 var(--primary-color)) 
    drop-shadow(0 2px 0 var(--primary-color))
    drop-shadow(-2px 0 0 var(--primary-color)) 
    drop-shadow(0 -2px 0 var(--primary-color));
}

.facilities_box:hover .bgb_p {
    background-image: url(../../images/mask02.png);
    filter: drop-shadow(2px 0 0 var(--primary-color)) 
    drop-shadow(0 2px 0 var(--primary-color))
    drop-shadow(-2px 0 0 var(--primary-color)) 
    drop-shadow(0 -2px 0 var(--primary-color));
    transition: all 0.3s ease-in;
}

.bgb_h {
    background-image: url(../../images/mask04.png);
    filter: drop-shadow(2px 0 0 var(--highlight-color)) 
    drop-shadow(0 2px 0 var(--highlight-color))
    drop-shadow(-2px 0 0 var(--highlight-color)) 
    drop-shadow(0 -2px 0 var(--highlight-color));
}

.facilities_box:hover .bgb_h {
    background-image: url(../../images/mask03.png);
    filter: drop-shadow(2px 0 0 var(--highlight-color)) 
    drop-shadow(0 2px 0 var(--highlight-color))
    drop-shadow(-2px 0 0 var(--highlight-color)) 
    drop-shadow(0 -2px 0 var(--highlight-color));
    transition: all 0.3s ease-in;
}

.facilities_box:hover .bgb_h i {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.facilities_box:hover .bgb_p i {
    color: var(--secondary-color);
    transition: all 0.3s ease-in;
}

.bgb_p i {
    color: var(--primary-color);
    transition: all 0.3s ease-in;
}

.bgb_h i {
    color: var(--highlight-color);
    transition: all 0.3s ease-in;
}

.fb_icon i {
    position: relative;
    top: 25px;
    font-size: 32px;
}

.fbt_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: inherit;
}

#approach {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

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

.panel-title {
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: var(--secondary-color);
}

.panel-default>.panel-heading {
    background: rgba(3, 78, 162, 0.8);
}

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

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

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

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

#faq .panel-heading {
    padding: 20px 15px;
}

#faq .panel-default>.panel-heading+.panel-collapse>.panel-body {
    padding: 20px 15px;
    font-family: 'Rubik', sans-serif;
    line-height: 29px;
    letter-spacing: 0.15px;
    color: var(--text-color);
}

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

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

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

.c_btn {
    padding: 15px 30px;
    margin-top: 25px;
    background: var(--primary-color);
    border-radius: 5px;
    font-family: 'Montserrat', 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;
}


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

.footer_box {
    margin-top: 30px;
    padding: 0 10px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.5); */
}

.footer_h {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 20px;
    letter-spacing: 0.15px;
    color: var(--secondary-color);
}

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

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

.footer_li li {
    list-style: none;
    font-family: 'Poppins', sans-serif;
    color: var(--secondary-color);
    font-size: 16px;
    padding-top: 15px;
    line-height: 25px;
    letter-spacing: 0.15px;
    font-weight: 400;
}
.footer_li li a{
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}
.footer_li li i{
    position: relative;
    right: 2.5px;
    font-size: 13px;
    color: var(--secondary-color);
}

.footer_contact {
    padding: 0;
    margin: 0;
    margin-top: 15px !important;
}

.footer_contact li {
    list-style: none;
    display: flex;
    padding-bottom: 5px;
    gap: 10px;
    font-family: "Poppins", sans-serif;
    font-size: 15px;
    line-height: 30px;
    align-items: center;
    color: var(--secondary-color);
    font-weight: 400;
}

.footer_contact li:nth-child(3) {
    word-wrap: anywhere;
}

.footer_contact li i {
    border-radius: 50%;
    text-align: center;
    color: var(--secondary-color);
    font-size: 16px;
    position: relative;
}

.f_br_none {
    border-right: none;
}
.copyrights{
    width: 100%;
    height: auto;
    padding: 20px 10px;
    background: var(--primary-color);
}
.copy_p {
    width: 100%;
    height: auto;
    text-align: center;
    font-family: "Poppins", sans-serif;
    color: var(--secondary-color);
    font-size: 15px;
    font-weight: 400;
}

#footer_logo {
    padding: 10px;
    background-color: var(--secondary-color);
}


#inner_pages {
    width: 100%;
    height: auto;
    padding: 80px 0;
}

.form-container {
    background: white;
    padding: 0;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-right: 40px;
    position: relative;
    overflow: hidden;
}

.progress-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 4px;
    background: #6366f1;
    transition: width 0.3s ease;
}

.step {
    display: none;
    animation: fadeIn 0.5s ease;
}

.step.active {
    display: block;
}

.form-heading {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: inherit;
    padding-bottom: 30px !important;
    padding-top: 50px !important;
}

.form-group {
    margin-bottom: 25px;
}


.form_label {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    color: var(--text-color);
    margin-bottom: 15px !important;
}

input,
textarea,
select {
    width: 100%;
    padding: 12px;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
    border-color: #6366f1;
}

.color-options {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.color-option {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    cursor: pointer;
    transition: transform 0.2s ease;
}

.color-option:hover {
    transform: scale(1.1);
}

.color-option.selected {
    border: 3px solid #6366f1;
}

.buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

button {
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

button.next {
    background: var(--primary-color);
    color: white;
}

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

button.prev {
    background: #e5e7eb;
    color: #4b5563;
}

button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.error {
    color: #ef4444;
    font-size: 14px;
    margin-top: 5px;
    display: none;
}

.submit-message {
    text-align: center;
    padding: 40px;
}

.submit-message img {
    width: 80px;
    margin-bottom: 20px;
}

.otp {
    margin: auto;
    /* center horizontally */
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    width: 100%;
}

.otp input {
    margin: 0.5rem;
    padding: 10px 20px;
    max-width: 50px;
    text-align: center;
}

/* remove the up/down spinner in number input
     source - https://css-tricks.com/snippets/css/turn-off-number-input-spinners/
  */
.otp input[type=number]::-webkit-inner-spin-button,
.otp input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.form_p{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0px;
    color: var(--text-color);
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}
.form_p a{
    color: var(--highlight-color) !important;
}

/* Modern Vertical List */
.vertical-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 20px;
}

.vertical-list-item {
    background: #f8fafc;
    border-radius: var(--text-color);
    padding: 16px;
    display: flex;
    border-radius: 15px;
    align-items: center;
    transition: var(--transition);
}

.vertical-list-item:hover {
    background: #f1f5f9;
}

.vertical-list-item input[type="radio"] {
    appearance: none;
    width: 22px;
    height: 22px;
    border: 2px solid var(--p-color);
    border-radius: 50%;
    margin-right: 16px;
    position: relative;
    cursor: pointer;
    transition: var(--transition);
}

.vertical-list-item input[type="radio"]:checked {
    border-color: var(--primary-color);
    background-color: var(--primary-color);
}

.vertical-list-item input[type="radio"]:checked::after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: var(--primary-color);
}

.vertical-list-item label {
    font-weight: 500;
    cursor: pointer;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    flex: 1;
    transition: var(--transition);
    position: relative;
    top: 3px;
}

.vertical-list-item input[type="radio"]:checked + label {
    color: var(--primary-color);
}

.vertical-list-item input[type="radio"]:checked ~ .vertical-list-item {
    background: white;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.form_last_btn{
    background: var(--primary-color);
    color: white;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: block;
    margin: auto;
}
.form_last_btn i{
    position: relative;
    left: 2px;
    top: 2px;
    transform: rotate(-45deg);
    font-size: 18px;
}

#infinity_learning{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: var(--s_backgound-color);
}
.il_p{
    font-family: 'Rubik', sans-serif;
    text-align: center;
    font-size: 18px;
    padding-top: 30px !important;
    font-weight: 400;
    color: var(--highlight-color);
}
#infinity_learning img{
    margin: auto;
    width: 225px;
}

.bb_none{
    display: block;
    margin: auto;
    margin-top: 25px;
    padding: 12px 30px;
    border: none;
    font-family: 'Montserrat', sans-serif;
    color: transparent;
    font-weight: 600;
    font-size: 16px;
    min-width: 150px;
    background: transparent;
    cursor: none;
}
.bb_none:hover{
    box-shadow: none !important;
    cursor: none;
}

#bredcum{
    width: 100%;
    height: auto;
    padding: 100px 0;
    background: var(--primary-color);
}
.bredcum_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    font-size: 42px;
    letter-spacing: 0.65px;
    text-align: center;
}
#abt_inner{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.abt_i_box{
    max-width: 285px;
    width: auto;
    background: rgba(255, 255, 255, 0.8);
    padding: 20px 20px;
    border-top: 5px solid var(--highlight-color);
    position: absolute;
    bottom: -80px;
    right: -15px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.aib_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-color);
    font-size: 20px;
    line-height: inherit;
}
.aib_p{
    padding-top: 5px !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    color: var(--p-color);
    letter-spacing: 0.15px;
}

#directors{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--s_backgound-color);
}
.ocd_box{
    margin-top: 40px;
}
.ocd_box img{
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}
.ocdb_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    padding-top: 20px !important;
    font-size: 18px;
    letter-spacing: 0.15px;
    text-align: center;
}

#we_provide{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: var(--secondary-color);
}
.heading_highlight{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    color: var(--highlight-color);
}

.wp_box{
    width: 100%;
    height: auto;
    min-height: 400px;
    padding: 60px 25px;
    background: var(--secondary-color);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    border-top-right-radius: 45px;
    border-bottom-left-radius: 45px;
    text-align: center;
    margin-top: 80px;
    padding-top: 0px;
}
.wpb_h{
    font-family: 'Montserrat', sans-serif;
    text-align: center;
    font-weight: 700;
    color: var(--text-color);
    font-size: 20px;
    line-height: inherit;
}
.wpb_li{
    padding: 0;
    margin: 0;
}
.wpb_li li{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding-top: 15px;
    color: var(--p-color);
    letter-spacing: 0px;
    line-height: 28px;
    list-style: none;
}
.wpb_li li i{
    position: relative;
    font-size: 7px;
    color: var(--text-color);
    bottom: 2px;
    right: 3px;
}
.wpbi_p{
    color: var(--secondary-color);
    width: 80px;
    height: 80px;
    background: var(--primary-color);
    border-radius: 50px;
    position: relative;
    font-size: 32px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.wpbi_h{
    color: var(--secondary-color);
    width: 80px;
    height: 80px;
    background: var(--highlight-color);
    border-radius: 50px;
    position: relative;
    font-size: 32px;
    bottom: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.course_i_box{
    max-width: 90%;
    width: auto;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 20px;
    border-left: 5px solid var(--highlight-color);
    position: absolute;
    bottom: -20px;
    left: 0;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
}

#programs{
    width: 100%;
    height: auto;
    padding: 40px 0;
    background: var(--s_backgound-color);
    padding-bottom: 80px;
}
.pg_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
}
.abt_sp{
    padding-top: 10px !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: #000000;
    letter-spacing: 0px;
    line-height: 28px;
}
.pg_sh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--primary-color);
    line-height: inherit;
    padding-top: 20px !important;
    font-size: 21px;
}

.programs_left_box{
    width: 100%;
    height: auto;
    padding: 60px 20px;
    background: var(--primary-color);
    border-radius: 10px;
    position: relative;
    bottom: 80px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.plb_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: inherit;
    font-size: 26px;
}
.plb_hr{
    width: 100%;
    height: 2.5px;
    background: var(--secondary-color);
    margin: 15px 0;
}
.plb_sh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: inherit;
    padding-top: 20px !important;
    font-size: 19px;
}
.plb_p{
    padding-top: 5px !important;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    color: var(--secondary-color);
    letter-spacing: 0px;
    line-height: 28px;
}

#course_form{
    width: 100%;
    height: auto;
    padding: 20px;
    background: var(--highlight-color);
    margin-top: 30px;
    border-radius: 5px;
}
.program_input{
    margin: 20px 0;
    padding: 10px;
    height: auto;
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    font-weight: 400;
}
.program_input::placeholder{
    font-family: "Poppins", sans-serif;
    color: var(--p-color);
    font-weight: 400;
}
.course_form_btn{
    padding: 10px 25px;
    font-family: 'Montserrat', sans-serif;
    color: var(--secondary-color);
    background: var(--primary-color);
    border-radius: 5px;
    font-weight: 600;
    margin-bottom: 10px;
}

#admission_open{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: rgba(3, 78, 162, 1);
}
.ao_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--secondary-color);
    line-height: inherit;
}
.ao_p{
    font-family: "Poppins", sans-serif;
    color: var(--secondary-color);
    font-weight: 400;
    padding-top: 20px !important;
}
.ao_btn{
    padding: 15px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: var(--secondary-color);
    background: var(--highlight-color);
    letter-spacing: 0.35px;
    border: none;
    margin-top: 25px;
    transition: all 0.3s ease-in;
}
.ao_btn i{
    position: relative;
    left: 2px;
    top: 2px;
    transform: rotate(-45deg);
    font-size: 18px;
}

#courses_bottom{
    width: 100%;
    height: auto;
    padding: 80px 0;
    padding-top: 40px;
    background: var(--secondary-color);
}
.cb_box{
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    min-height: 350px;
}
.cb_box_h_auto{
    width: 100%;
    height: auto;
    padding: 40px 20px;
    background: var(--secondary-color);
    border-radius: 10px;
    position: relative;
    margin-top: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
}
.cbb_h{
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    color: var(--text-color);
    line-height: inherit;
    font-size: 18px;
    letter-spacing: 0;
}

.course_li{
    padding: 0;
    margin: 0;
}
.course_li li{
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    padding-top: 12px;
    color: #000000;
    letter-spacing: 0px;
    line-height: 27px;
    margin-left: 20px;
    font-size: 15px;
}

.contact_box{
    width: 100%;
    height: auto;
    padding: 30px 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
    margin-bottom: 40px;
    border-radius: 15px;
    min-height: 200px;
    text-align: center;
}
.contact_box i{
    font-size: 32px;
    color: var(--primary-color);
}
.cbh{
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    color: #000000;
    font-size: 21px;
    padding-top: 15px !important;
}
.cbp{
    font-family: "Poppins", sans-serif;
    color: var(--text-color);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.35px;
    line-height: 28px;
    padding-top: 8px !important;
}

.form_p{
    font-family: "Poppins", sans-serif;
    font-size: 20px;
    line-height: 30px;
    padding-top: 40px !important;
    text-align: center;
    color: var(--primary-color);
    font-weight: 500;
}
.form_p a{
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}

#map{
    margin-top: 40px;
}