﻿* {
    padding: 0;
    margin: 0
}

.anchor{margin-top:-150px;position:absolute}

 
*:focus {
    outline: none;
}

textarea:focus,
input:focus {
    outline: none;
}

html {
    --100-x: calc(var(--m-x) * 100%);
    --100-y: calc(var(--m-y) * 100%);
    --25-x: calc(var(--m-x) * 25%);
    --25-y: calc(var(--m-y) * 25%);
}

body {
  font-family:Rubik;
    font-size: 18px;
    line-height: 35px;
    color: #fff;
    font-weight: 400;
    position: relative;
    overflow-x: hidden;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Regular.eot');
    src: url('../fonts/Almarai-Regulard41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Almarai-Regular.woff2') format('woff2'), url('../fonts/Almarai-Regular.woff') format('woff'), url('../fonts/Almarai-Regular.ttf') format('truetype'), url('../fonts/Almarai-Regular.svg#Almarai-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-ExtraBold.eot');
    src: url('../fonts/Almarai-ExtraBoldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Almarai-ExtraBold.woff2') format('woff2'), url('../fonts/Almarai-ExtraBold.woff') format('woff'), url('../fonts/Almarai-ExtraBold.ttf') format('truetype'), url('../fonts/Almarai-ExtraBold.svg#Almarai-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Bold.eot');
    src: url('../fonts/Almarai-Boldd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Almarai-Bold.woff2') format('woff2'), url('../fonts/Almarai-Bold.woff') format('woff'), url('../fonts/Almarai-Bold.ttf') format('truetype'), url('../fonts/Almarai-Bold.svg#Almarai-Bold') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Almarai';
    src: url('../fonts/Almarai-Light.eot');
    src: url('../fonts/Almarai-Lightd41d.eot?#iefix') format('embedded-opentype'), url('../fonts/Almarai-Light.woff2') format('woff2'), url('../fonts/Almarai-Light.woff') format('woff'), url('../fonts/Almarai-Light.ttf') format('truetype'), url('../fonts/Almarai-Light.svg#Almarai-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

p {
    margin-bottom: 15px
}

a,
a:hover {
    text-decoration: none
}

header {
    width: 100%;
    position: fixed;
    text-align: center;
    background-color: #fff;
    top: 0;
    display: block !important;
    z-index: 99999;
    margin: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.header {
    height: 150px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 99;
    background: #282b38
}

.banner img {
   
}
.footer-logo {
    text-align: left !important;
}

/*.main-menu {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu {
    padding: 0px;
    border: transparent;
    border-radius: 0;
    margin-top: 0px;
    width: 280px;
    border-top: 6px solid #d3a551;
}

.navbar-dark .navbar-nav .nav-link {
    color: #141e46;
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: #141e46;
}

.main-menu .dropdown-item {
       color: #000;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 400;
    border-bottom: dashed #ccc 1px;
    width: 280px;
    border-left: 5px solid #fff;
    text-transform: uppercase;
}

.main-menu .dropdown-item:focus,
.main-menu .dropdown-item:hover {
    border-left: 5px solid #d3a551;
    color: #d3a551;
}

.main-menu {    background: #282b38;
    width: 100%;
    /*    position: fixed;
*/
    text-align: center;
    display: block !important;
    margin: auto;
    padding: 0;
}

.main-menu .logo {
    display: flex;
    align-items: center;
    height: auto;
    padding: 10px 0px 0px 0px ;
    transition: 0.2s;
    text-align: left;
    margin-top: 0px;
}

.year-logo img {
    width: 80px;
    margin-left: 40px;
}

.main-menu .logo a {
    text-decoration: none;
    color: #fff;
}

.main-menu .logo a img {
    max-width: 100%;   
    transition: ease all 0.5s;
}

.main-menu .logo a:hover {
    color: #00E676;
}

.header .affix {
    padding: 0px;
    background-color: #000000;
    transition: ease all 0.5s;
}

.header .affix .main-menu .logo a img {
    transition: ease all 0.5s;
}

.header .affix .main-menu .navbar-nav .nav-link {
    transition: ease all 0.5s;
}

.header::after {
       width: 100%;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    z-index: 999;
    bottom: -5px;
    left: 0;
}


/*.header .affix::after {
    width: 100%;
    height: 17px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    z-index: 999;
    bottom: -17px;
    left: 0;
}*/

.banner-heading {
       font-size:60px;
    color: #fff;
    font-weight: 400; 
    line-height: 60px;
    position: absolute;
    letter-spacing: 1px;
    top: 45%;
    text-shadow: 2px 2px 2px #666;
        font-family: 'Rubik';}

.banner-heading1 {
    font-size: 45px;
    color: #141e46;
    font-weight: 800;
    line-height: 45px;
    position: absolute;
    bottom: 9%;
    right: 13%;
   font-family:Rubik;
    text-transform: lowercase;
}

.banner-heading2 {
    font-size: 45px;
   font-family:Rubik;
    color: #141e46;
    font-weight: 800;
    line-height: 45px;
    position: absolute;
    top: 7%;
    left: 14%;
    text-transform: lowercase;
}

.banner {     
    position: relative;
    overflow: hidden;
    
    width: 100%;
}

.banner img {
    position: relative;
    overflow: hidden;
    object-fit: cover;
    width: 100%
}

.banner .owl-theme .owl-dots .owl-dot span {
       background: #000000;
    width: 20px;
    height: 10px;
}
 

.banner .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #cc9725;
    border: 2px solid;
}

.banner .owl-theme .owl-nav.disabled+.owl-dots {
    margin: auto;
    position: absolute;
    bottom: 10px;
    /* display: none; */
    /* top: 0; */
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    left: 46.6%;
}


/*.intro {
    font-family: 'Barlow Condensed', sans-serif;
    font-size: 90px;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 10px;
    height: 100%;
}*/

a {
    text-decoration: none;
    color: var(--color-link);
    outline: none;
}

a:hover,
a:focus {
    color: var(--color-link-hover);
    outline: none !important;
}

button:focus {
    outline: transparent !important;
}

#stats {
    display: none;
}

.color-logo {
    display: none;
}

.affix .color-logo {
    display: none;
    transition: ease all 0.5s;
}

.white-color-logo {
    display: block;
}

.gold-border-bottom {
    width: 30%;
    border-bottom: 3px solid #026699;
    margin: auto;
}

.gold-border-bottom1 {
    width: 20%;
    border-bottom: 3px solid #026699;
    margin: auto;
    margin-top: 30px;
}

.dropdown-menu-center {
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
}

.common-heading {
    color: #fff;
    font-size: 40px;
    color: #026699;
    font-weight: 600;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
}

.common-heading::after {
        width: 157px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -20px;
 
    left: 0;
}

.main-menu .fixed-top {
    position: sticky !important;
    padding: 0;
   
    transition: ease all 0.5s;
}

.affix .main-menu .fixed-top {
    margin-top: 0;
    background-color: #282b38}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }
    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }
}

.main-menu .navbar-nav .nav-link {
                  font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #fcfcfc;
    padding: 39px 0px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    margin: 0px 25px;
    transition: ease all 0.5s;
    position: relative;
    

}

.main-menu .navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
    position: relative;
}

.affix .navbar-expand-lg .navbar-nav .dropdown-menu {
    border-top: 0px solid #d3a551;
}

.main-menu .navbar-nav .nav-item1:hover::after {
    width: 25px;
    height: 5px;
    border-radius: 15px;
    position: absolute;
    content: '';
    bottom: 26%;
    z-index: 99999;
    left: 0;
    background-color: #d3a551;
    margin: auto 45%;
    text-align: center;
    /* width: 100%; */
}

.main-menu .navbar-nav .nav-link:hover::after {
    width: 25px;
    height: 5px;
    border-radius: 15px;
    position: absolute;
    content: '';
    bottom: 30px;
    left: 0;
    z-index: 99999;
    background-color: #d3a551;
    margin: auto 43%;
    text-align: center;
    /* width: 100%; */
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #e9bd6c;
}


/*.main-menu .navbar-dark .navbar-nav .active>.nav-link, 
.main-menu .navbar-dark .navbar-nav .nav-link.active, 
.main-menu .navbar-dark .navbar-nav .nav-link.show, 
.main-menu .navbar-dark .navbar-nav .show>.nav-link{
    border-bottom: 5px solid #d3a551;
    transition: ease all 0.5s;
    color: #141e46;
    width: calc(100% - 3em);
    border-radius: 15px;
}
*/

.block {
    height: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: #ffffff;
}

.navbar-nav {
    display: flex;
    min-height: 1px;
    align-items: center;
}

.navbar-toggler {
    border: transparent !important;
    float: right;
    position: absolute;
    right: 0;
    top: 31%;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
    display: block;
    background-color: #d3a551;
    height: 4px;
    width: 35px;
    margin-top: 5px;
    margin-bottom: 6px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    position: relative;
    right: 0;
    opacity: 1;
    border-radius: 50px;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
    -webkit-transition: transform .35s ease-in-out;
    -moz-transition: transform .35s ease-in-out;
    -o-transition: transform .35s ease-in-out;
    transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    right: 12px;
    top: 5px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    right: 12px;
    top: 5px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

.dropdown-toggle::after {
    display: none;
}


/*====================banner section start=======================
*/


/*====================about section start=======================
*/

.about-section {
        padding: 60px 0px;
 
}

.about-section-right {
               height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    padding: 0px 0px 0px 40px;
    background: #fcfcfc;
}

.about-section-right h3 {
           font-family: Rubik;
    color: #11277c;
    line-height: 45px;
    font-size: 40px;
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
}
.btn-more a {color: #fff;}
.btn-more{color: #fff;
    background: #c79c4d;
    padding: 10px 20px;
    border-radius: 10px;}
.about-section-right h4 {
    font-family:Rubik;
    color: #11277c;
    font-size: 40px;
    position: relative;
    font-weight: 300;line-height: 60px
}

.about-section-cover {    padding: 0px 5px;}

.about-section-right p {
           font-size: 16px;
    line-height: 30px;
    color: #141e46;
    margin-top: 60px;
    
    /* font-family: times; */
    font-weight: 400;
    width: 100%;
    text-align: justify;
    margin-bottom: 40px;
}

.home-section2-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  
}


/*home-section start*/

.home-section2 {
  padding: 0px 0px 70px 0px;
}

.home-section2-left {
      
       height: 100%;
    padding: 0px 70px 0px 0px;
    background: #fcfcfc;
 
}

.home-section2-left h3 {
          font-family: Rubik;
    color: #11277c;
    line-height: 45px;
    font-size: 40px;
    font-weight: 400;
    /* text-transform: uppercase; */
    letter-spacing: 0px;
}

.home-section2-left h4 {
   font-family:Rubik;
    color: #000;
    font-size: 45px;
    position: relative;
    font-weight: 300 !important;
}

.home-section2-left p {
    font-size: 16px;
    line-height: 29px;
    color: #000;
    margin-top: 39px;
    
    /* font-family: times; */
    font-weight: 400;
    width: 100%;
    text-align: justify;

}

.home-section2-right {
    padding-bottom: 0px;
}

.home-section2-cover {
 padding-top: 30px;
}

.home-section2-right::before {
     
}

.home-section2-right::after {
   
}

.home-section2-right-img {
    position: relative;
}

.home-section-girl img {
    position: absolute;
    left: -16%;
    top: 392px;
    width: 300px;
    height: 300px;
    -webkit-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 8px 35px 0px rgba(0, 0, 0, 0.35);
}


/*home-section3 section start*/

.home-section3 {
 
     
    
}

.home-section3-center .common-heading::after {
    width: 160px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -20px;
    left: 38%;
}

.home-section3-center h3 {
       font-family:Rubik;
    color: #11277c;
    font-size: 45px;
    position: relative;
    font-weight: 400 !important;
}

.home-section3-center h4 {
   font-family:Rubik;
    color: #11277c;
    font-size: 45px;
    position: relative;
    font-weight: 400 !important;
}

.home-section3-center {
    text-align: center;
}

.home-section3-center p {
    font-size: 20px;
    line-height: 30px;
    color: #000;
        margin: 50px 120px;
 
}

.home-section3-center .common-heading {
    text-align: center;    
}

.home-section3-center img {
    margin-top: 50px;
}


/*brand-section*/

.brand-section {
    padding: 60px 0px;
}

.brand-section-center .common-heading {
    color: #fff;
    font-size: 40px;
    color: #026699;
    font-weight: 600;
    text-align: center;
    margin-bottom: 60px;
    position: relative;
}

.brand-section-center .common-heading::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -35px;
    left: 42%;
}

.brand-section-center {
    height: 100%;
    display: grid;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.brand-section-center h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: -10px;
}

.brand-section-center h4 {
   font-family:Rubik;
    color: #141e46;
    font-size: 45px;
    position: relative;
    font-weight: 300 !important;
}

.brand-section-center p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 60px;
    font-weight: 600;
}

.brand-section-center .brand-logo .col-6 {
    display: flex;
    align-items: center;
    text-align: center;
    height: auto;
    width: 100%;
}

.brand-section-center .brand-logo .brand-img {
    width: 24%;
    display: inline-block;
    height: 100%;
    align-items: center;
}

.brand-section-center .brand-logo img {
    padding-top: 30px;
    padding-bottom: 30px;
}


/*award-section*/

.award-section {
    position: relative;
    padding-bottom: 80px;
    padding-top: 80px;
    border-top: 1px dashed #000;
}

.award-box-cover {
    position: relative;
    height: 100%;
}

.award-section-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.award-section-center-img {
    background-image: url(../images/award-bg.jpg);
    width: 100%;
    height: 100%;
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 100px;
}

.award-box {
    color: #000;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: auto;
}

