body {
  overflow-x: hidden;
  font: 18px/30px "Poppins", sans-serif;
}

body.show-menu {
  overflow-y: hidden;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

a:focus,
button:focus {
  outline: none !important;
}

h1 {
  font: 600 32px/35px "Catamaran", sans-serif;
  text-transform: uppercase;
  color: #e8d236;
}

h2 {
  font: 600 22px/28px "Catamaran", sans-serif;
  text-transform: uppercase;
  color: #e8d236;
}

h3 {
  font: 500 18px/22px "Catamaran", sans-serif;
  color: #002651;
  text-transform: uppercase;
}

ul {
  list-style: disc;
  padding: 0;
}

.image-box {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

#header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 10;
  top: 0;
  max-height: 100vh;
}
#header .header-box{
  min-height: 114px;
}
#header.scrolled .header-box{
  min-height: 0 !important;
}

/*#header.opened-menu {
    overflow-y: auto;
    overflow-x: hidden; }*/

#header .header-box {
  max-height: 114px;
  background: #fff;
  position: relative;
  padding: 0 34px;
  z-index: 5;
  border-bottom: 4px #e8d236 solid;
  -webkit-box-shadow: -4px 10px 8px -9px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: -4px 10px 8px -9px rgba(0, 0, 0, 0.4);
  box-shadow: -4px 10px 8px -9px rgba(0, 0, 0, 0.4);
}

#header .header-box .logo {
  margin-top: 10px;
}

#header .header-box .logo-text {
  font: 500 22px/18px "Catamaran", sans-serif;
  padding: 45px 0 0 10px;
  color: #002651;
  letter-spacing: 1px;
}

.header-menu {
  padding-top: 40px;
}

.header-menu a,
.header-menu button {
  padding-right: 30px;
}

.banner-image {
  height: 50vh;
  min-height: 100vh;
  position: relative;
}

.banner-image.inner {
  height: 553px;
  min-height: 553px;
}

.banner-image .ban-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ban-text {
  position: absolute;
  width: 100%;
  bottom: 50px;
  left: 0;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 1px 3px 18px #000101;
  font: 900 90px/90px "Catamaran", sans-serif;
}

.ban-text p {
  padding: 30px 0 20px;
  margin: 0;
}

.ban-text span {
  background-color: #e8d236;
  margin: auto;
  width: 100px;
  height: 3px;
  display: block;
}

.menu-box {
  margin-bottom: 60px;
}

.menu-box .closex {
  font-size: 70px;
  color: #5c7490;
  line-height: 30px;
  position: absolute;
  left: 0;
  display: none;
  top: -12px;
}

.menu-box ul {
  z-index: 2;
  padding: 0;
  margin: 0;
}

.menu-box ul>li {
  list-style: none;
}

.menu-box ul>li.active>a:before,
.menu-box ul>li.active>ul,
.menu-box ul>li.active>a .closex {
  display: block !important;
}

.menu-box ul>li>a {
  text-transform: uppercase;
  color: #fff;
  padding-left: 172px;
  display: block;
  font-size: 20px;
  position: relative;
  font-family: "Catamaran", sans-serif;
}

.menu-box ul>li.drop-down>a:before {
  content: '\f3d3';
  font-family: "Ionicons";
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 25px;
  top: 5px;
  display: none;
}

.menu-box ul>li.drop-down:hover .closex,
.menu-box ul>li.drop-down:hover a:before {
  display: block !important;
}

.drop-down ul {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 133px 0 0 55px;
  list-style: none;
  width: 26vw;
  height: 100%;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 37, 81, 0.8);
  -webkit-transition: opacity 600ms, visibility 600ms;
  transition: opacity 600ms, visibility 600ms;
}

.drop-down ul a,
.drop-down ul li {
  margin: 0 0 19px;
  padding: 0;
}

.drop-down ul li a {
  padding-left: 0;
}

.drop-down ul li:first-child {
  margin-top: 0;
}

.drop-down:hover>ul {
  visibility: visible;
  opacity: 1;
}

.ql-col-right {
  padding-left: 172px;
}

.ql-col-left {
  margin-top: -113px;
  width: 218px;
}

#menu-box {
  display: none;
  background-size: cover;
  background-repeat: no-repeat;
}

#menu-box.show {
  display: block;
}

#header.scrolled #menu-box>.row {
  min-height: calc(100vh - 69px);
}

#header.scrolled #menu-box {
  max-height: calc(100vh - 69px);
}

#header #menu-box {
  max-height: calc(100vh - 114px);
}

#menu-box>.row {
  min-height: calc(100vh - 114px);
}

#menu-box .main-menu-container {
  max-width: 550px;
  background-color: #002551;
  padding: 0 0 0px 30px;
  z-index: 1;
}

#menu-button {
  cursor: pointer;
}

.google-translate {
  padding: 50px 0 40px 172px;
  position: relative;
  z-index: 1;
}

.quicklinks {
  margin-top: 40px;
  padding-right: 22%;
}

.quicklinks>div {
  padding: 33px 0;
  border-top: 1px #e8d236 solid;
  border-bottom: 1px #e8d236 solid;
}

.ql-menu {
  padding-top: 10px;
  position: inherit;
}

.ql-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ql-menu ul li .quicklinks-link {
  background: url("../images/quicklink.png") no-repeat top center;
  padding-top: 60px;
  text-transform: uppercase;
  color: #fff;
  display: inline-block;
  font-size: 16px;
}

.ql-menu ul li .quicklinks-link:hover {
  color: #fff;
}

.ql-menu ul li .quicklinks-link span {
  opacity: 0.3;
}

.ql-menu ul li a {
  display: block;
  color: #e8d236;
  font-size: 20px;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
}

.ql-menu ul li a:first-child {
  margin-bottom: 18px;
}

.ql-menu ul li.drop-down ul {
  background-color: rgba(232, 210, 54, 0.8);
  width: 40vw;
  padding: 85px 60px 0 30px;
}

.ql-menu ul li.drop-down ul li {
  float: left;
  width: 50%;
  margin-top: 50px;
  height: 190px;
  margin-bottom: 0;
  position: relative;
}

.ql-menu ul li.drop-down ul li:before {
  width: 31%;
  position: absolute;
  bottom: 0;
  left: 35%;
  background-color: #002551;
  height: 1px;
  content: '';
  display: block;
}

.ql-menu ul li.drop-down ul li a {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
  color: #002551;
  font-size: 16px;
  position: relative;
}

.ql-menu ul li.drop-down ul li a .image-box {
  display: block;
  margin: 0 auto 15px;
}

.ql-menu ul li.drop-down ul li a img {
  display: block;
  margin: 0 auto 20px;
}

.ql-menu ul li.drop-down ul li:nth-child(2n+1) {
  clear: right;
  display: block;
}

.ql-menu .a1 {
  background-image: url("../images/quicklink-icon1.png");
  width: 86px;
  height: 82px;
}

.ql-menu .a2 {
  background-image: url("../images/quicklink-icon2.png");
  width: 86px;
  height: 82px;
}

.ql-menu .a3 {
  background-image: url("../images/quicklink-icon3.png");
  width: 51px;
  height: 61px;
}

.ql-menu .a4 {
  background-image: url("../images/quicklink-icon4.png");
  width: 49px;
  height: 58px;
}

.ql-menu .a5 {
  background-image: url("../images/quicklink-icon5.png");
  width: 76px;
  height: 76px;
}

.ql-menu .a6 {
  background-image: url("../images/quicklink-icon6.png");
  width: 82px;
  height: 79px;
}

.social-box {
  font-size: 20px;
  font-family: "Catamaran", sans-serif;
  font-weight: 300;
  padding-left: 172px;
  color: #fff;
  margin-top: 70px;
  padding-bottom: 30px;
}

.social-box a {
  display: inline-block;
  margin-right: 25px;
}

.social-box a:last-child {
  margin-left: 0;
}

#about-us,
.g-wrap {
  font-size: 21px;
  color: #002551;
  border: 10px #e8d236 solid;
  padding: 75px 67px;
  margin-top: 100px;
  position: relative;
  margin-bottom: 200px;
}

#about-us h1,
.g-wrap h1 {
  color: #e8d236;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  letter-spacing: 6px;
  margin-bottom: 50px;
}

#about-us .g-block,
.g-wrap .g-block {
  padding-left: 138px;
  max-width: 570px;
}

#about-us .g-image,
.g-wrap .g-image {
  position: absolute;
  right: -275px;
  bottom: -189px;
}

#about-us .right-btn,
.g-wrap .right-btn {
  margin-top: 40px;
  margin-bottom: 20px;
  display: inline-block;
}

#about-us .image-box {
  width: 534px;
  height: 646px;
}

.right-btn {
  color: #e8d236;
  font-size: 96px;
}

.right-btn:hover {
  color: #e8d236;
}

#enrolments .row>div,
#tour .row>div {
  padding: 0 5px;
}

.blockA {
  position: relative;
}

.blockA .blockA-text {
  position: absolute;
  right: 50px;
  bottom: 45px;
}

