@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
blockquote,
big,
body,
center,
canvas,
caption,
cite,
code,
command,
datalist,
dd,
del,
details,
dfn,
dl,
div,
dt,
em,
embed,
fieldset,
figcaption,
figure,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
keygen,
label,
legend,
li,
meter,
nav,
object,
ol,
output,
p,
pre,
progress,
q,
s,
samp,
section,
small,
span,
source,
strike,
strong,
sub,
sup,
table,
tbody,
tfoot,
thead,
th,
tr,
td,
video,
tt,
u,
ul,
var {
  background: transparent;
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

table,
table td {
  padding: 0;
  border: none;
  border-collapse: collapse;
}

img {
  vertical-align: top;
}

embed {
  vertical-align: top;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
meter,
nav,
output,
progress,
section,
source,
video {
  display: block;
}

mark,
rp,
rt,
ruby,
summary,
time {
  display: inline;
}

input,
textarea {
  border: 0;
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-appearance: none;
  border-radius: 0;
}

iframe {
  border: 0;
  margin: 0;
  padding: 0;
}

input,
textarea,
select {
  margin: 0;
  padding: 0px;
  font-family: 'Montserrat';
}

span i {
  vertical-align: middle;
}

.space-left {
  margin-left: 5px;
}

.space-right {
  margin-right: 5px;
}

/* -------------------------------------------- */
/* ------------------Font---------------------- */

/*Add your font at here*/

/* -------------------------------------------- */
/* ------------------Style--------------------- */
html,
body {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow-x: hidden;
  position: relative;
  height: 100%;
}

body {
  /* background: #FFFFFF url(images/bg.jpg) top left repeat; */
  background-color: white;
  color: #333333;
  font: 15px 'Montserrat';
  min-height: 100%;
  height: auto;
  padding-top: 150px;
}

a {
  color: #0095da;
  text-decoration: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  color: #0095da;
  text-decoration: underline;
}

a.button {
  font-family: 'Century Gothic', Arial;
  display: inline-block;
  margin-top: 0px;
  font-size: 15px;
  color: #ffffff !important;
  text-decoration: none;
  background: #0095da;
  padding: 5px 5% 5px 5%;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  max-width: 100px;
  text-align: center;
}

a.button:hover {
  background: #017f40;
}

.button {
  font-family: 'Century Gothic', Arial;
  display: inline-block;
  margin-top: 0px;
  max-width: 100px;
}

.button a {
  font-size: 15px;
  color: #FFFFFF;
  text-decoration: none;
  background: #434343;
  display: block;
  padding: 5px 5% 5px 5%;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
}

.button a:hover {
  background: #017f40;
}

img {
  max-width: 100%;
}

.clear {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.break30 {
  height: 30px;
}

.break60 {
  height: 25px;
}

/* -------------------------------------------- */
/* ------------------Header-------------------- */
header {
  background: transparent;
  height: auto;
  padding: 0px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 120 !important;
}

#header-top {
  background: #0095da;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  color: #FFFFFF;
}

.header-contact {
  font-size: 13px;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.header-contact a {
  color: #FFFFFF;
}

.header-contact .sep {
  margin: 0 5px 0 5px;
  display: inline-block;
}

#header-inner {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  display: flex;
}

#header-logo {
  width: 25%;
  text-align: left;
  display: inline-block;
  position: relative;
}

#header-menu {
  width: 75%;
  text-align: left;
  display: flex;
  /* border-top: 3px solid #f1d096; */
  /* border-bottom: 3px solid #f1d096; */
}

#header-menu nav {
  margin: auto;
}

#header-socials {
  position: absolute;
  right: 0px;
  top: 0px;
  padding-top: 7px;
}

#header-socials a {
  margin-right: 10px;
  margin-left: 10px;
}

#header-socials img {
  max-height: 17px;
}

#socials {
  text-align: center;
  margin-top: 50px;
}

#socials a {
  margin-right: 10px;
  margin-left: 10px;
}

#socials img {
  max-height: 15px;
}

#footer-socials {
  text-align: left;
}

#footer-socials a {
  margin-right: 10px;
  margin-left: 10px;
}

#footer-socials img {
  max-height: 20px;
}

#logo {
  margin: 8px auto 5px auto;
  float: left;
  width: 100%;
}

#logo a {
  display: inline-block;
  padding: 0px 0px 0px 0px;
}

#logo img {
  /* max-width: 150px; */
  max-height: 90px;
  width: 100%;
  transition: max-height 0.3s;
  object-fit: contain;
}

#slogan {
  float: left;
  display: table;
  font-size: 35px;
  color: #0095da;
  height: 134px;
  margin-left: 20px;
  width: 75%;
}

.inner-slogan {
  display: table-cell;
  vertical-align: middle;
}

nav {
  height: 100%;
}

nav .wrap-nav {
  height: 100%;
}

.menu {
  height: 100%;
  text-align: center;
  padding-top: 0px;
  font-family: 'Montserrat';
  display: inline-block;
}

.menu ul {
  list-style: none;
  margin: 0 auto 0 auto;
  padding: 0px 0px 0px 0px;
}

.menu ul li {
  height: 100%;
  position: relative;
  float: left;
  padding: 0px 0px 0px 0px;
}

.menu ul li:hover {}

.menu ul li a {
  height: 100%;
  display: flex;
  align-items: center;
  font-size: 16px;
  line-height: 1.4em;
  color: black;
  padding: 5px 0px 5px 0px;
  z-index: 11;
  position: relative;
  margin: 0px 22px 0px 22px;
  font-family: 'Montserrat';
  font-weight: 500;
}

.menu ul li:first-child a {
  /* margin-left: 10px; */
}

.menu ul li:last-child a {
  /* margin-right: 0px; */
}

.menu ul li:hover a {
  /* color:#017f40; */
  color: #0095da;
  text-decoration: none;
}

.menu ul li.active {
  background-image: url(../images/hat.png);
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: 35px;
}

