@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Regular.eot');
    src: local('../fonts/Gilroy Regular'), local('Gilroy-Regular'),
    url('../fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Bold.eot');
    src: local('../fonts/fonts/Gilroy Bold'), local('Gilroy-Bold'),
    url('../fonts/Gilroy-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Bold.woff') format('woff'),
    url('../fonts/Gilroy-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Black.eot');
    src: local('../fonts/Gilroy Black'), local('Gilroy-Black'),
    url('../fonts/Gilroy-Black.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Black.woff') format('woff'),
    url('../fonts/Gilroy-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Medium.eot');
    src: local('../fonts/Gilroy Medium'), local('Gilroy-Medium'),
    url('../fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-Light.eot');
    src: local('../fonts/Gilroy Light'), local('Gilroy-Light'),
    url('../fonts/Gilroy-Light.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-Light.woff') format('woff'),
    url('../fonts/Gilroy-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Gilroy';
    src: url('../fonts/Gilroy-ExtraBold.eot');
    src: local('../fonts/Gilroy ExtraBold'), local('Gilroy-ExtraBold'),
    url('../fonts/Gilroy-ExtraBold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/Gilroy-ExtraBold.woff') format('woff'),
    url('../fonts/Gilroy-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

body {
    font-family: 'Gilroy';
    color: #273864;
    background-color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

p {
    margin-bottom: 25px;
    line-height: 1.5;
}

img {
    max-width: 100%;
    height: auto;
}

button:focus {
    outline: none;
}

section {
    float: left;
    width: 100%;
}
.navbar-brand{
    padding-top: 0;
    padding-bottom: 0;
}

.navbar-brand img {
    transition: all 1s ease-in-out;
}

.top-nav-collapse .navbar-brand img {
    width: 60%;
    height: 50%;
}

/*Header css*/
.site-header {
    position: relative;
}

.topcont {
    position: relative;
    display: flex;
    align-items: center;
    gap: 36px;
    margin-bottom: 35px;
    transition: all 1s ease-in-out;
}

.navbar.scrolling-navbar.top-nav-collapse .topcont {
    margin-bottom: 15px;
}

.top-nav-collapse a.navbar-brand {
    z-index: 10;
}
.loginform {
    position: relative;
}
.loginform a {
    font-size: 18px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 18px 26px;
    position: relative;
    display: block;
    color: #f45c9c;
    border: solid 1px #f45c9c;
    box-shadow: 0 0 0 0 #f45c9c, inset 0 0 0 0 #f45c9c;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}

.loginform a:hover {
    color: #ffffff;
    box-shadow: 0 0 40px 0 #f45c9c, inset 0 0 200px 5px #f45c9c;
}

.fixed-top {
    position: fixed;
    top: 0px;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbar-expand-lg .navbar-toggler {
    display: flex;
}

.navbar-expand-lg .navbar-collapse {
    height: 100%;
    width: 780px;
    padding: 50px 76px;
    background: #162039;
    overflow: hidden;
    position: fixed;
    inset: inherit;
    top: 0;
    transition: 0.4s ease-in-out;
    transform: translateX(100%);
    display: flex !important;
    flex-direction: column;
    align-items: center;
    text-align: center;
    right: 0 !important;
    overflow-y: auto;
    z-index: 99;
    box-shadow: none;
}

.navbar-expand-lg .navbar-collapse.show {
    display: flex !important;
    transform: translateX(0);
    box-shadow: -18px 0 84px rgba(0, 0, 0, 0.74);
}

.navbar.scrolling-navbar.fixed-top {
    padding: 80px 0 30px;
    margin: 0;
}

.navbar.scrolling-navbar.top-nav-collapse {
    top: 0;
    padding: 20px 0;
}

.navbar-toggler {
    font-size: 18px;
    font-family: "Gilroy", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 5px 0;
    transition: all 0.5s ease-in-out;
}

.navbar-toggler-bar {
    position: relative;
    width: 40px;
    height: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    margin: 10px 0;
    display: block;
    transition: all 0.5s ease-in-out;
}

.navbar-toggler-bar:before,
.navbar-toggler-bar:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 22px;
    height: 5px;
    border-radius: 10px;
    background-color: #ffffff;
    transition: all 0.5s ease-in-out;
}

.navbar-toggler-bar:before {
    left: 0;
    top: -10px;
}

.navbar-toggler-bar:after {
    right: 0;
    bottom: -10px;
}

.navbar-toggler:hover .navbar-toggler-bar:before,
.navbar-toggler:hover .navbar-toggler-bar:after {
    width: 100%;
}

.navbar-toggler-text { display: block; }

.navbar-collapse-header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-bottom: 80px;
    min-width: 100%;
    max-width: 100%;
}

.navbar-collapse-header .navbar-brand { display: none; }

.navbar.navbar-dark .navbar-collapse-header-toggler {
    border: 0 none;
    border-radius: 0;
    background: none;
    color: #fabb5f;
    font-weight: 600;
    font-size: 18px;
    padding: 0;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    gap: 16px;
}

.navbar.navbar-dark .navbar-collapse-header-toggler .close-white {
    display: none;
}

.navbar.navbar-dark .navbar-collapse-header-toggler:focus {
    outline: none;
}

.nav-right {
    position: relative;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

body.menu-overlay {
    overflow: hidden;
}

body.menu-overlay.windows {
    padding-right: 17px;
}

body.menu-overlay.windows .fixed-top {
    right: 17px;
}

body.menu-overlay.windows.error {
    padding-right: 0;
}

body.menu-overlay.windows.error .fixed-top {
    right: 0;
}

.social-link {
    display: flex;
    align-items: center;
    list-style: none;
    padding-left: 0;
    margin: 0;
    gap: 16px;
}

.social-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 58px;
    height: 58px;
    color: #ffffff;
    border-radius: 50%;
    font-size: 26px;
    /*transition: all 1s ease-in-out;*/
}

.social-link a img {
    filter: brightness(0) invert(1);
}

.social-link a:hover, .social-link a:focus {
    background-color: #ef5c9d;
    color: #ffffff;
}

.social-link a.instagram-icon:hover, .social-link a.instagram-icon:focus {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #ffffff;
}

.social-link a.facebook-icon:hover, .social-link a.facebook-icon:focus {
    background-color: #0165e1;
    color: #ffffff;
}

.social-link a.youtube-icon:hover, .social-link a.youtube-icon:focus {
    background-color: #ff0000;
    color: #ffffff;
}

.social-link a.linkedin-icon:hover, .social-link a.linkedin-icon:focus {
    background-color: #0A66C2;
    color: #ffffff;
}

.social-link .whatsapp-list { display: none !important; }

.social-link a.whatsapp-icon, .social-link a.whatsapp-icon:hover, .social-link a.whatsapp-icon:focus {
    background-color: #41C051;
    color: #ffffff;
}

.social-link a .fa {
    display: block;
}

.social-link a .fa-facebook {
    padding-top: 2px;
}

.navbar-collapse .social-link {
    justify-content: center;
    margin-top: 50px;
    margin-bottom: auto;
}

.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    margin-top: auto;
}
.navbar.scrolling-navbar .navbar-nav>li{
    margin: 8px 0;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 10px 0;
    font-size: 28px;
    font-weight: bold;
    font-family: "Gilroy", sans-serif;
    display: block;
    text-transform: uppercase;
}

.navbar.navbar-dark .breadcrumb .nav-item .nav-link, .navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    background-color: transparent;
}
.navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover,
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link,
.navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover, .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover {
    color: #fcbd5f;
}
li.loginlinkmobile {
    display: none;
}

.navbar-nav > li { opacity: 0; visibility: hidden; transform: translate3d(0,-100%,0);transition: all .045s cubic-bezier(.4,0,0,1); }
.show .navbar-nav > li { opacity: 1; visibility: visible; transform: none; transition: all .45s cubic-bezier(.4,0,0,1); }
.navbar-nav > li:nth-child(1) {transition-delay: 75ms;}
.navbar-nav > li:nth-child(2) {transition-delay: .15s;}
.navbar-nav > li:nth-child(3) {transition-delay: .225s;}
.navbar-nav > li:nth-child(4) {transition-delay: .3s;}
.navbar-nav > li:nth-child(5) {transition-delay: .375s;}
.navbar-nav > li:nth-child(6) {transition-delay: .45s;}
.navbar-nav > li:nth-child(7) {transition-delay: .525s;}
.navbar-nav > li:nth-child(8) {transition-delay: .6s;}
.navbar-nav > li:nth-child(9) {transition-delay: .675s;}
.navbar-nav > li:nth-child(10) {transition-delay: .75s;}
.navbar-nav > li:nth-child(11) {transition-delay: .825s;}
.navbar-nav > li:nth-child(12) {transition-delay: .9s;}
.navbar-nav > li:nth-child(13) {transition-delay: .975s;}
.navbar-nav > li:nth-child(14) {transition-delay: .105s;}
.navbar-nav > li:nth-child(15) {transition-delay: .1125s;}

.btn.btn-admission {
    background-color: #fcbd5f;
    border: 0 none;
    color: #414665;
    font-size: 26px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 0;
    letter-spacing: 1px;
    padding: 18px 32px;
    margin-top: 50px;
    min-height: 74px;
}

.btn.btn-admission:hover, .btn.btn-admission:hover {
    color: #ffffff;
}
.btn.btn-admission:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, transparent 50%, #47cfe6 50%);
    transition: background 500ms ease-in-out, color 500ms ease-in-out;
    background-position: 25%;
    background-size: 400%;
}
.btn.btn-admission span {
    position: relative;
    z-index: 3;
}
.btn.btn-admission:hover:before {
    background-position: 100%;
}

.navbar-collapse .btn.btn-admission {
    display: none;
}

a.parent-login:before{
    content: '';
    position: absolute;
    width: 20px;
    height: 17px;
    background-image: url(../img/parent-login.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    left: 0px;
    top: 8px;
}
a.parent-login{
    position: relative;
}
a.parent-login:hover{
    background-image: url(../img/parent-login-hover.jpg);
    background-repeat: no-repeat;
    background-position: bottom center;
    width: 106px;
    height: 3px;
    transition: none;
}

.navbar-collapse{
    -ms-flex-positive: inherit;
    flex-grow: inherit;
}
.carousel, .carousel .carousel-inner, .carousel .carousel-inner .active, .carousel .carousel-inner .carousel-item, .view, body, html {
    position: relative;
}
.navbar {
    box-shadow: none;
}
.top-nav-collapse {
    background-color: #273864;
    border-bottom: 1px solid #3c4e7d;
}
.page-footer {
    background-color: #1C2331
}

.banner-content {
    width: 100%;
    max-width: 795px;
    text-align: left;
    padding-top: 51px;
}
.banner-content h1,
.banner-content h2 {
    text-transform: uppercase;
    margin-bottom: 18px;
    font-size: 60px;
    font-family: 'Gilroy';
    font-weight: bold;
    line-height: 1;
}
.banner-content p {
    line-height: 1.6;
    text-align: justify;
    margin-bottom: 30px;
    font-size: 18px;
}

.btnfos {
    color: #000;
    background-color:#fcbd5f;
    cursor: pointer;
    display: block;
    font-size: 16px;
    font-weight: 400;
    line-height: 45px;
    max-width: 230px;
    position: relative;
    text-transform: uppercase;
    vertical-align: middle;
    width: 100%;
    text-align: center;
}
.btnfos-1 {
    font-weight: 100;
}
.btnfos-1 svg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
}
.btnfos-1 rect {
    fill: none;
    stroke: #fff;
    stroke-width: 1;
    stroke-dasharray: 422, 0;
}

.btnfos-1:hover {
    background: rgba(225, 51, 45, 0);
    letter-spacing: 1px;
    font-weight: 900;
    color: #fff;
}
.btnfos-1:hover rect {
    stroke-width: 5;
    stroke-dasharray: 50, 363;
    stroke-dashoffset: 51;
    -webkit-transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
    transition: all 1.35s cubic-bezier(0.19, 1, 0.22, 1);
}