.blockA .blockA-text h1 {
  font-size: 60px;
  line-height: 42px;
  font-family: "Catamaran", sans-serif;
  color: #e8d236;
  font-weight: 600;
  text-transform: uppercase;
  text-align: right;
  letter-spacing: 3.5px;
  padding-bottom: 15px;
}

.blockA .blockA-text h1 span {
  font-size: 34px;
  display: block;
}

.blockA .blockA-text p {
  color: #fff;
  letter-spacing: 1px;
  text-align: right;
  margin-bottom: 0;
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
}

.blockA .image-box {
  height: 418px;
}

#tour {
  margin-bottom: 10px;
}

.tour-box {
  height: 418px;
  background-color: #e8d236;
  padding-right: 50px;
  text-align: right;
}

.tour-box .blockA-text {
  bottom: 25px;
}

.tour-box .blockA-text h1 {
  color: #fff;
}

.tour-box .blockA-text .ti {
  margin-bottom: 20px;
}

.tour-box .blockA-text p {
  color: #002551;
  font-size: 24px;
  line-height: 24px;
}

.cla-box {
  position: relative;
}

.cla-box .cla-image {
  position: relative;
}

.cla-box .image-box {
  height: 545px;
}

.cla-text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
}

.cla-text .container,
.cla-text .row,
.cla-text .col {
  height: 100%;
}

.cla-text .cla-text-content {
  position: absolute;
  bottom: 50px;
  padding-left: 20px;
}

.cla-text>div {
  color: #fff;
}

.cla-text>div .right-btn {
  position: relative;
  right: -37px;
  cursor: pointer;
  bottom: -4px;
  z-index: 6;
  color: #e8d236;
  font-size: 90px;
}

.cla-text>div .right-btn:hover {
  color: #e8d236;
}

.cla-text h1 {
  color: #fff;
  max-width: 1200px;
  text-transform: uppercase;
  font: 900 88px/88px "Catamaran", sans-serif;
}

.cla-text h2 {
  font-size: 44px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

#guiding-priniples {
  padding: 70px 0 0 0px;
  margin-bottom: 230px;
  min-height: 570px;
}

#guiding-priniples .g-block {
  padding-left: 290px;
  max-width: 780px;
  margin-bottom: 30px;
}

#guiding-priniples .g-block h2 {
  color: #002651;
  font-size: 31px;
  line-height: 38px;
  margin-bottom: 45px;
}

#guiding-priniples .image-box {
  width: 627px;
  height: 523px;
}

#guiding-priniples .g-image {
  left: -400px;
  right: auto;
  bottom: -90px;
}

.g-box2 {
  background-color: #e8d236;
  height: 418px;
  text-align: right;
}

#enrolments {
  margin-bottom: 8px;
}

.enrol-box .blockA-text {
  top: 53px;
  bottom: auto;
}

.enrol-box .blockA-text .ti {
  margin-bottom: 30px;
}

.enrol-box .blockA-text h1 {
  color: #fff;
}

#call-to-action .cla-text-content {
  right: 15px;
}

#call-to-action2 {
  margin-bottom: 100px;
}

#call-to-action2 .cla-text h1 {
  line-height: 85px;
}

#call-to-action2 .cla-text>div .right-btn {
  position: absolute;
  top: -8px;
  right: -70px;
  line-height: 70px;
  bottom: auto;
}

#latest-news .flex-control-nav {
  display: none;
}

#latest-news h1 {
  color: #e8d236;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 40px;
  font-size: 60px;
}

#latest-news .image-box {
  height: 350px;
}

#latest-news .latest-news-box {
  position: relative;
}

#latest-news .latest-news-text {
  position: absolute;
  right: 0;
  background-color: rgba(0, 37, 81, 0.8);
  top: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
}

#latest-news .latest-news-text h3 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Catamaran", sans-serif;
}

#latest-news .latest-news-text .ln-date {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
}

#latest-news .latest-news-text>div {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
}

#latest-news .ln-icon {
  margin-bottom: 20px;
}

#latest-news .row>div {
  padding: 5px;
}

.latest-news-btns {
  padding: 55px 0 0;
  margin-bottom: 60px;
}

.latest-news-btns a {
  color: #fff;
  font-size: 16px;
  display: inline-flex;
  font-family: "Poppins", sans-serif;
  line-height: 53px;
  min-width: 290px;
  padding-right: 30px;
  margin: 0 15px;
}

.latest-news-btns .view-all-news {
  padding-left: 88px;
  line-height: 58px;
  background: #e8d236 url("../images/view-all-icon.png") no-repeat 40px center;
  background-size: 35px;
}

.latest-news-btns .view-events {
  padding-left: 73px;
  text-transform: capitalize;
  border: 2px #e8d236 solid;
  color: #e8d236;
  background: #fff url("../images/view-event-icon.png") no-repeat 30px center;
  background-size: 28px;
}

#follow-us {
  padding: 60px 15px 40px;
  background-color: #eeeeee;
}

#follow-us h1 {
  font-size: 28px;
  color: #002651;
  text-align: center;
  padding-bottom: 20px;
  text-transform: uppercase;
}

#follow-us .follow-us-link {
  text-align: center;
}

#follow-us .follow-us-link a {
  display: inline-block;
  margin: 0 10px;
}

#follow-us.change {
  padding: 80px 0;
  background: none;
}

#follow-us.change h1 {
  margin-bottom: 30px;
}

#footer {
  background-color: #002651;
  padding-top: 30px;
  min-height: 200px;
  padding-bottom: 30px;
}

#footer .foot-contacts {
  text-align: center;
}

#footer .foot-contacts a {
  margin: 0 4vw;
  color: #b2bdca;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 30px;
}

#footer .foot-contacts a img {
  margin: auto;
  width: 30px;
}

#footer .foot-contacts a span {
  padding-top: 5px;
  display: block;
}

.social-footer {
  margin-bottom: 8px;
  position: relative;
}

.sf-images {
  overflow: hidden;
}

.sf-images .image-box {
  height: 400px;
  position: relative;
}

.sf-images .link {
  position: absolute;
  left: 30px;
  bottom: 40px;
  width: 50px;
}

.sf-images .link img {
  max-width: 100%;
}

.sf-images-box {
  width: 1800px;
  overflow: hidden;
  margin: auto;
}

.sf-images-box .wrap {
  position: relative;
  width: 1900px;
}

.sf-images .flexslider {
  border: none;
  margin-bottom: 0;
}

.sf-images .slides li {
  margin: 0 !important;
}

.sf-images .flex-control-nav {
  display: none;
}

.sf-images .flex-direction-nav {
  /*position: absolute;*/
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 60%;
}

.sf-images .flex-direction-nav>li {
  position: absolute;
  bottom: 0;
  margin: 0;
}

.sf-images .flex-direction-nav>li a {
  position: relative;
  left: 0 !important;
  top: 0;
  opacity: 1 !important;
  text-indent: -9999px;
  overflow: hidden;
}

.sf-images .flex-direction-nav>li.flex-nav-next {
  right: 0 !important;
  left: auto;
  top: 50%;
  z-index: 1;
}

.sf-images .flex-direction-nav>li.flex-nav-prev {
  left: 0;
  top: 50%;
  z-index: 1;
}

.sf-images .flex-direction-nav a.flex-prev {
  width: 55px;
  background: url("../images/foot-left-icon.png") no-repeat left top;
  background-size: 100%;
  display: block;
  height: 65px;
}

.sf-images .flex-direction-nav a.flex-next {
  width: 55px;
  background: url("../images/foot-right-icon.png") no-repeat left top;
  background-size: 100%;
  display: block;
  height: 65px;
  text-align: left;
  text-indent: -999px;
}

.sf-images .flex-direction-nav .flex-nav-next {
  right: 0;
}

.sf-images .flex-direction-nav .flex-nav-prev {
  left: 0;
}

.sf-arrows {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 50%;
}

.sf-arrows>div {
  margin: auto;
  position: relative;
  width: 600px;
  height: 100%;
}

.sf-arrows>div a {
  position: absolute;
  bottom: 0;
  width: 50px;
  display: block;
}

.sf-arrows>div a img {
  max-width: 100%;
}

.sf-arrows>div .foot-left {
  left: 0;
}

.sf-arrows>div .foot-right {
  right: 0;
}

.foot-bottom {
  margin-top: 40px;
}

.title-foot {
  color: #fff;
  font-family: "Catamaran", sans-serif;
  text-align: center;
  font-weight: 500;
  font-size: 20px;
  padding-bottom: 25px;
}

.title-foot span {
  font-size: 12px;
  line-height: 2.7;
  color: #b2bdca;
  font-weight: 500;
  display: block;
  font-family: "Poppins", sans-serif;
}

.design-by {
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Catamaran", sans-serif;
  text-align: center;
  font-size: 13px;
  color: #b2bdca;
}

.show-mobile {
  display: none;
}

#intro {
  background-color: #efeff0;
  font-size: 16px;
  color: #002651;
  font-size: 32px;
  line-height: 36px;
  font-family: "Catamaran", sans-serif;
  text-transform: uppercase;
  text-align: center;
}

#intro .intro-text {
  padding: 10px 0 40px;
  max-width: 900px;
  margin: auto;
}

