@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Dancing+Script:wght@700&family=Pinyon+Script&display=swap');
* {
    margin: 0px;
    padding: 0px;
    border: none;
    outline: none;
}


/* @font-face {
        font-family: 'helveticaregular';
        src: url('../fonts/helvetica-webfont.woff2') format('woff2'), url('../fonts/helvetica-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'helveticabold';
        src: url('../fonts/helvetica-bold-webfont.woff2') format('woff2'), url('../fonts/helvetica-bold-webfont.woff') format('woff');
        font-weight: normal;
        font-style: normal;
    }
    
    @font-face {
        font-family: 'Helvetica-Narrow';
        src: url('../fonts/Helvetica-Narrow.woff2') format('woff2'), url('../fonts/Helvetica-Narrow.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }
    
    @font-face {
        font-family: 'Helvetica-thin';
        src: url('../fonts/HelveticaNeue-Thin.woff2') format('woff2'), url('../fonts/HelveticaNeue-Thin.woff') format('woff');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
    }     */

body {
    font-size: 15px;
    color: #ccc;
    /* font-family: 'Open Sans', sans-serif; */
    font-family: 'Poppins', sans-serif;
}

 ::placeholder {
    color: #aeb1be;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #333;
    transition: 0.2s;
}


/* ____________________ cursor ________________________ */

#pointer-dot {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    border: 2.5px solid white;
    position: fixed;
    border-radius: 4px;
    z-index: 101;
    pointer-events: none;
    transition: border-color 0.5s;
}

#pointer-ring {
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    padding: 30px;
    border: 2px solid #f9ec1e;
    position: fixed;
    border-radius: 100px;
    z-index: 102;
    pointer-events: none;
}

.pointer-bg {
    background-color: rgb(63, 61, 61);
    opacity: 0.3;
}


/* html {



    cursor: none !important;



} */

a {
    cursor: none !important;
}


/* ____________________ END cursor ________________________ */

.mt-100 {
    margin-top: 100px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.pt-100 {
    padding-top: 100px;
}

.pt-50 {
    padding-top: 50px !important;
}

.pb-100 {
    padding-bottom: 100px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-150 {
    margin-top: 150px;
}

.mb-150 {
    margin-bottom: 150px;
}

.mb-5 {
    margin-bottom: 50px;
}

.img-responsive {
    max-width: 100%;
}

.p-30 {
    padding: 30px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.white-text {
    color: #fff !important;
}

.black-text {
    color: #000 !important;
}

.section {
    width: 100%;
    float: left;
}

.w-80 {
    width: 90% !important;
}

.w-45 {
    width: 45% !important;
}

.w-60 {
    width: 60% !important;
}

.w-20 {
    width: 200px !important;
}

.m-0-a {
    margin: 0 auto;
}

.color-text {
    color: #000 !important;
}

.bg-gray {
    background-color: #bdbdbd !important;
}

h1 {
    font-size: 38px;
    color: #104f8d;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 37px;
    margin-bottom: 20px;
}

.about h1 {
    font-size: 35px;
    color: #f9ec1e;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

.why-choose h1 {
    font-size: 38px;
    color: #104f8d;
    letter-spacing: -0.5px;
}

.school-life h1 {
    font-size: 38px;
    color: #f9ec1e;
    letter-spacing: -0.5px;
    margin-bottom: 25px;
}

h2 {
    font-size: 26px;
    line-height: 32px;
    color: #333;
    font-weight: 600;
    letter-spacing: -1.3px;
    margin-bottom: 8px;
}

h3 {
    font-size: 23px;
    color: #333;
}

h3 a {
    font-size: 23px;
    color: #0c6e85;
}

p {
    font-size: 15px;
    color: #333;
}

h4 {
    font-size: 18px;
    color: #fff;
    letter-spacing: 1px;
}

h5 {
    font-size: 15px;
    color: #000;
}

h5 a {
    font-size: 15px;
    color: #000;
}

h5 a:hover {
    color: #000;
}

h5:hover img {
    color: #000;
    margin-left: 10px;
    transition: 0.2s;
}

h6 {
    font-size: 13px;
    color: #747d92;
}

h6 a {
    font-size: 14px;
    color: #747d92;
}

h6 a:hover {
    color: #fff;
}
.header-top {
    width: 96%;
    float: left;
    margin-left: 2%;
    padding: 20px 10px 10px 0px;
    position: absolute;
    top: 0;
    /* position: fixed; 
        z-index: 1;*/
}

.logo img {
    width: 150px;
}

#logo {
    width: 200px;
    transition: 0.2s;
    position: fixed;
    z-index: 1;
}

.white-bg {
    background-color: #fff !important;
}


/* ____________________________Banner__________________________ */

.banner-1 {
    width: 100%;
    float: left;
    height: 100vh;
    transition: all ease 0.5s;
    /* background-color: #1d2632; */
    text-align: center;
    margin-top: -16px;
    position: relative;
}

.banner-1 h1 {
    position: absolute;
    top: 50%;
    left: 0;
    font-size: 85px;
    font-family: 'Playfair Display', serif;
    color: #f90;
    text-align: center;
    width: 100%;
    -webkit-animation-delay: 18s;
    -moz-animation-delay: 18s;
    -ms-animation-delay: 18s;
    animation-delay: 18s;
}

.banner-2 {
    width: 100%;
    float: left;
    height: 100vh;
    text-align: center;
    position: relative;
}

.banner-2 h1 {
    font-family: 'Playfair Display', serif;
    color: #fff;
    font-size: 75px;
    font-weight: 600;
    text-shadow: 0 0 8px #000, 0 0 10px #000;
}

.banner-2 h2 {
    position: absolute;
    top: 20%;
    /* left: -10%; */
    font-size: 105pt;
    font-weight: 800;
    line-height: 153px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-align: center;
    width: 100%;
    /* transform: translate(-20%, -30%);



    transform: rotate(-15deg); */
}

.banner-2 h3 {
    position: absolute;
    top: 20%;
    /* left: 0%; */
    font-size: 75px;
    line-height: 75px;
    font-family: 'Playfair Display', serif;
    color: #fff;
    text-align: center;
    width: 100%;
    transform: translate(0%);
    /*transform: rotate(-15deg); */
    text-shadow: 0 0 8px #000000, 0 0 10px #000000;
}

.banner-3 {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/2023_01_26/Pic1.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -0px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.princy-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/princy-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.contact-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/contact-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.about-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/about-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.enrol-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/enrol-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.pillar-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/piller-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.vision-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/10001.webp) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.governance-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/governance-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.our-team-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/our-team-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.policies-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/policies-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.careers-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/careers-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.faq-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/faq-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.elearning-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/elearning-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.curriculum-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/curriculum-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.foundation-stage-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/10009.webp) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.primary-year-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/10007.webp) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.our-inclusio-department-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/our-inclusio-department-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.assessment-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/assessment-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.admissions-overview-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/admissions-overview-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.admissions-procedure-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/admissions-procedure-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.prospectus-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/prospectus-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.tuition-fees-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/100013.webp) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.ipad-purchase-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/ipad-purchase-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.school-transport-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/school-transport-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.health-safety-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/health-safety-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.timing-calender-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/timing-calender-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.uniforms-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/uniforms-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.extra-curricular-activities-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/extra-curricular-activities-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.technology-ban {
    width: 100%;
    float: left;
    height: 100vh;
    background: url(../img/sub-banner/technology-ban.jpg) no-repeat center center;
    background-size: cover;
    position: fixed;
    z-index: -1;
    margin-top: -15px;
    visibility: visible;
    opacity: 1;
    transition: 2s;
    transition: ease all .5s;
}

.sub-ban-text {
    width: 100%;
    position: absolute;
    bottom: 30%;
    text-align: center;
}

.sub-ban-text h1 {
    font-size: 65px;
    color: #f9ec1e;
    text-shadow: 0 0 4px #000000, 0 0 4px #000000;
    line-height: 60px;
}
.sub-ban-text p{
    background: rgb(5 3 4/60%);
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    color: #fff;
    margin-top: 30px;
}
p.wow.fadeInDown.animated {
    background: rgb(5 3 4/60%);
    border-radius: 6px;
    width: fit-content;
    margin: 0 auto;
    padding: 7px;
    color: #fff;
    margin-top: 30px;
}


/* edit */

.grow-rotate-on-hover {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.grow-rotate-on-hover:hover,
.grow-rotate-on-hover:focus,
.grow-rotate-on-hover:active {
    -webkit-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg);
}


/* edit end */

.banner-3-trans {
    transition: ease all 6s;
    filter: blur(50px);
    -webkit-filter: blur(50px);
}

.banner-3-trans-top {
    filter: blur(0px);
    -webkit-filter: blur(0px);
}

.banner-3 h3 {
    position: absolute;
    top: 50%;
    font-size: 65px;
    font-family: 'Playfair Display', serif;
    color: rgb(0, 255, 115);
    text-align: center;
    width: 100%;
}

.banner-3 h4 {
    position: absolute;
    top: 50%;
    font-size: 80px;
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    color: rgb(255, 255, 255);
    text-align: center;
    width: 100%;
    text-shadow: 0 0 8px #000000, 0 0 10px #000000;
}

.banner-4 {
    width: 100%;
    float: left;
    height: 100vh;
}

.banner-white {
    width: 100%;
    float: left;
    height: 100vh;
    background-color: #fff !important;
}

#container {
    position: absolute;
    margin: auto;
    width: 100vw;
    height: 80pt;
    top: 0;
    bottom: 0;
    filter: url(#threshold) blur(0.6px);
}

#text1,
#text2 {
    position: absolute;
    width: 100%;
    display: inline-block;
    color: #ceb074;
    font-size: 80pt;
    text-align: center;
    user-select: none;
    left: 0;
}

