/* Fonts */
@font-face {
    font-family: 'Goldplay-Bold';
    src: url('../fonts/GoldplayBold.otf');
}
@font-face {
    font-family: 'Goldplay-Medium';
    src: url('../fonts/GoldplayMedium.otf');
}
@font-face {
    font-family: 'Goldplay-Black';
    src: url('../fonts/GoldplayBlack.otf');
}

html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
    font-weight: normal;
    font-style: normal;
    font-family: 'Goldplay-Medium';
    font-size: 22px;
    line-height: 28px;
    color: #231F20;
    background: #FFF
    /* letter-spacing: 1.2px; */
}
* {box-sizing: border-box;}
*:focus {outline: none;}

/*IE below 9*/
#ieWrapper {
	background: #000;
	position: fixed;
	z-index: 100;
	top: 0;	left: 0;
	width: 100%;
	height: 100%;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
.ieHolder {
	position: relative; 
	width: 555px;
	padding: 20px;
	margin: 200px auto 0 auto;
	background: #FFF;
	border: 7px solid #2b2927;
}
.btnIeUpdate {
	background: url(../images/btnIeUpdate.jpg) 0 0 no-repeat;
	width: 144px;
	height: 37px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	color: #fff;
	line-height: 37px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
}
.ieLogo {
	float: left;
	width: 134px;
	height: 139px;
	background: url(../images/ieLogo.jpg) no-repeat 0 0;
}
.ieContent {
	float: right;
	margin: 0;
	padding: 0;
	width: 350px;
	color: #666;
	font-size: 15px;
	line-height: 18px;
}
.ieContent strong {
	margin: 0 0 15px 0;
	padding: 0 0 10px 0;
	border-bottom: 1px dashed #cccccc;
	display: block;
	font-size: 18px;
	color: #333;
	font-weight: normal;
}
/*End IE below 9*/