#intro .learning-date {
  padding: 40px 0 20px;
  font-family: "Catamaran", sans-serif;
  font-size: 19px;
}

#intro .learning-date a,
#intro .learning-date span {
  font-family: "Catamaran", sans-serif;
  padding: 0 5px;
  font-size: 14px;
}

#intro .learning-date a {
  color: #e8d236;
}

#body {
  padding-top: 40px;
  padding-bottom: 50px;
  color: #002651;
}

#body h1,
#body h2,
#body h3 {
  padding-bottom: 10px;
}

#body ul {
  margin: 0 0 30px 14px;
}

#body ul li {
  color: #e8d236;
}

#body ul li>div {
  color: #002651;
}

.blockB {
  position: relative;
}

.blockB .image-box {
  height: 554px;
  position: relative;
}

.blockB .blockB-text i {
  margin-left: 15px;
}

.blockB .blockB-text h1 {
  font: 900 70px/70px "Catamaran", sans-serif;
  color: #fff;
}

.blockB .blockB-text .right-btn {
  font-size: 70px;
}

.blockB .blockB-text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 15px;
  text-transform: uppercase;
  font: 900 70px/70px "Catamaran", sans-serif;
  letter-spacing: 1px;
  color: #fff;
}

.quote-content {
  font-size: 21px;
  color: #002651;
  margin-top: 70px;
  position: relative;
}

.quote-content span {
  position: absolute;
}

.quote-content span.a {
  background: url("../images/quote-left.png") no-repeat left top;
  width: 43px;
  height: 57px;
  left: 58px;
  top: 6px;
}

.quote-content span.b {
  background: url("../images/quote-right.png") no-repeat left top;
  width: 43px;
  height: 57px;
  right: 58px;
  bottom: 0;
}

.quote-content>div {
  padding: 0 130px 50px;
}

.quote-name {
  padding-left: 130px;
  text-transform: uppercase;
  color: #e8d236;
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  padding-top: 40px;
  margin-bottom: 60px;
}

.blockC {
  background-color: #efeff0;
}

.blockC .image-box {
  height: 100%;
}

.blockC-content {
  height: auto;
  margin: 70px 80px 80px -380px;
  border: 10px #e8d236 solid;
  padding: 80px 40px 30px 400px;
  color: #002651;
  min-height: 500px;
}

.blockC-content h1 {
  font: 600 60px/60px "Catamaran", sans-serif;
  margin-bottom: 30px;
}

.blockC-content h2 {
  font: 600 31px/35px "Catamaran", sans-serif;
  color: #002651;
  margin-bottom: 30px;
}

.blockD-content {
  max-width: 804px;
  margin: auto;
  padding: 100px 0;
  color: #002651;
}

.photo-gallery-box {
  position: relative;
}

.photo-gallery-box .image-box {
  height: 600px;
}

.photo-gallery-box .pg-btn {
  position: absolute;
  right: -50px;
  bottom: 50px;
}

.photo-gallery-box .pg-text {
  font-size: 18px;
  color: #fff;
  position: absolute;
  bottom: 80px;
  left: 40px;
}

.photo-gallery-box li {
  position: relative;
}

.photo-gallery-box.hide-control-nav .flex-control-nav {
  display: none;
}

.days-operation .blockD-content {
  padding: 30px 0;
}

.days-operation .table {
  font-family: "Catamaran", sans-serif;
}

.days-operation .table th {
  border-top: none;
  font: 600 21px/28px "Catamaran", sans-serif;
  color: #e8d236;
  text-transform: uppercase;
}

.days-operation .table td[scope='row'] {
  font-weight: 600;
}

.highlighted-box {
  background-color: #002651;
  padding: 50px 15px;
  text-align: center;
}

.highlighted-box h1 {
  color: inherit;
  font-size: 32px;
  font-weight: 300;
  line-height: 38px;
  margin-bottom: 30px;
}

.highlighted-box h2 {
  font-size: 18px;
  font-weight: 300;
  color: inherit;
}

.blockD.change .blockD-content {
  padding: 50px 0;
}

.image-with-text {
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
}

.image-with-text .image-box {
  height: 500px;
}

.image-with-text .iwt-text {
  position: absolute;
  bottom: 50px;
  left: 30px;
  color: #fff;
  font: 500 18px/25px "Poppins", sans-serif;
}

.imageA {
  margin-left: -40px;
  margin-right: -40px;
}

.readmore-box {
  margin-bottom: 30px;
  margin-top: 80px;
}

.readmore-box h1 {
  color: #4d6886;
  font-weight: 900;
  font-size: 43px;
  line-height: 43px;
}

.readmore-box .info-title {
  font-size: 29px;
  font-weight: bold;
  line-height: 60px;
  padding: 20px 0;
}

.readmore-box .info-title span {
  float: left;
}

.readmore-box .info-title a {
  color: #e8d236;
  float: right;
  font-size: 50px;
}

.readmore-box .info-box {
  border-bottom: 1px #efeff0 solid;
}

.readmore-box .info-box .info-content {
  display: none;
  padding: 0 20px 20px 20px;
}

.h-gen h1 {
  font-size: 60px;
  letter-spacing: 3px;
  line-height: 60px;
  margin-bottom: 30px;
}

.h-gen h2 {
  font-size: 32px;
  letter-spacing: 1px;
  line-height: 38px;
  margin-bottom: 30px;
}

.general-content {
  padding: 60px 0 40px;
}

.general-content h2 {
  color: #002651;
}

.g-name {
  margin-top: 50px;
  text-transform: uppercase;
  font: 600 21px/28px "Catamaran", sans-serif;
  color: #e8d236;
}

.gen-banner .image-box {
  height: 400px;
}

.gen-wrap {
  max-width: 900px;
  margin: auto;
}

.cal-box {
  margin-bottom: 60px;
}

.cal-box.sport-calendar .cal-date {
  background-color: #e8d236;
}

.cal-box.sport-calendar .cal-date .day:after {
  background-color: #002651;
}

.cal-box.camps-calendar .cal-date {
  background-color: #002651;
}

.cal-box.major-calendar .cal-date {
  background-color: #96B5CC;
}

#follow-us.with-bg {
  background-color: #eeeeee;
}

.cal-top-box {
  margin-bottom: 40px;
}

.cal-top-box a {
  display: inline-block;
  width: 240px;
  height: 65px;
  text-align: center;
  font-size: 17px;
  font-family: "Catamaran", sans-serif;
  font-weight: 600;
  margin-right: 10px;
  line-height: 70px;
  text-transform: uppercase;
  background-color: #002651;
  color: #fff;
}

.cal-top-box a:last-child {
  margin-right: 0px;
}

.cal-top-box a.view-category {
  background-color: #e8d236;
}

.cal-top-box a.camp-retreats {
  width: 222px;
}

.cal-top-box a.excursions {
  width: 295px;
}

.cal-top-box a.sport {
  width: 115px;
}

.cal-top-box a.major-events {
  width: 190px;
}

.cal-date {
  height: 277px;
  text-align: center;
  font-weight: 600;
  color: #fff;
  font-family: "Catamaran", sans-serif;
  background-color: #969696;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cal-date span {
  display: block;
}

.cal-date .day {
  font-size: 120px;
  line-height: 130px;
  font-weight: 300;
  position: relative;
  margin-bottom: 30px;
}

.cal-date .day:after {
  content: '';
  position: absolute;
  height: 1px;
  background-color: #e8d236;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
}

.cal-title {
  font-size: 30px;
  font-weight: 600;
  font-family: "Catamaran", sans-serif;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #e8d236;
}

.cal-desc {
  padding-left: 20px;
}

.date-time {
  background: url(../images/time-icon.png) no-repeat left 0px;
  padding-left: 40px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.cal-location {
  background: url(../images/cal-loc-icon.png) no-repeat left top;
  padding-left: 35px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 10px;
}

.cal-content {
  margin-top: 15px;
  font-size: 14px;
  line-height: 26px;
  margin-bottom: 30px;
}

.readmore {
  border: 1px #e8d236 solid;
  font-size: 17px;
  width: 164px;
  height: 47px;
  text-align: center;
  text-transform: uppercase;
  line-height: 47px;
  color: #e8d236;
}

.readmore:hover {
  color: #e8d236;
}

.add-calendar {
  background: url(../images/calendar-icon2.png) no-repeat 15px center;
  background-color: #e8d236;
  width: 262px;
  height: 47px;
  line-height: 47px;
  padding-left: 70px;
  color: #fff;
  text-transform: uppercase;
}

.add-calendar:hover {
  color: #fff;
}

.custom-header {
  text-align: left;
  color: #e8d236;
  font: 600 32px/36px "Catamaran", sans-serif;
}

.custom-header span {
  display: inline-block;
  text-transform: uppercase;
}

.custom-inner {
  background-color: #f8f8f8;
}

.fc-calendar .fc-row>div>span.fc-date,
.fc-calendar .fc-head {
  color: #666;
  font-size: 20px;
}

.fc-calendar .fc-row>div,
.fc-calendar .fc-row,
.fc-calendar .fc-body {
  border: none;
}

.fc-calendar .fc-row>div>span.fc-emptydate {
  color: #969696;
}

.fc-calendar .fc-row>div.fc-content::after {
  border: 1px #e8d236 solid;
  left: 2px;
  top: 2px;
  right: 2px;
  bottom: 2px;
  width: auto;
  height: auto;
}

.custome-pager {
  text-align: center;
  float: none;
  margin: 0;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
}

.custome-pager .arrows {
  display: inline-block;
  cursor: pointer;
  background-size: 100% auto !important;
  width: 75px;
  height: 78px;
}

.custome-pager #custom-prev {
  background: url(../images/photo-right.jpg) no-repeat left top;
}