.animate-charcter {
    background-image: linear-gradient( -225deg, #ffffff 0%, #ceb074 29%, #ceb074 67%, #d6b006 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 80px;
}

.animate-charcter-a {
    background-image: linear-gradient( -225deg, #ffffff 0%, #ceb074 29%, #ceb074 67%, #ceb074 100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 80px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.waviy {
    position: relative;
    -webkit-box-reflect: below -20px linear-gradient(transparent, rgba(0, 0, 0, .2));
    font-size: 80px;
    letter-spacing: -8px;
}

.waviy span {
    position: relative;
    display: inline-block;
    color: #ffd284;
    /* text-transform: uppercase; */
    animation: waviy 3s infinite;
    animation-delay: calc(.1s * var(--i));
    text-shadow: 0 0 8px #000000, 0 0 10px #000000;
}

@keyframes waviy {
    0%,
    40%,
    100% {
        transform: translateY(0)
    }
    20% {
        transform: translateY(-30px)
    }
}

svg {
    display: block;
    font: 10.5em 'Montserrat';
    width: 960px;
    height: 300px;
    margin: 0 auto;
}

.text-copy {
    fill: none;
    stroke: white;
    stroke-dasharray: 6% 29%;
    stroke-width: 5px;
    stroke-dashoffset: 0%;
    animation: stroke-offset 5.5s infinite linear;
}

@keyframes stroke-offset {
    100% {
        stroke-dashoffset: -35%;
    }
}


/* ___________________________END Banner__________________________ */

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 50%;
}

.carousel h1 {
    font-size: 70px;
    color: #f9ec1e;
    font-weight: bolder;
}

.carousel h2 {
    font-size: 24px;
    color: #fff;
    font-weight: 100;
}

.header-top ul {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 8%;
    z-index: 99;
}

.header-top li {
    margin: 0;
    padding: 0 15px;
    display: inline-block;
    list-style: none;
    transition: all ease 1s;
}

.header-top li a {
    color: #fff;
    padding-right: 0;
    text-transform: uppercase;
    font-size: 16px;
    text-shadow: 2px 1px 1px #000000;
}

.header-top li a:hover {
    color: #f9ec1e;
}

.header-top i {
    border: 0px solid #d8b67a;
    color: #f9ec1e;
    /* width: 15px; */
    /* height: 15px; */
    text-align: center;
    display: inline-block;
    padding-top: 3px;
    border-radius: 50px;
    font-size: 15px;
    margin-right: 3px;
    font-weight: 600;
}

.header-top i:hover {
    color: #ffffff;
}

section {
    width: 100%;
    float: left;
}

.sales {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 40px;
    position: relative;
    padding: 20px;
    border: 1px solid #ccc;
    min-height: 435px;
}

.sales::before {
    transform: scaleY(0);
    transform-origin: bottom right;
}

.sales:hover::before {
    transform: scaleY(1);
    transform-origin: bottom left;
}

.sales::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background-color: rgb(172 163 11/0.5);
    z-index: -1;
    transition: transform .8s ease;
}

.sales:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, .30);
    transition: 0.4s;
}

.sales h2 {
    /* font-size: 25px; */
    color: #104f8d;
    ;
}

.sales-img {
    border: 1px solid #eee;
    margin-bottom: 12px;
}

.sales h4 {
    font-size: 23px;
    color: #0a59bd;
    margin-bottom: 10px;
    margin-top: -6px;
    letter-spacing: -1px;
    font-weight: 600;
}

.about {
    background: url(../img/vision-bg.jpg) no-repeat left bottom;
    background-color: #2a2a32;
    padding: 100px 0;
}

.about-inr ul {
    margin: 20px 0;
    padding: 0;
}

.about-inr li {
    margin: 0 0 15px 20px;
    padding: 0;
    list-style: circle;
    font-size: 16px;
    color: #333;
    font-weight: 200;
    text-decoration: none;
    line-height: 21px;
}

.view-btn-big {
    border-radius: 50px;
    color: #fff;
    border: 2px solid #fff;
    font-size: 16px;
    width: 300px;
    display: inline-block;
    padding: 12px 23px 10px 30px;
    text-align: left;
    transition: 0.5s ease all;
    background: url(../img/r-arrow-big.png) no-repeat 90% 50%;
}

.view-btn-big:hover {
    color: #fff;
    background: url(../img/r-arrow-big.png) no-repeat 85% 50%;
    background-color: rgba(255, 255, 255, 0.1);
}

.view-btn-blk {
    background: #fff;
    border-radius: 50px;
    color: rgb(0, 0, 0);
    border: 2px solid rgb(0, 0, 0);
    font-size: 16px;
    width: 300px;
    display: inline-block;
    padding: 12px 23px 10px 30px;
    text-align: left;
    transition: 0.5s ease all;
    background: url(../img/r-arrow-blk.png) no-repeat 90% 50%;
}

.view-btn-blk:hover {
    color: rgb(0, 0, 0);
    background: url(../img/r-arrow-blk.png) no-repeat 85% 50%;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 26px rgb(0 0 0 / 50%);
}

.imgshadow {
    border-radius: 0 0 160px 0;
    box-shadow: 0 10px 26px rgb(0 0 0 / 14%);
}


/* hover______________ */

.description {
    margin-top: 24px;
}

.description p {
    text-align: center;
    font-weight: 400;
    font-size: 16px;
}

figure.test {
    display: inline-block;
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    width: 32%;
}

figure.test img {
    width: 100%;
    height: 100%;
}


/* figure.test figcaption {
    position: absolute;
    top: 50%;
    right: 22.5%;
    width: 70%;
    opacity: 0;
    z-index: 1;
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
    left: 15%;
    padding: 20px;
} */

figure.test figcaption {
    position: absolute;
    top: 50%;
    /* right: 8%; */
    width: 80%;
    opacity: 0;
    z-index: 1;
    transition: all 0.8s ease-out;
    transition-delay: 0.2s;
    left: 10%;
    padding: 20px;
    background: white;
}

figure.test:after {
    display: inline-block;
    position: absolute;
    content: "";
    top: 7%;
    left: 10%;
    right: 10%;
    bottom: 7%;
    /* background: white; */
    opacity: 0;
    transition: all 0.8s ease-out;
}

figure.test:hover:after {
    opacity: 0.9;
}

figure.test:hover figcaption {
    transform: translateY(-50%);
    opacity: 1;
}

figcaption h2 {
    font-size: 20px;
    line-height: 22px;
    color: #333;
    font-weight: 500;
    letter-spacing: -1px;
    margin-bottom: 10px;
}

figcaption p {
    font-size: 14px;
    color: #333;
    line-height: 22px;
}

#rotate {
    perspective: 500px;
}

#rotate:after {
    transform: rotateX(90deg);
    transition: all 0.6s ease-in-out;
}

#rotate:hover:after {
    transform: rotateX(0deg);
}

#rotate figcaption {
    transition: all 0.6s ease-in-out;
    transform: translateY(-50%) rotateX(90deg);
}

#rotate:hover figcaption {
    transform: translateY(-50%) rotateX(0);
}


/* END hover______________ */

.school-life {
    padding: 75px 0;
    background: url(../img/schoollife.jpg) no-repeat center center;
    background-size: cover;
}

.boxes {
    position: relative;
    min-height: 500px;
}

.boxes p {
    margin-bottom: 0;
}

.boxes img {
    height: 80px;
    height: 80px;
}

.box-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* .blue-box {
    width: 160px;
    height: 160px;
    background: #9098f5;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 0px;
    top: 0;
    transition: all ease 1s;
} */
.blue-box {
    width: 160px;
    height: 160px;
    background: #9098f5;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 45px;
    top: 0;
    transition: all ease 1s;
}

.blue-box:hover {
    background: #363d85;
}

.golden-box {
    width: 160px;
    height: 160px;
    background: #ceb074;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 320px;
    top: 0;
    transition: all ease 1s;
}

.golden-box:hover {
    background: #806634;
}

/* .red-box {
    width: 160px;
    height: 160px;
    background: #ff4e00;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 160px;
    top: 160px;
    transition: all ease 1s;
} */

.red-box {
    width: 160px;
    height: 160px;
    background: #ff4e00;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 220px;
    top: 80px;
    transition: all ease 1s;
}

.red-box:hover {
    background: #973105;
}

/* .orange-box {
    width: 160px;
    height: 160px;
    background: #f87a00;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 320px;
    transition: all ease 1s;
} */
.orange-box {
    width: 160px;
    height: 160px;
    background: #f87a00;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 45px;
    top: 320px;
    transition: all ease 1s;
}

.orange-box:hover {
    background: #8a4a0b;
}

/* .green-box {
    width: 160px;
    height: 160px;
    background: #5eb222;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 320px;
    top: 320px;
    transition: all ease 1s;
} */

.green-box {
    width: 160px;
    height: 160px;
    background: #5eb222;
    text-align: center;
    padding: 15px;
    position: absolute;
    left: 220px;
    top: 255px;
    transition: all ease 1s;
}

.green-box:hover {
    background: #2e610a;
}

.flower-bg {
    background: url(../img/flower.png) no-repeat left bottom;
    background-size: 30%;
}

.news-main {
    background-color: #f4f7fb;
    padding: 70px 0;
}

.news img {
    width: 100%;
    /* box-shadow: 0 0px 5px rgba(0, 0, 0, .20)!important; */
    margin-bottom: 30px;
    transition: all .2s ease;
}

.news img:hover {
    box-shadow: 0 0px 35px rgba(0, 0, 0, .30)!important;
    transform: scale(1.1);
}

.news-text {
    width: 100%;
    float: left;
    transition: all .2s ease-in-out;
}

.news:hover .news-text {
    width: 100%;
    background: #fff;
    float: left;
    padding: 20px;
    transform: translate(0, -130px);
    position: relative;
}

.testimonials {
    padding: 70px 0;
}

.testimonials-img {
    width: 40%;
    float: left;
}

.testimonials-img img {
    width: 100%;
}

.testimonials-txt {
    width: 60%;
    float: left;
    margin-left: -100px;
    background: #fff;
    padding: 40px;
    margin-top: 10%;
    box-shadow: 0 0px 25px rgba(0, 0, 0, .20)!important;
}

.testimonials-txt h2 {
    font-size: 25px;
    margin-bottom: 0;
    font-weight: 600;
}

.testimonials-txt p {
    font-size: 18px;
    line-height: 35px;
    font-weight: 600;
}

.testimonials .carousel-control-next,
.testimonials .carousel-control-prev {
    bottom: inherit;
    width: auto;
    top: 10%;
}

.carousel-control-prev {
    right: 0;
    left: inherit;
}

.carousel-control-next {
    right: 100px;
    left: inherit;
}

footer {
    background-color: #273656;
    float: left;
    width: 100%;
    padding-bottom: 20px;
}

footer p {
    color: #cfd2d7;
    float: left;
    width: 100%;
    padding: 10px 0 0px;
    line-height: 25px;
}

