@import " https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&family=Mukta:wght@200;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&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";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}
:root {
    --purple: #4b1d3a;
    --light: #f1f3fa;
    --dark: #1c1c1c;
    --yellow: #e3b34a;
    --grey: #f3f2f4;
    --hfont: Mukta, sans-serif;
    --cfont: Montserrat, sans-serif;
    --headfont: "Libre Baskerville", serif;
    --roboto: Roboto, sans-serif;
}
.accordion-item {
    border: unset !important;
}
body {
    font-size: 14px;
    font-family: var(--roboto);
    color: var(--dark);
    background-color: var(--grey);
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--hfont);
}
.text-yellow {
    color: var(--yellow) !important;
}
.text-purple {
    color: var(--purple);
}
.bg-purple {
    background-color: var(--purple);
}
.border-bottom_01 {
    border-bottom: unset;
}
.hero-text {
    font-family: var(--headfont);
    font-weight: 400;
    font-size: 24px;
    color: var(--purple);
}
.hero-text_02 {
    font-size: 34px;
}
.title {
    font-family: var(--headfont);
    font-size: 24px;
}
.title_01 {
    font-family: var(--headfont);
    font-size: 24px;
}
.subtitle {
    line-height: 1.5em;
    font-family: var(--headfont);
    font-size: 14px;
}
.bg-dark {
    background: var(--dark) !important;
}
.bg-grey {
    background: var(--grey) !important;
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg_grad_01 {
    background-color: var(--purple);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.hero-img {
    height: 300px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.bg_testimonals {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background: #00000099;
}
.bg_apply {
    background-repeat: no-repeat;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: unset;
}
.data {
    position: absolute;
    bottom: 0;
}
.data span {
    font-size: 12px;
}
.data img {
    border: solid 1px var(--purple);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70px;
    width: 70px !important;
}
.data_01 {
    border-radius: 0 0 25px 25px;
    border: solid 1px var(--purple);
}
.data_01 p {
    font-size: 12px;
}
.zoho_form {
    height: 570px;
    width: 100%;
}
.h_partner {
    border-radius: unset;
    background-color: var(--purple);
}
.h_partner.h_part_apply {
    background-image: url(../images/bg1.webp);
    background-position: top;
}
.h_partner h5 {
    text-align: center;
}
.h_partner .h_btn {
    text-align: center;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0 linear 0.5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0 linear 0;
    visibility: visible;
    opacity: 1;
}
.btn {
    transition: 0.5s;
    font-weight: 500;
}
.bg-purple-gradient {
    background-image: linear-gradient(180deg, #47143d 0%, #632156 100%);
}
.sticky-top {
    top: -100px;
    transition: 0.5s;
}
.gallary .one,
.gallary .three {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.gallary .two {
    height: 280px;
    width: 100%;
    object-fit: cover;
}
.navbar .navbar-nav .nav-link {
    margin-right: 9px;
    padding: 10px;
    color: var(--dark);
    font-size: 13px;
    font-weight: 500;
    outline: none;
}
.center_tagline th {
    color: #fff;
    background-color: var(--yellow) !important;
    text-transform: capitalize !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--purple);
    font-weight: 700;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.unlock_01 {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.h_nav {
    background: linear-gradient(to right, #fff 50%, #481a39 50%);
    padding: 0 18px;
}
.hero_mobile img {
    object-fit: cover;
    height: 475px;
    object-position: right;
}
.program_01 .icon {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.border_01 {
    border-right: 1px solid var(--bs-white);
    border-bottom: 1px solid var(--bs-white);
    padding-bottom: 10px;
}
.form_img_01 {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.border_01:nth-child(3),
.border_01:nth-child(4) {
    border-bottom: none;
}
.border_01:nth-child(2),
.border_01:nth-child(4) {
    border-right: none;
}
.award_02 .bg-yellow-01:hover {
    background-color: #e3b34a;
    cursor: pointer;
    transition: left 0.5s ease;
}
.bg-yellow-01:hover img {
    opacity: 0.1;
}
.bg-yellow-01:hover .content {
    display: flex !important;
    position: absolute;
    color: #fff;
    right: 46%;
    top: 50%;
    z-index: 9;
}
.usp_01 {
    padding: 10px 15px;
    border-radius: 15px;
    background-blend-mode: overlay;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70px;
}
.usp_01 .rank {
    font-size: 24px;
    font-family: var(--cfont);
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #eee;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}
.copyright {
    color: #b0b9ae;
    background-color: var(--purple);
}
.copyright a:hover {
    color: var(--yellow) !important;
}
.hero_logo_01 {
    height: 60px;
    width: 100%;
    object-fit: contain;
}
.box_shadow img {
    height: 85px;
    width: 100%;
    object-fit: contain;
}
.border-purple {
    border: 1px solid var(--purple);
}
.border-purple_01 {
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light);
}
.about_logo img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.company_01 img {
    height: 65px;
    object-fit: contain;
}
.testimonals_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.testimonals_01 .owl-nav .owl-prev,
.testimonals_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 25px;
    transition: 0.5s;
    background-color: #fff;
}
.placement_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.placement_01 .owl-nav .owl-prev,
.placement_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
    background-color: #fff;
}
.gallary_01 .owl-nav .owl-prev {
    display: none;
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
    background-color: #ffffff80;
}
.gallary_01 .owl-nav .owl-next {
    display: none;
    position: absolute;
    right: 0;
    bottom: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
    background-color: #ffffff80;
}
.c_btn {
    background-color: var(--purple);
    border: solid 1px var(--purple);
    color: var(--light);
    font-size: 14px;
}
.c_btn:hover {
    color: var(--light);
    background-color: var(--purple);
    border: 1px solid var(--grey);
}
.right_button {
    width: 50%;
    top: unset;
    bottom: 0;
    right: 0;
    right: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}
.modal.show .modal-dialog {
    top: 8%;
}
.banner_text {
    position: absolute;
    top: 25%;
}
.admission .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border: solid var(--yellow) 1px;
    width: 100%;
    border-radius: 15px;
}
.admission .nav-link.active {
    color: var(--bs-white);
    border-radius: 10px;
    background-color: var(--yellow);
    border: solid var(--yellow) 1px;
    font-weight: 700;
}
.program_02 .accordion-button {
    background-color: var(--purple);
    color: #fff;
    border-radius: 15px !important;
}
.program_02 .accordion-button::after {
    filter: invert(1);
}
.program_02 .accordion-button:focus {
    box-shadow: unset !important;
}
.admission .nav-link.active.red_act:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 20%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--yellow);
}
.modal-content .form_01 {
    padding: 0 !important;
    margin: 0 !important;
}
.program_01:hover img {
    filter: invert(1);
}
.filter {
    filter: invert(1);
}
.program_01:hover .arrow {
    display: flex !important;
}
.ChildTabContent .nav-link.active .program_01 img {
    filter: invert(1);
}
.ChildTabContent .nav-link.active .program_01 .arrow {
    display: flex !important;
}
.ChildTabContent .tab-content,
.mobilePrograms {
    padding: 15px;
}
.ChildTabContent .tab-content button.accordion-button {
    font-size: 16px;
    font-weight: 700;
}
.ChildTabContent .tab-content button.accordion-button,
.ChildTabContent .tab-content .accordion-item,
.mobilePrograms button.accordion-button,
.mobilePrograms .accordion-item {
    background-color: #f1f1f1 !important;
    color: #000 !important;
    margin-bottom: 15px;
}
.ChildTabContent .tab-content .accordion-body {
    padding: 10px 50px;
}
.ChildTabContent .tab-content .accordion-item .accordion-button {
    border-radius: 0;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
    padding-left: 16px;
}
.mobilePrograms .accordion-button {
    border-radius: 0;
    border: 1px solid #fff;
    position: relative;
    overflow: hidden;
}
.ChildTabContent .tab-content .accordion-button:not(.collapsed)::after,
.mobilePrograms .accordion-button:not(.collapsed)::after {
    transform: rotate(0deg);
    background-image: url(../images/alard/program/close.png);
    background-size: 10px 10px !important;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 0;
    padding: 14px 15px;
}
.ChildTabContent .tab-content .accordion-button::after,
.mobilePrograms .accordion-button::after {
    background-image: url(../images/alard/program/arrow1.png);
    background-size: 15px 20px !important;
    background-color: #fff;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 23px;
    padding: 15px;
}
.ChildTabContent .tab-content .accordion-item:last-of-type .accordion-collapse {
    border-radius: 0px !important;
}
.ChildTabContent .tab-content .accordion-button:focus {
    box-shadow: none;
}
span.brownTriangle {
    width: 15px;
    height: 25px;
    background-color: var(--yellow);
    transform: rotate(45deg);
    position: absolute;
    left: -12px;
}
.ChildTabContent .tab-content h2 {
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 20px;
}
.myCert {
    overflow: hidden;
    position: relative;
    background-color: #f1f1f1;
}
.accordion-button:focus {
    box-shadow: none;
}
.iconArrow {
    height: 30px;
    width: 30px;
    background-color: #fff;
    display: flex;
    border-radius: 15px;
    padding: 5px;
    justify-content: center;
}
.iconArrow img {
    width: 15px;
    height: 100%;
}
.owl-carousel .owl-stage {
    display: flex;
}
.testimonial-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.keyhigh {
    background-color: var(--yellow);
}
.your_path .col-lg-6 {
    display: grid;
}
.your_path .border {
    background-color: var(--purple);
}
.bg_applynew {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    height: 400px;
}
.form_03 {
    background-size: cover;
    height: 440px;
    border-radius: 25px 25px 0 0;
}
.form_bg_01 {
    border-radius: 0 0 25px 25px;
    border: solid 2px var(--purple);
}
.back-to-top {
    position: fixed;
    display: flex !important;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    font-size: 16px;
    width: 48px;
    height: 48px;
    border: solid 1px var(--grey);
    background-color: var(--purple) !important;
    color: var(--bs-white) !important;
}
.hero_section {
    cursor: pointer;
}
.your_path_img {
    height: 40px;
    object-fit: contain;
}
@media (min-width: 768px) {
    .hero_mobile img {
        object-fit: cover;
        height: 860px;
    }
    .bg_applynew {
        height: unset;
    }
    .zoho_form {
        height: 675px;
        width: 100%;
    }
    .bg_apply {
        height: 300px;
    }
    .gallary .one,
    .gallary .three {
        height: 300px;
    }
    .form_03 {
        height: 580px;
    }
}
@media (min-width: 992px) {
    .hero_logo_01 {
        height: 85px;
    }
    .gallary .one,
    .gallary .three {
        height: 200px;
    }
    .bg_applynew {
        background-size: cover;
        background-position: top;
        border-radius: 10px;
        height: unset;
    }
    .back-to-top {
        bottom: 30px;
    }
    .border-end_01:not(:last-child) {
        border-right: 1px solid var(--purple);
    }
    .testimonals_02 {
        border-radius: 25px 0 0 25px;
        height: unset;
    }
    .form_bg_01 {
        border-radius: 0 25px 25px 0;
        border: solid 2px var(--purple);
    }
    .border_01:not(:last-child) {
        border-right: 1px solid var(--bs-white);
        border-bottom: unset;
        padding-bottom: 10px;
    }
    .border_01:nth-child(4) {
        border-right: unset !important;
    }
    .bg_apply {
        height: unset;
        border-radius: 0 50rem 50rem 0;
        border-bottom-left-radius: unset !important;
        border-top-left-radius: unset !important;
    }
    .modal-body .zoho_form {
        height: 545px;
    }
    .placement_01 .owl-nav .owl-prev,
    .placement_01 .owl-nav .owl-next {
        width: 45px;
        height: 45px;
        font-size: 20px;
    }
    .placement_01 .owl-nav {
        bottom: -30px;
    }
    .border-bottom_01 {
        border-bottom: solid 1px var(--purple);
    }
    .border-bottom_02 {
        border-bottom: solid 1px var(--bs-white);
    }
    .company_01 img {
        height: 85px;
    }
    .mt_10 {
        margin-top: -8rem;
    }
    .mb-90 {
        margin-top: 3rem;
        margin-bottom: 8rem;
    }
    .zoho_form {
        height: 570px;
    }
    .form_03 {
        height: unset;
        border-radius: 25px 0 0 25px;
    }
    .hero-img {
        height: 90vh;
    }
    .h_nav {
        padding: 15px 30px;
    }
    .usp_01 .rank {
        font-size: 40px;
    }
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 12px;
    }
    .h_nav {
        background: linear-gradient(to right, #fff 66.25%, #481a39 34%);
    }
    .title_01 {
        font-size: 34px;
    }
    .your_path .box_003 {
        background-color: var(--bs-white) !important;
    }
}
@media (min-width: 600px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 19.2px;
        padding-right: 19.2px;
    }
}
@media (min-width: 1100px) {
    .container {
        max-width: 1280px;
        width: 1180px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
        width: 1500px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
        width: 1820px;
    }
}
@import " https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;900&family=Mukta:wght@200;400;500;600;700&display=swap";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&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";
@import "https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";
.roboto-medium {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-style: normal;
}
.libre-baskerville-regular {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: normal;
}
.libre-baskerville-bold {
    font-family: "Libre Baskerville", serif;
    font-weight: 700;
    font-style: normal;
}
.libre-baskerville-regular-italic {
    font-family: "Libre Baskerville", serif;
    font-weight: 400;
    font-style: italic;
}
:root {
    --purple: #4b1d3a;
    --light: #f1f3fa;
    --dark: #1c1c1c;
    --yellow: #e3b34a;
    --grey: #f3f2f4;
    --hfont: Mukta, sans-serif;
    --cfont: Montserrat, sans-serif;
    --headfont: "Libre Baskerville", serif;
    --roboto: Roboto, sans-serif;
}
.accordion-item {
    border: unset !important;
}
body {
    font-size: 14px;
    font-family: var(--roboto);
    color: var(--dark);
    background-color: var(--grey);
    font-display: swap;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--hfont);
}
.text-yellow {
    color: var(--yellow) !important;
}
.text-purple {
    color: var(--purple);
}
.bg-purple {
    background-color: var(--purple);
}
.border-bottom_01 {
    border-bottom: unset;
}
.hero-text {
    font-family: var(--headfont);
    font-weight: 400;
    font-size: 24px;
    color: var(--purple);
}
.hero-text_02 {
    font-size: 34px;
}
.title {
    font-family: var(--headfont);
    font-size: 24px;
}
.title_01 {
    font-family: var(--headfont);
    font-size: 24px;
}
.subtitle {
    line-height: 1.5em;
    font-family: var(--headfont);
    font-size: 14px;
}
.bg-dark {
    background: var(--dark) !important;
}
.bg-grey {
    background: var(--grey) !important;
}
.bg-yellow {
    background-color: var(--yellow);
}
.bg_grad_01 {
    background-color: var(--purple);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.hero-img {
    height: 300px;
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-blend-mode: multiply;
}
.bg_testimonals {
    background-blend-mode: multiply;
    background-repeat: no-repeat;
    background-size: cover;
    background: #00000099;
}
.bg_apply {
    background-repeat: no-repeat;
    height: 180px;
    background-size: cover;
    background-position: center;
    border-radius: unset;
}
.data {
    position: absolute;
    bottom: 0;
}
.data span {
    font-size: 12px;
}
.data img {
    border: solid 1px var(--purple);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 85px;
    width: 85px !important;
}
.data_01 {
    border-radius: 0 0 25px 25px;
    border: solid 1px var(--purple);
}
.data_01 p {
    font-size: 12px;
}
.zoho_form {
    height: 570px;
    width: 100%;
}
.h_partner {
    border-radius: unset;
    background-color: var(--purple);
}
.h_partner.h_part_apply {
    background-image: url(../images/bg1.webp);
    background-position: top;
}
.h_partner h5 {
    text-align: center;
}
.h_partner .h_btn {
    text-align: center;
}
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out, visibility 0 linear 0.5s;
    z-index: 99999;
}
#spinner.show {
    transition: opacity 0.5s ease-out, visibility 0 linear 0;
    visibility: visible;
    opacity: 1;
}
.btn {
    transition: 0.5s;
    font-weight: 500;
}
.bg-purple-gradient {
    background-image: linear-gradient(180deg, #47143d 0%, #632156 100%);
}
.sticky-top {
    top: -100px;
    transition: 0.5s;
}
.gallary .one,
.gallary .three {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.gallary .two {
    height: 265px;
    width: 100%;
    object-fit: cover;
}
.navbar .navbar-nav .nav-link {
    margin-right: 9px;
    padding: 10px;
    color: var(--yellow);
    font-size: 13px;
    font-weight: 500;
    outline: none;
}
.center_tagline th {
    color: #fff;
    background-color: var(--yellow) !important;
    text-transform: capitalize !important;
}
.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link:focus,
.navbar .navbar-nav .nav-link.active {
    color: var(--purple);
    font-weight: 700;
}
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}
.unlock_01 {
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.h_nav {
    background: linear-gradient(to right, #fff 50%, #481a39 50%);
    padding: 0 10px;
}
.hero_mobile img {
    object-fit: cover;
    height: 475px;
    object-position: right;
}
.program_01 .icon {
    height: 40px;
    width: auto;
    object-fit: contain;
}
.border_01 {
    border-right: 1px solid var(--bs-white);
    border-bottom: 1px solid var(--bs-white);
    padding-bottom: 10px;
}
.form_img_01 {
    height: 400px;
    width: 100%;
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.border_01:nth-child(3),
.border_01:nth-child(4) {
    border-bottom: none;
}
.border_01:nth-child(2),
.border_01:nth-child(4) {
    border-right: none;
}
.award_02 .bg-yellow-01:hover {
    background-color: #e3b34a;
    cursor: pointer;
    transition: left 0.5s ease;
}
.bg-yellow-01:hover img {
    opacity: 0.1;
}
.bg-yellow-01:hover .content {
    display: flex !important;
    position: absolute;
    color: #fff;
    right: 46%;
    top: 50%;
    z-index: 9;
}
.usp_01 {
    padding: 10px 15px;
    border-radius: 15px;
    background-blend-mode: overlay;
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    background-size: 70px;
}
.usp_01 .rank {
    font-size: 24px;
    font-family: var(--cfont);
}
.btn-check:focus + .btn,
.btn:focus {
    outline: 0;
    box-shadow: unset;
}
@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link {
        margin-right: 0;
        padding: 10px 0;
    }
    .navbar .navbar-nav {
        margin-top: 15px;
        border-top: 1px solid #eee;
    }
}
@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: 0.5s;
    }
    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: 0.5s;
        opacity: 1;
    }
}
.copyright {
    color: #b0b9ae;
    background-color: var(--purple);
}
.copyright a:hover {
    color: var(--yellow) !important;
}
.box_shadow img {
    height: 85px;
    width: 100%;
    object-fit: contain;
}
.border-purple {
    border: 1px solid var(--purple);
}
.border-purple_01 {
    border-top: 1px solid var(--light);
    border-bottom: 1px solid var(--light);
}
.about_logo img {
    height: 100px;
    width: 100%;
    object-fit: contain;
}
.left_button {
    width: 50%;
    top: unset;
    bottom: 0;
    left: 0;
    position: fixed;
    border-radius: 0 !important;
    z-index: 1021;
}
.company_01 img {
    height: 50px;
    aspect-ratio: 3 / 2;
    mix-blend-mode: color-burn;
    object-fit: contain;
}
.testimonals_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -25px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.testimonals_01 .owl-nav .owl-prev,
.testimonals_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--yellow);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
}
.placement_01 .owl-nav {
    display: none;
    position: absolute;
    right: 0;
    bottom: -40px;
    width: 100%;
    display: flex;
    justify-content: center;
}
.placement_01 .owl-nav .owl-prev,
.placement_01 .owl-nav .owl-next {
    margin-left: 15px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--bs-white);
    background-color: var(--yellow);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
}
.gallary_01 .owl-nav .owl-prev {
    display: none;
    position: absolute;
    left: 0;
    bottom: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
    background-color: #ffffff80;
}
.gallary_01 .owl-nav .owl-next {
    display: none;
    position: absolute;
    right: 0;
    bottom: 45%;
    width: 100%;
    display: flex;
    justify-content: center;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--secondary);
    border-radius: 50%;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    transition: 0.5s;
    background-color: #ffffff80;
}
.modal.show .modal-dialog {
    top: 0%;
}
.banner_text {
    position: absolute;
    top: 25%;
}
.admission .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border: solid var(--yellow) 1px;
    width: 100%;
    border-radius: 15px;
}
.admission .nav-link.active {
    color: var(--bs-white);
    border-radius: 10px;
    background-color: var(--purple);
    border: solid var(--purple) 1px;
    font-weight: 700;
}
.program_02 .accordion-button {
    background-color: var(--purple);
    color: #fff;
    border-radius: 15px !important;
}
.program_02 .accordion-button::after {
    filter: invert(1);
}
.program_02 .accordion-button:focus {
    box-shadow: unset !important;
}
.specilization_tab .nav-link.active.red_act:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 20%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--yellow);
}
.specilization_tab .nav-link.active,
.specilization_tab .nav-link:hover {
    color: var(--bs-white);
    border-radius: 10px;
    background-color: var(--purple);
    border: solid var(--yellow) 1px;
    font-weight: 700;
}
.specilization_tab .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border: solid var(--yellow) 1px;
    width: 100%;
    border-radius: 15px;
}
.modal-content .form_01 {
    padding: 0 !important;
    margin: 0 !important;
}
.admission .nav-link.active,
.admission .nav-link:hover {
    background-color: var(--purple);
    background-color: var(--purple);
    cursor: pointer;
    color: var(--bs-white);
}
.admission .nav-link:hover img {
    filter: invert(1);
}
.filter {
    filter: invert(1);
}
.admission .nav-link:hover .arrow {
    display: flex !important;
}
.owl-carousel .owl-stage {
    display: flex;
}
.testimonial-items {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}
.keyhigh {
    background-color: var(--yellow);
}
.your_path .col-lg-6 {
    display: grid;
}
.your_path .border {
    background-color: var(--purple);
}
.bg_applynew {
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
    height: 400px;
}
.form_03 {
    background-size: cover;
    height: 440px;
    border-radius: 25px 25px 0 0;
}
.form_bg_01 {
    border-radius: 0 0 25px 25px;
    border: solid 2px var(--purple);
}
.back-to-top {
    position: fixed;
    display: flex !important;
    justify-content: center;
    align-items: center;
    right: 30px;
    bottom: 50px;
    z-index: 99;
    font-size: 16px;
    width: 48px;
    height: 48px;
    border: solid 1px var(--grey);
    background-color: var(--yellow) !important;
    color: var(--bs-white) !important;
}
.learning_001 {
    background: #ffffffa3;
    position: absolute;
    top: 42%;
    z-index: 1;
    width: 70%;
    right: 14%;
}
.hero_section {
    cursor: pointer;
}
.your_path_img {
    height: 40px;
    object-fit: contain;
}
.modalLogo img {
    height: 100%;
    width: 110px;
    object-fit: contain;
}
.modalLogo h4 {
    border-top: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
}
.modalLogo {
    width: 100%;
}
.modal-header .btn-close {
    margin: 0px;
}
@media (min-width: 768px) {
    .hero_mobile img {
        object-fit: cover;
        height: 860px;
    }
    .bg_applynew {
        height: unset;
    }
    .zoho_form {
        height: 675px;
        width: 100%;
    }
    .bg_apply {
        height: 300px;
    }
    .gallary .one,
    .gallary .three {
        height: 300px;
    }
    .form_03 {
        height: 580px;
    }
}
@media (min-width: 992px) {
    .gallary .one,
    .gallary .three {
        height: 200px;
    }
    .bg_applynew {
        background-size: cover;
        background-position: top;
        border-radius: 10px;
        height: 500px;
    }
    .back-to-top {
        bottom: 30px;
    }
    .border-end_01:not(:last-child) {
        border-right: 1px solid var(--purple);
    }
    .testimonals_02 {
        border-radius: 25px 0 0 25px;
        height: unset;
    }
    .form_bg_01 {
        border-radius: 0 25px 25px 0;
        border: solid 2px var(--purple);
    }
    .border_01:not(:last-child) {
        border-right: 1px solid var(--bs-white);
        border-bottom: unset;
        padding-bottom: 10px;
    }
    .border_01:nth-child(4) {
        border-right: unset !important;
    }
    .bg_apply {
        height: unset;
        border-radius: 0 50rem 50rem 0;
        border-bottom-left-radius: unset !important;
        border-top-left-radius: unset !important;
    }
    .modal-body .zoho_form {
        height: 545px;
    }
    .placement_01 .owl-nav .owl-prev,
    .placement_01 .owl-nav .owl-next {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }
    .placement_01 .owl-nav {
        bottom: -30px;
    }
    .border-bottom_01 {
        border-bottom: solid 1px var(--purple);
    }
    .border-bottom_02 {
        border-bottom: solid 1px var(--bs-white);
    }
    .right_button {
        width: unset;
        top: 46%;
        right: 17px;
        left: unset;
        bottom: unset;
        transform: rotate(90deg) translate(50%);
        transform-origin: right;
        border-radius: 0px 0px 10px 10px !important;
        color: white;
        background-color: var(--purple);
        border: solid 1px var(--purple);
    }
    .company_01 img {
        height: 55px;
    }
    .mt_10 {
        margin-top: -8rem;
    }
    .mb-90 {
        margin-top: 3rem;
        margin-bottom: 8rem;
    }
    .zoho_form {
        height: 570px;
    }
    .form_03 {
        height: unset;
        border-radius: 25px 0 0 25px;
    }
    .hero-img {
        height: 90vh;
    }
    .h_nav {
        padding: 5px 30px;
    }
    .usp_01 .rank {
        font-size: 40px;
    }
    .title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 12px;
    }
    .h_nav {
        background: linear-gradient(to right, #fff 66.25%, #481a39 34%) !important;
    }
    .title_01 {
        font-size: 34px;
    }
    .your_path .box_003 {
        background-color: var(--bs-white) !important;
    }
}
@media (min-width: 600px) {
    .container {
        margin-left: auto;
        margin-right: auto;
        padding-left: 19.2px;
        padding-right: 19.2px;
    }
}
@media (min-width: 1100px) {
    .container {
        max-width: 1280px;
        width: 1180px;
        padding-left: 2rem;
        padding-right: 2rem;
    }
}
@media (min-width: 1600px) {
    .container {
        max-width: 1600px;
        width: 1500px;
    }
}
@media (min-width: 1920px) {
    .container {
        max-width: 1920px;
        width: 1820px;
    }
}
.scholarship-category {
    margin-bottom: 20px;
    padding: 15px;
    border-radius: 8px;
    color: #fff;
}
.red {
    background-color: #e63946;
}
.yellow {
    background-color: #f4a261;
    color: #000;
}
.green {
    background-color: #2a9d8f;
}
.blue {
    background-color: #457b9d;
}
.lime {
    background-color: #7ed957;
    color: #000;
}
.category-title {
    font-size: 1.2rem;
    margin-bottom: 10px;
    font-weight: bold;
}
.scholarship-list li {
    padding: 5px 0;
}
.container-fluid.h_nav.px-lg-5.sticky-top {
    background: #fff !important;
}
.navbar .navbar-nav .nav-link {
    color: #000;
    font-size: 16px;
}
.box_003 {
    background-color: #fff !important;
}
.specialization_01 li button {
    position: relative;
    padding: 10px 30px 10px 0;
}
.specialization_01 li button i {
    position: absolute;
    right: 0;
    top: 33%;
}
.accordion-button:not(.collapsed) {
    color: #4b1d3a;
    background-color: var(--bs-white);
    box-shadow: unset;
    border-bottom: solid 1px var(--purple);
}
.accordion-button:focus {
    z-index: 3;
    border-color: var(--yellow);
    outline: 0;
    box-shadow: unset;
}
.accordion-button {
    color: var(--dark);
    background-color: #f1f1f3;
    margin-bottom: 5px;
    font-family: "Roboto";
}
.specialization_01 nav {
    display: block !important;
}
.admission .nav-tabs {
    border-bottom: unset;
}
.specialization_01 nav .nav-item {
    margin-bottom: 10px;
}
.top_01 {
    top: -100px;
}
.specialization_01 .nav-link a {
    color: unset;
    text-decoration: unset;
}
.accordion-body {
    padding: 1rem 0.25rem;
}
.hero_mobile {
    height: 100%;
    object-fit: cover;
}
.specialization_01 .accordion-button:not(.collapsed) {
    color: #4b1d3a !important;
    background-color: #fff !important;
    box-shadow: unset !important;
    border-bottom: solid 1px #4b1d3a !important;
}
.specialization_01 .nav-link {
    color: var(--bs-dark);
    font-weight: 500;
    border: solid var(--dark) 1px;
    width: 100%;
    border-radius: 7px;
}
.specialization_01 .nav-link.active {
    color: var(--bs-white);
    border-radius: 10px;
    background-color: var(--purple);
    border: solid var(--purple) 1px;
    font-weight: 700;
}
.specialization_01 .nav-link.active.red_act:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: 20%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--purple);
}
.specialization_01 .nav-link {
    padding: 15px;
    padding-right: 35px;
}
.specialization_01 .nav-tabs .nav-link:hover {
    background-color: #4b1d3a;
    color: #fff;
}
.btn-link {
    color: var(--yellow);
}
.btn-link:hover {
    color: var(--purple);
}
.accordion-button:focus {
    z-index: index unset;
    border-color: transparent;
}
.mobilePrograms .accordion-body {
    padding: 0px 20px;
    padding-bottom: 15px;
}
.aboutAlardBg {
    width: 100%;
    border-radius: 8px;
    height: 100%;
    object-fit: cover;
}
#about-alard h2 {
    line-height: 1.3em;
    border-bottom: 1px solid #47143d;
    margin-bottom: 30px;
}
@media (max-width: 991px) {
    #about-alard h2 {
        line-height: 1.3em;
    }
    .aboutAlardBg {
        height: 30vh;
    }
}