.custome-pager #custom-next {
  background: url(../images/photo-left.jpg) no-repeat left top;
}

.fc-calendar .fc-row>div.fc-today {
  background-color: #e8d236;
  border: 2px solid #f9f9f9;
}

.calender-inner-wrap {
  position: relative;
  padding-bottom: 70px;
  background-color: #f8f8f8;
}

.show-tablet {
  display: none;
}

.cal-year-month {
  text-align: center;
  text-transform: uppercase;
  background-color: #efefef;
  position: relative;
  height: 58px;
  margin-bottom: 30px;
  display: none;
}

.cal-year-month span {
  font: 600 22px/30px "Catamaran", sans-serif;
  color: #e8d236;
  margin-top: 20px;
  display: inline-block;
}

.cal-year-month a {
  color: #e8d236;
  position: absolute;
  font-size: 60px;
  top: 0px;
}

.cal-year-month .right-btn {
  right: 20px;
}

.cal-year-month .left-btn {
  left: 20px;
}

.sidebar {
  background-color: #002651;
  height: 100%;
  padding: 30px;
  padding-top: 60px;
}

.sidebar h3 {
  font: 900 50px/55px "Catamaran", sans-serif;
  color: #fff;
  margin-bottom: 40px;
}

.sidebar h3 span {
  display: block;
  margin-top: 15px;
  line-height: 25px;
  color: #e8d236;
  font-weight: 600;
  font-size: 18px;
}

.sidebar ul {
  list-style: none;
  margin: 0 !important;
  padding: 0;
}

.sidebar ul li {
  margin-bottom: 30px;
  padding-left: 0;
}

.sidebar ul li a {
  font: 600 18px/25px "Catamaran", sans-serif;
  color: #fff;
  text-transform: uppercase;
}

.body-content {
  padding-left: 5rem;
  font-size: 14px;
  line-height: 25px;
  padding-right: 8rem;
}

.body-content h1 {
  margin-bottom: 60px;
}

.body-flexslider {
  margin: 60px 0 10px;
  padding-bottom: 50px;
  position: relative;
}

.body-flexslider ul {
  margin: 0 !important;
}

.body-flexslider .image-box {
  height: 400px;
}

.body-flexslider .flex-control-paging li {
  margin: 0 3px;
}

.body-flexslider .flex-control-paging li a {
  background-color: #e3e3e3;
  box-shadow: none;
}

.body-flexslider .flex-control-paging li a.flex-active {
  background-color: #e8d236;
}

.body-flexslider .flex-control-nav {
  bottom: 0;
}

.footer-buttons a {
  font: 600 16px/23px "Catamaran", sans-serif;
  color: #fff;
  position: relative;
  padding-left: 60px;
  padding-top: 5px;
  text-transform: uppercase;
}

.footer-buttons a:before {
  position: absolute;
  top: 0;
  content: '';
  width: 48px;
  height: 51px;
}

.footer-buttons a.float-left:before {
  background: url(../images/left-arrow.png) no-repeat left top;
  background-size: 100% 100%;
  left: 0;
}

.footer-buttons a.float-right {
  padding: 5px 60px 0 0;
  text-align: right;
}

.footer-buttons a.float-right:before {
  background: url(../images/right-arrow.png) no-repeat left top;
  background-size: 100% 100%;
  right: 0;
}

#body.inner {
  position: relative;
  padding-bottom: 10px;
  padding-top: 0;
}

#body.inner .calendar {
  padding-top: 40px;
  background-color: #fff;
}

#body.inner h2 {
  padding-bottom: 0;
  margin-bottom: 20px;
}

.b-content {
  padding-top: 60px;
  font-size: 16px;
}

.b-content #follow-us {
  background: none;
}

.b-content #follow-us h1 {
  margin-bottom: 30px;
}

.b-content #follow-us .follow-us-link a {
  margin: 0 15px;
}

.detail-button {
  width: 48px;
  z-index: 2;
  height: 51px;
  background-size: 100% 100%;
  position: fixed;
  top: 50%;
}

.detail-button.a-left {
  background: url(../images/left-arrow.png) no-repeat left top;
  left: 0;
}

.detail-button.a-right {
  background: url(../images/right-arrow.png) no-repeat left top;
  right: 0;
}

.join-store {
  font: bold 16px/25px "Catamaran", sans-serif;
  color: #74B5CC;
}

.join-store:hover {
  color: #74B5CD;
}

.detail-box {
  padding-bottom: 60px;
  border-bottom: 1px #002651 solid;
  margin-bottom: 50px;
}

.n-border {
  border: none;
}

#newsletter>.container {
  margin-top: -200px;
}

#from-the-principal {
  border: none;
  position: relative;
  margin: 0 0px 60px 50px;
  padding: 60px 0 85px 400px;
}

#from-the-principal h1 {
  padding-left: 20px;
}

#from-the-principal:before {
  position: absolute;
  border: 10px #e8d236 solid;
  width: 95%;
  left: 0;
  top: 0;
  height: 95%;
  z-index: 2;
  pointer-events: none;
  content: '';
}

#from-the-principal .g-box {
  background-color: #fff;
  padding: 60px 62px 0 165px;
}

#from-the-principal .g-box h2 {
  font-size: 23px;
  font-weight: 600;
  color: #002651;
  margin-bottom: 30px;
}

#from-the-principal .g-image {
  right: auto;
  left: -50px;
  bottom: auto;
  top: 125px;
  width: 570px;
  height: 470px;
}

#from-the-principal .g-image>div {
  height: 100%;
  width: 100%;
}

#from-the-principal .g-block {
  padding-left: 80px;
  font-size: 14px;
  line-height: 24px;
  max-width: 70%;
}

#from-the-principal .right-btn {
  margin-top: 15px;
}

.principal-box {
  margin-bottom: 40px;
}

.principal-block {
  height: 100%;
  background-color: #F8F8F8;
  margin-bottom: 40px;
  color: #002651;
}

.principal-block .p-image {
  margin-bottom: 10px;
}

.principal-block .image-box {
  height: 290px;
}

.principal-block h1 {
  font-size: 24px;
  line-height: 28px;
  color: #002651;
  margin-bottom: 25px;
  min-height: 56px;
}

.principal-block .p-desc {
  padding: 30px 30px 15px 30px;
  font-size: 14px;
  line-height: 23px;
}

.principal-block .right-btn {
  font-size: 58px;
  margin-top: 20px;
  display: inline-block;
}

.principal-block.a1 {
  color: #fff;
  background-color: #002651;
}

.principal-block.a1 h1 {
  color: #efeff0;
}

.principal-block.a2 {
  color: #fff;
  background-color: #96B5CC;
}

.principal-block.a2 h1 {
  color: #efeff0;
}

.principal-block.a3 {
  color: #fff;
  background-color: #e8d236;
}

.principal-block.a3 h1 {
  color: #efeff0;
}

.principal-block.a3 .right-btn {
  color: #002651;
}

.banner.newsletter .ban-text {
  bottom: 220px;
}

.banner.newsletter .ban-text p span {
  font-size: 30px;
  line-height: 33px;
  font-weight: 600;
  border: 0;
  width: auto;
  height: auto;
  background: none;
}

#header-container.newsletter #header .header-box {
  background-color: #002651;
}

#header-container.newsletter #header .logo-text {
  padding-top: 20px;
}

#header-container.newsletter .logo {
  padding-bottom: 3px;
}

#header-container.newsletter .goback {
  margin: 0;
  padding: 0;
}

#header-container.newsletter .previous-edition {
  background: url(../images/previous-ed.png) no-repeat left center;
  display: inline-block;
  padding: 10px 0 10px 55px;
  line-height: 20px;
  margin-top: 20px;
}

.goback {
  font-weight: 600;
  color: #fff;
  font-size: 15px;
  display: inline-block;
  line-height: 18px;
  font-family: "Catamaran", sans-serif;
}

.goback span {
  display: block;
  font-weight: 600;
  color: #aab4be;
}

.goback:hover {
  color: #fff;
}

.goback:hover span {
  color: #aab4be;
}

.news-title {
  font-weight: 300;
  font-size: 50px;
  text-align: center;
  color: #fff;
  line-height: 50px;
  padding-top: 30px;
  text-transform: uppercase;
  letter-spacing: 4.5px;
  font-family: "Catamaran", sans-serif;
}

#header-container.newsletter .logo-img {
  width: 87px;
}

#previousEditions .prev-ed-heading {
  font-family: "Catamaran", sans-serif;
  font-size: 59px;
  line-height: 1;
  letter-spacing: 5.9px;
  text-transform: uppercase;
  color: #E8D236;
  font-weight: 400;
  margin: 0;
}