.menu ul li.active a {
  color: #0095da;
}

.menu ul li:hover {
  background-image: url(../images/hat.png);
  background-repeat: no-repeat;
  background-position: 50% 25%;
  background-size: 35px;
}

#hot {
  position: absolute;
  top: -10px;
  left: 70%;
  width: 40px;
  height: 20px;
}

/** Sub Menu **/
/* hide the sub levels and give them a positon absolute so that they take up no room */
.srt-menu {
  height: 100%;
}

.srt-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.srt-menu ul {
  position: absolute;
  display: none;
  padding: 0;
  width: 13em !important;
  padding-top: 0px;
  width: 100%;
  margin: auto left:0;
  right: 0;
  text-align: left;

  /* left offset of submenus need to match (see below) */
}

.srt-menu ul li {
  width: 100%;
  padding: 8px 10px 8px 10px !important;
  background: #000000;
  margin-top: 2px;
  height: 100%;
  float: left;
}

.srt-menu li:hover {
  visibility: inherit;
  /* fixes IE7 'sticky bug' */
}

.srt-menu ul li a {
  text-transform: none;
  color: #ffffff !important;
  padding: 0px;
  line-height: 1.2em;
  font-size: 13px;
  margin: 0px 5px 0px 5px !important;
}

.srt-menu ul li a:hover {
  color: #0095da !important;
}

.srt-menu li {

  float: left;
  position: relative;
  margin-left: 1px;
}

.srt-menu li li {
  margin-left: 0px;
}

.srt-menu a {
  display: block;
  position: relative;
}

/* make the second level visible when hover on first level list OR link */
.srt-menu li:hover ul,
.srt-menu li.sfHover ul {
  display: block;
  left: 1.5em;
  top: 30px;
  /* match top ul list item height */
  z-index: 99;
  /*background:url(images/menu-bg.png) top left repeat;*/
}

ul.srt-menu li:hover li ul,
ul.srt-menu li.sfHover li ul {
  top: -999em;
}

ul.srt-menu li li:hover ul,
ul.srt-menu li li.sfHover ul {
  left: 15em;
  /* match ul width */
  top: 0;
}

ul.srt-menu li li:hover li ul,
ul.srt-menu li li.sfHover li ul {
  top: -999em;
}

ul.srt-menu li li li:hover ul,
ul.srt-menu li li li.sfHover ul {
  left: 10em;
  /* match ul width */
  top: 0;
}


/* Mobile Menu */
#menu .span,
.m-menu {
  display: none;
}

#menu {
  background: transparent;
  margin: 0px 0px;
  height: auto;
  padding: 0px 0px 0px 3px;
}

/* Mobile Menu */


/* ------------------Content------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
.h1-style {
  font-family: 'Montserrat';
  letter-spacing: 0px
}

h1,
.h1-style {
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left;
  font-weight: bold;
}

h2,
.h2-style {
  font-size: 24px;
  padding: 10px 0px 10px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left
}

h3,
.h3-style {
  font-size: 20px;
  padding: 10px 0px 10px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left
}

.p-style {
  font-size: 15px !important;
  color: black !important;
  font-weight: normal !important;
}

.block {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  color: #333333;
  line-height: 1.3em;
}

.block h2,
.blog-text-fix h3 {
  font-size: 24px;
  padding: 5px 0px 5px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left;
}

.block h3 {
  font-size: 22px;
  padding: 5px 0px 0px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left;
}

.block h4,
.block .h4-style {
  font-size: 20px;
  padding: 5px 0px 0px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left;
}

.block h5 {
  font-size: 18px;
  padding: 5px 0px 0px 0px;
  line-height: 1.1em;
  font-weight: normal;
  color: #0095da;
  text-align: left;
}

.block h6 {
  font-size: 16px;
  padding: 5px 0px 0px 0px;
  line-height: 1.1em;
  font-weight: normal;
  color: #0095da;
  text-align: left;
}

.block p {
  font-size: 15px;
  text-align: left;
  color: #333333;
  line-height: 1.2em;
  margin: 20px 0 20px 0;
}

.block a {
  color: #0095da;
  font-size: 15px;
}

.blog-text-fix h3 {
  font-size: 24px;
  padding: 5px 0px 5px 0px;
  font-weight: normal;
  line-height: 1.1em;
  color: #0095da;
  text-align: left;
}

/** Home Page **/
section {
  max-width: 1100px;
  margin: 0 auto 0 auto;
  z-index: 11;
  height: 100%;
  padding-bottom: 56px;
  position: relative;
}

#content .content {
  margin-bottom: 0px;
}

#content>div {
  z-index: 6111;
}

#content .wrap-content {
  margin-top: 0px;
  padding-top: 0px;
  /*min-height: 300px; */
}

#content ul {
  margin-left: 20px;
  list-style-type: disc;
  color: #333333;
  list-style-position: initial;
}

#content ol {
  margin-left: 20px;
  list-style-type: decimal;
  color: #333333;
  list-style-position: initial;
}

#content ul li,
#content ol li {
  margin-bottom: 5px;
}

ul.bullet,
ol.bullet {
  margin-left: 0px !important;
  margin-top: 2px;
  margin-bottom: 8px;
  list-style-type: none;
}

ul.bullet li,
ol.bullet li {
  list-style-type: none;
  /*list-style-position:inside;*/
  /*list-style-image: url('images/list-bullet.png'); */
  padding: 2px 0px 0px 30px;
  margin-left: 0px;
  background: url(images/list-bullet.png) 0px 6px no-repeat;
}

.content-inner {
  font-size: 15px;
  width: 92%;
  margin: auto;
  padding: 20px 4% 10px 4%;
}

.subcontent-inner {
  font-size: 15px;
  width: 96%;
  margin: auto;
  padding: 10px 2% 10px 2%;
}

.content-inner p,
.subinner p,
.subinner div {
  font-size: 15px;
  line-height: 1.2em;
  margin: 20px 0px 20px 0;
}