.award-box-before {
    width: 100px;
    height: 180px;
    position: absolute;
    /* bottom: -28px; */
    content: '';
    background-image: url(../images/left_leaves.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 50px 100px; */
    left: -7px;
    bottom: 0;
}

.award-box-after {
    width: 100px;
    height: 180px;
    position: absolute;
    /* bottom: -28px; */
    content: '';
    background-image: url(../images/rt_leaves.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    /* padding: 50px 100px; */
    right: -7px;
    bottom: 0;
}

.education {
    font-weight: 700;
    font-size: 24px;
    font-family: 'Open Sans Condensed', sans-serif;
}

.award-box-design {
    position: relative;
    bottom: 0;
    text-align: center;
}

.award-box h5 {
    color: #000;
    font-weight: 800;
    line-height: 18px;
    font-size: 14px;
    margin-bottom: -7px;
}

.award-box h6 {
    color: #000;
    font-weight: 700;
    line-height: 17px;
    font-family: 'Open Sans Condensed', sans-serif;
    margin-bottom: 0px;
    font-size: 14px;
}

.award-box .star {
    width: 40px;
    margin: auto;
}

.seeall-btn {
    font-size: 28px;
    color: #d3a551;
    text-transform: uppercase;
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 18px auto;
    float: right;
    transition: ease all 0.5s;
}

.seeall-btn i {
    margin-left: 10px;
    font-size: 34px;
    font-weight: 700;
}

.seeall-btn:hover {
    color: #141e46;
}

.award-section-center h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: -10px;
}

.award-section-center h4 {
   font-family:Rubik;
    color: #141e46;
    font-size: 45px;
    position: relative;
    font-weight: 300 !important;
}

.award-section-center p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 60px;
    font-weight: 600;
}

.award-section-center img {
    position: relative;
    width: auto;
}

.award-section::after {
    content: '';
    position: absolute;
    background-color: #d3a551;
    width: 100%;
    height: 35%;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.award-section-center .common-heading {
    margin-bottom: 80px;
}


/*global-section*/

.global-section {
    position: relative;
    padding-top: 50px;
    padding-bottom: 60px;
}

.global-section-center {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.global-section-center h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: -10px;
}

.global-section-center p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 60px;
    font-weight: 600;
}

.global-section-center .brand-logo .brand-img {
    width: auto;
    display: inline-block;
    height: 100%;
    align-items: center;
    margin-right: 70px;
}

.global-section-center .brand-logo .brand-img:last-child {
    margin-right: 0px;
}

.global-section-center .brand-logo .brand-img img {
    padding-top: 30px;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.know-more-btn {
    width: 100%;
    text-align: center;
    margin-top: 60px;
}

.know-more-btn a {
    padding: 13px 30px;
    font-size: 17px;
    line-height: 29px;
    background-color: #d3a551;
    border-radius: 30px;
    transition: ease all 0.5s;
}

.know-more-btn::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    /* transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s; */
}

.know-more-btn a:hover {
    background-color: #141e46;
}


/*impact-section*/

.impact-section {
    position: relative;
    padding-bottom: 80px;
    padding-top: 50px;
    border-top: 1px dashed #000;
}

.impact-icon-detail {
    position: relative;
    top: -42px;
    text-align: center;
}

.impact-section-center .impact-icon .impact-icon-single {
    width: 14%;
    display: inline-block;
    height: 100%;
    align-items: center;
}

.impact-icon {
    display: flex;
}

.impact-section-center .impact-icon .impact-icon-single:nth-child(even) {
    margin-top: 150px;
}

.impact-section-center .impact-icon .impact-icon-single:nth-child(odd) {
    margin-top: 0px;
}

.impact-section-center .impact-icon .impact-icon-single img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.impact-section-center {
    height: 100%;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.impact-section-center h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: 90px;
}

.impact-icon-single-img {
    width: 180px;
    height: 180px;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 0 auto;
    margin-bottom: 20px;
}

.impact-section-center p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 60px;
    font-weight: 600;
}

.impact-icon-single h5 {
    font-size: 36px;
    font-weight: 800;
    color: #141e46;
}

.impact-icon-single h6 {
    font-size: 17px;
    font-weight: 600;
    color: #000;
}


/*learn-section*/

.learn-section {
    position: relative;
    padding-bottom: 80px;
    padding-top: 50px;
    background-color: #e3e3e3;
}

.learn-section::after {
    content: '';
    position: absolute;
    background-color: #141e46;
    width: 100%;
    height: 28%;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.learn-carousel .owl-nav {
    position: absolute;
    top: 43%;
    font-size: 45px;
    color: #141e46;
    font-weight: 300;
    width: 100%;
}

.learn-carousel .nav-btn {
    height: 45px;
    position: relative;
    width: 45px;
    cursor: pointer;
}

.learn-carousel .owl-prev.disabled,
.learn-carousel .owl-next.disabled {
    pointer-events: none;
    opacity: 0.2;
}

.learn-carousel .prev-slide {
    background: url(../images/left-arrow.svg) no-repeat scroll 0 0;
    left: -33px;
    position: absolute;
    top: -50px;
}

.learn-carousel .next-slide {
    right: -33px;
    background: url(../images/right-arrow.svg) no-repeat scroll 0 0;
    position: absolute;
    top: -50px;
}

.learn-carousel .owl-nav .owl-prev {
    position: absolute;
    left: -50px;
}

.learn-carousel .owl-nav .owl-next {
    position: absolute;
    right: -50px;
}

.learn-section-center h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 51px;
    font-weight: 300;
    margin-bottom: -10px;
}

.learn-section-center h4 {
   font-family:Rubik;
    color: #141e46;
    font-size: 51px;
    position: relative;
    font-weight: 300 !important;
    padding-left: 15px;
}

.learn-section-center {
    text-align: center;
}

.learn-section-center .common-heading {
    text-align: center;
    text-transform: lowercase;
    width: 740px;
    display: flex;
    margin: auto;
    margin-bottom: 60px;
}

.learn-section-center .common-heading::after {
    left: 39.5%;
}

.learn-section-center p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    margin-top: 30px;
    font-weight: 600;
}

.learn-box {
    padding: 56px 46px;
    background-color: #fff;
    text-align: left;
    -webkit-box-shadow: -1px 6px 20px -3px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -1px 6px 20px -3px rgba(0, 0, 0, 0.37);
    box-shadow: -1px 6px 20px -3px rgba(0, 0, 0, 0.07);
    margin: 40px 10px;
}

.learn-box h5 {
    font-size: 20px;
    color: #141e46;
    font-weight: 300;
    margin-bottom: -4px;
    min-height: 50px;
}

.learn-box p {
    background-color: #fff;
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.learn-box p a {
    font-weight: 600;
    font-size: 18px;
    color: #d3a551 !important;
    margin-top: 10px;
    display: block;
    text-transform: capitalize;
    transition: ease all 0.5s;
}

.learn-box p a:hover {
    color: #141e46 !important;
}

.learn-box h6 {
    background-color: #fff;
    font-size: 18px;
    color: #141e46;
    font-weight: 700;
    margin-top: 50px;
}

.news-modal {
    z-index: 9999999;
}

.news-modal .modal-header {
    border-bottom: transparent;
    padding: 0;
    height: 0;
}

.news-modal .learn-box {
    padding: 0;
    margin: 0;
    box-shadow: none;
}

.news-modal .modal-body {
    padding: 3rem;
}

.news-modal .learn-box p {
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
    margin-top: 25px;
}

.news-modal .learn-box li {
    background-color: #fff;
    font-size: 13px;
    color: #000;
    font-weight: 400;
    line-height: 25px;
    margin-left: 20px;
}

.news-modal .modal-content {
    border: transparent;
    ;
    border-radius: 0;
    -webkit-box-shadow: -1px 6px 20px -3px rgba(0, 0, 0, 0.37);
    -moz-box-shadow: -1px 6px 20px -3px rgba(0, 0, 0, 0.37);
    box-shadow: -1px 6px 20px -3px rgba(0, 0, 0, 0.07);
}

.news-modal .modal-header .close {
    opacity: 1;
    position: relative;
    right: 5px;
    top: -3px;
    background-color: #d3a551;
    border-radius: 50%;
    color: #fff;
    text-shadow: none;
    padding: 10px 14px;
    z-index: 9;
}


/* footer */
.img-fluid {
    max-width: 100%;
    height: auto;
    width: 100%;
}
.footer::after {
    
}

.footer {
    position: relative;
           background-color: #282b38;
    color: #000;
    font-size: 14px;    padding-top: 20px;
}

.footer .footer-body {
         
}

.footer-logo img {
    margin-bottom: 0px;
}

.footer ul {
    padding: 0;
    margin: 0;
}

.footer ul li {
    display:inline-block;
       
    line-height: 0px;
}

.footer .main-link ul li a {
    transition: ease all 0.5s;
    margin-bottom: 10px;
    position: relative;
    
   color: #fcfcfc;        font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    color: #fcfcfc;
        background-color: #d3a551 !important;
    text-transform: uppercase;
}

.footer .main-link ul li a:hover {
    color: #d2ac67;
    margin-left: 5px;
}

.footer ul .img-width {
    width: 20px;
    height: 20px;
    display: inline-block;
    margin: 0 15px 0 0;
}

.footer-body h3 {
  font-size: 16px;
    color: #d3a551;
    padding-bottom: 25px;
    font-weight: 300;
    text-transform: capitalize;
    height: 50px;
    margin: auto;
    display: flex;
    align-items: center;
}

.footer-body p {
    line-height: 24px;
    word-break: break-all;
    color: #fff;
}

.social-links {
  
    
}

.social-links li {    display: inline-block;
    list-style-type: none;
}
.social-icon{        color: #282b38;
    width: 30px;
    background: #fff;
    text-align: center;
    margin-right: 20px;
    height: 30px;
    line-height: 30px !important;
    border-radius: 15px;}
.social-links li a {
    width: 30px;
    height: 30px;
    display: inline-flex;
    background-color: #000;
    transition: ease all 0.5s;
    border-radius: 50%;
    margin-right: 15px;
    padding: 6px;
}

.social-links li a:hover {
    background-color: #d3a551 !important;
}


/*global-alliaces*/

.orange-banner {
    background-color: #d3a551;
}

.orange-banner-content {
    font-size: 24px;
    font-weight: 300;
    padding: 50px;
    line-height: 34px;
    text-align: center;
}

.banner-inner-content {
    position: absolute;
    z-index: 99;
    bottom: 20%;
    color: #fff;
}

.banner-inner-content h3 {
   font-family:Rubik;
    font-size: 45px;
    font-weight: 300;
    margin-bottom: -10px;
}

.banner-inner-content h4 {
   font-family:Rubik;
    font-size: 45px;
    position: relative;
    font-weight: 300 !important;
}

.banner-inner {
    position: relative;
}

.global-alliances-content {
    padding: 80px 0px 100px;
    position: relative;
}

.global-alliances-content::after {
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 320px;
    background-color: #141e46;
    z-index: -1;
}

.global-content-box {
    background-color: #ffff;
    -webkit-box-shadow: 0px 5px 60px #00000014;
    -moz-box-shadow: 0px 5px 60px #00000014;
    box-shadow: 0px 5px 60px #00000014;
    width: 90%;
    float: right;
    padding: 50px;
    margin-top: 50px;
    position: relative;
    margin-bottom: 180px;
}

.global-content-img-cover {}

.global-content-img {
    position: absolute;
    left: -50px;
    top: -7%;
    height: auto;
    display: block;
}

.global-content-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0px 10px 50px #00000026;
    z-index: 9;
    position: relative;
}

.global-content-logo {
    position: relative;
    min-height: 160px;
    display: flex;
    align-items: center;
}

.global-content-cover {
    margin-top: 210px;
}

.global-content-cover .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 30px;
}

.global-content-para {
    font-size: 16px;
    line-height: 24px;
    font-weight: 600;
}

.global-content-para .purple-heading {
    color: #141e46;
}

.global-content-para .paragraph-content {
    color: #000;
    font-weight: 300;
}

..global-content-logo::after {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 0;
    display: block;
    text-align: center;
    margin-bottom: 40px;
}

.global-alliances-content .read-more a {
    background-color: #d3a551;
    text-transform: uppercase;
    padding: 10px 20px;
    position: relative;
    float: right;
    bottom: -76px;
    right: -20%;
    transition: ease all 0.5s;
}

.global-alliances-content .read-more a:hover {
    background-color: #141e46;
}


/*our institute GET*/

.our-institute-get-section1 {
    padding: 55px;
    text-align: center;
}

.our-institute-get-section1 .our-institute-logo {
    margin: auto;
}

.our-institute-get-section1 .our-institute-header {
    font-size: 43px;
    margin: 30px auto;
    color: #141e46;
    font-weight: 300;
    line-height: 44px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: center;
}

.our-institute-get-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
}

.our-institute-get-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
}

.our-institute-get-section1 .reading-story {
    position: relative;
    left: 5%;
}

.get-header {
    padding: 0px 50px;
}

.reading-story img {
    width: 100%;
}

.our-institute-get-section1 .reading-story::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -12%;
    left: -6%;
    z-index: -1;
}

.our-institute-get-section1 .certification-section {
    position: relative;
    padding-left: 60px;
    padding-right: 60px;
}

.our-institute-get-section1 .certification-section h6 {
    font-size: 24px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-institute-get-section1 .certification-section p {
    margin-bottom: 45px;
}

.our-institute-get-section1 .certification-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-get-section2 {
    background-color: #F1F1F1;
    padding-top: 130px;
    padding-bottom: 80px;
    position: relative;
}

.our-institute-get-section2::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 39%;
}

.our-institute-get-section2 .child-activity-outside {
    display: flex;
    align-items: center;
    text-align: left;
    height: 100%;
}

.our-institute-get-section2 .child-activity-box-cover {
    top: -49px;
    position: relative;
    width: 90%;
}

.our-institute-get-section2 .child-activity-box-cover .child-activity-box {}

.our-institute-get-section2 .child-activity-box-cover .child-activity-box h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #141e46;
    margin-bottom: 0;
}

.our-institute-get-section2 .child-activity-box-cover .child-activity-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.our-institute-get-section2 .child-activity-img {
    position: relative;
    z-index: 2;
    box-shadow: 0px 30px 50px #00000030;
}

.our-institute-get-section2 .child-activity-img::after {
    background-color: #d3a551;
    width: 100%;
    height: 220px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: -6%;
    z-index: -1;
    margin-bottom: -30px;
}