footer p a {
    color: #cfd2d7;
}
footer h2{
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -1.3px;
    margin-bottom: 18px;
    margin-top: 16px;
}
footer p>i {
    color: #f9ec1e;
}


/* footer h5 a {



    color: #cfd2d7;



}







footer h5 a:hover {



    color: #fff;



} */

.quick-links ul {
    margin: 0;
    padding: 0 0 0 5px;
}

.quick-links li {
    background: url(../img/list-arrow.png) no-repeat 0 29%;
    list-style: none;
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0 0 10px 20px;
}

.quick-links li a {
    color: #cfd2d7;
    font-size: 15px;
}

.quick-links li a:hover {
    color: #fff;
    text-decoration: none;
}
footer i.far.fa-envelope {
    color: #f9ec1e;
}
footer h6 {
    font-size: 13px;
    color: #9ba9c7;
}
footer h6 a {
    font-size: 14px;
    color: #9ba9c7;
}


/* _____________________________PUSH MENU______________________ */

hr {
    border-bottom: 1px solid #435264;
    float: left;
    width: 100%;
}


/* h2 {



    font-size: 20px;



    margin-bottom: 35px;



} */

#ContentSideMenu1 {
    width: 33%;
    height: 100%;
    /* background: #f9ec1e; */
    display: none;
    float: right;
    position: fixed;
    margin-top: -0px;
    z-index: 99;
    right: 0;
    padding: 20px 40px;
    border-left: rgb(43 59 80) 1px solid;
    background: rgb(207, 158, 7);
    background: linear-gradient(319deg, rgba(207, 158, 7, 1) 0%, rgba(255, 240, 4, 1) 65%, rgba(249, 236, 30, 1) 100%);
}

#ContentSideMenu1 h2 {
    color: #333 !important;
}

#ContentSideMenu2 {
    width: 33%;
    height: 100%;
    background: #1f2b3b;
    display: none;
    float: right;
    position: fixed;
    margin-top: -0px;
    z-index: 999999;
    right: 0;
    padding: 20px 40px;
    border-left: rgb(43 59 80) 1px solid;
    background: rgb(207, 158, 7);
    background: linear-gradient(319deg, rgba(207, 158, 7, 1) 0%, rgba(255, 240, 4, 1) 65%, rgba(249, 236, 30, 1) 100%);
}

#ContentSideMenu3 {
    width: 33%;
    height: 100%;
    background: #1f2b3b;
    display: none;
    float: right;
    position: fixed;
    margin-top: -0px;
    z-index: 999999;
    right: 0;
    padding: 20px 40px;
    border-left: rgb(43 59 80) 1px solid;
    background: rgb(207, 158, 7);
    background: linear-gradient(319deg, rgba(207, 158, 7, 1) 0%, rgba(255, 240, 4, 1) 65%, rgba(249, 236, 30, 1) 100%);
}

#ContentSideMenu4 {
    width: 33%;
    height: 100%;
    background: #1f2b3b;
    display: none;
    float: right;
    position: fixed;
    margin-top: -0px;
    z-index: 999999;
    right: 0;
    padding: 20px 40px;
    border-left: rgb(43 59 80) 1px solid;
    background: rgb(207, 158, 7);
    background: linear-gradient(319deg, rgba(207, 158, 7, 1) 0%, rgba(255, 240, 4, 1) 65%, rgba(249, 236, 30, 1) 100%);
}
#ContentSideMenu4 h4 {
    font-size: 17px;
    color: #000;
    letter-spacing: 1px;
    line-height: 28px;
}

.list1 h4 {
    font-size: 18px;
    color: #000;
    letter-spacing: 1px;
}
.close-btn i {
    font-size: 48px;
    color: #f9ec1e;
    font-weight: 100;
}

.close {
    position: absolute;
    left: -40px;
    padding: 5px 8px 9px 20px;
    border-radius: 50px 0 0px 50px;
    top: 9px;
    opacity: 1;
    text-shadow: none;
    background: #f9ec1e;
    border-left: #f9ec1e 1px solid;
    border-right: 0;
}

.close i {
    color: #5e5e5e;
    font-size: 19px;
    font-weight: 500;
    margin: 0.4em 0;
    float: left;
    width: 100%;
}

.close-btn i:hover {
    color: white;
}

.list1 li {
    margin-bottom: 15px;
    width: 100%;
    margin-left: 0%;
    list-style: none;
}

.list1 li a {
    font-size: 20px;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    /* background: url(../img/list-arrow.png) no-repeat 0% 50%; */
    padding: 1px 0 0 0px;
}

.list1 li a:hover {
    color: #d8b67a;
}

.rgt-menu h2 {
    margin-bottom: 25px;
}


/* _____________________________end PUSH MENU______________________ */

.explore-lft {
    width: 4%;
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    z-index: 9999;
    display: inline-block;
    /* background-color: rgb(217 184 122); */
    transition: all ease .5s;
    padding-top: 18%;
    text-align: center;
    line-height: 22px;
    color: #e3d607;
    text-shadow: -1px 2px 1px #000;
    font-size: 20px;
}

.explore-txt {
    width: 200px;
    position: absolute;
    left: -145%;
    top: 33%;
    font-size: 19px;
    color: #fff;
    font-weight: 400;
    transform: rotate( -90deg);
    color: #104f8d;
}

.explore-lft:hover {
    background-color: #d5cf70;
    color: #fff;
}

.explore-rgt {
    width: 4%;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    z-index: 9999;
    display: inline-block;
    /* background-color: rgb(217 184 122); */
    transition: all ease .5s;
    padding-top: 19%;
    text-align: center;
    text-shadow: -1px 2px 1px #000;
    font-size: 20px;
    line-height: 22px;
    color: #f9ec1e;
}

.explore-rgt:hover {
    background-color: #d5cf70;
    color: #fff;
}


/* .explore-lft p a {

    width: 107vh;

    float: left;

    height: 50px;

    position: fixed;

    left: 0;

    top: 0;

    z-index: 999;

    transition: all ease .4s;

    font-size: 17px;

    font-family: 'Helvetica-thin';

    text-transform: uppercase;

    letter-spacing: 3px;

    transform: rotate( -90deg);

    top: 45%;

    left: -24.2%;

    display: block;

    color: rgb(3, 39, 87);

    font-weight: bolder;

    text-shadow: 1px 1px 1px #d8b67a;

    text-align: center;

    padding-top: 12px;

}



.explore-lft p a:hover {

    padding: 20px;

    height: 70px;

    background-color: rgb(217 184 122);

}



.explore-rgt p a {

    width: 107vh;

    float: left;

    height: 50px;

    position: fixed;

    right: 0;

    top: 0;

    z-index: 999;

    transition: all ease .4s;

    font-size: 17px;

    font-family: 'Helvetica-thin';

    text-transform: uppercase;

    letter-spacing: 3px;

    transform: rotate( 90deg);

    top: 45%;

    right: -24.2%;

    display: block;

    color: rgb(3, 39, 87);

    font-weight: bolder;

    text-shadow: 1px 1px 1px #d8b67a;

    text-align: center;

    padding-top: 12px;

}



.explore-rgt p a:hover {

    padding: 20px;

    height: 70px;

    background-color: rgb(217 184 122/0.5);

} */

#outerCircleText {
    color: #f9ec1e;
    position: absolute;
    top: -20px;
    left: 18px;
    text-align: center;
}

.hidden {
    display: none;
}

#outerCircleText div {
    position: relative;
    /* z-index: 9999; */
    width: 100%;
    display: block;
}

#outerCircleText div div {
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    z-index: -1;
}

.box h2 {
    position: relative;
    overflow: hidden;
    /* color: rgb(250, 244, 244);



    text-shadow: 0 8px 10px rgba(0, 0, 0); */
}

.box h2:before {
    /*background: linear-gradient(to left, white, #d9b67a);*/
    -webkit-background-clip: text;
    background-clip: text !important;
    -webkit-text-fill-color: transparent;
    content: attr(data-text);
    position: absolute;
    width: 0;
    transition: 1s ease-in;
    white-space: nowrap;
}

.box h2:hover:before {
    width: 30%;
}

.text1,
.text3 {
    color: black;
    -webkit-text-fill-color: #bc0000;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: black;
}

#dummy {
    position: relative;
    height: 100vh;
    width: 100%;
}

#back {
    position: relative;
    padding-top: 50%;
    text-align: center;
    font-size: 1.5em;
    cursor: pointer;
}

.text-fill-div {
    width: 100%;
    float: left;
    background: rgb(0, 0, 0/0.5);
}

.text-fill-div-2 {
    width: 100%;
    float: left;
    background: rgb(0, 0, 0/0.5);
}

.text-fill-div-3 {
    width: 100%;
    float: left;
    background: rgb(0, 0, 0/0.5);
}

.text-fill-div-4 {
    width: 100%;
    float: left;
    background: rgb(0, 0, 0/0.5);
}


/* Move the background and make it smaller. */


/* Animation shown when entering the page and after the hover animation. */

@keyframes rainbow-text-simple-animation-rev {
    0% {
        background-size: 650%;
    }
    40% {
        background-size: 650%;
    }
    100% {
        background-size: 100%;
    }
}


/* Move the background and make it larger. */


/* Animation shown when hovering over the text. */

@keyframes rainbow-text-simple-animation {
    0% {
        background-size: 100%;
    }
    80% {
        background-size: 650%;
    }
    100% {
        background-size: 650%;
    }
}

.text-fill-div {
    font-size: 111pt;
    padding-bottom: 0 !important;
    color: rgb(255, 0, 0);
    -webkit-text-stroke: 1.5px #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: unset;
    left: unset;
    line-height: unset;
    /* font-family: 'Libre Baskerville', 'Playfair Display', serif; */
    font-family: 'Dancing Script', cursive;
}