#previousEditions .back-to-current {
  font-family: "Catamaran", sans-serif;
  float: right;
  font-size: 22px;
  letter-spacing: 2.2px;
  color: #96B5CC;
}

#previousEditions .back-to-current span {
  text-transform: uppercase;
  display: block;
  color: #002651;
}

#previousEditions .wrapper {
  max-width: 1215px;
}

#previousEditions .banner {
  background-color: #fefefe;
  margin-bottom: 25px;
}

#previousEditions .banner .wrapper {
  padding: 4vw 15px;
}

#previousEditions {
  background-color: #eeeeee;
}

#previousEditions .row {
  margin-left: 0;
  margin-right: 0;
}

#previousEditions .year {
  font-size: 59px;
  letter-spacing: 5.9px;
  text-transform: uppercase;
  color: #002651;
  margin: 50px 0;
  line-height: 1;
  font-weight: 400;
}

#previousEditions .p0 {
  padding: 0;
}

#previousEditions .m-25 .col-12 {
  padding: 25px;
}

#previousEditions .m-25 {
  margin: 0 -25px;
}

#previousEditions .card-subtitle {
  font-size: 16px;
  line-height: 34.25px;
  letter-spacing: 1.6px;
  color: #002651;
  font-weight: 400;
}

#previousEditions .card-title {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 2.6px;
  color: #E8D236;
  text-transform: uppercase;
  font-weight: 400;
}

#previousEditions .right-btn {
  font-size: 72px;
}

@media (max-width: 1230px) {
  #previousEditions .m-25 {
    margin: 0 -15px;
  }
  #previousEditions .m-25 .col-12 {
    padding: 15px;
  }
  #previousEditions .banner {
    background-color: #fefefe;
    margin-bottom: 15px;
  }
}

@media (max-width: 991.98px) {
  #previousEditions .year {
    margin: 25px 0;
    font-size: 48px;
  }
  #previousEditions .prev-ed-heading {
    font-size: 39px;
    letter-spacing: 2px;
  }
  #previousEditions .back-to-current {
    font-size: 19px;
    letter-spacing: 1px;
  }
}

@media (max-width: 767.98px) {}

@media (max-width: 575.98px) {
  #previousEditions .p0 {
    text-align: center;
  }
  #previousEditions .banner .wrapper {
    padding: 9vw 15px;
  }
}


/*.fc-calendar .fc-row > div {
  margin: 0 4px 6px; }

.fc-calendar .fc-head > div {
  margin: 0 4px 6px; }*/


/*.fc-calendar .fc-row > div, .fc-calendar .fc-head > div {
  height: 97%;
  width: 12.28%; }*/

.calendar-pop {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 90;
  overflow-y: scroll;
  width: 100%;
  min-height: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.calendar-pop .cal-content a {
  color: #002651;
}

.cal-pop {
  overflow: hidden;
}

.cal-wrapper {
  max-width: 1250px;
  background-color: #fff;
  padding: 40px;
  position: relative;
}

.cal-wrapper .cal-title {
  font-size: 43px;
  line-height: 55px;
}

.cal-wrapper .close-btn {
  position: absolute;
  right: 40px;
  color: #969696;
  top: 30px;
  font-size: 60px;
}

.cal-wrapper .date-time {
  margin-bottom: 20px;
}

.banner.emp .ban-text {
  bottom: 0;
}

.employment {
  margin-bottom: 50px;
  padding-top: 60px;
}

.employment .body-content {
  padding-left: 20px;
  padding-bottom: 30px;
}

.emp-content {
  padding: 60px 0 100px;
}

.emp-box {
  background-color: #002651;
  color: #e8d236;
  min-height: 500px;
  margin-bottom: 30px;
  padding: 20px;
  position: relative;
  text-transform: uppercase;
}

.emp-box .emp-top-text {
  font: 600 22px/28px "Catamaran", sans-serif;
  margin-bottom: 80px;
}

.emp-box .emp-title {
  font: bold 50px/55px "Catamaran", sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

.emp-box .close-date {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 100%;
}

.emp-box .close-date span {
  color: #fff;
}

.emp-box.a2 {
  background-color: #e8d236;
}

.emp-box.a2 .emp-top-text {
  color: #002651;
}

.emp-box.a2 .close-date {
  color: #002651;
}

.emp-box.a3 {
  background-color: #96B5CC;
}

.outside-list ul {
  list-style: inside url(../images/dot.png);
}

.outside-list ul,
.outside-list ol {
  margin: 0;
  padding: 0 0 0 10px;
}

.outside-list ol>li {
  margin-bottom: 20px;
}

.emp-sidebar {
  padding: 40px 30px;
  color: #fff;
  position: relative;
  height: 100%;
  background-color: #002651;
}

.emp-sidebar h3 {
  color: #e8d236;
  font: 600 30px/38px "Catamaran", sans-serif;
  margin-bottom: 60px;
  text-transform: uppercase;
}

.emp-sidebar h3 span {
  color: #fff;
  font-size: 16px;
  display: block;
}

.emp-sidebar h4 {
  font: 600 22px/28px "Catamaran", sans-serif;
  margin-bottom: 30px;
  color: #e8d236;
  text-transform: uppercase;
}

.emp-sidebar ul {
  color: #e8d236;
}

.emp-sidebar ul li {
  margin-bottom: 20px;
  color: #fff;
}

.download-btn {
  background: url(../images/download.png) no-repeat left center;
  text-transform: uppercase;
  font: 600 20px/28px "Catamaran", sans-serif;
  display: inline-block;
  padding: 15px 0 15px 60px;
  color: #002651;
}

.download-btn:hover {
  color: #002651;
}

@media (min-width: 768px) and (max-width: 1500px) {
  .wrapper.gwrap {
    max-width: 100% !important;
    padding-right: 15%;
  }
  .wrapper.gwrap #about-us {
    width: auto;
  }
  .wrapper.gwrap #about-us .g-image {
    right: -256px;
  }
  .wrapper.gwrap #about-us .image-box {
    width: 400px;
  }
  .wrapper.gwrap2 {
    max-width: 100% !important;
    padding-left: 15%;
  }
}

@media (min-width: 1300px) {
  .wrapper {
    max-width: 1570px;
    width: auto;
  }
  .wrapper2 {
    max-width: 1650px;
    width: auto;
  }
  .blockC-content .right-btn {
    margin-top: 30px;
    display: inline-block;
  }
  .g-wrap h1 {
    padding-left: 80px;
  }
  #guiding-priniples {
    padding-left: 0px;
  }
  .fc-calendar-container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
  #guiding-priniples {
    padding-left: 90px;
    width: 1170px;
    float: right;
  }
  #about-us {
    width: 1254px;
  }
  #about-us .g-block {
    max-width: 642px;
  }
  /*.b-content {
    min-height: 3000px; }*/
  .sidebar {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 1499.98px) {
  .blockA .blockA-text {
    margin-bottom: 0;
  }
  .blockA .blockA-text h1 {
    letter-spacing: 0;
    font-size: 60px;
    line-height: 45px;
    font-weight: 600;
  }
  .enrol-box .blockA-text {
    top: 45px;
  }
  .cal-top-box a {
    width: auto !important;
    padding: 0 3%;
    font-size: 14px;
  }
}

@media (max-width: 1300px) {
  .cal-top-box a {
    width: auto !important;
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .date-time,
  .cal-location {
    font-size: 17px;
  }
  .custom-header {
    font-size: 25px;
    line-height: 30px;
  }
  .custom-calendar-wrap {
    height: 500px;
  }
  .fc-calendar-container {
    padding: 10px;
  }
  #from-the-principal .g-block {
    padding-left: 50px;
  }
}

@media (max-width: 1199.98px) {
  #about-us,
  .g-wrap {
    padding-bottom: 10px;
    margin-bottom: 150px;
  }
  #about-us .g-image,
  .g-wrap .g-image {
    width: 403px;
    bottom: -124px;
  }
  .enrol-box .blockA-text {
    top: 67px;
  }
  #about-us .image-box {
    width: 100%;
    height: 545px;
  }
  .blockA .blockA-text h1 {
    font-size: 45px;
    line-height: 41px;
    padding-bottom: 0;
  }
  .blockA .blockA-text h1 span {
    font-size: 30px;
  }
  .blockA .blockA-text p {
    font-size: 20px;
  }
  .cla-text h1 {
    font-size: 47px;
    line-height: 47px;
    position: relative;
  }
  .cla-text>div .right-btn {
    font-size: 50px;
    bottom: -4px;
  }
  .cla-text h2 {
    font-size: 30px;
  }
  #call-to-action2 {
    margin-bottom: 65px;
  }
  #call-to-action2 .cla-text h1 {
    line-height: 47px;
  }
  #call-to-action2 .cla-text>div .right-btn {
    top: -12px;
  }
  #guiding-priniples {
    margin-bottom: 120px;
    padding-left: 98px;
  }
  #guiding-priniples .image-box {
    width: 100%;
    height: 450px;
  }
  #guiding-priniples .g-block {
    padding-left: 10vw;
    padding-right: 56px;
  }
  #guiding-priniples .g-image {
    bottom: -110px;
    width: 300px;
    left: -247px;
  }
  .photo-gallery-box .pg-btn {
    right: -25px;
  }
  .photo-gallery-box .pg-btn a {
    width: 60px;
    display: inline-block;
  }
  .blockB .blockB-text,
  .blockB .blockB-text h1,
  .blockB .blockB-text .right-btn {
    font-size: 50px;
    line-height: 60px;
  }
  .body-content {
    padding: 0;
  }
  .sidebar h3 {
    font-size: 35px;
    line-height: 45px;
  }
  .sidebar h3 span {
    margin-top: 0;
  }
  #from-the-principal {
    padding: 0;
    margin: 0 0 150px;
  }
  #from-the-principal:before {
    width: 100%;
    height: 100%;
  }
  #from-the-principal .g-image {
    right: -120px;
    left: auto;
    top: 70%;
    height: 280px;
    width: 400px;
  }
  #from-the-principal .g-box {
    padding: 60px 60px 80px;
  }
  #from-the-principal .g-box .g-block,
  #from-the-principal .g-box h1 {
    padding-left: 0;
  }
  #newsletter>.container {
    overflow: hidden;
    margin-top: -100px;
  }
  .banner.newsletter .ban-text {
    bottom: 100px;
  }
  .banner.emp .ban-text {
    bottom: 0 !important;
  }
  #about-us .g-block {
    max-width: 530px;
  }
}