.our-institute-get-section2 .child-activity-img2 {
    position: relative;
    z-index: 2;
    box-shadow: 0px 30px 50px #00000030;
    top: -7%;
    width: 100%;
    left: -6px;
}

.our-institute-get-section2 .child-activity-img2::after {
    background-color: #d3a551;
    width: 97%;
    height: 200px;
    display: block;
    content: '';
    position: absolute;
    top: -9%;
    left: -30px;
    z-index: -8;
    margin-bottom: -30px;
}

.our-institute-get-section2 .child-activity-box-cover2 {
    padding-top: 80px;
    padding-left: 30px;
}

.our-institute-get-section2 .child-activity-box-cover2 .child-activity-box h6 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #141e46;
    margin-bottom: 0;
}

.our-institute-get-section2 .child-activity-box-cover2 .child-activity-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
}

.our-institute-get-section2 .child-activity-box-cover2 .child-activity-img {
    position: relative;
    z-index: 2;
    box-shadow: 0px 30px 50px #00000030;
}

.our-institute-get-section2 .child-activity-box-cover2 .child-activity-img::after {
    background-color: #d3a551;
    width: 100%;
    height: 220px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: -6%;
    z-index: -1;
    margin-bottom: -30px;
}

.our-institute-get-section3 {
    position: relative;
}

.our-institute-get-section3 .inside-page-footer-img {
    padding: 45px;
    box-shadow: 10px 20px 50px #00000017;
    background-color: #fff
}

.our-institute-get-section3::before {
    background-color: #d3a551;
    height: 15%;
    content: '';
    position: absolute;
    bottom: 35%;
    width: 100%;
}

.our-institute-get-section3::after {
    background-color: #141e46;
    height: 35%;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.our-institute-get-section3 .visit-link {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 0px;
    text-align: center;
    transition: ease all 0.5s;
}

.our-institute-get-section3 .visit-link a {
    transition: ease all 0.5s;
}

.our-institute-get-section3 .visit-link a:hover {
    color: #d3a551;
}


/*our institute gic*/

.our-institute-gic-section1 {
    padding: 55px;
    text-align: center;
}

.our-institute-gic-section1 .our-institute-logo {
    margin: auto;
}

.our-institute-gic-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
    margin-bottom: 50px;
}

.our-institute-gic-section1 .our-institute-header {
    font-size: 43px;
    color: #141e46;
    font-weight: 300;
    line-height: 44px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: center;
}

.our-institute-gic-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
    margin-bottom: 45px;
}

.our-institute-gic-section1 .certification-section h6 {
    font-size: 24px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-institute-gic-section1 .degree-college-img::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -12%;
    left: -4%;
    z-index: -1;
}

.our-institute-gic-section2 {
    background-color: #F1F1F1;
    padding-bottom: 130px;
}

.our-institute-gic-section2 .academic-content-cover {
    display: flex;
    align-items: center;
    height: 100%;
    padding-right: 0;
}

.our-institute-gic-section2 .academics-heading-purple {
    font-size: 42px;
    line-height: 90px;
    background-color: #141e46;
    font-weight: 300;
    width: 90%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
    margin-bottom: 70px;
}

.our-institute-gic-section2 .academics-heading {
    font-size: 40px;
    line-height: 34px;
    color: #141e46;
    font-weight: 300;
   font-family:Rubik;
    position: relative;
    margin-bottom: 70px;
    text-transform: lowercase;
}

.our-institute-gic-section2 .academics-heading::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -125%;
    z-index: 0;
    left: 0;
}

.our-institute-gic-section2 .academics-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    width: 87%;
}

.our-institute-gic-section2 .academic-section-img1 {
    position: relative;
    z-index: 0;
    margin-left: -15px;
    padding-left: 0;
}

.our-institute-gic-section2 .academic-section-img1::after {
    background-color: #d3a551;
    content: '';
    position: absolute;
    width: 160px;
    height: 160px;
    top: -5%;
    right: -5%;
    z-index: -1;
}

.our-institute-gic-section2 .academic-content-cover2 {
    display: flex;
    align-items: center;
    height: 100%;
    padding-left: 70px;
    width: 97%;
}

.our-institute-gic-section2 .academic-section-img2 {
    padding-right: 0;
    margin-right: -15px;
}

.our-institute-gic-section2 .academic-section-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-gic-section3 {
    position: relative;
}

.our-institute-gic-section3::before {
    background-color: #d3a551;
    height: 80px;
    content: '';
    position: absolute;
    bottom: 21%;
    width: 100%;
}

.our-institute-gic-section3::after {
    background-color: #141e46;
    height: 235px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.our-institute-gic-section3 .beyond-academics-cover {
    background-color: #fff;
}

.our-institute-gic-section3 .beyond-academics-cover::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 45px;
    background-color: #d3a551;
    height: 25%;
    width: 97%;
}

.our-institute-gic-section3 .beyond-academics-cover-shadow {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    margin: 0px 15px;
    margin-top: -55px;
    background-color: #FFF;
}

.our-institute-gic-section2 .get-reverse {
    display: flex;
    /* flex-direction: column-reverse;*/
}

.our-institute-gic-section3 .academics-heading-purple {
    font-size: 42px;
    line-height: 100px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
}

.our-institute-gic-section3 .beyond-academics-content {
    padding: 55px 65px;
}

.our-institute-gic-section3 .beyond-academics-box {
    margin-bottom: 30px;
}

.our-institute-gic-section3 .beyond-academics-box h6 {
   font-family:Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 28px;
}

.our-institute-gic-section3 .beyond-academics-box h6::after {
    width: 92px;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -16px;
    left: 0;
}

.our-institute-gic-section3 .beyond-academics-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.our-institute-gic-section3 .academic-section1-giclm-img {
    position: relative;
    z-index: 1;
}

.our-institute-gic-section3 .academic-section1-giclm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-gic-section3 .academic-content-cover {
    display: flex;
    align-items: center;
    height: 100%;
}

.our-institute-gic-section3 .beyond-academics-img {
    width: 86%;
    margin: auto;
    margin-top: 55px;
}

.our-institute-gic-section3 .beyond-academics-box:last-child {
    margin-bottom: 0;
}

.our-institute-gic-section3 .visit-link {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 0px;
    text-align: center;
    transition: ease all 0.5s;
}

.our-institute-gic-section3 .visit-link a {
    transition: ease all 0.5s;
}

.our-institute-gic-section3 .visit-link a:hover {
    color: #d3a551;
}

.our-institute-gic-section3::after {
    background-color: #141e46;
    height: 300px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}


/*    our institutes giclm section
*/

.our-institute-giclm-section1 {
    padding: 55px;
    text-align: center;
}

.our-institute-giclm-section1 .our-institute-logo {
    margin: auto;
    margin-bottom: 28px;
}

.our-institute-giclm-section1 .our-institute-header {
    font-size: 41px;
    color: #141e46;
    font-weight: 300;
    line-height: 44px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: center;
    margin-top: 22px;
}

.our-institute-giclm-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
    padding: 0px 15px;
}

.our-institute-giclm-section1 .our-institute-header {
    text-align: left;
}

.our-institute-giclm-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
}

.our-institute-giclm-section1 .certification-section {
    position: relative;
}

.our-institute-giclm-section1 .certification-section h6 {
    font-size: 22px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-institute-giclm-section1 .certification-section p {
    margin-bottom: 45px;
}

.our-institute-giclm-section1 .certification-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-giclm-section1 .degree-college-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-institute-giclm-section1 .degree-college-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-giclm-section1 .degree-college-img::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -12%;
    left: -6%;
    z-index: -1;
}

.our-institute-giclm-section2 {
    background-color: #F1F1F1;
    padding-bottom: 85px;
}

.our-institute-giclm-section2 .academics-heading-purple {
    font-size: 42px;
    line-height: 90px;
    background-color: #141e46;
    font-weight: 300;
    width: 90%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
    margin-bottom: 70px;
}

.our-institute-giclm-section2 .academic-content-cover2 {
    padding-left: 60px;
}

.our-institute-giclm-section2 .academic-content-cover1 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 87%;
    padding-right: 0;
}

.our-institute-giclm-section2 .giclm-section-img1 {
    margin-left: -15px;
}

.our-institute-giclm-section2 .academic-content-cover2 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 91%;
}

.our-institute-giclm-section2 .giclm-section-img3 {
    width: 100%;
}

.our-institute-giclm-section2 .giclm-section-img3 img {
    width: 100%;
}

.our-institute-giclm-section2 .academic-content-cover3 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 91%;
    padding-right: 0;
}

.our-institute-giclm-section2 .giclm-section-img3::before {
    right: -47px;
}

.our-institute-giclm-section2 .academic-content-cover4 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    padding-left: 57px;
}

.our-institute-giclm-section2 .academic-content-cover4 .giclm-div4 {
    position: absolute;
    bottom: 0;
}

.our-institute-giclm-section2 .academics-heading-small {
    font-size: 23px;
    line-height: 26px;
    color: #141e46;
    font-weight: 300;
    margin-bottom: 27px;
    position: relative;
    width: 91%;
}

.our-institute-giclm-section2 .academic-content-cover1 .academics-content {
    margin-top: 14%;
}

.our-institute-giclm-section2 .academic-content-cover4 .academics-content {
    margin-top: 14%;
}

.our-institute-giclm-section2 .academic-content-cover4 .academics-heading-small {
    width: 85%;
}

.our-institute-giclm-section2 .academics-heading {
    font-size: 40px;
    line-height: 34px;
    color: #141e46;
    font-weight: 300;
   font-family:Rubik;
    margin-bottom: 12px;
}

.our-institute-giclm-section2 .academics-heading::after {
    display: none;
}

.our-institute-giclm-section2 .academics-heading-small::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -35px;
    z-index: 0;
    left: 0;
}

.our-institute-giclm-section2 .academics-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    width: 87%;
    margin-top: 12%;
}

.giclm-section-img1 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.giclm-section-img2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-giclm-section2 .giclm-section-img3 img {
    position: relative;
    z-index: -1;
}

.our-institute-giclm-section2 .giclm-section-img3 {
    position: relative;
    z-index: 0;
    width: 95%;
    margin-left: -15px;
}

.our-institute-giclm-section2 .giclm-section-img3::before {
    background-color: #d3a551;
    height: 230px;
    content: '';
    position: absolute;
    bottom: -5%;
    right: -6.5%;
    width: 230px;
    z-index: -1;
}

.our-institute-giclm-section2 .giclm-section-img4 img {
    position: relative;
    z-index: 1;
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.our-institute-giclm-section2 .giclm-section-img4 {
    position: relative;
    z-index: 0;
    width: 95%;
    float: right;
}

.our-institute-giclm-section2 .giclm-section-img4::before {
    background-color: #d3a551;
    height: 230px;
    content: '';
    position: absolute;
    top: -6%;
    left: -6%;
    width: 230px;
    z-index: 0;
}

.our-institute-giclm-section3 {
    position: relative;
}

.our-institute-giclm-section3::before {
    background-color: #d3a551;
    height: 80px;
    content: '';
    position: absolute;
    bottom: 19%;
    width: 100%;
}

.our-institute-giclm-section3::after {
    background-color: #141e46;
    height: 235px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.our-institute-giclm-section3 .beyond-academics-cover {
    background-color: #fff;
}

.our-institute-giclm-section3 .beyond-academics-cover::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 50px;
    background-color: #d3a551;
    height: 25%;
    width: 97%;
}

.our-institute-giclm-section3 .academics-heading-purple {
    font-size: 42px;
    line-height: 100px;
    background-color: #141e46;
    font-weight: 300;
    width: 97%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
}

.our-institute-giclm-section3 .beyond-academics-content {
    padding: 52px 63px;
}

.our-institute-giclm-section3 .beyond-academics-cover-shadow {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    margin: 0px 15px;
}

.our-institute-giclm-section3 .beyond-academics-box h6 {
   font-family:Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 28px;
}

.our-institute-giclm-section3 .beyond-academics-box h6::after {
    width: 92px;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -16px;
    left: 0;
}

.our-institute-giclm-section3 .beyond-academics-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.our-institute-giclm-section3 .academic-section1-giclm-img {
    position: relative;
    z-index: 1;
}

.our-institute-giclm-section3 .academic-section1-giclm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-giclm-section3 .academic-content-cover {
    display: flex;
    align-items: center;
    height: 100%;
}

.our-institute-giclm-section3 .beyond-academics-img {
    width: 88%;
    margin: auto;
    margin-top: 0px;
}

.our-institute-giclm-section3 .beyond-academics-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.our-institute-giclm-section3 .beyond-academics-box:last-child {
    margin-bottom: 0;
}

.our-institute-giclm-section3 .visit-link {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 0px;
    text-align: center;
    transition: ease all 0.5s;
}

.our-institute-giclm-section3 .visit-link a {
    transition: ease all 0.5s;
}

.our-institute-giclm-section3 .visit-link a:hover {
    color: #d3a551;
}

.our-institute-giclm-section3::after {
    background-color: #141e46;
    height: 300px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}


/*our institute icse*/

.our-institute-icse-section1 {
    padding-bottom: 55px;
    text-align: center;
}

.our-institute-icse-section1 .our-institute-header {
    text-align: left;
}

.our-institute-icse-section1 .our-institute-logo {
    margin: auto;
    margin-bottom: 20px;
}

.our-institute-icse-section1 .our-institute-header {
    font-size: 43px;
    margin: 30px auto;
    color: #141e46;
    font-weight: 300;
    line-height: 21px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: left;
    margin-top: 84px;
}

.our-institute-icse-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
}

.our-institute-icse-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
}

.our-institute-icse-section1 .certification-section {
    position: relative;
}

.our-institute-icse-section1 .certification-section h6 {
    font-size: 24px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 30px;
}

.our-institute-icse-section1 .certification-section p {
    margin-bottom: 45px;
}

.our-institute-icse-section1 .certification-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-icse-section1 .degree-college-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-institute-icse-section1 .degree-college-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-icse-section1 .degree-college-img::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -12%;
    left: -6%;
    z-index: -1;
}

.our-institute-icse-section2 {
    background-color: #F1F1F1;
    padding-bottom: 130px;
}