.text-fill-div-new {
    /* background-color: rgb(216 182 121); */
    /* transform: translate(100px, 0); */
    /* color: rgb(216 182 121);

    -webkit-text-fill-color: rgb(216 182 121);

    transition: all ease 0.9s;

    -webkit-text-stroke: 1.5px rgb(216 182 121);

    transition: 2s; */
    color: transparent;
    overflow: hidden;
    background: linear-gradient( 0deg, transparent, transparent 0%, #e7c376 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    /* transition: background-position 4000ms ease; */
    text-decoration: none;
    /* font-family: 'Libre Baskerville', 'Playfair Display', serif; */
    /* background-image: linear-gradient( 45deg, #ffff 16.666%, #f3eec0 16.666%, #f5e8bf 33.333%, #f8f8bc 33.333%, #f7e3b8 50%, #f5de77 50%, #eee093 66.666%, #f3e7c7 66.666%, #fad89a 83.333%, transparent 83.333%); */
    background-image: linear-gradient( 45deg, #ffff 16.666%, #ffff 16.666%, #ffff 33.333%, #ffff 33.333%, #ffff 50%, #ffff 50%, #ffff 66.666%, #ffff 66.666%, #ffff 83.333%, transparent 83.333%);
    animation: rainbow-text-simple-animation-rev 1.8s 0s ease forwards;
    font-family: 'Dancing Script', cursive;
}

.text-fill-div-2 {
    font-size: 111pt;
    padding-bottom: 0 !important;
    color: rgb(255, 0, 0);
    -webkit-text-stroke: 1.5px #f9ec1e;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: unset;
    left: unset;
    line-height: unset;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Dancing Script', cursive;
}

.text-fill-div-new-2 {
    /* background-color: rgb(216 182 121); */
    /* transform: translate(100px, 0); */
    /* color: rgb(216 182 121);

    -webkit-text-fill-color: rgb(216 182 121);

    transition: all ease 0.9s;

    -webkit-text-stroke: 1.5px rgb(216 182 121);

    transition: 2s; */
    color: transparent;
    overflow: hidden;
    background: linear-gradient( 0deg, transparent, transparent 0%, #f9ec1e 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    /* transition: background-position 4000ms ease; */
    text-decoration: none;
    /* font-family: 'Libre Baskerville', 'Playfair Display', serif; */
    font-family: 'Dancing Script', cursive;
    /* background-image: linear-gradient( 45deg, #ffff 16.666%, #f3eec0 16.666%, #f5e8bf 33.333%, #f8f8bc 33.333%, #f7e3b8 50%, #f5de77 50%, #eee093 66.666%, #f3e7c7 66.666%, #fad89a 83.333%, transparent 83.333%); */
    background-image: linear-gradient( 45deg, #f9ec1e 16.666%, #f9ec1e 16.666%, #f9ec1e 33.333%, #f9ec1e 33.333%, #f9ec1e 50%, #f9ec1e 50%, #f9ec1e 66.666%, #f9ec1e 66.666%, #f9ec1e 83.333%, transparent 83.333%);
    animation: rainbow-text-simple-animation-rev 1.8s 0s ease forwards;
}

.text-fill-div-3 {
    font-size: 111pt;
    padding-bottom: 0 !important;
    color: rgb(255, 0, 0);
    -webkit-text-stroke: 1.5px #ffffff;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: unset;
    left: unset;
    line-height: unset;
    /* font-family: 'Libre Baskerville', 'Playfair Display', serif; */
    font-family: 'Dancing Script', cursive;
}

.text-fill-div-new-3 {
    /* background-color: rgb(216 182 121); */
    /* transform: translate(100px, 0); */
    /* color: rgb(216 182 121);

    -webkit-text-fill-color: rgb(216 182 121);

    transition: all ease 0.9s;

    -webkit-text-stroke: 1.5px rgb(216 182 121);

    transition: 2s; */
    color: transparent;
    overflow: hidden;
    background: linear-gradient( 0deg, transparent, transparent 0%, #f9ec1e 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    /* transition: background-position 4000ms ease; */
    text-decoration: none;
    /* font-family: 'Libre Baskerville', 'Playfair Display', serif; */
    /* background-image: linear-gradient( 45deg, #ffff 16.666%, #f3eec0 16.666%, #f5e8bf 33.333%, #f8f8bc 33.333%, #f7e3b8 50%, #f5de77 50%, #eee093 66.666%, #f3e7c7 66.666%, #fad89a 83.333%, transparent 83.333%); */
    background-image: linear-gradient( 45deg, #ffff 16.666%, #ffff 16.666%, #ffff 33.333%, #ffff 33.333%, #ffff 50%, #ffff 50%, #ffff 66.666%, #ffff 66.666%, #ffff 83.333%, transparent 83.333%);
    animation: rainbow-text-simple-animation-rev 5.8s 3s ease forwards;
    font-family: 'Dancing Script', cursive;
}

.text-fill-div-4 {
    font-size: 111pt;
    padding-bottom: 0 !important;
    color: rgb(255, 0, 0);
    -webkit-text-stroke: 1.5px #f9ec1e;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-clip: text;
    position: relative;
    top: unset;
    left: unset;
    line-height: unset;
    /* font-family: 'Playfair Display', serif; */
    font-family: 'Dancing Script', cursive;
}

.text-fill-div-new-4 {
    /* background-color: rgb(216 182 121); */
    /* transform: translate(100px, 0); */
    /* color: rgb(216 182 121);

    -webkit-text-fill-color: rgb(216 182 121);

    transition: all ease 0.9s;

    -webkit-text-stroke: 1.5px rgb(216 182 121);

    transition: 2s; */
    color: transparent;
    overflow: hidden;
    background: linear-gradient( 0deg, transparent, transparent 0%, #f9ec1e 20%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: 200% 100%;
    background-position: 100%;
    /* transition: background-position 4000ms ease; */
    text-decoration: none;
    /* font-family: 'Playfair Display', serif; */
    /* background-image: linear-gradient( 45deg, #ffff 16.666%, #f3eec0 16.666%, #f5e8bf 33.333%, #f8f8bc 33.333%, #f7e3b8 50%, #f5de77 50%, #eee093 66.666%, #f3e7c7 66.666%, #fad89a 83.333%, transparent 83.333%); */
    background-image: linear-gradient( 45deg, #f9ec1e 16.666%, #f9ec1e 16.666%, #f9ec1e 33.333%, #f9ec1e 33.333%, #f9ec1e 50%, #f9ec1e 50%, #f9ec1e 66.666%, #f9ec1e 66.666%, #f9ec1e 83.333%, transparent 83.333%);
    animation: rainbow-text-simple-animation-rev 1.8s 0s ease forwards;
    font-family: 'Dancing Script', cursive;
}


/* .explore-lft:hover .banner-3 {

    margin-left: 50px !important;

} */


/* .banner-1 {

    margin-left: 50px

} */


/* .Mydiv {

    color: #fff;

    padding: 10px;

    margin-left: 50px !important

}



.ml-50 {

    margin-left: 50px;

}



.r-9 {

    right: 8px;

    transition: all ease 1s;

    

    margin-right: 50px;

}



.banner-3 {

    transition: all ease 1s;

} */

.page {
    transition: all ease 1s;
    width: 100%;
    float: left;
}

.ml-50 {
    width: 96%;
    margin-left: 4%;
}

.r-9 {
    width: 96% !important;
    float: left !important;
    margin-right: 4% !important;
    margin-left: 0% !important;
}
.w-90 {
    width: 90% !important;
    /* float: left !important; */
}
.w-96 {
    width: 96% !important;
    /* float: left !important; */
}

.pt-100 {
    padding-top: 100px !important;
}

.pt-75 {
    padding-top: 75px !important;
}

.pb-75 {
    padding-bottom: 75px !important;
}

.pr-50 {
    padding-right: 50px !important;
}

.pb-100 {
    padding-bottom: 100px !important;
}

.playfair {
    font-family: 'Playfair Display', serif;
}

.abt-head {
    /* font-family: 'Playfair Display', serif; */
    line-height: 40px;
    color: #05529d;
    font-size: 22px;
}

.mission-head {
    /* font-family: 'Playfair Display', serif; */
    line-height: 40px;
    color: #f9ec1e;
    font-size: 28px;
    font-weight: 600;
}

.mission-txt {
    line-height: 23px;
    color: #e5e5e5;
    font-size: 15px;
}

.value li {
    list-style: circle;
    color: #fff;
    margin-left: 25px;
}

.img-shadow {
    box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
    border-radius: 3px;
}

.shadow-n {
    box-shadow: none;
}


/* tab__________ */

.nav-tabs {
    border-bottom: 0;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 50px;
}

.nav-tabs .nav-link {
    font-size: 23px;
    letter-spacing: 1px;
    color: #1f2b3b;
    background: #eee;
    border-radius: 50px;
    padding: 8px 21px;
    margin-right: 10px;
    transition: ease all 1.5s;
    border: 0;
    line-height: 32px;
}

.nav-tabs .nav-link:hover {
    background-color: rgb(199, 180, 146);
    color: #fff;
    border: 0;
    border-radius: 50PX;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    background-color: #D8B679;
    color: #fff;
    border: 0;
    border-radius: 50PX;
    /* font-family: 'fontawesome';
        content: "f0dd"; */
}


/* explore,enroll */


/* -------------------------------- 

Primary style

-------------------------------- */

*,
*::after,
*::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
}

html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-size: 1.6rem;
    /* font-family: "Open Sans", sans-serif; */
    font-family: 'Poppins', sans-serif;
    color: #243040;
    background-color: #ffffff;
}

body,
html {
    /* prevent horizontal scrolling */
    overflow-x: hidden;
}

a {
    color: #0298c5;
    text-decoration: none;
}


/* -------------------------------- 
  
  Main Components 
  
  -------------------------------- */

main {
    position: relative;
    z-index: 2;
    /* fix bug on iOS */
    height: 100vh;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 200px 5%;
    background-color: #9cb3a8;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    -moz-transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
    transition-timing-function: cubic-bezier(0.91, 0.01, 0.6, 0.99);
}

main h1 {
    font-size: 2.6rem;
    margin-bottom: 1em;
}

main p {
    color: #d6dfdb;
    max-width: 450px;
    line-height: 1.6;
}

.navigation-is-open main {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

@media only screen and (min-width: 768px) {
    main {
        padding: 250px 10%;
    }
    main h1 {
        font-size: 3.6rem;
    }
    main p {
        font-size: 2rem;
    }
}

.cd-nav-trigger {
    position: fixed;
    z-index: 3;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
}

.cd-nav-trigger .cd-nav-icon {
    /* icon created in CSS */
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background-color: #ffffff;
}

.cd-nav-trigger .cd-nav-icon::before,
.cd-nav-trigger .cd-nav-icon:after {
    /* upper and lower lines of the menu icon */
    content: '';
    position: absolute;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s, top 0.3s;
    -moz-transition: -moz-transform 0.5s, width 0.5s, top 0.3s;
    transition: transform 0.5s, width 0.5s, top 0.3s;
}

.cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform-origin: right top;
    -moz-transform-origin: right top;
    -ms-transform-origin: right top;
    -o-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    -o-transform: translateY(-6px);
    transform: translateY(-6px);
}

.cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform-origin: right bottom;
    -moz-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    -o-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translateY(6px);
    -moz-transform: translateY(6px);
    -ms-transform: translateY(6px);
    -o-transform: translateY(6px);
    transform: translateY(6px);
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::after {
    top: 2px;
}

.no-touch .cd-nav-trigger:hover .cd-nav-icon::before {
    top: -2px;
}

.cd-nav-trigger svg {
    position: absolute;
    top: 0;
    left: 0;
}

.cd-nav-trigger circle {
    /* circle border animation */
    -webkit-transition: stroke-dashoffset 0.4s 0s;
    -moz-transition: stroke-dashoffset 0.4s 0s;
    transition: stroke-dashoffset 0.4s 0s;
}

.navigation-is-open .cd-nav-trigger {
    /* rotate trigger when navigation becomes visible */
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after,
.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    /* animate arrow --> from hamburger to arrow */
    width: 50%;
    -webkit-transition: -webkit-transform 0.5s, width 0.5s;
    -moz-transition: -moz-transform 0.5s, width 0.5s;
    transition: transform 0.5s, width 0.5s;
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.navigation-is-open .cd-nav-trigger .cd-nav-icon::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::after,
.no-touch .navigation-is-open .cd-nav-trigger:hover .cd-nav-icon::before {
    top: 0;
}

.navigation-is-open .cd-nav-trigger circle {
    stroke-dashoffset: 0;
    -webkit-transition: stroke-dashoffset 0.4s 0.3s;
    -moz-transition: stroke-dashoffset 0.4s 0.3s;
    transition: stroke-dashoffset 0.4s 0.3s;
}

@media only screen and (min-width: 1170px) {
    .cd-nav-trigger {
        top: 40px;
    }
}

.cd-nav {
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #484848;
    visibility: hidden;
    -webkit-transition: visibility 0s 0.7s;
    -moz-transition: visibility 0s 0.7s;
    transition: visibility 0s 0.7s;
}

.cd-nav .cd-navigation-wrapper {
    /* all navigation content */
    height: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    padding: 40px 5% 40px calc(5% + 40px);
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: -webkit-transform 0.7s;
    -moz-transition: -moz-transform 0.7s;
    transition: transform 0.7s;
    -webkit-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.86, 0.01, 0.77, 0.78);
}

.navigation-is-open .cd-nav {
    visibility: visible;
    -webkit-transition: visibility 0s 0s;
    -moz-transition: visibility 0s 0s;
    transition: visibility 0s 0s;
}

.navigation-is-open .cd-nav .cd-navigation-wrapper {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    -moz-transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
    transition-timing-function: cubic-bezier(0.82, 0.01, 0.77, 0.78);
}

.cd-nav h2 {
    position: relative;
    margin-bottom: 1.7em;
    font-size: 1.3rem;
    font-weight: 800;
    color: #080b0f;
    text-transform: uppercase;
}

.cd-nav h2::after {
    /* bottom separation line */
    content: '';
    position: absolute;
    left: 0;
    bottom: -20px;
    height: 0px;
    width: 60px;
    background-color: currentColor;
}

.cd-nav .cd-primary-nav {
    margin-top: 60px;
}

.cd-nav .cd-primary-nav li {
    margin: 1.6em 0;
}

.cd-nav .cd-primary-nav a {
    font-size: 2.4rem;
    color: #fff;
    display: inline-block;
}

.cd-nav .cd-primary-nav a.selected {
    color: #ffffff;
}

.no-touch .cd-nav .cd-primary-nav a:hover {
    color: #ffffff;
}

.cd-nav .cd-contact-info {
    margin-top: 80px;
}

.cd-nav .cd-contact-info li {
    margin-bottom: 1.5em;
    line-height: 1.2;
    color: rgba(255, 255, 255, 0.3);
}

.cd-nav .cd-contact-info a {
    color: #ffffff;
}

.cd-nav .cd-contact-info span {
    display: block;
}

.cd-nav .cd-contact-info li,
.cd-nav .cd-contact-info a,
.cd-nav .cd-contact-info span {
    font-size: 1.6rem;
}

@media only screen and (min-width: 1170px) {
    .cd-nav .cd-navigation-wrapper {
        padding: 62px 20%;
    }
    .cd-nav .cd-navigation-wrapper::after {
        clear: both;
        content: "";
        display: table;
    }
    .cd-nav .cd-half-block {
        width: 50%;
        float: left;
    }
    .cd-nav .cd-primary-nav {
        margin-top: 0;
    }
    .cd-nav h2 {
        font-size: 1.5rem;
        margin-bottom: 5.6em;
    }
    .cd-nav .cd-primary-nav li {
        margin: 1.7em 0;
        list-style: none;
        background: url(../img/list-arrow.png) no-repeat 0% 55%;
        padding-left: 20px;
    }
    .cd-nav .cd-primary-nav a {
        font-size: 3rem;
        transition: all ease 1s;
        width: 100%;
        color: #fff;
    }
    .cd-nav .cd-primary-nav a:hover {
        color: #fff;
    }
    .cd-nav .cd-contact-info {
        margin-top: 120px;
        text-align: right;
    }
    .cd-nav .cd-contact-info li {
        margin-bottom: 2.4em;
    }
    .cd-nav .cd-contact-info li,
    .cd-nav .cd-contact-info a,
    .cd-nav .cd-contact-info span {
        font-size: 2rem;
        margin-top: 8px;
        list-style: none;
        margin-bottom: 15px;
    }
}

.no-js main {
    height: auto;
    overflow: visible;
}

.no-js .cd-nav {
    position: static;
    visibility: visible;
}

.no-js .cd-nav .cd-navigation-wrapper {
    height: auto;
    overflow: visible;
    padding: 100px 5%;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.cd-nav-trigger__icon {
    position: fixed;
    left: 15px;
    display: inline-block;
    /* background-color: rgb(217 184 122); */
    transition: all ease .5s;
    text-align: center;
}


/* submenu */

.dropdown {
    position: relative;
    display: inline-block;
    width: 100%;
    z-index: unset;
}

.dropdown-content {
    display: none;
    position: absolute;
    min-width: 340px;
    /* box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2); */
    z-index: 1;
    left: 186px;
    top: -5px;
    background-color: #3a3a3a;
    border-radius: 6px;
}

.dropdown-content a {
    color: rgb(247, 244, 244) !important;
    padding: 6px 17px;
    text-decoration: none;
    display: block;
    font-size: 2.1rem !important;
    letter-spacing: 1px;
    font-weight: 400;
    color: #98bae9;
}

.dropdown-content a:hover {
    /* background-color: #ddd; */
    color: #f9ec1e !important;
    border-bottom: #f9ec1e 1px solid;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.team-main {
    background-color: #f4f7fb;
    padding: 70px 0;
}

.team img {
    width: 100%;
    /* box-shadow: 0 0px 5px rgba(0, 0, 0, .20)!important; */
    margin-bottom: 30px;
    transition: all .2s ease;
    border: 1px solid #fff;
    border-radius: 0 0px 0px 0;
}

.team img:hover {
    box-shadow: 0 0px 35px rgba(0, 0, 0, .30)!important;
    transform: scale(1.1);
}

.team-text {
    width: 100%;
    float: left;
    transition: all .2s ease-in-out;
    opacity: 0;
    position: relative;
    transform: translate(0, -20px);
}

.team-text h2 {
    font-size: 20px;
    line-height: 12px;
    color: #333;
    font-weight: 600;
    letter-spacing: 0px;
    margin-bottom: 18px;
}

.team:hover .team-text {
    width: 100%;
    background: #fff;
    float: left;
    padding: 20px;
    transform: translate(0, -140px);
    position: relative;
    opacity: 1;
    transition: all 0.5s ease;
}

.j-loading {
    height: 300px !important;
}

.juicer-feed h1.referral a {
    display: none;
}

.juicer-feed h1.referral {
    display: none !important;
}

.juicer-feed.slider .slick-track {
    height: 360px !important;
}

.juicer-feed.slider li.feed-item {
    display: block;
    background: #142338;
}

.school-bg {
    background-image: url(../img/school-bg.jpg);
    background-repeat: repeat;
    background-position: left top;
}

.blue-bg {
    background-color: #104f8d;
}

.golden-bg {
    background-color: rgb(216, 181, 121) !important;
}

.policy-main figure {
    height: 250px;
    position: relative;
    background-color: #f0f6fd;
    border-radius: 3px;
    box-shadow: 1px 1px 8px rgb(0 0 0 / 20%);
    margin-bottom: 20px;
}

.policy-main figure.test img {
    width: auto;
    height: auto;
}

.policy {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.policy-main h4 {
    font-size: 20px;
    font-weight: 200;
    color: #1f2b3b;
    letter-spacing: -0.5px;
    padding-top: 20px;
}

.policy-main h3 {
    font-size: 16px;
    color: #333;
    font-weight: 300;
    line-height: 24px;
}

.news-box {
    width: 450px;
    height: 59px;
    background-color: #fff;
    border: 1px solid #1f2b3b;
    border-radius: 50px;
    color: #999;
    padding: 10px 20px;
    float: left;
}

.subscribe-main {
    background-color: #e5e9d4;
    background: url(../img/subscibe-bg.jpg) no-repeat center bottom;
    background-size: cover;
    padding: 00px 0;
    background-attachment: fixed;
    background-position: center;
    box-shadow: 0px 0px 25px rgb(38 69 95/0.2);
}

.subscribe-btn {
    width: 200px;
    height: 59px;
    background-color: #1f2b3b;
    border: 0px solid #eee;
    border-radius: 50px;
    color: #fff;
    transition: ease all 1s;
    font-size: 17px;
    margin-left: -70px;
}

.subscribe-btn:hover {
    background-color: #435a8b;
    border-radius: 50px;
    color: #fff;
    border: 0px solid #eee;
}

.subscribe-btn:focus {
    outline: none !important;
}
.tution h2 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    line-height: 24px;
    margin-top: 25px;
    border: 1px solid #b9b9b9;
    padding: 22px 10px;
    border-radius: 5px;
    letter-spacing: 0.1px;
    background: #fff;
}
.tution h2 span{
    margin-left: 25px;
    color: rgb(46, 46, 23);
}
.tution h3 {
    font-size: 18px;
    color: #333;
    font-weight: 500;
    line-height: 24px;
    margin-top: 25px;    
}
.tution ul{
    margin: 25px 0 0 30px;
    padding: 0;
}
.tution li{
    list-style: decimal;
    list-style-type: disclosure-closed;
    margin: 0;
    padding: 0 0 10px 10px;
    font-size: 17px;
    color: #000;
    text-decoration: none;
    font-weight: 500;

}
.tution .table thead th {    
    font-size: 14px;
    font-weight: 400;
    vertical-align: middle;
}
.yellow{    
    background-color: #ddc204 !important;
}
.green{    
    background-color: #4db144 !important;
}
.tution .table td {
       font-size: 14px;
    font-weight: 400;
}

.more-btn {
    width: 150px;
    background-color: #1f2b3b;
    border: 0px solid #eee;
    border-radius: 50px;
    color: #fff;
    transition: ease all 1s;
    font-size: 17px;
    display: block;
    padding: 9px 0;
    margin: 0 auto;
    text-align: center;
}

.more-btn:hover {
    background-color: #435a8b;
    border-radius: 50px;
    color: #fff;
    border: 0px solid #eee;
}

.submit-btn {
    width: 250px;
    background-color: #1f2b3b;
    border: 0px solid #eee;
    border-radius: 50px;
    color: #fff;
    transition: ease all 1s;
    font-size: 18px;
    display: block;
    padding: 9px 0;
    text-align: center;
}

.submit-btn:hover {
    background-color: #435a8b;
    border-radius: 50px;
    color: #fff;
    border: 0px solid #eee;
}


/* careers accordian ________________ */

#main {
    margin: 50px 0;
    width: 100%;
}

#main #faq .card {
    margin-bottom: 30px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #d8b67a;
    color: #222;
    padding: 20px;
    font-size: 20px;
    font-weight: 600;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "-";
    font-size: 25px;
    font-weight: 400;
    float: right;
    line-height: 13px;
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #202b3b;
    color: #fff;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "+";
}

#main #faq .card .collapsing {
    background: #ebcc96;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #fff;
    line-height: 30px;
    color: #222;
}

.card-body {
    border: 1px solid #d8b67a;
}

.grey-bg {
    background-color: #eee;
}

table,
th,
td {
    border: 1px solid black;
    border-collapse: collapse;
}

th,
td {
    padding: 15px;
}


/* tab ___________ */

.nav-pills-custom .nav-link {
    color: #1f2b3b;
    background: #fff;
    position: relative;
    font-size: 14px;
    font-weight: 500;    
}

.nav-pills-custom .nav-link.active {
    color: #333;
    background: #f9ec1e;
    font-weight: 500;
}

@media (min-width: 992px) {
    .nav-pills-custom .nav-link::before {
        content: '';
        display: block;
        border-top: 8px solid transparent;
        border-left: 10px solid #f9ec1e;
        border-bottom: 8px solid transparent;
        position: absolute;
        top: 50%;
        right: -10px;
        transform: translateY(-50%);
        opacity: 0;
    }
}

.nav-pills-custom .nav-link.active::before {
    opacity: 1;
}

.tab-content p {
    font-size: 15px !important;
    font-style: normal !important;
    line-height: 25px;
    color: #333 !important;
}

.tab-content>.active {
    display: inline-block;
    border-top: 6px solid #f9ec1e;
    width: 100%;
}


/* Timeline _______________________ */

.main-timeline {
    position: relative
}

.main-timeline:before {
    content: "";
    display: block;
    width: 2px;
    height: 100%;
    background: #c6c6c6;
    margin: 0 auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.main-timeline .timeline {
    margin-bottom: 40px;
    position: relative
}

.main-timeline .timeline:after {
    content: "";
    display: block;
    clear: both
}

.main-timeline .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0
}

.main-timeline .icon:before,
.main-timeline .icon:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .icon:before {
    background: #fff;
    border: 2px solid #232323;
    left: -3px
}

.main-timeline .icon:after {
    border: 2px solid #c6c6c6;
    left: 3px
}

.main-timeline .timeline:hover .icon:before {
    left: 3px
}

.main-timeline .timeline:hover .icon:after {
    left: -3px
}

.main-timeline .date-content {
    width: 50%;
    float: left;
    margin-top: 22px;
    position: relative
}

.main-timeline .date-content:before {
    content: "";
    width: 36.5%;
    height: 2px;
    background: #c6c6c6;
    margin: auto 0;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0
}

.main-timeline .date-outer {
    width: 125px;
    height: 125px;
    font-size: 16px;
    text-align: center;
    margin: auto;
    z-index: 1
}

.main-timeline .date-outer:before,
.main-timeline .date-outer:after {
    content: "";
    width: 125px;
    height: 125px;
    margin: 0 auto;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transition: all 0.33s ease-out 0s
}

.main-timeline .date-outer:before {
    background: #fff;
    border: 2px solid #05529d;
    left: -6px
}

.main-timeline .date-outer:after {
    border: 2px solid #cfcfcf;
    left: 6px
}

.main-timeline .timeline:hover .date-outer:before {
    left: 6px
}

.main-timeline .timeline:hover .date-outer:after {
    left: -6px
}

.main-timeline .date {
    width: 100%;
    margin: auto;
    position: absolute;
    top: 27%;
    left: 0
}

.main-timeline .month {
    font-size: 18px;
    font-weight: 700
}

.main-timeline .year {
    display: block;
    font-size: 30px;
    font-weight: 700;
    color: #232323;
    line-height: 36px
}

.main-timeline .timeline-content {
    width: 46%;
    padding: 20px 10px;
    float: right;
    background: #f9ec1e;
    border-radius: 10px;
    margin: 0 2%;
    box-shadow: 1px 1px 20px rgba(0, 0, 0, 0.2);
    border: 0;
}

.main-timeline .title {
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    margin: 25px 0 15px 20px;
    float: left;
}

.main-timeline .description {
    margin-bottom: 0
}

.main-timeline .timeline:nth-child(2n) .date-content {
    float: right
}

.main-timeline .timeline:nth-child(2n) .date-content:before {
    left: 10px
}

.main-timeline .timeline:nth-child(2n) .timeline-content {
    padding: 20px 20px;
    text-align: right
}

@media only screen and (max-width: 991px) {
    .main-timeline .date-content {
        margin-top: 35px
    }
    .main-timeline .date-content:before {
        width: 22.5%
    }
    .main-timeline .timeline-content {
        padding: 10px 0 10px 30px
    }
    .main-timeline .title {
        font-size: 17px
    }
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        padding: 10px 30px 10px 0
    }
}

@media only screen and (max-width: 767px) {   
    .w-90{
        width: 100%;
    }
    .dropdown {
        z-index: 2;
    }
    .enrol {
        padding: 0px !important;
    }
    .dark-bg {
        border-radius: 7px;
        padding: 30px !important;
        margin-bottom: 30px;
    }
    .view-btn-big {
        width: 100%;
    }
    .text-muted img {
        width: 100%;
    }
    .school-bg {
        padding: 40px;
    }
    h2 {
        margin-top: 20px;
    }
    .news-box {
        width: 230px;
        margin-bottom: 20px;
    }
    .subscribe-btn {
        width: 180px;
        font-size: 20px;
    }
    h1 {
        font-size: 34px;
        margin-bottom: 20px;
    }
    img.img-fluid.w-80 {
        margin-bottom: 25px;
    }
    .banner-3 {
        background: url(../img/banner-01-m.jpg) no-repeat center center !important;
        background-size: cover !important;
    }
    #logo {
        width: 110px;
    }
    p.wow.fadeInDown.animated {
        width: 95%;
    }
    #ContentSideMenu1 {
        width: 90%;
    }
    #ContentSideMenu2 {
        width: 90%;
    }
    #ContentSideMenu3 {
        width: 90%;
    }
    #ContentSideMenu4 {
        width: 90%;
    }
    .main-timeline:before {
        margin: 0;
        left: 7px
    }
    .main-timeline .timeline {
        margin-bottom: 20px
    }
    .main-timeline .timeline:last-child {
        margin-bottom: 0
    }
    .main-timeline .icon {
        margin: auto 0
    }
    .main-timeline .date-content {
        width: 95%;
        float: right;
        margin-top: 0
    }
    .main-timeline .date-content:before {
        display: none
    }
    .main-timeline .date-outer {
        width: 110px;
        height: 110px
    }
    .main-timeline .date-outer:before,
    .main-timeline .date-outer:after {
        width: 110px;
        height: 110px
    }
    .main-timeline .date {
        top: 30%
    }
    .main-timeline .year {
        font-size: 24px
    }
    .main-timeline .timeline-content,
    .main-timeline .timeline:nth-child(2n) .timeline-content {
        width: 95%;
        text-align: center;
        padding: 10px 0;
        margin-left: 30px !important;
        margin-top: 30px;
        float: left;
    }
    .main-timeline .title {
        margin-bottom: 10px
    }
    .col-12.p-30.text-center {
        margin: 0;
        padding: 0;
    }
}

