@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri.woff2') format('woff2'),
        url('../fonts/Calibri.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-BoldItalic.woff2') format('woff2'),
        url('../fonts/Calibri-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Italic.woff2') format('woff2'),
        url('../fonts/Calibri-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Calibri';
    src: url('../fonts/Calibri-Bold.woff2') format('woff2'),
        url('../fonts/Calibri-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/* ***** Common Css **** */
:root {
    scroll-behavior: initial;
}

* {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
}
a:hover,
a:focus,
a:active {
    text-decoration: none;
}
ol,
ul {
    margin: 0;
    padding: 0;
}
img {
    display: block;
}
figure{margin: 0;}
a,button {
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    text-decoration: none;
}

body {
    font-family: 'Calibri';    
    font-size: 14px;
    font-weight: 400;
    color: #000;
    text-decoration: none;    
}
.main-wrpper {
    height:auto;
    width: 100%;
}
.container{
    max-width: 1230px;
}
h1,h2{
    font-family: "Jost", sans-serif;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
    position: relative;
    background:#fff;
    padding: 10px 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
    margin-left: 0;
}
.navbar-brand {
    float: none;
    height: auto;
    padding: 0;
}
.navbar-brand img {
    max-width: 100%;
    height: 65px;
}
.navbar {
    background: transparent;
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    z-index: 120;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
}
/* **** End Header **** */
    
/* **** Hero Banner **** */
.hero-banner{
    padding: 70px 0;
    position: relative;
    background: url('../images/hero-banner.jpg') 0 0 no-repeat;
    background-size: cover;
}
.hero-banner:after{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: #002B64;
    opacity: 0.90;
    top: 0;
    left: 0;
}
.hero-banner .container{
    position: relative;
    z-index: 1;
}
.hero-banner .row{
    align-items: center;
}
.banner-data h2{
    margin: 0 0 10px;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}
.banner-data h1{
    margin: 0;
    font-weight: 700;
    font-size: 64px;
    line-height: 100%;
    letter-spacing: -0.03em;
    color: #00A3E0;
}
.banner-formbox{
    max-width: 440px;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 24px;
    border: 1px solid #fff;
    border-radius: 20px;
}
.banner-formbox h2{
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    line-height: 40px;
    margin: 0 0 5px;
}
.banner-formbox p{
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #00A3E0;
    max-width: 80%;
}
.banner-formbox .form-group{
    margin: 0 0 20px;
}
.banner-formbox .form-group label{
    margin: 0 0 5px;
    display: block;
    font-size: 16px;
    font-weight: normal;
    color: #fff;
    line-height: 24px;
}
.banner-formbox .form-group .form-control{
    padding: 10px 15px;
    background:rgba(0, 163, 224, 0.10);
    border: none;
    height: auto;
    box-shadow: none;
    font-weight: 400;
    font-size: 14px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    border-radius: 20px;
    resize: none;
}
.banner-formbox .form-group .form-control::placeholder{
    color: rgba(255, 255, 255, 0.50);
}
.banner-formbox .btn-main{
    display: block;
    border: none;
    background: #fff;
    width: 100%;
    text-align: center;
    padding: 5px 15px;
    font-size: 20px;
    font-weight: 500;
    color: #002B64;
    border-radius: 50px;
    max-width: 100%;
    font-family: "Jost", sans-serif;
}
.banner-formbox .btn-main:hover{
    background: #00A3E0;
    color: #fff;
}

.tagline-wrp{
    padding: 100px 0;
}
.tagline-wrp h2{
    text-align: center;
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #002B64;
    margin: 0 auto 30px;
}
.tagline-wrp h2 span{
    color: #00A3E0;
}
.tagline-wrp h3{
    font-weight: 600;
    font-size: 64px;
    line-height: 120%;
    font-family: "Jost", sans-serif;
    text-align: center;
    letter-spacing: -0.03em;
    color: #00A3E0;
    margin: 0;
}

.gems-international-wrp{
    padding: 50px 0;
    background: rgba(0, 163, 224, 0.10);
}
.gems-international-wrp h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #002B64;
    text-align: center;
    margin: 0 auto 30px;
}
.gems-img img{
    width: 100%;
    border-radius: 20px;
}
.gems-data-box p{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
    margin: 0 0 20px;
}
.gems-data-box h3{
    padding: 20px 25px;
    background: #fff;
    border-radius: 10px;
    margin: 0 0 30px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #002B64;
}
.gems-data-box ul{
    margin: 10px 0 15px;
    display: flex;
    flex-wrap: wrap;
}
.gems-data-box ul li{
    padding: 10px 20px;
    border-radius: 30px;
    background: rgba(11, 167, 234, 0.1);
    margin: 0 15px 15px 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #00A3E0;
}
.gems-data-box .gems-img{
    display:none;
}
.gems-data-box .gems-img img{
    width: 100%;
    border-radius: 20px;
}
.btn-main{
    display: table;
    padding: 5px 20px;
    max-width: 320px;
    width: 100%;
    border-radius: 30px;
    background: #002B64;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: "Jost", sans-serif;
    text-align: center;
}
.btn-main:hover{
    background: #333;
    color: #fff;
}

.mobile-show{display: none;}
.mobile-slider .slick-slide {
    margin: 0 15px;
}
.mobile-slider .slick-list {
    margin: 0 -15px;
}
.mobile-slider .activity-box{
    margin: 0;
}
.testimonail-wrp .slick-dots,
.mobile-slider .slick-dots{
    display: flex;
    align-items: center;    
    justify-content: center;
    margin: 15px auto 0;
}
.testimonail-wrp .slick-dots li,
.mobile-slider .slick-dots li{
    line-height: 0;
    margin-right: 6px;
}
.testimonail-wrp .slick-dots li:last-child,
.mobile-slider .slick-dots li:last-child{
    margin: 0;
}
.testimonail-wrp .slick-dots li button,
.mobile-slider .slick-dots li button{
    width: 6px;
    height: 6px;
    border: none;
    font-size: 0;
/*    background: #0BA7EA;*/
    opacity: 0.30;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.testimonail-wrp .slick-dots li.slick-active button,
.mobile-slider .slick-dots li.slick-active button{
    opacity: 1;
    color: #00A3E0;
}

.global-presence-wrp{
    padding: 100px 0;
}
.titlebar h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #002B64;
    margin: 0 auto 30px;
    text-align: center;
}
.titlebar p{
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
    margin: 0 auto;
    text-align: center;
    max-width: 805px;
}
.global-box{
    padding: 15px;
    border-radius: 10px;
/*    background: #002B64;*/
    text-align: center;
}
.global-box h3{
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #00A3E0;
    margin: 0 auto 10px;
}
.global-box p{
    margin: 0 auto;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #002B64;
}
.slick-prev {
    left: 98%;
}
.slick-prev, .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-next {
    right: -40px;
}

.trusted-wrp{
    padding: 50px 0 0;
    background: rgba(0, 163, 224, 0.10);
}
.trusted-wrp .titlebar{
    margin: 0 auto 50px;
}
.trusted-rw{
    margin: 0 0 30px;
}
.trusted-rw .row{
    align-items: center;
}
.trusted-box{
    margin: 0;
    padding: 21px;
    background: #fff;
    border-radius: 10px;
}
.trusted-box h3{
    font-weight: 700;
    font-size: 48px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #00A3E0;
    margin: 0;
}
.trusted-box p{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
}
.trusted-partnerbx p{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
}
.activity-wrp h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #002B64;
    margin: 0 auto 15px;
}
.activity-wrp h6{
    margin: 0 auto 30px;
    text-align: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
}
.activity-wrp .row{
    margin: 0 -25px;
}
.activity-wrp .row .col-md-4{
    padding: 0 25px;
}
.activity-box{
    padding: 25px;
    background: #002B64;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    height: calc(100% - 50px);
    margin: 0 0 50px;
}
.activity-box figure{
    margin: 0 0 15px;
}
.activity-box h3{
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 0 5px;
}
.activity-box p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