.our-institute-icse-section2 .academics-heading-purple {
    font-size: 42px;
    line-height: 90px;
    background-color: #141e46;
    font-weight: 300;
    width: 60%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
    margin-bottom: 70px;
}

.our-institute-icse-section2 .academic-content-cover {
    display: flex;
    height: 100%;
    align-items: center;
}

.our-institute-icse-section2 .academics-heading-small {
    font-size: 38px;
    line-height: 26px;
    color: #141e46;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
   font-family:Rubik;
}

.our-institute-icse-section2 .academics-heading {
    font-size: 40px;
    line-height: 34px;
    color: #141e46;
    font-weight: 300;
    text-transform: lowercase;
   font-family:Rubik;
    margin-bottom: 12px;
}

.our-institute-icse-section2 .academics-heading::after {
    display: none;
}

.our-institute-icse-section2 .academics-heading-small::after {
    background-color: #d3a551;
    text-transform: lowercase;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -37px;
    z-index: 0;
    left: 0;
}

.our-institute-icse-section2 .academics-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    width: 87%;
    margin-top: 13%;
}

.our-institute-icse-section2 .icse-section-img img {
    position: relative;
    z-index: -1;
}

.our-institute-icse-section2 .icse-section-img {
    position: relative;
    z-index: 0;
}

.our-institute-icse-section2 .icse-section-img::before {
    background-color: #d3a551;
    height: 160px;
    content: '';
    position: absolute;
    top: -8%;
    right: -6%;
    width: 160px;
    z-index: -1;
}

.our-institute-icse-section3 {
    position: relative;
}

.our-institute-icse-section3 .beyond-academics-cover-shadow {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    margin: 0px 15px;
    margin-top: -55px;
    background-color: #FFF;
}

.our-institute-icse-section3::before {
    background-color: #d3a551;
    height: 80px;
    content: '';
    position: absolute;
    bottom: 18%;
    width: 100%;
}

.our-institute-icse-section3::after {
    background-color: #141e46;
    height: 235px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}


/*
.our-institute-icse-section3 .beyond-academics-cover {
    background-color: #fff;
}
*/

.our-institute-icse-section3 .beyond-academics-cover::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 45px;
    background-color: #d3a551;
    height: 25%;
    width: 97%;
}

.our-institute-icse-section3 .academics-heading-purple {
    font-size: 42px;
    line-height: 100px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
}

.our-institute-icse-section3 .beyond-academics-content {
    padding: 55px 65px
}

.our-institute-icse-section3 .beyond-academics-box {
    margin-bottom: 30px;
}

.our-institute-icse-section3 .beyond-academics-box h6 {
   font-family:Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 30px;
}

.our-institute-icse-section3 .beyond-academics-box h6::after {
    width: 92px;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -67%;
    left: 0;
}

.our-institute-icse-section3 .beyond-academics-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.our-institute-icse-section3 .academic-section1-icse-img {
    position: relative;
    z-index: 1;
}

.our-institute-icse-section3 .academic-section1-icse-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-icse-section3 .academic-content-cover {
    display: flex;
    align-items: center;
    height: 100%;
}

.our-institute-icse-section3 .beyond-academics-img {
    width: 86%;
    margin: auto;
    margin-top: 55px;
}

.our-institute-icse-section3 .beyond-academics-box:last-child {
    margin-bottom: 0;
}

.our-institute-icse-section3 .visit-link {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 0px;
    text-align: center;
    transition: ease all 0.5s;
}

.our-institute-icse-section3 .visit-link a {
    transition: ease all 0.5s;
}

.our-institute-icse-section3 .visit-link a:hover {
    color: #d3a551;
}

.our-institute-icse-section3::after {
    background-color: #141e46;
    height: 300px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}


/*music academy*/

.our-institute-music-section1 {
    padding: 55px;
    text-align: center;
}

.our-institute-music-section1 .our-institute-logo {
    margin: auto;
    margin-bottom: 30px;
    width: 100%;
}

.our-institute-music-section1 .our-institute-header {
    font-size: 43px;
    color: #141e46;
    font-weight: 300;
    line-height: 44px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: center;
}

.our-institute-music-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
}

.our-institute-music-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
}

.our-institute-music-section1 .certification-section {
    position: relative;
}

.our-institute-music-section1 .certification-section h6 {
    font-size: 24px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-institute-music-section1 .certification-section p {
    margin-bottom: 45px;
    width: 95%;
}

.our-institute-music-section1 .certification-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-music-section1 .degree-college-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-institute-music-section1 .degree-college-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-music-section1 .degree-college-img::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -12%;
    left: -6%;
    z-index: -1;
}

.our-institute-music-section1 .our-institute-header {
    text-align: left;
}

.our-institute-music-section2 {
    background-color: #F1F1F1;
    padding-bottom: 105px;
    padding-top: 120px;
    position: relative;
}

.our-institute-music-section2::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 41%;
}

.our-institute-music-section2 .academics-heading-purple {
    font-size: 42px;
    line-height: 90px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
    margin-bottom: 70px;
}

.our-institute-music-section2 .academic-content-cover {
    display: flex;
    height: 100%;
    align-items: center;
}

.our-institute-music-section2 .academics-heading-small {
    font-size: 23px;
    line-height: 26px;
    color: #141e46;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
   font-family:Rubik;
}

.our-institute-music-section2 .child-activity-box h6 {
   font-family:Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 0;
}

.our-institute-music-section2 .academics-heading {
    font-size: 40px;
    line-height: 34px;
    color: #141e46;
    font-weight: 300;
   font-family:Rubik;
    margin-bottom: 12px;
}

.our-institute-music-section2 .academics-heading::after {
    display: none;
}

.our-institute-music-section2 .academics-heading-small::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -29px;
    z-index: 0;
    left: 0;
}

.our-institute-music-section2 .academics-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    width: 87%;
    margin-top: 13%;
}

.our-institute-music-section2 .music-page-heading {
    color: #fff;
    font-size: 40px;
    color: #026699;
    font-weight: 600;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.our-institute-music-section2 .music-page-heading h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0px;
}

.our-institute-music-section2 .music-page-heading h4 {
   font-family:Rubik;
    color: #141e46;
    font-size: 30px;
    position: relative;
    font-weight: 300 !important;
}

.our-institute-music-section2 .music-page-heading::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -29px;
    z-index: 0;
    left: 0;
}

.our-institute-music-section2 .child-activity-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.our-institute-music-section2 .child-activity-section::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
}

.our-institute-music-section2 .child-activity-img2-left {
    width: 100%;
    position: relative;
    z-index: 0;
    top: -30px;
    left: 29px;
    box-shadow: 0px 30px 50px #00000030;
}

.our-institute-music-section2 .child-activity-box-cover2 {
    padding-top: 50px;
    padding-left: 50px;
}

.our-institute-music-section2 .child-activity-img2-left::after {
    background-color: #d3a551;
    width: 100%;
    height: 156px;
    display: block;
    content: '';
    position: absolute;
    top: -6%;
    left: -22px;
    z-index: -1;
    margin-bottom: -30px;
}

.our-institute-music-section2 .child-activity-img2-right {
    width: 110%;
    float: right;
}

.our-institute-music-section2 .child-activity-img2-right img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    /* margin-right: 23px; */
}

.our-institute-music-section2 .child-activity-img2-right::after {
    background-color: #d3a551;
    width: 100%;
    height: 209px;
    display: block;
    content: '';
    position: absolute;
    bottom: 2%;
    right: -1%;
    z-index: 0;
}

.our-institute-music-section3 {
    position: relative;
}

.our-institute-music-section3::before {
    background-color: #d3a551;
    height: 80px;
    content: '';
    position: absolute;
    bottom: 38%;
    width: 100%;
}

.our-institute-music-section3::after {
    background-color: #141e46;
    height: 235px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.our-institute-music-section3 .beyond-academics-cover {
    box-shadow: 10px 20px 50px #00000017;
    background-color: #fff;
}

.our-institute-music-section3 .beyond-academics-cover::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 45px;
    background-color: #d3a551;
    height: 25%;
    width: 97%;
}

.our-institute-music-section3 .academics-heading-purple {
    font-size: 42px;
    line-height: 100px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
}

.our-institute-music-section3 .beyond-academics-content {
    padding: 65px 80px;
}

.our-institute-music-section3 .beyond-academics-box {
    margin-bottom: 30px;
}

.our-institute-music-section3 .beyond-academics-box h6 {
   font-family:Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 30px;
}

.our-institute-music-section3 .beyond-academics-box h6::after {
    width: 92px;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -67%;
    left: 0;
}

.our-institute-music-section3 .beyond-academics-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.our-institute-music-section3 .inside-page-footer-img {
    padding: 45px;
    box-shadow: 10px 20px 50px #00000017;
    background-color: #fff;
}

.our-institute-music-section3 .academic-section1-giclm-img {
    position: relative;
    z-index: 1;
}

.our-institute-music-section3 .academic-section1-giclm-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-music-section3 .academic-content-cover {
    display: flex;
    align-items: center;
    height: 100%;
}

.our-institute-music-section3 .beyond-academics-img {
    width: 86%;
    margin: auto;
}

.our-institute-music-section3 .beyond-academics-box:last-child {
    margin-bottom: 0;
}

.our-institute-music-section3 .visit-link {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 0px;
    text-align: center;
    transition: ease all 0.5s;
}

.our-institute-music-section3 .visit-link a {
    transition: ease all 0.5s;
}

.our-institute-music-section3 .visit-link a:hover {
    color: #d3a551;
}

.our-institute-music-section3::after {
    background-color: #141e46;
    height: 300px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}


/*garodia academy*/

.our-institute-preschool-section1 {
    padding-bottom: 49px;
    padding-top: 55px;
    text-align: center;
}

.our-institute-preschool-section1 .our-institute-logo {
    margin: auto;
    margin-bottom: 30px;
    width: 76%;
}

.our-institute-preschool-section1 .our-institute-header {
    font-size: 43px;
    color: #141e46;
    font-weight: 300;
    line-height: 44px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: center;
    margin-top: 60px;
}

.our-institute-preschool-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
}

.our-institute-preschool-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
}

.our-institute-preschool-section1 .certification-section {
    position: relative;
}

.our-institute-preschool-section1 .certification-section h6 {
    font-size: 24px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-institute-preschool-section1 .certification-section p {
    width: 95%;
    margin: auto;
    margin-bottom: 45px;
}

.our-institute-preschool-section1 .certification-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-preschool-section1 .degree-college-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-institute-preschool-section1 .degree-college-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-preschool-section1 .degree-college-img::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -9%;
    left: -5%;
    z-index: -1;
}

.our-institute-preschool-section2 {
    background-color: #F1F1F1;
    padding-bottom: 130px;
    padding-top: 120px;
    position: relative;
}

.our-institute-preschool-section2::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 41%;
}

.our-institute-preschool-section2 .academics-heading-purple {
    font-size: 42px;
    line-height: 90px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
    margin-bottom: 70px;
}

.our-institute-preschool-section2 .child-activity-box-cover2 {
    padding-left: 50px;
    padding-top: 80px;
}

.our-institute-preschool-section2 .academic-content-cover {
    display: flex;
    height: 100%;
    align-items: center;
}

.our-institute-preschool-section2 .academics-heading-small {
    font-size: 40px;
    line-height: 26px;
    color: #141e46;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
   font-family:Rubik;
}

.our-institute-preschool-section2 .child-activity-box h6 {
   font-family:Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 0;
}

.our-institute-preschool-section2 .academics-heading {
    font-size: 40px;
    line-height: 34px;
    color: #141e46;
    font-weight: 300;
   font-family:Rubik;
    margin-bottom: 12px;
}

.our-institute-preschool-section2 .academics-heading::after {
    display: none;
}

.our-institute-preschool-section2 .academics-heading-small::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -40px;
    z-index: 0;
    left: 0;
}

.our-institute-preschool-section2 .academics-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    width: 87%;
    margin-top: 13%;
}

.our-institute-preschool-section2 .child-activity-img::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -40px;
    z-index: 0;
    left: 0;
}

.our-institute-preschool-section2 .child-activity-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.our-institute-preschool-section2 .child-activity-section::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
}

.our-institute-preschool-section2 .child-activity-img2-left {
    width: 100%;
    position: relative;
    z-index: 0;
    top: -30px;
    left: 29px;
}

.our-institute-preschool-section2 .child-activity-img2-left::after {
    background-color: #d3a551;
    width: 106%;
    height: 200px;
    display: block;
    content: '';
    position: absolute;
    top: -8%;
    left: -27px;
    z-index: -1;
    margin-bottom: -30px;
}

.our-institute-preschool-section2 .child-activity-img2-right {
    width: 110%;
    float: right;
}

.our-institute-preschool-section2 .child-activity-img2-right img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    /* margin-right: 23px; */
}

.our-institute-preschool-section2 .child-activity-img2-right::after {
    background-color: #d3a551;
    width: 100%;
    height: 200px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: -3%;
    z-index: 0;
}

.our-institute-preschool-section2 .teaching-technique-heading {
    color: #fff;
    font-size: 40px;
    color: #026699;
    font-weight: 600;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.our-institute-preschool-section2 .teaching-technique-heading h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0px;
}

.our-institute-preschool-section2 .teaching-technique-heading h4 {
   font-family:Rubik;
    color: #141e46;
    font-size: 40px;
    position: relative;
    font-weight: 300 !important;
}

.our-institute-preschool-section2 .teaching-technique-heading::after {
    width: 160px;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -35px;
    left: 0%;
}

.our-institute-preschool-section2 .child-activity-box-cover1 {
    margin-top: 70px;
}

.our-institute-preschool-section2 .child-activity-img2 {
    width: 70%;
    float: right;
    position: relative;
    z-index: 1;
    box-shadow: 0px 30px 50px #00000030;
}

.our-institute-preschool-section2 .child-activity-img2::before {
    width: 92%;
    height: 156px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    top: -29px;
    left: -9%;
    z-index: -1;
}

.our-institute-preschool-section2 .child-activity-img1 {
    float: right;
    position: relative;
    z-index: 1;
    box-shadow: 0px 30px 50px #00000030;
}

