.inner-image-banner-wrapper {
    position: relative;
}
.home-header.menu-transparent {
    background: #fff;
    border-bottom: 0px;
    box-shadow: 0px 4px 20px 0px #00000026;
}
.menu-transparent .header-row {
    padding: 7px 0px 13px;
}
.menu-transparent .no-sticky-logo {
    display: none;
}
.menu-transparent .sticky-logo {
    display: block;
}
.menu-transparent .main-nav li a {
    color: #10226A;
}
.menu-transparent .main-nav > li.menu-item-has-children > a {
    background: url("../images/menu-dwn-arw-red.svg") no-repeat right top 9px;
}
.menu-transparent .top-menu {
    margin-bottom: 13px;
    border-bottom: 1px solid #E8E9F1;
    padding-bottom: 8px;
}
.menu-transparent .top-nav li a:hover {
    color: #A10040;
}
.menu-transparent .top-nav li a {
    color: #65666D;
}
.menu-transparent .top-nav > li.menu-item-has-children > a {
    background: url("../images/menu-dwn-arw-sm-black.svg") no-repeat right top 7px;
}
.menu-transparent .header-call {
    color: #65666D
}
.menu-transparent .header-call svg path {
    stroke: #A10040;
}
.menu-transparent .header-call:hover {
    color: #A10040
}
.menu-transparent .header-menu-divider {
    background: #E8E9F1;
}
.menu-transparent .search-menu a svg path {
    stroke: #10226A
}
.inner-image-banner-wrapper::before {
    content: '';
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.inner-image-banner-wrapper::after {
    content: '';
    background: #0000004D;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}
.inner-banner-overlay {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 63px;
    z-index: 2;
}
.aboutus-banner .inner-image-banner-wrapper::after {
    display: none;
}
.aboutus-banner .inner-banner-overlay {
    bottom: inherit;
    top: 285px;
}
.aboutus-banner .banner-overlay-ctn-inner {
    max-width: 565px;
    margin: auto;
}
.aboutus-banner .banner-overlay-ctn-inner p {
    max-width: 364px !important;
    margin-left: 208px;
}
.mission-banner .banner-overlay-ctn-inner p {
    max-width: 470px;
    margin-left: 210px;
}
.inner-image-banner-wrapper > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner-overlay-ctn-inner {
    /* max-width: 639px; */
}
.banner-overlay-ctn-inner h1 {
    font-weight: 300;
    color: #FFF;
    text-transform: uppercase;
    margin: 0px;
    padding: 0px;
    margin-bottom: 10px;
    font-size: 70px;
    line-height: 70px;
}
.banner-overlay-ctn-inner p {
    max-width: 455px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 17%;
    margin-bottom: 0px;
    padding: 0px;
}
.tab-section .wrapper .tab-heading {
    display: flex;
    gap: 10px;
}
.career-top-right-ctn {
    /* max-width: 450px; */
}
.campuslife-even-section .career-top-outer-row:nth-child(even) .career-top-right-ctn {
    max-width: 439px;
    margin: auto;
    margin-right: 0;
}
.campuslife-even-section .career-top-outer-row:nth-child(odd) .career-top-right-ctn {
    max-width: 439px;
    margin: auto;
    margin-left: 0;
}
.tab-heading a {
    color: #10226A;
    text-decoration: none;
    font-size: 14px;
    line-height: 27px;
    font-weight: 400;
    padding: 7px 26px 6px 27px;
    margin-bottom: 30px;
    background: #ECEDF6;
    border-radius: 100px;
}
.tab-heading a:hover {
    background: #8891B5;
    color: #fff;
}
.tab-heading a.active {
    background: #8891B5;
    border-radius: 100px;
    color: #fff;
}
.tab-section .content {
    display: none;
}
.tab-section .content.active {
    display: block;
}
.tab-section .cards {
    margin-bottom: 70px;
}
.load-more {
    position: relative;
    color: #1b1b27;
    font-size: 16px;
    line-height: 44px;
    display: inline-block;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    max-width: 134px;
    display: flex;
    margin: auto;
    position: relative;
    margin-bottom: 127px;
    overflow: hidden;
    border-radius: 10px;
}
.load-more:hover .down-ar-btn {
    background: #20569f;
}
.load-more .down-ar-btn {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #69baff;
    border-radius: 8px;
    margin-right: 13px;
}
.load-more .prev-down-ar {
    transform: translateX(7px);
    opacity: 1;
    transition: 0.2s all ease-in-out;
}
.load-more:hover .prev-down-ar {
    transition: transform 0.2s cubic-bezier(0.3, 0, 0.4, 1);
    transform: translate(8px, 35px);
    opacity: 0;
}
.load-more .next-down-ar {
    transform: translate(-6px, -40px);
    opacity: 0;
    transition: 0.2s all ease-in-out;
}
.load-more:hover .next-down-ar {
    transition: transform 0.2s cubic-bezier(0.3, 0, 0.4, 1);
    transform: translate(-6px, 0px);
    opacity: 1;
}
.content .card {
    border: none;
    border-bottom: 1px solid #DCDEE9;
    border-radius: 0;
    padding-bottom: 35px;
}
.content .card span {
    color: #adadad;
    font-size: 18px;
    line-height: 20px;
}
.content .card .card-body {
    padding: 0px;
}
.content .card .card-img-top {
    border-radius: 10px !important;
    overflow: hidden;
    position: relative;
}
.content .card .card-img-top img {
    transform: scale(1);
    transition: 0.3s all ease-in-out;
    width: 100%;
    border-radius: 15px;
    object-fit: cover;
}
.content .card .card-img-top:hover img {
    transform: scale(1.1);
    transition: 0.3s all ease-in-out;
    background: #20569f;
    position: relative;
}
.content .card .card-img-top:hover {
    background: #20569f;
    transition: 0.3s all ease-in-out;
}
.content .card .card-img-top:hover:before {
    transition: 0.3s all ease-in-out;
    opacity: 1;
    /* background: rgb(32, 86, 159,0.1);
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0; */
}
.card-img-top:hover .card-img-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #20569f;
    z-index: 1;
    opacity: 0.6;
    transition: 0.3s all ease-in-out;
}
.tab-section {
    position: relative;
    z-index: 2;
}
.news-listing .content .cards .row {
    row-gap: 40px;
}
.card-ctn {
    margin-top: 10px;
}
.news-btn {
    color: #A10040;
    font-size: 12px;
    line-height: normal;
    display: inline-block;
    margin-right: 13px;
    font-weight: 400;
}
.news-date {
    background: #ECEDF6;
    border-radius: 100px;
    padding: 5px 17px;
    color: #10226A !important;
    font-size: 12px !important;
    display: inline-block;
    font-weight: 400;
}
.allumini-listing .common-title-right-left-align p:before {
    background: #00000033;
}
.content .card h4 {
    margin-bottom: 35px;
}
.content .card .news-heading {
    min-height: 144px;
    color: #10226A;
    display: inline-block;
    margin-top: 7px;
}
.content .card h3 a {
    color: #10226A;
    display: inline-block;
    margin-top: 7px;
}
.content .card h3 a:hover {
    color: #A10040;
}
.content .card p {
    color: #5A607B;
    margin-bottom: 30px;
    min-height: 40px;
}
.career-accordion .readmore-btn {
    cursor: text;
}
.career-accordion .readmore-btn:hover {
    cursor: text;
    background: no-repeat;
    color: #A10040;
}
.readmore-btn {
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.10);
    color: #A10040;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 5px 20px;
    align-items: center;
    border: 1px solid #A10040;
}
.readmore-btn svg {
    margin-right: 10px;
}
.readmore-btn svg path {
    stroke: #A10040;
    stroke-opacity: 1;
}
.readmore-btn:hover {
    background: #A10040;
    color: #fff;
}
.readmore-btn:hover svg path {
    stroke: #FBCC04;
    stroke-opacity: 1;
}
.center-btn {
    text-align: center;
}
.filtertop.mobile {
    display: none;
}
.filtertop {
    /* max-width: 295px; */
    display: flex;
    align-items: center;
    gap: 12px;
    position: absolute;
    top: 0;
    right: 10px;
}
.filtertop label {
    color: #5A607B;
    font-weight: 400;
}
.title-head-wrap {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
}
.title-head-wrap h2 {
    color: #10226A;
    font-weight: 600;
}
.sort-selct-wrap {
    border: 1px solid #DCDEE9;
    border-radius: 100px;
    padding: 5px 10px;
    display: flex;
}
.sort-selct-wrap select {
    border: 0;
    font-size: 14px;
    color: #10226A;
    background: url(../images/meroon-arrow.svg) right no-repeat;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding: 0 15px 0 5px;
    font-weight: 500;
}
.sort-selct {
    position: relative;
    padding: 0 14px;
}
.sort-selct::before {
    content: '';
    width: 1px;
    height: 100%;
    display: block;
    background: #DCDEE9;
    position: absolute;
    right: 0;
    top: 0;
}
.sort-selct:last-child::before {
    display: none;
}
.sort-selct-wrap select:focus-visible {
    outline: none;
}
.news-details-head h2 {
    color: #10226A;
    font-weight: 600;
    margin: 0px 0px 30px;
}
.abt-teaching-learning-sec {
    position: relative;
    margin-top: -495px;
}
.abt-teaching-learning-sec .container {
    z-index: 9;
    position: relative;
}
.abt-teaching-learning-sec::before {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 11.06%, rgba(255, 255, 255, 0.65) 26.92%, #FFFFFF 51.92%);
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 0;
}
.abt-com-img {
    position: relative;
}
.abt-com-content-sec {
    position: absolute;
    top: 0;
    padding-top: 91px;
    z-index: 9;
}
.abt-com-content-sec h3 {
    font-weight: 700;
    color: #10226A;
    margin-bottom: 35px;
}
.abt-com-content-sec p {
    color: #5D606D;
    margin-bottom: 35px;
}
.about-teaching-content {
    max-width: 485px;
}
.our-visionary-section {
    padding-top: 200px;
    padding-bottom: 177px;
    background: linear-gradient(0deg, #10226A 0%, #11236B 30.25%, #525E92 50.47%, rgba(255, 256, 255, 0.6) 100%);
    position: relative;
}
.our-visionary-section .row {
    align-items: flex-start;
}
.our-visionary-section h2 {
    color: #fff;
    max-width: 197px;
    font-weight: 600;
    padding-top: 80px;
}
.our-vision-content {
    height: 320px;
    overflow-y: scroll;
    min-width: 575px;
    padding-right: 92px;
    margin-bottom: 30px;
    margin-top: 20px;
}
.our-vision-img-wrp img {
    position: absolute;
    top: -160px;
    left: 148px;
}
/* .our-vision-img-wrp::after {
        content: '';
        position: absolute;
        bottom: 0;
        height: 60%;
        background: linear-gradient(360deg, #10226a 0%, #11236b 12.46%, rgba(0, 0, 0, 0.0) 59.44%, rgba(0, 0, 0, 0) 100%);
        width: 100%;
        left: 0;
    } */
.our-vision-content::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    border-radius: 2px;
    cursor: pointer !important;
}
.our-vision-content::-webkit-scrollbar-track {
    border-radius: 0;
    background: #FFFFFF63;
    cursor: pointer !important;
}
.our-vision-content::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
    cursor: pointer !important;
}
.our-vision-content::-webkit-scrollbar-thumb:hover {
    cursor: pointer !important;
}
.our-vision-content p:last-child {
    margin-bottom: 0px;
}
.three-miles-section {
    position: relative;
    overflow: hidden;
}
.our-three-miles-wrap .tab-content {
    display: none;
}
.our-three-miles-wrap .tab-content.active {
    display: block;
}
.our-three-miles-wrap .tab-link.active .tab-box {
    background: linear-gradient(180deg, rgba(7, 25, 94, 0) 0%, #07195E 100%);
    transform: translateY(0px);
}
.three-miles-section button {
    text-align: left;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: transparent;
    display: flex;
    align-items: flex-end;
    flex-wrap: wrap;
}
.three-miles-section .tab-box p {
    margin-bottom: 0;
    max-width: 363px;
    transition: all 0.3s ease 0s;
    /* height: 0; */
}
.our-three-miles-wrap .tab-link.active .tab-box .div-hide p {
    height: auto;
    margin-bottom: 17px;
}
.admission-first-section .career-top-left-img [class*="col"]:first-child img {
    rotate: -5deg;
}
.admission-first-section .career-top-left-img [class*="col"]:last-child img {
    rotate: 9deg;
}
.parentsupport-top-section .career-top-left-img [class*="col"]:first-child img {
    rotate: -5deg;
    width: 240px;
}
.parentsupport-top-section .career-top-left-img [class*="col"]:last-child img {
    rotate: 9deg;
}
.our-three-miles-wrap .tab-link.active .tab-box .div-hide a {
    height: 30px;
}
.our-three-miles-wrap .tab-link .tab-box .div-hide a {
    height: 0;
}
.our-three-miles-wrap .tab-link .tab-box .div-hide {
    opacity: 0;
    visibility: hidden;
    height: 150px;
}
.our-three-miles-wrap .tab-link.active .tab-box .div-hide {
    opacity: 1;
    visibility: visible;
    /* height: auto; */
    line-height: 20px;
}
.three-miles-section .tabs {
    position: absolute;
    bottom: 0;
    width: 100%;
}
.tag-name {
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 1px 19px;
    margin-bottom: 8px;
    display: inline-block;
}
.three-miles-section .tabs h3 {
    color: #fff;
    font-weight: 600;
    max-width: 320px;
    margin-bottom: 20px;
}
.our-three-miles-wrap .tab-link.active .tab-box h3 {
    /* margin-bottom: 20px; */
}
.our-three-miles-wrap .tab-content img {
    width: 100%;
}
.three-miles-section .tab-box {
    position: relative;
    padding: 100px 50px 20px 60px;
    /* height: 100%; */
    width: 100%;
    transition: 0.5s ease;
    transform: translateY(167px);
}
.share-btn-common.fixed {
    position: fixed;
    top: 0;
    z-index: 1000;
}
.share-btn-common {
    background: #ECEDF6;
    height: auto;
    width: 55px;
    padding: 17px 10px;
    position: absolute;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.share-btn-common span {
    text-align: center;
    font-size: 10px;
    color: #5D606D;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
    margin-bottom: 17px;
    width: 100%;
}
.share-btn-common a {
    display: block;
    border-top: 1px solid #C6C9DF;
    width: 100%;
    text-align: center;
    padding: 9px 0;
}
.news-details-sec .share-btn-common img {
    width: auto;
}
.news-details-sec.section-space-top {
    padding-top: 210px;
}
.share-btn-common a:hover img {
    filter: brightness(0.4);
}
.blog-news-img-inner {
    position: relative;
}
.news-details-sec img {
    width: 100%;
}
.date-nd-tag {
    position: absolute;
    left: 100px;
    top: 16px;
    background: #FFFFFF;
    border-radius: 100px;
    backdrop-filter: blur(20px);
    padding: 0 0 0 23px;
    color: #A10040;
    font-size: 12px;
    font-weight: 400;
    height: 28px;
    display: flex;
    align-items: center;
    gap: 20px;
}
.date-nd-tag span {
    background: #ECEDF6;
    border-radius: 100px;
    padding: 2px 18px;
    color: #10226A;
    font-weight: 400;
    font-size: 14px;
}
.three-miles-section .tab-box::after {
    content: '';
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 100%);
    position: absolute;
    width: 1px;
    height: 100%;
    right: 0px;
    bottom: 0;
}
.three-miles-section .tabs .col-md {
    padding: 0;
}
.three-miles-section-mobile {
    display: none;
}
.news-details-head {
    padding-left: 102px;
}
.news-details-content {
    padding-top: 35px;
    /* display: flex;
        align-items: flex-start; */
}
.news-details-content-right {
    padding-left: 102px;
    padding-right: 101px;
}
.news-details-content-right .row {
    /* align-items: center; */
}
.news-details-content-right h3 {
    color: #10226A;
}
.news-details-content p {
    color: #5D606D;
}
.backtonews-btn {
    color: #5D606D;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    display: inline-block;
    margin-bottom: 20px;
}
.backtonews-btn span svg {
    transform: rotate(180deg);
}
.backtonews-btn:hover {
    color: #5D606D;
}
.backtonews-btn span {
    margin-right: 15px;
    width: 46px;
    height: 24px;
}
.backtonews-btn:hover span {
    background: #A10040;
}
.backtonews-btn:hover span svg path {
    stroke: #FBCC04;
}
.mb-custom {
    margin-bottom: 45px;
}
.news-listing.blog-listing.allumini-listing:before {
    display: none;
}
.news-listing.blog-listing .container {
    position: relative;
}
.blog-listing .content .card {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    padding-bottom: 0;
    border-radius: 15px;
    border: 1px solid #DCDEE9;
}
.blog-listing .content .card h3 {
    margin-bottom: 35px;
}
.blog-listing .content .card .news-heading {
    min-height: inherit;
}
.blog-listing .content .col-md-12:last-child {
    /* margin-bottom: 50px !important; */
}
.news-listing.allumini-listing .content .col-md-12:last-child {
    margin-bottom: 0px !important;
}
.blog-listing .content .card .card-img-top {
    width: 50%;
    position: inherit;
    display: inline-flex;
}
.blog-listing .content .view-search-result .card .card-body {
    padding-right: 50px;
    padding-top: 50px;
}
.blog-listing .content .card .card-body {
    padding: 0px;
    width: 50%;
    display: block;
    flex: inherit;
    padding-left: 80px;
}
.five-pillar-banner {
    background-color: #fff;
}
.five-pillar-banner .inner-image-banner-wrapper {
    min-height: 630px;
}
.five-pillar-banner .inner-image-banner-wrapper::before {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.0634615) 82.21%, rgba(0, 0, 0, 0) 100%);
    height: 37%;
}
.five-pillar-banner .inner-image-banner-wrapper::after {
    display: none;
}
.five-pillar-banner .banner-overlay-ctn-inner {
    max-width: 615px;
    margin: auto;
}
.five-pillar-banner .banner-overlay-ctn-inner h1 {
    color: #10226A;
}
.five-pillar-banner .banner-overlay-ctn-inner p {
    color: #5D606D;
    margin-left: 194px;
}
.five-pillar-banner .inner-banner-overlay h3 {
    color: #A10040;
    max-width: 790px;
    margin: 80px auto 0;
    text-align: center;
}
.five-pillar-banner .inner-banner-overlay {
    bottom: inherit;
    top: 240px;
}
/* Hidden content blocks */
.content-block {
    display: none;
}
.headline {
    text-align: center;
    color: rgb(14, 16, 15);
    /* font-size: clamp(2rem, 6rem, 4.5vw); */
    will-change: transform;
    font-kerning: none;
    -webkit-text-rendering: optimizeSpeed;
    text-rendering: optimizeSpeed;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 0;
}
.headline * {
    will-change: transform;
}
.pillar-wrap {
    padding-top: 0;
    /* background: linear-gradient(0deg, #10226A 0%, rgba(17, 35, 107, 0.91) 47.88%, rgba(43, 59, 123, 0.63) 83.5%, rgba(209, 213, 227, 0.606456) 95.98%, rgba(255, 255, 255, 0.6) 100%); */
    background: linear-gradient(0deg, #10226A 0%, rgba(17, 35, 107, 0.91) 60.88%, rgba(43, 59, 123, 0.63) 83.5%, rgba(209, 213, 227, 0.606456) 94.98%, rgba(255, 255, 255, 0.6) 100%);
}
.pillar-wrap h2 {
    color: #10226A;
    font-weight: 600;
    padding: 0 11px;
    padding-top: 50px;
}
.piller-box-content {
    text-align: right;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding-bottom: 40px;
}
.five-pillar-box svg {
    width: 100%;
    padding-top: 50px;
}
.five-pillar-box svg g.clr1:hover path.pill-1, .five-pillar-box svg g.clr1.active path.pill-1 {
    fill: #8797ce;
}
.five-pillar-box svg g.clr2:hover path.pill-2, .five-pillar-box svg g.clr2.active path.pill-2 {
    fill: #10226A;
}
.five-pillar-box svg g.clr3:hover path.pill-3, .five-pillar-box svg g.clr3.active path.pill-3 {
    fill: #c40404;
}
.five-pillar-box svg g.clr4:hover path.pill-4, .five-pillar-box svg g.clr4.active path.pill-4 {
    fill: #fbcc04;
}
.five-pillar-box svg g.clr5:hover path.pill-5, .five-pillar-box svg g.clr5.active path.pill-5 {
    fill: #656565;
}
.five-pillar-box svg g.clr6:hover path.pill-6, .five-pillar-box svg g.clr6.active path.pill-6 {
    fill: #a10040;
}
.five-pillar-box svg g.clr7:hover path.pill-7, .five-pillar-box svg g.clr7.active path.pill-7 {
    fill: #3d55b5;
}
.five-pillar-box svg g.clr8:hover path.pill-8, .five-pillar-box svg g.clr8.active path.pill-8 {
    fill: #444e79;
}
.popup-pillar {
    display: none;
    position: absolute;
    background: #fff;
    border-radius: 15px;
    padding: 30px 27px;
    max-width: 283px;
    z-index: 999;
    color: #000;
    box-shadow: 0px 10px 30px 0px #00000033;
    position: absolute;
}
.popup-pillar::after {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #fff;
    position: absolute;
    right: auto;
    left: 19px;
    top: 99.99%;
    content: "";
}
.popup-pillar.visible {
    display: block;
}
.popup-pillar h3 {
    font-size: 18px;
    line-height: normal;
    color: #10226A;
    font-weight: 500;
    margin-bottom: 10px;
}
.popup-pillar p {
    color: #5D606D;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}
.popup-pillar {
    position: absolute;
    display: block;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    pointer-events: none;
    /* prevent accidental blocking */
}
.popup-pillar.visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.desktop-mobile {
    display: none;
}
.mobile-banner {
    display: none;
}
.explore-new-wrap .career-accordion-bg {
    background: linear-gradient(180deg, #10226A 0%, #9199BA 40.38%, #FFFFFF 100%);
}
.new-role-box {
    border-radius: 15px;
    background: #fff;
    padding: 45px 33px;
    text-align: center;
}
.new-role-box h4 {
    font-size: 20px;
    line-height: 30px;
    color: #10226A;
    font-weight: 600;
}
.explore-new-wrap .career-accordion-title-sec h2 {
    max-width: 480px;
}
.title-margin-head {
    margin-bottom: 40px;
}
.new-role-box p {
    margin-left: 0;
    padding-left: 0;
    max-width: inherit;
    color: #5D606D;
    font-size: 14px;
    margin-bottom: 30px;
}
.career-accordion-title-sec .new-role-box p:before {
    display: none;
}
.close-button {
    width: 100%;
    text-align: right;
    padding-bottom: 8px;
}
.btn.btn-primary.video-btn {
    background: transparent;
    border: 0;
    padding: 0;
}
.identity-purpose .mission-top-patern {
    width: auto;
}
.identity-purpose {
    position: relative;
}
.mission-top-patern {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100%;
}
.mission-top-patern img {
    width: 100%;
}
.mission-title-head {
    text-align: center;
}
.dragon-titile-wrap .mission-title-head h2 {
    margin-bottom: 0;
}
.mission-title-head h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.news-listing.allumini-listing .content .col-md-12 {
    margin-bottom: 0;
}
.mission-arabic .mission-title-head p {
    max-width: 511px;
}
.mission-title-head p {
    color: #5D606D;
    max-width: 955px;
    margin: 0 auto 35px;
}
.purpose-box-inner {
    text-align: center;
    position: relative;
    min-height: 290px;
}
.purpose-box-inner::after {
    content: '';
    width: 1px;
    height: 65%;
    background: #00000024;
    display: block;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%);
}
.mission-arabic .purpose-box-inner::after {
    left: 0;
    right: inherit;
    height: 60%;
}
.identity-purpose .col-lg-4:last-child .purpose-box-inner::after {
    display: none;
}
.mission-arabic .col-lg-4:last-child .purpose-box-inner::after {
    display: none;
}
.purpose-box-img {
    margin-bottom: 25px;
}
.purpose-box-inner h4 {
    color: #10226A;
    font-size: 22px;
    font-weight: 600;
}
.purpose-box-inner p {
    color: #5D606D;
    font-size: 14px;
    line-height: normal;
    max-width: 300px;
    margin: auto;
}
.mission-arabic .purpose-box-inner p {
    max-width: 310px;
}
.mission-arabic {
    direction: rtl;
}
.accreditations-affliations {
    background: #F8F9FC;
}
.accreditations-affliations h2 {
    color: #10226A;
    font-weight: 600;
    text-align: center;
    margin-bottom: 35px;
}
.accreditations-box {
    background: #fff;
    box-shadow: 0px 4px 20px 0px #040A2408;
    border-radius: 15px;
    padding: 50px 25px 24px 25px;
    text-align: center;
    margin-bottom: 24px;
    min-height: 234px;
    transition: all 0.5s ease 0s;
}
.accreditations-box:hover {
    transform: scale(1.1);
    box-shadow: 0px 4px 20px 0px #0004121a;
}
.accreditations-img {
    /* margin-bottom: 85px; */
    min-height: 125px;
}
.accreditations-img img {
    height: 105px;
}
.accreditations-box h6 {
    font-size: 16px;
    color: #10226A;
    font-weight: 400;
    margin-bottom: 0;
    min-height: 52px;
}
.accreditations-box h6 a {
    color: #10226A;
}
.accreditations-box h6 a:hover {
    color: #A10040;
}
.student-service-section .career-top-right-ctn h2 {
    max-width: inherit;
}
.deij-top-sec .career-top-right-ctn h2 {
    max-width: inherit;
}
.expert-service-wrap {
    overflow: hidden;
}
.service-title-box {
    float: left;
    width: 42%;
    padding-top: 20px;
}
.expert-service-wrap h2 {
    margin-bottom: 70px;
}
.exper-service-tab .resp-vtabs ul.resp-tabs-list {
    float: inherit;
    width: 500px;
}
.exper-service-tab .resp-vtabs li {
    display: flex;
    padding: 29px 0 29px 0 !important;
    margin-bottom: 0;
    border-top: 1px solid #DDDDDD;
}
.exper-service-tab .resp-vtabs li .inner-div-serv .readmore-button-blue {
    transition: all 0.5s ease 0s;
    opacity: 0;
    pointer-events: none;
}
.inner-div-serv h4 {
    color: #10226A;
    font-size: 30px;
    font-weight: bold;
    line-height: 21px;
    margin-bottom: 0;
    transition: all 0.3s ease 0s;
}
.service-title-box .inner-div-serv h4 {
    line-height: normal;
    padding-right: 25px;
}
.inner-div-serv h4:hover {
    color: #A10040;
}
.exper-service-tab .resp-vtabs li.resp-tab-active .inner-div-serv h4 {
    color: #A10040;
}
.exper-service-tab .resp-vtabs li.resp-tab-active {
    border: none;
    border-right: none;
    background-color: transparent;
    border-top: 2px solid #A10040;
}
/* .exper-service-tab .resp-vtabs li.resp-tab-active .icon-manage {
        opacity: 1;
        visibility: visible;
        width: auto;
        margin-right: 15px; 
    } */
.exper-service-tab .resp-vtabs li.resp-tab-active .inner-div-serv .readmore-button-blue {
    opacity: 1;
}
.readmore-button-blue {
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
}
.exper-service-tab .resp-vtabs .resp-tabs-container {
    width: 56%;
    background: transparent;
    border: 0;
}
.expert-service-wrap h2 {
    margin-bottom: 70px;
}
.tab-content-div {
    background: #ECEDF6;
    padding: 48px;
    border-radius: 15px;
    min-height: 1px;
}
.exper-service-tab.tuition-fees-tab .resp-vtabs .resp-tabs-container {
    min-height: 10px;
}
.tab-content-div p {
    color: #5D606D;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.expert-service-wrap {
    background: linear-gradient(180deg, #F8F9FC 0%, rgba(248, 249, 252, 0) 100%);
}
.expert-service-wrap h2 {
    font-weight: 600;
    color: #10226A;
    margin-bottom: 35px;
    text-align: center;
    max-width: 470px;
    margin: 0 auto 18px;
}
.inner-div-serv {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
.icon-manage {
    opacity: 0;
    visibility: hidden;
    margin: 0;
    width: 0;
    transition: all 0.5s ease 0s;
}
/* .student-service-section .career-top-patern {
        width: 100%;
        top: -70px;
    }*/
.campus-section .career-top-patern {
    bottom: 174px;
    top: inherit;
}
.visual-arts-section .career-top-patern {
    width: 85%;
    right: 0;
    top: 0;
    bottom: inherit;
    left: auto;
}
.career-top-patern img {
    width: 100%;
}
.campus-swiper-wrap {
    position: relative;
}
.campus-slider-arrows {
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.campus-slider-arrows .more-btn {
    color: transparent;
}
.campus-section .career-top-right-ctn p {
    margin-bottom: 35px;
}
.campus-swiper-wrap .swiper-slide img {
    width: 100%;
}
.campus-slider-arrows .swiper-button-next:after, .campus-slider-arrows .swiper-button-prev:after {
    display: none;
}
.campus-slider-arrows .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
    background: none;
    margin-right: 50px;
}
.campus-slider-arrows .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
    background: none;
    margin-left: 50px;
}
.campus-slider-arrows .swiper-button-prev svg {
    transform: rotate(180deg);
}
.campus-slider-arrows .swiper-button-next svg, .campus-slider-arrows .swiper-button-prev svg {
    width: auto;
    height: auto;
}
.benefits-top-section .career-top-right-ctn {
    text-align: center;
    max-width: 792px;
    margin: auto;
}
.benefits-top-section .career-top-patern {
    width: auto;
    right: 0;
    left: inherit;
    top: 0px;
}
.benefits-top-section .career-top-patern img {
    height: 287px;
}
.explre-other-section-white-bg.explre-other-section-blue-bg {
    background: #F8F9FC;
}
.career-accordion-sec.benefits-accordion .career-accordion .acc_section.acc_active .acc_head {
    font-size: 26px;
    height: auto;
    margin-bottom: 0px;
}
.career-accordion-sec.benefits-accordion .career-accordion .acc_section {
    border-bottom: 1px solid #D2D5E3;
    margin-top: 0px;
}
.career-accordion-sec.benefits-accordion .career-accordion .acc_section.acc_active {
    border: 0;
    border-bottom: 1px solid #D2D5E3;
    border-radius: 0 !important;
    padding: 0 0 22px 0px;
}
.career-accordion-sec.benefits-accordion .career-accordion .acc_section .acc_head {
    padding: 22px 20px 22px 0px;
    background-position: right;
    padding-right: 70px;
    display: flex;
}
.career-accordion-sec.benefits-accordion .career-accordion-ctn-right-ctn {
    max-width: inherit;
    padding-right: 0;
    margin-bottom: 0px;
}
.benefit-icon {
    display: inline-block;
    margin-right: 12px;
}
.leaving-asd-second-wrap h2 {
    color: #10226A;
    font-weight: 600;
    max-width: 403px;
}
.leaving-asd-second-wrap p {
    color: #5D606D;
    margin-bottom: 30px;
}
.leaving-asd-second-wrap img {
    border-radius: 16px;
}
.leaving-asd-content {
    max-width: 499px;
}
.leaving-asd-content ul {
    margin-bottom: 25px;
}
.leaving-asd-content ul li {
    margin-bottom: 20px;
}
.leaving-asd-second-wrap {
    position: relative;
}
.leaving-asd-second-wrap .col-md-6:last-child {
    padding-left: 50px;
}
.leaving-asd-second-wrap.parentsupport-top-section.asd-champion-section .mission-top-patern {
    top: 54px;
}
.parentsupport-top-section {
    padding-bottom: 130px;
}
.leaving-asd-second-wrap .mission-top-patern {
    position: absolute;
    left: 0px;
    top: 0px;
    right: inherit;
    z-index: -1;
}
.leaving-asd-second-wrap .row {
    align-items: center;
}
.leaving-asd-second-wrap.gateway-section .row {
    align-items: start;
}
.facilities-section {
    position: relative;
}
.facilities-section .career-top-patern {
    position: absolute;
    left: inherit;
    right: 0;
}
.facilities-section .career-top-right-ctn h2 {
    max-width: 330px;
    line-height: 46px;
}
.facilities-section .career-top-right-ctn {
    max-width: 500px;
}
.facilities-section.athletics-activities .career-top-right-ctn {
    max-width: 418px;
}
.kbr-wrap h2 {
    color: #10226A;
    font-weight: 600;
    text-align: center;
}
.kbr-wrap .career-accordion .acc_section.acc_active .acc_head {
    font-size: 26px;
    height: auto;
    padding-bottom: 35px;
}
.kbr-wrap .career-accordion p {
    margin-bottom: 0px;
    color: #5D606D;
}
.kbr-wrap .career-accordion ul {
    list-style: none;
}
.kbr-wrap .career-accordion ul li {
    /* background: url(../images/student-serv-icon.svg) left top no-repeat; */
    /*background: url(../images/perspectives.svg) left top no-repeat;*/
    padding: 0 0 20px 41px;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    position: relative;
}
.kbr-wrap .career-accordion ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.kbr-wrap .career-accordion ul li:last-child {
    padding-bottom: 0;
}
.reserve-sapce-wrap {
    position: relative;
}
.reserve-img {
    /* padding: 0 15px; */
    text-align: center;
}
.reserve-sapce-wrap .reserve-img img {
    width: 100%;
}
.reserve-img img {
    width: auto;
    margin: auto;
}
.news-details-content-right ul {
    padding-bottom: 15px;
}
.news-details-content-right ul li {
    /* background: url(../images/perspectives.svg) no-repeat left 0px; */
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0px 20px;
    font-weight: 400;
    padding-left: 25px;
}
.news-details-content-right ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 5px;
    position: absolute;
}
.reserve-content {
    /* padding-top: 130px; */
    position: absolute;
    top: 0;
    text-align: center;
    width: 100%;
    height: 100%;
}
.reserve-content h2 {
    color: #fff;
    font-weight: 600;
}
.child-gets-wrap .reserve-content h2 {
    color: #10226A;
}
.reserve-content p {
    margin-bottom: 35px;
}
.campus-life-section {
    position: relative;
}
.campus-life-section .mission-top-patern {
    position: absolute;
    right: auto;
    top: inherit;
    left: auto;
    bottom: 0;
    width: 100%;
}
.campus-life-section .mission-top-patern img {
    width: 100%;
}
.campus-life-section h3 {
    color: #10226A;
    font-weight: 400;
    max-width: 790px;
    margin: 0 auto 35px;
}
.campuslife-even-section h2 {
    color: #10226A;
    font-weight: 600;
}
.campuslife-even-section h2 {
    max-width: 517px;
    color: #10226A;
    font-weight: 600;
    margin: 0 auto 35px;
    text-align: center;
}
.campuslife-even-section .career-top-right-ctn h2 {
    margin: inherit;
    max-width: inherit;
    text-align: left;
    margin-bottom: 35px;
}
.campuslife-even-section .career-top-right-ctn p {
    margin-bottom: 30px;
}
.campuslife-even-section .career-top-outer-row {
    padding-bottom: 130px;
}
.campuslife-even-section .career-top-outer-row:nth-child(odd) {
    flex-direction: row-reverse;
}
.fulfill-future-title-sec.allumini-titile {
    max-width: 795px;
    margin: 0 auto 134px;
    margin-bottom: 100px;
}
.fulfill-future-title-sec.allumini-titile p {
    color: #5D606D;
    max-width: inherit;
}
.fulfill-future-title-sec.allumini-titile img {
    width: 100%;
}
.leaving-asd-second-wrap.parentsupport-top-section p {
    max-width: 435px;
}
.leaving-asd-second-wrap.parentsupport-top-section.gateway-section p {
    max-width: 445px;
    margin-bottom: 30px;
}
.leaving-asd-second-wrap.parentsupport-top-section .mission-top-patern {
    top: 140px;
}
.leaving-asd-second-wrap.parentsupport-top-section.gateway-section .mission-top-patern {
    top: 120px;
}
.parentsupport-top-section .career-top-left-img [class*="col"]:first-child {
    margin-top: 20px;
}
.parentsupport-top-section .career-top-left-img [class*="col"]:last-child {
    margin-top: 115px;
}
.parentsupport-top-section.gateway-section .career-top-left-img [class*="col"]:last-child {
    margin-top: 97px;
    margin-left: -29px;
}
.hiring-process-row-reverse .hiring-process-top-patern {
    position: absolute;
    right: -140px;
}
.parent-support-accordion {
    padding-top: 0;
}
.parent-support-accordion .career-accordion-ctn-right-ctn h4 {
    margin-bottom: 15px;
}
.parent-support-accordion .career-accordion-ctn-right-ctn .readmore-btn {
    margin-bottom: 35px;
}
.parent-support-accordion .career-accordion-ctn-right-ctn {
    max-width: 452px;
}
.teaching-learning-section .career-top-right-ctn h2 {
    max-width: inherit;
}
.teaching-learning-section .career-top-outer-row {
    align-items: center;
}
.teaching-learning-section .classification-box {
    align-items: center;
}
.classification-box {
    border-bottom: 1px solid #DCDEE9;
    padding-bottom: 12px;
    padding-top: 12px;
    display: flex;
    align-items: self-start;
    gap: 9px;
}
.classification-box img {
    height: 40px;
}
.what-learnig-sevtion .classification-box img {
    height: 10px;
    width: 10px;
    background: #A10040;
    border-radius: 50%;
    margin-top: 5px;
}
.what-learnig-sevtion .classification-box label {
    min-height: 60px;
}
.classification-box a {
    color: #10226A !important;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.classification-programs {
    padding-top: 20px;
    margin-bottom: 30px;
}
.what-learnig-top {
    text-align: center;
}
.what-learnig-top h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.what-learnig-top p {
    color: #5D606D;
    margin-bottom: 10px;
}
.career-accordion-section.learning-accordion-section .career-accordion-title-sec {
    padding-bottom: 20px;
}
.learnig-section-programs {
    color: #10226A;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.learnig-section-programs .classification-box {
    padding-bottom: 20px;
    padding-top: 20px;
    gap: 11px;
    align-items: flex-start;
}
.learning-accordion-section .career-accordion-bg {
    background: linear-gradient(180deg, #10226A 0%, #BCC2D8 20.19%, #FFF 50%);
}
.division-elementary-section {}
.common-title-right-left-align.division-elementary-title-sec h2 {
    text-align: left;
    color: #10226A;
    max-width: 429px;
    margin-left: inherit;
}
.giving-asd-top-section .common-title-right-left-align h2 {
    margin-right: 0;
}
.giving-asd-top-section .common-title-right-left-align p {
    margin-left: 0;
}
.common-title-right-left-align.division-elementary-title-sec p {
    color: #5D606D;
    margin-bottom: 25px;
    margin-top: 10px;
}
.common-title-right-left-align.division-elementary-title-sec p:before {
    background: #939BBC;
}
.division-elementary-section-bg {
    background: linear-gradient(0deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, #FFFFFF 100%);
}
.division-elementary-graph-sec {
    min-height: 663px;
    display: flex;
    align-items: flex-end;
}
.division-elementary-graph-box {
    text-align: center;
}
.division-elementary-graph-image {
    text-align: center;
    margin-bottom: -18px;
    position: relative;
}
.division-elementary-graph-image img {
    padding-left: 45px;
}
.division-elementary-graph-ctn-list {
    text-align: left;
    padding: 18px;
    opacity: 0;
    visibility: hidden;
}
.division-elementary-graph-ctn-list li {
    background: #FFFFFF1A;
    border-radius: 10px;
    margin-bottom: 7px;
    padding: 9px 11px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}
.division-elementary-graph-box .division-elementary-graph-image .image-active {
    display: none;
}
.division-elementary-graph-box.active .division-elementary-graph-image .image-active {
    display: inline-block;
}
.division-elementary-graph-box.active .division-elementary-graph-image .image-deactive {
    display: none;
}
.division-elementary-graph-box.active .division-elementary-graph-ctn-list {
    opacity: 1;
    visibility: visible;
}
.division-elementary-graph-box.visited .division-elementary-graph-ctn-list {
    opacity: 1;
    visibility: visible;
    margin-top: -20px;
}
.division-elementary-graph-box.active {
    background: linear-gradient(180deg, rgba(120, 130, 171, 0) 51.81%, rgba(120, 130, 171, 0.25) 100%);
    border-radius: 0 0 24px 24px;
}
.division-elementary-graph-box.visited {
    background: linear-gradient(180deg, rgba(120, 130, 171, 0) 51.81%, rgba(120, 130, 171, 0.25) 100%);
    border-radius: 0 0 24px 24px;
}
.canvas-title {
    max-width: 910px;
    text-align: center;
    margin: auto;
}
.canvas-title h2 {
    color: #10226A;
    margin-bottom: 35px;
    font-weight: 600
}
.canvas-title p {
    color: #5D606D;
    margin-bottom: 35px;
}
.canvas-title h4 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.division-second-wrap .mission-top-patern {
    top: 100px;
    width: 100%;
}
.division-second-wrap .mission-top-patern img {
    width: 100%;
}
.division-second-wrap .leaving-asd-content p {
    margin-bottom: 35px;
}
.common-ul {
    margin-bottom: 35px;
}
.common-ul li {
    color: #5D606D;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
    /*background: url(../images/student-serv-icon.svg) left center no-repeat;*/
    padding-left: 40px;
    position: relative;
}
.common-ul li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.leaving-asd-content {
    margin-bottom: 35px;
}
.leaving-asd-content li {
    color: #5D606D;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: normal;
    /*background: url(../images/student-serv-icon.svg) left center no-repeat;*/
    padding-left: 25px;
    position: relative;
}
.leaving-asd-content li:before {
    content: '';
    width: 10px;
    height: 10px;
    background: #A10040;
    display: block;
    border-radius: 50%;
    left: 0;
    top: 8px;
    position: absolute;
}
.img-yellow-border {
    position: relative;
}
.img-yellow-border::after {
    width: calc(100% + 56px);
    height: calc(100% + 56px);
    right: -56px;
    top: -56px;
    border-right: dashed 3px yellow;
    border-bottom: dashed 3px yellow;
    border-bottom-right-radius: 50px;
    position: absolute;
}
.power-box-inner {
    text-align: center;
    width: 20%;
}
.power-box-img {
    margin-bottom: 25px;
}
.three-prons .power-box-img {
    margin-bottom: 0;
}
.three-prons .power-box-content p {
    color: #5d606d;
    margin-bottom: 0;
    font-size: 14px;
    line-height: normal;
}
.power-box-content h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 10px;
}
.power-box-content p {
    color: #10226A;
    margin-bottom: 0;
}
.power-number-wrap .row {
    justify-content: center;
}
.director-sign-wrap {
    display: flex;
    gap: 10px;
}
.division-directorial .director-sign {
    width: 170px;
    padding-top: 0;
    padding-left: 10px;
}
.division-directorial .director-sign:last-child {
    width: 250px;
}
.division-directorial .director-sign:first-child {
    border-left: 0;
    padding-left: 0;
}
.division-directorial .directors-img-sec [class*="col"]:nth-child(2) {
    margin-top: 125px;
}
.division-directorial .directors-img-sec [class*="col"]:last-child {
    margin-top: -90px;
}
.handbook-wrap h2 {
    color: #10226A;
    font-weight: 600;
    padding-top: 38px;
}
.handbook-wrap p {
    color: #5D606D;
    margin-bottom: 0;
}
.handbook-download {
    margin-bottom: 65px;
}
.handbook-download img {
    margin-bottom: 30px;
}
.quick-link-wrap h2 {
    color: #10226A;
    font-weight: 600;
    padding-top: 38px;
}
.quick-link-wrap p {
    color: #5D606D;
    margin-bottom: 0;
}
.quick-link-box {
    background: #EEECEC;
    padding: 40px 30px;
    border-radius: 15px;
}
.quick-link-box h4 {
    color: #10226A;
}
.jobs-fair-listing-section.accademic-first-section {
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 13.16%, #4D5A90 25.74%, #9199BA 44.65%, #FFF 64.9%, #FFF 87.02%);
}
.our-calendar-wrapper .career-accordion .acc_section.acc_active .acc_head {
    font-size: 26px;
    margin-bottom: 30px;
    line-height: 26px;
}
.our-calendar-wrapper .career-accordion .acc_section.acc_active .acc_head .red-botder-dwnld-btn {
    opacity: 1;
}
.accademic-grade-box {
    position: relative;
    overflow: hidden;
    border-radius: 16px;
    display: block;
}
.accademic-grade-box img {
    transition: all 0.3s ease 0s;
}
.accademic-grade-box:hover img {
    transform: scale(1.1);
}
.accademic-grade-box h5 {
    color: #fff;
    font-weight: 500;
}
.accademic-grade-box img {
    border-radius: 16px;
    width: 100%;
}
.content-grade {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 30px 20px 20px 30px;
    border-radius: 16px;
    background: linear-gradient(180deg, rgba(16, 34, 106, 0.6) 0%, rgba(16, 34, 106, 0) 48.56%, rgba(15, 25, 65, 0.6) 100%);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.inner-button {
    text-align: right;
}
.power-number-wrap.three-prons h4 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 40px;
}
.meet-champion-wrap {
    padding-top: 50px;
}
.power-number-wrap.three-prons h2 {
    color: #10226A;
    font-weight: 600;
    text-align: center;
}
.power-number-wrap.three-prons .row {
    margin-bottom: -20px;
}
.power-number-wrap.three-prons .power-box-inner {
    text-align: center;
    width: 33%;
    padding: 0 55px;
    position: relative;
    margin-bottom: 20px;
}
.power-number-wrap.three-prons .power-box-inner::after {
    position: absolute;
    width: 1px;
    height: 72%;
    background: #00000024;
    content: '';
    background-position-y: 50%;
    top: 20%;
    left: 0;
}
.child-gets-wrap {
    padding-top: 278px;
    background: linear-gradient(180deg, #FFF 0%, #FFF 50.67%, #9199BA 78.37%, #5C6899 100%);
}
.child-gets-wrap .reserve-img img {
    width: auto;
}
.child-gets-wrap .reserve-content p {
    max-width: 635px;
    text-align: center;
    margin: auto;
    color: #5D606D;
    margin-bottom: 30px;
}
.power-number-wrap.three-prons .power-box-inner:first-child::after {
    display: none;
}
.meet-champion-wrap .classification-box label {
    color: #5d6065;
}
.hiring-process-row-reverse .career-top-right-ctn p {
    max-width: 449px;
}
.three-steps-column {
    text-align: center;
    max-width: 400px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.step-1-box {
    width: 243px;
}
.step-box {
    width: 238px;
    border: 1px solid #D2D5E3;
    box-shadow: 0px 40px 60px 0px #040A2433;
    border-radius: 15px;
    padding: 22px 33px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: center;
    background: #fff;
    transition: all 0.3s ease 0s;
}
.steps-content {
    text-align: left;
}
.steps-content h6 {
    color: #7F89B1;
    font-size: 14px;
    margin-bottom: 0;
}
.steps-content h4 {
    color: #10226A;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
    font-weight: 600;
}
.step-2-box {
    width: 386px;
    margin-top: -10px;
}
.step-3-box {
    width: 300px;
}
.steps-hover-fixed .step-box {
    transform: scale(1.07);
    z-index: 99;
    position: relative;
    width: 368px;
    padding: 26px 33px;
}
.steps-hover:hover .step-box {
    /* transform: scale(1.2);
        z-index: 99;
        position: relative; */
}
.lower-school-banner .banner-overlay-ctn-inner {
    max-width: inherit;
}
.lower-school-banner .banner-overlay-ctn-inner p {
    margin-left: 208px;
    max-width: 475px;
}
.director-testimonial-section .director-sign:first-child {
    border-left: 0;
    padding-left: 0;
}
.director-testimonial-section .director-sign:first-child:before {
    display: none;
}
.director-testimonial-section .director-sign {
    padding-top: 0;
    padding-left: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.director-testimonial-section .director-sign img {
    height: 40px;
}
.director-testimonial-section .director-sign:before {
    position: absolute;
    content: "";
    left: 0px;
    width: 1px;
    height: 50px;
    background: #D9D9D9;
    bottom: 5px;
}
.art-thumb-slider {
    left: 0;
    right: 0;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.campus-swiper-wrap .art-thumb-slider .swiper-slide img {
    object-fit: cover;
    width: auto;
    height: 120px;
}
.art-thumb-slider .swiper-slide {
    border: 2px solid transparent;
}
.art-thumb-slider .swiper-slide.swiper-slide-thumb-active {
    border: 2px solid #A10040;
}
/* jquery gallery */
.column-wrap {
    display: flex;
}
/* The Modal (background) */
.modal-gal {
    display: none;
    position: fixed;
    z-index: 9999;
    /*padding-top: 100px;*/
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: black;
}
/* Modal Content */
.modal-gal .modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    width: 90%;
    max-width: 1200px;
}
/* The Close Button */
.modal-gal .close {
    color: white;
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 22px;
    font-weight: 300;
    border: 1px solid #fff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
    text-align: center;
}
.modal-gal .close:hover, .modal-gal .close:focus {
    color: #999;
    text-decoration: none;
    cursor: pointer;
}
.form-select:focus {
    box-shadow: none;
}
.mySlides {
    display: none;
}
.cursor {
    cursor: pointer;
}
.modal-gal .next {
    right: 0;
}
/* Next & previous buttons */
.modal-gal .prev {
    left: 15px;
}
.modal-gal .next {
    right: 15px;
}
.modal-gal .prev, .modal-gal .next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 0;
    margin-top: -50px;
    color: #fff;
    font-weight: 200;
    font-size: 15px;
    text-align: center;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255 255 255 / 20%);
}
/* Position the "next button" to the right */
/* On hover, add a black background color with a little bit see-through */
.modal-gal .prev:hover, .modal-gal .next:hover {
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
}
/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}
.caption-container {
    text-align: center;
    background-color: black;
    padding: 2px 16px;
    color: white;
}
.demo {
    opacity: 0.6;
}
.active, .demo:hover {
    opacity: 1;
}
.modal-gal img.hover-shadow {
    transition: 0.3s;
}
.hover-shadow:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
/* jquery gallery ends*/
.our-leaders-first-section {
    padding-top: 267px;
    padding-bottom: 50px;
}
.board-of-trustess-wrap .row {
    margin-bottom: -30px;
}
.board-of-trustess-wrap .new-role-box {
    box-shadow: 9px 10px 67px 0px #10226A1F;
    padding: 65px 20px;
    margin-bottom: 30px;
}
.board-of-trustess-wrap .new-role-box p {
    margin-bottom: 0;
    color: #000000;
    font-size: 14px;
    line-height: 20px;
}
.board-of-trustess-wrap .new-role-box h4 {
    font-size: 18px;
    line-height: 22px;
    color: #10226A;
    font-weight: 500;
    margin-bottom: 15px;
}
.board-of-trustess-wrap .canvas-title h2 {
    font-weight: 600;
}
.board-of-trustess-wrap .canvas-title {
    padding-bottom: 25px;
}
.board-of-trustess-wrap .canvas-title p {
    max-width: 810px;
    margin: 0 auto 18px;
}
.board-of-trustess-wrap .new-role-box.board-director-box {
    box-shadow: none;
    padding: 0 0;
    margin-bottom: 60px;
}
.board-of-trustess-wrap .new-role-box.board-director-box img {
    margin-bottom: 25px;
    border-radius: 15px;
}
.board-of-trustess-wrap .new-role-box.board-director-box h4 {
    margin-bottom: 8px;
}
.board-of-trustess-wrap .new-role-box.board-director-box p {
    margin-bottom: 25px;
    min-height: 80px;
}
.parentsupport-top-section.college-admission-top-section .career-top-left-img [class*="col"]:nth-child(2) img {
    margin-top: 40px;
}
.parentsupport-top-section.college-admission-top-section .career-top-left-img [class*="col"]:last-child {
    margin-top: 0;
}
.parentsupport-top-section.college-admission-top-section .career-top-left-img [class*="col"]:last-child img {
    rotate: -2deg;
}
.parentsupport-top-section.college-admission-top-section .leaving-asd-content {
    text-align: left;
    padding-left: 50px;
}
.parentsupport-top-section.leaving-asd-second-wrap.college-admission-top-section .row {
    align-items: start;
}
.power-number-wrap.three-prons.why-visit-asd .power-box-inner {
    padding: 0 33px;
}
.counselling-team {
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, #B3BAD3 83.45%, #E8EBF5 92.94%, #FFFFFF 100%);
}
.counselling-team h2 {
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #FFFFFF;
    font-weight: 600;
}
.counsel-sec-overlay {
    padding-top: 12px;
    padding-left: 24px;
    position: relative;
}
.counsel-sec-overlay::before {
    position: absolute;
    width: 1px;
    height: 50%;
    top: 18px;
    left: 0;
    background: #fff;
    display: block;
    content: '';
}
.counselling-team img {
    width: 100%;
    border-radius: 16px;
}
.team-counsel-sec {
    max-width: 440px;
}
.counsel-sec-overlay h5 {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #fff;
}
.counsel-sec-overlay label {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 13px;
    color: #fff;
}
.counsel-sec-overlay a {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
    display: flex;
    margin-bottom: 10px;
}
.career-top-section {
    /* overflow: hidden; */
}
.student-service-section {
    overflow: hidden;
}
.section-space-top-sp {
    padding-top: 20px;
}
.counsel-sec-overlay a img {
    padding-right: 7px;
    width: auto;
    border-radius: inherit;
}
.asd-champion-section {
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, #B3BAD3 83.45%, #E8EBF5 92.94%, #FFFFFF 100%);
    z-index: 0;
}
.asd-champion-section h2 {
    color: #fff;
}
.asd-champion-section p {
    color: #fff;
}
.parentsupport-top-section.asd-champion-section .career-top-left-img [class*="col"]:last-child {
    margin-top: 99px;
    margin-left: -20px;
}
.meet-champion-wrap h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
    text-align: center;
}
.meet-champions-left p {
    color: #5D606D;
    position: relative;
}
.meet-champions-left p::after {
    content: '';
    width: 1px;
    height: 100%;
    background: #00000033;
    position: absolute;
    left: -32px;
    top: 0;
}
.meet-champions-left {
    display: flex;
}
.champion-img {
    max-width: 200px;
}
.champion-content {
    flex: 1;
    padding-left: 32px;
    margin-left: 0;
    max-width: 425px;
}
.meet-champion-swiper-wrap img {
    border-radius: 16px;
}
.meet-champion-swiper-wrap {
    position: relative;
}
.meet-champion-sliderr-arrows .swiper-button-next {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
    background: none;
    margin-right: 0;
    margin-left: 10px;
}
.meet-champion-sliderr-arrows .swiper-button-prev {
    position: relative;
    width: auto;
    height: auto;
    top: auto;
    margin: 0px;
    left: auto;
    right: auto;
    background: none;
    margin-left: 0;
    margin-right: 10px;
}
.meet-champion-sliderr-arrows .swiper-button-next svg, .meet-champion-sliderr-arrows .swiper-button-prev svg {
    width: auto;
    height: auto;
    fill: transparent;
}
.meet-champion-sliderr-arrows .swiper-button-prev svg {
    transform: rotate(180deg);
}
.meet-champion-sliderr-arrows .swiper-button-next:after, .meet-champion-sliderr-arrows .swiper-button-prev:after {
    display: none;
}
.meet-champion-sliderr-arrows {
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 14px;
    position: absolute;
    left: 0px;
    top: 0;
    right: 0px;
    display: flex;
    height: 100%;
}
.learnig-section-programs h5 {
    color: #A10040;
    margin-top: 30px;
    margin-bottom: 0;
    font-weight: 500;
}
.meet-champion-wrap .classification-box {
    border: 0;
    padding-bottom: 0;
}
.beyondn-title-sec {
    margin-bottom: 40px !important;
}
.meet-champion-wrap .learnig-section-programs {
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
}
.column-repeat-wrap {
    padding-bottom: 90px;
}
.column-repeat-wrap:nth-child(even) .row {
    flex-direction: row-reverse;
}
.common-title-right-left-align a.cmn-btn {
    margin-left: 30px;
}
.giving-asd-top-section h2 {
    max-width: 375px;
}
.contact-inner-top-right-ctn h2 {
    color: #10226A;
    font-weight: 600;
    margin-bottom: 35px;
}
.contact-inner-top-right-ctn h5 {
    color: #10226A;
    font-weight: 600;
}
.contact-inner-top-right-ctn p {
    color: #5D606D;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 30px;
    max-width: 440px;
}
.touch-wrap {
    display: flex;
    gap: 40px;
}
.touch-wrap h5 {
    color: #10226A;
    font-weight: 500;
    margin-bottom: 10px;
}
.touch-wrap a {
    color: #5D606D;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
}
.touch-wrap a:hover {
    color: #10226A;
}
.phone-touch {
    display: flex;
    gap: 14px;
}
.phone-touch:last-child {
    border-left: 1px solid #DCDEE9;
    padding-left: 40px;
}
.blue-bg-common {
    background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 57.69%, #9199BA 74.52%, #B3BAD3 83.45%, #E8EBF5 92.94%, #FFFFFF 100%) !important;
}
.facilities-section.athletics-activities .career-top-right-ctn h2 {
    max-width: inherit;
}
.tab-box-section .tabs {
    margin: 0 0px 30px 0px;
    padding: 5px;
    list-style: none;
    position: relative;
    background: #D9D9D926;
    border-radius: 100px;
    display: flex;
}
.tab-box-section .tabs .active-tab {
    color: #10226A;
    box-shadow: 0px 15px 25px 0px #0000001A;
    background: #fff;
    border-radius: 24px;
    border-bottom: none;
}
.tab-box-section .tabs li {
    cursor: pointer;
    border-radius: 24px;
    color: #fff;
    padding: 13px 10px;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s cubic-bezier(1, 0.48, 0.71, 0.96);
}
.tab-box-section .tabs-content {
    margin: 20px 0px;
    padding: 0;
    list-style: none;
}
.tab-box-section .tabs-content li {
    /* display: none; */
}
.career-accordion .acc_section.acc_active .acc_head .red-botder-dwnld-btn {
    opacity: 0;
}
.calendar-accordion-ctn-left-img {
    display: flex;
    color: #10226A;
    align-items: center;
    gap: 15px;
}
.calendar-accordion-ctn-left-img p {
    color: #10226A;
}
.calendar-accordion-ctn-left-img img {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
}
.calendar-accordion-ctn-left-img p {
    flex: 1;
    margin-bottom: 0;
}
.calendar-accordion-ctn-left-img {
    border-bottom: 1px solid #DCDEE9;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.labels-box {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-bottom: 35px;
}
.labels-box h4 {
    margin-bottom: 0;
    color: #10226A;
}
.search-listing-wrap .content .cards .row .view-content {
    row-gap: 50px;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 35px;
}
.search-listing-wrap .content .cards .row {
    row-gap: 50px;
}
.search-listing-wrap .content-box {
    margin-bottom: 35px;
}
.search-container {
    display: flex;
    max-width: 100%;
    border: 1px solid #DCDEE9;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 20px;
}
.search-container .views-exposed-form {
    width: 100%;
}
.search-container .views-exposed-form form {
    width: 100% !important;
    display: flex !important;
}
.search-container .views-exposed-form form .js-form-item {
    width: 100%;
}
.search-container input {
    flex: 1;
    padding: 10px 15px;
    border: none;
    outline: none;
    font-size: 14px;
}
.search-container .views-exposed-form form .form-actions {
    width: -moz-fit-content;
    width: fit-content;
}
.search-container .views-exposed-form form .form-actions input[type=submit] {
    padding: 12px 27px;
    background: transparent;
    border: solid 1px #A10040;
    color: #A10040;
    border-radius: 4px;
    text-transform: capitalize;
}
.search-container .views-exposed-form form .form-actions input[type=submit]:hover {
    background: #A10040;
    color: #fff;
}
.pager__items {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.pager__items li {
    padding: 2px 6px;
    background: #fff;
    border-radius: 6px;
}
.pager__items li a {
    color: #A10040;
    ;
}
.pager__items li:hover {
    background: #A10040;
    color: #fff;
}
.pager__items li:hover a {
    color: #fff;
}
.dragon-titile-wrap h2 img {
    display: block;
    margin: 0 auto 30px;
}
.qatari-connection-left-ctn h2 {
    font-weight: 600;
}
.giving-asd-top-section .division-elementary-title-sec .align-items-end {
    align-items: flex-start !important;
}
.giving-asd-top-section .common-title-right-left-align a.cmn-btn {
    margin-left: 0px;
}
.blog-listing .content .card.card-full-width .card-body {
    padding: 0px;
    width: 100%;
    display: block;
    flex: inherit;
    padding-left: 40px;
    padding-top: 24px;
}
/* new feedback css */
.accordion-slider-left {
    border-radius: 13px;
    position: relative;
}
.accordion-slider-left .hear-from-people-slider-arrows {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    align-items: center;
    justify-content: space-between;
    padding: 0 20px;
}
.accordion-slider-left .red-more-btn {
    border-color: #fff;
    background: white;
}
.accordion-slider-left .red-more-btn:hover {
    border-color: #A10040;
}
.privacy-policy-wrap p {
    color: #5D606D;
}
.privacy-policy-wrap h2 {
    color: #10226A;
    font-weight: 600;
    margin: 0px 0px 0px;
}
.privacy-policy-wrap ul {
    padding: 15px 0;
}
.privacy-policy-wrap ul li {
    color: #5D606D;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0px 15px;
    font-weight: 400;
    padding-left: 40px;
}
.privacy-policy-wrap ul li::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #14266D;
    left: 0;
    top: 5px;
}
.what-learnig-bottom p {
    color: #5D606D;
    margin-top: 30px;
}
.what-learnig-bottom {
    text-align: center;
    max-width: 800px;
    margin: auto;
}
.overflow-overwrite {
    overflow-x: initial;
}
.accademic-grade-box-extend-cntent {
    padding-left: 35px;
    padding-right: 35px;
}
.accademic-grade-box-extend-img {
    border-radius: 16px;
}
.accademic-grade-box-extend-img img {
    border-radius: 16px;
}
.accademic-grade-box-extend-cntent h4 {
    color: #fff;
}
.accademic-grade-box-extend-cntent h6 {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
}
.accademic-grade-box-extend-cntent li {
    color: #fff;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    padding: 0px;
    margin: 0px 0px 15px;
    font-weight: 400;
    padding-left: 25px;
}
.accademic-grade-box-extend {
    max-height: 735px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.accademic-grade-box-extend::-webkit-scrollbar {
    height: 2px;
    width: 2px;
    border-radius: 2px;
    cursor: pointer !important;
}
.accademic-grade-box-extend::-webkit-scrollbar-track {
    border-radius: 0;
    background: #FFFFFF63;
    cursor: pointer !important;
}
.accademic-grade-box-extend::-webkit-scrollbar-thumb {
    background-color: #fff;
    border-radius: 0;
    cursor: pointer !important;
}
.accademic-grade-box-extend::-webkit-scrollbar-thumb:hover {
    cursor: pointer !important;
}
.accademic-grade-box-extend-cntent ul li::after {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #fff;
    left: 0;
    top: 5px;
}
.red-btn {
    border-radius: 100px;
    background: #A10040;
    color: #fff;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    display: inline-flex;
    padding: 5px 20px;
    align-items: center;
    border: 1px solid #A10040;
}
.red-btn svg {
    margin-right: 10px;
    margin-top: -3px;
}
.red-btn:hover {
    background: #BF004C;
    color: #fff;
}
.visit-us-wrap .modal-content {
    border-radius: 20px !important;
}
.visit-us-container {
    padding: 0 40px 40px 40px;
}
.visit-us-container h3 {
    color: #10226A;
    font-weight: 600;
}
input[type="date"]::-webkit-datetime-edit {
    color: transparent;
}
.contact-input-sec input[type="date"] {
    color: #10226A;
}
.btn-wrap-wrap {
    display: flex;
    gap: 10px;
}
.visit-us-container .contact-input-sec {
    margin-bottom: 10px;
}
.visit-us-container .contact-input-sec input, .visit-us-container .contact-input-sec select {
    color: #10226A;
    padding-bottom: 0;
}
.visit-us-container .contact-input-sec label {
    color: #10226A;
}
.visit-us-container .contact-input-sec.focus-label label {
    top: -6px;
    color: #8891B5;
}
.our-visionary-section .our-vision-sign-img-wrap {
    padding-top: 20px;
}
@media (max-width:991px) {
    .accordion-slider-left .hear-from-people-slider-arrows {
        position: inherit;
        width: auto;
        height: auto;
        top: 0;
        align-items: flex-start;
        justify-content: center;
        padding: 30px 0 0 0;
    }
    .accordion-slider-left .red-more-btn {
        border-color: #A10040;
    }
}
@media (max-width:767px) {
    .accademic-grade-box-extend-cntent {
        padding-left: 0;
    }
    @media (max-width:575px) {
        .btn-wrap-wrap {
            flex-wrap: wrap;
            justify-content: center;
        }
    }
}
/* new feedback css ends */
@media (min-width:767px) {
    .campus-swiper-wrap.art-detail-slider-wrap .swiper-slide img {
        pointer-events: none;
    }
    .campus-slider-arrows {
        width: 93%;
        margin: auto;
    }
}
@media (min-width:768px) {
    .power-number-wrap.three-prons .power-box-inner:nth-child(4)::after {
        display: none;
    }
}
@media (min-width: 1025px) {
    .campus-life-section.giving-asd-top-section .container {
        max-width: 911px;
    }
    .campus-life-section.giving-asd-top-section .container [class*="col"]:first-child {
        width: 43.9%;
    }
    .campus-life-section.giving-asd-top-section .container [class*="col"]:first-child {
        width: 43.9%;
    }
    .campus-life-section.giving-asd-top-section .container [class*="col"]:last-child {
        width: 56.1%;
    }
}
@media (min-width: 1250px) {
    .teaching-learning-section .career-top-outer-row > [class*="col"]:last-child {
        width: 50%;
    }
    .teaching-learning-section .career-top-outer-row > [class*="col"]:first-child {
        width: 50%;
    }
    .campus-life-section .container {
        max-width: 994px;
    }
    .career-top-section.teaching-learning-section .container {
        max-width: 1224px;
    }
    .career-top-outer-row > [class*="col"]:last-child {
        padding-left: 32px;
    }
    .career-top-section .benefits-accordion .container {
        max-width: 1224px;
    }
    .campuslife-even-section .career-top-outer-row > [class*="col"]:first-child {
        width: 50%;
    }
    .campuslife-even-section .career-top-outer-row > [class*="col"]:last-child {
        width: 50%;
    }
}
@media (min-width: 1300px) {
    .campuslife-even-section .container {
        max-width: 972px;
    }
    .art-thumb-slider {
        max-width: 1224px;
    }
    .news-details-content-right.row {
        margin-left: -33px;
        margin-right: -33px;
    }
    .news-details-content-right [class*="col"] {
        padding-left: 33px;
        padding-right: 33px;
    }
    .team-counsel-content .row {
        margin-left: -55px;
        margin-right: -55px;
    }
    .team-counsel-content [class*="col"] {
        padding-left: 55px;
        padding-right: 55px;
    }
}
@media(min-width:1600px) {
    .career-top-section .benefits-accordion .container {
        max-width: 1522px;
    }
}
@media(min-width:1920px) {
    .inner-image-banner-wrapper > img {
        height: 600px;
    }
}
@media(min-width:1920px) {
    .abt-teaching-learning-sec {
        margin-top: -55px;
    }
    .inner-image-banner-wrapper > img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: bottom;
    }
    .five-pillar-banner .banner-overlay-ctn-inner p {
        margin-left: calc(32% + ((100vw - 1920px) * 0.4)) !important;
    }
    .banner-overlay-ctn-inner p {
        max-width: calc(440px + ((100vw - 1920px) * 0.4)) !important;
    }
    .facilities-section .career-top-right-ctn {
        max-width: calc(650px + ((100vw - 2000px) * 0.4)) !important;
    }
    .facilities-section.athletics-activities .career-top-right-ctn {
        max-width: calc(418px + ((100vw - 2000px) * 0.4)) !important;
    }
}
@media(min-width:2000px) {
    .allumini-titile {
        max-width: calc(795px + ((100vw - 2000px) * 0.4)) !important;
    }
    .campus-life-section h3 {
        max-width: calc(790px + ((100vw - 2000px) * 0.4)) !important;
    }
    .benefits-top-section .career-top-right-ctn {
        max-width: calc(792px + ((100vw - 2000px) * 0.4)) !important;
    }
    .exper-service-tab .resp-vtabs ul.resp-tabs-list {
        width: calc(500px + ((100vw - 2000px) * 0.4)) !important;
    }
    .mission-title-head p {
        max-width: calc(795px + ((100vw - 2000px) * 0.3)) !important;
    }
    .purpose-box-inner p {
        max-width: calc(300px + ((100vw - 2000px) * 0.1)) !important;
    }
    .five-pillar-banner .inner-banner-overlay h3 {
        max-width: calc(784px + ((100vw - 2000px) * 0.3)) !important;
    }
    .three-miles-section .tab-box p {
        max-width: calc(363px + ((100vw - 2000px) * 0.03)) !important;
    }
    .career-top-section .benefits-accordion .container {
        max-width: 80.5%;
    }
}
@media(max-width:1366px) {
    .student-service-section .career-top-patern {
        top: 0;
    }
}
@media(max-width:1299px) {
    .art-thumb-slider {
        padding-left: 30px;
        padding-right: 30px;
        max-width: 100%;
    }
}
@media(max-width:1024px) {
    .power-number-wrap.three-prons .power-box-inner {
        padding: 0 30px;
    }
    .home-header.menu-transparent {
        background: transparent;
        box-shadow: inherit;
    }
    .facilities-section .career-top-patern {
        right: 0;
        width: 71%;
    }
    .hiring-process-row-reverse .hiring-process-top-patern {
        right: -334px;
    }
    .leaving-asd-second-wrap.parentsupport-top-section.gateway-section .mission-top-patern {
        top: 55px;
    }
    .purpose-box-content {
        padding: 0 10px;
    }
    .menu-transparent .hamburger div {
        background: #10226A;
    }
    .menu-transparent .search-icon-mobile svg path {
        stroke: #10226A
    }
    .menu-transparent .main-nav > li.menu-item-has-children > a {
        background: none;
    }
    .menu-transparent .top-menu {
        margin-bottom: 0px;
        border-bottom: 0;
        padding-bottom: 0;
    }
    .our-visionary-section {
        padding-top: 70px;
    }
    .board-of-trustess-wrap .new-role-box {
        min-height: 214px;
    }
    .exper-service-tab .resp-vtabs ul.resp-tabs-list {
        width: 410px;
    }
    .service-title-box {
        width: 44%;
    }
    .banner-overlay-ctn-inner h1 {
        font-size: 50px;
        line-height: 50px;
        margin-bottom: 22px;
    }
    .abt-teaching-learning-sec {
        margin-top: -230px;
    }
    .benefits-top-section .career-top-patern img {
        height: 204px;
    }
}
@media (max-width: 992px) {
    .abt-com-content-sec p {
        max-width: 410px;
    }
    .campus-swiper-wrap .art-thumb-slider .swiper-slide img {
        object-fit: cover;
        width: auto;
        height: auto;
    }
    .purpose-box-inner p {
        margin-bottom: 35px;
        min-height: inherit;
    }
    .purpose-box-inner {
        padding-bottom: 35px;
    }
    .mission-arabic .purpose-box-inner::after {
        left: 50%;
        height: 1px;
    }
    .purpose-box-inner::after {
        content: '';
        width: 20%;
        height: 1px;
        background: #00000024;
        display: block;
        top: inherit;
        right: inherit;
        left: 50%;
        position: absolute;
        transform: translateX(-50%);
    }
}
@media (max-width: 991px) {
    .early-childhood-testimonial-section.division-directorial .directors-img-sec [class*="col"]:first-child {
        margin-top: 55px;
    }
    .early-childhood-testimonial-section.division-directorial .directors-img-sec [class*="col"]:last-child {
        margin-top: 0;
    }
    .common-title-right-left-align.division-elementary-title-sec p {
        margin-top: 0;
    }
    .pillar-wrap h2, .five-pillar-box svg {
        padding-top: 0;
    }
    .facilities-section .career-top-right-ctn {
        max-width: inherit;
    }
    .benefits-top-section .section-space-top {
        padding-top: 30px;
    }
    .our-vision-content {
        margin-top: 0;
    }
    .passion-power-wrap .career-accordion-title-sec {
        padding-bottom: 45px;
    }
    .beyong-accordion .acc_head {
        padding: 33px 0 !important;
    }
    .director-testimonial-section .border-img {
        height: auto;
    }
    .career-accordion .acc_section.acc_active .acc_head {
        line-height: 26px;
        margin-bottom: 14px;
    }
    .phone-touch:last-child {
        border-left: 0;
        padding-left: 0;
    }
    .touch-wrap {
        /* display: block; */
        flex-wrap: wrap;
    }
    .contact-inner-top-right-ctn {
        padding-top: 30px;
    }
    .give-asd-contact-info-sec .row {
        flex-direction: row-reverse;
    }
    .why-give-asd-second-sec .career-top-right-ctn {
        margin-bottom: 0;
    }
    .why-give-asd-second-sec .career-top-right-ctn p {
        margin-bottom: 0;
    }
    .why-give-asd-second-sec .career-top-right-ctn h2 {
        text-align: left !important;
    }
    .campuslife-even-section.why-give-asd-second-sec .career-top-outer-row:nth-child(odd) {
        flex-direction: column-reverse;
    }
    .campuslife-even-section.why-give-asd-second-sec .career-top-outer-row {
        flex-direction: column-reverse;
    }
    .giving-asd-top-section h2 {
        max-width: inherit;
    }
    .common-title-right-left-align a.cmn-btn {
        margin-left: 0;
    }
    .meet-champions-left {
        margin-bottom: 35px;
        display: block;
    }
    .division-second-wrap .beyong-accordion-sec [class*="col"]:last-child {
        display: block;
    }
    .division-second-wrap .beyong-accordion-sec [class*="col"]:first-child {
        width: 100%;
    }
    .campuslife-even-section .career-top-outer-row {
        padding-bottom: 90px;
    }
    .campuslife-even-section.giving-circle-section .career-top-outer-row {
        padding-bottom: 70px;
    }
    .campuslife-even-section .career-top-outer-row {
        flex-direction: inherit;
    }
    .campuslife-even-section .career-top-left-img {
        margin-bottom: 30px;
        padding-top: 0px;
    }
    .campuslife-even-section .career-top-right-ctn h2 {
        text-align: center;
    }
    .campuslife-even-section .career-top-right-ctn {
        text-align: center;
    }
    .campuslife-even-section.giving-circle-section .career-top-right-ctn {
        text-align: left;
    }
    .campuslife-even-section.giving-circle-section .career-top-right-ctn h2 {
        text-align: left;
    }
    .facilities-section .career-top-right-ctn {
        margin-bottom: 55px;
    }
    .facilities-section .career-top-outer-row {
        flex-direction: inherit;
    }
    .career-accordion-sec.benefits-accordion .career-accordion .acc_section {
        margin-left: inherit;
        margin-right: inherit;
    }
    .campus-section .career-top-right-ctn {
        text-align: center;
    }
    .campus-section .row {
        flex-direction: column-reverse;
    }
    .explore-new-wrap .career-accordion-title-sec p {
        padding-left: 20px;
    }
    .explore-new-wrap .career-accordion-title-sec p:before {
        content: "";
        position: absolute;
        left: 0px;
        width: 1px;
        height: calc(100% - 10px);
        background: #8891B5;
        top: 50%;
        transform: translateY(-50%);
        display: block;
    }
    .three-image-mobile img {
        width: 100%;
        object-fit: cover;
    }
    .accademic-slider-arrows .swiper-button-prev, .accademic-slider-arrows .swiper-button-next {
        border-radius: 100px;
        border: 1px solid #FFF;
        width: 63px;
        height: 30px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: #fff;
    }
    .accademic-slider-arrows .swiper-button-prev:after, .accademic-slider-arrows .swiper-button-next:after {
        color: #A10040;
        font-size: 12px;
        font-weight: 600;
    }
    .scrollbar-outer {
        margin: 27px 27px 27px 27px;
    }
    .scrollbar-outer .swiper-scrollbar {
        position: relative;
        bottom: auto;
        top: auto;
        left: auto;
        margin: 0px;
        height: 1px;
        background: #62626233;
    }
    .scrollbar-outer .swiper-scrollbar-drag {
        height: 4px;
        background: #4F4F4F;
        top: -1px;
    }
    .tab-box-mobile h3 {
        color: #fff;
    }
    .three-miles-section-mobile .tag-name {
        margin-bottom: 17px;
    }
    .tab-box-mobile p {
        opacity: 0;
        visibility: hidden;
        height: 0;
        margin-bottom: 0;
        -webkit-transition: 0.6s ease;
        transition: 0.6s ease;
    }
    .three-miles-section-mobile .swiper-slide.swiper-slide-active .tab-box-mobile p {
        opacity: 1;
        visibility: visible;
        height: auto;
        margin-bottom: 20px;
    }
    .tab-box-mobile::after {
        content: '';
        /* background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%); */
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 23.18%, rgba(0, 0, 0, 0.903846) 48.08%, #000000 100%);
        position: absolute;
        width: 100%;
        height: 100%;
        display: block;
        bottom: 0;
        z-index: 0;
    }
    .tab-box-mobile {
        position: relative;
    }
    .tab-box {
        position: absolute;
        bottom: 38px;
        left: 20px;
        z-index: 9;
    }
    .three-miles-section-mobile {
        display: block;
    }
    .three-miles-section {
        display: none;
    }
    .our-visionary-section {
        padding-top: 90px;
        background: linear-gradient(0deg, #10226A 0.01%, #11236B 33.18%, #525E92 72.11%, rgba(82, 94, 146, 0.42) 91.53%, rgba(255, 255, 255, 0.6) 99.99%);
        background: linear-gradient(0deg, #10226A 0.01%, #11236B 33.18%, #525E92 72.11%, rgba(82, 94, 146, 0.42) 91.53%, rgba(82, 94, 146, 0.4) 99.99%);
    }
    .our-visionary-section .col-lg:nth-child(2) {
        order: 3;
    }
    .common-title-right-left-align.division-elementary-title-sec h2 {
        margin-bottom: 35px;
    }
    .common-title-right-left-align.division-elementary-title-sec p {
        margin-left: 0;
        margin-bottom: 60px;
    }
    .giving-asd-top-section .common-title-right-left-align.division-elementary-title-sec p {
        margin-bottom: 30px;
    }
    .career-accordion-sec.benefits-accordion .career-accordion .acc_section .acc_head {
        padding: 20px 20px 20px 0px;
        font-size: 23px;
        line-height: 34px;
    }
    .career-accordion-sec.benefits-accordion .career-accordion .acc_section.acc_active {
        padding: 0 0 20px 0px;
    }
    .our-visionary-section  .our-vision-sign-img-wrap {
    padding-top: 30px;
}
}
@media (max-width: 820px) {
    /*.director-testimonial-section .border-img {
            height: 100%;
        }*/
    .allumini-listing .allumini-img-wrap {
        margin-bottom: 30px;
    }
    .allumini-img-wrap {
        text-align: center;
        margin-bottom: 80px;
    }
    .fulfill-future-title-sec.allumini-titile img {
        width: auto;
    }
    .champion-img {
        margin-bottom: 25px;
    }
    .exper-service-tab .resp-vtabs .resp-tabs-container {
        width: 100%;
    }
    .exper-service-tab .resp-vtabs h2.resp-tab-active {
        border-top: 2px solid #A10040 !important;
        padding: 14px 0 19px 0 !important;
    }
    .exper-service-tab h2.resp-accordion {
        max-width: inherit;
        background: transparent !important;
        border-bottom: 1px solid #DDDDDD;
        border-left: 0 !important;
        border-right: 0 !important;
        border-top: 0 !important;
        margin-bottom: 0;
        padding: 14px 0 19px 0;
    }
    .exper-service-tab h2.resp-accordion:last-child {
        border-bottom: 1px solid #DDDDDD !important;
        border-top: inherit;
    }
    .exper-service-tab .resp-vtabs h2.resp-tab-active .inner-div-serv h4 {
        color: #A10040;
        text-align: left;
    }
    .exper-service-tab .resp-vtabs h2.resp-tab-active .inner-div-serv .readmore-button-blue svg {
        transform: rotate(90deg);
    }
    .exper-service-tab .resp-vtabs .resp-tab-content {
        border: 0;
        padding: 14px 0 24px 0;
    }
    .exper-service-tab .resp-vtabs .resp-tab-content.resp-tab-content-active {
        border-bottom: 1px solid #DDDDDD !important;
    }
    .exper-service-tab .resp-vtabs .resp-tab-content.resp-tab-content-active:last-child {
        border-bottom: 1px solid #DDDDDD !important;
    }
    .exper-service-tab .resp-vtabs h2.resp-tab-active .icon-manage {
        /* opacity: 1;
        visibility: visible;
        width: auto;
        margin-right: 15px; */
    }
    .exper-service-tab .resp-vtabs h2 .inner-div-serv .readmore-button-blue {
        transition: all 0.5s ease 0s;
        /* opacity: 0; */
    }
    .exper-service-tab .resp-vtabs h2.resp-tab-active .inner-div-serv .readmore-button-blue {
        transition: all 0.5s ease 0s;
        opacity: 1;
    }
    .exper-service-tab .resp-vtabs h2 .resp-arrow {
        display: none;
    }
    .inner-div-serv h4 {
        font-size: 22px;
        line-height: 32px;
        text-align: left;
        padding-right: 40px;
    }
    .blog-listing .content .card .card-body {
        width: 100%;
        padding: 20px 15px 30px 21px;
    }
    .blog-listing .content .card .card-img-top {
        width: 100%;
    }
    .blog-listing .content .card {
        flex-direction: column;
        align-items: start;
    }
    .tab-section .wrapper .tab-heading {
        overflow: auto;
    }
    .career-top-left-img {
        padding-top: 0;
    }
    .board-of-trustess-wrap .new-role-box.board-director-box p {
        min-height: 100px;
    }
    .board-of-trustess-wrap .new-role-box.board-director-box h4 {
        font-size: 16px;
        min-height: 44px;
    }
}
@media (max-width: 768px) {
    .border-img {
        height: auto;
    }
    .tab-heading a {
        white-space: nowrap;
    }
}
@media (max-width: 767px) {
    .our-leaders-first-section .our-vision-content {
        min-width: 330px;
    }
    .gateway-section .leaving-asd-content {
        margin-bottom: 35px;
    }
    .meet-champions-left {
        margin-bottom: 50px;
    }
    .parentsupport-top-section {
        padding-bottom: 90px;
    }
    .filtertop.desktop {
        display: none;
    }
    .accreditations-affliations .accreditations-box {
        margin-left: auto;
        margin-right: auto;
    }
    .five-pillar-banner .inner-banner-overlay {
        top: 180px;
    }
    .five-pillar-banner .banner-overlay-ctn-inner p {
        margin-left: 44px;
    }
    .benefit-icon img {
        max-width: inherit;
        width: auto;
    }
    .leaving-asd-second-wrap .col-md-6:last-child {
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
    .pillar-wrap {
        padding-top: 0;
    }
    .contact-bottom-form-title-sec p:before {
        height: calc(100% - 5px);
    }
    .facilities-section .career-top-patern {
        width: auto;
    }
    /*.career-accordion .acc_section.acc_active .acc_head {
            margin-bottom: 25px;
        }*/
    .what-learnig-top p {
        margin-bottom: 0;
    }
    .expert-service-wrap h2 {
        padding: 0 15px;
    }
    .student-service-section .career-top-patern {
        top: auto;
        bottom: 134px;
    }
    .tab-content-div {
        padding: 28px;
        min-height: inherit;
    }
    .counselling-team img {
        width: 45%;
    }
    .counselling-team img {
        width: 45%;
    }
    .meet-champion-swiper-wrap img {
        height: 260px;
        object-fit: cover;
    }
    .canvas-title h4 {
        margin-bottom: 75px;
    }
    .power-number-wrap.three-prons .power-box-inner {
        padding: 0 42px;
    }
    .power-number-wrap.three-prons h4 {
        line-height: normal;
        min-height: 62px;
    }
    .why-asd-ctn-sec {
        padding-top: 0;
    }
    .why-asd-ctn-sec h2 {
        margin-bottom: 20px;
    }
    .why-asd-ctn-sec p {
        margin-bottom: 20px;
    }
    .parentsupport-top-section.college-admission-top-section .leaving-asd-content {
        text-align: center;
        padding-left: 0;
        max-width: inherit;
    }
    .parentsupport-top-section.college-admission-top-section .leaving-asd-content h2 {
        text-align: center;
        padding: 0 25px;
        max-width: inherit;
    }
    .parentsupport-top-section.college-admission-top-section .leaving-asd-content p {
        text-align: center;
        max-width: inherit;
    }
    .canvas-title h4 {
        font-size: 22px;
    }
    .art-slider .swiper-slide-active:after {
        content: none;
        position: absolute;
        background: url(../images/zoon-in-icon.svg) no-repeat;
        display: block;
        width: 30px;
        height: 30px;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        cursor: pointer;
        pointer-events: none;
    }
    .board-of-trustess-wrap .new-role-box {
        min-height: inherit;
        padding: 42px 20px;
    }
    .hiring-process-row-reverse .hiring-process-top-patern {
        right: inherit;
        bottom: 48px;
    }
    .our-calendar-wrapper .career-accordion .acc_section .acc_head {
        /* background-position: top 25px right; */
    }
    .tab-box-section .tabs-content {
        margin: 20px 0;
    }
    .benefits-top-section .career-top-patern {
        width: auto;
        right: 0;
        left: inherit;
        top: 0px;
    }
    .meet-champion-wrap {
        padding-top: 50px;
    }
    .passion-power-wrap {
        overflow: inherit;
    }
    .tab-box-section .tabs {
        margin: 0 0 30px 0;
        position: sticky;
        top: 0;
        z-index: 99;
    }
    .our-calendar-wrapper .career-accordion .acc_section.acc_active .acc_head {
        background-position: top 0 right;
    }
    .our-calendar-wrapper .career-accordion .acc_section.acc_active .acc_head .red-botder-dwnld-btn {
        margin: 15px 0;
        display: block;
    }
    .our-calendar-wrapper .career-accordion .acc_section .acc_head .red-botder-dwnld-btn {
        display: none;
    }
    .our-calendar-wrapper .career-accordion .acc_section.acc_active .acc_head {
        height: auto;
    }
    .parent-support-accordion .career-accordion-ctn-right-ctn {
        max-width: inherit;
        padding-right: 25px;
    }
    .director-testimonial-section .director-sign:first-child {
        border-top: 0;
        margin-top: 0px;
    }
    .director-testimonial-section .director-sign {
        border-left: 0;
        padding-left: 0;
        margin-top: 15px;
    }
    .director-testimonial-section .director-sign:before {
        width: 50px;
        height: 1px;
        background: #D9D9D9;
        bottom: auto;
        top: 0px;
    }
    .director-sign-wrap {
        display: block;
    }
    .division-elementary-graph-sec {
        align-items: flex-start;
        min-height: inherit;
    }
    .news-listing .content .col-md-12 {
        margin-bottom: 30px !important;
    }
    .parentsupport-top-section.gateway-section .career-top-left-img [class*="col"]:last-child {
        margin-top: 39px;
        margin-left: 0;
    }
    .parentsupport-top-section.gateway-section .career-top-left-img .row [class*="col"] {
        padding-left: 0;
        padding-right: 0;
    }
    .parentsupport-top-section .leaving-asd-content {
        margin: 0;
        text-align: left;
    }
    .accreditations-box {
        margin-left: 30%;
        margin-right: 30px;
        min-height: inherit;
    }
    .sort-selct {
        padding: 0 14px;
    }
    .content .card .news-heading {
        min-height: inherit;
    }
    .allumini-titile {
        margin: 0 auto 90px;
    }
    .leaving-asd-second-wrap.parentsupport-top-section h2 {
        margin: 0 0 35px;
        font-size: 36px;
        line-height: 36px;
        text-align: left;
        padding-right: 40px;
    }
    .leaving-asd-second-wrap.parentsupport-top-section.gateway-section h2 {
        max-width: 337px;
    }
    .leaving-asd-second-wrap.parentsupport-top-section p {
        text-align: left;
    }
    .leaving-asd-second-wrap.parentsupport-top-section .mission-top-patern {
        top: inherit !important;
        bottom: 155px;
    }
    .leaving-asd-second-wrap.parentsupport-top-section .row {
        flex-direction: row;
    }
    .calendar-accordion-ctn-left-img {
        margin-bottom: 20px;
        gap: 25px;
    }
    .meet-champion-wrap .classification-box {
        padding-bottom: 10px;
        padding-top: 10px;
    }
    .champion-img {
        text-align: center;
        max-width: inherit;
        margin-bottom: 35px;
    }
    .counsel-sec-box {
        margin-bottom: 50px;
    }
    .counselling-team .team-counsel-sec {
        max-width: inherit;
    }
    .team-counsel-sec {
        margin-bottom: 30px;
    }
    .counselling-team {
        background: linear-gradient(179.99deg, #10226A 0.01%, rgba(17, 35, 107, 0.92) 42.79%, #4D5A90 75.56%, #9199BA 93.16%, #EEF2FF 99.99%);
    }
    .power-number-wrap.three-prons.why-visit-asd .power-box-inner {
        padding-top: 33px;
    }
    .parentsupport-top-section.leaving-asd-second-wrap.college-admission-top-section .career-top-left-img {
        padding-top: 51px;
    }
    .parentsupport-top-section.leaving-asd-second-wrap.college-admission-top-section .row {
        flex-direction: column-reverse;
    }
    .parentsupport-top-section.leaving-asd-second-wrap.college-admission-top-section .career-top-left-img .row {
        flex-direction: row;
    }
    .board-of-trustess-wrap .new-role-box.board-director-box {
        padding: 0;
        margin-bottom: 34px;
    }
    .here-to-anywhere-sec .next-chapter-section-overlay {
        padding-top: 80px;
        align-items: flex-start;
    }
    .board-of-trustess-wrap {
        /* padding-bottom: 60px; */
    }
    .board-of-trustess-wrap .new-role-box.board-director-box img {
        margin-bottom: 15px;
    }
    .board-of-trustess-wrap .new-role-box.board-director-box p {
        min-height: 60px;
    }
    .art-thumb-slider {
        display: none;
    }
    .leaving-asd-second-wrap.admission-first-section .row {
        flex-direction: inherit;
    }
    .leaving-asd-second-wrap.admission-first-section .leaving-asd-content {
        margin: 0;
        text-align: left;
    }
    .power-number-wrap.three-prons .power-box-inner::after {
        width: 50%;
        height: 1px;
        left: 0;
        right: 0;
        margin: auto;
        top: 0;
    }
    .child-gets-wrap .reserve-content p {
        max-width: 360px;
    }
    .power-box-img {
        margin-bottom: 35px;
    }
    .power-number-wrap.three-prons .power-box-inner {
        width: 100%;
        padding-top: 15px;
        margin-bottom: 40px;
    }
    .power-number-wrap.three-prons .power-box-inner:first-child {
        padding-top: 0;
    }
    .child-gets-wrap h2 {
        max-width: 350px;
        margin: 0 auto 30px;
    }
    .handbook-download, .quick-link-box {
        margin-bottom: 30px;
    }
    .handbook-wrap p, .quick-link-wrap p {
        margin-bottom: 35px;
    }
    .handbook-wrap, .quick-link-wrap {
        text-align: center;
    }
    .power-box-inner {
        width: 50%;
        margin-bottom: 35px;
    }
    .division-second-wrap .leaving-asd-content {
        margin-bottom: 65px;
    }
    .common-ul li {
        text-align: left;
    }
    .division-second-wrap .row {
        flex-direction: column !important;
    }
    .division-elementary-graph-box {
        display: none;
    }
    .division-elementary-graph-box.active {
        display: block;
    }
    .place-div {
        text-align: center;
    }
    .mission-title-head p {
        max-width: 350px;
        color: #5D606D;
    }
    .identity-purpose {
        padding-bottom: 50px;
    }
    .mission-arabic {
        padding-bottom: 40px;
    }
    .leaving-asd-content {
        margin: 35px auto 0;
    }
    .leaving-asd-second-wrap h2 {
        margin: 0 auto 35px;
    }
    .leaving-asd-second-wrap {
        text-align: center;
    }
    .leaving-asd-second-wrap .row {
        flex-direction: column-reverse;
    }
    .campus-slider-arrows .swiper-button-prev {
        margin-left: 0;
        margin-right: 4px;
    }
    .campus-slider-arrows .swiper-button-next {
        margin-right: 0;
        margin-left: 4px;
    }
    .campus-slider-arrows {
        align-items: flex-end;
        justify-content: center;
        padding-bottom: 40px;
    }
    .campus-swiper-wrap.art-detail-slider-wrap .swiper-slide img {
        height: 460px;
        object-fit: cover;
    }
    /* .modal-gal .mySlides img {
            height: 460px;
            object-fit: cover;
        } */
    .campus-swiper-wrap .swiper-slide img {
        height: 515px;
        object-fit: cover;
    }
    .mission-banner .banner-overlay-ctn-inner p {
        max-width: 365px;
        margin-left: 60px;
    }
    .banner-overlay-ctn-inner p {
        margin-left: 49px;
    }
    .mission-banner .banner-overlay-ctn-inner {
        text-align: left;
    }
    .share-btn-common.fixed {
        position: inherit;
    }
    .new-role-box {
        margin-bottom: 4px;
    }
    .jobs-fair-listing [class*="col"]:last-child .new-role-box {
        margin-bottom: 0px;
    }
    .news-details-sec .share-btn-common img {
        margin-bottom: 0;
    }
    .news-details-sec.section-space-top {
        padding-top: 131px;
    }
    .date-nd-tag {
        left: 15px;
        font-size: 11px;
    }
    .news-details-sec .blog-news-img-inner img {
        margin-bottom: 0;
        min-height: 225px;
        object-fit: cover;
        border-radius: 15px;
    }
    .news-details-sec img {
        margin-bottom: 30px;
    }
    .mb-custom {
        margin-bottom: 0;
    }
    .share-btn-common a {
        width: auto;
        padding: 0 15px;
        border-top: 0;
        border-left: 1px solid #C6C9DF;
    }
    .share-btn-common span {
        margin-bottom: 0;
        width: auto;
        padding-right: 15px;
    }
    .inner-banner-overlay {
        padding-bottom: 50px;
    }
    .campuslife-even-section .career-top-right-ctn {
        margin-bottom: 0;
    }
    .share-btn-common {
        flex-wrap: inherit;
        width: 214px;
        position: inherit;
        padding: 17px 0 17px 10px;
        margin-bottom: 30px;
    }
    .news-details-head {
        padding-left: 0;
    }
    .news-details-content-right {
        padding-left: 0;
        padding-right: 0px;
    }
    .abt-teaching-learning-sec::before {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.24) 6.06%, rgba(255, 255, 255, 0.65) 19.92%, #FFFFFF 51.92%);
    }
    .abt-teaching-learning-sec {
        margin-top: -200px;
    }
    .abt-com-content-sec {
        position: relative;
    }
    .aboutus-banner .banner-overlay-ctn-inner {
        text-align: left;
        max-width: 100%;
    }
    .aboutus-banner .banner-overlay-ctn-inner p {
        margin-left: 50px;
    }
    .desktop-banner {
        display: none;
    }
    .five-pillar-box .desktop-mobile {
        width: 100%;
    }
    .desktop-mobile {
        display: block;
    }
    .mobile-banner {
        display: block;
    }
    .five-pillar-box {
        padding-top: 40px;
    }
    .popup-pillar.visible {
        display: none;
    }
    .piller-box-content {
        justify-content: flex-end;
        height: auto;
    }
    .piller-box-content p {
        max-width: 230px;
    }
    .pillar-wrap h2 {
        max-width: 230px;
        padding: 0px;
    }
    .banner-overlay-ctn-inner {
        max-width: 90%;
        /* text-align: center;
        margin: auto; */
    }
    .lower-school-banner .banner-overlay-ctn-inner p {
        margin-left: 60px;
    }
    .five-boxes {
        border-radius: 15px;
        padding: 30px;
        margin-bottom: 15px;
        color: #fff;
    }
    .five-boxes h3 {
        font-size: 18px;
        line-height: 20px;
        font-weight: 500;
        max-width: 228px;
    }
    .five-boxes p {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .clr-0 {
        background: #8797CE;
    }
    .clr-1 {
        background: #081857;
    }
    .clr-2 {
        background: #C40404;
    }
    .clr-3 {
        background: #FBCC04;
        color: #10226A;
    }
    .clr-3 p {
        color: #10226A;
    }
    .clr-4 {
        background: #656565;
    }
    .clr-5 {
        background: #A10040;
    }
    .clr-6 {
        background: #3D55B5;
    }
    .clr-7 {
        background: #444E79;
    }
    .filtertop {
        position: inherit;
        margin-bottom: 30px;
        justify-content: flex-end;
        max-width: inherit;
    }
    .filtertop.mobile {
        display: flex;
        margin-bottom: 30px;
        justify-content: flex-end;
        max-width: inherit;
    }
    .news-listing.tab-section .container {
        --scroll-bar: 8px;
    }
    .news-listing.tab-section .wrapper .tab-heading {
        margin-right: calc(-50vw + 50% + (var(--scroll-bar) / 2)) !important;
    }
    .title-head-wrap {
        flex-direction: column;
        align-items: start;
        gap: 35px;
    }
    .title-head-wrap h2 {
        margin-bottom: 35px;
    }
    .news-listing .content .cards .row {
        row-gap: 35px;
    }
    .tab-section .cards {
        margin-bottom: 35px;
    }
    .asd-champion-section .leaving-asd-content p {
        text-align: center;
    }
    .asd-champion-section .leaving-asd-content h2 {
        text-align: center;
    }
    .asd-champion-section .leaving-asd-content {
        text-align: center;
    }
    .publication-listing-title-sec h2 {
        /*text-align: center;*/
    }
    .accademic-grade-box img {
        height: 400px;
        object-fit: cover;
    }
    .facilities-section.athletics-activities .career-top-right-ctn p {
        margin-bottom: 42px;
    }
    .facilities-section .career-top-right-ctn p {
        margin-bottom: 25px;
    }
    /* #block-asd-content img {
            object-fit: cover;
        }*/
}
@media (max-width:765px) {
    .power-number-wrap.three-prons h4 {
        min-height: auto;
    }
}
@media (max-width:575px) {
    .jobs-fair-listing-section.accademic-first-section {
        background: linear-gradient(180deg, #10226A 0%, rgba(17, 35, 107, 0.92) 13.16%, #4D5A90 25.74%, #9199BA 44.65%, #FFF 64.9%, #FFF 87.02%);
    }
    .child-gets-wrap {
        background: linear-gradient(180deg, #FFF 0%, #FFF 50.67%, #9199BA 78.37%, #5C6899 100%);
    }
    .learning-accordion-section .career-accordion-bg {
        background: linear-gradient(180deg, #10226A 0%, #BCC2D8 20.19%, #FFF 50%);
    }
    .visual-arts-section .career-top-patern {
        width: 100%;
    }
    .board-of-trustess-wrap .new-role-box.board-director-box p {
        min-height: 120px;
    }
    .inner-div-serv h4 {
        padding-right: 65px;
    }
}
@media (max-width:580px) {
    .identity-purpose .mission-title-head h2 {
        /* padding: 0 59px; */
    }
    .division-elementary-graph-box.visited .division-elementary-graph-ctn-list {
        margin-top: -40px;
    }
    .dragon-titile-wrap .mission-title-head h2 {
        padding: 0;
    }
    .dragon-titile-wrap .container {
        padding-left: 0;
        padding-right: 0;
    }
    .facilities-section .career-top-right-ctn {
        margin-bottom: 0;
    }
    .career-top-left-img {
        padding-top: 20px;
    }
    .board-of-trustess-wrap .canvas-title p {
        margin: 0 auto 15px;
    }
    .board-of-trustess-wrap .canvas-title h2 {
        padding: 0 33px;
    }
    .purpose-box-inner::after {
        width: 40%;
    }
    .mission-title-head h2 {
        padding: 0 15px;
    }
    .abt-com-content-sec {
        padding-top: 0px;
    }
    .three-image-mobile img {
        height: 475px;
    }
    .abt-com-img {
        padding-top: 100px;
    }
    .our-vision-content {
        min-width: inherit;
        margin-bottom: 0;
    }
    .our-vision-img-wrp {
        padding-top: 30px;
    }
    .steps-hover:hover .step-box {
        transform: scale(1.08);
    }
    .step-box.step-1-box {
        width: 239px;
    }
    .step-box {
        width: auto;
        padding: 25px 22px;
    }
    .tab-heading a {
        padding: 7px 20px 6px 20px;
    }
    .what-learnig-top h2 {
        padding: 0 15px;
    }
    .five-pillar-banner .inner-banner-overlay {
        padding-bottom: 83px;
    }
    .btm-msg {
        margin: -27px auto 0;
    }
    .footer-btm-mobile-menu li {
        padding: 0px 9px;
    }
    .parentsupport-top-section .career-top-left-img [class*="col"]:first-child img {
        width: 138px;
    }
    .director-testimonial-section .border-img {
        height: auto;
    }
    .abt-teaching-learning-sec {
        margin-top: -110px;
    }
    .facilities-section.athletics-activities .career-top-right-ctn h2 br {
        display: none;
    }
    .banner-overlay-ctn-inner h1[data-history-node-id="39"] {
        text-align: center;
    }
    .banner-overlay-ctn-inner p[data-history-node-id="39"] {
        text-align: center;
    }
}
@media (max-width:375px) {
    .footer-btm-mobile-menu li {
        padding: 0px 12px;
    }
    .banner-overlay-ctn-inner {
        max-width: 100%;
    }
    .banner-overlay-ctn-inner p {
        margin-left: 40px;
    }
    .career-top-right-ctn h2 {
        max-width: inherit;
    }
    .facilities-section .career-top-right-ctn h2 {
        max-width: 290px;
    }
    .abt-com-content-sec {
        padding-top: 232px;
    }
    .inner-image-banner-wrapper > img {
        min-height: 500px;
    }
    .board-of-trustess-wrap .new-role-box.board-director-box p {
        min-height: 120px;
    }
    .classification-box a {
        font-size: 15px;
    }
    .division-directorial .directors-img-sec [class*="col"]:last-child {
        margin-top: -19px;
    }
}
.banner-overlay-ctn-inner h1 {
    font-size: 45px;
    line-height: 45px;
}
@media (max-width:356px) {
    .leaving-asd-content .red-btn {
        margin-top: 18px;
    }
}
@media(min-width:375px) and (max-width : 800px) {
    .inner-image-banner-wrapper > img {
        object-fit: cover;
        min-height: 600px;
    }
}
@media(min-width:1400px) {
    .banner-overlay-ctn-inner p[data-history-node-id="22"] {
        max-width: 370px;
    }
}
/* 20-07-2026 */
@media(max-width:767px) {
    .tab-section .wrapper .tab-heading::-webkit-scrollbar {
        width: 0;
        height: 0;
        display: none;
    }
    .three-miles-section-mobile .swiper-slide.swiper-slide-active .tab-box-mobile p {
        padding-right: 20px;
    }
    .tab-box-mobile h3 a {
        color: #fff;
        display: block;
    }
    .accordion-slider-left .hear-from-people-slider-arrows {
        padding: 0px 0px 0px 0px;
    }
}
.three-miles-section .tabs h3 a {
    color: #fff;
    display: block;
}
/* 22-07-2026 */
.mission-arabic .mission-title-head p {
    max-width: 790px;
}
@media (max-width: 1200px) {
    .our-vision-img-wrp img {
        position: absolute;
        top: 110px;
        left: 40px;
        max-width: 394px;
    }
}
@media (max-width: 1200px) {
    .our-vision-img-wrp img {
        position: relative;
        top: 0;
        left: 0;
    }
}
@media (max-width: 767px) {
    .modal-gal {
        padding-top: 60px;
    }
}
@media (max-width: 767px) {
    .mission-arabic .mission-title-head p br {
        display: none;
    }
    .our-vision-img-wrp img {
        position: relative;
        top: 0;
        left: 0px;
    }
    .our-visionary-section h2 {
        padding-top: 0px;
    }
    .our-visionary-section {
        padding-bottom: 90px;
    }
}
@media (max-width: 767px) {
    .modal-gal {
        padding-top: 0px;
    }
}