a, a:link, a:visited {
    outline: none;
	-moz-tap-highlight-color: transparent; 
	-webkit-tap-highlight-color: transparent; 
}
img {
	border: none;
	margin: 0px;
	max-width: 100%;
    width: 100%;
}
h6, h5, h4, h3, h2, h1, p, ul, li,
form, input, select, textarea {
    margin: 0;
    padding: 0;
}
textarea {resize: none;}
input:focus, textarea:focus {outline: none;}
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
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;
    appearance: textfield;
    margin: 0; 
}
.customClear {
	clear: both;
	font-size: 0em;
	line-height: 0px;
	height: 0px;
	margin: 0px;
	padding: 0px;
}
article, aside, details, figcaption, figure,  
footer, header, hgroup, menu, nav, section, time {  
	display: block; 
	margin: 0;
	padding: 0; 
} 
h1 {
    font-size: 90px;
    font-family: 'Goldplay-Black';
    line-height: 93px;
}
h2 {
    font-size: 72px;
    font-family: 'Goldplay-Black';
    line-height: 80px;
}
h4 {
    font-size: 37px;
    font-family: 'Goldplay-Bold';
    line-height: 43px;
}
h5 {
    font-size: 35px;
    font-family: 'Goldplay-Bold';
    line-height: 40px;
}
h6 {
    font-size: 25px;
    font-family: 'Goldplay-Bold';
    line-height: 28px;
}
figure {
    margin: 0;
    overflow: hidden;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    border-radius: 40px;
}
.d-flex {
    display: flex;
    flex-wrap: wrap;
}
.text-center {text-align: center;}
.font-italic {font-style: italic;}
.page-center {
    max-width: 1420px;
    height: 100%;
    margin: auto;
    position: relative;
}
::-webkit-input-placeholder {color: #231F20;}
:-ms-input-placeholder {color: #231F20;}
::placeholder {color: #231F20;}

/* Slick slider */
.slick-track {display: flex;}
.slick-slide {height: inherit;}
.slick-arrow {
    border-radius: 50%;
    border: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 1;
}
.slick-prev {transform: rotate(180deg);}
.slick-prev:before,
.slick-next:before {
    display: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover, .slick-next:focus {
    outline: none;
}
.slick-list {
    overflow: initial;
    overflow-x: hidden;
    overflow-y: initial !important;
}

/* Header */
header {
    padding: 33px;
    background-color: #F6F6EC;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 2px 30px rgb(0, 0, 0, .1);
}
.web-nav {
    max-width: 1780px;
    margin: auto;
    align-items: center;
    justify-content: space-between;
}
.left-pt, .right-pt {flex-basis: 50%;}
.left-pt p {align-self: center;}
.left-pt a {color: #47088B;}
.right-pt {justify-content: flex-end;}
.hd-logo img {
    /* max-width: 281px; */
    max-width: 130px;
    margin-right: 43px;
}
.right-pt ul {
    margin-right: 70px;
    list-style: none;
    align-items: center;
}
.right-pt li {margin-right: 80px;}
.right-pt li a {
    font-size: 19px;
    color: #47088B;
    font-family: 'Goldplay-Bold';
    text-decoration: none;
}
.right-pt li:last-child {margin-right: 0;}
.sch-btn {
    padding: 20px 25px 20px 44px;
    background-color: #47088B;
    color: #fff;
    border-radius: 20px;
    align-items: center;
    max-width: 282px;
    font-family: 'Goldplay-Bold';
    text-decoration: none;
    font-size: 18px;
    justify-content: space-between;
    box-shadow: 0 0 20px rgb(0, 0, 0, .1);
}
.sch-btn img {
    margin-left: 30px;
    width: auto;
    height: 27px;
}
.ct-wrapper {position: relative;}
.mob-nav {display: none;}
/*Edited*/
#scroller {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-text-size-adjust: none;
    -moz-text-size-adjust: none;
    -ms-text-size-adjust: none;
    -o-text-size-adjust: none;
    text-size-adjust: none;
}

/* Subheader */
.sub-nav {
    max-width: 714px;
    border-radius: 23px;
    background-color: #fff;
    padding: 9px 16px;
    position: fixed;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 0 0 30px rgb(0, 0, 0, .15);
    z-index: 99;
    /*Edited*/
    overflow: hidden;
}
.sub-nav ul {
    list-style: none;
    display: flex;
    justify-content: space-between;
}
.sub-nav ul li a {
    padding: 10px 25px;
    line-height: 1;
    display: block;
    border-radius: 12px;
    font-size: 19px;
    color: #47088B;
    font-family: 'Goldplay-Bold';
    text-decoration: none;
    /*Edited*/
    white-space: nowrap;
}

/*Edited*/
.sub-nav ul li.active a {background-color: #E2E2D5;}

/* Footer */
footer {
    padding: 0 33px 90px;
    text-align: center;
}
footer p {margin-bottom: 38px;}
footer p:last-child{margin-bottom: 0;}
.ft-logo {margin-top: -200px;}
.ft-logo img {
    max-width: 317px;
    margin-bottom: 24px;
}

/* Banner */
.banner-pt {
    height: 940px;
    background-color: #F16E67;
    padding: 0 33px;
    position: relative;
}
.banner-pt .page-center {display: flex;}
.banner-txt {
    flex-direction: column;
    justify-content: center;
}
.banner-pt h1 {color: #fff;}
.banner-txt h1 {margin-bottom: 50px;}
.banner-txt h4 {color: #DCDCDC;}
.banner-img {
    position: absolute;
    bottom: -75px;
    left: 50%;
    right: -20%;
    z-index: 1;
}
.banner-img img {max-width: 1166px;}
.banner-top-gh {
    background-image: url('../images/banner-top-gh.png');
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.banner-top-gh img {visibility: hidden;}
.banner-top-gh img:nth-child(2) {display: none;}
.banner-btm-gh {
    background-image: url('../images/banner-btm-gh.png');
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
}
.banner-btm-gh img {visibility: hidden;}
.banner-btm-gh img:nth-child(2) {display: none;}

/* About Us */
.about-pt {
    padding: 190px 33px;
    background: url('../images/wooden-gph.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}
.head-txt {margin-bottom: 65px;}
.about-pt h2 {
    margin-bottom: 58px;
    color: #47088B;
}
.pnpl-item {
    border-radius: 40px;
    background-color: #fff;
    padding-bottom: 54px;
}
.pnpl-item h4, .pnpl-item p {padding: 0 52px;}
.pnpl-item h4 {
    margin-bottom: 36px;
    color: #47088B;
}
.pnpl-item-img {margin-bottom: 46px;}
.pnpl-item-img img {
    height: 100%;
    max-height: 298px;
    visibility: hidden;
}
.about-pt .slick-slide {margin: 0px 20px;}
.about-pt .slick-arrow {
    width: 105px;
    height: 105px;
    background-color: #F16E67;
}
.about-pt .slick-arrow img {
    width: 25px;
    height: 40px;
}
.about-pt .slick-prev {left: -179px;}
.about-pt .slick-next {right: -179px;}
.about-pt .slick-prev:hover, .about-pt .slick-prev:focus,
.about-pt .slick-next:hover, .about-pt .slick-next:focus {
    background-color: #F16E67;
    outline: none;
}
.about-rt-crl {
    position: absolute;
    right: 0;
    bottom: 380px;
    border-radius: 0;
    background-size: contain !important;
    background-position: right !important;
}
.about-rt-crl img {
    visibility: hidden;
    max-height: 550px;
    max-width: 140px;
}

/* Education */
.education-pt {
    background: url('../images/play-room.jpg') no-repeat top;
    background-size: cover;
    height: 930px;
    position: relative;
    padding: 0 33px;
}
.dark-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    opacity: .5;
}
.education-pt h2 {
    padding-top: 220px;
    color: #fff;
    max-width: 1160px;
    margin: auto;
}

/* Why Palencia */
.why-pt {
    padding: 190px 33px 550px;
    position: relative;
}
.why-pt h2 {
    color: #47088B;
    margin-bottom: 55px;
}
.accordian-list {
    max-width: 1160px;
    margin: auto;
    margin-top: 75px;
}
.accordian-item {
    border: 2px solid #E8E8DD;
    border-radius: 40px;
    background-color: #fff;
    margin-bottom: 28px;
}
.accordian-item:last-child {margin-bottom: 0;}
.accordian-header {
    padding: 32px 50px 40px;
    background-color: #47088B;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.accordian-header h6 {color: #fff;}
.accordian-header img {
    width: auto;
    height: 20px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.accordian-item .accordian-body {
    padding: 25px 47px 50px;
    display: none;
}
.accordian-item.active .accordian-body {display: block;}
.accordian-item.active .accordian-header img {transform: rotate(180deg);}
.why-lt-gh {
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 0;
}
.why-lt-gh img {visibility: hidden;}
.why-lt-crl {
    position: absolute;
    left: 0;
    top: 640px;
    border-radius: 0;
    background-size: contain !important;
    background-position: left !important;
}
.why-lt-crl img {
    visibility: hidden;
    max-width: 175px;
    max-height: 685px;
}

/* Academy */
.academy-pt {
    padding: 0 33px 198px;
    background: url('../images/wooden-gph-2.jpg') no-repeat center;
    background-size: cover;
}
.academy-img {transform: translateY(-50%);}
.academy-img img {
    height: 704px;
    visibility: hidden;
}
.academy-pt h2 {
    color: #47088B;
    margin-top: -190px;
    margin-bottom: 50px;
}
.academy-desc {
    justify-content: space-between;
    margin-bottom: 75px;
}
.academy-desc-item {
    margin-right: 66px;
    flex-basis: calc(50% - 33px);
}
.academy-desc-item:last-child {margin-right: 0;}

/* Globe */
.globe-pt {
    background: url('../images/table-globe.jpg') no-repeat top;
    background-size: cover;
    width: 100%;
    height: 930px;
    padding: 0 33px;
}

/* Learning */
.learning-pt {
    padding: 195px 33px;
    position: relative;
}
.learning-pt h2 {
    color: #47088B;
    margin-bottom: 55px;
}



.learning-pt .slick-slide {margin: 0px 33px;}
.learning-pt .slick-arrow {
    width: 105px;
    height: 105px;
    background-color: #F16E67;
}
.learning-pt .slick-arrow img {
    width: 25px;
    height: 40px;
}
.learning-pt .slick-prev {left: -179px;}
.learning-pt .slick-next {right: -179px;}
.learning-pt .slick-prev:hover, .learning-pt .slick-prev:focus,
.learning-pt .slick-next:hover, .learning-pt .slick-next:focus {
    background-color: #F16E67;
    outline: none;
}
.learning-item {
    border: 2px solid #E8E8DD;
    border-radius: 40px;
    position: relative;
    padding-bottom: 60px;
    margin: 20px;
    padding-bottom: 55px;
}

.learning-item:last-child {margin-right: 0;}
.learning-item h4 {
    color: #47088B;
    padding: 54px 50px 35px;
}
.learning-item p {padding: 0 50px;}
.learning-item .sub-txt {
    font-family: 'Goldplay-Bold';
    margin-bottom: 35px;
}
figure.learning-item-img {
    width: calc(100% + 4px);
    position: relative;
    left: -2px;
}
.learning-item-img img {
    max-height: 464px;
    visibility: hidden;
}
.lrn-rt-gh {
    position: absolute;
    right: 0;
    top: 140px;
    border-radius: 0;
}
.lrn-rt-gh img {visibility: hidden;}

/* Teachers */
.teachers-pt {
    background: url('../images/wooden-gph-3.jpg') no-repeat left top;
    background-size: cover;
    padding: 195px 33px;
}
.teachers-pt h2 {
    color: #47088B;
    margin-bottom: 60px;
}
.teachers-pt .slick-slide {margin: 0px 33px;}
.teachers-pt .slick-arrow {
    width: 105px;
    height: 105px;
    background-color: #F16E67;
}
.teachers-pt .slick-arrow img {
    width: 25px;
    height: 40px;
}
.teachers-pt .slick-prev {left: -179px;}
.teachers-pt .slick-next {right: -179px;}
.teachers-pt .slick-prev:hover, .teachers-pt .slick-prev:focus,
.teachers-pt .slick-next:hover, .teachers-pt .slick-next:focus {
    background-color: #F16E67;
    outline: none;
}
.teachers-pt .slick-track {
    padding-top: 25px;
}
.teachers-item {
    background-color: #fff;
    border-radius: 40px;
    position: relative;
    padding-bottom: 60px;
}
.teachers-item-img {
    border-radius: 50%;
    border: 11px solid #fff;
    position: absolute;
    left: -32px;
    top: -20px;
    width: 172px;
    height: 172px;
}
.teachers-item-img img {visibility: hidden;}
.teachers-item h4 {
    color: #47088B;
    margin-top: 66px;
    margin-bottom: 90px;
    margin-left: 165px;
}
.teachers-item p {padding: 0 60px;}
.teachers-item .quote-txt {
    margin-top: 28px;
    line-height: 32px;
}
.quote-txt .sub-txt {font-family: 'Goldplay-Bold';}
.teachers-pt .sch-btn {
    margin: auto;
    margin-top: 75px;
}

/* Learn more */
.learn-more-pt {
    padding: 195px 33px;
    position: relative;
}
.learn-more-pt h2 {
    max-width: 1160px;
    color: #47088B;
    margin: auto;
    margin-bottom: 60px;
}
.learn-more-pt .sub-head {line-height: 32px;}
.learn-more-pt .sub-head p {margin-bottom: 45px;}
.learn-more-pt .sub-head p:last-child {margin-bottom: 75px;}
.learn-more-list {justify-content: space-between;}
.learn-more-item {
    background-color: #F6F6EC;
    flex-basis: calc(33% - 20px);
    border-radius: 40px;
}
.learn-more-item h4 {
    padding: 50px 45px 35px;
    color: #47088B;
}
.learn-more-item a {
    padding: 0 45px;
    margin-bottom: 35px;
    display: block;
    color: #231F20;
}
.learn-more-item a:last-child {margin-bottom: 60px;}
.lrnmore-lt-gh {
    position: absolute;
    left: 0;
    top: 90px;
    border-radius: 0;
}
.lrnmore-lt-gh img {visibility: hidden;}
.lrnmore-rt-crl {
    position: absolute;
    right: 0;
    top: -215px;
    border-radius: 0;
    background-size: contain !important;
    background-position: right !important;
}
.lrnmore-rt-crl img {
    visibility: hidden;
    max-width: 176px;
    max-height: 612px;
}

/* Bottom banner */
.btm-banner-pt {
    background: url('../images/play-school.jpg') no-repeat top;
    background-size: cover;
    height: 869px;
    padding: 0 33px;
    position: relative;
}

/* How to join */
.how-pt {transform: translateY(-50%);}
.how-cnt {
    padding: 130px 138px;
    border-radius: 40px;
    background-color: #F16E67;
    position: relative;
}
.how-cnt h2 {
    color: #fff;
    margin-bottom: 45px;
}
.how-cnt p {
    line-height: 32px;
    color: #fff;
    margin-bottom: 65px;
}
.how-btn {justify-content: center;}
.how-btn .sch-btn {
    background-color: #fff;
    color: #231F20;
    margin-right: 52px;
    min-width: 208px;
}
.how-btn .sch-btn:last-child {margin-right: 0;}
.how-lt-crl {
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
    background-size: contain !important;
    background-position: left !important;
}
.how-lt-crl img {visibility: hidden;}
.how-rt-gh {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 0;
}
.how-rt-gh img {visibility: hidden;}

/* Inner Pages */
.inner-banner-pt {height: auto !important;}
.inner-banner-pt .banner-top-gh {background-image: url('../images/banner-top-gh.png');}
.inner-banner-pt .banner-top-gh img:nth-child(2) {display: none;}
.inner-banner-pt .banner-btm-gh {background-image: url('../images/banner-btm-gh.png');}
.inner-banner-pt .banner-btm-gh img:nth-child(2) {display: none;}
.inner-banner-pt h1 {padding: 240px 0 205px;}
#inner-body .ft-logo {margin-top: 80px;}
.cntnt-pt {
    background: url('../images/wooden-gh-lg.jpg') no-repeat center;
    background-size: cover;
    position: relative;
}

/* Latest News Page */
.search-holder {
    display: flex;
    align-items: center;
    max-width: 522px!important;
    position: relative;
    z-index: 10;
    margin: auto;
}
.custom-select {
    min-width: 327px;
    position: relative;
    margin: 55px 0 50px;
}
.input-search {
    background-color: #FFF;
    box-shadow: 0 0 20px rgb(0, 0, 0, .09);
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position: right 1.2em top 50%;
    background-size: .65em auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 22px 25px 35px;
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.input-search input {
    border: 0;
    font-size: 22px;
    font-family: 'Goldplay-Medium';
    width: 100%;
    cursor: pointer;
    background: transparent;
    text-align: left;
}
.input-search input:focus {border: 0; outline: none;}
.custom-select ul {
    background-color: rgb(255, 255, 255, .95);
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    position: absolute;
    top: 10px;
    left: 0;
    box-shadow: 0 0 20px rgb(0, 0, 0, .09);
    border-radius: 20px;
    z-index: 0;
    display: none;
    padding-top: 90px;
    padding-bottom: 40px;
}
.custom-select ul.show {display: block;}
.custom-select li {
    color: #231F20;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 25px;
    padding-left: 30px;
    padding-right: 15px;
    cursor: pointer;
}
.custom-select li:last-child {margin-bottom: 0;}
.select-txt {
    font-size: 22px;
    font-family: 'Goldplay-Bold';
    line-height: 32px;
    margin-right: 22px;
}
.select-arrow {
    position: absolute;
    right: 25px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    transform: rotate(-180deg);
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
.select-arrow.arrow-up {transform: rotate(0deg);}
.select-arrow img {
    max-width: 15px;
    max-height: 10px;
}
.btm-item:first-child {
    background-color: #fff;
    margin-bottom: 55px;
    border-radius: 40px;
    display: flex;
    flex-wrap: wrap;
    flex-basis: 100%;
}
.btm-item:first-child .btm-item-img {
    /* border-top-right-radius: 0;
    border-bottom-right-radius: 0; */
    background-position: top !important;
    max-height: 100%;
}
.btm-item:first-child .btm-item-img img {
    max-width: 530px;
    visibility: hidden;
    max-height: 398px;
}
.btm-item:first-child .btm-text {
    padding: 80px 55px;
    flex-basis: calc(100% - 530px);
}
/* .top-text p {
    line-height: 32px;
    margin-top: 20px;
    margin-bottom: 45px;
} */
.btm-pt {justify-content: space-between;}
.btm-item {
    background-color: #fff;
    flex-basis: calc(33% - 27px);
    margin-bottom: 55px;
    border-radius: 40px;
}
.btm-item-img {max-height: 325px;}
.btm-item-img img {visibility: hidden;}
.btm-text {padding: 60px;}
.btm-text h5 {color: #47088B;}
.btm-text p {
    margin-top: 15px;
    margin-bottom: 45px;
}
.btm-text a {
    text-decoration: none;
    color: #231F20 !important;
}
.btm-text a span {text-decoration: underline;}
.news-list {padding-bottom: 570px;}
.news-list .slick-arrow {
    width: 105px;
    height: 105px;
    background-color: #F16E67;
    bottom: 418px;
    top: auto;
}
.news-list .slick-arrow img {
    width: 25px;
    height: 40px;
}
.news-list .slick-prev {left: calc(50% - 125px);}
.news-list .slick-next {right: calc(50% - 125px);}
.news-list .slick-prev:hover, .news-list .slick-prev:focus,
.news-list .slick-next:hover, .news-list .slick-next:focus {
    background-color: #F16E67;
    outline: none;
}
.news-list .slick-dots {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}
.news-list .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #CCCCCC;
    list-style: none;
    margin-right: 25px;
}.news-list .slick-dots li.slick-active {background-color: #47088B;}
.news-list .slick-dots li:last-child {margin-right: 0;}
.news-list .slick-dots button {visibility: hidden;}
.news-rt-crl {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 0;
    max-height: 615px;
    background-size: contain !important;
    background-position: right !important;
}
.news-rt-crl img {
    visibility: hidden;
    max-width: 175px;
    max-height: 615px;
}

/* Details Page */
.details-banner-img {
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
    height: 610px;
    border-radius: 40px;
    margin-bottom: 65px;
}
.details-cntnt {padding: 160px 0 460px;}
.details-cntnt a {
    color: #231F20 !important;
    text-decoration: none;
}
.details-cntnt a span {text-decoration: underline;}
.share-cntnt {
    margin-top: 65px;
    margin-bottom: 70px;
}
.share-list {margin-top: 18px;}
.share-list li {
    list-style: none;
    margin-right: 20px;
}
.share-list li:last-child {margin-right: 0;}
.share-list img {max-height: 35px;}
.details-lt-crl {
    position: absolute;
    left: 0;
    top: 405px;
    border-radius: 0;
    background-size: contain !important;
    background-position: left !important;
}
.details-lt-crl img {
    visibility: hidden;
    max-width: 165px;
    max-height: 635px;
}

/* Contact Page */
.contact-cntnt {
    background: url('../images/wooden-gh-sm.jpg') top;
    padding: 205px 0 200px;
}
.contact-cntnt h2 {
    color: #47088B;
    margin-bottom: 90px;
}
.input-gp {justify-content: space-between;}
.input-gp input, .contact-cntnt textarea {
    flex-basis: calc(50% - 10px);
    background-color: #FFF;
    box-shadow: 0 0 20px rgb(0, 0, 0, .09);
    outline: none;
    border: none;
    background-repeat: no-repeat;
    background-position: right 1.2em top 50%;
    background-size: .65em auto;
    background-color: #fff;
    border-radius: 20px;
    padding: 25px 22px 25px 35px;
    position: relative;
    z-index: 1;
    cursor: pointer;
    font-size: 22px;
    font-family: 'Goldplay-Medium';
    margin-bottom: 25px;
}
.contact-cntnt .search-holder {max-width: 100% !important;}
.contact-cntnt .custom-select {
    margin-top: 0;
    margin-bottom: 25px;
    width: 100%;
}
.contact-cntnt textarea {width: 100%;}
.contact-cntnt .sch-btn {
    margin: auto;
    margin-top: 30px;
}
.cntct-lt-crl {
    position: absolute;
    left: 0;
    bottom: 145px;
    border-radius: 0;
    background-size: contain !important;
    background-position: left !important;
}
.cntct-lt-crl img {
    visibility: hidden;
    max-width: 188px;
    max-height: 718px;
}

/* Thanks Page */
.thnk-cntnt {
    padding: 200px 0 180px;
    background: url('../images/wooden-gh-sm.jpg') top;
}
.thnk-cntnt h2 {
    color: #47088B;
    margin-bottom: 60px;
}
.thnk-cntnt .sch-btn {
    margin: auto;
    margin-top: 60px;
}
.thnk-lt-crl {
    position: absolute;
    left: 0;
    bottom: 0px;
    border-radius: 0;
    background-size: contain !important;
    background-position: left bottom !important;
}
.thnk-lt-crl img {
    visibility: hidden;
    max-height: 438px;
    max-width: 196px;
}

/* Responsive CSS */
@media screen and (max-width: 1799px) {
    h1 {font-size: 85px;}
    h2 {font-size: 64px;}
    h4 {font-size: 34px;}
    .page-center {max-width: 80vw;}
    .banner-img {right: -12vw;}
    .about-pt .slick-prev,
    .teachers-pt .slick-prev {
        left: -8vw;
    }
    .about-pt .slick-next,
    .teachers-pt .slick-next {
        right: -8vw;
    }
    .pnpl-item h4,
    .pnpl-item p {
        padding: 0 1.5vw;
    }
    .about-rt-crl img,
    .why-lt-crl img {
        max-width: 8vw;
    }
    .lrnmore-rt-crl img,
    .lrn-rt-gh img {
        max-width: 9vw;
    }
    .why-lt-gh img,
    .lrnmore-lt-gh img {
        max-width: 12vw;
    }

    /* Latest News Page */
    .news-rt-crl {max-height: 23vw;}
    .news-rt-crl img {max-width: 7vw;}

    /* Details Page */
    .details-lt-crl img {max-width: 6.5vw;}

    /* Contact Page */
    .cntct-lt-crl img {max-width: 6.5vw;}

    /* Thank Page */
    .thnk-lt-crl img {max-width: 12vw;}
}

@media screen and (max-width: 1399px) {
    body {font-size: 2vw;}
    .page-center {max-width: 85vw;}
    h1 {
        font-size: 6vw;
        line-height: 6.5vw;
    }
    h2 {
        font-size: 4.5vw;
        line-height: 5vw;
    }
    h4 {
        font-size: 2.8vw;
        line-height: 3.2vw;
    }
    .hd-logo img {
        max-width: 250px;
        margin-right: 20px;
    }
    .right-pt ul {margin-right: 30px;}
    .right-pt li {margin-right: 25px;}
    .sch-btn {padding: 20px 15px 20px 25px;}
    .banner-pt {height: 70vw;}
    .banner-img {
        left: 38vw;
        right: -10vw;
        bottom: -48px;
    }
    .about-pt,
    .learning-pt,
    .teachers-pt,
    .learn-more-pt {
        padding: 12vw 2vw;
    }
    .about-pt .slick-slide {margin: 0px 1vw;}
    .about-pt .slick-arrow,
    .learning-pt .slick-arrow,
    .teachers-pt .slick-arrow,
    .news-list .slick-arrow {
        width: 80px;
        height: 80px;
    }
    .about-pt .slick-prev,
    .learning-pt .slick-prev,
    .teachers-pt .slick-prev {
        left: -7.2vw;
    }
    .about-pt .slick-next,
    .learning-pt .slick-next,
    .teachers-pt .slick-next {
        right: -7.2vw;
    }
    .about-rt-crl img,
    .why-lt-crl img {
        max-width: 7vw;
    }
    .why-pt {padding: 12vw 2vw 38vw;}
    .why-lt-gh img {max-width: 10vw;}
    .education-pt {height: 60vw;}
    .academy-pt {padding: 0 2vw 12vw;}
    .academy-img img {height: 48vw;}
    .learning-item h4,
    .learning-item p,
    .teachers-item p,
    .learn-more-item h4,
    .learn-more-item a {
        padding-right: 1.8vw;
        padding-left: 1.8vw;
    }
    .globe-pt {height: 60vw;}
    .learn-more-item {flex-basis: calc(33% - 7px);}
    .lrn-rt-gh img {max-width: 7.5vw;}
    .teachers-item h4 {margin-left: 15vw;}
    .lrnmore-rt-crl img {max-width: 7vw;}
    .btm-banner-pt {height: 50vw;}
    .how-cnt {padding: 6vw;}
    .how-lt-crl img,
    .how-rt-gh img {
        max-width: 16vw;
    }
    footer {padding: 0 2vw 7vw;}
    .ft-logo {margin-top: -14vw;}

    /* Latest News page */
    .btm-item {
        flex-basis: calc(33% - 1vw);
        margin-bottom: 2vw;
    }
    .btm-text {padding: 4vw 1.5vw;}
    .btm-item:first-child .btm-item-img {flex-basis: 40%;}
    .btm-item:first-child .btm-text {
        flex-basis: 60%;
        padding: 4vw 2vw;
    }
    .btm-text p {
        margin-top: 2vw;
        margin-bottom: 3vw;
    }
    .news-list {padding-bottom: 38vw;}
    .news-list .slick-arrow {bottom: 26vw;}
    .news-list .slick-prev {left: calc(50% - 88px);}
    .news-list .slick-next {right: calc(50% - 88px);}

    /* Details Page */
    .details-cntnt {padding: 11vw 0 35vw;}
    .details-banner-img {height: 38vw;}
    
    /* Contact Page */
    .cntct-lt-crl {bottom: 30vw;}
    .contact-cntnt {padding: 12vw 0;}

    /* Thank Page */
    .thnk-cntnt {padding: 12vw 0 11vw;}
}

@media screen and (max-width: 1023px) {
    /* Mobile Header */
    header {
        padding: 0;
        height: 65px;
    }
    .web-nav {display: none;}
    .mob-nav {display: block;}
    .mobnav-btn-outer {
        position: absolute;
        right: 32px;
        top: 0;
        bottom: 0;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .mobnav-btn {padding: 2px 6px;}
    .mobnav-btn > div {
        width: 21px;
        height: 3px;
        background: #47088B;
        border-radius: 2px;
        display: block;
        margin: 4px auto;
        transition: all 0.3s ease-in-out;
    }
    .mobnav-btn.active > div:first-child {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }
    .mobnav-btn.active > div:last-child {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
    .mobnav-btn.active > div:nth-child(2) {
        opacity: 0;
    }
    .mob-menu {
        height: 100vh;
        width: 100vw;
        display: none;
        padding-top: 65px;
    }
    .mob-menu.show {display: block;}
    .sub-nav {z-index: 2;}
    .mob-menu-inner {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: 100%;
        background: url('../images/wooden-gh-lg.jpg') center no-repeat;
        background-size: cover;
        position: relative;
    }
    .mob-menu-inner ul {
        margin-bottom: 62px;
        text-align: center;
    }
    .mob-menu-inner ul li {
        margin-bottom: 52px;
        list-style: none;
    }
    .mob-menu-inner ul li:last-child {margin-bottom: 0;}
    .mob-menu-inner ul li a {
        text-decoration: none;
        color: #231F20 !important;
        font-family: 'Goldplay-Bold';
        font-size: 25px;
    }
    .mob-menu-inner p {
        position: absolute;
        bottom: 60px;
    }
    .mob-nav .hd-logo {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 20px;
        margin: auto;
        display: flex;
        align-items: center;
    }
    .mob-nav .hd-logo img {max-width: 150px;}
    .mobnav-top {
        width: 100%;
        height: 65px;
        background-color: #F6F6EC;
    }
}

@media screen and (max-width: 991px) {
    .pnpl-item h4, .pnpl-item p {padding: 0 4.5vw;}
    .academy-pt h2 {margin-top: -15vw;}
    .learning-pt .slick-slide,
    .teachers-pt .slick-slide {
        margin: 0px 32px;
    }
    .learning-item h4, .learning-item p, .teachers-item p, .learn-more-item h4, .learn-more-item a {
        padding-right: 4.5vw;
        padding-left: 4.5vw;
    }
    .learning-item {
        margin-right: 20px;
        flex-basis: calc(50% - 10px);
    }
    .teachers-item h4 {margin-left: 20vw;}
}
@media screen and (max-width: 768px) {
    body {font-size: 16px;
        line-height: 23px;
    }
    figure,
    .pnpl-item {
        border-radius: 25px;
    }
    h1 {
        font-size: 45px;
        line-height: 45px;
    }
    h2 {
        font-size: 33px;
        line-height: 38px;
    }
    h4 {
        font-size: 21px;
        line-height: 27px;
    }
    h5 {
        font-size: 21px;
        line-height: 27px;
    }
    h6 {
        font-size: 17px;
        line-height: 18px;
    }

    .sub-nav ul {
        /*Edited*/
        justify-content: normal;
    }
    .page-center {max-width: 90vw;}
    .sub-nav {
        max-width: 100%;
        border-radius: 0;
        margin-top: -21px;
    }
    .sch-btn {
        padding: 15px 22px 15px 28px;
        max-width: 235px;
    }
    .sch-btn img {
        height: 20px;
        margin-left: 10px;
    }
    .banner-pt {
        padding-top: 57px;
        height: auto;
    }
    .banner-txt {
        width: 100%;
        display: block;
        text-align: center;
        margin-top: 60px;
    }
    .banner-pt .page-center {
        display: block;
        /* min-height: 611px; */
    }
    .banner-img {
        /* position: absolute; */
        position: relative;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -40px;
    }
    .banner-img img {max-width: 460px;}
    .banner-txt h1 {margin-bottom: 20px;}
    .banner-top-gh {
        top: 57px;
        left: 50%;
        background-image: url('../images/banner-top-gh-mbl.png');
    }
    .banner-top-gh img:nth-child(1) {display: none;}
    .banner-top-gh img:nth-child(2) {display: block;}
    .banner-btm-gh {
        background-image: url('../images/banner-btm-gh-mbl.png');
        top: 50%;
        background-size: contain !important;
        background-position: left !important;
    }
    .banner-btm-gh img:nth-child(1) {display: none;}
    .banner-btm-gh img:nth-child(2) {display: block;}
    .inner-banner-pt .banner-top-gh {
        background-image: url('../images/inner-banner-top-gh-mbl.png');
        background-position: bottom !important;
    }
    .inner-banner-pt .banner-top-gh img:nth-child(1) {display: none;}
    .inner-banner-pt .banner-top-gh img:nth-child(2) {display: block;}
    .inner-banner-pt .banner-btm-gh {
        background-image: url('../images/inner-banner-btm-gh-mbl.png');
    }
    .inner-banner-pt .banner-btm-gh img:nth-child(1) {display: none;}
    .inner-banner-pt .banner-btm-gh img:nth-child(2) {display: block;}
    .about-rt-crl,
    .why-lt-crl,
    .lrnmore-rt-crl,
    .news-rt-crl,
    .details-lt-crl,
    .cntct-lt-crl,
    .thnk-lt-crl {
        display: none;
    }
    .about-pt h2 {margin-bottom: 20px;}
    .pnpl-item h4, .pnpl-item p {padding: 0 40px;}
    .pnpl-item h4 {margin-bottom: 20px;}
    .pnpl-item-img img {max-height: 178px;}
    .head-txt {margin-bottom: 0;}
    .pnpl-item {box-shadow: 0 0 30px rgb(0, 0, 0, .1);}
    .about-pt .slick-slide {margin: 0 32px;}


    .pnpl-list,
    .learning-list,
    .teachers-list,
    .news-list {
        max-width: 420px; 
        margin: auto;
    }


    .pnpl-list .slick-list,
    .teachers-list .slick-list {padding: 35px 0;}
    .about-pt .slick-arrow, 
    .learning-pt .slick-arrow,
    .teachers-pt .slick-arrow, 
    .news-list .slick-arrow {
        width: 50px;
        height: 50px;
    }
    .about-pt .slick-arrow img,
    .learning-pt .slick-arrow img,
    .teachers-pt .slick-arrow img,
    .news-list .slick-arrow img {
        width: 12px;
        height: 18px;
    }
    .about-pt .slick-next,
    .learning-pt .slick-next, 
    .teachers-pt .slick-next {
        right: 0;
    }
    .about-pt .slick-prev,
    .learning-pt .slick-prev, 
    .teachers-pt .slick-prev {
        left: 0;
    }
    .education-pt {height: 390px;}
    .education-pt h2 {padding-top: 0;}
    .education-pt .page-center {
        display: flex;
        align-items: center;
    }
    .why-pt {padding: 65px 33px 198px;}
    .why-pt h2 {margin-bottom: 25px;}
    .accordian-list {margin-top: 33px;}
    .accordian-header {
        padding: 12px 25px;
        border-radius: 15px;
    }
    .accordian-item {border-radius: 15px;}
    .accordian-header img {
        width: 18px;
        height: 11px;
    }
    .accordian-header h6 {max-width: 90%;}
    .accordian-item {
        margin-bottom: 15px;
        border: 0;
        box-shadow: 0 0 30px rgb(0, 0, 0, .1);
    }
    .accordian-item .accordian-body {padding: 20px 25px 30px;}
    .academy-img img {height: 248px;}
    .academy-pt h2 {
        margin-top: -54px;
        margin-bottom: 25px;
    }
    .academy-desc {
        display: block;
        margin-bottom: 35px;
    }
    .academy-desc-item {
        margin-right: 0;
        margin-bottom: 30px;
    }
    .academy-desc-item:last-child {margin-bottom: 0;}
    .academy-pt {padding: 0 33px 72px;}
    .globe-pt {height: 248px;}
    .about-pt, 
    .learning-pt, 
    .teachers-pt,
    .learn-more-pt {
        padding-top: 70px;
        padding-bottom: 72px;
        padding-left: 0;
        padding-right: 0;
    }
    .learning-pt h2 {margin-bottom: 25px;}
    .teachers-pt h2 {margin-bottom: -18px;}
    .learning-item-img img {height: 180px;}
    .teachers-item-img {
        width: 85px;
        height: 85px;
        border: 7px solid #fff;
    }
    .teachers-item h4 {
        margin-top: 25px;
        margin-bottom: 50px;
        margin-left: 95px;
    }
    .learning-item h4, 
    .learning-item p, 
    .teachers-item p, 
    .learn-more-item h4, 
    .learn-more-item a {
        padding-right: 40px;
        padding-left: 40px;
    }
    .learning-item {border-radius: 25px;}
    .learning-item h4 {
        padding-top: 25px;
        padding-bottom: 13px;
    }
    .learning-item .sub-txt {
        font-size: 18px;
        line-height: 23px;
        margin-bottom: 18px;
    }
    .teachers-item .quote-txt,
    .learn-more-pt .sub-head {
        line-height: 23px;
    }
    .teachers-item {box-shadow: 0 0 30px rgb(0, 0, 0, .1);}
    .teachers-pt .sch-btn {margin-top: 0;}
    .learn-more-pt h2,
    .learn-more-pt .sub-head p {
        margin-bottom: 20px;
    }
    .learn-more-pt .sub-head p:last-child {margin-bottom: 35px;}
    .learn-more-list {display: block;}
    .learn-more-item {
        padding: 35px 33px;
        margin: auto;
        margin-bottom: 20px;
        border-radius: 25px;
        max-width: 420px;
    }
    .learn-more-item:last-child {
        margin-bottom: 0;
    } 
    .learn-more-item h4 {
        padding: 0;
        margin-bottom: 20px;
    }
    .learn-more-item a {
        padding: 0;
        margin-bottom: 30px;
    }
    .learn-more-item a:last-child {margin-bottom: 0;}
    .btm-banner-pt {height: 272px;}
    footer {
        padding-right: 0;
        padding-left: 0;
    }
    .page-center-mbl {max-width: 100%;}
    .how-pt {transform: none;}
    .how-cnt {
        border-radius: 0;
        padding-top: 60px;
        padding-bottom: 72px; 
    }
    .how-cnt h2 {margin-bottom: 20px;}
    .how-cnt p {
        line-height: 23px;
        margin-bottom: 35px;
    }
    .how-btn {display: block;}
    .how-btn .sch-btn {
        margin: auto;
        margin-bottom: 25px;
    }
    .how-btn .sch-btn:last-child {
        margin: auto;
        margin-bottom: 0;
    }
    .ft-logo {margin-top: 30px;}
    .ft-logo img {
        max-width: 150px;
        margin-bottom: 0;
    }
    footer p {
        margin-bottom: 40px;
    }
    .inner-banner-pt {
        padding-top: 0;
        min-height: 268px;
    }
    .inner-banner-pt h1 {padding: 60px 0 70px}
    .inner-banner-pt .banner-top-gh {
        top: 0;
        bottom: 50%;
        left: auto;
    }
    .inner-banner-pt .banner-top-gh img {display: block;}
    .search-holder {display: block;}
    .select-txt {
        padding-top: 40px;
        margin-right: 0;
        text-align: center;
    }
    .input-search {
        max-width: 220px;
        padding: 20px;
        width: 100%;
        margin: auto;
    }
    .select-arrow {right: 20px}
    .custom-select {margin: 12px 0 25px;}
    .custom-select ul {
        max-width:220px;
        right: 0;
        margin: auto;
    }
    .btm-item:first-child {
        display: block;
        border-radius: 25px;
        margin-bottom: 20px;
    }
    .btm-item:first-child .btm-item-img img {height: 174px;}
    .btm-pt {display: block;}
    .btm-item-img img {height: 174px;}
    .btm-text p {
        line-height: 23px;
        margin-top: 5px;
        margin-bottom: 30px;
    }
    .btm-text {padding: 30px 30px 35px !important;}
    .btm-item {
        margin-bottom: 20px;
        border-radius: 25px;
    }
    .btm-pt:last-child .btm-item:last-child {margin-bottom: 0;}
    .news-list .slick-dots {margin-top: 70px;}
    .news-list .slick-prev {left: calc(50% - 62px);}
    .news-list .slick-next {right: calc(50% - 62px);}
    .news-list {padding-bottom: 172px;}
    .news-list .slick-arrow {bottom: 72px;}
    .details-cntnt {padding: 72px 0 75px;}
    .details-banner-img {
        height: 170px;
        border-radius: 25px;
        margin-bottom: 25px;
    }
    .share-cntnt {
        margin-top: 30px;
        margin-bottom: 28px;
    }
    .share-list {margin-top: 15px;}
    .contact-cntnt {padding: 65px 0 70px;}
    .input-gp {display: block;}
    .input-gp input, 
    .contact-cntnt textarea{
        width: 100%;
        padding: 18px 15px;
        margin-bottom: 20px;
    }
    .contactForm .input-search {
        max-width: 100%;
        padding: 18px 15px;
        margin-bottom: 20px;
    }
    .contact-cntnt h2 {margin-bottom: 30px;}
    .contact-cntnt .sch-btn {margin-top: 0;}
    #inner-body .ft-logo {margin-top: 30px;}
    .thnk-cntnt {padding: 165px 0 180px;}
    .thnk-cntnt h2 {margin-bottom: 20px;}
    .thnk-cntnt .sch-btn {margin-top: 32px;}
}