.our-institute-preschool-section2 .child-activity-img1::before {
    width: 37%;
    height: 113%;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    top: -29px;
    right: -5%;
    z-index: -1;
}

.our-institute-preschool-section2 .child-activity-img1::after {
    width: 100%;
    height: 50px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -28px;
    left: 0%;
    z-index: -1;
}

.our-institute-preschool-section3 {
    position: relative;
    margin-top: 60px;
}

.our-institute-preschool-section3::before {
    background-color: #d3a551;
    height: 80px;
    content: '';
    position: absolute;
    bottom: 15%;
    width: 100%;
}

.our-institute-preschool-section3::after {
    background-color: #141e46;
    height: 235px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.our-institute-preschool-section3 .beyond-academics-cover {
    box-shadow: 10px 20px 50px #00000017;
    background-color: #fff;
}

.our-institute-preschool-section3 .beyond-academics-cover::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 45px;
    background-color: #d3a551;
    height: 25%;
    width: 100%;
}

.our-institute-preschool-section3 .academics-heading-purple {
    font-size: 42px;
    line-height: 100px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
}

.our-institute-preschool-section3 .beyond-academics-content {
    padding: 55px;
}

.our-institute-preschool-section3 .beyond-academics-box {
    margin-bottom: 30px;
}

.our-institute-preschool-section3 .beyond-academics-box h6 {
   font-family:Rubik;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 28px;
}

.our-institute-preschool-section3 .beyond-academics-box h6::after {
    width: 92px;
    height: 5px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -17px;
    left: 0;
}

.our-institute-preschool-section3 .beyond-academics-box p {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000;
}

.our-institute-preschool-section3 .inside-page-footer-img {
    padding: 45px;
    box-shadow: 10px 20px 50px #00000017;
    background-color: #fff;
}

.our-institute-preschool-section3 .academic-content-cover {
    display: flex;
    align-items: center;
    height: 100%;
}

.our-institute-preschool-section3 .beyond-academics-img {
    width: 88%;
    margin: auto;
    margin-top: 75px;
}

.our-institute-preschool-section3 .beyond-academics-img img {
    width: 100%;
}

.our-institute-preschool-section3 .beyond-academics-box:last-child {
    margin-bottom: 0;
}

.our-institute-preschool-section3 .visit-link {
    font-size: 18px;
    line-height: 26px;
    padding: 50px 0px;
    text-align: center;
    transition: ease all 0.5s;
}

.our-institute-preschool-section3 .visit-link a {
    transition: ease all 0.5s;
}

.our-institute-preschool-section3 .visit-link a:hover {
    color: #d3a551;
}



.our-institute-preschool-section3 .our-integrated-heading {
    text-align: center;
}

.our-institute-preschool-section3 .our-integrated-heading h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 35px;
    position: relative;
    display: block;
    text-transform: lowercase;
}


/*.beyond-academics-cover .beyond-academics-img{
    padding-top: 90px;
}*/

.our-institute-preschool-section3 .our-integrated-heading h3::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -40px;
    left: 38%;
}

.our-institute-preschool-section3 .our-integrated-heading p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    /* margin: 50px 0px; */
    font-weight: 300;
    margin-top: 75px;
    margin-bottom: 40px;
}


/*sport academy*/

.our-institute-sport-section1 {
    padding: 55px;
    text-align: center;
    padding-bottom: 45px;
}

.our-institute-sport-section1 .our-institute-header {
    text-align: left;
}

.our-institute-sport-section1 .our-institute-logo {
    margin: auto;
    margin-bottom: -15px;
}

.our-institute-sport-section1 .our-institute-header {
    font-size: 43px;
    margin: 30px auto;
    color: #141e46;
    font-weight: 300;
    line-height: 44px;
   font-family:Rubik;
    display: block;
    height: 100%;
    text-align: center;
}

.our-institute-sport-section1 p {
    font-size: 16px;
    color: #000;
    line-height: 26px;
    margin-bottom: 0;
}

.our-institute-sport-section1 .orange-divider {
    background-color: #d3a551;
    width: 160px;
    height: 9px;
    margin: 70px auto;
    display: block;
    text-align: center;
}

.our-institute-sport-section1 .certification-section {
    position: relative;
}

.our-institute-sport-section1 .certification-section h6 {
    font-size: 24px;
    color: #141e46;
    font-weight: 600;
    margin-bottom: 20px;
}

.our-institute-sport-section1 .certification-section p {
    margin-bottom: 45px;
}

.our-institute-sport-section1 .certification-section img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-sport-section1 .degree-college-img {
    width: 100%;
    height: 100%;
    position: relative;
}

.our-institute-sport-section1 .degree-college-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.our-institute-sport-section1 .degree-college-img::after {
    background-color: #d3a551;
    width: 400px;
    height: 370px;
    display: block;
    content: '';
    position: absolute;
    bottom: -9%;
    left: -5%;
    z-index: -1;
}

.our-institute-sport-section2 {
    background-color: #F1F1F1;
    padding-bottom: 130px;
    padding-top: 90px;
    position: relative;
}

.our-institute-sport-section2 .academic-content-cover1 {
    padding-right: 70px;
}

.our-institute-sport-section2::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 41%;
}

.our-institute-sport-section2 .academic-content-cover2 {
    padding-left: 70px;
}

.our-institute-sport-section2 .academic-content-cover4 {
    padding-left: 70px;
    margin-top: 40px;
}

.our-institute-sport-section2 .academics-heading-purple {
    font-size: 42px;
    line-height: 90px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
    margin-bottom: 70px;
}

.our-institute-sport-section2 .academic-content-cover1 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

.our-institute-sport-section2 .academic-content-cover2 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 93%;
}

.our-institute-sport-section2 .academic-content-cover3 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 93%;
}

.our-institute-sport-section2 .academic-content-cover4 {
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
}

.our-institute-sport-section2 .academics-heading-small {
    font-size: 40px;
    line-height: 26px;
    color: #141e46;
    font-weight: 300;
    margin-bottom: 10px;
    position: relative;
   font-family:Rubik;
}

.our-institute-sport-section2 .child-activity-box h6 {
   font-family:Rubik;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    color: #141e46;
    position: relative;
    margin-bottom: 0;
}

.our-institute-preschool-section2 .academics-heading {
    font-size: 40px;
    line-height: 34px;
    color: #141e46;
    font-weight: 300;
   font-family:Rubik;
    margin-bottom: 12px;
}

.our-institute-preschool-section2 .academics-heading::after {
    display: none;
}

.our-institute-sport-section2 .academics-heading-small::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -40px;
    z-index: 0;
    left: 0;
}

.our-institute-sport-section2 .academics-content {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 300;
    width: 87%;
    margin-top: 18%;
}

.our-institute-sport-section2 .child-activity-img::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -40px;
    z-index: 0;
    left: 0;
}

.our-institute-sport-section2 .child-activity-box p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    margin-bottom: 25px;
}

.our-institute-sport-section2 .child-activity-section::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
}

.our-institute-sport-section2 .child-activity-img2-left {
    width: 100%;
    position: relative;
    z-index: 0;
    top: -30px;
    left: 29px;
}

.our-institute-sport-section2 .child-activity-img2-left::after {
    background-color: #d3a551;
    width: 106%;
    height: 200px;
    display: block;
    content: '';
    position: absolute;
    top: -8%;
    left: -27px;
    z-index: -1;
    margin-bottom: -30px;
}

.our-institute-sport-section2 .child-activity-img2-right {
    width: 110%;
    float: right;
}

.our-institute-sport-section2 .child-activity-img2-right img {
    width: 100%;
    position: relative;
    z-index: 9;
    margin-bottom: 30px;
    /* margin-right: 23px; */
}

.our-institute-sport-section2 .child-activity-img2-right::after {
    background-color: #d3a551;
    width: 100%;
    height: 200px;
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    right: -3%;
    z-index: 0;
}

.our-institute-sport-section2 .teaching-technique-heading {
    color: #fff;
    font-size: 40px;
    color: #026699;
    font-weight: 600;
    text-align: left;
    margin-bottom: 60px;
    position: relative;
}

.our-institute-sport-section2 .teaching-technique-heading h3 {
   font-family:Rubik;
    color: #141e46;
    font-size: 40px;
    font-weight: 300;
    margin-bottom: 0px;
}

.our-institute-sport-section2 .teaching-technique-heading h4 {
   font-family:Rubik;
    color: #141e46;
    font-size: 40px;
    position: relative;
    font-weight: 300 !important;
}

.our-institute-sport-section2 .teaching-technique-heading::after {
    width: 160px;
    height: 10px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -35px;
    left: 0%;
}

.our-institute-sport-section2 .child-activity-box-cover1 {
    margin-top: 70px;
}

.our-institute-sport-section2 .child-activity-img2 {
    width: 70%;
    float: right;
    position: relative;
    z-index: 1;
    box-shadow: 0px 30px 50px #00000030;
}

.our-institute-sport-section2 .academics-heading {
    font-size: 40px;
    font-weight: 300;
    color: #141e46;
    position: relative;
    text-transform: lowercase;
   font-family:Rubik;
}

.our-institute-sport-section2 .academics-heading::after {
    background-color: #d3a551;
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    bottom: -43px;
    z-index: 0;
    left: 0;
}

.our-institute-sport-section2 {
    position: relative;
}

.our-institute-sport-section2::after {
    width: 100%;
    height: 38px;
    content: '';
    position: absolute;
    z-index: 3;
    background-color: #141e46;
    bottom: 0;
}

.our-institute-sport-section2 .sport-section-img2 {
    position: relative;
}

.our-institute-sport-section2 .sport-section-img2 img {
    z-index: 0;
    position: relative;
}

.our-institute-sport-section2 .sport-section-img2::before {
    width: 290px;
    height: 230px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    top: -35px;
    left: -8%;
    z-index: 0;
}

.our-institute-sport-section2 .sport-section-img3 {
    position: relative;
}

.our-institute-sport-section2 .sport-section-img3 img {
    z-index: 0;
    position: relative;
}

.our-institute-sport-section2 .sport-section-img3::before {
    width: 290px;
    height: 150px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -35px;
    right: -7%;
    z-index: 0;
}

.sport-section-img4 img {
    width: 100%;
}

.purple-heading-divider {
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    margin: auto;
    position: relative;
    bottom: -17px;
    z-index: 9;
    background-color: #141e46;
}

.child-activity-section::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 40%;
}

.purple-divider-sport::before {
    background-color: #141e46;
    width: 360px;
    height: 28px;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 35%;
}


/*career page section*/

.career-section1 {
    background: transparent radial-gradient(closest-side at 50% 50%, #141e46 0%, #141e46 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding-top: 80px;
    color: #fff;
    padding-bottom: 150px;
}

.career-section1 .career-heading {
    color: #fff;
    text-align: left;
    margin-bottom: 70px;
    position: relative;
    text-transform: lowercase;
    line-height: 45px;
    letter-spacing: 1px;
}

.career-heading h3 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -5px;
    font-size: 40px;
}

.career-content {
    width: 86%;
}

.career-heading h4 {
   font-family:Rubik;
    font-weight: 100 !important;
    font-size: 40px;
}

.career-heading::after {
    width: 138px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -35px;
    left: 0;
}

.career-content p {
    font-size: 16px;
    line-height: 26px;
    margin-top: 60px;
    font-weight: 300;
    margin-bottom: 30px;
}

.career-section2 {
    position: relative;
}