.subinner img {
  max-width: 100%;
  height: auto !important;
}

.content-inner img {
  max-width: 100%;
  height: auto !important;
}

.content-left {
  display: inline-block;
  width: 46%;
  margin: 0 3% 0 0;
}

.content-right {
  display: inline-block;
  width: 46%;
  margin: 0 0 0 3%;
}

/*ul.col2{ display:inline-block; text-align:left; width:48%; margin-left:1% !important; }*/

#body-bg {
  position: relative;
}

#slider-wrapper {
  background-image: url(../images/banner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 2%;
  padding-bottom: 2%;
}

#slider-banner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

/*#subpage .slider-wrapper{ position: fixed; margin: auto;width:100%; }*/
/*.slider-wrapper{ display:none !important; }*/

.banner-title {
  font-size: 60px;
  position: absolute;
  color: #FFFFFF;
  z-index: 8888;
  left: 0;
  right: 0;
  top: 40%;
  margin: auto;
  width: 100%;
  text-align: center;
  text-shadow: 2px 2px 2px #000000;
}

::-webkit-input-placeholder {
  /* Chrome */
  color: #333333;
}

:-ms-input-placeholder {
  /* IE 10+ */
  color: #333333;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}

:-moz-placeholder {
  /* Firefox 4 - 18 */
  color: #333333;
  opacity: 1;
}

/** Sub Page **/
#content.subcontent {
  text-align: left;
  padding: 10px 0px 56px 0px;
  /* z-index: 100; */
}

/*#content.subcontent .subcontent-inner{ width:75%; margin:auto; }*/
/*#contactpage #content.subcontent{ padding:0px 0px 100px 0px;}*/

/** Home Popup **/
/*.homepopup{ margin:0 auto 0 auto; overflow-y: auto; height:94%; padding:3% 0 3% 0; max-width: 800px; width:94%; text-align: left; display: none;  } 
.ie9 .homepopup{ padding-left:0 !important; padding-right:0 !important;  }
.home-lightbox{width:95%; margin:10% auto 0 auto; }
.home-lightbox p,.home-lightbox h1, .home-lightbox h2, .home-lightbox h3 , .home-lightbox h4, .home-lightbox h5, .home-lightbox h6,.home-lightbox ul,.home-lightbox ul li, .home-lightbox ol, .home-lightbox ol li{
	word-wrap: break-word;
	color:#ffffff !important;
	text-align: left;
	margin-top:0px; 
	padding-top:0px; 
}
.home-lightbox a{ text-decoration: underline; color:#ffffff !important;}
.home-lightbox p{ font-size: 14px; color:#ffffff !important; }
.home-lightbox .fancybox-skin{ background: #000000; }
.home-lightbox ol, .home-lightbox ul{
	margin-left:20px;
	list-style: 
}
*/

/** Home Features **/
#home-features {
  margin: 0px auto 10px auto;
  width: 100%;
  display: inline-block;
  text-align: center;
}

#home-features h1 {
  text-align: center;
}

.feature-block {
  width: 96%;
  display: flex;
  clear: both;
  margin: 30px auto 0px auto;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: wrap;
}

.feature-col {
  width: 50%;
  text-align: center;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.feature-col img {}

.feature-col img:hover {}

.feature-col .bobimg {}

.feature-col .bobimg img {
  max-width: 75px;
  max-height: 75px;
  margin-bottom: 5px;
}

.feature-col .bobimg a {
  display: block;
  height: 100%;
  width: 100%;
}

.feature-btn {
  /* margin-top: 20px; */
  color: black;
  font-size: 15px;
  display: inline-block;
  max-width: 180px;
  width: 100%;
  height: 40px;
  text-decoration: none;
}

.feature-text {
  display: flex;
  flex-flow: column;
  padding: 0 25px;
  justify-content: flex-start;
  align-items: flex-start;
}

.feature-text h3 {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 15px;
}

.feature-text p {
  margin: 0;
}

/*.feature-btn a{ color:#017f40; font-weight:bold; font-size:15px; display: inline-block; max-width: 180px; width:100%;  height:40px; text-decoration: none;  }*/
.feature-btn a:hover {
  /*background: #004D8C;*/
}

/** Home Programmers **/
#home-programmes {
  margin: 30px auto 10px auto;
  width: 100%;
  display: inline-block;
}

#home-programmes h1 {
  text-align: center;
}

.homeprog-block {
  width: 96%;
  display: block;
  clear: both;
  margin: 30px auto 0px auto;
}

.homeprog-col {
  width: 47%;
  margin: 0 1% 40px 1%;
  display: inline-block;
  text-align: center;
}

.homeprog-col img {
  max-width: 452px;
  width: 100%
}

.homeprog-btn {
  color: #ffffff;
  font-size: 34px;
  display: inline-block;
  max-width: 452px;
  width: 100%;
  margin: auto;
  padding: 12px 0px 15px 0px;
  line-height: 1em;
}

.homeprog-btn a {
  font-size: 34px;
  color: #ffffff;
  display: inline-block;
  line-height: 1em;
  text-decoration: none;
  width: 100%
}

.homeprog-btn.orange {
  background: #fe9400;
}

.homeprog-btn.green {
  background: #8dca00;
}

.homeprog-btn.blue {
  background: #02b8e3;
}

.homeprog-btn.red {
  background: #d92469;
}

/** FAQ **/
#faqs {
  width: 100%;
  margin: auto;
}

#faqs ol {
  color: #0095da;
  font-weight: bold;
}

#faqs ol li {
  padding-left: 15px;
  margin: 15px 0 25px 0;
}

#faqs ol li .title {
  color: #0095da;
  font-weight: bold;
}

#faqs ol li .item {
  color: #333333;
  font-weight: normal;
  margin: 10px 0 10px 0;
}

/** Careers **/
#faqs ol li .item-desc {
  display: inline-block;
  width: 85%;
  margin-right: 3%
}