@media (max-width: 991.98px) {
  #header .header-box{
    min-height: 77px;
  }
  #header-container.newsletter #header .header-box>.row {
    margin: 0 -7px;
  }
  #header .header-box {
    height: 77px;
    padding: 0 7px;
  }
  #header .header-box .logo-text {
    font-size: 16px;
    padding-top: 25px;
  }
  .google-translate,
  .menu-box ul>li>a,
  .ql-col-right,
  .social-box {
    padding-left: 100px;
  }
  .social-box {
    margin-top: 30px;
    margin-bottom: 20px;
  }
  #menu-box .main-menu-container {
    max-width: 445px;
  }
  .header-menu {
    padding-top: 20px;
  }
  .header-menu a,
  .header-menu button {
    display: inline-block;
    width: 73px;
  }
  .header-menu a {
    width: 60px;
  }
  .logo-img {
    width: 100px;
  }
  .ban-text {
    font-size: 52px;
    line-height: 52px;
  }
  .menu-box ul>li>a {
    font-size: 16px;
  }
  .menu-box .drop-down ul a {
    padding-left: 0;
  }
  .ql-menu ul li a {
    font-size: 16px;
  }
  .ql-menu ul li.drop-down ul li {
    height: 150px;
  }
  .ql-menu ul li.drop-down ul li a {
    font-size: 13px;
  }
  .ql-menu ul li.drop-down ul li a img {
    width: 50px;
  }
  .social-box a {
    width: 25px;
  }
  .social-box a img {
    max-width: 100%;
  }
  #about-us .g-block {
    max-width: 374px;
    padding-left: 40px;
  }
  #about-us .g-image {
    bottom: -57px;
  }
  #about-us .image-box {
    width: 100%;
    height: 455px;
  }
  #about-us,
  .g-wrap {
    margin-bottom: 80px;
  }
  #about-us h1,
  .g-wrap h1 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 30px;
  }
  .blockA .blockA-text {
    right: 25px;
  }
  .blockA .blockA-text h1 {
    font-size: 32px;
    line-height: 38px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .blockA .blockA-text h1 span {
    font-size: 20px;
    line-height: 23px;
  }
  .blockA .blockA-text p {
    font-size: 16px;
    line-height: 21px;
  }
  .blockA .image-box {
    height: 300px;
  }
  .tour-box {
    height: 300px;
  }
  .tour-box .blockA-text .ti {
    width: 100px;
    float: right;
  }
  .g-box2 {
    height: 300px;
  }
  .enrol-box .blockA-text {
    top: 37px;
  }
  .enrol-box .blockA-text .ti {
    width: 100px;
    float: right;
  }
  h1 {
    font-size: 50px;
    line-height: 42px;
  }
  #call-to-action2 {
    margin-bottom: 60px;
  }
  .h-gen h1 {
    font: 500 45px/50px "Catamaran", sans-serif !important;
  }
  .h-gen h2 {
    font: 500 27px/37px "Catamaran", sans-serif !important;
  }
  #guiding-priniples {
    padding-left: 60px;
    padding-bottom: 30px;
  }
  #guiding-priniples .g-image {
    bottom: -80px;
  }
  #guiding-priniples .g-block h2 {
    font-size: 27px;
    line-height: 35px;
    margin-bottom: 25px;
  }
  .highlighted-box h1 {
    font-size: 17px;
    line-height: 33px;
  }
  .blockC-content {
    margin-right: 30px;
  }
  .drop-down ul {
    width: 40vw;
  }
  .calendar>.row>div {
    flex: auto;
    max-width: 100%;
  }
  .hide-tablet {
    display: none;
  }
  .show-tablet {
    display: block;
  }
  .b-content #follow-us {
    padding: 30px 0 50px;
  }
  #body.inner {
    padding-bottom: 0;
  }
  #header-container.newsletter #header .header-box {
    height: 100px;
  }
  #header-container.newsletter .news-title {
    letter-spacing: 3px;
    font-size: 33px;
  }
  #header-container.newsletter .header-menu {
    padding-top: 45px;
  }
  .principal-block .p-desc {
    padding: 20px;
  }
  .cal-location {
    margin-top: 10px;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .wrapper.gwrap #about-us .g-image {
    right: -280px;
  }
}