.rtl {
    direction: rtl;
}

.ipad-bundle:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, .30);
    transition: 0.4s;
    background-color: #e6e6e6;
}

.ipad-bundle {
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 40px;
    position: relative;
    padding: 60px 30px;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 1px 1px 20px rgb(0 0 0 / 30%);
    transition: all ease 1s;
    margin-bottom: 25px;
}

.ipad-bundle::before {
    transform: scaleY(0);
    transform-origin: bottom right;
}

.ipad-bundle:hover::before {
    transform: scaleY(1);
    transform-origin: bottom left;
}

.ipad-bundle::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    inset: 0 0 0 0;
    background-color: #b8a581;
    z-index: -1;
    transition: transform .8s ease;
    border-radius: 10px;
}

.ipad-bundle:hover {
    box-shadow: 0 3px 13px rgba(0, 0, 0, .30);
    transition: 0.4s;
}

.ipad-bundle h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

.ipad-bundle h3 {
    font-size: 25px;
    color: #000;
    margin-bottom: 20px;
}

th {
    background: #5a6470;
    color: #fff;
}

tr:nth-child(even) {
    background-color: #e7edf5;
}


/* timing calander timeline ____________________________ */

:root {
    --white: #ffffff;
    --black: #000000;
    --blue: #243040;
    --gray: #ebebeb;
    --box-shadow1: 0px 0px 18px 2px rgba(10, 55, 90, 0.15);
}