#faqs ol li .item-btn {
  display: inline-block;
  width: 10%;
  text-align: center;
}

/** Programmes List **/
#program-list {
  width: 100%;
  margin: 30px auto 30px auto;
}

#program-list .program-col {
  margin: 0px 0 30px 0;
}

#program-list .program-img {
  display: inline-block;
  width: calc(48% - 26px);
  margin-right: 5%;
}

#program-list .program-img img {
  width: 100%;
  max-width: 452px;
}

#program-list .program-right {
  display: inline-block;
  width: 46%;
}

#program-list .program-title {
  color: #0095da;
  font-size: 26px;
  text-align: center;
  margin-top: 0;
  line-height: 1em;
}

#program-list .program-desc {
  color: #333333;
  margin: 30px 0 20px 0;
}

#program-list .program-btn {
  display: inline-block;
  width: 100%;
  text-align: center;
}

a.button02 {
  display: inline-block;
  font-size: 18px;
  color: #FFFFFF !important;
  text-decoration: none;
  background: #0095da;
  line-height: 40px;
  height: 40px;
  width: 120px;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  border-radius: 8px
}

a.button02:hover {
  background: #D8629F;
}

.program-img.orange img {
  border: 13px solid #fe9400;
}

.program-img.green img {
  border: 13px solid #8dca00;
}

.program-img.blue img {
  border: 13px solid #02b8e3;
}

.program-img.red img {
  border: 13px solid #d92469;
}

/* Programme Detail */
.program-img.pink img {
  border: 13px solid #0095da;
}

.program-col .video iframe {
  border: 13px solid #0095da;
  height: 273px;
  max-width: 452px
}

#program-gallery {
  width: 100%;
  margin: 10px auto 0px auto;
}

.prog-gal-col {
  width: 23%;
  display: inline-block;
  margin: 0px 1% 20px 0 !important;
}

.prog-gal-col img {
  width: 100%;
  max-width: 228px;
}

#program-table {
  margin: 40px 0 40px 0;
}

table.table-style {
  border: 2px solid #0095da !important;
  width: calc(100% - 4px);
}

.table-style tr.header {
  background: #0095da;
  color: #FFFFFF;
  text-align: center;
}

.table-style tr th {
  font-size: 18px;
  padding: 16px 5px 16px 5px;
  vertical-align: middle;
  font-weight: normal;
}

.table-style tr.even {
  background: #fce3f0;
}

.table-style td {
  font-size: 13px;
  padding: 16px 5px 16px 5px;
  vertical-align: middle;
  text-align: center;
}

.table-style td.first-col {
  font-size: 18px;
  border-right: 2px solid #0095da;
  color: #0095da;
}


/*.table-style ul{ list-style-image:url(../images/tick.png); margin-left:20px } */

/* testimonial */
.test-box {
  width: 98%;
  margin: 20px 0;
  display: inline-block;
  height: auto;
  border-bottom: 3px solid #f1d096;
}

.test-box:last-child {
  border-bottom: none
}

.test-date {
  width: 100%;
  padding: 10px 0px 25px;
}

.test-name {
  width: auto;
  max-width: 400px;
  display: block;
  float: left;
  font-size: 18px;
  color: black;
  padding: 2px 0px;
  font-weight: bold;
}

.rating {
  width: 200px;
  padding-top: 2px;
  padding-left: 10px;
  display: flex;
  float: left;
  max-width: 200px;
}

.rating img {
  max-width: 18px;
  padding: 0px 5px;
}

.test-right-top {
  height: auto;
  padding: 10px 5px;
}

.test-right-btm {
  height: auto;
  min-height: 30px;
  padding: 20px 0px 10px;
  color: black;
  white-space: pre-line;
}

/* Free Trial */
@media only screen and (min-width: 851px) {
  .col-6 {
    width: 45%;
    display: inline-block;
    padding: 2%;
  }
}

.contact-trail button {
  color: #fff;
  background-color: #0095da;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

.contact-trail button:hover {
  background: #d9af64;
}

@media only screen and (max-width: 850px) {
  .contact-trail td {
    display: block;
  }

  .testimonial-text {
    width: 80%;
  }
}

@media only screen and (min-width: 851px) {
  .col-4 {
    width: 32%;
    display: inline-block;
  }
}

#reviews .title {
  text-align: right;
  color: #0095da;
  margin-top: 2em;
}

#reviews .content {
  /*border: solid #0095da;*/
  padding: 1em;
  border-radius: 10px;
}

#reviews .outer {
  padding: 1em;
}

.speech-bubble {
  position: relative;
  padding: 10px;
  color: #666;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: 3px solid #0095da;
}

.speech-bubble:before,
.speech-bubble:after {
  content: "\0020";
  display: block;
  position: absolute;
  bottom: -16px;
  right: 20px;
  z-index: 2;
  width: 0;
  height: 0;
  overflow: hidden;
  border: solid 20px transparent;
  border-bottom: 0;
  border-top-color: #fefefe;
  border-right: 0;
}

.speech-bubble:before {
  bottom: -21px;
  z-index: 1;
  border-top-color: #0095da;
  right: 18px;
}

#reviews .slick-prev {
  background: url(images/prev.png) top right no-repeat;
  background-size: contain;
  height: 35px;
  border-radius: 0;
}

#reviews .slick-next {
  background: url(images/next.png) top left no-repeat;
  background-size: contain;
  height: 35px;
  border-radius: 0;
}

.contact-trail button {
  color: #fff;
  background-color: #0095da;
  border: none;
  font-size: 15px;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  font-size: 20px;
}

@media only screen and (max-width: 850px) {
  .contact-trail td {
    display: block;
  }
}


.pagination {
  text-align: center;
  padding: 20px;
  display: inline-block;
  width: 100%;
  line-height: 1.5em;
}

