:root {
    --bg-blue: #001C39;
    --bg-yellow: #ffca05;
    --bg-light-blue: #044580;
    --bg-white-blue: #eff2fb;
    --white: #fff;
    --black: #000;
    --footer-blue: #124070;
    --footer-dark-blue: #0F3358;
    --primary-font: "Poppins", sans-serif;
    --secondary-font: "Poppins", sans-serif;
}


a {
    text-decoration: none !important;
    color: #000;
}

ul {
    margin: 0px;
    padding: 0px;
}

img {
    display: block;
}

h2 {
    padding-right: 0;
}

.bg-blue {
    background-color: var(--bg-blue);
}

.bg-blue-gradient {
    background: hsla(205, 75%, 19%, 1);
    background: linear-gradient(90deg, hsla(205, 75%, 19%, 1) 0%, hsla(204, 100%, 15%, 1) 50%, hsla(204, 100%, 15%, 1) 100%);
    background: -moz-linear-gradient(90deg, hsla(205, 75%, 19%, 1) 0%, hsla(204, 100%, 15%, 1) 50%, hsla(204, 100%, 15%, 1) 100%);
    background: -webkit-linear-gradient(90deg, hsla(205, 75%, 19%, 1) 0%, hsla(204, 100%, 15%, 1) 50%, hsla(204, 100%, 15%, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr="#0C3553", endColorstr="#002C4A", GradientType=1);
}

.bg-white-blue {
    background-color: var(--bg-white-blue);
}

.bg-yellow {
    background-color: var(--bg-yellow);
}

.text-white {
    color: white;
}

.text-blue {
    color: var(--bg-blue) !important;
}

.text-yellow {
    color: var(--bg-yellow) !important;
}

.text-light-blue {
    color: var(--bg-light-blue) !important;
}

.text-white {
    color: white !important;
}

.text-normal {
    font-size: 18px;
}

.text-uppercase {
    text-transform: uppercase;
}

.title {
    font-size: 4em;
}

.gradient-border {
    border-bottom: 8px solid transparent;
    border-image: linear-gradient(90deg, #fec500, #d19500, #ae7000) 1;
}

.border-line {
    width: 100%;
    height: 4px;
    background: linear-gradient(to right, #ae7000, #d19500, #fec500);
    border: none;
    margin: 20px 0px;
}

.border-line.slim {
    background: linear-gradient(to right, #fec500, #d19500, #ae7000);
    height: 1px;
    width: 90%;
    margin: 0 auto;
    opacity: .2;
}

.radious {
    border-radius: 8px;
}

.content-box {
    position: relative;
    padding-top: 150px;
    padding-bottom: 150px;
}


/* .content-box.sheild:before {
    content: "";
    background: url(./../img/trans-shield.png) no-repeat center/cover;
    height: 820px;
    width: 690px;
    position: absolute;
    left: -6%;
    top: 0px;
} */

.content-box.sheild {
    position: relative;
    overflow: visible;
}

.content-box.sheild .bg-shield {
    background: url(../images/trans-shield.png) no-repeat center / cover;
    height: 820px;
    width: 720px;
    position: absolute;
    left: -6%;
    top: 0;
    opacity: 0;
    /* start hidden for animation */
    z-index: -1;
    /* keep it behind your content */
}

.content-box.sheild.right .bg-shield {
    left: inherit;
    right: -6%;
}


/*.clearfix {  overflow: auto;}*/

p {
    font-family: Poppins, sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 28px;
    margin-bottom: 15px;
    color: #000000;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

img {
    width: auto;
    max-width: 100%;
}

.header {
    padding: 10px !important;
    min-height: 110px;
    align-content: center;
}

.second-container {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
}

.logo {
    max-width: 400px;
    flex: 1;
    align-self: center;
}

header .logo img {
    height: 80px;
	width: auto;
}

.curriculum {
    flex: 1;
    border-right: 2px solid #ffffff2e;
    border-left: 2px solid #ffffff2e;
}

.flex-main {
    display: flex;
    flex-wrap: wrap;
}

.nav-main-wrap {
    margin-left: auto;
    margin-top: 10px;
    flex: 2;
}

nav ul {
    display: flex;
    flex-wrap: wrap;
}

.nav-main-wrap nav ul li a {
    text-transform: uppercase;
}

nav ul li {
    padding-right: 30px;
    list-style: none;
}

nav ul li a {
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    display: block;
    /* text-transform: uppercase; */
    position: relative;
}

nav ul li a::after {
    content: "";
    width: 0%;
    height: 1px;
    background-color: #FFC60C;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

nav ul li a:hover::after {
    width: 100%;
}

.text-white p {
    color: white;
    text-align: justify;
}

.nav-icon {
    position: relative;
    top: 4px;
    height: 30px;
    width: 50px;
    margin-right: 15px;
}

.nav-icon span {
    height: 2px;
    width: 34px;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.main-nav-icon a {
    display: flex;
    line-height: 35px;
    color: #fff;
    font-size: 20px;
    line-height: 35px;
    font-weight: 400;
    /* text-transform: uppercase; */
}

.main-nav-icon a:hover .nav-icon span {
    background-color: #FFC60C;
}

.nav-icon span:nth-child(2) {
    top: 10px;
    width: 34px;
}

.nav-icon span:nth-child(3) {
    top: 20px;
    width: 34px;
}
.header2 {
    background-color: var(--bg-blue);
  background-image: linear-gradient(
    to right,
    #162B47,
    #122F4E 20%,
    #093B61 60%,
    #004977
);
    position: relative;
}

.header2 .nav-main-wrap {
    justify-content: end;
    align-items: center;
    column-gap: 50px;
}

.header2 .nav-icon {
    top: 2px !important;
}

.header-nav-main {
    width: 100%;
    min-height: 100vh;
    position: fixed;
    padding: 60px 0;
    box-sizing: border-box;
    z-index: 999;
    background-color: #032C48;
    top: -400%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.header-nav-logo-wrap {
    width: 35%;
    height: 90vh;
    position: relative;
}

.header-logo {
    max-width: 300px;
}

.header-social {
    width: 100%;
    position: absolute;
    bottom: 70px;
}

.header-social ul {
    display: flex;
    justify-content: left;
    column-gap: 15px;
}

.header-social ul li {
    list-style: none;
    width: 40px;
    height: 40px;
    background-color: #FFC60C;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.header-social ul li:hover {
    background-color: #fff;
}

.header-social ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #032C48;
}

.header-nav-search {
    width: 30%;
    height: 90vh;
    position: relative;
}

.header-searchbar {
    width: 100%;
    position: relative;
}

.searchbar-text::placeholder {
    color: #fff;
}

.searchbar-text {
    width: 100%;
    height: 55px;
    line-height: 55px;
    border: 1px solid #FFC60C;
    padding: 0px 30px;
    box-sizing: border-box;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background-color: transparent;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
}

.search-btn {
    width: 55px;
    height: 53px;
    position: absolute;
    top: 0;
    right: 10px;
    background-size: 30px;
    background-image: url(./../img/Search.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: none;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
    z-index: 9;
}

.header-search-nav {
    width: 100%;
    position: absolute;
    top: 105px;
}

.header-search-nav ul li {
    width: 100%;
    list-style: none;
    text-transform: capitalize;
}

.header-search-nav ul li+li {
    margin-top: 20px;
}

.header-search-nav ul li a {
    text-transform: capitalize;
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-search-nav ul li a:hover {
    color: #FFC60C;
}

.header-main-nav {
    width: 30%;
    box-sizing: border-box;
    padding-left: 10%;
}

.header-main-nav ul li {
    width: 100%;
    list-style: none;
}

.header-main-nav ul {
    min-height: 45vh;
    display: flex;
    flex-wrap: wrap;
    padding-top: 85px;
}

.header-logo img {
    width: 90%;
}

.header-main-nav ul li a {
    font-size: 28px;
    line-height: 60px;
    font-weight: 400;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.header-main-nav ul li a.active {
    color: #FFC60C;
}

.header-main-nav ul li a:hover {
    color: #FFC60C;
}

.position-relative {
    position: relative;
}

.nav-close-btn {
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background-image: url(./../img/close-btn.svg);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.menu-open .header-nav-main {
    top: 0;
}

.main-banner img {
    /*height: 730px;*/
    height: 100vh;
    object-fit: cover;
    width: 100%;
}

.curriculum .admission-button {
    color: var(--white) !important;
    background: transparent !important;
    text-transform: uppercase;
    display: block;
    text-align: -moz-center;
    text-align: -webkit-center;
    margin-left: 0 !important;
}

.curriculum .admission-button h4 {
    font-weight: 500;
    font-size: 16px;
}

.curriculum .admission-button img {
    height: 30px;
    margin: auto;
}

#apply-today {
    font-weight: 600;
    color: #0b2a4a;
    border-radius: 25px;
    background: #ffc600;
    transition: color 0.3s;
    display: inline-block;
    text-align: center;
    min-width: 120px;
    padding: 0 15px
}

#apply-today:hover {
    color: #0b2a4a;
    background: #fff
}

#apply-today::after {
    content: "";
    width: 0%;
    height: 0;
    background-color: #ffc60c;
    position: absolute;
    bottom: -2px;
    left: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear
}

.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    margin: 5px 10px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    height: calc(100vh - 120px);
    object-fit: cover;
    object-position: bottom;
}

.banner-section .banner-slides.owl-carousel .owl-dots {
    /*position: absolute;
    left: 50%;
    bottom: -40px;
    height: 100px;
    transform: translateX(-50%);*/
	
	position: absolute;
    height: 100px;
    right: 40px;
    top: 50%;
    transform: rotate(90deg) translateX(-50%);
	
    height: 100px;
}



/* About Us */

.about-us {
    margin-top: -1px;
}

.about-us h2 {
  /*   padding-bottom: 40px; */
}
.about-us .row {
    padding-bottom: 0px;
}

.social-media {
    padding-top: 40px;
    padding-bottom: 60px;
}

.social-media h2 {
 font-weight: 500;
 font-size: 2.5em;
}

/* Figure Boxes */

.figures .fig-box {
    height: 400px;
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.figures .fig-box::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #001c39c9;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.figures .fig-box:hover::before {
    opacity: 1;
}

.figures .fig-box .fig-img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center center;
}

.figures .fig-box .fig-text {
    position: absolute;
    top: 500px;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: end;
    text-align: center;
    color: var(--white);
    padding: 50px 65px;
    transition: top 0.5s ease;
}

.figures .fig-box:hover .fig-text {
    top: 0px
}

.figures .fig-box .fig-text .count {
    font-size: 50px;
    color: #ffc600;
    opacity: 1 !important;
}

.figures .fig-box .fig-text p {
    color: var(--white);
    opacity: 1 !important;
}

.figures .fig-box .fig-text i {
    font-size: 50px;
    margin-bottom: 15px;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: var(--bg-yellow);
    color: transparent;
}

.figures .fig-box .fig-text .fig-icon {
    max-height: 50px;
    max-width: 50px;
}


/* Social Section */

.social-media .social-carousel .social-item a {
    display: block;
    height: 420px;
    border-radius: 8px;
    overflow: hidden;
}

.social-media .social-carousel .social-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.social-media {
    position: relative;
    /* parent for absolute carousel */
    overflow: visible;
    /* allow right overflow */
}

.social-carousel.owl-carousel {
    position: relative;
    margin-left: 0;
    margin-right: 0;
    overflow: visible;
    margin-left: 11%;
}

.social-carousel .owl-item {
    /* optional: spacing between slides */
    margin-right: 30px;
}


/* Footer */

.footer {
    width: 100%;
    height: auto;
    background-color: #01233b;
    background-image: url(../images/footer-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.f-view {
    background-color: #032c48b3;
    padding: 40px 0 4px 0
}

.footer .second-container .footer-top-section {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFC60C;
    justify-content: space-between;
}

.footer-logo {
    width: 25%;
}

.footer-logo img {
    width: 60%;
}

.footer-nav h3 {
    font-size: 22px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 15px;
    color: #FFC60C;
    text-transform: uppercase;
}

.footer-nav ul li {
    margin-bottom: 15px;
    list-style: none;
}

.footer-nav ul li a {
    color: #fff;
    font-size: 19px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 15px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-nav ul li a:hover {
    color: #FFC60C;
}

.footer-bottom-section {
    padding: 45px 0 0px;
    display: flex;
    flex-wrap: wrap;
}

.footer-address {
    width: 31%;
}

.footer-address h3 {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 10px;
    color: #FFC60C;
}

.footer-address p {
    font-size: 14px;
    color: #fff;
    line-height: 30px;
}

.footer-address a {
    display: block;
    font-size: 14px;
    color: #fff;
    line-height: 30px;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-address a:hover {
    color: #FFC60C;
}

.footer-social {
    margin-right: auto;
    margin-bottom: 2px;
    text-align: right;
    display: flex;
    justify-content: flex-end;
}

.footer-social ul {
    display: flex;
    justify-content: center;
    column-gap: 15px;
}

.footer-social ul li {
    list-style: none;
    width: 37px;
    height: 37px;
    background-color: #FFC60C;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-social ul li:hover {
    background-color: #fff;
}

.footer-social ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    color: #032C48;
}

.footer-bottom-nav {
    width: 19%;
}

.footer-bottom-nav ul li {
    margin-top: 20px;
    list-style: none;
    text-align: right;
}

.footer-bottom-nav ul li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

.footer-bottom-nav ul li a:hover {
    color: #FFC60C;
}

footer .footer-nav ul {
    padding-left: 0
}

.accordion a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    padding: 10px;
    color: #ffc60c;
    font-size: 1.15rem;
    font-weight: 400;
}

.accordion a:hover,
.accordion a:hover::after {
    cursor: pointer;
    color: #e6db14
}

.accordion a::after {
    content: "";
    background-image: url(../img/c-plus.png);
    background-size: cover;
    position: absolute;
    right: 1rem;
    width: 6px;
    height: 6px;
    padding: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    text-align: center
}

ul.list-open li a::after {
    display: none
}

ul.list-open li a {
    color: #fff;
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    margin: 0;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    transition: all 0.3s linear
}

ul.list-open li {
    margin: 0;
    list-style: none
}

.accordion .content {
    opacity: 0;
    max-height: 0;
    border-bottom: 1px solid #ffc60c;
    overflow: hidden;
    clear: both;
    -webkit-transition: all 0.2s ease 0.15s;
    -o-transition: all 0.2s ease 0.15s;
    transition: all 0.2s ease 0.15s
}

.accordion .content.active {
    opacity: 1;
    max-height: 100%;
    -webkit-transition: all 0.35s ease 0.15s;
    -o-transition: all 0.35s ease 0.15s;
    transition: all 0.35s ease 0.15s
}

.accordion-item {
    padding: 10px 0 0 5px
}

.footer .accordion-item {
    background: #fff0;
    border: none;
    outline: none
}

.location-info p {
    color: #fff
}

.footer-address img {
    display: inline-block;
    width: 26px;
    padding-right: 10px
}

.footer-address p {
    padding-left: 25px;
    max-width: 75%;
    margin-bottom: 0
}

.footer-social ul li a {
    color: #032c48
}

.footer-social-map {
    width: 25%
}

.footer-social-map iframe {
    border-radius: 8px;
    border: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px
}

.copy-rt {
    width: 80%;
    margin: 0 auto
}

.copy-rt p {
    line-height: 22px
}

.copy-rt p {
    text-align: center;
    color: #fff;
    padding-top: 12px;
    font-size: 13px
}

.footer-social {
    align-items: center;
    min-height: 98px
}


.fig-text p,h2.count.text-center{
    
    font-family:"Dubai", "Poppins";

}