.timeline {
    padding: 50px 0;
    position: relative;
}

.timeline-nodes {
    padding-bottom: 25px;
    position: relative;
}

.timeline-nodes:nth-child(even) {
    flex-direction: row-reverse;
}

.timeline h3,
.timeline p {
    padding: 5px 15px;
}

.timeline h3 {
    font-weight: 500;
    background: var(--blue);
    font-size: 18px;
    margin-bottom: 0;
    padding: 10px 15px;
    border-radius: 8px 8px 0 0;
}

.timeline p,
.timeline time {
    color: var(--blue)
}

.timeline::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    border-left: 2px dashed var(--blue);
    height: 100%;
    z-index: 1;
    transform: translateX(-50%);
}

.timeline-content {
    border: 1px solid var(--blue);
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 3px 25px 0px rgba(10, 55, 90, 0.2)
}

.timeline-content img {
    border-radius: 0 0 8px 8px;
    max-width: 100%; 
   /*  width: 85px;*/
}

.timeline-nodes:nth-child(odd) h3,
.timeline-nodes:nth-child(odd) p {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-date {
    text-align: left;
}

.timeline-nodes:nth-child(even) .timeline-date {
    text-align: right;
}

.timeline-nodes:nth-child(odd) .timeline-content::after {
    content: "";
    position: absolute;
    top: 6%;
    left: 100%;
    width: 0;
    border-left: 12px solid var(--blue);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.timeline-nodes:nth-child(even) .timeline-content::after {
    content: "";
    position: absolute;
    top: 6%;
    right: 100%;
    width: 0;
    border-right: 12px solid var(--blue);
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}

.timeline-image {
    position: relative;
    z-index: 100;
}

.timeline-image::before {
    content: "";
    width: 80px;
    height: 80px;
    border: 2px dashed var(--blue);
    border-radius: 50%;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #1f2b3b;
    z-index: -1;
}

.timeline-image h2 {
    position: relative;
    z-index: 12;
    color: #97a1af;
    text-align: center;
    line-height: 0;
}

.timeline-image img {
    position: relative;
    z-index: 100;
}

time {
    padding: 10px 25px;
    background: #d8b67a;
    border-radius: 550px;
    margin-top: 27px !important;
    font-size: 18px;
    color: #000 !important;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    line-height: 20px;
}


/*small device style*/

@media (max-width: 767px) {
    .tution h2{
        width: 100%;
        text-align: center;    
        float: left; 
        margin-bottom: 0; 
    }
    .tution h2 span{
        margin-left:0;
        margin-top: 5px;
        float: left;
        width: 100%;
    }
    .w-45 {
        width: 100% !important;
    }
    .timeline-nodes:nth-child(odd) h3,
    .timeline-nodes:nth-child(odd) p {
        text-align: left
    }
    .timeline-nodes:nth-child(even) {
        flex-direction: row;
    }
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 4%;
        width: 0;
        border-left: 2px dashed var(--blue);
        height: 100%;
        z-index: 1;
        transform: translateX(-50%);
    }
    .timeline h3 {
        font-size: 1.7rem;
    }
    .timeline p {
        font-size: 14px;
    }
    .timeline-image {
        position: absolute;
        left: 0%;
        top: 60px;
        /*transform: translateX(-50%;);*/
    }
    .timeline-nodes:nth-child(odd) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        left: auto;
        right: 100%;
        width: 0;
        border-left: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-content::after {
        content: "";
        position: absolute;
        top: 5%;
        right: 100%;
        width: 0;
        border-right: 10px solid var(--blue);
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
    .timeline-nodes:nth-child(even) .timeline-date {
        text-align: left;
    }
    .timeline-image::before {
        width: 65px;
        height: 65px;
    }
}


/*extra small device style */

@media (max-width: 575px) {
    .timeline::before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 3%;
    }
    .timeline-image {
        position: absolute;
        left: -5%;
    }
    .timeline-image::before {
        width: 60px;
        height: 60px;
    }
}

.facebook-text {
    color: #3b5998;
    font-family: HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    font-size: 25px;
    font-weight: 800;
    text-align: center;
}

.facebook-text {
    color: #262626;
    font-family: -apple-system, BlinkMacSystemFont, HelveticaNeueW01-55Roma, HelveticaNeueW02-55Roma, HelveticaNeueW10-55Roma, sans-serif;
    font-size: 14px;
    font-weight: 800;
    text-align: center;
}


/* END timing calander timeline ____________________________ */

iframe ._2p3a {
    width: 100% !important;
}

._2p3a {
    width: 100% !important;
}

.form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 20px 10px 0;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #aeb1be;
    background-color: #1f2b3b;
    background-image: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border-bottom: 1px solid #666666;
    margin-bottom: 35px;
}