.career-section2::after {
    content: '';
    width: 100%;
    height: 275px;
    background: transparent radial-gradient(closest-side at 50% 50%, #FFC300 0%, var(--unnamed-color-d3a551) 100%) 0% 0% no-repeat padding-box;
    background: transparent radial-gradient(closest-side at 50% 50%, #FFC300 0%, #d3a551 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.join-family-section-cover {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    margin-top: -130px;
    background-color: #fff;
    width: 100%;
    margin-bottom: 140px;
}

.join-family-section {
    padding: 65px;
    position: relative;
}

.join-family-section-right {
    width: 100%;
    height: 100%;
}

.join-family-section-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.career-section2 .join-family-section::after {
    width: 100%;
    height: 17px;
    content: '';
    position: absolute;
    background-color: #141e46;
    bottom: 0;
    left: 0;
}

.join-family-section h3 {
    font-size: 30px;
    line-height: 28px;
    color: #141e46;
    font-weight: 700;
    text-transform: lowercase;
    margin-bottom: 25px;
   font-family:Rubik;
}

.join-family-section p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-bottom: 35px;
}

.join-family-section .join-form .form-group {
    transition: ease all 0.5s;
    position: relative;
}

.join-family-section .join-form .form-group label {
    font-size: 100%;
    color: #000;
    position: absolute;
    top: -2px;
    line-height: 0;
    left: 22px;
    padding: 2px;
    background-color: #fff;
    opacity: 1;
    transition: ease all 0.5s;
    font-size: 16px;
}

.join-family-section .form-control {
    border-radius: 0;
    border: 1px solid #E3E3E3;
    height: 45px;
    margin-bottom: 30px;
    padding-top: 13px;
    color: #000;
    font-size: 18px;
}

.join-family-section .join-btn {
    padding: 8px 40px;
    font-size: 15px;
    line-height: 33px;
    background: var(--unnamed-color-d3a551) 0% 0% no-repeat padding-box;
    background: #d3a551 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 30px #d3a5516B;
    border-radius: 26px;
    transition: ease all 0.5s;
    text-transform: uppercase;
    width: 40%;
    text-align: center;
    margin-top: 20px;
}

.join-family-section .upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.join-family-section .btn {
    color: #d3a551;
    background-color: white;
    font-size: 16px;
    font-weight: 700;
    font-style: italic;
    padding: 0;
    text-decoration: underline;
    text-transform: capitalize;
    font-family: 'Open Sans', sans-serif;
}

.join-family-section .upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.join-family-section-left {
    margin-right: 40px;
}

.join-family-section .join-form select {
    background: url(../images/svg/down-arrow.svg) no-repeat left center;
    -webkit-appearance: none;
    background-position-x: 97%;
    content: '';
    transition: ease all 0.5s;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-control:focus+label.form-control-placeholder {
    font-size: 15px;
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    position: absolute;
    top: -1px;
    transition: ease all 0.5s;
    background-color: #fff;
}


/*contact section*/

.contact-section2 {
    position: relative;
}

.contact-section2::before {
     
}

.contact-section2::after {
    content: '';
    width: 100%;
    
    bottom: 0;
    z-index: -1;
}

.contact-section1 {
        background: transparent radial-gradient(closest-side at 50% 50%, #fffefe 0%, #bfb8b8 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    padding-top: 140px;
    color: #fff;
    padding-bottom: 140px;
}

.contact-section-cover {
     
    background-color: #fff;
    width: 100%;
    
}

.contact-section-inside {
    padding: 60px 0px;
    position: relative;
}

.contact-heading h3 {
    font-size: 34px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    
    margin-bottom: 15px;
   font-family:Rubik;
    letter-spacing: 0;
}

.contact-heading h4 {
    font-size: 34px;
    line-height: 28px;
    color: #000;
    font-weight: 400;
    
    margin-bottom: 20px;
   font-family:Rubik;
}

.contact-section-content {
     
}

.contact-heading {
    color: #fff;
    text-align: left;
    margin-bottom: 40px;
    position: relative;
     
}

.contact-section-left p {
    font-size: 16px;
    color: #000;
    line-height: 24px;
     
}

.contact-section-right {
    height: 100%;
}

.contact-heading::after {
    width: 138px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -25px;
    left: 0;
}

.contact-icon {
    display: flex;
    align-items: center;
    margin-bottom: 36px;
}

.contact-icon p {
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 0;
}

.contact-icon a:hover {
    transition: ease all 0.5s;
}

.contact-icon a:hover {
    color: #000;
}

.contact-icon img {
    width: 30px;
    height: 30px;
    display: inline-flex;
    transition: ease all 0.5s;
    border-radius: 50%;
    margin-right: 30px;
}


/*partner with us section*/

.partner-with-us-section1 {
    padding: 75px 0;
    padding-bottom: 15px;
}

.partner-with-us-section1 .nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    background: #141e46 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000036;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #d3a551;
    padding: 15px 45px;
    border-radius: 0;
}

.partner-with-us-section1 .nav-pills .nav-link {
    background: #141e46 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000036;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    padding: 15px 30px;
    border-radius: 0;
    width: 85%;
    margin: auto;
    transition: ease all 0.5s;
}

.partner-with-us-section1 .nav-pills .nav-link:hover {
    color: #d3a551;
}

.partner-with-us-cover {
    text-align: center;
    width: 83%;
    margin: auto;
    padding: 50px 0;
}

.partner-with-us-cover .partner-heading {
    position: relative;
    margin-bottom: 60px;
}

.partner-with-us-cover .partner-heading h3 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -5px;
    font-size: 43px;
    color: #141e46;
    text-transform: lowercase;
}

.partner-with-us-cover .partner-heading h4 {
   font-family:Rubik;
    font-size: 43px;
    color: #141e46;
    font-weight: 100;
}

.partner-with-us-cover p {
    font-size: 18px;
    color: #5D5D5D;
    font-weight: 600;
    line-height: 28px;
}

.partner-with-us-cover .partner-heading::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -35px;
    left: 41%;
    margin: auto;
}

.partner-with-us-cover2 {
    padding-bottom: 70px;
}

.partner-with-us-cover2 .heading-img {
    top: -30px;
}

.partner-with-us-cover2 .stage-section {
    margin-top: 30px;
}

.partner-with-us-cover2 h3 {
    font-size: 45px;
   font-family:Rubik;
    color: #141e46;
    margin-top: 40px;
    margin-bottom: 60px;
    width: 100%;
    text-align: center;
    font-weight: 300;
    text-align: center;
    text-transform: lowercase;
}

.partner-with-us-cover2 .stage-section .main-heading {
    display: flex;
    height: 110px;
    flex-direction: column-reverse;
    position: relative;
}

.partner-with-us-cover2 .stage-section .purple-heading {
    width: 50%;
    color: #141e46;
    font-weight: 300;
    font-size: 20px;
    line-height: 28px;
    position: relative;
}

.partner-with-us-cover2 .stage-section .purple-heading::after {
    width: 108px;
    height: 6px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -21px;
    left: 0;
    margin: auto;
}

.partner-with-us-cover2 .stage-section .heading-img {
    position: absolute;
    top: 0;
    right: 0;
}

.stage-section-inside {}

.partner-row .col-md-6 {
    display: flex;
    align-items: center;
}

.stage-section {
    position: relative;
    top: 0;
    width: 85%;
}

.partner-with-us-cover2 .stage-section .stage-list ul {
    margin-top: 35px;
}

.partner-with-us-cover2 .stage-section .stage-list li {
    list-style-position: inside;
    list-style-type: none;
    list-style-position: inside;
    color: #000;
    font-size: 16px;
    line-height: 24px;
    margin-left: 17px;
}

.partner-with-us-cover2 .stage-section .stage-list ul li::before {
    content: "\2022";
    color: #d3a551;
    font-weight: 300;
    display: inline-flex;
    width: 15px;
    margin-left: -16px;
    font-size: 20px;
}

.partner-with-us-section2 {
    padding: 60px 0;
    background-color: #f0f0f0;
    position: relative;
    
     
}

.partner-with-us-section2 .heading {
    font-size: 43px;
    line-height: 57px;
    color: #11277c;
    text-align: center;
    font-weight:400;
    letter-spacing: 0px;
   font-family:Rubik;
     margin-bottom: 50px
}

.partner-with-us-section2 .partner-btn {
    padding: 60px 0;
}

.partner-form-cover {
    background-color: #fff;
    box-shadow: 0px -30px 50px #00017;
    padding: 50px;
    z-index: 9;
    position: relative;
}

 
.partner-form .form-group {
    transition: ease all 0.5s;
    position: relative;
}

.partner-form .form-group label {
    font-size: 100%;
    color: #000;
    position: absolute;
    top: -2px;
    line-height: 0;
    left: 22px;
    padding: 2px;
    background-color: #fff;
    opacity: 1;
    transition: ease all 0.5s;
    font-size: 16px;
}

.partner-form .form-control {
    border-radius: 0;
    border: 1px solid #E3E3E3;
    margin-bottom: 30px;
    padding-top: 13px;
    color: #000;
    font-size: 18px;
    padding: 25px;
}

.partner-form .submit-btn {
    padding: 8px 40px;
    font-size: 18px;
    line-height: 33px;
    background: var(--unnamed-color-d3a551) 0% 0% no-repeat padding-box;
    background: #d3a551 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 30px #d3a5516B;
    border-radius: 26px;
    transition: ease all 0.5s;
    text-transform: uppercase;
    width: 40%;
    text-align: center;
    margin-top: 30px;
}

.partner-with-us-form .partner-btn {
    padding: 10px 30px;
    font-size: 20px;
    background: var(--unnamed-color-d3a551) 0% 0% no-repeat padding-box;
    background: #d3a551 0% 0% no-repeat padding-box;
    box-shadow: 5px 5px 30px #d3a5516B;
    border-radius: 26px;
    transition: ease all 0.5s;
    text-transform: uppercase;
    width: 260px;
    text-align: center;
    margin: 50px auto;
    color: #fff;
    margin-top: 35px;
}

.partner-with-us-section2::after {
    
}

.partner-form select.form-control {
    background: url(../images/svg/down-arrow.svg) no-repeat left center;
    -webkit-appearance: none;
    background-position-x: 97%;
    content: '';
    transition: ease all 0.5s;
    padding: 0px 25px;
    height: 55px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
}

.form-control:focus+label.form-control-placeholder {
    font-size: 14px;
    transform: translate3d(0, -50%, 0);
    opacity: 1;
    position: absolute;
    top: -1px;
    transition: ease all 0.5s;
    background-color: #fff;
}

.partner-form-cover h6 {
    font-size: 16px;
    font-weight: 300;
    color: #000;
    margin-bottom: 50px;
}

.partner-form-cover::after {
    width: 100%;
    height: 0px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: 0;
    left: 0;
}

.partner-service-section-curriculum {
    display: flex;
    margin-bottom: 60px;
}

.partner-service-left-curriculum {
    padding: 45px 72px;
    background-color: #d3a551;
    width: 65%;
    padding-right: 92px;
}

.partner-service-left-inside-curriculum .partner-heading-curriculum {
    position: relative;
    margin-bottom: 50px;
}

.partner-service-left-inside-curriculum .partner-heading-curriculum h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -10px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
}

.partner-service-left-inside-curriculum .partner-heading-curriculum h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #141e46;
    font-weight: 100;
}

.partner-service-left-inside-curriculum .partner-heading-curriculum::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #141e46;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partner-service-left-inside-curriculum p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 97%;
}

.partner-service-right-curriculum {
    background-color: #F0F0F0;
    width: 35%;
    position: relative;
}

.partner-service-right-curriculum::after {
    content: '';
    position: absolute;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-right: 38px solid #F0F0F0;
    left: -36px;
    bottom: 18%;
}

.partner-service-right-inside-curriculum {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.partner-service-section-seamless {
    display: flex;
    margin-bottom: 60px;
}

.partner-service-left-seamless {
    padding: 45px 72px;
    background-color: #000;
    width: 65%;
    padding-right: 92px;
}

.partner-service-left-inside-seamless .partner-heading-seamless {
    position: relative;
    margin-bottom: 50px;
}

.partner-service-left-inside-seamless .partner-heading-seamless h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -10px;
    font-size: 40px;
    color: #fff;
    text-align: left;
}

.partner-service-left-inside-seamless .partner-heading-seamless h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #fff;
    font-weight: 100;
}

.partner-service-left-inside-seamless .partner-heading-seamless::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partner-service-left-inside-seamless p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.partner-service-right-seamless {
    background-color: #F0F0F0;
    width: 35%;
    position: relative;
}

.partner-service-right-seamless::after {
    content: '';
    position: absolute;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 38px solid #F0F0F0;
    right: -36px;
    bottom: 18%;
}

.partner-service-right-inside-seamless {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
}

.partner-service-section-recruitment {
    display: flex;
    margin-bottom: 60px;
}

.partner-service-left-recruitment {
    padding: 45px 72px;
    background-color: #141e46;
    width: 65%;
    padding-right: 92px;
}

.partner-service-left-inside-recruitment .partner-heading-recruitment {
    position: relative;
    margin-bottom: 50px;
}

.partner-service-left-inside-recruitment .partner-heading-recruitment h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -10px;
    font-size: 40px;
    color: #fff;
    text-align: left;
    text-transform: lowercase;
}

.partner-service-left-inside-recruitment .partner-heading-recruitment h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #fff;
    font-weight: 100;
    text-transform: lowercase;
}

.partner-service-left-inside-recruitment .partner-heading-recruitment::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partner-service-left-inside-recruitment p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.partner-service-right-recruitment {
    background-color: ##141e46;
    width: 35%;
    position: relative;
}

.partner-service-right-recruitment::after {
    content: '';
    position: absolute;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-right: 38px solid #F0F0F0;
    left: -36px;
    top: 18%;
}

.partner-service-right-inside-recruitment {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}
.partner-service-right-inside-recruitment img{
    margin:auto;
}
.partner-service-section-edtech {
    display: flex;
}

.partner-service-left-edtech {
    padding: 45px 72px;
    background-color: #d3a551;
    width: 65%;
    padding-right: 92px;
}

.partner-service-left-inside-edtech .partner-heading-edtech {
    position: relative;
    margin-bottom: 50px;
}

.partner-service-left-inside-edtech .partner-heading-edtech h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -10px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
}

.partner-service-left-inside-edtech .partner-heading-edtech::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #141e46;
    /* padding: 50px 0px; */
    bottom: -25px;
    left: 0;
    margin: auto;
}

.partner-service-left-inside-edtech p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.partner-service-right-edtech {
    background-color: ##141e46;
    width: 35%;
    position: relative;
}

.partner-service-right-edtech::after {
    content: '';
    position: absolute;
    border-top: 28px solid transparent;
    border-bottom: 28px solid transparent;
    border-left: 38px solid #F0F0F0;
    right: -36px;
    bottom: 18%;
}

.partner-service-right-inside-edtech {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.partnership-section-diverse {
    display: flex;
    margin-bottom: 60px;
}

.partnership-left-diverse {
    padding: 100px;
    background-color: #f0f0f0;
    width: 50%;
}

.partnership-left-inside-diverse .partnership-heading-diverse {
    position: relative;
    margin-bottom: 50px;
    display: flex;
}

.partnership-left-inside-diverse .partnership-heading-diverse h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -5px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
    text-transform: lowercase;
}

.partnership-left-inside-diverse .partnership-heading-diverse h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #141e46;
    font-weight: 100;
}

.partnership-left-inside-diverse .partnership-heading-diverse::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partnership-left-inside-diverse p {
    font-size: 16px;
    color: #575757;
    line-height: 24px;
}

.partnership-right-diverse {
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.partnership-right-diverse::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 48px solid #f0f0f0;
    left: 0;
    bottom: 18%;
}

.partnership-right-inside-diverse {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.partnership-right-inside-diverse img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.partnership-section-advanced {
    display: flex;
    margin-bottom: 60px;
}

.partnership-right-advanced {
    padding: 76px 112px;
    background-color: #d3a551;
    width: 50%;
    position: relative;
}

.partnership-right-inside-advanced .partnership-heading-advanced {
    position: relative;
    margin-bottom: 50px;
}

.partnership-right-inside-advanced .partnership-heading-advanced h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -10px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
    text-transform: lowercase;
}

.partnership-right-inside-advanced .partnership-heading-advanced h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #141e46;
    font-weight: 100;
    text-transform: lowercase;
}

.partnership-right-inside-advanced .partnership-heading-advanced::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #141e46;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partnership-right-inside-advanced p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.partnership-right-advanced::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 48px solid #d3a551;
    left: -8%;
    bottom: 18%;
}