@media (max-width: 767px) {
  .go-to-quicklinks{
    background-color: #002551;
    padding-left: 30px;
    padding-top: 45px;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-size: 18px;
  }
  .back-to-menu{
    background-color: #002551;
    padding-bottom: 15px;
    font-size: 20px;
    color: #fff;
    font-size: 18px;
  }
  .back-to-menu a{
    padding-left: 30px;
    padding-top: 45px;
    display: block;
  }
  .go-to-quicklinks .icon-unlink {
    margin-right: 18px;
    font-size: 28px;
  }
  .container {
    width: auto;
    max-width: 100%;
  }
  .hide-mobile {
    display: none !important;
  }
  .show-mobile {
    display: block !important;
  }
  .search-btn {
    display: none !important;
  }
  .header-menu a,
  .header-menu button {
    padding-right: 16px;
    width: 63px !important;
  }
  .header-menu a {
    width: 50px !important;
  }
  .ban-text {
    font-size: 40px;
    line-height: 40px;
  }
  #header .header-box .logo-text {
    width: 153px;
    padding-top: 18px;
  }
  #menu-box.show {
    position: relative;
    z-index: 6;
    max-height: 100%;
    margin-top: -77px;
  }
  #menu-box .main-menu-container {
    max-width: 100% !important;
    padding: 0 15px;
    min-height: 100%;
  }
  #header #menu-box {
    max-height: 100% !important;
  }
  .mobile-top-menu {
    background-color: #fff;
    height: 77px;
  }
  .mobile-top-menu .left-m {
    padding-left: 25px;
  }
  .mobile-top-menu .left-m a {
    color: #002651;
    font: 300 20px/90px "Catamaran", sans-serif;
  }
  .mobile-close a {
    position: absolute;
    right: 0;
    top: 29px;
    z-index: 111;
    font-size: 60px;
    margin-right: 40px;
    color: #002651;
    color: #ffffff;
  }
  .mobile-top-block {
    background-color: #e8d236;
  }
  .mobile-top-block .mtb-left {
    height: 70px;
    padding-left: 30px;
  }
  .mobile-top-block .mtb-left a {
    margin-left: 30px;
  }
  .mobile-top-block .mtb-left a:first-child {
    margin-left: 0;
  }
  .mobile-top-block .mtb-right {
    height: 70px;
    padding-right: 30px;
  }
  .ql-menu ul li a:first-child {
    text-align: center;
  }
  .menu-box {
    margin-bottom: 20px;
  }
  .menu-box ul {
    margin-top: 20px;
  }
  .menu-box ul>li>a {
    padding-left: 30px;
    padding-right: 45px;
    font-size: 20px;
  }
  .menu-box ul>li>a br {
    display: none;
  }
  /*.menu-box ul > li.drop-down:hover ul {
        display: block;
        visibility: visible;
        opacity: 1; }*/
  .menu-box ul>li.drop-down:hover .closex,
  .menu-box ul>li.drop-down:hover a:before {
    display: none !important;
  }
  .menu-box ul ul {
    position: relative;
    left: 0;
    width: auto;
    height: auto;
    display: none;
    visibility: visible;
    opacity: 1;
    top: 0;
    padding: 11px 0 11px 42px;
    margin-top: 0;
  }
  .menu-box ul ul li:last-child,
  .menu-box ul ul li:last-child a {
    margin-bottom: 0 !important;
  }
  .social-box {
    padding-left: 30px;
    margin-top: 0;
  }
  .search-mobile {
    background: #fff;
    padding: 20px 15px;
    margin: 0 20px 20px;
  }
  .search-mobile input {
    float: left;
    border: none;
    color: #002651;
    font-size: 20px;
    font-weight: 300;
    width: 80%;
  }
  .search-mobile input[type=submit] {
    background: url("../images/search-mobile.png") no-repeat center;
    width: 20%;
    text-indent: -999px;
    cursor: pointer;
  }
  .ql-col-left,
  .ql-col-right {
    float: none;
    width: auto;
    margin-top: 0;
  }
  .quicklinks {
    max-width: 100%;
    border: none;
    padding-right: 0;
    margin-top: 0;
  }
  .quicklinks>div {
    border: none;
  }
  .ql-menu ul li a {
    font-size: 20px;
  }
  .ql-menu ul li.drop-down ul {
    display: block;
    padding: 0;
    position: relative;
    opacity: 1;
    visibility: visible;
    left: 0;
    top: 0;
    width: auto;
    height: auto;
    background: none;
  }
  .ql-menu ul li.drop-down ul li {
    margin-top: 35px;
  }
  .ql-menu ul li.drop-down ul li a {
    color: #e8d236;
    font-size: 20px;
  }
  .ql-menu .a1 {
    background-image: url("../images/quicklink-icon1-mobile.png");
  }
  .ql-menu .a2 {
    background-image: url("../images/quicklink-icon2-mobile.png");
  }
  .ql-menu .a3 {
    background-image: url("../images/quicklink-icon3-mobile.png");
  }
  .ql-menu .a4 {
    background-image: url("../images/quicklink-icon4-mobile.png");
  }
  .ql-menu .a5 {
    background-image: url("../images/quicklink-icon5-mobile.png");
  }
  .ql-menu .a6 {
    background-image: url("../images/quicklink-icon6-mobile.png");
  }
  .ql-col-right {
    padding-left: 0;
  }
  .out {
    display: none !important;
  }
  #about-us {
    margin-left: -30px;
    margin-bottom: 200px;
  }
  #about-us h1 {
    margin-bottom: 18px;
  }
  #about-us .g-block {
    max-width: 97%;
    padding-left: 8vw;
    min-height: 0;
    padding-bottom: 230px;
  }
  #about-us .g-block p {
    margin-bottom: 40px;
  }
  #about-us .g-image {
    right: -85px;
    bottom: -32vh;
    width: 42vw;
  }
  #about-us .right-btn {
    margin: 0 0 0 -34px;
  }
  .g-wrap h1 {
    font-size: 40px;
    line-height: 45px;
  }
  .g-wrap .image-box {
    width: 356px;
    height: 356px;
  }
  .g-wrap h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .blockA .blockA-text {
    right: 25px;
  }
  .blockA .blockA-text h1 {
    font-size: 35px;
    line-height: 45px;
    margin-bottom: 0;
  }
  .blockA .blockA-text h1 span {
    font-size: 20px;
  }
  .cla-text .cla-text-content {
    width: 70%;
  }
  .cla-text h1 {
    max-width: 100%;
  }
  .cla-text h1 br {
    display: none;
  }
  .cla-text>div {
    left: 0px;
    right: auto;
  }
  .cla-text>div .right-btn {
    position: absolute;
    right: -40px;
    bottom: 2px;
  }
  #guiding-priniples {
    padding: 60px 60px 30px 40px;
    margin-right: -30px;
    min-height: 0;
  }
  #guiding-priniples h2 {
    font-size: 24px;
  }
  #guiding-priniples .g-image {
    left: -55px;
    bottom: -102px;
  }
  #guiding-priniples .g-block {
    padding-bottom: 200px;
    padding-left: 0;
  }
  #guiding-priniples .image-box {
    width: 100%;
    height: 300px;
  }
  #guiding-priniples .right-btn {
    position: absolute;
    right: 50px;
    bottom: 30px;
  }
  #call-to-action2 .cla-text h1 {
    line-height: 40px;
  }
  #call-to-action .cla-text-content {
    right: auto;
    left: 30px;
  }
  .right-btn {
    font-size: 60px;
  }
  .right-btn:hover {
    color: #e8d236;
  }
  .cla-text h2 {
    font-size: 20px;
    line-height: 25px;
  }
  #call-to-action2 .cla-text>div .right-btn {
    top: auto;
    right: -60px;
    bottom: 0;
  }
  .mobile-latest-news {
    position: relative;
  }
  .mobile-latest-news .ln-btns {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
    top: -24px;
  }
  .mobile-latest-news .ln-btns>div {
    width: 104px;
    margin: auto;
  }
  .ln-image {
    position: relative;
  }
  .ln-image .image-box {
    height: 285px;
  }
  .latest-news-btns {
    display: block !important;
    padding-top: 10px;
    margin-bottom: 50px;
  }
  .latest-news-btns a {
    display: block;
    width: auto;
    margin: 0 auto 15px;
    max-width: 300px;
  }
  .latest-news-btns .view-all-news,
  .latest-news-btns .view-events {
    padding-left: 70px;
    background-position: 20px center;
  }
  #latest-news .mobile-latest-news {
    margin-top: 60px;
  }
  #latest-news .mobile-latest-news .latest-news-text,
  #latest-news .mobile-latest-news .latest-news-text>div {
    position: relative;
    background: none;
    bottom: 0;
  }
  #latest-news .mobile-latest-news .latest-news-text h3 {
    color: #002651;
  }
  #latest-news .mobile-latest-news .latest-news-text .ln-icon {
    margin-top: 20px;
  }
  #latest-news .mobile-latest-news .latest-news-text .ln-date {
    color: #002651;
    font-size: 12px;
    width: 160px;
    margin: 20px auto 15px;
    background: url("../images/clock-icon.png") no-repeat left center;
  }
  #follow-us {
    padding-bottom: 70px;
  }
  .sf-images {
    position: relative;
    overflow: inherit;
  }
  .sf-images .sf-arrows {
    z-index: 5;
    position: absolute;
    left: 0;
    top: -25px;
    height: 50px;
  }
  .sf-images .sf-arrows>div {
    width: 105px;
  }
  body {
    font-size: 14px;
    line-height: 28px;
  }
  #intro {
    font-size: 18px;
    line-height: 32px;
  }
  .blockB .blockB-text {
    text-align: center;
  }
  #body {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blockC {
    margin-top: 20px;
  }
  .blockC .row {
    margin: 0;
  }
  .blockC .row>div {
    width: 100%;
    padding: 0;
    flex: none;
    max-width: 100%;
  }
  .blockC .image-box {
    position: relative;
    height: 554px;
  }
  .blockC .blockC-content {
    margin-left: -15vw;
    margin-top: -200px;
    margin-bottom: 50px;
    padding-top: 250px;
    padding-bottom: 20px;
    padding-left: 24vw;
    height: auto;
    width: 105%;
  }
  .blockC .blockC-content .right-btn {
    margin-top: 20px;
    float: right;
  }
  .blockD-content {
    padding: 50px 18px;
  }
  .photo-gallery-box {
    margin: 0 -15px 50px;
  }
  .photo-gallery-box .pg-text {
    text-align: center;
    width: 100%;
    bottom: 75px;
    left: 0;
    padding: 0 5%;
  }
  .photo-gallery-box .pg-btn {
    left: 0;
    width: 100%;
    bottom: -31px;
  }
  .photo-gallery-box .pg-btn>div {
    width: 125px;
    margin: auto;
  }
  .photo-gallery-box .pg-btn a {
    width: 60px;
    display: inline-block;
  }
  .days-operation .table th {
    font-size: 16px;
  }
  .highlighted-box {
    padding: 50px 18px 30px;
  }
  .highlighted-box h1 {
    font-size: 25px;
    line-height: 34px;
  }
  .highlighted-box br,
  .highlighted-box h2 {
    display: none;
  }
  .imageA {
    margin-left: -15px;
    margin-right: -15px;
  }
  .overflow-hide {
    overflow: hidden;
  }
  .readmore-box .info-title {
    line-height: 50px;
    padding: 5px 0;
    font-size: 18px;
  }
  .readmore-box .info-box .info-content {
    padding: 0 15px;
  }
  .readmore-box {
    margin-top: 40px;
  }
  .quote-content>div {
    padding: 0 55px 40px;
  }
  .quote-content span.a {
    left: 2px;
  }
  .quote-content span.b {
    right: 30px;
  }
  .readmore-box {
    margin-top: 50px;
  }
  .readmore-box h1 {
    font-size: 31px;
    line-height: 35px;
  }
  .cal-content {
    display: none;
  }
  .cal-box {
    background-color: #969696;
    padding: 20px;
  }
  .cal-box>.row>div {
    flex: none;
    max-width: 100%;
  }
  .cal-box.sport-calendar {
    background-color: #e8d236;
  }
  .cal-box.sport-calendar .cal-date {
    color: #002651;
  }
  .cal-box.sport .cal-date>div span.month {
    border-color: #002651;
  }
  .cal-box.sport-calendar .date-time,
  .cal-box.sport-calendar .cal-title {
    color: #002651;
  }
  .cal-box.sport-calendar .date-time {
    background-image: url(../images/time-icon2.png);
  }
  .cal-box.sport-calendar .add-calendar {
    background-color: #002651;
  }
  .cal-box.sport-calendar .readmore {
    border-color: #002651;
    color: #002651;
  }
  .cal-box.camps-calendar {
    background-color: #002651;
  }
  .cal-box.major-calendar {
    background-color: #96B5CC;
  }
  .cal-date {
    height: 133px;
  }
  .cal-date>div span {
    margin: 0 10px;
    float: left;
  }
  .cal-date>div span.month {
    margin-top: 40px;
    line-height: 50px;
    padding-left: 20px;
    border-left: 2px #e8d236 solid;
  }
  .date-time,
  .cal-location {
    color: #fff;
    max-width: 300px;
    margin: 5px auto;
  }
  .cal-desc {
    padding: 0;
  }
  .cal-location {
    background-position: 5px center;
    padding-left: 45px;
    padding-top: 10px;
  }
  .cal-subtitle {
    margin-bottom: 30px;
  }
  .cal-title {
    text-align: center;
  }
  #body.inner {
    padding-left: 0;
    padding-right: 0;
  }
  .calendar-main-wrap {
    margin: 0 -15px;
  }
  .calendar-main-wrap .calender-inner-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }
  .custom-header {
    text-align: center;
    height: auto;
    font-size: 32px;
  }
  .custom-header>div {
    display: inline-block;
    padding: 20px 30px 15px;
    margin-bottom: 20px;
  }
  .fc-calendar .fc-body {
    height: calc(100% - 10px);
  }
  .body-content {
    padding: 0;
  }
  .body-content h1 {
    margin-bottom: 30px;
    text-align: center;
    color: #002651;
  }
  .footer-buttons a {
    padding: 0;
  }
  .footer-buttons a span {
    display: block;
    clear: both;
  }
  .footer-buttons a:before {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .footer-buttons a.float-right {
    padding: 0;
  }
  .footer-buttons a.float-right:before {
    float: right;
  }
  .principal-box>.row>div {
    padding-bottom: 30px;
  }
  #from-the-principal .g-block p {
    margin-bottom: 50px;
  }
  #from-the-principal .g-image {
    height: 245px;
    width: 340px;
  }
  .cal-year-month {
    display: block;
  }
  .main-menu>li.drop-down {
    position: relative;
  }
  .main-menu>li.drop-down:after {
    position: absolute;
    content: '\f489';
    font-family: "Ionicons";
    font-size: 35px;
    color: #fff;
    right: 20px;
    top: 5px;
  }
  .main-menu>li.drop-down.active:after {
    content: '\f462';
  }
  #header-container.newsletter #menu-box.show {
    margin-top: -100px;
  }
  .cal-date .day::after {
    display: none;
  }
  .cal-box {
    margin-bottom: 20px;
  }
  /*.fc-calendar .fc-row > div, .fc-calendar .fc-head > div {
    width: 12.9%; }*/
  .calender-inner-wrap {
    margin-bottom: 80px;
  }
  .employment .body-content {
    padding-left: 0;
  }
  .employment .body-content h1 {
    color: #e8d236;
    text-align: left;
  }
}