.admission-bg {
    width: 100%;
    text-align: center;
    background-image: url(../img/admission/admission-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    max-height: 600px;
    background-size: cover;
    position: relative;
}
.academics-bg {
    width: 100%;
    text-align: center;
    background-image: url(../img/academics/academic-banner.jpg);
    background-repeat: no-repeat;
    background-position: center;
    height: 100%;
    max-height: 600px;
    background-size: cover;
    position: relative;
}
.inner-banner-bg {
    width: 100%;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 500px;
    height: 82vh;
    max-height: 760px;
    position: relative;
    padding: 230px 20px 100px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.contact h1,
.privacy h1,
.terms h1,
.disclaimer h1,
.admission-bg h1,
.academics-bg h1,
.curriculum-bg h1,
.careers-bg h1,
.inner-banner-bg h1{
    text-transform: uppercase;
    font-weight: 800;;
    color: #fff;
    font-size: 60px;
    margin-bottom: 10px !important;
}

.inner-banner-bg h1 br { display: none; }

.inner-banner-bg p {
    color: #ffffff;
    font-size: 18px;
}

.inner-banner-content {
    max-width: 1170px;
    margin: 0 auto;
}

.site-carousel .view {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.view .mask.site-carousel-wrap {
    position: static;
    padding: 230px 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100vh;
}

ol.carousel-indicators {
    left: 0;
    bottom: 80px;
    margin-left: auto;
    margin-right: auto;
    right: 0;
    margin-bottom: 0;
    justify-content: flex-end;
    gap: 15px;
    padding: 0 30px;
}
@media (min-width: 576px) {
    ol.carousel-indicators {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    ol.carousel-indicators {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    ol.carousel-indicators {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    ol.carousel-indicators {
        max-width: 1600px;
    }
}
element {
    visibility: visible;
    animation-name: fadeIn;
}
.container {
    padding-right: 30px;
    padding-left: 30px;
}
.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}
.white-text {
    color: #fff !important;
}
.carousel .carousel-indicators li {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #ffffff;
    background-color: transparent;
    opacity: 1;
    box-sizing: border-box;
    background-clip: inherit;
    margin: 0;
}
.carousel .carousel-indicators li.active {
    background-color: #ffffff;
}
.banner-indicators {
    position: absolute;
    z-index: 10;
    width: 100%;
    bottom: 74px;
    left: 0;
    right: 0;
    margin: 0px auto;
}

.school-address {
    background-color: #3ad6b7;
    padding: 25px 15px 15px 15px;
    text-align: center;
    height: 100%;
    min-height: 290px;
}
.schl-icon:before{
    content: '';
    position: relative;
    background-image: url(../img/sprite-icons.png);
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
}
.school-address:before{
    background-position: -17px -53px;
    width: 28px;
    height: 43px;
}

.school-numbers:before{
    background-position: -160px -53px;
    width: 50px;
    height: 43px;
}
.school-email:before{
    background-position: -237px -53px;
    width: 44px;
    height: 43px;
}
.school-timings {
    background-color: #fcbd5f;
    padding: 25px 15px 15px 15px;
    text-align: center;
    height: 100%;
    min-height: 290px;
}
.school-numbers {
    background-color: #47cfe6;
    padding: 25px 15px 15px 15px;
    text-align: center;
    height: 100%;
    min-height: 290px;
}
.school-email {
    background-color: #f45c9c;
    padding: 25px 15px 15px 15px;
    text-align: center;
    height: 100%;
    min-height: 290px;
}
.school-address h2,
.school-timings h2,
.school-numbers h2,
.school-email h2 {
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    font-size: 35px;
    line-height: 30px;
}
.school-address h2 span,
.school-timings h2 span,
.school-numbers h2 span,
.school-email h2 span,
.school-address h2 strong,
.school-timings h2 strong,
.school-numbers h2 strong,
.school-email h2 strong{
    font-size: 20px;
    font-weight: normal;
}
.school-address h2:after,
.school-timings h2:after,
.school-numbers h2:after,
.school-email h2:after{
    content: '';
    position: absolute;
    height: 2px;
    display: block;
    width: 35px;
    background-color: #fff;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0px auto;
    margin-top: 10px;
}
.schlinfo {
    padding-top: 20px;
}
.schlinfo p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 10px;
}
.schlinfo p a {
    color: #fff;
}
.schlinfo p span, .schlinfo p strong {
    font-weight: bold;
    color: #fff;
}
.topheading {
    float: left;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
}
.top-mission {
    padding-top: 15px;
}
.mission .topheading {
    padding-bottom: 8px;
}
.topheading h2 {
    float: left;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 40px;
}
.topheading h2:after{
    content: '';
    position: absolute;
    height: 2px;
    display: block;
    width: 35px;
    background-color: #fff;
    margin-top: 7px;
}
.topheading span {
    float: right;
    color: #fff;
    padding-top: 4px;
    font-size: 20px;
}
.topheading span i {
    cursor: pointer;
}
.notice ul,
.mission ul,
.values ul,
.philosophy ul {
    padding-left: 16px;
    clear: both;
    margin-bottom: 0px;
}
.notice ul li,
.mission ul li,
.values ul li,
.philosophy ul li {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 10px;
    padding-left: 0px;
    text-align: justify;
}
.notice p,
.ourgoal p,
.mission p,
.values p,
.philosophy p {
    font-size: 16px;
    line-height: 1.4;
    color: #fff;
    padding-bottom: 9px;
    margin-bottom: 0px;
    padding-left: 0px;
    text-align: justify;
}
.banner-bottom {
    position: relative;
    margin-top: 87px;
    z-index: 1;
    left: 0;
    right: 0;
    padding-bottom: 20px;
}
.ourgoal {
    position: relative;
    padding: 30px 0px 0px 0px;
}
.ourgoals p {
    color: #fff;
    font-weight: 600;
    line-height: 33px;
    font-size: 25px;
    text-align: left;
}
.ourgoal p span {
    color: #fcbd5f;
    font-size: 23px;
}
.ourgoal span {
    color: #fff;
    font-weight: 600;
    font-size: 25px;
}
p.smalltext {
    font-size: 15px;
    font-weight: normal;
    line-height: 7px;
}
.ourgoal:after {
    content: '';
    position: absolute;
    background-image: url(../img/logo-light.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 200px;
    height: 205px;
    display: block;
    margin-left: 40px;
    top: 0;
    z-index: -1;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.courses h3,
.curriculums h3,
.school-edubrisk h3 {
    color: #273864;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}
.courses, .curriculums { padding-right: 20px; }
.courses p {
    color: #273864;
    text-align: justify;
    margin-bottom: 30px;
    line-height: 1.6;
}
.courses p:last-child { margin-bottom: 0; }
.curriculums ul{
    padding-left: 0px;
    margin-bottom: 0;
}
.curriculums ul li{
    background-image: url(../img/pink-bullet.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 0px 8px;
    background-size: 6px auto;
    padding-left: 20px;
    list-style-type: none;
    color: #273864;
    text-align: justify;
    margin-bottom: 12px;
}

.curriculums ul li:last-child { margin-bottom: 0; }

.school-edubrisk-card {
    background-color: #273864;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: auto;
    padding: 20px;
    position: relative;
    color: #ffffff;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.school-edubrisk-card ul {
    list-style: none;
    padding-left: 0;
}

.school-edubrisk-card a {
    color: #ff6348;
    position: relative;
}

.school-edubrisk-card a:after {
    content: "";
    border-bottom: 1px solid #ff6348;
    transition: all .5s ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
}
.school-edubrisk-card a:hover:after {
    width: 0;
}

.school-edubrisk-card p { line-height: 1.35; margin-bottom: 16px; }

.school-edubrisk-thumb {
    margin-bottom: 16px;
}

.school-edubrisk-thumb img {
    max-width: 260px;
}

.educrystal-wrapper {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    padding-top: 0px;
    padding-bottom: 35px;
}
.educrystal-wrapper p {
    color: #273864;
    font-size: 23px;
    text-align: center;
    font-weight: 600;
}
.educrystal-wrapper p a{
    color: #273864;
    text-decoration: none;
}
.educrystal{
    background-image: url(../img/educrystal-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0px 120px 0px;
    text-align: center;
    margin-bottom: 20px;
}
.educrystal p {
    color: #fff;
    padding-top: 30px;
    font-size: 20px;
    padding-bottom: 30px;
}
.educrystal a {
    background-color: #51c7df;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 40px 10px 40px;
}
.edulogo a {
    padding: 0;
}

.schooladdress h2,
.schoolcontact h2,
.schoolmap h2,
.connect-social h2 {
    color: #273864;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 26px;
    margin-bottom: 30px;
}
.schooladdress h2 a,
.schoolcontact h2 a,
.schoolmap h2 a {
    color: #273864;
}
.getin-touch .schooladdress h2 a,
.getin-touch .schoolcontact h2 a,
.getin-touch .schoolmap h2 a {
    color: #FFFFFF;
}
.schooladdress p span,
.schoolcontact p span,
.schooladdress p strong,
.schoolcontact p strong{
    font-weight: bold;
}
.schooladdress p,
.schoolcontact p,
.schoolcontact p a {
    font-size: 20px;
    color: #273864;
    text-decoration: none;
}
.schooladdress p {
    margin-bottom: 0;
}
.schooladdress p:first-of-type {
    margin-bottom: 22px;
}
.schoolmap img {
    width: 100%;
}
.home-schl-info {
    padding-bottom: 25px;
}

footer.page-footer {
    bottom: 0;
    color: #fff;
    float: left;
    width: 100%;
}
.getintouch {
    position: relative;
    text-align: center;
}
.getintouch .footerlogo {
    max-width: 250px;
    vertical-align: middle;
}
.getintouch h2 {
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    position: absolute;
    font-size: 35px;
    color: #273864;
    font-weight: bold;
}
.contactus .stayconnected{
    margin-top: 0px;
}
.stayconnected{
    background-color: #f45c9c;
    padding: 20px 0px 10px 0px;
    margin-top: 30px;
}
.stayconnected h2 {
    font-weight: 600;
    color: #fff;
    padding-top: 10px;
    font-size: 30px;
    text-align: center;
}
.social-icons {
    float: left;
    width: 25%;
}
.social-icons ul {
    float: left;
    margin-left: 0;
    padding-left: 0;
    margin-top: 5px;
}
.social-icons li {
    float: left;
    list-style-type: none;
}
.social-icons ul li a {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    font-size: 21px;
    margin: 0 10px;
    display: block;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    border: 2px solid #fff;
    z-index: 1;
}

.social-icons ul li a .icon {
    position: relative;
    color: #fff;
    transition: .5s;
    z-index: 3;
}

.social-icons ul li a:hover .icon {
    color: #fff;
    transform: rotateY(360deg);
}

.social-icons ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f00;
    transition: .5s;
    z-index: 2;
}

.social-icons ul li a:hover:before {
    top: 0;
}

.social-icons ul li.insta a:before, .social-icons ul li.instagram-li a:before{
    background: #E1306C;
}
.social-icons ul li.fb a:before, .social-icons ul li.facebook-li a:before{
    background: #4267B2;
}
.social-icons ul li.youtbe a:before, .social-icons ul li.youtube-li a:before{
    background: #FF0000;
}
.social-icons ul li.lnkedin a:before, .social-icons ul li.linkedin-li a:before{
    background: #2867B2;
}
.social-icons p {
    float: left;
    color: #fff;
    line-height: 21px;
    font-size: 13px;
}
.social-icons p span,
.social-icons p strong {
    font-weight: 500;
    font-size: 26px;
}
.contactform-home{
    background-color: #273864;
    color: #ffffff;
    padding: 80px 0 86px;
}
.contactform-home h2 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    width: 100%;
    margin-bottom: 40px;
    font-size: 50px;
}
.contactform-home input#submit {
    width: 200px;
    justify-items: center;
    display: block;
    margin: 0px auto;
    background-color: #fcbd5f;
    color: #273864;
    outline: none;
    font-size: 16px;
    font-weight: bold;
}
.contactform-home input,
.contactform-home textarea {
    background-color: #47567b;
    border: none;
    width: 100%;
    height: 52px;
    padding: 0px 15px 0px 15px;
    color: #fff;
    outline: none;
}
.contactform-home select {
    background-color: #47567b;
    border: none;
    width: 100%;
    height: 45px;
    padding: 0px 15px 0px 13px;
    color: #fff;
    outline: none;
}
.formbox{
    margin-bottom: 30px;
}

.contactform-home input[type=text]::-webkit-input-placeholder,
.contactform-home input[type=email]::-webkit-input-placeholder,
.contactform-home input[type=tel]::-webkit-input-placeholder,
.contactform-home textarea::-webkit-input-placeholder,
.contactform-home select {
    font-family: Gilroy;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    text-transform:capitalize;
}
.contactform-home input[type=text]::-moz-placeholder,
.contactform-home input[type=email]::-moz-placeholder,
.contactform-home input[type=tel]::-moz-placeholder,
.contactform-home textarea::-moz-placeholder,
.contactform-home select {
    font-family: Gilroy;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    opacity: 1;
}
.contactform-home input[type=text]:-ms-input-placeholder,
.contactform-home input[type=email]:-ms-input-placeholder,
.contactform-home input[type=tel]:-ms-input-placeholder,
.contactform-home textarea:-ms-input-placeholder,
.contactform-home select {
    font-family: Gilroy;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
}
.contactform-home input[type=text]:-moz-placeholder,
.contactform-home input[type=email]:-moz-placeholder,
.contactform-home input[type=tel]:-moz-placeholder,
.contactform-home textarea:-moz-placeholder,
.contactform-home select {
    font-family: Gilroy;
    color: #ffffff;
    font-size: 13px;
    line-height: 25px;
    opacity: 1;
}
.contactform-home textarea {
    height: 100px;
    resize: vertical;
    padding: 10px;
}
.contactform-home input::placeholder, .contactform-home textarea::placeholder {
    text-transform: uppercase !important;
}
.footer-copyright {
    overflow: hidden;
    background-color: #f55c9c;
    position: relative;
}
.footer-copyright .footer-left p, .footer-copyright .footer-right p{
    margin-bottom: 0px;
}
.footer-left p a {
    color: #FFFFFF;
    font-size: 16px;
    padding: 0px 10px 0px 10px;
}
.footer-left p a:hover{
    color: #f45c9c;
}
.footer-left p a.active{
    color: #f45c9c;
    text-decoration: underline;
}
.footer-right p {
    color: #FFFFFF;
    font-size: 16px;
}
.footer-right p a {
    color: #FFFFFF;
}
.footer-right p span {
    padding-left: 10px;
    padding-right: 10px;
}
.footer-right p a:hover {
    color: #f45c9c;
}
.malogo {
    text-align: center;
}
.footer-right {
    text-align: right;
}
.malogo span {
    color: #273864;
    font-size: 17px;
}
.modal-dialog{
    max-width: 400px;
}

.vertical-alignment-helper {
    display:table;
    height: 100%;
    width: 100%;
}
.vertical-align-center {
    /* To center vertically */
    display: table-cell;
    vertical-align: middle;
}
.modal-content {
    width:100%;
    max-width: 900px;
    height:inherit;
    margin: 0 auto;
}
.pdfview {
    float: right;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    padding-top: 18px;
}
.pdfview a{
    color: #fff;
    text-decoration: none;
}
.pdfview:before{
    content: '';
    position: relative;
    background-image: url(../img/sprite-icons.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    width: 18px;
    height: 17px;
    margin-right: 7px;
    top: 0px;
}
.pdficon:before{
    background-position: -17px -17px;
}
.watch-video:before{
    background-position: -47px -17px;
}
.visit-link:before{
    background-position: -77px -17px;
}
.phone:before{
    background-position: -107px -17px;
}
.popupnotice {
    padding-bottom: 10px;
}
p.pdflesspadding {
    margin-bottom: 0px !important;
}
.popupnotice p{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    margin-bottom: 10px;
    text-align: justify;
}
.popupnotice p a{
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}
.popupnotice li{
    font-size: 13px;
    line-height: 20px;
    color: #fff;
    font-style: italic;
}
.modal-content {
    background-color: #3ad6b7;
}
.modal-content-principal {
    background-color: #fcbd5f;
}
.vertical-alignment-helper .modal-body {
    height: 500px;
    overflow-y: auto;
    right: 0px;
    padding-bottom: 0;
    margin-bottom: 20px;
}

/* width */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar,
.vertical-alignment-helper .modal-body::-webkit-scrollbar {
    width: 5px;
}

/* Track */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-track,
.vertical-alignment-helper .modal-body::-webkit-scrollbar-track {
    background: #d0cece;
}

/* Handle */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb,
.vertical-alignment-helper .modal-body::-webkit-scrollbar-thumb {
    background: #fff;
}

/* Handle on hover */
.modal-dialog-scrollable .modal-body::-webkit-scrollbar-thumb:hover,
.vertical-alignment-helper .modal-body::-webkit-scrollbar-thumb:hover {
    background: #fff;
}
.modal-dialog-scrollable .modal-body{
    margin-right: 5px;
    margin-bottom: 15px;
}
.modal-header .close {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
    outline: none;
}

.modal-header{
    border-bottom: none;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 25px;
}
.modal-title:after {
    content: '';
    position: absolute;
    height: 2px;
    display: block;
    width: 35px;
    background-color: #fff;
    margin-top: 7px;
}
.driving-direction {
    float: left;
    width: 100%;
    padding: 60px 0px 87px;
}
.driving-direction h2 {
    font-weight: bold;
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
    color: #273864;
    font-size: 50px;
}
.driving-direction iframe {
    width: 100%;
    margin: 0px auto;
}

.contactus .formbox-2 {
    margin-bottom: 0;
}
.allmandatory {
    padding-top: 6px;
}
.allmandatory p {
    text-align: center;
    color: #fff;
    font-size: 13px;
    margin-bottom: 0;
}
.getin-touch{
    background-color: #273864;
    padding: 60px 0;
    background-image: url('../img/tws-footer-bg.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-top: -1px;
}
.getin-touch h2,
.getin-touch p,
.getin-touch p a,
.getin-touch p span,
.getin-touch p strong {
    color: #fff;
}

.schoolcontact p {
    padding-bottom: 0;
    margin-bottom: 8px;
}
.schoolcontact p:last-child { margin-bottom: 0; }
.schoolcontact p a{
    color: #ffffff;
    text-decoration: none;
    word-wrap: break-word;
}
.schoolmap iframe {
    width: 100%;
}
.privacycont {
    padding: 82px 0 86px;
}
.privacycont p:last-child {
    margin-bottom: 0;
}
section.privacycont.distinctive-education-sec {
    padding-top: 80px;
    padding-bottom: 87px;
}
.privacycont .container {
    width: 100%;
    /*max-width: 1300px;*/
}
.privacycont h2 {
    text-align: center;
    font-weight: bold;
    margin-bottom: 30px;
    color: #283965;
    font-size: 50px;
}

.terms-conditions .privacycont h2 { margin-top: -8px; }
.privacycont ul {
    padding-left: 0;
}
.privacycont ul li{
    background-image: url(../img/pink-bullet.jpg);
    background-repeat: no-repeat;
    background-size: 6px auto;
    background-position: 0px 9px;
    list-style-type: none;
    padding-left: 20px;
    line-height: 1.5;
    color: #273864;
    text-align: justify;
    margin-bottom: 10px;
}
.privacycont ul li li {
    color: #273864;
}
.privacycont ul li ul {
    margin-top: 10px;
}
.privacycont p {
    color: #273864;
    text-align: justify;
    line-height: 25px;
}
.privacycont h3,
.privacycont h3 a {
    font-weight: 500;
    font-size: 23px;
    color: #273864;
}
.privacycont p span {
    font-weight: 600;
}
.privacycont p a,
.privacycont ul li a,.management-team-detail p a,.school-gallery-section a,.whttruimph-schl a {
    color: #f65c9c;
    display: inline-block;
}
.privacycont p a[href],
.privacycont ul li a[href],.management-team-detail p a[href],.school-gallery-section a[href],.whttruimph-schl a[href] {
    position: relative;
}
.privacycont p a[href]:after,
.privacycont ul li a[href]:after,.management-team-detail p a[href]:after,.school-gallery-section a[href]:after,.whttruimph-schl a[href]:after {
    border-bottom: 1px solid #f65c9c;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 0;
}
.privacycont p a[href]:hover:after,
.privacycont ul li a[href]:hover:after,.management-team-detail p a[href]:hover:after,.school-gallery-section a[href]:hover:after,.whttruimph-schl a[href]:hover:after {
    width: 100%;
}
.card-body a {
	color: #f65c9c;
}
.card-body a[href] {
    position: relative;
}
.card-body a[href]:after {
    border-bottom: 1px solid #f65c9c;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
}
.card-body a[href]:hover:after {
    width: 100%;
}
.formcont {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.ma-logo:hover{
    content: url(../img/ma-logo-hover.png);
}
.back-to-top {
    display: none;
    position: fixed;
    bottom: 145px;
    right: 26px;
    width: 54px;
    height: 54px;
    z-index: 1;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-image: url(../img/arrow-up.png);
    background-color: #283965;
    background-repeat: no-repeat;
    background-position: center;
    box-shadow: 0 2px 6px rgba(255, 255, 255, 0.35);
}

.widget-visible > iframe {
    bottom: 80px !important;
}

.bg-404{
    background-image: url(../img/bg-404.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
    width: 100%;
    min-height: 580px;
    height: calc(100vh - 65px);
    padding: 230px 0 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.error .page-footer {
    position: relative;
}

.bg-404 .error404 {
    color: #fff;
    width: 100%;
    max-width: 740px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.bg-404 .error404-header {
    margin-bottom: 26px;
    position: relative;
}
.bg-404 .error404 h1 {
    font-size: 250px;
    font-weight: 700;
    line-height: 190px;
    text-align: center;
    margin-bottom: 0px;
}
.bg-404 .error404 h1 span {
    color: #fcbd5f;
}
p.whoops {
    color: #fcbd5f;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 500;
    margin-bottom: 0px;
}
p.err-404 {
    color: #fcbd5f;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 500;
    padding-top: 12px;
    margin-bottom: 0px;
    text-align: right;
}
p.errorbtmc-cont {
    width: 100%;
    text-align: center;
}
p.errorbtmc-cont a{
    color: #fcbd5f;
    text-decoration: underline;
}

.errorbtmc-cont {
    width: 100%;
    text-align: center;
}
.errorbtmc-cont a{
    color: #fcbd5f;
    position: relative;
}
.errorbtmc-cont a:after {
    color: #fff;
    border-bottom: 1px solid #fcbd5f;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.errorbtmc-cont a:hover:after, .errorbtmc-cont a:focus:after{
    width: 0;
}

.prog-bar {
    margin-top: 50px;
}

.skillbar {
    position:relative;
    display:block;
    margin-bottom:48px;
    width:100%;
    background:#e9e9e9;
    height:10px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
}
.skillbar-title {
    position:absolute;
    top:0;
    left:0;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}

.skillbar-title span {
    display:block;
    padding:0 20px;
    height:10px;
    line-height:35px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
}
.skillbar span {
    position: absolute;
    top: -32px;
    font-size: 18px;
}

.skillbar-bar {
    height:10px;
    width:0px;
    background:#6adcfa;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
}

.skill-bar-percent {
    position: absolute;
    right: 0px;
    top: -30px;
    font-size: 20px;
    color: #999999;
}
.admitted {
    padding-right: 0;
}
.admitted img{
    width: 100%;
}
.admitted-left a,
.academics-right a {
    background-color: #f45c9c;
    color: #fff;
    padding: 14px 20px 15px 20px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.schl-rght a {
    background-color: #3ad6b7;
    color: #fff;
    padding: 14px 20px 15px 20px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}

.virtual-tour{
    background-image: url(../img/admission/virtual-tour-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 200px;
    padding-bottom: 280px;
}

.virtual-tour-cont p {
    color: #fff;
    font-size: 20px;
}
.round-button {
    position: absolute;
    margin-top: 110px;
    box-sizing: border-box;
    display:block;
    width:80px;
    height:80px;
    padding-top: 14px;
    padding-left: 8px;
    line-height: 20px;
    border: 6px solid #fff;
    border-radius: 50%;
    color:#f45c9c;
    text-align:center;
    text-decoration:none;
    background-color: rgba(255,255,255);
    font-size:20px;
    font-weight:bold;
    transition: all 0.3s ease;
}
.round-button:hover {
    background-color: #f45c9c;
    box-shadow: 0px 0px 3px rgb(12 12 12);
    text-shadow: 0px 0px 3px rgb(12 12 12);
    color: #fff;
}
.schoolinfo{
    padding: 87px 0px 40px 0px;
}
section.privacycont.child-admitted-sec {
    padding-bottom: 87px;
    padding-top: 30px;
}
.total-space {
    background-color: #3ad6b7;
    text-align: center;
    padding: 60px 20px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.trained-staff {
    background-color: #fcbd5f;
    text-align: center;
    padding: 40px 0px;
}
.numb-labs {
    background-color: #47cfe6;
    text-align: center;
    padding: 40px 0px;
}
.athletic-ground {
    background-color: #f55c9d;
    text-align: center;
    padding: 40px 0px;
}
.total-space h2,
.trained-staff h2,
.numb-labs h2,
.athletic-ground h2 {
    font-size: 45px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0;
    padding-bottom: 0;
}
.total-space h2 span,
.trained-staff h2 span,
.numb-labs h2 span,
.athletic-ground h2 span {
    font-size: 25px;
    font-weight: 500;
}
.total-space p,
.trained-staff p,
.numb-labs p,
.athletic-ground p {
    color: #fff;
    padding-bottom: 0;
    margin-bottom: 0;
    font-weight: 500;
}
.schl-left{
    padding-left: 0;
    padding-right: 0;
}
.schl-left img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: -6px 5px 15px 0px rgba(0,0,0,0.2);
}
.schl-rght {
    padding-top: 25px;
    padding-right: 33px;
    padding-left: 20px;
    padding-bottom: 20px;
}
.schl-rght h2 {
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    position: relative;
    padding-bottom: 30px;
}
.schl-rght h2:after{
    content: '';
    position: absolute;
    background-image: url(../img/admission/why-triumph-world-heading-border.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 101px;
    height: 2px;
    left: 6px;
    bottom: 14px;
}
.schl-rght p {
    color: #fff;
    text-align: justify;
}
.feesandpayments{
    padding: 20px 0px 20px 0px;
}
.fees {
    width: 100%;
    float: left;
    padding-bottom: 26px;
    background-image: url(../img/pink-bullet.png);
    background-repeat: no-repeat;
    background-position: 0px 7px;
    padding-left: 21px;
}
.fees p {
    width: 80%;
    float: left;
    margin-bottom: 0px;
    font-size: 16px;
}
.fees span {
    float: right;
    color: #f45c9c;
}
.payment-plans .fees span {
    text-align: right;
}
span.free-tab {
    float: none;
}
.feesandpayments h2 {
    font-weight: 600;
    color: #273864;
    padding-bottom: 15px;
}
.tuitionfees,
.payment-plans,
.tuitionfaq {
    position: relative;
    height: 100%;
    min-height: 400px;
    background-color:#fcbd5f;
    padding:20px;
}
.feestructure {
    float: left;
    padding-left: 20px;
    position: absolute;
    bottom: -20px;
}
.feestructure a {
    background-color: #3ad6b7;
    color: #fff;
    padding: 11px 20px 11px 20px;
    text-transform: uppercase;
    margin-top: 10px;
    display: inline-block;
}
.accordion-toggle:after {
    font-family: 'FontAwesome';
    content: "\f078";
    float: right;
}
.accordion-opened .accordion-toggle:after {
    content: "\f054";
}
.tuitionfaq button {
    padding: 0;
    font-size: 17px;
    text-align: left;
    text-transform: none;
    text-decoration: none;
    outline: none;
}
.payment-options img {
    width: 100%;
}

.tuitionfaq button:hover,
.tuitionfaq button:focus{
    text-decoration: none;
}
.tuitionfaq .accordion>.card .card-header{
    margin-bottom: 0px;
    border-bottom: none;
}
.tuitionfaq button i {
    font-weight: normal;
    width: 20px;
    height: 20px;
    border: 1px solid #f45d9d;
    border-radius: 50%;
    font-size: 13px;
    text-align: center;
    line-height: 20px;
    color: #f45d9d;
    position: absolute;
    margin-top: 1px;
    display: block;
}
.tuitionfaq span {
    text-align: justify;
    float: left;
    padding-left: 30px;
    font-size: 16px;
    font-weight: 600;
}
.tuitionfaq .card-header,
.tuitionfaq .card{
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
}
.tuitionfaq .card-body {
    padding-top: 0;
    padding-left: 35px;
    padding-bottom: 0;
}
.card-body p {
    font-size: 16px;
    text-align: justify;
}
.tuitionfaq h2 {
    padding-bottom: 4px;
}

.educationfor-child{
    background-image: url(../img/admission/education-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 160px;
    padding-bottom: 167px;
}
.educationfor-child .virtual-tour-cont {
    width: 100%;
    max-width: 800px;
    margin: 0px auto;
    text-align: center;
}

.educationfor-child .virtual-tour-cont p {
    color: #283965;
    font-size: 28px;
}
.educationfor-child .virtual-tour-cont p br { display: none; }
a.btn.btn-one.wow.zoomIn.waves-effect.waves-light {
    margin-left: 10px;
    margin-right: 10px;
}
.educationfor-child .virtual-tour-cont a {
    background-color: #f45c9c;
    color: #fff;
    padding: 17px 32px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    width: 250px;
    border: none;
    margin-top: 20px;
}
.academics-left img {
    width: 100%;
}
.edubrisk{
    background-image: url(../img/academics/edubrisk-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding-top: 100px;
    padding-bottom: 107px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.innovative-curriculum-section .section-header {
    margin-bottom: 40px;
}
.edubriskcont {
    width: 100%;
    max-width: 700px;
    margin: 0px auto;
    text-align: center;
}
.edubriskcont img {
    margin-bottom: 40px;
}
.edubriskcont p {
    color: #fff;
    font-size: 20px;
}
.edubriskcont p:nth-child(1n) {
    padding-bottom: 20px;
    margin-bottom: 0;
}
.edubriskcont p span {
    font-weight: 600;
    font-size: 30px;
}
.edubriskcont a{
    background-color: #f45c9c;
    color: #fff;
    padding: 17px 32px;
    text-transform: uppercase;
    margin-top: 20px;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    width: 250px;
    position: relative;
}

.edubriskcont a:hover, .edubriskcont a:focus {
    color: #fff;
}
.edubriskcont a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, transparent 50%, #47cfe6 50%);
    transition: background 500ms ease-in-out, color 500ms ease-in-out;
    background-position: 25%;
    background-size: 400%;
}
.edubriskcont a span {
    position: relative;
    z-index: 3;
}
.edubriskcont a:hover:before {
    background-position: 100%;
}
.class-details > img{
    width: 100%;
    margin-bottom: 0px;
    min-height: 300px;
    object-fit: cover;
}
.coursesprgm {
    padding: 80px 0 87px;
    background: #283965;
}
.coursesprgm .class-details {
    background: #ffffff;
    box-shadow: -6px 5px 15px 0px rgba(0,0,0,0.2);
    min-height: 625px;
    height: 100%;
}
.coursesprgm.gallerybox {
    background: #FFFFFF;
    padding: 87px 0 57px;
}
.coursesprgm.gallerybox .class-details {
    background: #283965;
    box-shadow: -6px 5px 15px 0px rgba(0,0,0,0.2);
    min-height: auto;
}
.coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main {
    float: left;
    width: calc(100% - 54px);
    color: #f45c9c;
    padding-right: 15px;
}
.coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main h3{
    color: #FFFFFF;
    margin-bottom: 0px;
    padding-bottom: 5px;
    font-size: 25px;
}
.coursesprgm.gallerybox .class-details .class-details-desc .gallery-icon img{
    transition: all 0.5s ease-in-out;
    width: 54px;
    min-width: 54px;
    height: 54px;
}
.coursesprgm.gallerybox .gallery-page-popup:hover .class-details .class-details-desc .gallery-icon img{
    filter: brightness(0) invert(1);
}
.coursesprgm.gallerybox .gallery-page-popup {
    padding-bottom: 30px;
    cursor: pointer;
}
.coursesprgm .class-details .class-details-desc{
    padding: 30px;
}
.coursesprgm h2 {
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 48px;
}
.class-details h3 {
    font-weight: bold;
    font-size: 27px;
    color: #273864;
    padding-bottom: 10px;
}
.class-details p {
    text-align: justify;
    color: #273864;
    margin-bottom: 25px;
}
.class-details p:last-child{
    margin-bottom: 0px;
}
.shortcont {
    width: 100%;
    /*max-width: 800px;*/
    margin: 0px auto;
    text-align: center;
}
.shortcont p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding-bottom: 30px;
}
.extracurricular {
    background-color: #273864;
    padding: 60px 0px 60px 0px;
}
.extracurricular h2 {
    text-align: center;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 70px;
}
.gridimage {
    margin-bottom: 30px;
}
.gridimage img{
    width: 100%;
}
.gridcont h3 {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    position: relative;
    margin-bottom: 30px;
}
.gridcont h3:after{
    content: '';
    position: absolute;
    background-image: url(../img/academics/extracurricular-heading-border.jpg);
    background-repeat: no-repeat;
    background-position: center;
    width: 70px;
    height: 2px;
    left: 0px;
    bottom: -17px;
}
.gridcont p {
    color: #fff;
    text-align: justify;
    font-size: 16px;
    line-height: 23px;
}
.tech-currri {
    padding: 60px 60px 60px 60px;
}
.tech-currri h2 {
    text-align: center;
    color: #273864;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: px;
}
.tech-currri-left p {
    color: #273864;
    font-size: 17px;
    text-align: justify;
}
.tech-currri-right img {
    width: 100%;
}
.lg-outer .lg-thumb{
    text-align: center;
    margin: 0px auto;
}
body.modal-open {
    overflow: hidden;
}
#loading {
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    position: fixed;
    display: block;
    background-image: url(../img/no-script-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 4000;
    text-align: center;
    font-size: 35px;
    color: #fff;
}
.j-enable {
    height: 100%;
    width: 100%;
    margin: 0px auto;
    z-index: 999999;
    text-align: center;
    line-height: 35px;
    background-image: url(../img/logo.png);
    background-repeat: no-repeat;
    background-position: center 190px;
    padding-top: 26%;
    z-index: 50000;
    background-color: #000;
    opacity: 0.8;
}

@-moz-document url-prefix() {
    .contactform-home input {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

.icons {
    position: fixed;
    top: 40%;
    right: 0%;
    width: 50px;
    display: flex;
    flex-direction: column;
}

.icons a {
    text-decoration: none;
    text-transform: uppercase;
    padding: 3px;
    font-size: 14px;
    font-family: 'Oswald', 'sans-serif';
    margin: 2px;
    text-align: left;
    border-radius: 0px 0px 0px 0px;
    transform: translate(0px,0px);
    transition: all 0.5s;
}

.icons a:hover {
    transform: translate(0px,0px);
    color: #fff;
}

.icons a i {
    margin-right: 25px;
    background-color: white;
    height: 40px;
    width: 40px;
    color: black;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    transition: all 0.5s;
}

.icons a:hover i{
    transform: rotate(360deg);
}

.icons a i.fa-facebook-f {
    color: #4267B2;
}

.icons a i.fa-youtube {
    color: #FF0000;
}

.icons a i.fa-linkedin-in {
    color: #2867B2;
}

.icons a i.fa-instagram {
    color: #E1306C;
}

.facebook {
    background-color: #4267B2;
    color: white;
}

.youtube {
    background-color: #FF0000;
    color: white;
}

.linkedin {
    background-color: #2867B2;
    color: white;
}

.instagram {
    background-color: #E1306C;
    color: white;
}

/* Ravi Created */
.error nav.navbar.fixed-top.navbar-expand-lg.navbar-dark.scrolling-navbar {
    /*background: #273864;*/
    background: transparent;
}
/*school-why-choose-triumph-section*/
.innovative-curriculum-section.school-why-choose-triumph-section {
    position: relative;
    background-color: #FFFFFF;
    color: #283965;
    padding: 80px 0 87px;
}

.innovative-curriculum-section.school-why-choose-triumph-section .section-header h2 {
    color: #283965;
    max-width: 850px;
}

.innovative-curriculum-section .school-why-choose-triumph-content {
    position: relative;
}

.innovative-curriculum-section.school-why-choose-triumph-section .section-header p{
    text-align: justify;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion {
    border-top: solid 1px #283965;
    position: relative;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion > .card {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #283965;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion > .card:first-of-type,
.innovative-curriculum-section .school-why-choose-triumph-accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: solid 1px #283965;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 none;
    box-shadow: none;
    border-radius: 0;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion .card-header .btn {
    padding: 14px 18px 14px 12px;
    display: flex;
    /*align-items: center;*/
    width: 100%;
    color: #283965;
    font-size: 22px;
    border-radius: 0;
    border: 0 none;
    background-color: transparent;
    text-decoration: none;
    text-transform: none;
    text-align: left;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion .card-body {
    padding: 0 70px 30px 68px;
    margin-top: -8px;
}
.innovative-curriculum-section .school-why-choose-triumph-accordion .card-body ul{
    padding-left: 0;
    margin-bottom: 10px;
    list-style: none;
}
.innovative-curriculum-section .school-why-choose-triumph-accordion .card-body ul ul {
    margin-top: 10px;
}
.innovative-curriculum-section .school-why-choose-triumph-accordion .card-body ul li{
    line-height: 21px;
    padding-bottom: 12px;
    padding-left: 20px;
    position: relative;
    background-image: url(../img/pink-bullet.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-position: 0px 8px;
    background-size: 6px auto;
    list-style-type: none;
}

.innovative-curriculum-section .accordion-number {
    font-size: 24px;
    font-weight: bold;
    color: #f45c9c;
    margin-right: 32px;
}

.innovative-curriculum-section .accordion-icon {
    margin-left: auto;
    padding-left: 16px;
}

.innovative-curriculum-section .accordion-icon img {
    transition: all 0.5s ease-in-out;
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.innovative-curriculum-section .school-why-choose-triumph-accordion .card-header .btn[aria-expanded="true"] .accordion-icon img {
    transform: rotate(180deg);
}

.admitted-col{text-align: center;}
.whttruimph-schl{padding: 80px 0 78px; background-color: #ffffff; }
.whttruimph-schl img{margin-bottom: 40px;}
.whttruimph-schl h2{text-align: center;text-transform: capitalize;font-weight: bold; margin-bottom: 40px; color: #273864; font-size: 50px; }
.whttruimph-schl p {color: #273864;text-align: justify;line-height: 28px;}
.whttruimph-schl p:last-child { margin-bottom: 0; }
.loading {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: #273864;z-index: 9999;display: flex;align-items: center;justify-content: center;}
.loading img{width: 500px; transition: all 0.4s ease-in-out; -webkit-animation: linear infinite; -webkit-animation-name: run; -webkit-animation-duration: 3s;}
.loaded .loading {display: none;}

.landscape-message{display: none;background: #273864;}
.landscape-message{ color: #ffff;text-align:center;padding:20px}

.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(1),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(1) {
    animation: walkingAntOne 60s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(2),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(2) {
    animation: walkingAntTwo 60s 20s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(3),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(3) {
    animation: walkingAntThree 60s 21.5s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(4),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(4) {
    animation: walkingAntFour 60s 40s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(5),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(5) {
    animation: walkingAntFive 60s 48s infinite forwards linear;
}
.footer-hover-content > a {display: flex;width: 100%;height: 100%;justify-content: center;align-items: center;}
@keyframes walkingAntOne {0% {right: -30px;}100% {right: 100%;}}
@keyframes walkingAntTwo {0% {right: -30px;}100% {right: 100%;}}
@keyframes walkingAntThree {0% {right: -30px;}100% {right: 100%;}}
@keyframes walkingAntFour {0% {right: -30px;}100% {right: 100%;}}
@keyframes walkingAntFive {0% {right: -30px;}100% {right: 100%;}}

.logo-to-hover {position: relative;background: transparent;z-index: 2;/*display: flex;*/align-items: center;justify-content: flex-end;padding-right: 0rem;}
.logo-to-hover:hover {background: transparent;}
.logo-to-hover:hover + .footer-hover-content, .footer-hover-content:hover {transform: translateX(0);background-color: #f55c9c;}

.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(1) {
    animation: walkingAntOne 60s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(2),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(2) {
    animation: walkingAntTwo 60s 20s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(3),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(3) {
    animation: walkingAntThree 60s 21.5s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(4),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(4) {
    animation: walkingAntFour 60s 40s infinite forwards linear;
}
.footer-hover-content:hover > .walking-ants-container .walking-ant:nth-child(5),
.logo-to-hover:hover + .footer-hover-content > .walking-ants-container .walking-ant:nth-child(5) {
    animation: walkingAntFive 60s 48s infinite forwards linear;
}

.walking-ant svg path {fill: #ffffff;}

.footer-hover-content {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 2rem;
    cursor: default;
    text-align: center;
    background: #f55c9c;
    transform: translateX(100%);
    transition: transform linear 1s;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 111;
}

.footer-hover-content a {
    color: #ffffff !important;
    padding-bottom: 0;
}
.footer-hover-content > a {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}
.walking-ant {
    display: inline-block;
    width: 30px;
    height: 30px;
    transform: rotateY(180deg);
    right: -30px;
    position: absolute;
    bottom: -5px;
}
span.wpcf7-not-valid-tip {
    position: relative;
    text-align: left;
    width: 100%;
    float: left;
    color: #f45c9c;
    clear: both;
    padding-left: 3px;
    font-size: 13px;
}
.screen-reader-response {
    display: none !important;
}
.wpcf7-response-output {
    position: relative;
    text-align: center;
    width: 100%;
    float: left;
    clear: both;
    padding-left: 3px;
    font-size: 15px;
}
form.wpcf7-form.invalid .wpcf7-response-output {
    color: #f45c9c;
}
form.wpcf7-form .wpcf7-response-output,
form.wpcf7-form.sent .wpcf7-response-output {
    color: #f45c9c !important;
}

.school-timings #canvas {
    background: transparent !important;
    width: 50px;
    height: 50px;
    border: 1px solid #fff;
    border-radius: 100%;
    padding: 1px;
}

#contact::placeholder{color: #FFFFFF !important;font-size: 13px;}
.formcont .form-control, .formcont .select2-container{background: #47567b;border:none;border-radius: 0;height: 52px !important;max-width: 100%; font-size: 14px;line-height: normal;color: #fff;font-weight: normal;padding: 12px; -webkit-transition: all ease-out 0.3s;-moz-transition: all ease-out 0.3s;-o-transition: all ease-out 0.3s;transition: all ease-out 0.3s;}
.formcont .select2-container { width: 100% !important; text-transform: uppercase; }
.formcont .select2-container--default .select2-selection--single{background-color: #47567b;border: 0;border-radius: 0;}
.formcont .select2-container .select2-selection--single .select2-selection__rendered{color: #fff;padding: 0;width: calc(100% - 25px);}
.formcont .select2-selection__arrow{background: transparent url(../img/dropdown-arrow.svg) no-repeat center center;background-size: contain;top:0 !important;bottom: 0;right: 12px !important;width: 26px !important;margin: auto;height: 15px !important;-webkit-transition: all ease-out 0.3s;-moz-transition: all ease-out 0.3s;-o-transition: all ease-out 0.3s;transition: all ease-out 0.3s;}
.formcont .select2-selection__arrow b{display: none;}
.formcont .select2-container--default.select2-container--open .select2-selection__arrow{transform: rotate(-180deg);}
.select2-results{background: #FFFFFF !important; color: #273864 !important;}
.select2-results__option{font-weight: 500;font-size: 16px;line-height: 45px;text-transform: inherit;padding: 0 20px !important;}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-results__option--selected{background-color: #273864 !important;color: #FFFFFF !important;}
.formcont .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #fff !important;}
.select2-container--default .select2-results>.select2-results__options{max-height: 320px !important;}
.select2-container--default .select2-selection--single .select2-selection__clear{display: none;}
.select2-container .select2-dropdown{border: unset !important;}

.ApplyPopup .modal-content{background-color: transparent;border: none;}

.ApplyPopup iframe { height: 100vh; width: 100%; }
.ApplyPopup .modal-body{text-align: center;padding: 0;}
.ApplyPopup .modal-dialog{max-width: 1200px;margin: 0 auto; width: 90%; min-height: 100%; }
.ApplyPopup .modal-dialog .modal-content {max-width: none;margin: 0;}
.ApplyPopup .modal-dialog .container { max-width: 100%; }
.ApplyPopup .modal-dialog .form-section p{ width: 100%; }
.ApplyPopup .contact-form-section.form-section { padding: 60px 0 18px; }
.ApplyPopup .contact-form-section.form-section p { margin: 0px; }
.ApplyPopup .contact-form-section.form-section h2 { font-size: 36px; }
.ApplyPopup .contact-form-section.form-section .form-group {  margin-bottom: 26px;  }
.ApplyPopup .form-section .form-group { text-align: left; }
.ApplyPopup .form-div a { color: #ffffff; }
.ApplyPopup .screen-reader-response { display: none; }
.ApplyPopup .close{position: absolute;right: 10px; top:0;text-shadow: none;color: #fff;opacity: 1;font-size: 52px;font-weight: 100;z-index: 9;}
.ApplyPopup .modal-content .form-section textarea.form-control { height: 92px !important; }
.ApplyPopup .modal-content .form-section .optional span.wpcf7-list-item label{top: 0px;}
.ApplyPopup .modal-content .form-section p { font-size: 16px; margin-bottom: 15px; }
.ApplyPopup .modal-content .form-section .form-group p, .ApplyPopup .modal-content .form-section p:last-child { margin-bottom: 0; }
.ApplyPopup .modal-content .form-section .optional span.wpcf7-list-item label span.wpcf7-list-item-label{font-size: 16px;}

.ApplyPopup .form-div a.form-popup-link,
.contactform-home a.form-popup-link { position: relative; }
.ApplyPopup .form-div a.form-popup-link:after,
.contactform-home a.form-popup-link:after {
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 100%;
}
.ApplyPopup .form-div a.form-popup-link:hover:after,
.contactform-home a.form-popup-link:hover:after { width: 0; }
.ApplyPopup .form-section h2 {
    text-align: center;
    color: #fff;
}
.ApplyPopup .form-section p{
    text-align: center;
    color: #fff;
}
.ApplyPopup .form-section .form-group p{
    text-align: left;
}

.ApplyPopup .close { right: 8px; top: -2px; }


form.wpcf7-form .formboxsubmit .waves-input-wrapper{
    display: unset;
}

.ApplyPopup .contact-form-section.form-section .form-div {max-width: 85%;margin: 0 auto;}
.ApplyPopup .modal-dialog .container {max-width: 100%;}
.ApplyPopup .form-section{
    background-image: url(../img/apply-for-admission-bg-desktop.webp);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: 100%;
    padding:60px 0 18px;
}
.ApplyPopup .form-section h2{text-align: center;color: #fff;font-weight: bold;}
.ApplyPopup .form-section p{text-align: center;color: #fff;width: 970px;margin: 30px auto 40px; font-size: 18px;}
.ApplyPopup .form-section .form-group{margin-bottom: 30px;position: relative;}
.ApplyPopup .form-section .form-group .form-control[type="file"] { font-size: 0;}

.ApplyPopup .form-section .form-group .form-control[type="file"] + label { top: 19px; }
.ApplyPopup .form-section .form-group .form-control::-webkit-file-upload-button,
.ApplyPopup .form-section .form-group .form-control::file-selector-button { display: none; }
.ApplyPopup .form-section .form-control, .form-section .select2-container{background: transparent;border:none;border-bottom: 1px solid #fff;border-radius: 0;height: 50px !important;max-width: 90%; font-size: 18px;line-height: normal;color: #fff;font-weight: normal;padding: 12px;padding-left: 0; -webkit-transition: all ease-out 0.3s;-moz-transition: all ease-out 0.3s;-o-transition: all ease-out 0.3s;transition: all ease-out 0.3s;box-shadow: inherit;}
.ApplyPopup .form-section textarea.form-control{height: 150px !important;resize: none;max-width: 96.9%;}
.ApplyPopup .form-section .form-control.file-icon { padding-right: 55px; }

.ApplyPopup .form-section .mandatory{color:#fff;text-align: center;display: block;font-size: 15px;line-height: 1.2;margin-top: 12px;font-family: "Gilroy", sans-serif;}
.ApplyPopup .form-section label{font-size: 18px;line-height: 28px;color: #fff;position: absolute;top: 16px;left: 15px;z-index: -1; margin: 0;-webkit-transition: all ease-out 0.3s;-moz-transition: all ease-out 0.3s;-o-transition: all ease-out 0.3s;transition: all ease-out 0.3s;}
.ApplyPopup .form-section .aplypopup-optional label{position: static;}
.ApplyPopup .form-section label span{flex-shrink: 0;}
.ApplyPopup .form-section .form-control::placeholder{color: #fff;}
.ApplyPopup .form-section .form-control:focus, .form-section .form-control:not(:placeholder-shown){border-top-color: transparent;-webkit-transition: all ease-out 0.5s;-moz-transition: all ease-out 0.5s;-o-transition: all ease-out 0.5s;transition: all ease-out 0.5s;}
.ApplyPopup .form-section .form-control:focus ~ label:after, .form-section .form-control:not(:placeholder-shown) ~ label:after, .form-section .form-control:focus ~ label:before, .form-section .form-control:not(:placeholder-shown) ~ label:before{opacity: 1;transition-delay: 0.3s;}
.ApplyPopup .form-section .form-control:focus ~ label, .form-section .form-control:not(:placeholder-shown) ~ label/*, .form-section .form-control:not([value=""]):valid ~ label*/{top: -13px;color: #fff;display: flex;align-items: center;width: 100%;padding: 0 15px;left: 0px;}
.ApplyPopup .form-section select{-webkit-appearance: none;background: transparent url(../img/dropdown-arrow.svg) no-repeat right 25px center !important;background-size: 34px 16px !important;}
.ApplyPopup .form-section select option{width: 100%;background: #0052a1;}
.ApplyPopup .form-section .select2-container--default .select2-selection--single{background-color: transparent;border: 0;border-radius: 0; margin-top: 5px;}
.ApplyPopup .form-section .select2-container .select2-selection--single .select2-selection__rendered{color: #fff;line-height: normal;padding: 0;width: calc(100% - 25px);}
.ApplyPopup .form-section .select2-selection__arrow{background: transparent url(../img/dropdown-arrow.svg) no-repeat center center;top: 45% !important;bottom: auto;right: 0px !important;width: 26px !important; height: 15px !important;-webkit-transition: all ease-out 0.3s;-moz-transition: all ease-out 0.3s;-o-transition: all ease-out 0.3s;transition: all ease-out 0.3s; background-size: 84% auto; }
.ApplyPopup .form-section .select2-selection__arrow b{display: none;}
.ApplyPopup .form-section .select2-container--default.select2-container--open .select2-selection__arrow{transform: rotate(-180deg);}

.ApplyPopup .form-section .select2-container--default .select2-selection--single .select2-selection__placeholder{color: #fff !important;}

.ApplyPopup .form-section.contact-form-section .select2-container {
    width: 100% !important;
}
.ApplyPopup .form-section .waves-input-wrapper { border-radius: 0; }
.ApplyPopup .form-section input[type=submit], .ApplyPopup .form-section input.submit {
    width: 200px;
    justify-items: center;
    display: block;
    margin: 0px auto;
    background-color: #fcbd5f;
    color: #273864;
    outline: none;
    font-size: 16px;
    font-weight: bold;
}

.ApplyPopup .form-section .form-group {
    text-align: left;
}
.ApplyPopup .form-section .form-control:focus, .ApplyPopup .form-section .form-control:not(:placeholder-shown) {
    border-top-color: transparent;
    -webkit-transition: all ease-out 0.5s;
    -moz-transition: all ease-out 0.5s;
    -o-transition: all ease-out 0.5s;
    transition: all ease-out 0.5s;
}

.ApplyPopup .form-section .form-control:focus ~ label, .ApplyPopup .form-section .form-control:not(:placeholder-shown) ~ label {
    top: -13px;
    color: #fff;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 15px;
    left: 0px;
}
.ApplyPopup .modal-content .contact-form-section.form-section .form-div {
    max-width: 100%;
    margin: 0 auto;
}

.ApplyPopup .form-section input[type="checkbox"] {
    width: 15px;
    height: 15px;
}
.ApplyPopup .form-section input[type="checkbox"]:checked  {
    background-color: #273864;
    color: #FFFFFF;
}
.ApplyPopup .form-section span.wpcf7-acceptance label span.wpcf7-list-item-label {
    padding-left: 10px;
}

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional input[type="checkbox"],
.contact-form-optional input[type="checkbox"] {
    width: 0;
    height: 0;
    min-width: 0;
    accent-color: #fff;
    opacity: 0;
    visibility: hidden;
}

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional label, .contact-form-optional label { display: flex; align-items: center; }

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional p span { display: block; }

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional label span,
.contact-form-optional label span {
    padding-left: 30px;
    position: relative;
    display: block;
    max-width: 100%;
}

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional label span:before,
.contact-form-optional label span:before {
    content: '';
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 1;
    width: 16px;
    min-width: 16px;
    height: 16px;
    border: solid 1px #fff;
}

.contact-form-optional label span:before { top: 3px; }

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional label span:after,
.contact-form-optional label span:after {
    content: '\2713';
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 1;
    width: 14px;
    min-width: 14px;
    height: 14px;
    background-color: transparent;
    font-size: 14px;
    display: none;
}

.contact-form-optional label span:after { top: 1px; }

.ApplyPopup .contact-form-section.form-section .form-group.aplypopup-optional label input[type="checkbox"]:checked + span:after,
.contact-form-optional label input[type="checkbox"]:checked + span:after {
    display: block;
}

.schlinfo p a, .schoolcontact p a{ position: relative; word-break: break-all; }
.schlinfo p a:after{
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
}
.schoolcontact p a:after{
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
}
.schlinfo p a:hover:after, .schoolcontact p a:hover:after{
    width: 100%;
}

.schlinfo p a:hover{
    color: #fff;
}

/*** Button Css Start ***/

.btn.common-btn {
    background-color: #f45c9c;
    color: #fff;
    padding: 17px 32px;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    width: 250px;
    margin-top: 20px;
    border: 0 none;
}
.btn.common-btn:hover, .btn.common-btn:focus {
    color: #fff;
}
.btn.common-btn:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, transparent 50%, #47cfe6 50%);
    transition: background 500ms ease-in-out, color 500ms ease-in-out;
    background-position: 25%;
    background-size: 400%;
}
.btn.common-btn span {
    position: relative;
    z-index: 3;
}
.btn.common-btn:hover:before {
    background-position: 100%;
}
.btn {
    font-family: "Gilroy";
    font-size: 16px;
    background: none;
    border: 1px solid #ececec;
    padding: 17px 32px;
    color: #ececec;
    text-transform: uppercase;
    border-radius: 0;
    cursor: pointer;
    font-weight: bold;
    margin: 0;
    box-shadow: none !important;
}
.btn-primary {
    color: #fff;
    background-color: #273864 !important;
    border-color: #273864;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active {
    color: #fff;
    background-color: #fcbd5f !important;
    border-color: #273864;
}
.btn-primary:focus, .btn-primary.focus {
    box-shadow: none;
}

.btn-primary.dropdown-toggle {
    background-color: #4285f4 !important;
}
.btn-primary.dropdown-toggle:hover, .btn-primary.dropdown-toggle:focus {
    background-color: #5a95f5 !important;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active,
.show > .btn-primary.dropdown-toggle {
    background-color: #0b51c5 !important;
    box-shadow: none;
}
.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-secondary {
    color: #fff;
    background-color: #f45c9c !important;
    border: 0 none;
    background-position: 25%;
    background-size: 400%;
    transition: initial;
    position: relative;
}
.btn-secondary:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, transparent 50%, #47cfe6 50%);
    transition: background 500ms ease-in-out, color 500ms ease-in-out;
    background-position: 25%;
    background-size: 400%;
}
.btn-secondary span {
    position: relative;
    z-index: 3;
}
.btn-secondary:hover:before {
    background-position: 100%;
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active, .btn-secondary.active {
    color: #fff;
}
.btn-secondary:focus, .btn-secondary.focus {
    box-shadow: none;
}
.btn-secondary.dropdown-toggle {
    background-color: #a6c !important;
}
.btn-secondary.dropdown-toggle:hover, .btn-secondary.dropdown-toggle:focus {
    background-color: #b579d2 !important;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active,
.show > .btn-secondary.dropdown-toggle {
    background-color: #773399 !important;
    box-shadow: none;
}
.btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-four {
    border-color: #ef5c9d;
    color: #ef5c9ds;
    background-image: linear-gradient(45deg, transparent 50%, #ef5c9d 50%);
    background-position: 25%;
    background-size: 400%;
    transition: background 500ms ease-in-out, color 500ms ease-in-out;
}
.btn-four:hover {
    color: #ececec;
    background-position: 100%;
}

.btn-two {
    color: #fcbd5f;
    border-color: #fcbd5f;
    box-shadow: 0 0 0 0 #fcbd5f, inset 0 0 0 0 #fcbd5f;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-two:hover {
    color: #ececec;
    box-shadow: 0 0 40px 0 #fcbd5f, inset 0 0 200px 5px #fcbd5f;
}
.btn-one {
    border-color: #3ad6b7;
    color: #333;
    box-shadow: 0 0 0 0 #3ad6b7, inset 0 0 200px 28px #3ad6b7;
    transition: box-shadow 300ms ease-in-out, color 300ms ease-in-out;
}
.btn-one:hover {
    box-shadow: 0 0 40px 0 #3ad6b7, inset 0 0 25px 0 #3ad6b7;
    color: #FFF;
}

/*** Button Css End ***/

footer .content-inner p {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
}
footer .content-inner {
    position: static;
}
footer .content-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
}
footer .content-inner .footer-bottom-left-sec ul {
    display: flex;
    align-items: center;
    list-style: none;
    margin-left: 8px;
    padding-left: 0px;
}
footer .content-inner .footer-bottom-left-sec ul li {
    line-height: 1;
    padding: 0 8px;
    margin: 0;
    border-left: 1px solid #fff;
}
footer .content-inner .footer-bottom-left-sec ul a {
    color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
    line-height: 1;
}
footer a, footer h6, footer h5 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 0px;
}
.footer-bottom-left-sec a { position: relative; }
footer .content-inner .footer-bottom-left-sec ul a:after,
.footer-bottom-left-sec a:after {
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
}
footer .content-inner .footer-bottom-left-sec ul a:hover:after, footer .content-inner .footer-bottom-left-sec ul a.active:after,
.footer-bottom-left-sec a:hover:after {
    width: 100%;
}

footer .footer-bottom-left-sec {
    display: flex;
    align-items: center;
}

footer .footer-bottom-left-sec p, footer .footer-bottom-left-sec ul{margin-bottom: 0px;}
.map iframe{width: 100%;display: block;}
.footer-ma-logo .footer-ma-tooltip img { width: 40px; }

/*section-header*/
.section-header {
    margin-bottom: 40px;
    position: relative;
    text-align: center;
}

.section-header h2,
.school-goal-section .section-header h1 {
    color: #283965;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
    max-width: 920px;
    margin: 0 auto 40px;
}

/*school-goal-section*/
.school-goal-section {
    padding: 80px 0 40px;
    position: relative;
}

.school-goal-section .section-header {
    text-align: justify;
}

.school-goal-slider, .school-gallery-mobile { display: none; }

.school-goal-row {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.school-goal-col {
    width: 50%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.school-goal-col.reverse {
    flex-direction: row-reverse;
}

.school-goal-card {
    min-height: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 30px;
    position: relative;
    width: 50%;
}
.school-goal-card:before {
    content: '';
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    z-index: 1;
    width: 30px;
    height: 30px;
}
.school-goal-col.reverse .school-goal-card:before {
    left: auto;
    right: -10px;
}
.values,
.values:before {
    background-color: #3ad6b7;
}
.philosophy,
.philosophy:before {
    background-color: #fcbd5f;
}
.mission,
.mission:before {
    background-color: #47cfe6;
    cursor: pointer;
}
.notice,
.notice:before {
    background-color: #f45c9c;
}

.school-goal-thumb {
    width: 50%;
}

.school-goal-thumb img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.school-notices-section {
    position: relative;
    padding: 40px 0 87px;
}

.school-notices-section .section-header h2 {
    max-width: none;
}

/*school-amenities-section*/
.school-amenities-section {
    position: relative;
    background-color: #273864;
    color: #ffffff;
    padding: 80px 0 87px;
}

.school-amenities-section .section-header h2 {
    color: #ffffff;
}

.school-amenities-content {
    position: relative;
}

.slick-dotted.slick-slider {
    margin-bottom: 0;
}

.slick-prev, .slick-next {
    font-size: 0;
    width: 69px;
    min-width: 69px;
    height: 69px;
    position: absolute;
    top: 50%;
    z-index: 3;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    opacity: 0.5;
}

.slick-prev:before, .slick-next:before { display: none; }

.slick-prev:hover, .slick-next:hover, .slick-prev:focus, .slick-next:focus {
    opacity: 1;
}

.slick-prev {
    left: 0;
    background-image: url("../img/prev-arrow-dark.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next {
    right: 0;
    background-image: url("../img/next-arrow-dark.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev:hover, .slick-prev:focus {
    background-image: url("../img/prev-arrow-bg-dark.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-next:hover, .slick-next:focus {
    background-image: url("../img/next-arrow-bg-dark.png");
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    opacity: 0.3;
}

.coursesprgm-slider .slick-track { display: flex; }
.coursesprgm-slider .slick-slide { float: none; height: auto; flex: 1; }

.coursesprgm-slider .slick-prev {
    left: 42px;
    background-image: url("../img/prev-arrow-white.png");
    bottom: 20px;
}
.coursesprgm-slider .slick-prev:hover, .coursesprgm-slider .slick-prev:focus {
    background-image: url("../img/prev-arrow-bg-dark.png");
}

.coursesprgm-slider .slick-next {
    right: 42px;
    background-image: url("../img/next-arrow-white.png");
    bottom: 20px;
}

.coursesprgm-slider .slick-next:hover, .coursesprgm-slider .slick-next:focus {
    background-image: url("../img/next-arrow-bg-dark.png");
}

.school-amenities-slider {
    max-width: 100%;
}
.slick-dotted.slick-slider.school-amenities-slider { margin-bottom: 100px; }
.school-amenities-slider .slick-prev, .school-amenities-slider .slick-next {
    transition: all 0.5s ease-in-out;
    top: 50%;
}

.school-amenities-slider .slick-prev {
    left: 20px;
    background-image: url("../img/prev-arrow-white.png");
}

.school-amenities-slider .slick-prev:hover, .school-amenities-slider .slick-prev:focus {
    background-image: url("../img/prev-arrow-bg-dark.png");
}

.school-amenities-slider .slick-next {
    right: 20px;
    background-image: url("../img/next-arrow-white.png");
}

.school-amenities-slider .slick-next:hover, .school-amenities-slider .slick-next:focus {
    background-image: url("../img/next-arrow-bg-dark.png");
}

.school-amenities-slider .slick-dots {
    position: absolute;
    left: 0;
    bottom: -100px;
    z-index: 1;
}

.school-amenities-slider .slick-dots li button {
    border-color: #ffffff;
    opacity: 1;
}

.school-amenities-slider .slick-dots li.slick-active button {
    background-color: #ffffff;
}

.school-gallery-mobile.school-gallery-mobile-admissions .slick-prev {
    left: 0px;
    background-image: url("../img/prev-arrow-white.png");
}

.school-gallery-mobile.school-gallery-mobile-admissions .slick-prev:hover, .school-gallery-mobile.school-gallery-mobile-admissions .slick-prev:focus {
    background-image: url("../img/prev-arrow-bg-dark.png");
}

.school-gallery-mobile.school-gallery-mobile-admissions .slick-next {
    right: 0px;
    background-image: url("../img/next-arrow-white.png");
}

.school-gallery-mobile.school-gallery-mobile-admissions .slick-next:hover, .school-gallery-mobile.school-gallery-mobile-admissions .slick-next:focus {
    background-image: url("../img/next-arrow-bg-dark.png");
}

.school-gallery-mobile.school-gallery-mobile-admissions .slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #ffffff;
    background-color: #273864;
    box-sizing: border-box;
    background-clip: inherit;
    margin: 0;
}

.school-gallery-mobile.school-gallery-mobile-admissions .slick-dots li.slick-active button {
    background-color: #FFFFFF;
    opacity: 1;
}

.slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    padding-top: 45px;
    position: relative;
    left: auto;
    bottom: auto;
}

.slick-dots li {
    width: 20px;
    height: 20px;
    margin: 0;
}

.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer;
    border-radius: 50%;
    border: solid 2px #273864;
    background-color: transparent;
    opacity: 0.6;
    box-sizing: border-box;
    background-clip: inherit;
    margin: 0;
}

.slick-dots li button::before { display: none; }

.slick-dots li.slick-active button {
    background-color: #273864;
    opacity: 1;
}

.stripe_item {
    position: relative;
    z-index: 1;
    min-height: 540px;
    max-height: 560px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    box-sizing: border-box;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
}

.stripe_item:after {
    content: '';
    direction: block;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.55;
    transition: opacity 0.3s;
    background-color: #000000;
}

.gt3_stripe-link {
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.stripe_item-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    text-align: center;
    white-space: normal;
    padding: 50px 45px;
    max-width: 100%;
    box-sizing: border-box;
    min-height: 280px;
    user-select: text;
}
.stripe_item-wrapper h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 20px;
}
.stripe_item-divider {
    display: block;
    width: 70px;
    height: 2px;
    margin: 30px auto 0;
    background-image: url(../img/stripe-item-divider.jpg);
    background-repeat: no-repeat;
    background-position: center;
}

.stripe_item-content {
    font-size: 16px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*school-gallery-section*/
.school-gallery-section {
    position: relative;
    padding: 80px 0 87px;
}

.school-gallery-section .section-header {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
}

.school-gallery-section .section-header h2 {
    max-width: none;
}

.homegallery {
    position: relative;
}
.school-gallery {
    margin: 0;
    padding: 0;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 2px;
}

.school-gallery li {
    grid-column: span 2;
    max-height: 420px;
    position: relative;
}

.school-gallery li:nth-child(1) {
    grid-column: span 4;
}

.school-gallery li:nth-child(2) {
    grid-row-start: 1;
    grid-row-end: 3;
    grid-column-start: 5;
    grid-column-end: 8;
    max-height: 844px;
}

.school-gallery li:nth-child(5) {
    grid-column: span 4;
}

.school-gallery li:nth-child(6) {
    grid-column: span 3;
}

.school-gallery li > div {
    width: 100%;
    height: 100%;
}

.school-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-gallery li:after,
.school-gallery li:before {
    content: '';
    position: absolute;
    z-index: 1;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    transform: scale(0);
}

.school-gallery li:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.school-gallery li:before {
    background-image: url(../img/plus.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 50px;
    height: 50px;
    background-color: #273864;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0);
    z-index: 3;
}

.school-gallery li:hover:after {
    transform: scale(1);
}

.school-gallery li:hover:before {
    transform: translate(-50%, -50%) scale(1);
}

.school-gallery-slider-card {
    position: relative;
    cursor: pointer;
}

.school-gallery-slider-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, transparent 0%, black 100%);
    opacity: 0.6;
}

.school-gallery-slider-card > img {
    max-height: 500px;
    min-height: 480px;
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.school-gallery-slider-card-content {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 0;
    z-index: 3;
    padding: 20px;
    color: #ffffff;
    font-size: 16px;
}

.school-gallery-slider-card-content p {
    margin-bottom: 10px;
}

.school-gallery-slider-card-content h3 {
    margin-bottom: 0;
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
}

.school-goal-slider .slick-track { display: flex; }
.school-goal-slider .slick-slide {
    float: none;
    height: auto;
    flex: 1;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
}

.school-goal-slider .slick-slide .school-goal-card { flex: 1; }

.school-goal-slider .slick-dots {
    display: none !important;
}

.school-goal-dot-text, .stripe_item-dot-text {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    padding: 55px 100px 0;
}

.school-goal-dot-text {
    text-transform: uppercase;
}

.stripe_item-dot-text {
    display: none;
}

.school-goal-dot-text p, .stripe_item-dot-text p { margin-bottom: 0; }

.more-photos {
    position: relative;
    width: 190px;
    display: table;
    margin: 0px auto;
    bottom: 30px;
}
.more-photos a {
    color: #273864;
    background-color: rgb(250, 250, 250, 0.8);
    padding: 13px 30px 10px 30px;
    font-weight: 600;
}

/*connect-social*/
.connect-social {
    position: relative;
}

.connect-social-links {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.connect-social-links li {
    position: relative;
    margin-bottom: 12px;
}

.connect-social-links li:last-child { margin-bottom: 0; }

.connect-social-links li a {
    font-size: 20px;
    color: #ffffff;
    position: relative;
    display: flex;
    align-items: center;
}

.connect-social-links li a strong {
    font-weight: 600;
}

.connect-social-links-text {
    position: relative;
}

.connect-social-links-text:after {
    border-bottom: 1px solid #ffffff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    width: 0;
}

.connect-social-links li a:hover .connect-social-links-text:after {
    width: 100%;
}

.connect-social-links-icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    border-radius: 50%;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.connect-social-links-icon img {
    filter: brightness(0) invert(1);
}

.connect-social-links li a.instagram-icon:hover .connect-social-links-icon, .connect-social-links li a.instagram-icon:focus .connect-social-links-icon {
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    color: #ffffff;
}

.connect-social-links li a.facebook-icon:hover .connect-social-links-icon, .connect-social-links li a.facebook-icon:focus .connect-social-links-icon {
    background-color: #0165e1;
    color: #ffffff;
}

.connect-social-links li a.youtube-icon:hover .connect-social-links-icon, .connect-social-links li a.youtube-icon:focus .connect-social-links-icon {
    background-color: #ff0000;
    color: #ffffff;
}

.connect-social-links li a.linkedin-icon:hover .connect-social-links-icon, .connect-social-links li a.linkedin-icon:focus .connect-social-links-icon {
    background-color: #0A66C2;
    color: #ffffff;
}

/*school-why-choose-triumph-section*/
.school-why-choose-triumph-section {
    position: relative;
    background-color: #273864;
    color: #ffffff;
    padding: 80px 0 90px;
}

.school-why-choose-triumph-section .section-header h2 {
    color: #ffffff;
    max-width: 850px;
}

.school-why-choose-triumph-content {
    position: relative;
}

.school-why-choose-triumph-accordion {
    border-top: solid 1px #ffffff;
    position: relative;
}

.school-why-choose-triumph-accordion > .card {
    box-shadow: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: solid 1px #ffffff;
}

.school-why-choose-triumph-accordion > .card:first-of-type,
.school-why-choose-triumph-accordion > .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: solid 1px #ffffff;
}

.school-why-choose-triumph-accordion .card-header {
    padding: 0;
    margin-bottom: 0;
    background-color: transparent;
    border-bottom: 0 none;
    box-shadow: none;
    border-radius: 0;
}

.school-why-choose-triumph-accordion .card-header .btn {
    padding: 14px 18px 14px 12px;
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffff;
    font-size: 22px;
    border-radius: 0;
    border: 0 none;
    background-color: transparent;
    text-decoration: none;
    text-transform: none;
    text-align: left;
}

.school-why-choose-triumph-accordion .card-header .btn .accordion-text {
    display: flex;
}

.school-why-choose-triumph-accordion .card-body {
    padding: 0 70px 30px 68px;
}

.accordion-number {
    font-size: 24px;
    font-weight: bold;
    color: #f45c9c;
    margin-right: 32px;
}

.accordion-icon {
    margin-left: auto;
    padding-left: 16px;
}

.accordion-icon img {
    transition: all 0.5s ease-in-out;
    width: 60px;
    min-width: 60px;
    height: 60px;
}

.school-why-choose-triumph-accordion .card-header .btn[aria-expanded="true"] .accordion-icon img {
    transform: rotate(180deg);
}

/*school-testimonials-section*/
.school-testimonials-section {
    position: relative;
    background-image: url("../img/testimonials-bg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 0 90px;
    display: flex;
    flex-direction: column;
    float: none;
    width: 100%;
}

.school-testimonials-slider {
    position: relative;
    text-align: center;
    padding: 0 85px;
}

.school-testimonials-slide-item {
    position: relative;
}

.school-testimonials-slide-header {
    position: relative;
    margin-bottom: 30px;
    font-size: 20px;
}

.school-testimonials-name-symbol {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 120px;
    background-color: #273864;
    color: #ffffff;
    font-size: 50px;
    padding: 5px;
    border: solid 5px #ffffff;
    box-shadow: 0 26px 40px #8b297a22;
    margin-bottom: 30px;
    border-radius: 50%;
    font-weight: bold;
    text-transform: uppercase;
}

.school-testimonials-slide-header h3 {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 30px;
}

.star-list {
    list-style: none;
    padding-left: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.star-list li img { display: block; }

.school-testimonials-slide-content {
    position: relative;
}

.quotation-icon {
    position: relative;
    margin-top: 30px;
}

.school-testimonials-slider .quotation-icon img {
    width: 50px;
    display: inline-block;
}

.school-testimonials-action {
    position: relative;
    text-align: center;
    margin-top: 65px;
    font-size: 20px;
}

.school-testimonials-action .logo-circle {
    margin-bottom: 20px;
}

.school-testimonials-action .logo-circle img {
    border-radius: 50%;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12);
}

.school-testimonials-action h3 {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 12px;
}

.school-testimonials-action h5 {
    font-size: 22px;
    margin-bottom: 12px;
}

.rating-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin-bottom: 16px;
}

.rating-action p {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 0;
    color: #f7941d;
    line-height: 1.2;
    margin-top: 4px;
}

.rating-action .star-list {
    margin-bottom: 0;
}

.wpac, .wpac h1, .wpac h2, .wpac h3, .wpac h4, .wpac h5, .wpac h6, .wpac p, .wpac td, .wpac dl, .wpac tr, .wpac dt, .wpac ol, .wpac form, .wpac select, .wpac option, .wpac pre, .wpac div, .wpac table, .wpac th, .wpac tbody, .wpac tfoot, .wpac caption, .wpac thead, .wpac ul, .wpac li, .wpac address, .wpac blockquote, .wpac dd, .wpac fieldset, .wpac li, .wpac strong, .wpac legend, .wpac em, .wpac s, .wpac cite, .wpac span, .wpac input, .wpac sup, .wpac label, .wpac dfn, .wpac object, .wpac big, .wpac q, .wpac font, .wpac samp, .wpac acronym, .wpac small, .wpac img, .wpac strike, .wpac code, .wpac sub, .wpac ins, .wpac textarea, .wpac var, .wpac a, .wpac abbr, .wpac applet, .wpac del, .wpac kbd, .wpac tt, .wpac b, .wpac i, .wpac hr {
    font-family: "Gilroy", sans-serif !important;
}

.school-testimonials-section .wp-gr {
    width: 100% !important;
    padding-bottom: 0 !important;
}

.school-testimonials-section .wp-gr .grw-row {
    flex-direction: column !important;
    position: relative !important;
}

.school-testimonials-section .wp-gr .grw-row-l .grw-review,
.school-testimonials-section .wp-gr .grw-row-m .grw-review,
.school-testimonials-section .wp-gr .grw-row-s .grw-review,
.school-testimonials-section .wp-gr .grw-row-x .grw-review {
    flex: 0 0 100% !important;
    max-width: 100% !important;
}

.school-testimonials-section .wp-gr .grw-header-inner, .school-testimonials-section .wp-gr .grw-review-inner {
    text-align: center !important;
    margin: 0 !important;
    padding: 0 !important;
}

.school-testimonials-section .wp-gr .grw-review .wp-google-left {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
}

.school-testimonials-section .wp-gr .wp-google-left img {
    float: none !important;
    margin-right: 0 !important;
    margin-bottom: 30px !important;
}

.school-testimonials-section .wp-gr.wpac .wp-google-left img {
    width: 120px !important;
    height: 120px !important;
    background-color: #273864 !important;
    color: #ffffff !important;
    border: solid 5px #ffffff !important;
    box-shadow: 0 26px 40px #8b297a22 !important;
    margin-right: 0 !important;
}

.school-testimonials-section .wp-gr.wpac a.wp-google-name {
    color: #273864 !important;
    font-weight: bold !important;
    text-transform: uppercase !important;
    font-size: 22px !important;
    padding-right: 0 !important;
}

.school-testimonials-section .wp-gr .wp-google-time {
    color: #273864 !important;
    font-size: 16px !important;
}

.school-testimonials-section .wp-gr .grw-review .wp-google-feedback {
    height: auto !important;
    overflow-y: auto !important;
}

.school-testimonials-section .wp-gr .wp-google-text {
    color: #273864 !important;
    font-size: 16px !important;
    line-height: 1.5 !important;
    white-space: initial !important;
    word-break: initial !important;
    position: relative !important;
    padding-bottom: 60px !important;
    display: block !important;
}

.school-testimonials-section .wp-gr .wp-google-text:after {
    content: '' !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 0 !important;
    z-index: 1 !important;
    width: 44px !important;
    height: 44px !important;
    background-image: url("../img/quotation-icon.png") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: 100% auto !important;
}

.school-testimonials-section .wp-gr .grw-review .wp-google-stars {
    margin: 15px 0 30px !important;
}

.school-testimonials-section .wp-gr .grw-content {
    padding-bottom: 24px !important;
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important;
}

.school-testimonials-section .wp-gr .grw-content-inner {
    position: relative !important;
    display: flex !important;
    flex-direction: column !important;
    max-width: 100% !important;
}

.school-testimonials-section .wp-gr .grw-dots {
    bottom: 0 !important;
}

.school-testimonials-section .wp-gr .grw-dot {
    display: inline-block !important;
    width: 20px !important;
    height: 20px !important;
    margin: 0 7px !important;
    background: none !important;
    border-radius: 50% !important;
    cursor: pointer !important;
    opacity: .4 !important;
    transition: all .2s ease-in-out !important;
    border: solid 2px #273864 !important;
}

.school-testimonials-section .wp-gr .grw-dot.active {
    opacity: 1 !important;
    background: #273864 !important;
}

.school-testimonials-section .wp-gr .grw-row-l .grw-header,
.school-testimonials-section .wp-gr .grw-row-m .grw-header,
.school-testimonials-section .wp-gr .grw-row-s .grw-header,
.school-testimonials-section .wp-gr .grw-row-x .grw-header {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    margin-top: 40px !important;
}

.school-testimonials-section .wp-gr .grw-row-x .grw-header {
    margin-top: 20px !important;
}

.school-testimonials-section .wp-gr.wpac .grw-header .wp-google-left img {
    width: 70px !important;
    height: 70px !important;
    background-color: #273864 !important;
    color: #ffffff !important;
    font-size: 50px !important;
    border: 0 none !important;
    box-shadow: 0 0 16px rgba(0, 0, 0, 0.12) !important;
    margin-right: 0 !important;
}

.school-testimonials-section .wp-gr.wpac .wp-google-name {
    font-size: 24px !important;
    font-weight: bold !important;
    margin-bottom: 12px !important;
    padding-right: 0 !important;
}

.school-testimonials-section .wp-gr.wpac .wp-google-name a {
    color: #273864 !important;
}

.school-testimonials-section .wp-gr .wp-google-powered {
    color: #273864 !important;
    margin: 20px 0 10px !important;
    font-size: 18px !important;
}

.school-testimonials-section .wp-gr .wp-google-powered + .wp-google-powered {
    margin: 10px 0 10px !important;
    font-size: 16px !important;
}

.school-testimonials-section .wp-gr .wp-google-wr { margin: 15px 0 0 0 !important; }

.school-testimonials-section .wp-gr .wp-google-wr a {
    color: #fff !important;
    padding: 17px 32px !important;
    outline: none !important;
    border-radius: 0 !important;
    white-space: nowrap !important;
    box-shadow: none !important;
    user-select: none !important;
    transition: all .2s ease-in-out !important;
    display: inline-flex !important;
    font-family: "Gilroy" !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-shadow: none !important;
    text-transform: uppercase !important;
    align-items: center !important;
    background: #f45c9c !important;
    border: 0 none !important;
    position: relative !important;
}

.school-testimonials-section .wp-gr .wp-google-wr a:hover, .school-testimonials-section .wp-gr .wp-google-wr a:focus {
    color: #fff !important;
    background: #f45c9c !important;
}
.school-testimonials-section .wp-gr .wp-google-wr a:before {
    content: '' !important;
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
    height: 100% !important;
    background-color: transparent !important;
    background-image: linear-gradient(45deg, transparent 50%, #47cfe6 50%) !important;
    transition: background 500ms ease-in-out, color 500ms ease-in-out !important;
    background-position: 25% !important;
    background-size: 400% !important;
}
.school-testimonials-section .wp-gr .wp-google-wr a span {
    position: relative !important;
    z-index: 3 !important;
    text-transform: uppercase !important;
}
.school-testimonials-section .wp-gr .wp-google-wr a:hover:before {
    background-position: 100% !important;
}

.school-testimonials-section .wp-gr .wp-google-wr a svg,
.school-testimonials-section .grw-review-inner > svg {
    display: none !important;
}

.school-testimonials-section .wp-gr .grw-btns {
    height: 69px !important;
    width: 69px !important;
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    opacity: 0.5;
}

.school-testimonials-section .wp-gr .grw-btns.grw-prev {
    background-image: url("../img/prev-arrow-dark.png") !important;
    margin-left: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}

.school-testimonials-section .wp-gr .grw-btns.grw-prev:hover, .school-testimonials-section .wp-gr .grw-btns.grw-prev:focus {
    background-image: url("../img/prev-arrow-bg-dark.png") !important;
    opacity: 1;
}

.school-testimonials-section .wp-gr .grw-btns.grw-next {
    background-image: url("../img/next-arrow-dark.png") !important;
    margin-right: 0 !important;
    background-repeat: no-repeat;
    background-position: center;
}

.school-testimonials-section .wp-gr .grw-btns.grw-next:hover, .school-testimonials-section .wp-gr .grw-btns.grw-next:focus {
    background-image: url("../img/next-arrow-bg-dark.png") !important;
    opacity: 1;
}

.school-testimonials-section .wp-gr .grw-btns svg {
    display: none;
}

.school-testimonials-section .wp-gr[data-layout="slider"] .grw-reviews {
    margin: 0 85px !important;
}

/*management-team-section*/
.management-team-section {
    position: relative;
    padding: 87px 0;
}

.management-team-main {
    position: relative;
}

.management-team-nav-slider {
    position: relative;
    max-width: 100%;
    margin-bottom: 35px;
}

.management-team-nav-link {
    padding: 15px;
    width: 100%;
    min-height: 115px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    background-color: #283965;
    position: relative;
    margin-bottom: 20px;
}

.management-team-nav-link:hover, .management-team-nav-link:focus, .slick-current .management-team-nav-link {
    color: #ffffff;
    background-color: #f45c9c;
}

.management-team-nav-item:not(:first-child) .management-team-nav-link {
    border-left: solid 1px #ffffff;
}

.management-team-nav-link:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 20px;
    height: 20px;
    background-color: transparent;
    transform: translateX(-50%) rotate(45deg);
    z-index: 1;
}

.slick-current .management-team-nav-link:after {  background-color: #f45c9c; }

.management-team-nav-link span { font-weight: bold; }

.management-team-slider {
    position: relative;
    max-width: 100%;
}

.management-team-slider .slick-dots {
    gap: 30px;
    display: none !important;
}

.management-team-slider .slick-dots li button {
    background-color: transparent;
    width: auto;
    height: auto;
    padding: 0;
    border: 0 none;
    opacity: 1;
    font-size: 18px;
    line-height: 1.5;
    border-radius: 0;
    color: #273864;
}

.management-team-slider .slick-dots li button a{
    color: #273864;
}


.management-team-slider .slick-dots li.slick-active button {
    background-color: transparent;
    opacity: 1;
    color: #f45c9c;
}

.management-team-slider .slick-dots li.slick-active button a {
    background-color: transparent;
    opacity: 1;
    color: #f45c9c;
}


.management-team-member-detail {
    background-color: #283965;
    color: #ffffff;
    display: flex;
    margin-bottom: 50px;
}

.management-team-member-thumb {
    position: relative;
    min-width: 320px;
    max-width: 320px;
}

.management-team-member-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.management-team-member-info {
    padding: 75px;
    min-width: calc(100% - 320px);
    max-width: calc(100% - 320px);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.management-team-member-info h2 {
    font-weight: bold;
    font-size: 36px;
    margin-bottom: 45px;
}

.management-team-member-info p, .management-team-detail p { text-align: justify; }

.management-team-member-info :last-child { margin-bottom: 0; }

.scroll-to-section {
    position: relative;
    text-align: center;
    margin-top: 25px;
}

.tawk-min-container .tawk-button-circle.tawk-button-large { background-color: #fcbd5f; }

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.contact-form p {
    position: relative;
}
.contact-form label.error {
    position: relative;
    text-align: left;
    width: 100%;
    float: left;
    color:#f45c9c;
    clear:both;
    padding-left:3px;
}
.formbox,
.formboxsubmit{
    float: left;
}
.formbox-2{
    text-align: center;
}
.formbox-2 p{
    text-align: center;
    color: #fff;
    font-size: 12px;
}
.formbox {
    margin-bottom: 16px !important;
    height: 64px;
}

.contact-form-optional.formbox { height: auto !important; }

.contact-form-optional p { margin-bottom: 0; font-size: 14px; }

.contactform-home a { color: #ffffff; }
.contactform-home a:hover { color: #ffffff; }

.formbox-textarea{
    float: left;
    height: 120px;
    margin-bottom: 10px;
}
.contactform-home select{
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(../img/selectdown-arrow.png);
    background-repeat: no-repeat;
    background-position: right 10px center;
}

label.error {
    color: #f45c9c;
    font-size: 13px;
}

.float{
    position:fixed;
    width: 48px;
    height: 48px;
    bottom: 74px;
    right: 27px;
    background-color: #25d366;
    color: #FFF;
    border-radius:50%;
    text-align:center;
    font-size:30px;
    box-shadow: 2px 2px 3px #999;
    z-index:100;
    display: none;
}

a.float.whatsapp-icon.whatsapp-desktop {
    color: #fff !important;
}
a.float.whatsapp-icon.whatsapp-desktop .fa-whatsapp:before {
    font-size: 28px;
}
.my-float{
    margin-top:10px;
}

.nav-up{transform: translateY(-100%);transition: all 0.5s ease !important; }
.nav-down{ transform: none;transition: all 0.5s ease !important; }
.homegallery.school-gallery-desktop {
    max-width: 70%;
    margin: 0 auto;
}
#map {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    /* filter: url(/images/grayscale.svg#greyscale); */
    filter: gray;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    transition: all .2s linear;
    position: relative;
}

#map:before {
   content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 120px 24px rgba(0,0,0,0.4) inset;
}

#map:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}
#map:hover:before { display: none; }
.ApplyPopup div.wpcf7 span.wpcf7-not-valid-tip {
    font-weight: 400;
    position: absolute;
    bottom: -20px;
    left: 15px !important;
    text-transform: inherit;
    line-height: normal;
    font-size: 13px !important;
    top: auto !important;
    padding: 0 !important;
    color: #f45c9c;
    white-space: nowrap;
}
.ApplyPopup .wpcf7-not-valid-tip {
    color: #f45c9c;
    font-size: 14px;
    display: block;
}
.ApplyPopup div.wpcf7 .wpcf7-response-output {
    min-height: 30px;
    margin-top: 20px;
}
.ApplyPopup .wpcf7-response-output {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
section#managementteam .container {
    max-width: 1300px;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    margin-top: 0;
    top: 50%;
    transform: translateY(-50%);
}
.class-details-desc-dot-text{display: none;}

.contactform-home input::placeholder, .contactform-home textarea::placeholder {
    text-transform: capitalize !important;
}

.contactform-home .formcont .select2-container{
    text-transform: capitalize !important;
}

.lg-actions .lg-next, .lg-actions .lg-prev {
    width: 50px;
    height: 50px;
    border: solid 1px #fff;
    opacity: 1;
    border-radius: 50%;
    color: #fff;
    background: none;
}

.lg-actions .lg-next:hover, .lg-actions .lg-prev:hover { background: #283965; }

.whatsapp-mobile { display: none !important; }

/*Media Query*/
@media screen and (orientation:landscape) and (min-device-width: 319px) and (max-device-width: 900px) {

    .topcont {
        display: none;
    }
    .navbar-toggler{
        top: 25px;
    }
    .top-nav-collapse .navbar-toggler {
        top: 17px;
    }
    .navbar-brand {
        width: 30%;
        padding-bottom: 0px;
    }
    a.navbar-brand img{
        width: 90%;
        height: 50%;
    }
    .navbar.scrolling-navbar{
        padding-top: 15px;
    }
    .container, ol.carousel-indicators {
        max-width: 100%;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1280px) and (orientation : landscape) {

    .navbar.scrolling-navbar .navbar-nav>li {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .navbar.scrolling-navbar .navbar-nav>li.last {
        padding-right: 0px !important;
    }
    .footer-left,
    .footer-right {
        padding: 0;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center !important;
    }

    .total-space h2 span, .trained-staff h2 span, .numb-labs h2 span, .athletic-ground h2 span{
        font-size: 16px !important;
    }
    .box-1 {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 70px;
    }
    .box-2,
    .fullwidth {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .banner-bottom .col-lg-3 {
        padding-left: 5px;
        padding-right: 5px;
    }

    .tuitionfaq{
        min-height: 350px !important;
    }
    .schl-rght{
        padding-bottom: 15px;
    }

    .topheading span{
        padding-top: 0 !important;
        font-size: 16px !important;
    }
    .bannrbelow {
        flex: 0 0 50%;
        max-width: 50%;
        margin-bottom: 30px;
    }

    .loginform{
        padding-right: 0px !important;
    }
    .ipadview {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    .getintouch {
        max-width: 100% !important;
        flex: 100% !important;
        margin-bottom: 60px;
    }
    .social-icons{
        text-align: center;
    }
    .social-icons {
        justify-content: center;
        display: grid;
    }
    .social-icons ul{
        margin: 0px auto !important;
        margin-bottom: 10px;
    }
}

@media only screen and (max-width: 1799px) {
    .ApplyPopup .contact-form-section.form-section h2 { font-size: 30px; }
    .ApplyPopup .form-section{padding: 80px 0;}
    .ApplyPopup .form-section p{margin: 30px auto;}
    .ApplyPopup .contact-form-section.form-section p { margin: 4px 0; }
    .navbar.scrolling-navbar.fixed-top { padding-top: 50px; }
    .navbar.scrolling-navbar.top-nav-collapse { padding: 20px 0; }
    body { font-size: 16px; }
    .navbar-brand img {
        width: 320px;
        height: auto;
    }

    .top-nav-collapse .navbar-brand img {
        width: 280px;
        height: auto;
    }

    .loginform a { padding: 15px 22px; font-size: 16px; }
    .social-link a {
        width: 50px;
        height: 50px;
        font-size: 20px;
    }
    .connect-social-links-icon {
        width: 40px;
        height: 40px;
        min-width: 40px;
        font-size: 16px;
    }
    .banner-content p {
        margin-bottom: 30px;
        font-size: 16px;
    }
    .inner-banner-bg p {
        font-size: 16px;
    }
    .stripe_item-wrapper { padding: 40px 35px; }
    .stripe_item-wrapper h3 {
        font-size: 28px;
        margin-bottom: 20px;
    }
    .schooladdress p, .schoolcontact p, .schoolcontact p a, .connect-social-links li a { font-size: 18px; }
    .schooladdress h2, .schoolcontact h2, .schoolmap h2, .connect-social h2 { font-size: 24px; }
    .navbar-expand-lg .navbar-collapse { padding: 30px 36px; width: 710px; }
    .navbar-collapse-header { margin-bottom: 50px; }
    .navbar-collapse .social-link { margin-top: 30px; }
}
@media only screen and (max-width: 1599px) {
    .ApplyPopup .container {max-width: 100%;padding: 0 60px;}
    .ApplyPopup .form-section{padding: 70px 0 80px;}
    .ApplyPopup { padding: 15px 0; }
    .stripe_item-wrapper { padding: 40px 25px; }
    .school-notices-section { padding: 30px 0 67px; }
    .school-goal-section {
        padding: 60px 0 30px;
    }
    section.privacycont.distinctive-education-sec,
    .contactform-home { padding: 60px 0 67px; }
    .whttruimph-schl { padding: 60px 0 59px; }
    .management-team-section { padding: 67px 0; }
    .privacycont { padding: 62px 0 64px; }
    .school-gallery-section, .school-why-choose-triumph-section, .school-testimonials-section, .school-amenities-section,
    .innovative-curriculum-section.school-why-choose-triumph-section, .coursesprgm { padding: 60px 0 67px; }
    .coursesprgm.gallerybox { padding: 67px 0 37px; }
    .driving-direction { padding: 40px 0 67px; }
    section.privacycont.child-admitted-sec{padding-bottom: 67px; padding-top: 31px; }
    .slick-dotted.slick-slider.school-amenities-slider { margin-bottom: 60px; }
    .school-amenities-slider .slick-dots { bottom: -60px; }
    .banner-bottom { margin-top: 67px; }
    .schooladdress p, .schoolcontact p, .schoolcontact p a, .connect-social-links li a { font-size: 16px; }
    .schooladdress h2, .schoolcontact h2, .schoolmap h2, .connect-social h2 { font-size: 22px; }
    .navbar-expand-lg .navbar-collapse { width: 540px; }
    .schoolinfo{  padding: 67px 0px 30px;  }
    .section-header h2, .school-goal-section .section-header h1 { margin-bottom: 30px; }
    .banner-content h1, .banner-content h2, .contact h1, .privacy h1, .terms h1, .disclaimer h1, .admission-bg h1, .academics-bg h1, .curriculum-bg h1, .careers-bg h1, .inner-banner-bg h1 { font-size: 50px; }
    .section-header h2, .school-goal-section .section-header h1, .privacycont h2, .whttruimph-schl h2, .coursesprgm h2, .driving-direction h2, .contactform-home h2 { font-size: 35px; }
    .topheading h2 { font-size: 35px; }
    .terms-conditions .privacycont h2 { margin-top: -3px; }
}
@media only screen and (max-width: 1499px) {
    .ApplyPopup .contact-form-section.form-section p {margin: 0;}
    .ApplyPopup { padding: 24px 0; }
    .ApplyPopup .modal-content .contact-form-section.form-section .form-div {max-width: 100%;margin: 0 auto;/*float: left;margin-top: 15px;*/}
    .ApplyPopup .modal-content .form-section p {font-size: 14px; margin-bottom: 15px;}
    .ApplyPopup .modal-content .form-section .optional span.wpcf7-list-item label span.wpcf7-list-item-label{font-size: 14px;}
    .ApplyPopup .form-section select {background-size: 26px 10px !important;background-position: right 14px center !important;}
    .ApplyPopup .form-section .form-control, .ApplyPopup .form-section .select2-container {height: 44px !important;padding: 12px 12px 2px 0;}
    .ApplyPopup .modal-content .form-section .form-control, .ApplyPopup .modal-content .form-section .select2-container {max-width: 100%;}
    .ApplyPopup .modal-content .contact-form-section.form-section .form-div{max-width: 100%;margin: 0 auto;}
    .ApplyPopup .form-section label { top: 10px; font-size: 16px; }
    .banner-content h1, .banner-content h2, .contact h1, .privacy h1, .terms h1, .disclaimer h1, .admission-bg h1, .academics-bg h1, .curriculum-bg h1, .careers-bg h1, .inner-banner-bg h1 { font-size: 50px; }
    .section-header h2, .school-goal-section .section-header h1, .privacycont h2, .whttruimph-schl h2, .coursesprgm h2, .driving-direction h2, .contactform-home h2 { font-size: 34px; }
    .topheading h2 { font-size: 35px; margin-bottom: 8px; padding-bottom: 2px; }
    .topheading h2::after { margin-top: 0; }
    .notice ul li, .mission ul li, .values ul li, .philosophy ul li,
    .notice p, .ourgoal p, .mission p, .values p, .philosophy p { font-size: 14px; }
    .school-goal-card { min-height: 360px; padding: 20px 30px; }
    .navbar.scrolling-navbar.fixed-top { padding-top: 30px; }
    .navbar.scrolling-navbar.top-nav-collapse { padding: 20px 0; }
    .inner-banner-bg { padding-top: 160px; padding-bottom: 60px; }
    .banner-content p,
    .inner-banner-bg p {
        font-size: 16px;
    }
    .banner-content { max-width: 640px; }
    .navbar-brand img {
        width: 300px;
    }
    .navbar.scrolling-navbar .navbar-nav > li {
        margin: 0;
    }
    .top-nav-collapse .navbar-brand img {
        width: 260px;
    }
    .loginform a {
        padding: 12px 22px;
        font-size: 14px;
    }
    .social-link a {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .connect-social-links-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 16px;
    }
    .navbar-toggler { font-size: 16px; }
    .navbar-toggler-bar {
        width: 32px;
        height: 3px;
        margin: 8px 0;
    }
    .navbar-toggler-bar::before, .navbar-toggler-bar::after {
        width: 16px;
        height: 3px;
    }
    .navbar-toggler-bar::before {
        top: -8px;
    }
    .navbar-toggler-bar::after {
        bottom: -8px;
    }

    .slick-dots { padding-top: 30px; }
    .carousel .carousel-indicators li,
    .slick-dots li,
    .slick-dots li button {
        width: 14px;
        height: 14px;
    }
    .schooladdress p, .schoolcontact p, .schoolcontact p a, .connect-social-links li a { font-size: 14px; }
    .schooladdress h2, .schoolcontact h2, .schoolmap h2, .connect-social h2 { font-size: 20px; }
    footer .content-inner p, footer a, footer h6, footer h5 { font-size: 14px; }
    .management-team-member-info h2 { font-size: 32px; margin-bottom: 30px; }
    .management-team-member-info h3 { font-size: 24px; }
    .stripe_item-wrapper h3 {
        font-size: 24px;
    }
    .getintouch .footerlogo { max-width: 200px; }
    .connect-social-links li { margin-bottom: 17px; }
    .navbar.navbar-dark .navbar-collapse-header-toggler { font-size: 16px; }
    .navbar.navbar-dark .navbar-collapse-header-toggler img { width: 24px; }
    .slick-prev, .slick-next {
        width: 58px;
        min-width: 58px;
        height: 58px;
    }

    .school-testimonials-section .wp-gr .grw-btns {
        height: 58px !important;
        width: 58px !important;
    }
    .school-testimonials-section .wp-gr[data-layout="slider"] .grw-reviews {
        margin: 0 65px !important;
    }

    .accordion-icon img, .innovative-curriculum-section .accordion-icon img {
        width: 50px;
        min-width: 50px;
        height: 50px;
    }

    .star-list li img { width: 20px; height: 20px; }
    .school-testimonials-action { margin-top: 35px; }
    .school-testimonials-name-symbol {
        width: 100px;
        height: 100px;
        font-size: 45px;
        border-width: 5px;
        margin-bottom: 24px;
    }
    .school-testimonials-slide-header { margin-bottom: 16px; }
    .school-testimonials-action { font-size: 18px; }
    .school-testimonials-action h5, .rating-action p { font-size: 20px; }
    .school-testimonials-slide-header h3 { font-size: 26px; }
    .school-testimonials-section .wp-gr.wpac .wp-google-left img {
        width: 100px !important;
        height: 100px !important;
        margin-bottom: 24px !important;
    }
    .school-testimonials-section .wp-gr .grw-dot {
        width: 14px !important;
        height: 14px !important;
    }
    .school-testimonials-section .wp-gr.wpac .grw-header .wp-google-left img {
        width: 60px !important;
        height: 60px !important;
    }
    .logo-circle img { width: 60px; height: 60px; }
    .educationfor-child .virtual-tour-cont p {
        font-size: 24px;
    }
    .coursesprgm.gallerybox .class-details .class-details-desc .gallery-icon img {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main{
        width: calc(100% - 45px);
        padding-right: 10px;
    }
    .ApplyPopup .contact-form-section.form-section {
        padding: 50px 0 10px;
    }
    .ApplyPopup .contact-form-section.form-section .form-group {
        margin-bottom: 26px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1440px) {
    .container, ol.carousel-indicators { max-width: 1360px; padding-right: 40px; padding-left: 40px; }
    .courses p { margin-bottom: 20px; }
    .courses p:last-child { margin-bottom: 0; }
    .curriculums ul li { margin-bottom: 10px; }
    .curriculums ul li:last-child { margin-bottom: 0; }
    .school-edubrisk h3 { margin-bottom: 35px; }
}
@media only screen and (max-width: 1338px) {
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main h3{
        font-size: 23px;
    }
}

@media only screen and (min-width: 1301px) {
    .school-amenities-slider.hide-dots .slick-dots {
        display: none !important;
    }
    .slick-dotted.slick-slider.school-amenities-slider {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1199px) {
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main h3{
        font-size: 20px;
    }

    .navbar.scrolling-navbar.top-nav-collapse { padding: 16px 0; }
    .topcont { margin-bottom: 25px; gap: 16px; }
    .social-link { gap: 10px; }
    .social-link a {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }
    .navbar-collapse .social-link { gap: 16px; }
    .navbar-collapse .social-link a {
        width: 44px;
        height: 44px;
        font-size: 18px;
    }
    .navbar-expand-lg .navbar-nav .nav-link { font-size: 26px; }
    .banner-content h1, .banner-content h2, .contact h1, .privacy h1, .terms h1, .disclaimer h1, .admission-bg h1, .academics-bg h1, .curriculum-bg h1, .careers-bg h1, .inner-banner-bg h1 { font-size: 40px; }
    .section-header h2, .school-goal-section .section-header h1, .privacycont h2, .whttruimph-schl h2, .coursesprgm h2, .driving-direction h2, .contactform-home h2 { font-size: 30px; }
    .school-testimonials-slide-header h3 { font-size: 22px; }
    .school-goal-section { padding: 45px 0 25px; }
    .section-header { margin-bottom: 35px; }
    .school-goal-col { width: 100%; }
    .school-goal-col.reverse { flex-direction: row; }
    .school-goal-col:nth-child(even) { flex-direction: row-reverse; }
    .school-goal-col.reverse .school-goal-card::before {  left: -10px; right: auto; }
    .school-goal-col:nth-child(even) .school-goal-card::before { left: auto;  right: -10px; }
    .school-notices-section { padding: 25px 0 52px; }
    section.privacycont.distinctive-education-sec { padding: 45px 0 52px; }
    .slick-dotted.slick-slider.school-amenities-slider { margin-bottom: 45px; }
    .contactform-home { padding: 45px 0 52px; }
    .whttruimph-schl { padding: 45px 0 44px; }
    .school-gallery-section, .school-why-choose-triumph-section, .school-testimonials-section, .school-amenities-section,
    .innovative-curriculum-section.school-why-choose-triumph-section, .coursesprgm { padding: 45px 0 52px; }
    .management-team-section { padding: 52px 0; }
    .privacycont { padding: 47px 0 51px; }
    .school-amenities-slider .slick-dots { bottom: -45px; }
    .section-header h2, .school-goal-section .section-header h1, .driving-direction h2, .contactform-home h2 { margin-bottom: 20px; }
    .coursesprgm.gallerybox { padding: 52px 0 32px; }
    .driving-direction { padding: 25px 0 52px; }
    .school-testimonials-name-symbol {
        width: 80px;
        height: 80px;
        font-size: 35px;
        border-width: 3px;
        margin-bottom: 20px;
    }
    .school-testimonials-section .wp-gr.wpac .wp-google-left img {
        width: 80px !important;
        height: 80px !important;
        margin-bottom: 20px !important;
        border-width: 3px !important;
    }

    .school-testimonials-section .wp-gr.wpac a.wp-google-name {
        font-size: 20px !important;
    }
    section.privacycont.child-admitted-sec{padding-bottom: 52px; padding-top: 20px; }
    .schoolinfo {
        padding: 52px 0px 25px;
    }
    .banner-bottom { margin-top: 52px; }
    .management-team-nav-slider, .management-team-member-detail { margin-bottom: 35px; }
    .scroll-to-section { margin-top: 15px; }
    .management-team-member-info { padding: 45px; }
    .management-team-member-info h2 { margin-bottom: 30px; }
    .management-team-member-thumb {
        min-width: 300px;
        max-width: 300px;
    }
    .management-team-member-info {
        padding: 30px;
        min-width: calc(100% - 300px);
        max-width: calc(100% - 300px);
    }

    .slick-prev, .slick-next {
        width: 48px;
        min-width: 48px;
        height: 48px;
    }

    .school-testimonials-section .wp-gr .grw-btns {
        height: 48px !important;
        width: 48px !important;
    }
    .school-testimonials-section .wp-gr[data-layout="slider"] .grw-reviews {
        margin: 0 55px !important;
    }

    .management-team-nav-slider.arrow-visible {
        padding: 0 100px;
    }

    .management-team-nav-slider.arrow-visible:before,
    .management-team-nav-slider.arrow-visible:after {
        content: '';
        position: absolute;
        top: 0;
        z-index: 0;
        background-color: #273864;
        width: 99px;
        height: 115px;
    }

    .management-team-nav-slider.arrow-visible:before {
        left: 0;
    }

    .management-team-nav-slider.arrow-visible:after {
        right: 0;
    }

    .management-team-nav-slider.arrow-visible .slick-prev, .management-team-nav-slider.arrow-visible .slick-next { top: calc(50% - 10px); transform: translateY(-50%); }

    .management-team-nav-slider.arrow-visible .slick-prev, .management-team-nav-slider.arrow-visible .slick-prev:hover, .management-team-nav-slider.arrow-visible .slick-prev:focus {
        background-image: url("../img/prev-arrow-white.png");
        left: 20px;
    }
    .management-team-nav-slider.arrow-visible .slick-next, .management-team-nav-slider.arrow-visible .slick-next:hover, .management-team-nav-slider.arrow-visible .slick-next:focus {
        background-image: url("../img/next-arrow-white.png");
        right: 20px;
    }
    .inner-banner-bg { max-height: 660px; }
    .whttruimph-schl h2 { margin-bottom: 20px; }
    .courses, .curriculums { padding-right: 0; }
    .school-testimonials-action { font-size: 16px; }
    .school-testimonials-action h5 { font-size: 18px; }
    .navbar-expand-lg .navbar-collapse {  width: 490px; }
    ol.carousel-indicators { bottom: 96px; }
    .school-edubrisk-card {
        max-width: 450px;
        min-height: 320px;
    }
    .educationfor-child { padding: 100px 0 107px; }
    .btn, .educationfor-child .virtual-tour-cont a, .btn.common-btn, .edubriskcont a { padding: 12px 22px; font-size: 14px; }
    .school-testimonials-section .wp-gr .wp-google-wr a { padding: 12px 22px !important; font-size: 14px !important; }
    .educationfor-child .virtual-tour-cont a, .btn.common-btn, .edubriskcont a { width: 200px; }
    .class-details > img { min-height: 200px; }
    .school-address h2, .school-timings h2, .school-numbers h2, .school-email h2 { font-size: 26px; }
    .school-edubrisk {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }
    .school-goal-slider {
        display: block;
    }
    .school-goal-row { display: none; }
    .school-goal-slider .slick-next, .school-goal-slider .slick-prev { top: auto; bottom: -9px; transform: initial; }
    .school-goal-slider .slick-prev { left: 8px; }
    .school-goal-slider .slick-next { right: 8px; }
    .school-goal-card { align-items: flex-start; }

    .school-goal-thumb { width: 100%; overflow: hidden; }
    .school-goal-thumb img { max-height: 320px; }
    .school-goal-card { min-height: 300px; width: 100%; }
    .school-goal-card:before {
        left: 50%;
        top: -10px;
        transform: translateX(-50%) rotate(45deg);
    }
    .school-goal-col:nth-child(2n) .school-goal-card::before,
    .school-goal-col.reverse .school-goal-card::before {
        left: 50%;
        right: auto;
    }
    .total-space h2, .trained-staff h2, .numb-labs h2, .athletic-ground h2 { font-size: 32px; }
    .innovative-curriculum-section .school-why-choose-triumph-accordion .card-body ul li {
        text-align: justify;
    }
    .courses p:last-child { margin-bottom: 20px; }
    .curriculums ul li:last-child { margin-bottom: 12px; }
    .ApplyPopup .form-section { background-image: url(../img/apply-for-admission-bg-ipad.webp); }
}

@media only screen and (max-width: 1023px) {
    .total-space, .trained-staff, .numb-labs, .athletic-ground {font-size: 18px;}
    .total-space h2, .trained-staff h2, .numb-labs h2, .athletic-ground h2{font-size: 35px;}
    .ApplyPopup .form-section p{width: auto;max-width: 100%;}
    .ApplyPopup .form-section p br{display: none;}
    .ApplyPopup .contact-form-section.form-section .form-div{max-width: initial;width: 100%;}
    .coursesprgm-slider.slick-slider { padding-bottom: 100px; }
    .coursesprgm-slider .slick-prev, .coursesprgm-slider .slick-prev:hover, .coursesprgm-slider .slick-prev:focus {
        left: 15px;
        background-image: url(../img/prev-arrow-white.png);
        bottom: 0;
        top: auto;
        transform: none;
    }
    .coursesprgm-slider .slick-next, .coursesprgm-slider .slick-next:hover, .coursesprgm-slider .slick-next:focus {
        right: 15px;
        background-image: url(../img/next-arrow-white.png);
        bottom: 0;
        top: auto;
        transform: none;
    }
}

@media only screen and (max-width: 991px) {
    .schoolinfo-single:nth-child(1), .schoolinfo-single:nth-child(2){margin-bottom: 30px;}
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main {
        font-size: 15px;
    }
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main h3{
        font-size: 18px;
    }
    .coursesprgm.gallerybox .class-details .class-details-desc .gallery-icon img {
        width: 40px;
        min-width: 40px;
        height: 40px;
    }
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main{
        width: calc(100% - 40px);
        padding-right: 10px;
    }
    .ApplyPopup .contact-form-section.form-section h2 { font-size: 26px; }
    .ApplyPopup .form-section{padding: 60px 0;}
    .ApplyPopup .contact-form-section.form-section{padding: 60px 0 18px;}
    .ApplyPopup .contact-form-section.form-section .form-div,
    .ApplyPopup .form-section.contact-form-section .col-md-12 textarea.form-control{max-width: 100%;}
    .ApplyPopup .form-section.contact-form-section .col-md-12 textarea.form-control{max-width: 95.7%;}
    .ApplyPopup .form-section.contact-form-section .select2-container{width: 100% !important;}
    .ApplyPopup.ApplyPopup .modal-content .form-section p .modal-dialog { max-width: 600px; }
    .ApplyPopup .container {padding: 0 20px;}
    .navbar-collapse .btn.btn-admission { display: inline-block;  }
    .topcont { display: none; }
    .navbar-toggler-text { display: none; }
    .school-gallery li { max-height: 240px; }
    .school-notices-section .section-header h2 br { display: none; }
    .getintouch { margin-bottom: 60px; }
    .ipadview {
        flex: 0 0 33.3333%;
        max-width: 33.3333%;
    }
    footer .footer-bottom-left-sec {
        align-items: center;
        flex-direction: column;
    }
    footer .content-inner .footer-bottom-left-sec ul { margin-left: 0; }

    footer .content-inner .footer-bottom-left-sec ul li:first-child {
        border-left: 0 none;
    }
    footer .footer-bottom-left-sec p { margin-bottom: 15px; }
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 30px;
        padding-left: 30px;
    }
    .management-team-nav-slider, .management-team-member-detail { margin-bottom: 30px; }
    .scroll-to-section { margin-top: 30px; }
    .management-team-member-thumb {
        min-width: 250px;
        max-width: 250px;
    }
    .management-team-member-info {
        min-width: calc(100% - 250px);
        max-width: calc(100% - 250px);
    }
    .btn.btn-admission { padding: 14px 28px; font-size: 16px; margin-top: 30px; min-height: 50px; }
    .school-testimonials-slide-header { margin-bottom: 30px; }

    .bg-404 .error404 h1{
        font-size: 200px;
        line-height: 148px;
    }

    .bg-404 { height: calc(100vh - 103px); }
    .navbar-brand img {
        width: 250px;
    }

    .top-nav-collapse .navbar-brand img {
        width: 200px;
    }

    footer .content-inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    footer .footer-bottom-left-sec { margin-bottom: 15px; }
    .navbar-expand-lg .navbar-collapse {
        width: 100%;
    }
    .navbar-collapse-header {
        flex-direction: row;
        align-items: flex-start;
        justify-content: space-between;
    }
    .navbar-collapse-header .navbar-brand, .navbar.navbar-dark .navbar-collapse-header-toggler .close-white { display: block; }
    .navbar.navbar-dark .navbar-collapse-header-toggler .close-yellow,
    .navbar.navbar-dark .navbar-collapse-header-toggler-text {
        display: none;
    }
    .school-timings, .school-address { margin-bottom: 30px; height: calc(100% - 30px); }
    .formbox {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .container, ol.carousel-indicators {
        max-width: 100%;
    }
    .school-goal-thumb img { max-height: 300px; }
}
@media (min-width: 800px) and (max-width: 850px) {
    .navbar.fixed-top:not(.top-nav-collapse) {
        background: none !important;
    }
}
@media only screen and (max-width: 767px) {
    .social-link .whatsapp-list {display: block !important;}
    .management-team-member-detail { flex-direction: column; }
    .management-team-member-thumb, .management-team-member-info {
        min-width: 100%;
        max-width: 100%;
    }
    .management-team-member-info h2, .management-team-member-info h3 { text-align: center; }
    .management-team-member-thumb img { max-height: 420px; }
    .schoolinfo-single:nth-child(1), .schoolinfo-single:nth-child(2){margin-bottom: 5px;}
    .coursesprgm-slider.slick-slider { padding-bottom: 0; }
    .coursesprgm-slider .slick-prev, .coursesprgm-slider .slick-prev:hover, .coursesprgm-slider .slick-prev:focus {
        left: 15px;
        background-image: url(../img/prev-arrow-white.png);
        bottom: -10px;
        top: auto;
        transform: none;
    }
    .coursesprgm-slider .slick-next, .coursesprgm-slider .slick-next:hover, .coursesprgm-slider .slick-next:focus {
        right: 15px;
        background-image: url(../img/next-arrow-white.png);
        bottom: -10px;
        top: auto;
        transform: none;
    }
    .coursesprgm-slider .slick-slide { display: flex; flex-direction: column; }
    .coursesprgm .class-details { min-height: auto; height: auto; flex: 1; }
    .class-details-desc-dot-text {
        display: block;
        text-align: center;
        font-size: 18px;
        font-weight: 500;
        padding: 55px 58px 0;
        color: #FFFFFF;
    }

    .class-details-desc-dot-text p { margin-bottom: 0; }
    a.admission-link:hover,
    a.academic-link:hover,
    a.gallery-link:hover,
    a.contact-link:hover,
    a.homelink:hover{
        background-position: bottom left !important;
    }
    .top-nav-collapse a.navbar-brand{
        margin-top: 0px !important;
    }
    .admitted-left a, .academics-right a{
        display: table !important;
        margin: 0px auto;
    }
    .homegallery{
        padding-top: 0px !important;
    }

    .trained-staff,
    .numb-labs{
        margin-bottom: 25px;
    }
    .total-space {
        margin-bottom: 25px;
        height: calc(100% - 25px);
    }
    .schl-rght{
        padding-right: 15px !important;
    }
    .tuitionfees,
    .payment-plans,
    .tuitionfaq {
        margin-bottom: 0px;
        float: left;
        width: 100%;
        height: auto !important;
        min-height: auto !important;
    }
    .feesandpayments{
        padding-bottom: 5px !important;
    }
    .academics-left img{
        margin-bottom: 20px;
    }

    .admission-bg,
    .academics-bg,
    .contact,
    .inner-banner-bg {
        max-height: 500px;
        min-height: 500px;
    }
    .school-address,
    .school-timings,
    .school-numbers,
    .school-email{
        height: auto !important;
        min-height: auto !important;
        margin-bottom: 25px;
    }
    .school-email { margin-bottom: 0; }
    .feestructure {
        float: none !important;
        padding-left: 0 !important;
        text-align: center;
        margin: 0px auto;
        display: table;
        position: inherit !important;
        bottom: auto !important;
        margin-bottom: 30px;
    }

    .topcont{
        display: none;
    }

    .banner-content{
        padding-top: 0px !important;
        padding-left: 0px !important;
    }
    .banner-content h1, .banner-content h2, .contact h1, .privacy h1, .terms h1, .disclaimer h1, .admission-bg h1, .academics-bg h1, .curriculum-bg h1, .careers-bg h1, .inner-banner-bg h1{
        font-size: 35px;
    }
    .banner-indicators{
        bottom: 0px !important;
    }
    .stayconnected .container {
        padding-left: 0;
        padding-right: 0;
    }
    .social-icons p{
        font-size: 11px !important;
    }
    .educationfor-child{
        padding-top: 80px !important;
        padding-bottom: 86px !important;
        margin-top: 0px;
    }
    .fees p{
        width: 70% !important;
    }

    .btnfos{
        margin: 0px auto;
    }
    .fixed-top{
        top: 0px;
        margin-top: 0px !important;
    }
    .homegallery img {
        width: 100% !important;
    }
    .navbar.navbar-dark .navbar-nav .nav-item.active>.nav-link{
        background-position: bottom left !important;
    }
    .schooladdress,
    .schoolcontact,
    .schoolmap {
        text-align: center;
        border-bottom: 1px solid #efefef;
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .schoolmap{
        border-bottom: none;
    }
    .social-icons {
        width: 50% !important;
        margin-bottom: 20px;
    }
    .stayconnected h2{
        text-align: center;
        padding-bottom: 15px;
    }
    .social-icons ul li a{
        margin-left: 0px !important;
    }
    .social-icons p span{
        font-size: 22px !important;
    }

    .footer-left,
    .footer-right {
        text-align: center !important;
    }

    li.loginlinkmobile {
        display: block !important;
    }
    .popupnotice p{
        text-align: left !important;
    }

    .bg-404 .error404 h1{
        font-size: 150px;
        line-height: 100px;
    }
    p.err-404{
        font-size: 30px;
    }
    p.whoops{
        font-size: 30px;
    }
    .ApplyPopup { padding: 20px 0 !important; }
    .ApplyPopup .form-section p{margin: 20px auto;}
    .ApplyPopup .form-section .form-group{margin-bottom: 40px;}
    .ApplyPopup .contact-form-section.form-section{ padding: 55px 0 15px; }
    .ApplyPopup .contact-form-section.form-section h2 { font-size: 28px; }
    .ApplyPopup .form-section .form-control, .ApplyPopup .form-section .select2-container{max-width: 100%;}
    .ApplyPopup .form-section textarea.form-control{width: 100%;max-width: 100%;}
    .ApplyPopup .form-section.contact-form-section .col-md-12 textarea.form-control{max-width: 100%;}
    .ApplyPopup .formbox-textarea{height: 93px;}

    .school-goal-thumb { width: 100%; }
    .school-goal-thumb img { max-height: 355px; }
    .school-goal-card { min-height: 300px; width: 100%; }
    .school-goal-card:before {
        left: 50%;
        top: -10px;
        transform: translateX(-50%) rotate(45deg);
    }
    .school-goal-col:nth-child(2n) .school-goal-card::before,
    .school-goal-col.reverse .school-goal-card::before {
        left: 50%;
        right: auto;
    }
    .school-goal-slider, .school-gallery-mobile { display: block; }
    .school-goal-row, .homegallery { display: none; }
    .slick-next, .slick-prev { top: auto; bottom: -86px; transform: initial; }
    .school-goal-slider .slick-next, .school-goal-slider .slick-prev, .class-details-desc-dot-text .slick-next, .class-details-desc-dot-text .slick-prev,
    .school-amenities-slider .slick-next, .school-amenities-slider .slick-prev { top: auto; bottom: -9px; transform: initial; }
    .view .mask.site-carousel-wrap, .bg-404 { padding-top: 160px; }
    .school-testimonials-slider { padding: 0; }
    .ipadview {
        flex: 100%;
        max-width: 100%;
    }
    .connect-social { text-align: center; }
    .connect-social-links li a { justify-content: center; }
    footer .content-inner {
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
    }

    footer .footer-bottom-left-sec { margin-bottom: 15px; }

    .slick-prev, .slick-next {
        width: 45px;
        min-width: 45px;
        height: 45px;
    }

    .stripe_item-dot-text {
        display: block;
        padding: 55px 58px 0;
    }
    .school-amenities-slider .slick-dots { display: none !important; }
    .slick-dots { padding-top: 55px; }
    .school-amenities-content { padding: 0 30px; }
    .school-amenities-slider .slick-prev, .school-amenities-slider .slick-prev:hover, .school-amenities-slider .slick-prev:focus { left: 0; }
    .school-amenities-slider .slick-next, .school-amenities-slider .slick-next:hover, .school-amenities-slider .slick-next:focus { right: 0; }
    .school-amenities-slider .slick-prev, .school-amenities-slider .slick-next {
        opacity: 1;
    }
    .school-amenities-slider .slick-prev.slick-disabled, .school-amenities-slider .slick-next.slick-disabled {
        opacity: 0.3;
    }
    .banner-content p, .inner-banner-bg p { display: none; }
    .management-team-nav-slider.arrow-visible { padding: 0 90px; }
    .management-team-nav-slider.arrow-visible::before, .management-team-nav-slider.arrow-visible::after { width: 89px; }
    section.privacycont.distinctive-education-sec { padding: 40px 0 46px; }
    .management-team-section { padding: 46px 0; }
    .privacycont { padding: 40px 0 45px; }
    .school-why-choose-triumph-section, .school-testimonials-section, .school-amenities-section,
    .innovative-curriculum-section.school-why-choose-triumph-section, .coursesprgm { padding: 40px 0 46px; }
    .slick-dotted.slick-slider.school-amenities-slider { margin-bottom: 10px; }
    .school-amenities-slider .slick-dots { bottom: -40px; }
    .coursesprgm.gallerybox { padding: 46px 0 26px; }
    .driving-direction { padding: 20px 0 46px; }
    section.privacycont.child-admitted-sec { padding-bottom: 46px; padding-top: 20px; }
    .banner-bottom {
        margin-top: 46px;
    }
    .schoolinfo {
        padding: 46px 0px 20px 0px;
    }
    .school-gallery-section {
        padding: 40px 0px 128px 0px;
    }
    .contactform-home {
        padding: 40px 0 45px;
    }
    .whttruimph-schl {
        padding: 40px 0 39px;
    }
    .whttruimph-schl p:last-child {
        margin-bottom: 0px;
    }
    .school-notices-section {
        padding: 30px 0 46px;
    }
    .school-goal-section {
        padding: 40px 0 20px;
    }
    .management-team-nav-slider, .schooladdress h2, .schoolcontact h2, .schoolmap h2, .connect-social h2 { margin-bottom: 20px; }
    .scroll-to-section { margin-top: 20px; display: none !important; }
    .getintouch { margin-bottom: 40px; }
    .section-header h2 .school-goal-section .section-header h1, { margin-bottom: 25px; }
    .school-goal-dot-text, .stripe_item-dot-text { padding: 40px 60px 0; font-size: 18px; }
    .school-why-choose-triumph-accordion .card-header .btn { font-size: 20px !important; }
    .accordion-number { font-size: 20px !important; margin-right: 20px !important; }
    .school-why-choose-triumph-accordion .card-body {
        padding: 0 40px 30px 52px;
    }
    .school-goal-slider .slick-track,
    .school-gallery-slider .slick-track { display: flex; }
    .school-goal-slider .slick-slide,
    .school-gallery-slider .slick-slide {
        float: none;
        height: auto;
        flex: 1;
    }
    .school-goal-slider.slick-initialized .slick-slide,
    .school-gallery-slider.slick-initialized .slick-slide {
        display: flex;
        flex-direction: column;
    }
    .school-goal-card { flex: 1; align-items: flex-start; }
    .slick-dots, ol.carousel-indicators { gap: 8px; }
    .section-header h2 br { display: none; }
    .stripe_item-wrapper { min-height: auto; }
    .stripe_item-divider { margin-top: 24px; }
    .courses h3, .curriculums h3, .school-edubrisk h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .school-testimonials-slide-header { margin-bottom: 20px; }
    .whttruimph-schl img {
        margin-bottom: 25px;
        min-height: 500px;
        max-height: 500px;
    }
    .shortcont p { padding-bottom: 10px; }

    .bg-404 { height: calc(100vh - 142px); }
    .school-testimonials-section .wp-gr[data-layout="slider"] .grw-reviews {
        margin: 0 !important;
        padding-bottom: 60px !important;
    }
    .school-testimonials-section .wp-gr .grw-controls {
        top: auto !important;
        bottom: 0 !important;
        min-height: 48px !important;
    }
    .school-testimonials-section .wp-gr .grw-dots {
        bottom: 34px !important;
        width: calc(100% - 2 * 50px) !important;
        margin: 0 50px !important;
        left: 0 !important;
        transform: initial !important;
    }
    .school-testimonials-section .wp-gr .grw-dot {
        margin: 0 5px !important;
    }
    .curriculums { margin-bottom: 30px; }
    .edubrisk { padding: 50px 0 56px; }
    .edubriskcont img {
        margin-bottom: 20px;
    }

    .edubriskcont p {
        color: #fff;
        font-size: 16px;
    }
    .edubriskcont p span {
        font-size: 24px;
    }
    .courses, .curriculums { padding-top: 10px; }
    .courses h3, .curriculums h3, .school-edubrisk h3 { text-align: center; }
    .school-edubrisk { margin-top: 10px; }
}

@media screen and (max-width: 767px) and (orientation: landscape){
    .landscape-message {width: 100%;height: 100vh; display: flex;align-items: center;justify-content: center;}
    .landscape-message h3 { font-size: 20px; color: #fff; text-align: center; width: 80%; margin-bottom: 0; }
    body section, body header, body footer, body #loader-wrapper,
    .d-block, body nav, body #carousel-example-1z, body a.float,
    body div.widget-visible, body div.widget-visible iframe,
    div.banner-bottom, div.admission-bg, div.academics-bg,
    div.contact, div.privacy, div.terms, div.disclaimer, div.inner-banner-bg{ display: none !important; }
}

@media only screen and (max-width: 575px) {
    .ApplyPopup .form-section { background-image: url(../img/apply-for-admission-bg-mobile.webp); }
    .ApplyPopup .contact-form-section.form-section { padding: 55px 0 15px; }
    .footer-hover-content { display: none; }

    .navbar.navbar-dark .navbar-collapse-header-toggler img { width: 20px; height: 20px; }
    .btn.btn-admission { font-size: 14px; }
    .view .mask.site-carousel-wrap { height: calc(100vh - 52px); }

    .container, ol.carousel-indicators,
    .navbar-expand-lg > .container, .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }
    .mobilenoshow { display: none; }
    .schooladdress, .schoolcontact, .schoolmap { border-bottom: 0 none; padding-bottom: 0; margin-bottom: 0; }
    .getin-touch { padding: 40px 0; }
    .schooladdress p:last-child, .schoolcontact p:last-child, .schoolcontact p:last-child { margin-bottom: 0; }
    .getintouch { margin-bottom: 32px; }
    .stripe_item-dot-text { font-size: 16px; }
    .school-goal-dot-text { font-size: 17px; }
    .school-amenities-content {
        padding: 0 15px;
    }
    .section-header h2, .school-goal-section .section-header h1, .privacycont h2, .whttruimph-schl h2, .coursesprgm h2, .driving-direction h2, .contactform-home h2 {
        font-size: 27px;
    }
    p {
        margin-bottom: 16px;
    }
    .getintouch .footerlogo {
        max-width: 160px;
    }
    .navbar.scrolling-navbar .navbar-nav > li {
        margin: 0;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 22px;
        padding: 8px 0;
        font-weight: normal;
    }
    .navbar-collapse .social-link {
        margin-top: 30px;
        padding-top: 0;
    }
    .navbar.navbar-dark .navbar-collapse-header-toggler { margin-top: 8px; }
    .navbar-brand img {
        width: 180px;
    }

    .top-nav-collapse .navbar-brand img {
        width: 150px;
    }

    .section-header p, .school-testimonials-slide-content p { text-align: justify; }
    .school-why-choose-triumph-accordion .card-header .btn, .innovative-curriculum-section .school-why-choose-triumph-accordion .card-header .btn { padding: 14px 0; }
    .school-why-choose-triumph-accordion .card-body,
    .innovative-curriculum-section .school-why-choose-triumph-accordion .card-body {
        padding: 0 0 15px 30px;
    }
    .school-testimonials-section .wp-gr .grw-review .wp-google-feedback { text-align: justify !important; }
    .school-testimonials-section wp-gr .grw-header-inner, .school-testimonials-section .wp-gr .grw-review-inner {
        margin: 0 !important;
        padding: 15px 0 !important;
    }
    .map iframe { max-height: 300px; }
    .management-team-nav-link {
        padding: 15px 10px;
        font-size: 16px;
    }

    .management-team-member-info { min-height: 415px; }
    .management-team-detail img { max-width: 100px; }
    .innovative-curriculum-section .school-why-choose-triumph-accordion .card-body ul li, .shortcont p { text-align: justify; }
    .class-details h3 { text-align: center; }
    .coursesprgm.gallerybox .class-details .class-details-desc span.gallery-title-main h3 { text-align: left; }
    .class-details-desc-dot-text {
        font-size: 16px;
    }

    .management-team-slider .slick-dots {
        display: flex !important;
        padding-top: 25px;
    }
    .schooladdress p:first-of-type {
        margin-bottom: 25px;
    }
    .float {
        bottom: 95px;
        right: 10px;
    }
    .back-to-top {
        right: 30px;
        bottom: 170px;
        display: none !important;
    }
    .school-goal-slider {
        max-width: 100%;
    }
    .whatsapp-desktop { /*display: none !important;*/ }
    .whatsapp-mobile {
        display: none !important;
        bottom: 20px;
        right: 20px;
        width: 44px;
        height: 44px;
    }
    .whatsapp-mobile .my-float {
        margin-top: 8px;
        font-size: 26px;
    }

    .social-link .whatsapp-list { display: block !important; }
    .navbar-collapse-header { margin-bottom: 10px; }
}

@media only screen and (max-width: 479px) {
    .navbar-expand-lg .navbar-collapse { padding: 20px; }
    .navbar.scrolling-navbar.fixed-top { padding-bottom: 20px; }
    .navbar.scrolling-navbar.top-nav-collapse { padding: 16px 0; }
    footer .content-inner .footer-bottom-left-sec ul li a { font-size: 12px; }
    .school-goal-dot-text, .stripe_item-dot-text {
        font-size: 14px;
        padding: 40px 52px 0;
        margin-bottom: 2px;
    }
    .school-goal-dot-text { font-size: 17px; margin-bottom: -1px; }
    .school-why-choose-triumph-accordion .card-header .btn {
        font-size: 16px !important;
    }
    .accordion-number {
        font-size: 16px !important;
        margin-right: 14px !important;
    }
    .accordion-icon img, .innovative-curriculum-section .accordion-icon img {
        width: 40px !important;
        min-width: 40px !important;
        height: 40px !important;
    }
    .school-edubrisk-card a { font-size: 14px; }
    .navbar-collapse .social-link { padding-bottom: 40px; }
}

@media only screen and (max-width: 384px) {
    .stripe_item-dot-text { font-size: 11px; }
    .school-goal-slider .slick-next, .school-goal-slider .slick-prev, .class-details-desc-dot-text .slick-next, .class-details-desc-dot-text .slick-prev, .school-amenities-slider .slick-next, .school-amenities-slider .slick-prev {
        bottom: -10px;
    }
    .school-gallery-slider-card > img { object-fit: fill; }
}