.pagination a {
  margin: 0px 10px 0px 10px;
  display: inline-block;
  color: #333333;
  font-weight: bold;
  height: 38.5px;
  width: 38.5px;
  line-height: 38.5px;
}

.pagination span {
  margin: 0px 10px 0px 10px;
  display: inline-block;
  color: #ffffff;
  font-weight: bold;
  position: relative;
  background: url('images/blue-square.png') top left no-repeat;
  background-size: 38.5px;
  height: 38.5px;
  width: 38.5px;
  line-height: 38.5px;
  text-align: center;
}

/*.pagination span:after {
  position: absolute;
  top: 10px;
  left: 10px;
  content: '';
  height: calc(100% - 22px);  
  width: calc(100% - 22px);  
  border: 1px solid #0095da;
  background:#0095da;
  transform: rotateX(45deg) rotateZ(45deg);
}*/

.accordion {
  /*display:none;*/
  margin: 5px auto 5px auto;
}

.accordion dt,
.accordion dd {
  padding: 10px;
  /*border: 1px solid #ffffff;*/
  border-bottom: 0;
}

.accordion dt:last-of-type,
.accordion dd:last-of-type {
  /*border-bottom: 1px solid #ffffff;*/
}

.accordion dt a,
.accordion dd a {
  display: block;
  color: #ffffff;
  font-size: 16px;
  text-decoration: none;
}

.accordion dt a span {
  background: url(images/plus-red.png) top left no-repeat;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  margin-top: 3px;
}

.accordion dd {
  border-top: 0;
  font-size: 16px;
  color: #ffffff;
  margin-left: 22px;
}

.accordion dd p {
  color: #ffffff;
}

.accordion dd:last-of-type {
  position: relative;
  top: -1px;
}


/* ------------------Gallery page-----------------*/
#albums {
  width: 100%;
  margin: 20px auto 20px auto;
  text-align: left;
}

#albums .col-1-4 {
  text-align: center;
  margin: 0px 0.5% 10px 0.5% !important;
  display: inline-block;
  width: 23.5%;
}

/*#albums .module-col{ width:30.5%; display: inline-block; margin:5px 2% 5px 0; }*/
#albums .album-cover {
  width: 100%;
  border: 0px solid #0095da;
  max-width: 240px;
  margin: 5px auto 0 auto;
  /*height:240px;*/
}

#albums .album-cover img {
  width: 100%;
  max-width: 240px;
  max-height: 240px;
}

#albums .album-name {
  color: #0095da;
  max-width: 240px;
  margin: 10px auto 10px auto;
  min-height: 40px;
}

#albums .album-name a {
  font-size: 16px;
}

.galleria {
  height: 600px;
  max-height: 600px;
  width: 100%;
}


/** Popup **/
.gallery-popup {
  display: none;
  z-index: 1000;
}

/*.button{background-color:#000;border-radius:10px;box-shadow:0 2px 3px rgba(0,0,0,0.3);color:#fff;cursor:pointer;display:inline-block;padding:10px 20px;text-align:center;text-decoration:none;}*/
/*.button.small{border-radius:15px;float:right;margin:22px 5px 0;padding:6px 15px}
.button:hover{background-color:#333}
.button>span{font-size:84%}
.button.bClose{border-radius:4px 4px 4px 4px;box-shadow:none;font:bold 150% sans-serif;padding:0 8px 4px;position:absolute;right:0px;top:0px}
.gallery-popup,.bMulti{background-color:#000;border-radius:10px 10px 10px 10px;box-shadow:none;color:#111;display:none;width:900px;padding:25px}
.gallery-popup,.bMulti{height:550px;} //Popup height
/*
.gallery-popup .logo{color:#2B91AF;font: bold 325% 'Petrona',sans}
.bMulti p{font:500% 'Petrona',sans-serif;padding:45px 0 0;text-align:center}
.bMulti a{left:175px;position:absolute;top:175px}
.lt-ie9 .bModal{background-color:#000}
/** Popup **/

/** Video Popup **/
/*
.video-popup { display:none;z-index:1000;  }
.video-popup,.bMulti{background-color:#000000;color:#111;display:none;width:70%; ;padding:25px; border:1px solid #000000; box-shadow:0 0 8px 8px #999; }
.video-popup,.bMulti{height:550px;} // Popup height
/*
.video-popup .logo{color:#2B91AF;font: bold 325% 'Petrona',sans}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%;  // 16:9
	padding-top: 25px;
	height: 0;
}
.video-popup iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.video-block { position: relative; float:left; width:20%; margin-bottom:1%;}
.video-play { }*/
/** Video Popup **/


/* -------------------- Contact Us ---------------- */
#location-map {
  width: 100%;
  height: 400px;
  z-index: 0;
}

#map-wrapper {
  max-height: 400px;
  margin-top: 0px;
}

/*#footer-map-wrapper { max-height: 300px;  margin-top:0px; }*/

.contactpage-inner {
  font-size: 15px;
  width: 100%;
  margin: auto;
  padding: 10px 0 10px 0;
}

.map-col {
  width: 48.5%;
  float: left;
}

.map-col.map-1 {
  margin-right: 1.5%;
}

.map-col.map-2 {
  margin-left: 1.5%;
}

.map-info {
  padding-left: 1em;
}

.contact-container {
  border-top: 1px solid #0095da;
  display: inline-block;
  width: 100%;
  margin: 20px auto 20px auto;
}

#contact-info {
  width: 100%;
  text-align: center;
}

.contact-col {
  width: 33%;
  display: inline-block;
  text-align: center;
}

.contact-col strong,
.map-info strong,
.contact-cols strong {
  color: #0095da;
}

.contact-col p {
  text-align: center;
  margin: 10px 0 10px 0;
}

.contact-col a {
  color: #333333;
}

#contact-form {
  text-align: center;
  margin: 20px auto 20px auto;
  width: 100%;
  display: inline-block;
}

.tbContactform {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}

.tbContactform td>div {
  margin-bottom: 20px;
}

