:root {
    --black: #212529;
    --yellow: #ddb14d;
}

a.text-yellow {
    color: var(--yellow);
}

body {
    overflow-x: hidden;
}

h2,
h3 {
    font-weight: 400;
}

.bold {
    font-weight: 600;
}



.home-language-v2 {
    display: grid;
    justify-content: space-between;
    padding: 0;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    background: var(--cream);
    position: relative;
    grid-template-columns: repeat(4, 1fr);
}

.home-language-v2 li {
    display: flex;
    border-right: 1px solid #ccc;
    overflow: hidden;
    gap: 10px;
    text-align: left;
    align-items: center;
    margin: 0;
    position: relative;
    border-bottom: 1px solid #ccc;
    aspect-ratio: 2/1.2;
    justify-content: center;
}

.home-language-v2::before {
    content: "";
    background: var(--cream);
    position: absolute;
    right: 0px;
    top: 0;
    width: 1px;
    height: 100%;
    display: block;
    z-index: 2;
}

.home-language-v2::after {
    content: "";
    background: var(--cream);
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 100%;
    height: 1px;
    display: block;
    z-index: 2;
}

.home-language-v2 li img {
    width: 50px;
}

.home-language-v2 li h4 {
    margin: 0;
    font-size: 1rem;
}

.home-language-v2 li a {
    color: #fff;
    font-size: 1rem;
    background: var(--blue);
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    right: 20px;
    bottom: 20px;
}

.home-language-v2 li:hover {
    background: var(--yellow);
}

.partner-locations {
    list-style: none;
    padding-left: 0;
}

.partner-locations li {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 17px;
    transition: ease-in .2s;
}

.partner-locations li i {
    background: var(--yellow);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    font-size: 1.5rem;
    flex-shrink: 0;
}

.partner-locations li p {
    margin: 0;
}

.partner-locations li:hover {
    transform: scale(1.05);
}

.partnership span {
    font-size: 5rem;
    color: #8d949e;
}