.form-wrap p {
    color: #1f2b3b;
}

.dark-bg {
    background-color: #1f2b3b;
}

.enrol {
    width: 100%;
    background: rgb(255 255 255/0.6);
    padding: 50px;
}

.enrol .form-input {
    display: block;
    width: 100%;
    min-height: 48px;
    padding: 10px 20px 10px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #aeb1be;
    background-color: #ffffff;
    background-image: none;
    -webkit-appearance: none;
    transition: .3s ease-in-out;
    border: 0;
    border: 1px solid #e9e7e7;
    margin-bottom: 25px;
    border-radius: 50px;
    padding: 10px 20px;
    box-shadow: 1px 1px 15px rgb(0 0 0 / 10%);
}

.w-30 {
    width: 28% !important;
    margin-left: 2%;
}

.w-40 {
    width: 38% !important;
    margin-left: 2%;
}

.sm-nav-btn {
    display: none;
}

.size-35 {
    font-size: 35px;
    font-weight: 700;
}

.video-wrapper {
    width: 100%;
    height: 90vh;
    overflow: hidden;
}

.video-wrapper video {
    object-fit: cover;
    width: 100%;
    height: 90%;
}

.white-div {
    background-color: rgb(255, 255, 255);
    border-radius: 5px;
    box-shadow: 1px 1px 20px #eee;
    padding: 30px;
    width: 90%;
    margin: 0 auto;
}

form.rd-form.rd-mailform.wow.fadeInUp.animated {
    padding: 20px;
}

.pb-50 {
    padding-bottom: 50px !important;
}


/* _______________________ why choose _______________________ */

.why-choose span.icon {
    width: 100px;
    height: 100px;
    display: inline-block;
    background: #666a6e;
    color: #f9ec1e;
    font-size: 50px;
}

.section-head {
    margin-bottom: 60px;
}

.section-head h4 {
    position: relative;
    padding: 0;
    color: #000;
    line-height: 1;
    letter-spacing: 0.3px;
    font-size: 34px;
    font-weight: 700;
    text-align: center;
    text-transform: none;
    margin-bottom: 30px;
}

.section-head h4:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f9ec1e;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.section-head h4 span {
    font-weight: 700;
    padding-bottom: 5px;
    color: #2f2f2f
}