.testimonail-wrp{
    padding: 100px 0 50px;
}
.testimonail-block{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.testimonail-block figure img{
    width: 100%;
}
.btn-play{
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #002B64;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50% , -50%);
    -webkit-transform: translate(-50% , -50%);
}
.btn-play:hover{
    background: #002B64;
    color: #fff;
}
.testimonail-wrp .slick-slide {
    margin: 0 15px;
}
.testimonail-wrp .slick-list {
    margin: 0 -15px;
}

.why-gis-wrp{
    padding: 50px 0 0;
}
.why-gis-wrp h2{
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #002B64;
    margin: 0 auto 15px;
    text-align: center;
}
.why-gis-wrp .titlebar{
    margin: 0 auto 35px;
}
.why-gis-wrp .titlebar p{
    font-size: 18px;
    line-height: 24px;
    color: #333;
    text-align: center;
    margin: 0 auto;
}
.why-gis-wrp h2 span{
    color: #00A3E0;
    display: block;
}
.why-gis-wrp .row{
    margin: 0 -25px;
}
.why-gis-wrp .row .col-md-4{
    padding: 0 25px;
}
.why-gis-box{
    padding: 25px;
    background: #E7F7FD;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    height: calc(100% - 50px);
    margin: 0 0 50px;
}
.why-gis-box figure{
    margin: 0 0 15px;
    max-width: 40px;
}
.why-gis-box figure img{
    width: 100%;
}
.why-gis-box h3{
    margin: 0 0 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #002B64;
}
.why-gis-box p{
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
}

.learning-spaces-wrp{
    padding: 50px 0 80px;
}
.learning-spaces-wrp .titlebar{
    margin: 0 auto 30px;
}
.learning-spaces-wrp .titlebar h2{
    margin: 0 auto 15px;
}
.learning-spaces-wrp .row{
    margin: 0 -10px;
}
.learning-spaces-wrp .row .col-md-6{
    padding: 0 10px;
}
.learning-space-box{
 background: #fff;
    border-radius: 15px;
    padding: 0;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    margin-bottom: 30px;
   
}
.learning-img img{
  width: 100%;
    height: 260px;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.learning-data{
   padding: 20px;
}
.learning-data h3{
    font-family: 'Jost';
    font-weight: 600;
    font-size: 32px;
    line-height: 100%;
    letter-spacing: -0.02em;
    color: #002B64;
    margin-bottom: 10px;
}
.learning-data p{
    margin: 0 0 40px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #303030;
}
.learning-data .btn-read{
    padding: 8px 40px 8px 20px;
    border-radius: 35px;
    border: 1px solid #00A3E0;
    color: #00A3E0;
    font-family: 'Jost';
    font-weight: 400;
    background: transparent;
    display: table;
    font-size: 20.4px;
    line-height: 130%;
    letter-spacing: -0.01em;
    position: relative;
}
.learning-data .btn-read:after{
    position: absolute;
    content: "\f106";
    font-family: "Font Awesome 5 Pro";
    color: #00A3E0;
    font-size: 20px;
    right: 15px;
    font-weight: 400;
    top: 9px;
}
.learning-data .btn-read.collapsed:after{
    content: "\f107";
}
.learning-data .btn-read.collapsed span.btn-l{
    display: none;
}
.learning-data .btn-read.collapsed span.btn-m{
    display: inline-block;
}
.learning-data .btn-read span.btn-m{
    display: none;
}
.learning-data .btn-read span.btn-l{
    display: inline-block;
}

.awards-wrp{
    padding: 50px 0 10px;
    background: #002B64;
}
.awards-wrp .titlebar{
    margin: 0 0 40px;
}
.awards-wrp .titlebar h2{
    color: #fff;
    margin: 0 0 15px;
}
.awards-wrp .titlebar p{
    color: #fff;
}
.awards-wrp .row{
    margin: 0 -25px;
    justify-content: center;
}
.awards-wrp .row .col-md-4{
    padding: 0 25px;
}
.awards-box{
    margin: 0 auto 50px;
}
.awards-box figure{
    margin: 0 auto 5px;
    display: table;
}
.awards-box h3{
    font-weight: 600;
    font-family: 'Jost';
    font-size: 20px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 auto;
}
.awards-box p{
    margin: 0 auto;
    font-family: 'Jost';
    font-style: italic;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    letter-spacing: -0.03em;
    color: #FFFFFF;
}

.schools-wrp{
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}
.school-row{
    padding: 50px 0;
}
.school-row h2{
    text-align: center;
    margin: 0 auto 30px;
    font-weight: 500;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #002B64;
}
.school-row h2 span{
    font-style: italic;
    color: #00A3E0;
}
.schools-box figure{
    margin: 0 auto 10px;
}
.schools-box figure img{
    width: 100%;
    border-radius: 17px;
}
.school-row .slick-slide {
    margin: 0 15px;
}
.school-row .slick-list {
    margin: 0 -15px;
}
.schools-box h3{
    margin: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #303030;
}
.school-row .slick-dots{
    display: flex;
    align-items: center;    
    justify-content: center;
    margin: 30px auto 0;
}
.school-row .slick-dots li{
    line-height: 0;
    margin-right: 10px;
}
.school-row .slick-dots li:last-child{
    margin: 0;
}
.school-row .slick-dots li button{
    width: 11px;
    height: 11px;
    border: none;
    font-size: 0;
 /*   background: #0BA7EA;*/
    opacity: 0.30;
    border-radius: 100%;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.school-row .slick-dots li.slick-active button{
    opacity: 1;
    color: #00A3E0;
}

.safety-wrp{
    padding: 0 0 100px;
}


footer{
    background: #002B64;
}
.footer-top{
    padding: 50px 0;
}
.footer-top h2{
    font-weight: 700;
    font-size: 48px;
    line-height: 120%;
    letter-spacing: -0.03em;
    color: #FFFFFF;
    margin: 0 auto 15px;
    text-align: center;
}
.footer-top p{
    margin: 0 auto 50px;
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}
.footer-cntbx figure{
    margin: 0 auto 5px;
    display: table;
}
.footer-cntbx p{
    font-weight: 700;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin: 0 auto;
}
.copyright-row{
    padding: 50px 0 100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer-logo{
    max-width: 315px;
}
.footer-logo img{
    width: 100%;
}
.footer-right{
    max-width: 355px;
    width: 100%;
}
.social-bx{
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
}
.social-bx a{
    margin-right: 10px;
}
.social-bx a:last-child{
    margin: 0;
}
.social-bx a:hover{
    opacity: 0.70;
}
.footer-right p{
    text-align: center;
    margin: 0 auto;
    font-size: 20px;
    font-weight: normal;
    color: #fff;
    line-height: 30px;
}
.mobile-lg{
    display: none;
}
/* **** End Hero Banner **** */