.apply {
    border-radius: 8px;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.apply h2 strong {
    font-size: 3.2rem;
}

.apply h2 {
    font-size: 2.5rem;
    line-height: 3.4rem;
    font-weight: 300;
}

.bg-gradient-blue {
    background: rgb(40, 31, 106);
    background: -moz-linear-gradient(0deg, rgba(40, 31, 106, 1) 0%, rgba(76, 68, 193, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(40, 31, 106, 1) 0%, rgba(76, 68, 193, 1) 100%);
    background: linear-gradient(0deg, rgba(40, 31, 106, 1) 0%, rgba(76, 68, 193, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#281f6a", endColorstr="#4c44c1", GradientType=1);
}

.uniadvantage-slider, .uniadvantage-slider-rtl {
    -webkit-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.33);
    -moz-box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.33);
    box-shadow: 0px 0px 16px 4px rgba(0, 0, 0, 0.33);
    border-radius: 5px;
}

.bg-corner {
    background: url('../images/img-corner.png') no-repeat right bottom;
    border-radius: 8px;
    padding-bottom: 5rem;
}

.uniadvantage-slider.slick-dotted.slick-slider, .uniadvantage-slider-rtl.slick-dotted.slick-slider {
    margin: 20px 40px 20px 0;
}

.uniadvantage-slider .slick-slide, .uniadvantage-slider-rtl .slick-slide {
    position: relative;
    background: #000;
    border-radius: 8px;
}

.uniadvantage-slider .slick-slide i, .uniadvantage-slider-rtl .slick-slide i {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    font-size: 4rem;
}

.uniadvantage-slider .slick-slide img, .uniadvantage-slider-rtl .slick-slide img {
    border-radius: 8px;
    width: 100%;
    opacity: 0.8;
    margin-bottom: -5px;
}

.border-radius {
    border-radius: 8px;
    border: 1px solid #fff;
}

.adverise-form {
    background: #fff;
    padding: 20px 15px;
    border-radius: 8px;
}

.adverise-form .form-control {
    height: calc(1.5em + 0.75rem + 12px);
    background-color: #fff;
    border: 1px solid #bbb;
}

.adverise-form textarea.form-control {
    height: unset;
}

.ratings {
    list-style: none;
    display: flex;
}

.ratings li {
    padding: 22px 15px;
    border: 1px solid #ddd;
    border-right: 0px;
}

.ratings li h2 {
    color: var(--blue);
}

.ratings li h2 small {
    display: block;
    font-size: 1.1rem;
    color: #000;
    font-weight: 400;
    line-height: 1.5rem;
}

.ratings li:last-child {
    border-right: 1px solid #ddd;
}

.success-story {
    display: flex;
    gap: 25px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    margin: 10px 15px 20px;
    border-radius: 8px;
    overflow: hidden;
    align-items: center;
}

.success-story figure img {
    aspect-ratio: 4/5;
    object-fit: cover;
    width: 230px;
}

.success-story p {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #666;
}

.success-story h3 small {
    color: #666;
}

.success-story figcaption {
    padding-right: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    overflow: hidden;
}

.bg-gradient-yellow {
    background: rgb(239, 206, 59);
    background: -moz-linear-gradient(90deg, rgba(239, 206, 59, 1) 0%, rgba(230, 175, 51, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(239, 206, 59, 1) 0%, rgba(230, 175, 51, 1) 100%);
    background: linear-gradient(90deg, rgba(239, 206, 59, 1) 0%, rgba(230, 175, 51, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#efce3b", endColorstr="#e6af33", GradientType=1);
}

.icon-uni {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
}

.uni-logos-slider figure,
.uni-logos-slider-rtl figure {
    border-radius: 8px;
    overflow: hidden;
    margin-right: 15px;
    height: 120px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.uni-logos-slider figure img,
.uni-logos-slider-rtl figure img {
    max-width: 90%;
}

.uni-logos-slider .slick-arrow,
.uni-logos-slider-rtl .slick-arrow {
    position: absolute;
    right: 14px;
    bottom: -63px;
    z-index: 4;
    left: auto;
    top: auto;
}

.uni-logos-slider .slick-arrow.slick-prev,
.uni-logos-slider-rtl .slick-arrow.slick-prev {
    right: 63px !important;
}


.detail-box img {
    width: 100%;
    border-radius: 8px;
    aspect-ratio: 4/2.4;
    object-fit: cover;
}

.detail-box h4 {
    color: var(--yellow);
    text-align: right;
    line-height: 1.4rem;
}

.detail-box h4 small {
    display: block;
    color: #333;
    font-weight: 400;
    font-size: .8em;
}

.detail-box .d-flex {
    justify-content: space-between;
    align-items: center;
}

.newsletter-v2 .form-control,
.newsletter-v2 .form-select {
    height: calc(1.5em + 0.75rem + 20px);
    border-radius: 0;
    background-color: transparent;
    border: 0;
    border-bottom: 1px solid #333;
    padding: 1rem;
}

.edition-listing figure img {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s
}

header {
    background: var(--black);
}

.arrow-accordion {
    text-align: left;
}

.arrow-accordion .accordion-button::after {
    background-image: none;
    background-color: #8D87FF17;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.arrow-accordion .accordion-button::after {
    content: '+';
    font-size: 1.25rem;
    transition: transform 0.2s;
}

.arrow-accordion .accordion-button:not(.collapsed)::after {
    content: '−';
    /* minus sign */
}

.arrow-accordion .accordion-button {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar {
    background: #fff;
    padding: .5rem 0;
}

.navbar-nav .nav-link {
    color: #333;
}

.mag-btn {
    border: solid 1px #231A64;
    padding: .5rem .75rem;
    border-radius: 2rem;
    color: #231A64;
    font-weight: 600;
}

.mag-btn img {
    max-width: 30px;
    margin-right: 0.75rem;
}

.top-menu {
    justify-content: space-between;
    width: 100%;
}

header .logo img {
    max-width: 170px;
}

header.fixed-top .logo img {
    width: 110px;
}

.top-menu .input-group {
    background: #000 !important;
    border-radius: 2rem;
}

.top-menu .btn-toggle-group {
    border: 1px solid #ccc;
    border-radius: 50px;
}

.top-menu .btn-toggle-group .btn {
    border-radius: 50px;
    padding: 0.5rem 1.2rem;
    font-weight: 500;
    background-color: transparent;
    color: #fff;
    border: 0;
    border-radius: 50px !important;
}

.top-menu .btn-toggle-group .btn.active {
    background-color: #f1b82d;
    color: #000;
    border-color: #f1b82d;
    z-index: 1;
}

.top-menu .btn-toggle-group .btn:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.top-menu .btn-toggle-group .btn:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.uni-logo {
    position: absolute;
    left: 0;
    top: 20px;
    max-width: 280px;
}

.bg-light {
    background: #FBF7EC !important;
}

.bg-light-black {
    background: var(--black);
}

.social-media i {
    font-size: 1rem;
    border: solid 1px #fff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--yellow);
}

.blog-banner::before {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(32, 27, 80, 1), rgba(44, 40, 114, .9));
    z-index: 1;
    content: '';
}

.banner-text {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    max-width: 1600px;
    width: 100%;
    margin: auto;
    z-index: 1;
    color: #fff;
}

.banner-text h2 {
    color: #fff;
}

.banner-text .breadcrumb-item a,
.banner-text .breadcrumb-item,
.banner-text .breadcrumb-item.active {
    color: var(--yellow);
}

.news-single,
.news-container {
    margin: 1.5rem 0 4rem;
}

.news-single img,
.news-container img {
    border-radius: 1rem;
    overflow: hidden;
    margin-bottom: 1rem;
}

.blog-creds {
    display: flex;
    font-size: .8rem;
    justify-content: space-between;
}

.blog-creds span {
    margin-left: 1rem;
}

.blog-creds span::before {
    content: '';
    width: 8px;
    height: 8px;
    background: black;
    border-radius: 50%;
    display: inline-block;
    margin-right: 10px;
}

.blog-title {
    display: flex;
    justify-content: space-between;
}

.blog-title h2 {
    width: calc(100% - 100px);
}

.arrow-btn {
    background: transparent;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #333;
}

.arrow-btn img {
    margin-bottom: 0;
    width: auto;
}

.arrow-btn:hover {
    background: var(--yellow);
    border-color: var(--yellow);
}

.heading {
    color: #231A64;
    font-size: 20px;
    font-weight: 500;
}

.heading-lg {
    font-size: 40px !important;
    font-weight: 600;
    text-shadow: none !important;
    line-height: 46px !important;
}

.post-single {
    display: flex;
}

.post-single figure {
    width: 120px;
    height: 80px;
    overflow: hidden;
    margin-right: 15px;
    overflow: hidden;
    border-radius: .5rem;
    flex-shrink: 0;
}

.post-single figure img {
    width: 180px;
    object-fit: cover;
    height: 80px;
}

.post-single article h6 {
    color: #231A64;
    font-size: 1.3rem;
}

.post-single .blog-creds {
    color: #505A66;
    font-size: .7rem;
}

.cat-box {
    background: #f8f8ff;
    padding: 1rem 2rem;
    list-style: none;
}

.cat-box li {
    color: #2C2872;
    border-bottom: solid 1px #505A664D;
    padding: .75rem 0;
}

.cat-box li:last-child {
    border-bottom: 0;
}

.video-box {
    border-radius: .5rem;
    overflow: hidden;
    position: relative;
}

.video-box .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #fff;
    color: #231A64;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
}

.video-box:hover img {
    transform: scale(1.2);
    transition: ease-in .2s;
}


/* .btn.btn-blue {
    background: #2C2872;
    color: #fff;
    padding: 10px 30px;
} */

.text-blue {
    color: var(--blue);
}

content {
    font-weight: 400;
}

.news-container ul {
    margin: 0;
    /* padding: 0; */
}

.news-container ul li {
    margin-bottom: 1rem;
}

.news-container ul li::marker {
    /* content: ''; */
    color: var(--yellow);
    margin-right: 15px;
}

.news-container quote {
    color: var(--blue);
    font-size: 1.2rem;
    font-weight: 600;
}

.blog-credits {
    background: #FBF7EC;
    padding: 2rem;
    display: flex;
}

.blog-pic {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 1.5rem;
}

.blog-credits h5 {
    font-weight: 600;
    font-style: italic;
}

.uninewsletter-form-form-group button i {
    position: relative;
    top: 0px;
    right: 0px;
}

.container-xxl {
    width: calc(100% - 100px);
    max-width: 1600px;
    margin: 0 auto;
}

.section {
    padding: 3rem 0;
}

.w-md-50 {
    max-width: 50%;
}

.partner-bx {
    border: solid 1px #333;
    border-radius: 1rem;
    padding: 2.5rem;
    display: flex;
    margin-bottom: 5rem;
    position: relative;
}

.partner-bx a {
    position: absolute;
    bottom: -20px;
    left: 15px;
}

.btn-outline {
    border: solid 1px var(--blue);
    border-radius: 2rem;
    color: var(--blue);
    width: fit-content;
    padding: 1rem 3rem;
}

.btn-outline:hover {
    background: var(--blue);
    color: #fff;
}

.grid-container-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0px;
    /* spacing between columns */
    padding: 20px 20px 20px 0;
}

.grid-container-3 .grid-item {
    background-color: transparent;
    padding: 20px;
    border: 1px solid #ccc;
    text-align: left;
}

.grid-container-3 .grid-item h4 {
    color: var(--blue);
    font-weight: 600;
}

.fw-medium {
    font-weight: 600 !important;
}

.about-box {
    border: solid 1px #666;
    border-radius: 2rem;
    padding: 7rem 5rem 5rem 3rem;
    position: relative;
}

.text-primary {
    color: var(--blue) !important;
}

.about-heading {
    position: absolute;
    top: -60px;
    left: 80px;
}

.about-heading img {
    max-width: 280px;
}

.btm-shape {
    position: absolute;
    bottom: 0;
    right: 0;
}

.spotlights-point {
    background: var(--blue);
    border-radius: 2rem;
}

.spotlights-point ul {
    display: flex;
    padding: .5rem 2rem;
    color: #fff;
    justify-content: space-between;
    margin-bottom: 0;
}

.spotlights-point li {
    position: relative;
    padding: .5rem 1rem;
    list-style: none;
}

.spotlights-point li::marker,
.spotlights-point li::before {
    display: none;
}

.spotlights-point li:after {
    content: '\f219';
    color: var(--yellow);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    margin-left: 20px;
}

.partnership .col:hover .icons::before,
.partnership .col:hover h3 {
    color: var(--blue);
}

.bg-corner a:hover .fa-circle-play {
    font-size: 6rem;
}

.bg-corner a:hover img {
    opacity: .5;
}

.success-story:hover,
.uni-logos-slider figure:hover img,
.uni-logos-slider-rtl figure:hover img .col.detail-box:hover img {
    transform: scale(1.05);
}

.uni-logos-slider figure img,
.uni-logos-slider-rtl figure img {
    max-height: 90px;
}

.banner-bg {
    background-image: url(../images/home-banner-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 600px;
}

.banner-bg .bg-lblue {
    background: #13104BEB;
    min-height: 600px;
}

.banner-bg .banner-slider figure, .banner-bg .banner-slider-rtl figure {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.banner-bg .banner-slider figure::after, .banner-bg .banner-slider-rtl figure::after {
    display: none;
}

.banner-slider .slick-dots,  .banner-slider-rtl .slick-dots{
    text-align: left;
    bottom: 0;
}

.banner-slider .slick-dots li button::before, .banner-slider-rtl .slick-dots li button::before {
    width: 10px;
    height: 10px;
    border: 0;
    color: #DCDCDC99
}

.banner-slider .slick-dots li.slick-active button::before, .banner-slider-rtl .slick-dots li.slick-active button::before {
    background-color: #DCDCDC !important;
    width: 12px;
    height: 12px;
}

.team-single {
    margin: 1rem 0 1.5rem;
    transition: ease-in .2s;
}

.team-single figure {
    margin-bottom: 1rem;
    border-radius: .5rem;
    overflow: hidden;
}

.team-single:hover figure img {
    transform: scale(1.1);
}

.team-single h5 {
    font-weight: 500;
}

.team-single p {
    font-size: 14px;
}

.btn-white {
    background: #fff !important;
    color: var(--blue);
}

.btn-white:hover {
    background: var(--blue) !important;
    color: #fff;
}

.partnership h5 {
    max-width: 150px;
}

.banner-slider .slick-next,
.banner-slider .slick-prev,
.banner-slider-rtl .slick-next,
.banner-slider-rtl .slick-prev {
    z-index: 1;
}

.web-only {
    display: block;
}

.mob-only {
    display: none;
}

.mob-menu .nav {
    width: 100%;
    display: flex;
    align-items: center;
}

.mob-menu .nav>.nav-header {
    flex: 0.95;
    padding-left: 1rem;
}

.mob-menu .nav>.nav-header>.nav-title {
    font-size: 22px;
    color: #fff;
}

.mob-menu .nav>.nav-list {
    display: flex;
    gap: 2rem;
}

.mob-menu .nav>.nav-list>li {
    list-style-type: none;
}

.mob-menu .nav>.nav-list>li a {
    text-decoration: none;
    color: #efefef;
    cursor: pointer;
}

.mob-menu .nav>#nav-check {
    display: none;
}

.subpage-banner {
    min-height: 400px;
    background-size: cover;
    background-position: right;
}

.subpage-banner .banner-contents {
    display: flex;
    align-items: center;
    height: 100%;
    min-height: 400px;
}

.form-control {
    font-family: "Montserrat", sans-serif;
}

.btn-yellow.btn-search {
    border-radius: .5rem;
}

.btn-yellow.btn-search .fa-magnifying-glass {
    border: 0;
    background: no-repeat;
    height: auto;
}

.green-alert {
    font-weight: 600;
    background: #e2ede2;
    padding: 10px 20px;
    border-radius: 5px;
}

#search-button i {
    color: #fff;
}

.user-det {
    display: flex;
}

.thank-card {
    margin: 5rem 0;
}

.btn-submit {
    line-height: 1rem;
    padding: 1rem 1.5rem;
}

.banner-content {
    display: flex;
    height: 100%;
    align-items: center;
    color: #fff;
}

.banner-content .heading-lg {
    font-size: 50px !important;
    line-height: 56px !important;
    margin-bottom: 2rem;
}

.banner-content p {
    font-size: 1.4rem;
    line-height: 2rem;
}

.banner-content .btn-light {
    background-color: #fff;
    color: var(--blue);
    padding: .75rem .75rem .75rem 2rem;
    border: 1px solid var(--blue);
}

.banner-content .btn-light i {
    background: var(--blue);
    border: 0;
    color: #fff;
}

.banner-content .btn-light:hover {
    background: var(--blue);
    color: #fff;
    border: solid 1px #fff;
}

.banner-content .btn-light:hover i {
    background: #fff;
    color: var(--blue);
}

.banner-slider .slick-dots, .banner-slider-rtl .slick-dots {
    text-align: left;
    bottom: 20px;
    left: -103%;
    position: absolute;
}

.banner-slider-rtl .slick-dots {   
    bottom: 0;
    left: 103%;
    text-align: right;
}

.banner-left {
    position: absolute;
    top: 30%;
    left: -7%;
}

.banner-left img,
.banner-right img {
    border-radius: 2rem;
    opacity: .6;
}

.banner-right {
    position: absolute;
    top: 10%;
    right: -7%;
}

.banner-pic img {
    min-height: 500px;
    object-fit: cover;
    border-radius: 1rem;
}

.banner-pic .play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
}

#subscriptionModal .close {
    position: absolute;
    right: -3px;
    top: -10px;
    background: red;
    border-radius: 50%;
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advanced-search {
    grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
}

.advanced-search .btn-yellow {
    border-radius: .5rem;
    padding: 8px;
}

.advanced-search .btn-yellow i {
    color: #fff;
    border: 0;
}

.imageGalleryItem img {
    object-fit: cover;
}

.imageGalleryItem i {
    background: rgba(233, 191, 53, 0.7);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #2c2872;
}

.col-md-4 .imageGalleryItem img {
    min-height: 200px;
}

.imageGalleryItem .hoverEffect {
    position: absolute;
    top: 0;
    left: 0;
}

#subscriptionModal .modal-content,
#subscriptionModal .modal-body {
    border-radius: 1.5rem !important;
}

.custom-padding  {
    padding: 2rem 0;
}
.custom-gallery-slider .slick-slide>div {
    margin: 0 1rem;
    border-radius: .5rem;
    overflow: hidden;
}
.custom-gallery-slider .slick-slide>div img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.magazine-lg iframe {
min-height: 600px
}
.news-container a {
  color: var(--bs-blue);
  text-decoration: underline;
}

.mission.ar i, .vision.ar i {
  right: unset;
  left: 30px;
}

.mission.ar {
  background: var(--blue);
}
#iti-0__country-listbox {
  left: 0 !important;
}
.iti--separate-dial-code .iti__selected-flag {
  height: 48px !important;
}

.footer-menu.ar {
    padding-left: 0;
    padding-right: 0;
}

.footer-menu.ar li {
    padding-left: 0;
    padding-right: 20px;
}

.footer-menu.ar a::before {
    left: auto;
    right: 0;
    transform: rotate(180deg);
}

.modal-header .btn.btn-sm.btn-primary.close {
  border-radius: 50%;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.3rem;
}

.downloadEdition .btn-close.ar {
	left: 30px;
        right: auto;
}


@media screen and (max-width: 1600px) {
    .banner-right {
        position: absolute;
        top: 10%;
        right: -13%;
    }

    .banner-left {
        position: absolute;
        top: 30%;
        left: -13%;
    }
}

@media screen and (max-width: 1460px) {
    .banner-content .heading-lg {
        font-size: 40px !important;
        line-height: 46px !important;
        margin-bottom: 2rem;
    }

    .banner-content p {
        font-size: 1.3rem;
        line-height: 1.8rem;
    }

    .banner-right {
        right: -18%;
    }

    .banner-left {
        left: -18%;
    }
}

 @media (max-width: 1420px) {
    .banner h1, .banner h2 {
  padding-top: 0;
}
.banner-slider aside .bottom {
    position: relative;
}
  }

@media only screen and (max-width:1200px) {}

@media only screen and (max-width:991px) {
    .home-language-v2 {
        grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    }

    .home-language-v2 li {
        aspect-ratio: 2/1.4;
    }

    .home-language-v2 li a {
        right: 15px;
        bottom: 15px;
        width: 20px;
        height: 20px;
    }

    .home-language-v2 li a i {
        font-size: .8rem;
    }

    .banner-left,
    .banner-right {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    .w-md-50 {
        max-width: 100%;
    }

    .about-box {
        padding: 6rem 3rem 3rem 2rem;
    }

    .about-heading {
        left: 20px;
    }

    .banner-slider aside .bottom, .banner-slider-rtl aside .bottom {
        position: relative;
    }

    .ratings {
        padding: 0;
    }

    .web-only {
        display: none;
    }

    .mob-only {
        display: block;
    }

    .mob-menu {
        position: absolute;
        right: 0;
        top: 110px;
        /* text-align: right; */
        /* position: fixed;
        right: 0;
        top: 0; */
    }

    .mob-menu .navbar-toggler-icon {
        color: #fff;
    }

    .nav-btn {
        cursor: pointer;
    }

    .mob-menu .nav {
        padding: 1rem;
    }

    .mob-menu .nav>.nav-btn {
        display: inline-block;
        position: absolute;
        right: 0;
        top: -65px;
        padding-top: 0.2rem;
        z-index: 9;
    }

    .mob-menu .nav>.nav-btn>label {
        display: inline-block;
        width: 50px;
        height: 50px;
        padding: 13px;
    }

    .mob-menu .nav>.nav-btn>label>span {
        display: block;
        width: 25px;
        height: 10px;
        border-top: 2px solid #eee;
    }

    .mob-menu .nav>.nav-list {
        position: absolute;
        background-color: #1A237E;
        height: 0;
        transition: all 0.3s ease-in;
        top: 0px;
        left: 0;
        overflow: hidden;
        padding: 0 2rem;
        flex-wrap: wrap;
    }

    .mob-menu .nav>.nav-list ul {
        display: flex;
        flex-direction: column;
        gap: 1rem;
        width: 100%;
        padding-left: 0;
        text-align: left;
    }

    .mob-menu .nav>.nav-list>ul>li {
        width: 100%;
        margin-top: 1rem;
        color: #fff;
        list-style: none;
    }

    .mob-menu .nav>.nav-list>ul>li:last-child {
        padding-bottom: 1rem;
    }

    .mob-menu .nav>#nav-check:checked~.nav-list {
        /* height: calc(100vh - 50px); */
        height: auto;
        display: block;
        width: 100%;
    }
    
    .mag-btn {
      background: #fff;
      padding: 0.9rem;
      border: solid 1px #fff;
    }

    .mob-menu .navbar-nav .nav-link {
        color: #fff;
        font-size: 1.1rem;
    }
    .mob-menuBtn .btn-submit {
        border: solid 1px var(--yellow);
    }

    .mob-menu .input-group {
        background: #000 !important;
        border-radius: 2rem;
        margin-top: 1rem;
    }

    .mob-menu .input-group input {
        background: transparent;
        color: #fff;
    }

    .mob-menu #search-button {
        padding: 8px;
        color: #7a7a7a;
    }

    .mob-menu .form-control::placeholder {
        color: #fff;
    }

    .banner-slider .slick-slide,
    .banner-slider .slick-slide figure img,
    .banner-slider .slick-slide.slick-active figure img,
    .banner-slider-rtl .slick-slide,
    .banner-slider-rtl .slick-slide figure img,
    .banner-slider-rtl .slick-slide.slick-active figure img {
        height: auto;
    }

    .banner-slider aside, .banner-slider-rtl aside {
        position: relative;
        inset: 0;
        margin-bottom: 1rem;
    }

    .banner-slider aside h2, .banner-slider-rtl aside h2 {
        font-size: 27px !important;
        line-height: 2.25rem !important;
    }

    .banner-slider div, .banner-slider-rtl div {
        position: relative;
        height: auto;
        padding-bottom: .25rem;
    }

    .subpage-banner {
        min-height: 250px;
        background-size: cover;
        background-position: right;
    }

    .subpage-banner .banner-contents {
        min-height: 250px;
    }

    .banner-text {
        padding: 0 1rem;
    }

    .banner-content {
        margin-top: 2rem;
    }

    .banner-content .heading-lg {
        font-size: 30px !important;
        line-height: 36px !important;
    }

    .banner-content p {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .banner-slider .slick-dots, .banner-slider-rtl .slick-dots {
        text-align: left;
        bottom: 0;
        left: 0;
        position: absolute;
        display: flex;
        justify-content: center;
    }

    .banner-pic img {
        min-height: 400px;
    }

    .home-language-v2 li {
        justify-content: start;
        padding-left: 10px;
    }
    
    .nav-list .btn-primary {
        border: solid 1px #fff;
        width: 100%;
    }

    .mag-btn {
        display: inline-block;
        border: 0;
        background: #fff;
        width: 100%;
        margin-bottom: 1rem;
    }

    .login-div {
        background: #fff;
        padding: 1rem;
        margin: 0 0;
        position: relative;
        width: 100%;
        border-radius: .5rem;
    }

    .login-div .btn-toggle-group {
        margin-top: 0;
    }

    .login-div .btn {
        background: #fff;
        color: #333;
        border: solid 1px #c9c9c9;
    }

    .login-div .btn.active {
        background: #1a237e;
        color: #fff;
        border-color: #1a237e;
    }

    .switch-lang {
        margin: 1rem;
        color: #fff;
    }

    .switch-lang select {
        margin-left: 1rem;
        height: auto;
    }
}

@media only screen and (max-width:576px) {
    .section {
        padding: 1.5rem 0;
    }

    .home-language-v2 li {
        aspect-ratio: 2/1;
    }

    .success-story {
        display: block;
    }

    .success-story figure img {
        aspect-ratio: 4/5;
        object-fit: cover;
        width: 100%;
        height: 200px;
        margin-bottom: 1rem;
    }

    .success-story figcaption {
        padding: 20px;
    }

    .success-story p {
        line-height: 1.5rem;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 8;
        overflow: hidden;
    }

    .uni-logos-slider,
    .uni-logos-slider-rtl {
        margin-top: 2rem;
    }

    .spotlights-point {
        /* flex-wrap: wrap; */
        display: block;
    }

    .spotlights-point li {
        padding-left: 1.3rem;
    }

    .spotlights-point li::after {
        margin-left: 0;
        margin-right: 20px;
        left: 0;
        position: absolute;
    }

    /* .spotlights-point li::before {
        content: '\f219';
        color: var(--yellow);
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        font-size: 10px;
        margin-right: 20px;
    } */
    .grid-container-3 {
        grid-template-columns: repeat(1, 1fr);
        padding: 0;
    }

    .banner-pic img {
        min-height: 360px;
    }
    .panel figure {
        min-height: auto;
    }
}

@media only screen and (max-width:379px) {
    .home-language-v2 li {
        justify-content: center;
        padding-left: 0;
    }
}
@media only screen and (max-width: 560px) {
.magazine-lg iframe {
  min-height: 400px;
    }
}
@media only screen and (max-width: 768px) {
iframe.publuuflip {
  border: 0;
  max-height: 470px;
    }
}