@media (min-width: 574.02px) and (max-width: 760px) {
  .blockA .blockA-text h1 {
    font-size: 28px;
    letter-spacing: 0;
  }
  #about-us .g-image {
    bottom: -170px;
    right: -80px;
  }
}

@media (max-width: 575.98px) {
  #header .header-box{
    min-height: 70px;
  }
  #header-container.newsletter .previous-edition {
    width: 35px;
    overflow: hidden;
    padding: 10px 0 10px 35px;
    background-size: contain;
  }
  .logo {
    width: 230px;
  }
  .logo-img {
    width: 77px;
  }
  #footer .foot-contacts {
    margin: -3vw;
  }
  #footer .foot-contacts a {
    margin: 3vw;
  }
  .header-menu {
    padding-top: 22px;
    width: 100px;
    margin-right: -10px;
  }
  .header-menu a,
  .header-menu button {
    padding-right: 8px;
    width: 50px !important;
  }
  .header-menu a {
    width: 40px !important;
  }
  #header .header-box {
    height: 70px;
  }
  #header .header-box .logo-text {
    padding-left: 5px;
    padding-top: 12px;
  }
  #follow-us.change {
    padding: 60px 0;
  }
  .ql-menu ul li a {
    font-size: 18px;
  }
  .ql-menu ul li.drop-down ul li a {
    color: #e8d236;
    font-size: 14px;
    line-height: 16px;
  }
  .blockA .blockA-text {
    bottom: 20px;
    right: 50px;
  }
  .blockA .blockA-text h1 {
    padding-bottom: 5px;
  }
  .enrol-box .blockA-text {
    top: auto;
  }
  #about-us .g-image {
    width: 262px;
    right: -70px;
    bottom: -170px;
  }
  #tour {
    padding: 0 25px;
  }
  #tour .row>div {
    margin-bottom: 15px;
  }
  #enrolments {
    padding: 0 25px;
  }
  #enrolments .row>div {
    margin-bottom: 15px;
  }
  .blockB .image-box {
    height: 250px;
  }
  .blockB .blockB-text,
  .blockB .blockB-text h1,
  .blockB .blockB-text .right-btn {
    text-align: center;
    font-size: 33px;
    line-height: 35px;
  }
  h1 {
    font-size: 27px;
    line-height: 35px;
  }
  .banner-image,
  .banner-image.inner {
    height: 400px;
    min-height: 400px;
  }
  .quote-content {
    font-size: 14px;
    margin-top: 40px;
  }
  .quote-content>div {
    padding: 30px 50px;
  }
  .quote-content span.a {
    left: 5px;
    background-size: 30px;
  }
  .quote-content span.b {
    right: 5px;
    background-size: 30px;
  }
  .quote-content.ex {
    margin-top: 0;
  }
  .quote-name {
    padding: 0 20px 0 52px;
  }
  .highlighted-box {
    padding: 50px 18px 30px;
  }
  .highlighted-box br {
    display: none;
  }
  .highlighted-box h1 {
    font-size: 18px;
    line-height: 30px;
  }
  .highlighted-box h2 {
    display: none;
  }
  #about-us {
    padding-right: 20px;
    padding-left: 40px;
    padding-top: 30px;
    margin-top: 70px;
  }
  #about-us .g-block {
    font-size: 14px;
    line-height: 25px;
    padding-bottom: 70px;
  }
  #about-us h1 {
    font-size: 30px;
  }
  #about-us .image-box {
    height: 300px;
  }
  .g-wrap {
    font-size: 14px;
    line-height: 25px;
  }
  .g-wrap h1 {
    font-size: 30px;
    line-height: 33px;
  }
  #guiding-priniples {
    padding-top: 40px;
    padding-right: 20px;
  }
  #guiding-priniples h1 {
    margin-bottom: 20px;
  }
  #guiding-priniples .g-block {
    padding-right: 30px;
    padding-left: 0;
    padding-bottom: 160px;
  }
  #guiding-priniples .g-block h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 20px;
  }
  #guiding-priniples .g-image {
    left: -120px;
  }
  #guiding-priniples .image-box {
    height: 270px;
  }
  .cla-text h1 {
    font-size: 39px;
  }
  body .h-gen h1 {
    font-size: 30px !important;
    line-height: 38px !important;
  }
  body .h-gen h2 {
    font-size: 20px !important;
    line-height: 28px !important;
  }
  h1 {
    font-size: 27px;
    line-height: 33px;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
  }
  h3 {
    font-size: 18px;
    line-break: 25px;
  }
  .days-operation .blockD-content {
    padding-top: 0;
  }
  #follow-us h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  #follow-us.change {
    padding: 50px 0;
  }
  .cal-bottom a {
    float: none !important;
    display: block;
    margin: 10px auto 20px;
  }
  #from-the-principal .g-box {
    padding: 60px 30px;
  }
  .cal-date .day {
    font-size: 95px;
  }
  #header-container.newsletter .news-title {
    font-size: 20px;
  }
  #header-container.newsletter .header-menu {
    width: 65px;
    padding-top: 40px;
  }
}

@media (max-width: 450px) {
  .fc-calendar-container {
    padding: 0;
  }
  .fc-calendar .fc-row>div>span.fc-date,
  .fc-calendar .fc-head {
    font-size: 14px;
  }
  /*.fc-calendar .fc-row > div, .fc-calendar .fc-head > div {
    margin: 0 2px 2px; }*/
  /*.fc-calendar .fc-row > div, .fc-calendar .fc-head > div {
    height: 82%;
    width: 12.9%; }*/
  /*.fc-six-rows .fc-row {
    height: calc(70%/6); }*/
  .custom-calendar-wrap {
    height: 371px;
  }
  .calender-inner-wrap {
    padding-bottom: 40px;
    margin-bottom: 80px;
  }
  .emp-box {
    min-height: 450px;
  }
  .emp-box .emp-title {
    font-size: 36px;
    line-height: 45px;
  }
}

@media (max-width: 340.98px) {
  .ql-menu ul li.drop-down ul li {
    float: none;
    width: 100%;
  }
  .custom-header {
    font-size: 23px;
  }
}


/*# sourceMappingURL=style.css.map */