.partnership-right-inside-advanced img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.partnership-left-advanced {
    width: 50%;
    position: relative;
}

.partnership-left-inside-advanced {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.partnership-left-inside-advanced img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.partnership-section-constant {
    display: flex;
    margin-bottom: 60px;
    background-color: #f0f0f0;
}

.partnership-right-constant {
    position: relative;
}

.partnership-left-inside-constant .partnership-heading-constant {
    position: relative;
    margin-bottom: 50px;
}

.partnership-left-inside-constant .partnership-heading-constant h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -12px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
    text-transform: lowercase;
}

.partnership-left-inside-constant .partnership-heading-constant h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #141e46;
    font-weight: 100;
    text-transform: lowercase;
}

.partnership-left-inside-constant .partnership-heading-constant::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partnership-left-inside-constant p {
    font-size: 16px;
    color: #575757;
    line-height: 24px;
}

.partnership-left-constant {
    padding: 83px 112px;
    background-color: #f0f0f0;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    max-height: 100%;
}

.partnership-left-constant::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 48px solid #f0f0f0;
    right: -8%;
    top: 18%;
    z-index: 2;
}

.partnership-right-inside-constant {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.partnership-right-inside-constant img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.partnership-section-effective {
    display: flex;
    margin-bottom: 60px;
}

.partnership-left-effective {
    padding: 63px 110px;
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.partnership-left-inside-effective .partnership-heading-effective {
    position: relative;
    margin-bottom: 50px;
}

.partnership-left-inside-effective .partnership-heading-effective h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -8px;
    font-size: 40px;
    color: #fff;
    text-align: left;
    text-transform: lowercase;
}

.partnership-left-inside-effective .partnership-heading-effective h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #ffff;
    font-weight: 100;
    text-transform: lowercase;
}

.partnership-left-inside-effective .partnership-heading-effective::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.partnership-left-inside-effective p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

.partnership-right-effective {
    background-color: ##141e46;
    width: 50%;
    position: relative;
}

.partnership-left-effective::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 48px solid #141e46;
    left: -8%;
    bottom: 7%;
}

.partnership-right-inside-effective {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.partnership-right-inside-effective img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.partner-with-us-tab3 .partner-with-us-cover h5 {
    line-height: 28px;
    font-size: 18px;
    color: #5D5D5D;
    font-weight: 600;
    margin-bottom: 25px;
}

.partner-with-us-tab3 .partner-with-us-cover p {
    font-size: 18px;
    color: #5D5D5D;
    font-weight: 300;
    line-height: 28px;
}

.partner-with-us-cover1 .heading-main {
    font-weight: 300;
    font-size: 40px;
    text-transform: lowercase;
    text-align: center;
    color: #141e46;
    line-height: 24px;
    margin-bottom: 60px;
   font-family:Rubik;
}

.international-section-experienced {
    display: flex;
    margin-bottom: 60px;
}

.international-left-experienced {
    padding: 100px;
    background-color: #EAE7E7;
    width: 52%;
    position: relative;
}

.international-left-inside-experienced {
    position: relative;
}

.international-left-inside-experienced .international-heading-experienced {
    position: relative;
    margin-bottom: 50px;
}

.international-left-inside-experienced .international-heading-experienced h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -5px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
    text-transform: lowercase;
}

.international-left-inside-experienced .international-heading-experienced h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #141e46;
    font-weight: 100;
    text-transform: lowercase;
    width: 90%;
    line-height: 40px;
}

.international-left-inside-experienced .international-heading-experienced::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.international-left-inside-experienced p {
    font-size: 16px;
    color: #575757;
    line-height: 24px;
}

.international-right-experienced {
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.international-left-experienced::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 48px solid #eae7e7;
    right: -8%;
    bottom: 18%;
    z-index: 1;
}

.international-right-inside-experienced {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.international-right-inside-experienced img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.international-section-market-assessment {
    display: flex;
    margin-bottom: 60px;
}

.international-right-market-assessment {
    padding: 100px;
    background-color: #d3a551;
    width: 52%;
    position: relative;
}

.international-right-market-assessment::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 48px solid #d3a551;
    left: -8%;
    bottom: 18%;
}

.international-right-inside-market-assessment .international-heading-market-assessment {
    position: relative;
    margin-bottom: 50px;
}

.international-right-inside-market-assessment .international-heading-market-assessment h4 {
   font-family:Rubik;
    font-weight: 600;
    margin-bottom: -8px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
    text-transform: lowercase;
}

.international-right-inside-market-assessment .international-heading-market-assessment h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #141e46;
    font-weight: 100;
    text-transform: lowercase;
}

.international-right-inside-market-assessment p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 90%;
}

.international-right-inside-market-assessment .international-heading-market-assessment::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #141e46;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.international-left-market-assessment {
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.international-left-inside-market-assessment {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.international-left-inside-market-assessment img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.international-section-world-class {
    display: flex;
    margin-bottom: 60px;
}

.international-left-world-class {
    padding: 100px;
    background-color: #E3E3E3;
    width: 50%;
    position: relative;
    display: flex;
    align-items: center;
}

.international-left-inside-world-class .international-heading-world-class {
    position: relative;
    margin-bottom: 60px;
}

.international-left-inside-world-class .international-heading-world-class h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -5px;
    font-size: 40px;
    color: #141e46;
    text-align: left;
    text-transform: lowercase;
}

.international-left-inside-world-class .international-heading-world-class h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #ffff;
    font-weight: 100;
    text-transform: lowercase;
}

.international-left-inside-world-class .international-heading-world-class::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
}

.international-left-inside-world-class p {
    font-size: 16px;
    color: #5C5B5B;
    line-height: 24px;
}

.international-right-world-class {
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.international-left-world-class::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-left: 48px solid #141e46;
    right: -8%;
    top: 18%;
}

.international-right-inside-world-class {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.international-right-inside-world-class img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.international-section-proven {
    display: flex;
    margin-bottom: 60px;
}

.international-right-proven {
    padding: 100px;
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.international-right-proven::after {
    content: '';
    position: absolute;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 48px solid #141e46;
    left: -8%;
    top: 18%;
}

.international-right-inside-proven .international-heading-proven {
    position: relative;
    margin-bottom: 50px;
}

.international-right-inside-proven .international-heading-proven h4 {
   font-family:Rubik;
    font-weight: 300;
    margin-bottom: -5px;
    font-size: 40px;
    color: #fff;
    text-align: left;
    text-transform: lowercase;
}

.international-right-inside-proven .international-heading-proven h5 {
   font-family:Rubik;
    font-size: 40px;
    color: #ffff;
    font-weight: 100;
    text-transform: lowercase;
}

.international-right-inside-proven .international-heading-proven::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 0;
    margin: auto;
    z-index: 99;
}

.international-right-inside-proven {
    position: relative;
}

.international-right-inside-proven p {
    font-size: 16px;
    color: #fff;
    line-height: 24px;
    width: 93%;
}

.international-left-proven {
    background-color: #141e46;
    width: 50%;
    position: relative;
}

.international-left-inside-proven {
    position: relative;
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #f0f0f0;
}

.international-left-inside-proven img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}


/*about section*/

.about-main-link {
    padding: 55px 0;
    background-color: #fff;
    text-align: center;
}

.about-main-link .link-box {
    display: block;
    align-items: center;
    height: 100%;
}

.about-main-link a {
    background: #141e46 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 30px #00000036;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 0px 25px;
    border-radius: 0;
    display: grid;
    width: 90%;
    text-align: center;
    height: 70px;
    align-items: center;
    margin: 0px auto;
    font-weight: 600;
    transition: ease all 0.5s;
    min-height: 70px;
}

.about-main-link a:hover {
    color: #d3a551;
}

.about-main-link a.active {
    color: #d3a551;
}

.overview-content-img {
    text-align: center;
    margin-bottom: 400px;
}

.overview-orange-band {
    background-color: #d3a551;
    padding: 40px 0px;
    box-shadow: 0px 10px 30px #00000029;
    position: relative;
    z-index: 1;
}

.overview-orange-band h3 {
    text-align: center;
    color: #fff;
    font-size: 43px;
    font-weight: 300;
   font-family:Rubik;
}

.overview-content {
    position: relative;
    background-color: #F1F1F1;
}

.overview-content::after {
    position: absolute;
    content: '';
    height: 60px;
    width: 100%;
    background-color: #141e46;
    bottom: 0;
    left: 0;
}

.overview-content-cover {
    margin: 80px 0;
    position: relative;
}

.overview-content-position {
    position: relative;
    margin-top: -790px;
}

.overview-content-heading {
    position: relative;
    text-align: left;
    margin-bottom: 45px;
}

.overview-content-heading::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -25px;
    left: 0;
    margin: auto;
}

.overview-content-box {
    margin-bottom: 120px;
    width: 77%;
}

.overview-content-box h3 {
    font-size: 38px;
    color: #141e46;
    text-transform: lowercase;
    font-weight: 300;
   font-family:Rubik;
    letter-spacing: 0;
    margin-bottom: -7px;
}

.overview-content-box h4 {
    font-size: 38px;
    color: #141e46;
    text-transform: lowercase;
    font-weight: 300;
   font-family:Rubik;
    letter-spacing: 0;
}

.overview-content-box2 {
    position: absolute;
    display: block;
    right: 0;
}

.overview-content-box2 h3 {
    font-size: 38px;
    color: #141e46;
    text-transform: lowercase;
    font-weight: 300;
   font-family:Rubik;
    letter-spacing: 0;
    margin-bottom: 0;
}

.overview-content-box2 h4 {
    font-size: 38px;
    color: #141e46;
    text-transform: lowercase;
    font-weight: 300;
   font-family:Rubik;
    letter-spacing: 0;
}

.overview-content-para {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    width: 100%;
}

.overview-content-box3 {
    position: absolute;
    display: block;
    right: 0;
}

.overview-content-box4 {
    position: absolute;
    display: block;
    right: 0;
}


/*mission secton
*/

.mission-orange-band {
    background-color: #d3a551;
    padding: 30px 0;
    text-align: center;
}

.mission-orange-band h3 {
    margin-bottom: 20px;
    color: #141e46;
    font-size: 45px;
    font-weight: 300;
   font-family:Rubik;
}

.mission-orange-band p {
    color: #fff;
    font-size: 20px;
    line-height: 28px;
    font-weight: 300;
}
.about-mission-section {
    background-color: #fff;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

.about-mission-section1 {
    background-color: #f1f1f1;
    position: relative;
    padding-top: 60px;
    padding-bottom: 60px;
}

 

.about-mission-heading {
    margin-bottom: 85px;
}

.about-mission-section1 .about-mission-heading h3 {
    font-weight: 400;
    line-height: 42px;
    font-size: 50px;
    color: #11277c;
   font-family:Rubik;
    text-align: center;
    margin-bottom: 0;
}

.about-mission-section1 .about-mission-heading h4 {
    font-weight: 300;
    line-height: 42px;
    font-size: 40px;
    color: #141e46;
   font-family:Rubik;
    text-align: center;
}

.about-mission-cover {
    width: 100%;
    position: relative;
    right: 0;
}

.adout-mission-cover1 {
    
}

.about-mission-heading-inside {
    color: #141e46;
}

.about-mission-heading-inside h5 {
    margin-bottom: 65px;
   font-family:Rubik;
    font-size: 40px;
    font-weight: 300;
    line-height: 34px;
    position: relative;
    margin-top: 25px;
}

.about-mission-heading-inside h5::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -38px;
    left: 0;
    margin: auto;
}

.about-mission-heading-inside h5 strong {
    margin-bottom: 50px;
   font-family:Rubik;
    font-size: 40px;
    font-weight: 300;
}

.about-mission-content {
       font-size: 16px;
    line-height: 28px;
    color: #000;     
    margin-top: 15px;text-align: justify
}

.about-mission-box {
    display: flex;
}

.about-mission-box-left {
       width: 45%;
    position: relative;
    margin-right: 5%;
}

.about-mission-box-right {
    width: 50%;
}

.about-mission-box-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-mission-box1 {
    display: flex;    margin-top: 50px;
}

.about-mission-box1-left {
    width: 50%;
    position: relative;
}

.about-mission-box1-right {
       width: 45%;
    display: flex;
    align-items: center;
    float: right;
    margin: auto;
    margin-left: 5%;
}

.about-mission-box1-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-mission-heading-inside1 {
    color: #141e46;
}

.about-mission-heading-inside1 h5 {
    margin-bottom: 65px;
   font-family:Rubik;
    font-size: 40px;
    font-weight: 400;
    line-height: 40px;    color: #11277c;
    letter-spacing: 1px;
    position: relative;    color: #11277c;
}

.about-mission-heading-inside1 h5::after {
    width: 157px;
    height: 2px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    bottom: -33px;
    left: 0;
    margin: auto;
}

.about-mission-heading-inside1 h5 strong {
    margin-bottom: 50px;
   font-family:Rubik;
      font-weight: 400;
    line-height: 40px;    color: #11277c;
}

.about-mission-content1 {
            font-size: 16px;
    line-height: 28px;
    color: #000;     
    margin-top: 15px;text-align: justify
}

.about-mission-box2 {
    display: flex;
}

.about-mission-box2-left {
        width: 45%;
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 5%;
}

.about-mission-box2-right {
    width: 50%;
}

.about-mission-box2-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.about-mission-content2 {
          font-size: 16px;
    line-height: 26px;
    color: #000;
    text-align: justify;
    /*  */
    margin-top: 20px;
}

.about-mission-box2 {
    display: flex;
}

.about-mission-heading-inside2 {
    color: #141e46;
}

.about-mission-heading-inside2 h5 {
    margin-bottom: 40px;
   font-family:Rubik;
    font-size: 40px;
    font-weight: 400;
    line-height: 34px;
    position: relative;    color: #11277c;
}

.about-mission-heading-inside2 h5::after {
    width: 157px;
    height: 2px;
    content: '';
    position: absolute;
        background-color: #d3a551;
    bottom: -20px;
    left: 0;
    margin: auto;
}

.about-mission-heading-inside2 h5 strong {
       margin-bottom: 50px;
   font-family:Rubik;
    font-size: 40px;
    font-weight: 400;
    color: #11277c;
    letter-spacing: 1px;
}