.tbContactform td>div:last-child {
  /*margin-bottom: 0px;*/
}

.tbContactform input.text,
.tbContactform select {
  /*width: calc(92% - 6px);*/
  width: 92%;
  background-color: transparent;
  padding: 10px 4%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  border: 3px solid #0095da;
  border-radius: 6px;
  font-family: 'Montserrat';
  color: #333333;
  line-height: 1.2;
}

.tbContactform select {
  width: 101%;
}

.tbContactform textarea {
  width: 92%;
  background-color: transparent;
  padding: 18px 4%;
  font-size: 14px;
  position: relative;
  z-index: 1;
  height: 122px;
  border: 3px solid #0095da;
  border-radius: 6px;
  font-family: 'Montserrat';
  color: #333333;
  line-height: 1.2;
  /*float:right;*/
}

.tbContactform td {
  position: relative;
}

.tbContactform input[type="button"] {
  color: #fff;
  background-color: #0095da;
  border: none;
  font-size: 15px;
  /*padding:5px 5% 5px 5%;*/
  padding: 5px;
  width: 100%;
  border-radius: 5px;
  font-weight: bold;
  max-width: 110px;
  cursor: pointer;
  margin-top: 10px;
  text-align: center;
  /*margin-left:25px;*/
}

.tbContactform input[type="button"]:hover {
  background: #d9af64;
}

.antispam {
  display: none;
  visibility: hidden;
}


/*.tbContactform button:hover{  background:#f6cdac;}*/
.tbErrors {
  color: red !important;
  text-align: center !important;
  color: red;
  margin-bottom: 10px;
}

.error {
  color: red !important;
}

.tbSuccess {
  color: green !important;
  margin-bottom: 10px;
  text-align: center !important;
}

/* -------------------- Contact Us ---------------- */



/* -------------------- sitemap ---------------- */
#sitemap {}

#sitemap a {
  text-decoration: none;
}

#sitemap ul {
  list-style-type: square;
}

#sitemap ul li {
  margin-left: 25px;
  padding-left: 5px;
}

/* -------------------------------------------- */
/* ------------------Footer-------------------- */
footer {
  width: 100%;
  margin: 0 auto 0 auto;
  z-index: 100;
  /* position: absolute;
  bottom: 0px; */
  color: white;
  font-family: 'Montserrat';
  width: 100%;
  left: 0;
  right: 0;
  background-color: #0095da;
}

/*.bottom-info{ width:100%; padding:20px 0px 20px 0px; }
.bottom-inner{ max-width: 100%; margin:auto; }
.bottom-inner h2,.bottom-inner h3{ text-align: left; }
.bottom-left{ display: inline-block; width:40%; margin-top:0px; margin-right:1%; margin-left:auto; text-align: left; padding-top:10px;}
.bottom-right{ display: inline-block; width:57%; margin-top:0px; margin-left:1%; margin-right:auto; text-align: left; padding-top:10px; position: relative;}*/
.para {
  width: 90%;
  display: inline-block;
  margin: auto;
  padding: 20px 0 20px 0;
  text-align: left;
  font-size: 20px;
  line-height: 1.5em;
}

/*.bottom-inner .para{ padding-top:20px; width: 100%; }*/
/*.bottom-right .col-img{ width:190px; display: inline-block; }*/
/*.bottom-right .col-desc{ width:calc(100% - 230px); display: inline-block; position: relative; margin-left: 30px; }*/
.footer-inner {
  text-align: center;
  margin: auto;
  line-height: 1.7em;
  padding: 15px 0px 15px 0px;
  max-width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
}

.footer-left {
  display: inline-block;
}

/*.footer-right{ display: inline-block; float:right;}*/
.footer-copyright {
  font-size: 16px;
  margin-right: 4px;
  display: inline-block;
  padding-top: 1px;
}

/*.footer-menu { text-align: left;  font-size:16px; margin:0px;  font-family: 'Montserrat'; display: inline-block; }
.footer-menu a{ margin:0px 4px 0px 4px;display: inline-block;  vertical-align: middle;  font-size:16px;	 }
.footer-menu span{ display: inline-block;padding:7px 0px 7px 0px; border-right:1px solid #0095da; vertical-align: middle; margin:0px 20px 0px 20px;}
.footer-menu span:last-child{ border:0px; padding:0px; margin:0px;}*/

/* Bob Effect */
@-webkit-keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob {
  0% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }

  50% {
    -webkit-transform: translateY(-4px);
    transform: translateY(-4px);
  }

  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@-webkit-keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

@keyframes hvr-bob-float {
  100% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
}

.hvr-bob img.bob {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
}

.hvr-bob:hover img.bob,
.hvr-bob:focus img.bob,
.hvr-bob:active img.bob {
  -webkit-animation-name: hvr-bob-float, hvr-bob;
  animation-name: hvr-bob-float, hvr-bob;
  -webkit-animation-duration: .3s, 1.5s;
  animation-duration: .3s, 1.5s;
  -webkit-animation-delay: 0s, .3s;
  animation-delay: 0s, .3s;
  -webkit-animation-timing-function: ease-out, ease-in-out;
  animation-timing-function: ease-out, ease-in-out;
  -webkit-animation-iteration-count: 1, infinite;
  animation-iteration-count: 1, infinite;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-direction: normal, alternate;
  animation-direction: normal, alternate;
}

.content-upper {
  position: relative;
  display: flex;
  /*  min-height: 425px;*/
  height: 100%;
  margin-bottom: 25px;
}

.blue-background {
  position: absolute;
  z-index: -1;
  background-color: #eff7fb;
  height: 100%;
  width: 65%;
}

.content-upper .inner-wrapper {
  width: 100%;
  max-width: 1100px;
  height: 100%;
  display: flex;
  margin: 0 auto;
}

.content-upper .inner-wrapper .image-wrapper {
  width: 45%;
  height: 90%;
  margin: auto 0;
  overflow: hidden;
  border-radius: 25px;
}