p.service_text {
    color: #cccccc !important;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.section-head p,
p.awesome_line {
    color: #818181;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}

.extra-text {
    font-size: 34px;
    font-weight: 700;
    color: #2f2f2f;
    margin-bottom: 25px;
    position: relative;
    text-transform: none;
}

.extra-text::before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f91942;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.extra-text span {
    font-weight: 700;
    color: #f91942;
}

.item {
    background: #fff;
    text-align: center;
    padding: 25px 25px;
    -webkit-box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    margin-bottom: 30px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
    min-height: 440px;
}

.item:hover {
    background: #f9ec1e;
    box-shadow: 0 8px 20px 0px rgba(0, 0, 0, 0.2);
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover .item,
.item:hover span.icon {
    background: #beb207;
    color: #000;
    border-radius: 10px;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item:hover h6,
.item:hover p {
    color: #000;
    -webkit-transition: all .5s ease 0;
    transition: all .5s ease 0;
    transition: all 0.5s ease 0s;
}

.item .icon {
    font-size: 40px;
    margin-bottom: 25px;
    color: #f91942;
    width: 90px;
    height: 90px;
    line-height: 96px;
    border-radius: 50px;
}

.item .feature_box_col_one {
    background: rgba(247, 198, 5, 0.20);
    color: #f91942
}

.item .feature_box_col_two {
    background: rgba(255, 77, 28, 0.15);
    color: #f91942
}

.item .feature_box_col_three {
    background: rgba(0, 147, 38, 0.15);
    color: #f91942
}

.item .feature_box_col_four {
    background: rgba(0, 108, 255, 0.15);
    color: #f91942
}

.item .feature_box_col_five {
    background: rgba(146, 39, 255, 0.15);
    color: #f91942
}

.item .feature_box_col_six {
    background: rgba(23, 39, 246, 0.15);
    color: #f91942
}

.item p {
    font-size: 14px;
    line-height: 24px;
    font-weight: 300;
    color: #000;
}

.item h6 {
    margin-bottom: 20px;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 500;
    line-height: 22px;
}

.mission p {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 28px;
    font-weight: 500;
}

.mission i {
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f91942;
    border-radius: 50%;
    color: #fff;
    font-size: 25px;
}

.mission .small-text {
    margin-left: 10px;
    font-size: 13px;
    color: #666;
}

.skills {
    padding-top: 0px;
}

.skills .prog-item {
    margin-bottom: 25px;
}

.skills .prog-item:last-child {
    margin-bottom: 0;
}

.skills .prog-item p {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 10px;
}

.skills .prog-item .skills-progress {
    width: 100%;
    height: 10px;
    background: #e0e0e0;
    border-radius: 20px;
    position: relative;
}

.skills .prog-item .skills-progress span {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    background: #f91942;
    width: 10%;
    border-radius: 10px;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.skills .prog-item .skills-progress span:after {
    content: attr(data-value);
    position: absolute;
    top: -5px;
    right: 0;
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    background: rgba(0, 0, 0, 0.9);
    padding: 3px 7px;
    border-radius: 30px;
}


/* _______________________ END why choose _______________________ */


/* key facts______________*/

.counts {
    padding: 70px 0 60px;
    background: #fdfdfd !important;
}

.counts .count-box {
    padding: 70px 30px 40px 30px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgb(254 254 255);
    min-height: 220px;
    border-radius: 8px;
    border: 1px solid #f9f9f9;
    box-shadow: 2px 19px 24px -16px #c3c3c3;
    margin-bottom: 25px;
}
.offset-lg-2.col-lg-4.col-md-6 {
    margin-bottom: 25px;
}

.counts .count-box i {
    position: absolute;
    top: -36px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 36px;
    background: #fdfdfb;
    color: #000000;
    font-weight: 100;
    width: 75px;
    height: 75px;
    line-height: 0;
    border-radius: 50px;
    border: 0px solid #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    box-sizing: content-box;
    box-shadow: 1px 10px 29px -16px #bac1c9;
}

.counts .count-box span {
    font-size: 50px;
    display: inline-block;
    font-weight: 700;
    color: #104f8d;
    margin-top: 13px;
}

.counts .count-box p {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

span.academy-ic {
    width: 85%;
    margin-top: -74px !important;
    text-align: right;
}

.cur-txt {
    font-size: 31px !important;
    font-weight: 800 !important;
    line-height: 31px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.count-box h1 {
    margin-top: 20px;
}

.counts .count-box-acdmy {
    padding: 40px 10px 22px 10px;
    width: 100%;
    position: relative;
    text-align: center;
    background: rgb(249 236 30);
    min-height: 165px;
    border-radius: 10px;
    box-shadow: 0px 1px 24px -16px #b3b3b3;
}

.counts .count-box-acdmy h2 {
    font-size: 45px;
    font-weight: 700;
}

.key-facts {
    background-color: #f4f7fb !important;
}

.key-facts h1:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f9ec1e;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.academic h1:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f9ec1e;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.affiliations {
    background: url(../img/affliation-bg.jpg) no-repeat left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    margin: 0 auto;
    padding: 70px 0;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
}

.affiliations img {
    border-radius: 5px;
}

.affiliations h1 {
    color: #fff;
}

.affiliations h1:before {
    content: '';
    width: 60px;
    height: 3px;
    background: #f9ec1e;
    position: absolute;
    left: 0px;
    bottom: -10px;
    right: 0;
    margin: 0 auto;
}

.key-facts h2 {
    font-size: 38px;
    color: #104f8d;
    font-weight: 700;
    letter-spacing: -0.3px;
    line-height: 37px;
}
iframe.gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
    right: 150px !important;
}

/* END key facts______________*/

.our-team .nav-tabs{
    width: 100%;
}
.wp-button{
	margin-top:14px;
}
.watsap{
	position:fixed;
	width:60px;
	height:60px;
	bottom:30px;
	right:35px;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:37px;
	box-shadow: 2px 2px 3px rgb(82, 82, 82);
  z-index:100;
}
.lang-div{
    position: fixed;
    right: 57px;
    top: 19px;
    padding: 1px 9px 2px;
    border-radius: 20px;
    z-index: 99;
    color: #000000;
    font-size: 15px;
    font-weight: 500;
    background: #f9ec1e;
}
.lang-div a{    
    color: #000000;
    font-size: 15px;
    font-weight: 500;
}
.lang-div:hover{
    background: #398fdf;
}
/* ======================== Media Query ======================= */

@media only screen and (min-width: 1367px) {
    .w-90 {
        width: 80% !important;    
    }
    .explore-lft {
        padding-top: 26%;
    }
    .explore-rgt {
        padding-top: 26%;
    }
    .gmnoprint.gm-bundled-control.gm-bundled-control-on-bottom {
        right: 150px !important;
    }
}

@media only screen and (max-width: 1024px) {
    .explore-lft {
        padding-top: 50%;
    }
    .explore-rgt {
        padding-top: 50%;
    }
    .learning p {
        height: 270px;
        overflow: hidden;
    }
    .dropdown-content a {
        font-size: 2.2rem !important;
        font-weight: 400;
    }
    .text-fill-div {
        font-size: 90pt;
    }
    .text-fill-div-2 {
        font-size: 90pt;
    }
    .text-fill-div-3 {
        font-size: 90pt;
    }
    .text-fill-div-4 {
        font-size: 90pt;
    }
    .w-80 {
        width: 100% !important;
    }
    .banner-3 {
        background: url(../img/banner-01-sm.jpg) no-repeat center center;
        background-size: cover;
    }
}

@media only screen and (max-width: 768px) {
    .learning p {
        height: auto;
    }
    .rt-container {
        margin-top: 30px;
    }
    .boxes {
        width: 71%;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 600px) {
    #back {
        cursor: none;
        font-size: 0.8em;
    }
    #text {
        top: 70px;
        font-size: 2.25em;
    }
}

@media screen and (max-width: 580px) {
    #navbar {
        padding: 20px 10px !important;
    }
    #navbar a {
        float: none;
        display: block;
        text-align: left;
    }
    #navbar-right {
        float: none;
    }
}

@media screen and (max-width:767px) {
    h3 a.black-text {
        font-size: 15px;
        color: #05529d !important;
    }
    .sub-ban-text h1 {
        font-size: 50px;
        color: #f9ec1e;
        text-shadow: 0 0 2px #000000, 0 0 2px #000000;       
        letter-spacing: -1.5px;
    }
    .lang-div {      
        right: 72px;
        top: 22px;
    }
    .dropdown-content {
        position: relative;
        left: -15px;
        background: #36475e;
        min-width: 70% !important;
        border-radius: 7px;
        top: -40px;
        z-index: -1;
        padding-top: 50px;
    }
    .dropdown-content a:first-child {
        border-top: 1px solid #c2c2c2;
    }
    .dropdown-content a {
        width: 100%;
        font-size: 20px !important;
        color: #98bae9 !important;
    }
    .header-top ul {
        margin-top: 30px;
        background: #1f2b3b;
        padding: 10px;
        width: 93%;
        right: 2.6%;
    }
    .header-top li {
        width: 100%;
        text-align: right;
        margin-bottom: 15px;
    }
    .header-top i {
        float: right;
        margin-left: 20px;
        margin-right: 0;
    }
    .text-right-top {
        display: none;
    }
    .sm-nav-btn {
        display: block;
        position: fixed;
        right: 9px;
        top: 15px;
        z-index: 99999;
        display: inline-block;
        padding: 9px 7px 4px 7px;
        border-radius: 5px;
        background-color: #1f2b3b;
        border: 1px solid #79818d;
    }
    .sm-nav-btn span {
        display: block;
        width: 33px;
        height: 3px;
        margin-bottom: 5px;
        position: relative;
        background: #ffffff;
        border-radius: 3px;
        z-index: 1;
        transform-origin: 4px 0px;
        transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0);
        /* background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1.0), 
        opacity 0.55s ease;*/
    }
    .sm-nav-btn span:first-child {
        transform-origin: 0% 0%;
    }
    .sm-nav-btn span:nth-last-child(2) {
        transform-origin: 0% 100%;
    }
    /* 
 * Transform all the slices of hamburger
 * into a crossmark.
 */
    .sm-nav-btn input:checked~span {
        opacity: 1;
        transform: rotate(45deg) translate(-2px, -1px);
        background: #232323;
    }
    /*
 * But let's hide the middle one.
 */
    .sm-nav-btn input:checked~span:nth-last-child(3) {
        opacity: 0;
        transform: rotate(0deg) scale(0.2, 0.2);
    }
    /*
 * Ohyeah and the last one should go the other direction
 */
    .sm-nav-btn input:checked~span:nth-last-child(2) {
        transform: rotate(-45deg) translate(0, -1px);
    }
    .boxes {
        width: 85%;
        margin: 0 auto;
    }
    .blue-box {
        position: relative;
        left: unset;
        float: left;
        top: unset;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .golden-box {
        position: relative;
        left: unset;
        float: left;
        top: unset;
        width: 48%;
        margin-bottom: 1%;
    }
    .red-box {
        position: relative;
        left: unset;
        float: left;
        top: unset;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .orange-box {
        position: relative;
        left: unset;
        float: left;
        top: unset;
        width: 48%;
        margin-right: 1%;
        margin-bottom: 1%;
    }
    .green-box {
        position: relative;
        left: unset;
        float: left;
        top: unset;
        width: 48%;
    }
    .text-fill-div {
        font-size: 45pt;
    }
    .text-fill-div-2 {
        font-size: 45pt;
    }
    .text-fill-div-3 {
        font-size: 45pt;
    }
    .text-fill-div-4 {
        font-size: 45pt;
    }
    .about p.white-text {
        margin-bottom: 40px;
    }
    figure.test {
        width: 100%;
        max-height: 300px;
    }
    figure.test img {
        width: 75%;
    }
    .news {
        margin-bottom: 30px;
    }
    .testimonials-img {
        width: 60%;
        margin: 0 auto;
        float: unset;
        margin-top: 10px;
    }
    .testimonials-txt {
        width: 90%;
        float: left;
        margin-left: 5%;
        background: #fff;
        padding: 7%;
    }
    .testimonials .carousel-control-next,
    .testimonials .carousel-control-prev {
        top: -25px;
    }
    footer {
        text-align: center;
    }
    .quick-links li {
        background: url(../img/list-arrow.png) no-repeat 0% 32%;
        width: 39%;
        text-align: left;
        margin: 0 auto;
    }
    .explore-lft {
        width: 10%;
        padding-top: 66%;
    }
    .explore-rgt {
        width: 10%;
        padding-top: 70%;
    }
    /* .explore-lft {
        width: auto;
        margin-top: 20%;
        padding-top: 0;
        padding: 4px 6px;
        height: auto;
        left: 10px;
        letter-spacing: 0px !important;
        background: #eee;
    }
    .explore-lft br{
        display: none;
    } 
    .explore-rgt {
        width: auto;
        margin-top: 20%;
        padding-top: 0;
        padding: 4px 6px;
        height: auto;
        right: 10px;
        letter-spacing: 0px !important;
        background: #eee;
    }
    .explore-rgt br{
        display: none;
    }*/
    .carousel-control-next {
        right: 68%;
    }
    .carousel-control-prev {
        right: 20%;
    }
    .testimonials h1 {
        margin-bottom: 20px;
    }
}


/* ______________________SCROLL TEXT__________________ */