.value-section {
    
}

.value-heading h3 {
    font-size: 40px;
    font-weight: 300;
    color: #141e46;
    margin-bottom: 70px;
    position: relative;
}

.value-section::after {
    
}

.value-heading h3::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -38px;
    left: 0;
    margin: auto;
}

.value-section-box::before {
     
}

.value-section-box {
     padding: 60px 0px;
     
}

.value-section-box::after {
     
}

.value-section-list li {
    margin-bottom: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    list-style-type: none;
    margin-left: 15px;
}

.value-section-list li:last-child {
    margin-bottom: 0;
}

.value-section-list li::before {
    content: "\2022";
    color: #d3a551;
    font-weight: 300;
    display: inline-flex;
    width: 15px;
    margin-left: -15px;
    font-size: 20px;
}


/*about award section*/

.awards-section1 {
    padding: 50px 0px;
    text-align: center;
}

.awards-section1 h3 {
    font-size: 43px;
    font-weight: 300;
   font-family:Rubik;
    text-transform: lowercase;
    color: #141e46;
    position: relative;
    margin-bottom: 60px;
}

.awards-section1 h3::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -30px;
    left: 42%;
    margin: auto;
}

.awards-section1 p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.awards-section2 {
    padding-bottom: 100px;
    position: relative;
    background-color: #EBEBEB;
}

.awards-section2::before {
    width: 100%;
    height: 17px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    top: 0;
    left: 0;
    margin: auto;
}

.awards-section2 h3 {
    font-size: 38px;
    font-weight: 300;
   font-family:Rubik;
    text-transform: lowercase;
    background-color: #141e46;
    color: #fff;
    width: 32%;
    padding: 20px;
    text-align: center;
    margin: auto;
    top: 0;
    margin-bottom: 60px;
}

.about-award-box .about-award-inside {
    margin-bottom: 20px;
}

.about-award-inside::last-child {
    margin-bottom: 0;
}

.awards-section2 .award-box-recent {}

.awards-section2 .about-award-box {
    margin-bottom: 50px;
}

.awards-section2 .about-award-heading {
    font-size: 30px;
    font-weight: 300;
   font-family:Rubik;
    color: #141e46;
    line-height: 47px;
    text-transform: capitalize;
}

.awards-section2 .about-award-year {
    font-size: 26px;
    font-weight: 300;
    color: #d3a551;
    line-height: 36px;
    width: auto;
    position: relative;
    margin-bottom: -5px;
}

.awards-section2 .about-award-year::after {
    width: 77px;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    left: 8%;
    bottom: 8px;
}

.awards-section2 .about-award-para p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    text-transform: none;
    margin-top: 10px;
}

.awards-section3 {
    position: relative;
}

.awards-section3::before {
    background-color: #d3a551;
    height: 80px;
    content: '';
    position: absolute;
    bottom: 21%;
    width: 100%;
}

.awards-section3 .award-box-recent {
    padding-top: 50px;
}

.awards-section3 .beyond-academics-cover {
    background-color: #fff;
    margin-bottom: 80px;
}

.awards-section3 .beyond-academics-cover::before {
    z-index: 0;
    content: '';
    position: absolute;
    top: 45px;
    background-color: #d3a551;
    height: 17%;
    width: 97%;
}

.awards-section3 .academics-heading-purple {
    font-size: 42px;
    line-height: 100px;
    background-color: #141e46;
    font-weight: 300;
    width: 100%;
    margin: auto;
    text-align: center;
   font-family:Rubik;
}

.awards-section3 .beyond-academics-cover-shadow {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    margin: 0px 15px;
    margin-top: -55px;
}

.awards-section3 .beyond-academics-img {
    width: 86%;
    margin: auto;
    margin-top: 55px;
}

.awards-section3 .beyond-academics-img img {
    width: 100%;
}

.d-after-375 {
    display: none
}

.awards-section3::after {
    background-color: #141e46;
    height: 300px;
    content: '';
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: -1;
}

.awards-section3::before {
    background-color: #d3a551;
    height: 25px;
    content: '';
    position: absolute;
    bottom: 19%;
    width: 100%;
}

.awards-section3 .about-award-box {
    margin-bottom: 50px;
}

.awards-section3 .about-award-heading {
    font-size: 30px;
    font-weight: 300;
   font-family:Rubik;
    color: #141e46;
    line-height: 47px;
    text-transform: capitalize;
}

.awards-section3 .about-award-year {
    font-size: 22px;
    font-weight: 300;
    color: #d3a551;
    line-height: 30px;
    width: auto;
    position: relative;
}

.awards-section3 .about-award-year::after {
    width: 77px;
    height: 4px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    left: 8%;
    bottom: 8px;
}

.awards-section3 .about-award-para p {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    line-height: 24px;
    text-transform: none;
    margin-top: 10px;
}


/*about founder*/

.founder-section1 {
    padding: 50px 0px;
    text-align: center;
}

.founder-section1 h3 {
    font-size: 43px;
    font-weight: 300;
   font-family:Rubik;
    text-transform: lowercase;
    color: #141e46;
    position: relative;
    margin-bottom: 65px;
}

.founder-section1 h3::after {
    width: 157px;
    height: 9px;
    content: '';
    position: absolute;
    background-color: #d3a551;
    /* padding: 50px 0px; */
    bottom: -35px;
    left: 42%;
    margin: auto;
}

.founder-section1 p {
    font-size: 18px;
    font-weight: 600;
    line-height: 28px;
    color: #000;
}

.founder-section2 {
    padding-bottom: 50px;
    position: relative;
    background-color: #EBEBEB;
}

.founder-section2 h3 {
    font-size: 38px;
    font-weight: 300;
   font-family:Rubik;
    text-transform: lowercase;
    background-color: #141e46;
    color: #fff;
    width: 40%;
    padding: 20px;
    text-align: center;
    margin: auto;
    top: 0;
    margin-bottom: 60px;
}

.founder-box {
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    background-color: #fff;
    padding: 65px;
    margin: 0px 5px;
    margin-top: 50px;
    margin-bottom: 90px;
}

.founder-box-upper {
    position: relative;
}

.founder-box-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: -110px;
    /* margin-top: -6px; */
    margin: auto;
}

.founder-box-img img {
    width: 100%;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
}

.founder-box-designation {
    width: 66%;
    position: absolute;
    background-color: #d3a551;
    right: 0;
    bottom: 11%;
    padding: 15px 25px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.13);
}

.founder-name {
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
    color: #141e46;
    line-height: 22px;
}

.founder-designation {
    font-size: 18px;
    font-weight: 300;
    text-transform: capitalize;
    color: #fff;
    line-height: 22px;
}

.founder-para {
    font-size: 16px;
    color: #000;
    line-height: 24px;
    margin-top: -18px;
}

.founder-btn {
    position: relative;
}

.founder-btn a {
    padding: 16px;
    color: #fff;
    text-transform: uppercase;
    background-color: #141e46;
    line-height: 24px;
    font-weight: 600;
    position: absolute;
    right: -12%;
    bottom: -90px;
    z-index: 1;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    overflow: hidden;
}

.founder-btn a::before {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgb(34, 34, 34);
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    transition: transform 500ms cubic-bezier(0.86, 0, 0.07, 1) 0s, -webkit-transform 500ms 0s;
}

.founder-section3 {
    padding-top: 30px;
    padding-bottom: 80px;
    position: relative;
}

.founder-section3::after {
    width: 100%;
    height: 145px;
    content: '';
    position: absolute;
    background-color: #141e46;
    /* padding: 50px 0px; */
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 0;
}

.founder-section3 .management-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.founder-section3 .management-section {
    position: relative;
    z-index: 1;
    background-color: #e3e3e3;
    height: 100%;
}

.founder-section3 .management-designation {
    font-weight: 300;
    font-size: 16px;
    text-align: center;
    line-height: 19px;
    width: 100%;
}

.founder-section3 .management-designation-cover h6 {
    font-weight: 800;
    font-size: 18px;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 22px;
    text-align: center;
    width: 100%;
}

.founder-section3 .management-designation-cover {
    background-color: #E3E3E3;
    color: #141e46;
    padding: 20px 40px;
    height: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    max-height: 100%;
}

.founder-modal .modal-body {
    padding: 1rem;
}

.modal-open .modal.founder-modal {
    padding-right: 0 !important;
}

.founder-modal .founder-box {
    padding: 0;
    margin: 0;
    margin-top: 0;
    margin-bottom: 0;
    box-shadow: none;
    display: flex;
    flex-direction: row;
}

.founder-modal .founder-box-designation {
    top: -21%;
    position: relative;
    width: 100%;
    margin: 0;
    left: 0;
}

.founder-modal .founder-box-upper {
    width: 40%;
}

.founder-modal .founder-para {
    width: 60%;
    padding: 15px 30px;
    display: flex;
    align-items: center;
}

.founder-modal .founder-box-img {
    width: 100%;
    height: 100%;
    position: relative;
    top: 0;
    /* margin-top: -6px; */
    margin: 0;
    left: 0;
    min-height: 419px;
}


/*news section*/

.news-section1 {
    padding: 50px 0;
    background-color: #fff;
}

.news-section1 h3 {
    font-size: 52px;
    color: #141e46;
    text-transform: lowercase;
    font-weight: 300;
    text-align: center;
   font-family:Rubik;
    letter-spacing: 0;
}

.news-section2 {
    padding: 80px 0;
    background-color: #F1F1F1;
    position: relative;
    padding-bottom: 70px;
}

.news-section2::after {
    width: 100%;
    height: 65px;
    background-color: #141e46;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-section2 .col-12 {
    margin-bottom: 40px;
}

.news-section2 .news-box {
    background-color: #fff;
    padding: 35px;
    -webkit-box-shadow: 10px 20px 50px #00000017;
    -moz-box-shadow: 10px 20px 50px #00000017;
    box-shadow: 10px 20px 50px #00000017;
    position: relative;
    margin-left: 8px;
    margin-right: 8px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.news-section2 .news-box::after {
    width: 100%;
    height: 8px;
    background-color: #141e46;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
}

.news-section2 .news-heading {
    font-size: 16px;
    color: #141e46;
    font-weight: 300;
    line-height: 22px;
    margin-bottom: 30px;
    min-height: 43px;
}

.news-section2 .news-para {
    font-size: 13px;
    color: #000;
    line-height: 20px;
}

.news-section2 .news-date {
    font-size: 14px;
    color: #141e46;
    margin: 30px 0;
    font-weight: 300;
}

.news-section2 .news-btn {
    background-color: #d3a551;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    position: absolute;
    bottom: 0;
    right: 0;
    padding: 5px 8px;
    z-index: 1;
    transition: ease all 0.5s;
}

.news-section2 .news-btn:hover {
    background-color: #141e46;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url(../images/svg/preloader-5.svg);
}

.preloader-close {
    position: fixed;
    z-index: 999999;
    color: #fff;
    padding: 10px 20px;
    cursor: pointer;
    right: 0;
    bottom: 0;
    font-weight: 600;
}

.loader-wrap {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
}

.loader-wrap .layer .overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #141e46;
}

#button {
    display: inline-block;
    background-color: #c79c4d;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
    border-radius: 50%;
}

#button:hover {
    cursor: pointer;
    background-color: #d3a551;
}

#button:active {
    background-color: #555;
}

#button.show {
    opacity: 1;
    visibility: visible;
}

#button img {
    width: 30px;
    height: 30px;
    font-weight: 700;
    padding-top: 8px;
}

.global-modal .global-content-logo {
    margin-top: -25px;
}

.nav-link[data-toggle].collapsed:after {
    content: "▾";
}

.nav-link[data-toggle]:not(.collapsed):after {
    content: "▴";
}

.panel .navbar {}

.mobile-menu .navbar {
    overflow-y: scroll;
   
     margin-top:10%;  
    
    scroll-behavior: auto;
}

.mobile-menu .navbar .navbar-collapse {
    margin-top: 30px;
}

.mobile-menu .navbar-nav .nav-link {
       font-size: 15px;
    font-weight: 500;
    text-decoration: none;
    color: #000;
    padding: 0;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    transition: ease all 0.5s;
    position: relative;
}

.mobile-menu .navbar-nav .nav-link:hover {
    color: #d3a551;
}

.mobile-menu ul.navbar-nav {
    margin-top: -30px !important;
    margin: 20px;
}

.mobile-menu .navbar-nav .nav-link i {
    margin-left: 20px;
}

body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}


.mobile-menu .navbar::-webkit-scrollbar {
    width: 3px;
}

.mobile-menu .navbar::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(255,255,255, 0.3);
}

.mobile-menu .navbar::-webkit-scrollbar-thumb {
    background-color: darkgrey;
}
.home-newsletter{
    margin-bottom: 80px;
}

.home-newsletter .single {
max-width: 650px;
margin: 0 auto;
text-align: center;
position: relative;
z-index: 2; 
box-shadow: 0px 0px 16px #00000029;
-webkit-box-shadow: 0px 0px 16px #00000029;
-moz-box-shadow: 0px 0px 16px #00000029;
}

.home-newsletter .single .form-control {
    height: 45px;
    font-family: 'Open Sans', sans-serif;
    background: rgba(255, 255, 255, 0.6);
    border-color: transparent;
    font-size: 14px;
    color: #000;    border-radius: 0;    padding: 0px 25px;
 }
.home-newsletter .single .form-control:focus {
box-shadow: none;
border-color: #d3a551; }
.home-newsletter .single .btn {
min-height: 45px; 
    border-radius: 0;
background: #d3a551;
color: #fff;padding: 0px 18px;
}
.home-newsletter .single .btn img{
    width: 15px;
}
.header-contact ul li {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin-right: 48px;
    line-height: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1;
}
.header-contact ul li i {
    font-size: 15px;
    margin-right: 10px;
}
.header-contact ul li a {
    color: #fff;
}
.home-newsletter .single .btn:hover{
    background-color: #141e46;
}

.join-family-section .join-btn button{
        border: none;
    background: transparent;
    color: #fff;
}or: #fff;
}