.content-upper .inner-wrapper .image-wrapper img {
  height: 100%;
  object-fit: cover;
}

.content-upper .inner-wrapper .content-wrapper {
  padding: 25px;
  width: 55%;
}

.content-upper .inner-wrapper .inner-content-wrapper {

  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

@media only screen and (max-width: 600px) {
    .content-upper .inner-wrapper .inner-content-wrapper {
        padding-right: 30px;
        box-sizing: border-box; 
    }
.inner-content-wrapper.blog-text-fix img {
  max-width: 100% !important;   
  height: auto !important;      
  display: block; 
}
}


.content-upper .inner-wrapper .inner-content-wrapper ul {
  list-style: inside;
  margin-left: 5px;
}

.content-upper .inner-wrapper .inner-content-wrapper p {
  /*  white-space: pre-line;*/
}

.footer-inner .footer-content {
  width: 25%;
  text-align: left;
}

.footer-inner .footer-content h3 {
  color: white;
  font-weight: bold;
}

.footer-inner .footer-content a {
  color: white;
}

.flex-row {
  display: flex;
  flex-flow: row;
  margin-bottom: 15px;
}

.icon-wrapper {
  padding-top: 5px;
  margin-right: 10px;
}

.text-wrapper {
  text-align: left;
}

.banner-wrapper {
  display: flex;
}

.banner-content-wrapper {
  width: 40%;
}

.banner-text-wrapper {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
  padding-left: 25px;
  padding-right: 25px;
}

.banner-image-wrapper {
  width: 60%;
  overflow: hidden;
}

.banner-image-wrapper img {
  width: 100%;
  object-fit: cover;
  border-radius: 25px;
}

.banner-content-wrapper h3 {
  color: #f7941d;
  font-weight: bold;
  font-size: 18px;
}

.banner-content-wrapper h1,
.banner-content-wrapper .h1-style {
  font-weight: bold;
  font-size: 30px;
}

.banner-content-wrapper .h2-style {
  font-size: 24px;
  font-weight: normal;
}

.custom-btn {
  width: 125px;
  text-align: center;
  color: white;
  background-color: #f7941d;
  padding-top: 5px;
  padding-bottom: 5px;
}

.custom-btn:hover {
  text-decoration: none;
  color: white;
}

.explore-afterschool-chinese-programme-section {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); 
  gap: 20px;
  justify-content: start;
  margin: 20px auto;
  max-width: 1200px;
  padding: 0 20px;
}

.explore-afterschool-card {
  border: 1px solid #eee;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  max-width: 360px;
  justify-self: start;
}

.explore-afterschool-card:hover {
  transform: translateY(-3px);
}

.explore-afterschool-card img {
  width: 100%;
  height: 250px;
  margin-bottom: 10px;
  object-fit: cover;
}

@media (max-width: 992px) {
  .explore-afterschool-chinese-programme-section {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .explore-afterschool-chinese-programme-section {
    grid-template-columns: 1fr;
    padding: 0 10px;
  }

  .explore-afterschool-card {
    max-width: 100%;
  }
}

.testimonial-slider-wrapper {
  width: 100%;
  background-color: #fef7ef;
  padding-top: 2%;
  padding-bottom: 2%;
  /* margin-bottom: 2%; */
}

.testimonial-slider {
  max-width: 1100px;
  margin: 50px auto;
}

.testimonial-wrapper {
  width: 100%;
  display: flex;
}

.testimonial-wrapper .testimonial-image {
  height: 100%;
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.testimonial-wrapper .testimonial-content {
  height: 100%;
  width: 70%;
}

.testimonial-wrapper .testimonial-content-centered {
  height: 100%;
  width: 80%;
  margin: 0 auto;
}

.testimonial-image .round-image {
  border-radius: 50%;
  border: solid 3px #f7941d;
  padding: 5px;
  max-width: 200px;
  max-height: 200px;
  height: 200px;
  width: 200px;
  overflow: hidden;
}

.testimonial-image .round-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.testimonial-image .round-image {
  border-radius: 50%;
  border: solid 3px #f7941d;
  padding: 5px;
  overflow: hidden;
}

.testimonial-upper h3 {
  color: black;
  font-weight: bold;
}

.alt-row .content-upper:nth-child(odd) .blue-background {
  left: 0;
}

.alt-row .content-upper:nth-child(even) .blue-background {
  right: 0;
}

.alt-row .content-upper:nth-child(odd) .inner-wrapper {
  flex-direction: row-reverse;
}

.banner-slider .slick-next {
  right: 1% !important;
}

.banner-slider .slick-prev {
  left: 41% !important;
}

.content-image .slick-next {
  right: 5% !important;
}

.content-image .slick-prev {
  left: 5% !important;
}

.fix-top {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: white;
}

.fix-top.scrolled {
  box-shadow: 0 4px 2px -2px #e3e3e3;
}

.small-logo {
  max-height: 65px !important;
  transition: max-height 0.3s;
}

.test-image {
  height: 100%;
  width: 21%;
  display: inline-block;
}

.test-image .round-image {
  border-radius: 50%;
  border: solid 3px #f7941d;
  padding: 5px;
  max-width: 200px;
  max-height: 200px;
  height: 200px;
  width: 200px;
  overflow: hidden;
}

.test-box .testimonial-wrapper {
  /* margin-top: 15px; */
  margin-bottom: 15px;
}

.full-width {
  width: 100% !important;
}

.full-height {
  height: 100% !important;
}

/** Blog List **/
.alt-row-blog .content-upper:nth-child(even) .blue-background {
  left: -15%
}

.alt-row-blog .content-upper:nth-child(odd) .blue-background {
  right: -15%;
}

.alt-row-blog .content-upper:nth-child(even) .inner-wrapper {
  flex-direction: row-reverse;
}

.alt-row-blog .blue-background {
  position: absolute;
  z-index: -1;
  background-color: #eff7fb;
  height: 100%;
  width: 85%;
}

#blog-list {
  width: 100%;
  margin: 30px auto 30px auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blog-list .blog-col {
  margin: 0px 1.5% 50px 1.5%;
  display: inline-block;
  flex: 0 47%;
  width: 47%;
  height: 100%;

  box-sizing: border-box;
}

#blog-list .blog-img {
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 100;
}

#blog-list .blog-img img {
  width: 100%;
  max-width: 94%;
  margin: auto;
  border-radius: 8px;
}

