html {font-size: 62.5%;}
body {padding: 0;margin: 0;font-family: "Gotham", sans-serif;font-weight: normal;color: #231f20;font-style: normal;font-size: 17px;
line-height: 22px;background: #fff;}
figure {margin: 0;padding: 0;}
img {max-width: 100%;}
p {margin-bottom: 30px;}
p:last-child {margin-bottom: 0;}
sup {font-size: 11px;}
.container {max-width: 1300px;margin: 0 auto;padding: 0;}
.btn {color: #fff;font-size: 17px;font-style: normal;font-weight: 700;line-height: normal;padding: 20px; min-width: 290px;text-decoration: none;
text-transform: uppercase;}
.btn-primary {background: rgba(27, 64, 115, 1);}
.btn-primary:hover,.btn-white:hover {background: rgb(250 175 79);}
.btn-orange {background: rgb(250 175 79);}
.btn-orange:hover {  background: rgba(27, 64, 115, 1);}
.btn-white {background: #fff;color: rgba(27, 64, 115, 1);}
.btn-white:hover {color: #fff;}
.btn.w-100 {width: calc(100% - 40px) !important;}
.btngroup {display: flex;justify-content: center;gap: 10px;}
.w-100 {width: 100% !important;max-width: 100% !important;}
.w-50 {width: 48%;}
.w-30 {width: 30%;}
.w-sm {max-width: 75%;}
.h-100 {height: 100%;}
.d-flex {display: flex;}
.d-inline-flex {display: inline-flex;}
.align-center {align-items: center;}
.justify-space-between {justify-content: space-between;}
.justify-center {justify-content: center;}
.text-left {text-align: left !important;}
.text-center {text-align: center !important;}
.ms {margin-left: auto;margin-right: auto;}
.title-vector {margin-right: 3.5rem;position: absolute;left: 21%;}
.text-white {color: #fff !important;}
.pt {padding-top: 10rem;}
.mt {margin-top: 10rem !important;}
.mt-0 {margin-top: 0rem !important;}
.mt-2 {margin-top: 2rem;}
.mb-2 {margin-bottom: 2rem;}
.mt-5 {margin-top: 5rem !important;}
.mb-5 {margin-bottom: 5rem;}
.pb {padding-bottom: 10rem;}
.mb {margin-bottom: 10rem;}
.p-relative {position: relative;}
.p-absolute {position: absolute;}
.b-0 {bottom: 0;}
.t-0 {top: 0;}
.l-0 {left: 0;}
.r-0 {right: 0;}
.mb-mins {margin-bottom: -10rem;}
.mob-img {display: none !important;}
.section-heading {margin-bottom: 3.4rem;display: flex;justify-content: space-between;align-items: center;}
.heading span{color: #FAB155;}
.heading {padding: 0;margin: 0 0 18px;color: #1b4073;font-size: 4.6rem;line-height: 5rem;font-style: normal;font-family: "Gotham Ultra";
text-transform: uppercase;}
.font-large {font-size: 5.4rem;line-height: 5rem;}

/*Header*/
.site-header {top: 64px;position: absolute;z-index: 99;width: 100%;background: transparent;}
.site-header.sticky {padding: 20px 0;position: fixed;top: 0;background: #1b4073;box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);}
.site-header.sticky .hamburger {background: #77a4d7;}
.header-inner {display: flex;align-items: center;justify-content: space-between;}
.header-right {background: #fff;width: auto;display: flex;align-items: center;justify-content: space-between;}
.header-menu ul {padding: 0 0px 0 12px;margin: 0;list-style: none;display: flex;}
.header-menu ul li {margin: 12px;position:relative}
.header-menu ul li:before {position:absolute;content:"";height: 16px;width: 1px;background: #afacac;top: 7px;right: -12px;}
.header-menu ul li:last-child:before {display: none;}
.header-menu ul li a {color: #1b4073;font-size: 13px;font-style: normal;font-weight: 600;line-height: 31px;text-transform: uppercase;text-decoration: none;position: relative;}
.header-menu ul li a:hover,.header-menu ul li.current-menu-item a {color: rgb(250 175 79);}
.text-link{position: relative; color: #1b4073; display: inline-flex; text-decoration: none; font-weight: 600;}
.header-menu ul li a::after,.site-footer .cms-link ul a:after,footer a:after,.text-link:after {content: "";position: absolute;
left: 0;bottom: 0;width: 0;height: 1px;background: rgb(250 175 79);transition: width 0.3s ease;}
.site-footer .cms-link ul a:after,footer a:after,.text-link:after {height: 1px;}
footer a:after {background: rgba(26, 64, 114, 1);}
.header-menu ul li a:hover::after,.header-menu ul li.current-menu-item a:after,.site-footer .cms-link ul a:hover:after,.text-link:hover:after,
footer a:hover:after {width: 100%;}
.text-link:hover {color: rgb(250 175 79);}
.header-menu ul li.current-menu-item a:after {display: none;}

/*overlay Menu*/
.hamburger {display: inline-flex;background: #1b4073;width: 56px;height: 56px;padding: 0;justify-content: center;align-items: center;flex-shrink: 0;}
.button_container {position: relative;background: transparent;height: 20px;width: 30px;cursor: pointer;z-index: 100;transition: opacity 0.25s ease;}
.button_container:hover {opacity: 0.7;}
.button_container.active .top {transform: translateY(11px) translateX(0) rotate(45deg);background: #fff;}
.button_container.active .middle {opacity: 0;background: #fff;}
.button_container.active .bottom {transform: translateY(-11px) translateX(0) rotate(-45deg);background: #fff;}
.button_container span {background: #fff;border: none;height: 2px;width: 100%;position: absolute;top: 0px;left: 0;transition: all 0.35s ease;cursor: pointer;}
.button_container span:nth-of-type(2) {top: 11px;}
.button_container span:nth-of-type(3) {top: 21px;}
.overlay {position: fixed;background: rgba(27, 64, 115, 1);top: 0;right: 0;width: 0%;height: 100%;opacity: 0;visibility: hidden;transition: opacity 0.35s, visibility 0.35s, width 0.35s;overflow: hidden;}
.overlay.open {opacity: 0.99;visibility: visible;height: 100%;width: 100%;}
.overlay ul li a:hover:after,.overlay ul li a:focus:after,.overlay ul li a:active:after {width: 100%;}
.overlay ul li a:after {content: "";position: absolute;bottom: 0;left: 50%;width: 0%;transform: translateX(-50%);height: 1px;background: #fff;transition: 0.35s;}
.overlay .brand-logo {margin-top: 6.1rem;display: inline-flex;}
.overlay-menu {margin-top: 10rem;display: flex;flex-wrap: wrap;position: relative;}
.menu-col {flex-basis: 33.1%;margin-bottom: 4.5rem;}
.menu-col ul {list-style: none;margin: 0;padding: 0;}
.menu-col ul li {display: flex;margin-bottom: 2px;position: relative;font-family: Gotham;}
.menu-col ul li a {color: #fff;text-decoration: none;position: relative;font-size: 15.816px;font-style: normal;font-weight: 500;line-height: 31.632px;letter-spacing: 1.265px;text-transform: uppercase;}
.menu-col ul li a:hover {color: #fff;}
.menu-col .heading {color: #fff;margin-bottom: 20px;font-family: "Gotham Ultra";font-size: 23.724px;font-style: normal;font-weight: normal;line-height: 28.996px;letter-spacing: 2.372px;text-transform: uppercase;}
body.blurred main,body.blurred nav.header-menu {filter: blur(8px);transition: filter 0.4s ease;}
body.blurred {overflow: hidden;}
body.blurred .button_container {background: transparent;}

.hero-banner {position: relative;z-index: 2;}
.hero-banner img {position: relative;width: 100%;height: 85vh;z-index: 3;object-fit: cover;object-position: center;display: flex;}
.hero-banner:before {position: absolute;width: 100%;height: 100%;background: rgb(0 0 0 / 23%);content: "";z-index: 4;}
.hero-banner .banner-cnt {position: absolute;bottom: 8rem;left: 0;width: 100%;z-index: 4;}
.hero-banner .title {margin: 0;padding: 0 0 20px;color: #fff;font-size: 5rem;line-height: 5rem;font-style: normal;font-family: "Gotham Ultra";text-transform: uppercase;}
.hero-banner .tagline {margin-top: 12px;color: #fff;font-size: 20px;font-style: normal;font-weight: 700;line-height: normal;}
.inner-banner img {height: 590px;}
.inner-banner::after {content: "";position: absolute;top: 0;left: 0;height: 100%;width: 100%;background: rgb(0 0 0 / 30%);z-index: 3;}
.hero-banner.inner-banner:before {display: none;}
.hero-banner .title{position:relative}
.hero-banner .title sup {font-size: 20px;margin: -20px 0 0 5px;display: inline-block; position:absolute; letter-spacing:0.8px;}
.woner-learning {padding-bottom: 15rem;position: relative;}
.woner-learning .bottom-vector {position: absolute;z-index: 1;bottom: -10px;left: 50%;transform: translateX(-50%);width: 90%;
display: flex;justify-content: center;align-items: center;}
.woner-learning .container {position: relative;z-index: 2;max-width: 1100px;}
.woner-learning .lft-col {width: 40%;}
.woner-learning .rgt-col {width: calc(100% - 55%);}
.woner-learning .description {margin-bottom: 30px;}
.woner-learning .img-box {position: relative;padding-top: 19rem;}
.woner-learning .img-box figure:before {position: absolute;content: "";top: -10px;left: 0;background: #ccc;width: 372px;height: 450px;z-index: 1;}
.woner-learning .img-box .vector {position: absolute;content: "";top: 0;left: 0;width: 100%;height: 180px;}
.woner-learning .img-box .vector img {width: 100%;height: 100%;object-fit: cover;}
.woner-learning .img-box figure {padding: 5rem 0 0 5rem;width: 100%;position: relative;}
.woner-learning .img-box figure img {z-index: 2;position: relative;}
.h-gray-bg {background: #dcddde;padding: 12rem 0;position: relative;z-index: 2;}
.gray-bg{background: #dcddde;}
.h-gray-bg .container {max-width: 1100px;}
.h-gray-bg .lft-col {width: 48%;}
.h-gray-bg .rgt-col {width: 39%;margin-right: 6rem;}
.h-gray-bg .rgt-col img {width: 100%;height: 100%;object-fit: cover;}
.h-gray-bg .flex-row:nth-of-type(2n) {padding-top: 12rem;flex-direction: row-reverse;}
.h-gray-bg .description {padding: 20px 0;color: #231f20;}
.h-gray-bg .flex-row:nth-of-type(2n) .rgt-col {margin-right: 0;margin-left: 6rem;}
.overview-slider .slick-list, .slider-wrap .slick-list{padding-left: 0 !important;padding-right: 120px !important;}
/*.overview-slider .slick-slide {margin-right: 20px;}*/
.overview-slider a:hover .cnt-bx{text-shadow:0 0 1px #ffffff}
.slide-bx {position: relative;}
.slide-bx:before {position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: rgb(0 0 0 / 20%);z-index: 2;}
.overview-slider img , .slider-wrap img{width: 100%;height: 100%;object-fit: cover;position: relative;z-index: 1;}
.overview-slider .cnt-bx, .slider-wrap .cnt-bx{max-width: 60%;position: absolute;z-index: 2;bottom: 5rem;left: 4rem;color: #fff;font-size: 17px;font-weight: normal;font-family: "Gotham Ultra";line-height: 22px;letter-spacing: 0.2px;text-transform: uppercase;}
.overview-slider .slick-list, .slider-wrap  .slick-list{margin: 0 -10px;}
.overview-slider .slick-slide, .slider-wrap  .slick-slide {margin: 0 10px;}
a.slide-bx  {display: inline-block;overflow: hidden;}
a.slide-bx  img {width: 100%;height: auto;display: block;transition: transform 0.8s ease-in-out;}
a.slide-bx:hover img {transform: scale(1.05);}
.slick-slide {height: auto;}
.slick-track {align-items: stretch;display: flex;flex-direction: row;flex-wrap: nowrap;}
.video-wrap .cnt-bx {color: #fff;position: absolute;bottom: 5.4rem;max-width: 600px;left: 6rem;z-index: 2;}
.video-wrap img {width: 100%;height: 100%;object-fit: cover;position: relative;z-index: 1;}
.video-wrap .title {font-size: 3.6rem;font-weight: normal;line-height: normal;font-family: "Gotham Ultra";text-transform: uppercase;}
.video-wrap .description {font-size: 18px;font-weight: 400;line-height: normal;}
.video-wrap video {object-fit: cover;}
.video-wrap {position: relative;width: 100%;max-width: 100%;background: #000;overflow: hidden;aspect-ratio: 16/9;}
.video-wrap:before {position: absolute;content: "";width: 100%;height: 100%;top: 0;left: 0;background: rgb(0 0 0 / 12%);z-index: 2;}
.video-wrap:before {pointer-events: none;}
.video-wrap {position: relative;}
#playBtn {position: absolute;z-index: 10;left: 50%;top: 50%;transform: translate(-50%, -50%);cursor: pointer;}
.video-play {position: absolute;z-index: 10;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.video {width: 100%;height: 100%;display: block;object-fit: cover;background: #000;}
.play-btn {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);border: 0;background: transparent;padding: 0;
cursor: pointer;display: inline-flex;align-items: center;justify-content: center;width: 84px;height: 84px;border-radius: 50%;transition: transform 0.18s ease, opacity 0.18s ease;z-index: 3;}
.play-btn:focus,.play-btn:hover {transform: translate(-50%, -50%) scale(1.06);outline: none;}
.play-btn[aria-hidden="true"] {display: none;}
.play-btn svg {display: block;}
.video-wrap.playing .play-btn {opacity: 0;pointer-events: none;transform: translate(-50%, -50%) scale(0.96);}
.video-wrap.playing:before {display: none;}
.what-happen .flex-row {display: flex;justify-content: space-between;}
.what-happen .lft-col {width: 55.5%;margin-right: 1.5%;}
.what-happen .rgt-col {width: calc(100% - 57%);display: inline-flex;flex-direction: column;}
.what-happen {position: relative;}
.what-happen img {width: 100%;object-fit: cover;z-index: 1;}
.what-happen .cnt {margin-top: 0;color: #fff;font-weight: 900;line-height: 25px;letter-spacing: 0.48px;text-transform: uppercase;
bottom: 48px;z-index: 2;width: 70%;left: 40px;}
.what-happen .connect-us {background: rgba(245, 246, 247, 1);margin-top: auto;display: flex;}
.what-happen .connect-us span {font-size: 18px;width: 48%;margin-right: 0;padding: 3rem 0rem;color: #fff;background: rgba(26, 64, 114, 1);
font-weight: 500;line-height: normal;}
.what-happen .media-link {width: calc(100% - 48%);}
.what-happen .media-link a {text-decoration: none;margin: 0 12px;transition: 0.5s;}
.what-happen .media-link a:hover path {stroke: rgb(250 175 79);}
.offerings {max-width: 1200px;padding-left: 10%;margin-left: auto;margin-right: auto;display: flex;background: url(assets/images/vector2.svg) no-repeat top left;}
.offerings .lft-col {padding-top: 58px;width: 50%;margin-right: 5%;background: url(assets/images/vector3.svg) no-repeat 53% 7%;}
.offerings .lft-col .title {color: #1a4072;font-size: 3.6rem;font-weight: normal;font-family: "Gotham Ultra";line-height: 35px;}
.offerings ul {width: 100%;display: flex;flex-direction: column;list-style: none;padding: 0;position: relative;z-index: 2;}
.offerings ul li {display: flex;margin-bottom: 19px;cursor: pointer;transition: 0.5s;}
.offerings ul li a {width: 100%;padding: 15px 30px;display: flex;align-items: center;justify-content: space-between;transition: 0.5s;color: #fff;font-size: 2.6rem;font-style: normal;font-weight: 500;line-height: 41px;background: #1a4072;text-transform: uppercase;text-decoration: none;}
.offerings ul li:hover,.offerings ul li.active {margin-right: -100px;}
.offerings ul li.active a,.offerings ul li a:hover {background: #faaf4f;}
.offerings ul li a svg {display: none;transition: 0.5s;}
.offerings ul li a:hover svg,.offerings ul li.active svg {display: inline-flex;}
.viewbox {width: calc(100% - 55%);height: 680px;position: relative;z-index: 1;padding-top: 58px;display: inline-flex;}
.offerings .img-box {display: none;margin-top: 20px;}
.offerings .img-box.active {display: block;}
.offerings .img-box img {max-width: 100%;height: 100%;display: flex;object-fit: cover;}
.offerings .img-box .cnt {width: 90%;left: 50%;transform: translateX(-50%);position: absolute;bottom: 56px;z-index: 2;color: #fff;font-size: 26px;font-style: normal;font-weight: 500;line-height: normal;display: flex;align-items: center;}
.offerings .img-box .cnt a {color: #fff;}
.offerings .img-box .cnt span {width: 85%;margin-right: 5%;}
ul.partner-logo {display: flex;justify-content: space-between;align-items: center;padding-left: 0;padding-left: 0;padding-bottom: 0;margin: 0;list-style: none;gap: 30px;}
ul.partner-logo li {width: 220px;text-align: center;list-style: none;}
ul.partner-logo li img {width: auto;height: auto;}
ul.partner-logo li:last-child {width: 150px;}
ul.partner-logo li:last-child img {width: 120px;}
/*inner pages*/
.map-wrap {margin-bottom: -10rem;}
.map-wrap iframe {margin: 0;padding: 0;border: 0;width: 100%;height: 580px;}
.contact-info {width: 50%;}
.contact-info .heading {margin-bottom: 3rem;}
.contact-rgt {width: calc(100% - 60%);}
.contact-rgt img {height: 320px;width: 100%;object-fit: cover;}
.info-item {display: flex;margin-top: 1.8rem;max-width: 90%;font-size: 20px;line-height: 28px;color: #000;}
.info-item .label:before {position: absolute;content: ":";top: 0;right: 0;}
.info-item a {text-decoration: none;color: #000;position: relative;}
.info-item {font-size: 17px;flex-direction: column;align-items: flex-start;}
.info-item .label {width: auto;margin: 0px;font-weight: 600;display: inline-flex;position: relative;}
.info-item .value {width: 100%;display: flex;align-items: center; margin-bottom: 5px;}
.info-item .label:before {right: -11px;}
.info-item .value svg{margin-right: 8px;}
.quote-wrap {background: #f8f8f8;padding: 5rem 0;}
.info-item .value:hover path{ fill: rgb(250 175 79);}
.quote-box {max-width: 90%;margin: 0 auto;position: relative;text-align: center;display: flex;
align-items: center;font-size: 3.5rem;line-height: 4rem;}
.quote-mark {font-family: "Gotham Ultra";color: #1b4073;}.quote-box .cnt {color: #447bbd;margin: 0;
text-align: center;padding: 0;}
.font-small {margin-top: 15px;font-size: 20px;}
.who-we-are .lft {width: 55%;}
.who-we-are .lft .heading {position: relative;}
.who-we-are svg {position: absolute;right: 0;top: 0;}
.who-we-are .rgt {width: calc(100% - 60%);height: 100%;}
.our-inspiration {padding: 10rem 0;position: relative;background: rgba(220, 221, 222, 1);max-height: 800px;}
.our-inspiration .img-wrap {position: absolute;left: 0;top: 0;width: 48%;height: 100%;z-index: 1;}
.our-inspiration .img-wrap img {height: 100%;width: 100%;object-fit: cover;}
.our-inspiration .container {position: relative;z-index: 2;justify-content: flex-end;align-items: flex-end;}
.our-inspiration .cnt-bx {width: 48%;}
.our-inspiration h3 {font-size: 3rem;margin-top: 4rem;color: #447BBD;}
.design-thinking{padding-top: 14rem; padding-bottom: 14rem;}
.our-vision .heading {margin-bottom: 4.8rem;}
.our-vision div.heading {padding: 0;margin: 0;}
.our-vision .quote-box,.philosophy-wrap .quote-box {padding: 15px 0 25px;}
.our-vision .quote-box .cnt {text-align: left;}
.our-values {padding-top: 8.5rem;}
.accordion {margin-top: 4.5rem;}
.accordion-item {padding: 20px 32px;margin-bottom: 10px;background: #fbfafa;}
.accordion .title {cursor: pointer;color: #1b4073;font-size: 22px;font-style: normal;font-weight: 500;line-height: 28px;position: relative;display: flex;align-items: center;}
.accordion i.icon {display: inline-flex;align-self: center;margin-right: 0;width: 52px;}
.accordion .description {max-height: 0;overflow: hidden;transition: max-height 0.5s ease, padding 0.5s ease;font-size: 18px;line-height: 25px;color: #000;padding: 0;}
.accordion-item.active .description {padding: 15px 0;}
.accordion .toggle-icon {transition: 0.3s;font-size: 20px;font-weight: bold;position: absolute;right: 0;}
.accordion-item.active .description ul {list-style: none;margin: 20px 0 0;padding: 0;}
.accordion-item.active .description ul li {position: relative;padding: 0 0 5px 15px;}
.accordion-item.active .description ul li:before {top: 11px;left: 0;width: 6px;height: 6px;border-radius: 50%;background: #1b4073;position: absolute;content: "";}

/* Background colors */
.accordion-item:nth-child(2),.accordion-item:nth-child(6) {background: rgba(227, 255, 238, 1);}
.accordion-item:nth-child(3) {background: rgba(255, 241, 223, 1);}
.accordion-item:nth-child(4) {background: rgba(234, 245, 255, 1);}
.philosophy-wrap {padding: 8rem 0;background: #fbfafa;}
.our-campus {padding: 0rem;}
.our-campus .full-img {margin: 4rem 0 4.8rem;}
.our-campus .full-img img {width: 100%;}
.our-campus .quote-box {padding: 20px 0 36px;}
.our-campus .learning-spaces {padding-top: 4.8rem;padding-bottom: 7rem;display: flex;flex-direction: column;position: relative;background: url(assets/images/vector6.png) no-repeat bottom right;}
.our-campus .learning-spaces .column {max-width: 70%;}
.our-campus .gallery {margin-top: -20px;width: 100%;display: flex;align-items: center;position: relative;z-index: 2;}
.our-campus .gallery img {width: 25%;max-height: 445px;object-fit: cover;}
.visit-wrap {background: rgba(220, 221, 222, 1);padding: 8rem 0;}
.visit-wrap .container {max-width: 780px;text-align: center;padding: 0px 6px;}
.visit-wrap .title {padding: 0;margin: 0 0 15px;font-family: "Gotham Ultra";color: #1b4073;text-align: center;font-size: 3.2rem;
line-height: 4.3rem;text-transform: uppercase;}
.visit-wrap .btngroup {margin: 2.8rem 0 0;}
.register-row {max-width: 1100px;margin: 5.6rem auto 0;position: relative;font-size: 16px;line-height: 30px;text-transform: capitalize;color: rgba(0, 0, 0, 1);}
.register-row figure {position: relative;z-index: 1;}
.register-row .cnt {width: 350px;height: calc(100% - 40px);position: absolute;left: 40px;top: 40px;z-index: 2;display: flex;flex-direction: column;justify-content: flex-start;align-items: flex-start;}
.register-row .title {margin-bottom: 12px;color: #fff;font-size: 3.2rem;line-height: 3.2rem;font-family: "Gotham Ultra";text-transform: uppercase;}
.register-row .day,.register-row .time {padding: 8px;background: rgba(250, 177, 85, 1);}
.register-row .time {margin-top: 3px;background: rgba(108, 194, 142, 1);}
.register-row .btn {text-align: center;bottom: 18px;left: 0;min-width: 212px;}
.register-row .btngroup {display: flex;justify-content: flex-end;margin-top: auto; margin-bottom: 5rem;}
.register-row .lft-col {width: 39%;height: 360px;}
.register-row .rgt-col {width: 59%;height: 452px;}
.register-row figure {height: 100%;}
.register-row img {height: 100%;width: 100%;object-fit: cover;}
.download-calendar {background: rgba(27, 64, 115, 1);overflow-x: hidden;position: relative;min-height: 350px;display: flex;align-items: center;}
.download-calendar .container {position: relative;z-index: 2;}
.download-calendar p {color: #fff;}
.download-calendar:before,.download-calendar:after {bottom: 0;left: -10px;position: absolute;content: "";z-index: 1;}
.download-calendar:before {background: url(assets/images/racecourseE.png) no-repeat bottom left;width: 80rem;height: 95%;background-size: contain;}
.download-calendar:after {left: auto;right: -10px;background: url(assets/images/school-vactor.png) no-repeat bottom right;width: 58rem;height: 95%;background-size: contain;}
.download-calendar .btn {margin-top: 2.5rem;display: inline-flex;}
.download-calendar .comingsoon {font-size: 2.5rem;font-weight: 600;}
.who-we-are .heading,.our-inspiration .heading {margin-bottom: 16px;}
.subtitle {font-weight: 600;color: #6cc28e;font-size: 14px;font-style: normal;font-weight: 700;line-height: normal;margin-bottom: 14px;text-transform: uppercase;}
.subtitle span {color: #e1e3e3;display: none;}
.our-inspiration .subtitle {color: #fab155;}
.our-inspiration .subtitle span {color: rgba(68, 123, 189, 0.5);}
.who-we-are .lft p,.our-inspiration p,.our-vision p,p {margin: 0;padding: 0;margin-bottom: 20px;font-size: 18px;line-height: 25px;color: rgba(0, 0, 0, 1);}
p:last-child {margin-bottom: 0;}
.frame {padding: 0;position: relative;height: 100%;}
.frame img {margin: 15px 0 0 15px;object-fit: cover;position: relative;width: 100%;}
.frame:after,.frame:before {height: 92%;width: 15px;position: absolute;left: 0;top: 0;content: "";background: rgba(220, 221, 222, 1);z-index: 1;}
.frame:after {bottom: 0;width: 92%;height: 15px;}
.site-footer {margin-top: 10rem;padding: 6rem 0 4rem;background: #fbfafa url(assets/images/footer-vector.png) no-repeat right bottom;color: rgba(27, 64, 115, 1);}
.footer-inner {display: flex;justify-content: space-between;}
.footer-inner .column.one {width: 26%;}
.footer-inner .column.two {width: 38%;}
.footer-inner .column.three {width: 28%;}
.footer-inner .column.three address,.footer-inner .column.three a {display: flex;margin-bottom: 20px;color: rgba(27, 64, 115, 1);font-size: 14px;font-weight: 700;line-height: 21.2px;letter-spacing: 0.6px;font-style: normal;text-decoration: none;}
.footer-inner .column.three svg {width: 20px;margin-right: 8px;}
.footer-inner .column.three a:after{display: none;}
.footer-inner .column.three span {width: calc(100% - 28px);position: relative;display: inline-flex;}
.footer-inner .column.three a {align-items: center;}
.footer-inner .column.three a:hover {color: rgb(250 175 79);}
.footer-inner .column.three a:hover svg path {fill: rgb(250 175 79);}
.footer-inner .column.three svg path {fill: rgba(27, 64, 115, 1);}
.footer-inner .heading {margin: 0;padding: 0;margin-bottom: 10px;font-size: 18px;font-weight: 700;line-height: 25.2px;letter-spacing: 0.6px;text-transform: uppercase;}
.footer-inner .media-link {padding: 3.5rem 0 2.8rem;display: flex;align-items: center;}
.footer-inner .media-link a {margin: 0 16px;text-decoration: none;display: inline-flex;}
.footer-inner .media-link a:hover path {fill: #faaf4f;}
.footer-inner .summery {color: rgba(0, 0, 0, 0.9);font-size: 14px;font-style: normal;font-weight: 400;line-height: 18px;letter-spacing: 0.6px;}
.footer-inner .media-link a:last-child:hover path {stroke: #faaf4f;fill: transparent;}
.footer-inner .column.two {display: flex;justify-content: space-between;flex-wrap: wrap;}
.footer-menu {flex-basis: 48%;margin-bottom: 18px;}
.footer-menu ul {list-style: none;margin: 0;padding: 0;}
.footer-menu ul li {display: flex;margin-bottom: 5px;}
.footer-menu ul li a {color: rgba(27, 64, 115, 1);font-size: 12px;font-style: normal;font-weight: 700;line-height: 25.2px;letter-spacing: 0.6px;text-transform: uppercase;text-decoration: none;position: relative;}
.footer-menu ul li a:hover {color: rgba(26, 64, 114, 1);}
.footer-menu ul li sup, .menu-col ul li sup{font-size: 9px;}
.site-footer .copyright {padding-top: 5.5rem;display: flex;align-items: center;justify-content: space-between;color: #000;font-size: 11px;font-weight: normal;line-height: 18.7px;letter-spacing: 0.7px;line-height: 16px;}
.site-footer .cms-link {display: inline-flex;align-items: center;}
.site-footer .cms-link ul {list-style: none;margin: 0;padding: 0;margin-left: 5px;display: flex;align-items: center;}
.site-footer .cms-link ul a {margin: 0 12px;padding: 0 0px 2px;color: #000;font-weight: 700;text-decoration: none;position: relative;}
.site-footer .cms-link ul a:before {width: 5px;height: 5px;background: #000;border-radius: 50%;position: absolute;content: "";left: -12px;top: 4px;}
.site-footer .cms-link ul a:hover {color: rgb(250 175 79);}
.site-footer .copyright .rgt-col {display: inline-flex;align-items: center;line-height: 20px;}
.site-footer .copyright .rgt-col a {display: inline-flex;margin-left: 3px;transition: 0.45s;}
.site-footer .copyright .rgt-col a:hover {transform: translateY(-3px);}
.site-footer .copyright .rgt-col a:after,.site-footer .copyright .rgt-col a:before {display: none;}
html {scroll-behavior: smooth}
.section-anchor {scroll-margin-top: 100px;}
.popup{cursor: pointer;}
.modal {display: none;position: fixed;z-index: 99999;left: 0;top: 0;width: 100%;height: 100%;overflow: auto;background-color: rgba(0, 0, 0, 0.4);}
.modal-content {background-color: rgb(255, 255, 255);margin: 0% auto;padding: 8rem 8rem 7rem;border-radius: 0;width: 500px;position: absolute;top: 50%;left: 50%;transform: translateX(-50%) translateY(-50%);}
.modal-content.pad-0{padding: 0;}
.modal-content p {margin: 0;}
#pagelode-popup a:hover img{box-shadow:0 0 20px #1b4073;}
.modal-content p:last-child {margin-bottom: 0px;}
.modal .close {position: absolute;right: -16px;top: -15px;font-size: 16px;font-weight: normal;background: rgba(27, 64, 115, 1);border-radius: 50%;width: 35px;height: 35px;text-align: center;color: #fff;display: flex; justify-content: center; align-items: center;}
.modal .close:hover,.modal .close:focus {background: rgb(250 175 79);color: #fff;text-decoration: none;cursor: pointer;}
.modal h2 {padding: 0;margin: 0 0 6rem;font-size: 2.8rem;line-height: 3.2rem;}
.modal h3 {padding: 0 0 40px;margin: 0;font-size: 35px;line-height: normal;}
.modal a {color: #f4263e;text-decoration: none;}
.modal a:hover {text-decoration: underline;}
.enquire-popup{ padding:5rem; padding-top: 3rem; width: 750px;}
.enquireform{height:calc(100vh - 329px)}
.enquire-popup h3{margin: 0 0 3rem;padding: 0;justify-content: center;font-size: 3.2rem;color: #1b4073;}
.enquire-btns {min-width: 140px; width: 140px;padding:10px 0;position: fixed;right: 0;top: 50%;transform: translateY(-50%);z-index: 90;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.reverse-section {flex-direction: column;}
.flexible-row {display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;margin-bottom: 10rem;}
.flexible-row:nth-last-of-type(1) {margin-bottom: 0;}
.flexible-row .lft-col {width: 55%;}
.flexible-row .rgt-col {width: calc(100% - 60%);height: 100%;}
.flexible-row:nth-child(2n + 2) {flex-direction: row-reverse;}
.flexible-row strong {color: #1b4073;font-size: 18px;font-style: normal;font-weight: 700;line-height: 25px;margin-bottom: 12px;display: inline-flex;}
.flexible-row ul, .blog-detail ul {margin: 0px 0 20px;padding: 0;list-style: none;}
.flexible-row ul li, .blog-detail ul li {position: relative;font-size: 16px;color: #052932;font-style: normal;padding-left: 18px;font-weight: 400;line-height: 26px;}
.flexible-row ul li a,.blog-detail ul li a  {text-decoration: none;font-weight: 600;}
.flexible-row ul li a:hover,.blog-detail ul li a:hover {color: #478a45;}
.flexible-row ul li:before,.blog-detail ul li:before{content: "";display: block;position: absolute;top: 10px;left: 0;width: 6px;height: 6px;border-radius: 50%;background: rgba(0, 0, 0, 1);}
.professional-wrap {position: relative;}
.professional-wrap img {width: 100%;height: 450px;object-fit: cover;position: relative;z-index: 1;}
.professional-wrap .cnt-box {color: #fff;top: 50%;left: 50%;width: 90%;transform: translateX(-50%) translateY(-50%);position: absolute;z-index: 2;}
.professional-wrap .cnt-box .container {max-width: 1100px;}
.professional-wrap .cnt-box p {color: #fff;}
.professional-wrap:before {background: linear-gradient(0deg,rgba(27, 64, 115, 0.8) 0%,rgba(27, 64, 115, 0.8) 100%),url(<path-to-image>) lightgray 0px -438.529px / 100% 251.103% no-repeat,#dcddde;}
.professional-wrap .btn {margin-top: 3rem;min-width: 320px;}
.career-pune {padding-bottom: 25rem;position: relative;}
.bottom-img-rgt{display: flex; justify-content: flex-end; align-items: flex-end; padding-top: 5rem; padding-right: 4%;}

input::placeholder,textarea::placeholder {color: rgb(5 41 50 / 41%);opacity: 1;}
input::-moz-placeholder,textarea::-moz-placeholder {color: rgb(5 41 50 / 41%);opacity: 1;}
input:-ms-input-placeholder,textarea:-ms-input-placeholder {color: rgb(5 41 50 / 41%);}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {color: rgb(5 41 50 / 41%);}
.form-section {margin: 0;}
.form-section .form-row {margin: 0 0 20px;position: relative;}
.form-section input,.form-section textarea,.subscription-bx input {padding: 16px;background: #fff;border: 1px solid #1b4073;width: calc(100% - 32px);outline: none;color: rgba(5, 41, 50, 1);font-size: 16px;font-style: normal;letter-spacing: 0.8px;font-family: "Plus Jakarta Sans", sans-serif;}
.form-section input:focus,.form-section textarea:focus {outline: none;box-shadow: none;}
.form-section textarea {height: 102px;resize: vertical;}
.form-section input:focus,.form-section textarea:focus,.subscription-bx input:focus {border: 1px solid 1px solid rgb(27 64 115);}
.form-section input[type="submit"] {padding: 20px;margin-top: 15px;text-transform: uppercase;cursor: pointer;width: 100%;color: #fff;border: 0;outline: none;background: #1b4073;}
.get-touch .form-group p {max-width: 100%;}
.form-group.w-100 {margin-bottom: 30px;}
.form-section input[type="submit"]:focus,.form-section input[type="submit"]:hover {border: 0;outline: none;background: rgb(250 175 79);}
.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output {border: 0 !important;text-align: center;}
.wpcf7-not-valid-tip {color: #ff0000;font-size: 12px;}
.wpcf7 form .wpcf7-response-output {margin: 2rem 0 0;padding: 0;border: 0;font-weight: normal;text-align: center;}
.wpcf7 form.sent .wpcf7-response-output {border: 0;color: #46b450;text-align: center;}
.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output {color: #ed2828;}
input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button {-webkit-appearance: none;margin: 0;}
input[type="number"] {-moz-appearance: textfield;}
.our-vision .quote-box .cnt {font-size: 17px;line-height: 28px;color: #231f20;}
ul.leadership {list-style: none;margin-left: 0;margin-right: 0;padding: 0;display: flex;justify-items: center;justify-content: flex-start;margin: 0 -30px;flex-wrap: wrap;max-width: 90%;margin: 0 auto;}
ul.leadership li {width: calc(30% - 30px);margin: 0 30px 60px;}
ul.leadership .frame{height: auto;}
ul.leadership .frame:before{width: 2.8rem;}
ul.leadership .frame:after{height: 2.8rem;}
ul.leadership .frame img {margin: 2.8rem 0 0 2.8rem; transition: 0.5s; z-index: 2;}
ul.leadership .frame:hover img{transform: translateY(-5px);}
ul.leadership .name, .leader-detail .name, ul.leadership a.name {padding-left: 25px;padding-top: 2rem;padding-bottom: 5px;color: #000;font-size: 2.5rem;font-style: normal;font-weight: bold;line-height: 25px;text-transform: capitalize;display: flex;text-decoration: none;}
ul.leadership .designation, .leader-detail .designation{padding-left: 25px; color:#447BBD;font-size: 14px;font-style: normal;font-weight: 700;line-height: 20px;text-transform: capitalize;}
ul.leadership .frame:hover + a.name, ul.leadership a.name:hover{color:rgb(250 175 79);}
.leadership-popup{padding: 5rem; padding-right: 2rem; width:900px;}
.leader-detail .lft-col{width:40%; margin-right: 5%;}
.leader-detail .frame{height: auto;}
.leader-detail .rgt-col{width:calc(100% - 48%);}
.leader-detail .name{padding-top:2.5rem; font-size: 3rem;}
.leader-detail .frame:hover img{transform: inherit;}
.sub_description {padding-left:25px; padding-top:15px}
.scroll-container {position: relative;width: 100%;height:500px;overflow: hidden;}
.scroll-content {max-height: 500px;}
::selection {background:rgb(250 175 79); color: #ffffff; }
::-moz-selection {background:rgb(250 175 79);color: #ffffff;}
/* scroll top */
.scroll-top {position: fixed;right: 25px;bottom: 30px;width: 50px;height: 50px;border-radius: 50%;background: #fff;border: none;box-shadow: 0 0 15px rgba(0,0,0,0.2);cursor: pointer;display: grid;place-items: center;z-index: 999;opacity: 0;transform: scale(0.8);transition: opacity 0.3s, transform 0.3s;}
.scroll-top.show {opacity: 1;transform: scale(1);}
/* svg circle */
.scroll-top svg {position: absolute;top: 0; left: 0;width: 50px;height: 50px;transform: rotate(-90deg);}
.scroll-top circle {fill: none;stroke:#fbb04c;stroke-width: 5;stroke-linecap: round;stroke-dasharray: 283;stroke-dashoffset: 283;transition: stroke-dashoffset 0.2s linear;}
.scroll-top span {position: relative;font-size: 20px;margin-top: -4px;color:#faaf4f;}
.responsive-table {width: 100%;border-collapse: collapse;margin: 30px auto;max-width: 900px;}
.responsive-table caption {background: #1b4073;color: #fff;font-weight: 700;text-align: center;padding: 15px;font-size: 18px;}
.responsive-table th,.responsive-table td {padding: 14px 16px;border: 1px solid #ddd;text-align: left;}
.responsive-table th {background: #f8f8f8;font-weight: 700;}
.responsive-table td.center {text-align: center;font-weight: 600;}
.responsive-table td.dash {text-align: center;color: #999;}
.responsive-table tfoot td {border: 0; padding-left: 0px; font-weight: bold; text-align: left;}
.hixs-result {margin-top: 5rem !important;}
.hixs-result table{margin:0}
.hixs-result th, .hixs-result td {text-align: center;min-width: 150px;}
.objectives-section{padding: 10rem 0 20rem; margin-bottom: -10rem; background: url(assets/images/blue-bg.png) no-repeat top center; position: relative; background-size: cover;}
.objectives-section .heading {text-align: center; margin-bottom: 10rem; color: #fdbb2d;max-width: 80%;margin-left: auto;    margin-right: auto;}
.objectives-container { padding: 4rem 0;  display: flex; justify-content: space-between;  position: relative;}
.objectives-container .left-column,.objectives-container .right-column {  width: 45%; display: flex; flex-direction: column;  gap: 8rem;    justify-content: center;}
.objectives-container .objective-item { display: flex; align-items: center; gap: 40px;}
.objectives-container .objective-item img {width: 210px; height: auto;}
.objective-item p {color: #FFF;font-style: italic;font-weight: 400;line-height: 30px;text-transform: capitalize;}
.footer-image {position: absolute; right: 0; bottom: -45px;}
.center-line {position: absolute;top: 0;bottom: 0;left: 50%;width: 2px;background-color: rgb(116 166 216 / 50%);transform: translateX(-50%);}
.school-group {display: grid;grid-template-columns: repeat(2, 1fr); gap: 8rem 14rem;padding:0;text-align: left;}
.school-group .frame{height: 350px;}
.school-group .frame img{height: 100%;}
.school-group .frame {display: inline-block;overflow: hidden;}
.school-group .frame  img {width: 100%;display: block;transition: transform 0.8s ease-in-out;}
.column:hover img {transform: scale(1.01);}
/* School name */
.school-group .school-name, .school-group .school-name p {font-size: 2.5rem;line-height: 3rem;color: #0a2c5d;margin: 2rem 0 1rem; font-weight: 600;}
/* Website link */
.school-group .school-website {color: #fbb04c;font-size: 18px;text-decoration: none;font-weight: bold;display: inline-block;text-decoration: none;transition: color 0.3s ease;word-break: break-all;}
.school-group .school-website:hover {color: #0a2c5d;}
.tab-section{margin-top: 5rem;}    
.tabs-nav {display: flex; justify-content:flex-start;list-style: none;margin: 0;padding:0;}
.tabs-nav .tab-active a {color: #fff;cursor: default;border: 1px solid #000;background: #000;}
.tabs-nav a {padding: 16px; color: rgba(9, 9, 9, 1); border-radius: 6px;border: 1px solid #D5D5D5; text-decoration: none;font-size: 18px;font-style: normal;font-weight: 500;line-height: normal;text-transform: uppercase;}
.tabs-nav li {margin: 0 6px; display: inline-flex;}
.tabs-nav li:first-child{margin-left: 0;}
.tabs-nav li:fast-child{margin-right: 0;}
.tabs-stage{margin-top: 5rem;}
.breadcrumb-part ul{margin:3rem 0 0; padding:0; list-style:none}
.breadcrumb-part ul li {display: inline-block;list-style: none;color: #b7b7b7;font-size: 13px;text-transform: uppercase;font-weight: 600;padding-right: 27px}
.breadcrumb-part ul li a {color: #000;position: relative;text-decoration: none;}
.breadcrumb-part ul li:last-child,.sub-menu-part ul li:last-child {padding-right: 0}
.breadcrumb-part ul li a:before {border: solid #b9a6a6;border-width: 0 2px 2px 0;top: 4px;right: -18px;position: absolute;content: "";padding:3px;z-index: 1;transform: rotate(-52deg);-webkit-transform: rotate(-52deg);transition: .5s ease-in-out;}
.breadcrumb-part ul li a:hover{color:#fbb04c}
.breadcrumb-part ul li a:hover:before {border: solid #fbb04c;border-width: 0 2px 2px 0;}
.cky-notice .cky-title{margin: 0 !important;}
.blog-posts-grid {display: grid;grid-template-columns: repeat(4, 1fr);gap: 3.5rem 3rem; margin: 4rem auto; }
.blog-posts-grid article {background: #fff; overflow: hidden;transition: all 0.3s ease;}
.blog-posts-grid .frame{height: auto;}
.blog-posts-grid .frame img{height: 300px;}
.blog-posts-grid .frame a{display: flex; height: 100%;    position: relative; z-index: 2;}
.blog-posts-grid article:hover {transform: translateY(-5px);box-shadow: 0 9px 8px rgba(0,0,0,0.1);}
.blog-posts-grid .post-thumbnail img {width: 100%;height: auto;display: block;}
.blog-posts-grid .byline{text-transform: capitalize;    padding-right:8px; position: relative;}
.blog-posts-grid .byline:before{position: absolute; content: "";top: 3px;right: 1px;height: 12px;width: 1px;background: #58595b;}
.blog-posts-grid .entry-header{padding:15px 15px 15px;text-align: left;}
.blog-posts-grid .entry-title{margin: 0; padding: 0; line-height: 17px;margin-bottom: 3px;}
.blog-posts-grid .entry-title a {font-size: 16px; text-decoration: none; color:#000;}
.blog-posts-grid a{text-decoration: none; color:rgb(250 175 79);}
.blog-posts-grid a:hover{color:#1b4073;}
.blog-posts-grid .entry-meta {margin-top:10px;margin-bottom: 10px; line-height: 17px; font-size: 15px; text-transform: capitalize;}
.blog-posts-grid .posted-on{font-weight: 500;}
.blog-posts-grid .decoration p{font-size: 14px; line-height: 20px;}
.blog-detail h2, .blog-detail h3{margin:3.5rem 0 1.5rem; padding: 0; font-size:2.5rem;}
.blog-detail a{color:#1b4073; text-decoration: none; font-weight: 500;}
.blog-detail a:hover{color:rgb(250 175 79);}
.blog-detail h3{font-size: 2.2rem;}
.blog-detail .entry-content img.size-full {width: 100%;height: 450px;object-fit: cover;}
.blog-detail ul li{font-size: 18px;line-height: 25px;color: rgba(0, 0, 0, 1); margin-bottom: 5px;}
.alignleft {float: left; margin:0 3rem 3rem 0;}
.alignright {float: right; margin:0 3rem 3rem 0;}
.aligncenter {display: block; margin-left: auto; margin-right: auto; text-align: center;}
.search-bx {display: none;position: fixed;top: 0;left: 0;width: 100%; height: 100%;background: rgba(27, 64, 115, 1);padding: 20px 0;z-index: 9999; color: #fff;box-shadow: 0 4px 20px rgba(0,0,0,0.15);}
.search-bx.open{display: block;}
.search-btn{width: 30px; margin-right: 15px; cursor: pointer;}
.search-btn svg{width:30px; height:30px}
.search-btn:hover path, .search-btn:hover circle{stroke: rgb(250 175 79);}
.search-inner {max-width: 900px;margin: 0 auto;padding: 0 20px;position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center;height: 100%;}
.close-search {position: absolute;right: 30px;top: 30px;cursor: pointer;width: 35px;height: 35px;border-radius: 50%;background: #fff;color: #1b4073;display: flex;justify-content: center;align-items: center; z-index: 2; cursor: pointer;}
.close-search svg{width: 15px; height: 15px;}
.close-search:hover{background:rgb(250 175 79);}
.close-search:hover path{fill: #fff;}
.search-bx h5, .search-bx p.help-blog {display: flex;color: #fff;font-size: 16px;margin: 15px 0 0; text-align: center;justify-content: center; align-items: center;}
.search-bx h5 {font-size: 5rem;line-height: 4.7rem;font-weight: 500;margin: 0 0 32px;padding: 0;}
.search-form {max-width: 100%; display: flex;width: 100%;}
.search-form form {    background: transparent;padding: 1.8rem 2.2rem;border: 1px solid #4392ff;}
.search-form input[type=search] {background: 0 0;width: 100%;border: 0;outline: 0;font-size:2.4rem;font-weight: 300;color: #fff;}
.search-form input[type=submit] {padding: 7px 10px;border: none;margin-left: -5px;right: 0;top: -1px;min-height: 34px;}
.search-form input[type=submit] {display: none;width: 0;height: 0;}
.search-form ::-webkit-input-placeholder {color: #fff;}
.search-form ::-moz-placeholder {color: #fff;}
.search-form :-moz-placeholder {color: #fff;}
.search-form :-ms-input-placeholder {color: #fff;}
.search-form ::placeholder {color: #fff;}
input:-webkit-autofill,input:-webkit-autofill:hover,input:-webkit-autofill:focus,textarea:-webkit-autofill,textarea:-webkit-autofill:hover,textarea:-webkit-autofill:focus,select:-webkit-autofill,select:-webkit-autofill:hover,select:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;background-color: #ffffff !important;color: #000 !important;font-size: 26px;}
.search-form input:-webkit-autofill,.search-form input:-webkit-autofill:hover,.search-form input:-webkit-autofill:focus {-webkit-box-shadow: 0 0 0 1000px #1b4073 inset !important;background-color: #1b4073 !important;-webkit-text-fill-color: #fff !important;font-size: 26px !important;caret-color: #fff;font-size: 26px !important;transition: background-color 5000s ease-in-out 0s;}
.publication-name{font-size: 17px; line-height: normal;margin: 0 0 5px; padding: 0;}
.search_wrap.layer_wrapper {width: 100%;text-align: center;}
#searchform {position: relative;}
.search_count{margin-bottom: 3rem; font-size: 16px;display: flex;justify-content: center;font-weight: 500;}
.search_count + .search-form {width: 100%; max-width: 600px;border: 1px solid #c4c3c3;position: relative;font-size: 18px;
overflow: hidden;margin: 0 auto; display: flex; align-items: center; justify-content: space-between;}
.search_count + .search-form input[type=search] {width: 100%;font-size: 18px;color: #000;height: 55px;padding: 0 50px 0 20px;border: none; outline: none;}
.search_count + .search-form input[type=search]:focus{outline: none;}
.search_count + .search-form .search-submit {padding: 0;margin:0 20px 0 0; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M21 21l-4.35-4.35' stroke='%231b4073' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='6' stroke='%231b4073' stroke-width='1.6'/%3E%3C/svg%3E");
background-repeat: no-repeat;display: inline-flex;align-self: center;width: 40px;height: 40px;background-color: transparent;text-indent: -999999px;border: 0; cursor: pointer;}
.search_count + .search-form .search-submit:hover{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M21 21l-4.35-4.35' stroke='%23FAB155' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='11' cy='11' r='6' stroke='%23FAB155' stroke-width='1.6'/%3E%3C/svg%3E");}
.search_term .screen-reader-text{display:none;}
.search_term{ margin: 0 auto; text-align: center;}
.search_term .heading{font-size: 3rem; line-height: 3.5rem;}
.no-found{text-align: center; font-weight: 600; margin: 3rem 0 0;}
.search_results{margin-top: 5rem;}
.search_results a{color: #000; text-decoration: none;}
.search_results a:hover, .search_results article:hover a{color: #fab155;}
.search_results article{padding:3rem 2rem; background: #f8f8f8; transition: 0.5s;}
.search_results article:hover{transform: translateY(-2px);}
.search_results article:nth-child(even){background: #fff;}
.search_results h2{padding: 0; margin: 0; font-size: 2rem; line-height: 2.5rem;}
.search_results .date-txt{margin:5px 0 0; padding: 0; font-size: 14px; line-height: 19px;}
.page-404{position: relative;}
.page-404:before {position: absolute;top: 0;left: 0;width:100%;height: 190px;background: #1b4073;content: "";}
.error-page {display:flex; align-items:center; justify-content:center;overflow:hidden;}
.error-wrap {position:relative;max-width:750px;  padding:20rem 4rem 6rem;text-align:center;z-index:2;}
.error-page h1 {font-size:120px;font-weight:800;line-height:1;color:#fbb04c;margin-bottom:10px;animation: float 3s ease-in-out infinite;}
.error-page h2 {font-size:28px;color:#023047;margin-bottom:10px;}
.error-page p {font-size:16px;color:#555;margin-bottom:25px;}
.error-page .btn{display: inline-block; margin-top: 2rem; text-align: center;}
.shape {position:absolute;border-radius:50%;opacity:0.15;animation: move 12s infinite linear;}
.shape:nth-child(1) {width:120px; height:120px; background:#0077b6;top:10%; left:5%; animation-delay:0s;}
.shape:nth-child(2) {width:80px; height:80px; background:#00b4d8;bottom:10%; right:10%; animation-delay:2s;}
.shape:nth-child(3) {width:100px; height:100px; background:#0096c7;top:50%; right:5%; animation-delay:4s;}
.contact-number a, .column.three .gettuch a{position: relative;}
.contact-number a:last-child{margin-left: 15px;}
.contact-number a:last-child:before, .column.three .gettuch a:last-child:before{position: absolute; content: "/"; left:-12px; top:-5px; color: #000 }
.column.three .gettuch a:last-child{margin-left: 18px;}
.column.three .gettuch a:last-child:before{top: 0px;left: -13px;}
label.title{display: flex; font-weight: 700; font-size: 14px; margin-bottom: 8px;}
.column.three .gettuch {margin-bottom: 20px;display: flex;width: 100%; align-items: center;}
.column.three .gettuch a{display: inline-flex; width: auto;   white-space: nowrap; align-self: center; margin-bottom: 0; padding-bottom: 0;}
/* Animations */
@keyframes bounce {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-15px); }
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-10px); }
}
@keyframes move {
0% { transform: translateY(0) rotate(0deg); }
50% { transform: translateY(-30px) rotate(180deg); }
100% { transform: translateY(0) rotate(360deg); }
}
/* Scrollbar */
::-webkit-scrollbar {width: 8px;}
::-webkit-scrollbar-track {background: #f0f0f0;}
::-webkit-scrollbar-thumb {background: #fdb140;border-radius: 4px;}
::-webkit-scrollbar-thumb:hover {background: #163459;}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration {-webkit-appearance: none;appearance: none;}
input[type="search"] {-moz-appearance: textfield;}
.case-section {display: flex;align-items: center;justify-content:space-between ;padding: 0  0 80px;}
.case-left {width: 48%;}
.case-left .sub-title {font-size: 20px;color: #2E59D7;font-weight: bold;margin-bottom: 8px;}
.case-left h2 {font-size: 32px;font-weight: 700;margin-bottom: 15px;line-height: 35px;}
.case-left p {font-size: 16px;color: #000;margin-bottom: 20px;line-height: 1.5;}
.case-left .cnt{font-style:italic; font-size:20px; line-height: 28px; font-weight: 700; color:#000}
/* Right side video */
.case-right {width: 48%;display: flex;justify-content: center; height: 450px;}
.video-box {position: relative;width: 100%;max-width: 100%;border-radius: 0;overflow: hidden;cursor: pointer;}
.video-box video {width: 100%;display: block;height: 100%;object-fit: cover;}
.playBtn { width: 50px; height: 50px; border-radius: 5px;position: absolute;inset: 0;margin: auto;z-index: 10;}
.case-section:nth-child(even) {flex-direction: row-reverse;}