#blog-list .blog-bottom {
  display: inline-block;
  width: 100%;
  background: #eef7fb;
  height: 100%;
  margin-top: -30%;
  padding: 30% 30px 30px 30px;
  box-shadow: 1px 1px 5px #d3d3d3;
  flex: 1;
  box-sizing: border-box;
}

#blog-list .blog-title,
#blog-list .blog-title a {
  color: #0095da;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  margin-top: 1em;
  line-height: 1.3em;
}

#blog-list .blog-desc {
  color: #333333;
  margin: 30px 0 30px 0;
  /*    height: 80px;*/
  display: inline-block;
  /*  white-space: nowrap;*/
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  /** 4 lines **/
  -webkit-box-orient: vertical;
}

.blog-last {
  display: inline-block;
  width: 100%;
}

#blog-list .blog-date {
  display: inline-block;
  float: left;
}

#blog-list .blog-btn {
  display: inline-block;
  /*  text-align: right;*/
  float: right;
}

#blog-list .blog-btn a {
  font-weight: bold;
}

.social-share {
  text-align: center;
  /*  margin:auto;*/
  display: inline-block;
  width: 100%;
}

.social-share a {
  display: inline-block;
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  background: url("images/diamond-border.png") top left no-repeat;
  background-size: 50px;
  margin: 10px 5px 0;
}

.social-share a i {
  font-size: 18px;
  line-height: 50px;
}

.social-share a:hover {
  opacity: 0.8;
}

.testimonial-text {
  width: 50%;
  text-align: center;
  margin: 0 auto;
}

#enquiry-form {
  margin-top: 2%;
}

#enquiry-form>#tbContactform {
  width: 80%;
  margin: 0 auto;
}

.input-flex {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.form-wrapper .input-wrapper {
  width: 49%;
  margin-bottom: 20px;
}

.input-wrapper input.text,
.input-wrapper select {
  width: 90.5%;
}

.input-wrapper select {
  width: 100%;
  padding: 8.5px 4%;
}

.form-wrapper input[type="button"] {
  padding: 5px 20px;
}

.form-wrapper textarea {
  width: 100%;
  padding: 18px 2%;
  margin-top: 0 !important;
}

.student-care-faq ol {
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 22px;
  font-weight: bold;
  color: #0095da;
  font-size: 20px;
}

.student-care-faq p {
  font-weight: normal !important;
  margin-top: 5px !important;
}

@media only screen and (max-width:600px) {
  .map-col iframe {
    height: 300px !important;
  }

  .map-col {
    width: 96%;
    float: none;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }

  .map-col.map-1 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px !important;
  }

  .map-col.map-2 {
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width:499px) {
  .slick-next {
    right: 0 !important;
  }

  .slick-prev {
    left: 0 !important;
  }


  .banner-slider .slick-next {
    right: 0 !important;
  }

  .banner-slider .slick-prev {
    left: 0 !important;
  }
}

.mobile-sidebar {
  display: none !important;
}

.body-cover {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9;
  background-color: rgba(0, 0, 0, .15)
}

.hidden {
  display: none;
}

.embedsocial-album {
  display: none !important;
}

.split-list {
  display: flex;
  flex-flow: row;
}

.split-list .list-wrapper {
  width: 50%;
}

.split-list .list-wrapper ul {
  list-style: disc;
  list-style-position: outside;
  margin-left: 22px;
}

.split-list .list-wrapper ul li {
  margin-bottom: 20px;
}

.calendar-wrapper {
  display: flex;
  flex-flow: wrap;
  width: 100%;
}

.calendar-wrapper p {
  margin: 0 !important;
}

.calendar-block {
  width: 100%;
  display: flex;
  margin-bottom: 10px;
  justify-content: space-between;
}

.calendar-header {
  background-color: white;
  font-weight: bold;
}

.calendar-left {
  width: 10%;
  display: flex;
  justify-content: center;
  background-color: white;
  padding: 20px 10px;
}

.calendar-right {
  width: 85%;
  display: flex;
  justify-content: space-evenly;
  background-color: white;
  padding: 20px 10px;
}

.split {
  background-color: transparent !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 87%;
  padding: 0;
}

.split-block {
  width: 17%;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.split p {
  display: block;
  text-align: center;
  font-weight: bold;
}

.calendar-download {
  display: none;
}
.new-section .container{
	padding:30px 10px;
}
.new-section .row{
	display:flex;
	gap: 20px;
}
.new-section .col-md-6{
	width: 50%;
	margin:0;
	margin: 0 10px;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.new-section .col-md-6 .cards{
	padding: 20px;
	color:#fff;
}
.new-section .col-md-6 .cards h3, .new-section .col-md-6 .cards p{
	text-align: center;
}
.new-section .col-md-6 .cards h3 a{
	font-weight: 700;
	color: #f7941d;
	text-align: center;
	font-size: 22px;
}
.new-section .col-md-6 .cards p a{
	color:#fff;
	text-align: center;
}
.new-section .col-md-6:nth-child(1){
	background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://www.enlightenedhand.com/public/images/Premium_Student_Care.jpg');
}
.new-section .col-md-6:nth-child(2){
	background-image: 
    linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
    url('https://www.enlightenedhand.com/public/images/Chinese_Enrichment_Programme.jpg');	
}
@media(max-width: 767px){
	.new-section .col-md-6{
		width: 100%;	
		margin:0;
	}
	.new-section .row{
		flex-direction: column;	
	}
}