@charset "UTF-8";
/* --- $VARIABLES --- */
/*Global*/
html, body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-backface-visibility: hidden;
  font-size: 14px;
  background-color: #fff;
  color: #3d3d3d;
  overflow-x: hidden;
  font-size: 14px;
}

.js .to-animate,
.js .to-animate-2,
.js .single-animate {
  opacity: 0;
}

/* Delay animation class */
.delay--01 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

.delay--02 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.delay--03 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}

.delay--04 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.delay--05 {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.delay--06 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.delay--07 {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.delay--08 {
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.delay--09 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

.delay--10 {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.delay--11 {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s;
}

.delay--12 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.delay--13 {
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.delay--14 {
  -webkit-animation-delay: 1.4s;
  animation-delay: 1.4s;
}

.delay--15 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.delay--16 {
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.delay--17 {
  -webkit-animation-delay: 1.7s;
  animation-delay: 1.7s;
}

.delay--18 {
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.delay--19 {
  -webkit-animation-delay: 1.9s;
  animation-delay: 1.9s;
}

.delay--20 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.delay--21 {
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.delay--22 {
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.delay--23 {
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.delay--24 {
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.delay--25 {
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.delay--26 {
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

/* 5 Colunm Bootstrap */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}
.wrap-3d {
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  background-color: #f0f0f0;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-perspective: 150rem;
          perspective: 150rem;
  -webkit-perspective-origin: 50% 110%;
          perspective-origin: 50% 110%;
}

.item-3d {
  width: 100%;
  margin-bottom: 20%;
  padding-top: 10%;
  padding-bottom: 5%;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
@media (max-width: 600px) {
  .item-3d {
    margin-bottom: 40%;
  }
}

.ground {
  position: absolute;
  top: 0;
  right: -50%;
  bottom: 0;
  left: -50%;
  width: 200%;
  margin: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), color-stop(60%, #f2f2f2));
  background-image: linear-gradient(#d8d8d8, #f2f2f2 60%);
  background-size: 100%;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: rotateX(70deg);
          transform: rotateX(70deg);
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.ground:before, .ground:after {
  content: "";
  position: absolute;
  width: 100%;
}
.ground:before {
  top: 0;
  left: 50%;
  height: 100%;
  width: 50%;
  max-width: 50rem;
  background-image: radial-gradient(#cccccc, rgba(204, 204, 204, 0) 60%);
  background-size: 50% 80%;
  background-repeat: no-repeat;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.ground:after {
  bottom: -500px;
  left: 0;
  height: 500px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d8d8), to(#f2f2f2));
  background-image: linear-gradient(#d8d8d8, #f2f2f2);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: rotateX(-70deg);
          transform: rotateX(-70deg);
}

.item-3d:nth-child(even) .ground:before {
  background-position: 100% 50%;
  -webkit-animation: floating-shadow-r 5s -1s infinite;
          animation: floating-shadow-r 5s -1s infinite;
}

.item-3d:nth-child(odd) .ground:before {
  background-position: 0 50%;
  -webkit-animation: floating-shadow-l 5s -1s infinite;
          animation: floating-shadow-l 5s -1s infinite;
}

@-webkit-keyframes floating-shadow-l {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 10% 80%;
  }
  50% {
    background-size: 50% 80%;
    background-position: 0 80%;
  }
}

@keyframes floating-shadow-l {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 10% 80%;
  }
  50% {
    background-size: 50% 80%;
    background-position: 0 80%;
  }
}
@-webkit-keyframes floating-shadow-r {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 90% 80%;
  }
  50% {
    background-size: 50% 80%;
    background-position: 100% 80%;
  }
}
@keyframes floating-shadow-r {
  0%, 100% {
    background-size: 35% 80%;
    background-position: 90% 80%;
  }
  50% {
    background-size: 50% 80%;
    background-position: 100% 80%;
  }
}
.item-content {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.item-img {
  position: relative;
  float: left;
  display: block;
  width: 50%;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-animation: floating 5s -1s infinite;
          animation: floating 5s -1s infinite;
}
.item-img img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: translateZ(-5rem);
          transform: translateZ(-5rem);
}

.item-3d:nth-child(even) .item-img {
  float: right;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

@-webkit-keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes floating {
  0%, 100% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  50% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.item-caption {
  display: block;
  position: relative;
  float: left;
  width: 50%;
}

.item-3d:nth-child(odd) .item-caption {
  padding-left: 10%;
}
@media (max-width: 600px) {
  .item-3d:nth-child(odd) .item-caption {
    padding-left: 5%;
  }
}

.item-3d:nth-child(even) .item-caption {
  text-align: right;
  padding-right: 10%;
}
@media (max-width: 600px) {
  .item-3d:nth-child(even) .item-caption {
    padding-right: 5%;
  }
}

.item-caption p {
  font-size: 87.5%;
  line-height: 1.333;
  margin-bottom: 1.25rem;
}
@media (max-width: 600px) {
  .item-caption p {
    margin-bottom: 0.5rem;
  }
}

.item-caption p a {
  position: relative;
  display: inline-block;
  margin-bottom: 0.3rem;
}
.item-caption p a:before {
  content: "";
  position: absolute;
  right: 1rem;
  bottom: 3px;
  left: 0;
  height: 1px;
  background-color: #08c;
  opacity: 0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.item-caption p a:after {
  content: ">";
  padding-left: 0.5rem;
  text-decoration: none;
}
.item-caption p a:hover:before, .item-caption p a:active:before, .item-caption p a:focus:before {
  opacity: 0.5;
}

.intro {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
  padding: 15% 2rem;
  text-align: center;
}
.intro:after {
  content: "↓";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  font-size: 150%;
  -webkit-animation: scroll-arrw 1s -1s infinite linear;
          animation: scroll-arrw 1s -1s infinite linear;
}

@-webkit-keyframes scroll-arrw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(160%);
            transform: translateY(160%);
    opacity: 0;
  }
}

@keyframes scroll-arrw {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(80%);
            transform: translateY(80%);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(160%);
            transform: translateY(160%);
    opacity: 0;
  }
}
.intro h1 {
  font-size: 250%;
  font-weight: normal;
  color: #303030;
}

.intro p {
  margin-bottom: 2rem;
  font-size: 175%;
  line-height: 1.4286;
}

@-webkit-keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}

@keyframes MoveUpDown {
  0%, 100% {
    bottom: 0;
  }
  50% {
    bottom: 100px;
  }
}
/* --- TYPOGRAPHY --- */
a {
  text-decoration: none;
  color: #08c;
}

strong {
  font-weight: 600;
  color: #303030;
}

/**
 * Titles
 */
h3, .h3 {
  font-size: 22px;
}

.label-rounded {
  border-radius: 25px;
}

.label-lg {
  padding: 8px 15px;
}

.m-0 {
  margin: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mx-0 {
  margin-right: 0;
  margin-left: 0;
}

.my-0 {
  margin-top: 0;
  margin-bottom: 0;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0;
  padding-left: 0;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.btn-default {
  background-color: #3d3d3d;
  color: white;
  border-color: #3d3d3d;
}
.btn-default:hover, .btn-default:focus {
  background-color: #707070;
  color: white;
}
.btn-default.btn-outline {
  background-color: transparent;
  color: #3d3d3d;
}

.btn-secondary {
  background-color: #7b3d1a;
  color: white;
  border-color: #7b3d1a;
}
.btn-secondary.btn-outline {
  background-color: transparent;
  color: #7b3d1a;
}
.btn-secondary:hover, .btn-secondary:focus {
  background-color: #a55223;
  border-color: #a55223;
  color: white;
}

.btn-rounded {
  border-radius: 20px;
  padding-right: 3rem;
  padding-left: 3rem;
}
.btn-rounded.btn-lg {
  border-radius: 25px;
  padding-right: 4rem;
  padding-left: 4rem;
}

.btn-gold {
  background-color: #df9904;
  color: white;
  border-color: #df9904;
}
.btn-gold.btn-outline {
  background-color: transparent;
  color: #df9904;
}
.btn-gold:hover, .btn-gold:focus {
  background-color: #fbb31b;
  border-color: #fbb31b;
  color: white;
}

/*
//Custom Form Checkbox Style
//=========================== */
.form-check {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.form-check .form-check-input:checked + .form-check-label::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 6px;
  height: 10px;
  border: solid #a94442;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.form-check .form-check-input:checked + .form-check-label::before {
  border-color: #a94442;
}
.form-check .form-check-label {
  position: relative;
  cursor: pointer;
}
.form-check .form-check-label::before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 2px solid #cccccc;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
}
.form-check .form-check-input:disabled ~ .form-check-label, .form-check .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.6;
  cursor: default;
}
.form-check .form-check-input:disabled ~ .form-check-label::before, .form-check .form-check-input:disabled ~ .form-check-label::after, .form-check .form-check-input[disabled] ~ .form-check-label::before, .form-check .form-check-input[disabled] ~ .form-check-label::after {
  cursor: default;
}

.modal-alert {
  color: black;
}
.modal-alert .modal-header {
  border-width: 0;
}
.modal-alert .modal-body {
  padding: 4rem 5rem;
}
.modal-alert .lead {
  color: #3d3d3d;
}
.modal-alert cite {
  font-size: 14px;
  color: #7a7a7a;
}
.modal-alert cite::before {
  content: "— ";
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2000;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: #555555;
  color: #fff;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 20px 15px;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 20px 10px;
  /* width: 46px;
   height: 68px;
   line-height: 68px;*/
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-right {
  right: 0;
}

/*
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 15px;
    margin-left: 15px;
    border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
    border-top-width: 18px;
    border-bottom-width: 18px;
    top: 2px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
    border-top-width: 20px;
    border-bottom-width: 20px;
    opacity: 0.6; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
    border-right: 18px solid #555;
    margin-left: 14px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
    margin-left: 10px;
    border-right: 20px solid #fff; }

 .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
    border-left: 18px solid #555;
    right: 14px;
    left: auto; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
    border-left: 20px solid #fff;
    right: 10px;
    left: auto; }*/
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  border: 2px solid #fff;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  font-size: 20px;
  color: #fff;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
        transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
        transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
        transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../font/slick.eot");
  src: url("../font/slick.eot?#iefix") format("embedded-opentype"), url("../font/slick.woff") format("woff"), url("../font/slick.ttf") format("truetype"), url("../font/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  bottom: -30px;
  /*-webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);*/
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: black;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 43%;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: 43%;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 43%;
}
[dir=rtl] .slick-next {
  left: 43%;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.navbar-default {
  background-color: transparent;
  border: 0;
  margin: 0;
  z-index: 100;
  /*.navbar-header{
    @media screen and (min-width: $screen-sm) and (max-width: $screen-sm-max){
        display: block;
        text-align: center;
        margin-bottom: 10px;
        width: 100%;
      }
  }*/
}
.navbar-default .navbar-brand {
  height: 115px;
  padding: 15px;
  width: auto;
  /*  @media screen and (min-width: $screen-sm) and (max-width: $screen-sm-max){
        display: inline-block;
        float: none;
      }*/
}
@media screen and (max-width: 1199px) {
  .navbar-default .navbar-brand {
    height: 85px;
  }
}
.navbar-default .navbar-brand img {
  max-height: 100%;
  width: auto;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.navbar-default .navbar-nav .menu-item a {
  position: relative;
  background-color: black;
  display: block;
  padding: 15px 26px 10px;
  height: 85px;
  overflow: hidden;
  text-align: center;
  width: 160px;
  font-size: 13px;
  color: white;
  text-transform: uppercase;
  line-height: 16px;
}
.navbar-default .navbar-nav .menu-item a:after, .navbar-default .navbar-nav .menu-item a:before {
  content: " ";
  position: absolute;
  bottom: 0;
  z-index: 1;
  height: 0;
  width: 0;
  border-width: 42px;
  border-style: solid;
}
.navbar-default .navbar-nav .menu-item a::before {
  left: 0;
  border-color: transparent transparent white white;
}
.navbar-default .navbar-nav .menu-item a::after {
  right: 0;
  border-color: transparent white white transparent;
}
.navbar-default .navbar-nav .menu-item a:hover {
  background-color: black;
  color: white;
}
.navbar-default .navbar-nav .menu-item a:hover::before, .navbar-default .navbar-nav .menu-item a:hover::after {
  display: none;
}
@media screen and (max-width: 991px) {
  .navbar-default .navbar-nav .menu-item a {
    width: 120px;
    padding: 5px 12px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .navbar-default .navbar-nav .menu-item a {
    height: auto;
    width: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #3d3d3d;
    border-bottom: 1px solid #464444;
  }
  .navbar-default .navbar-nav .menu-item a::before, .navbar-default .navbar-nav .menu-item a::after {
    display: none;
  }
}
.navbar-default .navbar-nav .menu-item.school-nav a {
  padding: 6px 26px 10px;
}

.navbar-inverse {
  border-radius: 0;
  margin-bottom: 0;
}
.navbar-inverse .navbar-brand {
  padding-top: 10px;
  padding-bottom: 10px;
}
.navbar-inverse .logo {
  max-height: 50px;
  display: inline-block;
}
.navbar-inverse .navbar-text {
  color: white;
}

/* MChess Page Hero Module Style */
.mchess-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.mchess-hero-module .navbar-default {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 102;
}

.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.no-video .video-container .poster, .touch .video-container .poster {
  display: block !important;
}
.video-container .poster img {
  width: 100%;
  position: absolute;
  bottom: 0;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  width: 100%;
  height: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.no-video .video-container video, .touch .video-container video {
  display: none;
}
.video-container video.fillWidth {
  width: 100%;
}

.hero-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 101;
}
.hero-content .hero-title {
  margin-bottom: 2rem;
  font-size: 4.5rem;
}
.hero-content .hero-subtitle {
  margin-bottom: 3rem;
  font-size: 2.5rem;
  font-weight: 200;
  color: rgba(255, 255, 255, 0.8);
}
.hero-content .btn-popup-video {
  margin-bottom: 2rem;
  color: white;
  padding: 0;
}
.hero-content .btn-popup-video .icon-play {
  height: 46px;
  width: 46px;
  margin-right: 1rem;
  border-radius: 50%;
  border: 2px solid white;
  line-height: 44px;
  text-align: center;
}
.hero-content .btn-popup-video:hover .icon-play {
  background-color: white;
  color: black;
}
.hero-content .btn-primary {
  padding: 2rem 5rem;
  background-color: #ecd564;
  border-color: #ecd564;
  color: #7b3d1a;
}
.hero-content .btn-primary:hover {
  background-color: #d0b21a;
  border-color: #ecd564;
  color: white;
}

.promo-banner {
  background-color: #ecd564;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 105;
  font-size: 14px;
}
.promo-banner .promo-banner-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.promo-banner .promo-banner-inner .promo-col {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.promo-banner .promo-banner-inner .promo-col:last-child {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.promo-banner .btn-enroll {
  margin-left: 2rem;
  padding-right: 2rem;
  padding-left: 2rem;
}

.wrapper {
  overflow-x: hidden;
  width: 100%;
  display: block;
  float: left;
  min-height: 100%;
}

.section-content {
  padding: 100px 0;
  overflow-x: hidden;
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}
.section-content .container {
  min-height: 100%;
  position: relative;
}

.header-video {
  width: 100%;
  position: relative;
  background-color: black;
}
.header-video .embed-responsive {
  width: 100%;
}
.header-video .embed-responsive .embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

/*--- Section Labvels ---*/
.section-label {
  text-align: center;
  background: #3d3d3d;
  color: #fdee21;
  z-index: 100;
}
.section-label.s__label1 {
  position: absolute;
  left: 0;
  top: 4%;
  padding: 120px 20px;
  height: 265px;
  width: 265px;
  -webkit-clip-path: polygon(50% 100%, 100% 50%, 50% 0, 0 35%, 0 70%);
  clip-path: polygon(50% 100%, 100% 50%, 50% 0, 0 35%, 0 70%);
}
@media (max-width: 1199px) {
  .section-label.s__label1 {
    top: 88px;
    padding: 90px 20px;
    height: 205px;
    width: 205px;
  }
}
@media (max-width: 991px) {
  .section-label.s__label1 {
    top: -10px;
    padding: 90px 20px;
    height: 205px;
    width: 205px;
  }
}
@media (max-width: 767px) {
  .section-label.s__label1 {
    height: 145px;
    width: 145px;
    padding: 60px 15px;
    top: -45px;
  }
}
@media (max-width: 479px) {
  .section-label.s__label1 {
    top: -105px;
  }
}
.section-label.s__label2 {
  position: absolute;
  top: 225px;
  right: 180px;
  padding: 120px 20px;
  height: 300px;
  width: 300px;
  -webkit-clip-path: polygon(70% 14%, 100% 50%, 50% 100%, 0 50%, 38% 14%);
  clip-path: polygon(70% 14%, 100% 50%, 50% 100%, 0 50%, 38% 14%);
}
@media (max-width: 1199px) {
  .section-label.s__label2 {
    top: 180px;
    right: 170px;
  }
}
@media (max-width: 991px) {
  .section-label.s__label2 {
    height: 280px;
    width: 280px;
    padding: 120px 20px;
    top: 153px;
    right: 170px;
  }
}
@media (max-width: 767px) {
  .section-label.s__label2 {
    top: -50px;
    right: 15px;
  }
}
@media (max-width: 480px) {
  .section-label.s__label2 {
    height: 240px;
    width: 240px;
    top: -40px;
    right: 15px;
  }
}
.section-label.s__label3 {
  padding: 120px 20px;
  height: 400px;
  width: 600px;
  -webkit-clip-path: polygon(0 67%, 79% 0, 91% 30%, 8% 100%, 0 79%);
  clip-path: polygon(0 67%, 79% 0, 91% 30%, 8% 100%, 0 79%);
}
.section-label.s__label4 {
  padding: 20px;
  height: 180px;
  width: 380px;
  -webkit-clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%, 0 23%);
  position: absolute;
  top: -620px;
  left: -10px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .section-label.s__label4 {
    top: -590px;
  }
}
@media (max-width: 991px) {
  .section-label.s__label4 {
    top: -420px;
    height: 140px;
    width: 270px;
  }
}
@media (max-width: 767px) {
  .section-label.s__label4 {
    top: -380px;
    height: 120px;
    width: 260px;
  }
}
@media (max-width: 479px) {
  .section-label.s__label4 {
    top: -300px;
    padding: 15px;
    height: 120px;
    width: 190px;
  }
}
.section-label .title {
  text-align: center;
  text-transform: uppercase;
  color: #fdee21;
  display: inline-block;
}

.bounce-up {
  opacity: 0;
  -webkit-transition: all 700ms ease-out;
  transition: all 700ms ease-out;
  -webkit-transform: translate3d(0px, 200px, 0px);
  -ms-transform: translate(0px, 200px);
  transform: translate3d(0px, 200, 0px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.bounce-up.in-view {
  opacity: 1;
  -webkit-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

/* Section Intro */
.intro_container {
  padding-right: 0;
  padding-left: 0;
}

.intro_wrapper {
  z-index: 100;
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  height: 0;
  padding-top: 830px;
}
@media (max-width: 1199px) {
  .intro_wrapper {
    padding-top: 712px;
  }
}
@media (max-width: 991px) {
  .intro_wrapper {
    padding-top: 900px;
  }
}
@media (max-width: 767px) {
  .intro_wrapper {
    padding-top: 620px;
  }
}
@media (max-width: 479px) {
  .intro_wrapper {
    padding-top: 590px;
  }
}

.intro_col {
  height: 650px;
  width: 650px;
  float: left;
  position: absolute;
  left: 0;
  top: 0;
}
.intro_col:after {
  content: "";
  display: table;
  clear: both;
}
@media (max-width: 1199px) {
  .intro_col {
    height: 550px;
    width: 550px;
  }
}
@media (max-width: 991px) {
  .intro_col {
    height: 540px;
    width: 540px;
  }
}
@media (max-width: 767px) {
  .intro_col {
    height: 360px;
    width: 360px;
  }
}
@media (max-width: 479px) {
  .intro_col {
    height: 300px;
    width: 300px;
  }
}

.intro__right {
  top: 175px;
  right: 0;
  left: auto;
}
@media (max-width: 1199px) {
  .intro__right {
    top: 145px;
    right: -10px;
  }
}
@media (max-width: 991px) {
  .intro__right {
    top: 342px;
  }
}
@media (max-width: 767px) {
  .intro__right {
    top: 260px;
    right: 0;
  }
}
@media (max-width: 479px) {
  .intro__right {
    top: 280px;
    right: -20px;
  }
}

.intro_awards {
  display: inline-table;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-clip-path: url("#intro-diamonds");
          clip-path: url("#intro-diamonds");
  height: 100%;
  width: 100%;
}
.intro_awards.diamond_large {
  background-color: #fdee21;
  height: 100%;
  width: 100%;
}
.intro_awards .awards__inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.intro_awards .award__content {
  margin: 0;
  text-align: center;
  display: inline-table;
  table-layout: fixed;
  width: 100%;
}
.intro_awards .award__content .award__col {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 10px 15px;
}
.intro_awards .award__content.award__middle .award__col {
  width: 65%;
}
.intro_awards .award__content.award__middle .award__col.award__img__col {
  width: 35%;
  padding: 0 60px 0 0;
}
@media (max-width: 991px) {
  .intro_awards .award__content.award__middle .award__col.award__img__col {
    padding: 0 30px 0 0;
  }
}
.intro_awards .award__content .award__text {
  text-align: right !important;
  height: 150px;
  font-size: 13px;
  overflow: hidden;
  margin: 0;
}
@media screen and (max-width: 991px) {
  .intro_awards .award__content .award__text {
    font-size: 12px;
    line-height: 1;
    height: 110px;
  }
}
.intro_awards .award__content .award__text:before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0%, 50% 0%, 0 50%, 50% 100%, 0% 100%);
}
.intro_awards .award-img {
  max-width: 160px;
  display: inline-block;
}
.intro_awards .award-img.award2 {
  max-width: 100%;
}
@media (max-width: 991px) {
  .intro_awards .award-img {
    max-width: 120px;
  }
}
@media (max-width: 767px) {
  .intro_awards .award-img {
    max-width: 35%;
  }
}
@media (max-width: 480px) {
  .intro_awards .award-img {
    max-width: 25%;
  }
}

/* books Thumbnail Style */
.book {
  margin: 0 auto 20px;
  max-width: 220px;
  position: relative;
  border: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  margin-bottom: 10px;
  overflow: hidden;
}
.book:hover .book-overlay {
  opacity: 1;
  z-index: 2;
}
.book .book-cover {
  width: 100%;
  height: 220px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.book .book-cover .image-cover {
  position: relative;
  display: inline-block;
  max-height: 100%;
}
.book .book-cover .image-cover .book-img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 234px;
}
.book .book-cover .image-cover .overlay-links {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.book .book-cover .image-cover .overlay-links:hover {
  opacity: 1;
  background-color: whitesmoke;
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
}
.book .book-cover .image-cover .overlay-links .link-btn {
  border: 1px solid #3d3d3d;
  display: inline-block;
  color: #3d3d3d;
  padding: 5px 15px;
  text-decoration: none;
}
.book .book-cover .image-cover .overlay-links .link-btn:hover {
  color: #0000e6;
}
.book .caption {
  padding: 10px 0;
  text-align: center;
}
.book .book-title {
  font-weight: 300;
  font-size: 15px;
  min-height: 36px;
}
.book .book-author {
  font-size: 12px;
  color: #949494;
  font-weight: 300;
}

.section-mchess_book .bookdetails span {
  display: block;
  padding: 0 0 5px 0;
}
.section-mchess_book .bookdetails span.instock {
  background: #08a543;
  font-size: 16px;
  border-radius: 5px;
  padding: 8px 12px;
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 8px;
}

/* Section Publishing */
.section-publishing {
  position: relative;
}
.section-publishing .publishing-container {
  background-color: #f3f3f3;
  position: relative;
  padding: 360px 100px 0 145px;
  margin-top: -310px;
}
@media (max-width: 1199px) {
  .section-publishing .publishing-container {
    margin-top: -280px;
    padding: 360px 60px 0;
  }
}
@media (max-width: 991px) {
  .section-publishing .publishing-container {
    margin-top: -160px;
    padding: 260px 120px 0 60px;
  }
}
@media (max-width: 767px) {
  .section-publishing .publishing-container {
    margin-top: -60px;
    padding: 160px 90px 0 50px;
  }
}
@media (max-width: 479px) {
  .section-publishing .publishing-container {
    margin-top: 0;
    padding: 120px 15px 0;
  }
}

.publishing_tile {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.panel-publishing {
  z-index: 100;
  position: relative;
  background-color: white;
  margin-bottom: 30px;
  padding: 15px;
}
.panel-publishing .panel-title {
  margin: 10px 0;
}
#publishing-triangles {
  width: 100%;
  position: absolute;
  top: -335px;
  left: 0;
  z-index: 0;
}

.tri__4 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 280px;
  height: 280px;
  background: #1e90ff;
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
  clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.tri__5 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 280px;
  height: 280px;
  background: #1e90ff;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

/* Events*/
.section-events {
  margin-top: 0;
}
@media (max-width: 767px) {
  .section-events {
    margin-top: 0;
  }
}
.section-events .events-container {
  position: relative;
  background-color: white;
}

.event_tile {
  position: relative;
  z-index: 0;
  left: 0;
}
.event_tile.tile__top {
  top: 0;
  vertical-align: top;
}
.event_tile.tile__btm {
  top: 0;
  vertical-align: bottom;
}

.events_wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 60px;
  top: -300px;
  margin-bottom: -920px;
}
.events_wrapper::after {
  clear: both;
  content: "";
  display: table;
}
@media (max-width: 1199px) {
  .events_wrapper {
    top: -210px;
    margin-bottom: -720px;
  }
}
@media screen and (max-width: 991px) {
  .events_wrapper {
    top: 170px;
    margin-bottom: -200px;
  }
}
@media (max-width: 767px) {
  .events_wrapper {
    top: 0;
    margin: -50px 0 0;
    padding-bottom: 0;
  }
}

.events_list {
  width: 100%;
  float: right;
  position: relative;
}
@media (max-width: 767px) {
  .events_list {
    -webkit-transform-origin: 0;
        -ms-transform-origin: 0;
            transform-origin: 0;
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg);
    text-align: center;
    padding-top: 60px;
    margin-bottom: -40px;
  }
}
.events_list .event__item {
  cursor: pointer;
  z-index: 2;
  display: block;
  position: relative;
  width: 240px;
  padding-bottom: 240px;
  margin: 0;
  background: #fdee21;
  clear: left;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: width 2s;
  transition: width 2s;
}
.events_list .event__item .event__content {
  display: block;
  height: 146%;
  width: 146%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: -24%;
  left: -24%;
  text-align: center;
  padding: 15px;
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.events_list .event__item .event__content:before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
}
.events_list .event__item .event__content > span::before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
}
@media (max-width: 767px) {
  .events_list .event__item {
    width: 240px;
    padding-bottom: 240px;
    margin: 50px 0;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    display: inline-block;
    -webkit-transform-origin: 25% 40%;
        -ms-transform-origin: 25% 40%;
            transform-origin: 25% 40%;
    float: none;
  }
}
.events_list .event__item.item__1 {
  left: calc(100% - 270px);
}
@media (max-width: 767px) {
  .events_list .event__item.item__1 {
    left: auto;
    top: 0;
  }
}
.events_list .event__item.item__2 {
  left: calc(100% - 460px);
  top: -50px;
}
@media (max-width: 767px) {
  .events_list .event__item.item__2 {
    left: auto;
    top: 0;
  }
}
.events_list .event__item.item__3 {
  left: calc(100% - 650px);
  top: -100px;
}
@media (max-width: 767px) {
  .events_list .event__item.item__3 {
    left: auto;
    top: 0;
  }
}
.events_list .event__item.item__4 {
  left: calc(100% - 460px);
  top: -150px;
}
@media (max-width: 767px) {
  .events_list .event__item.item__4 {
    left: auto;
    top: 0;
  }
}
.events_list .event__item.item__5 {
  left: calc(100% - 270px);
  top: -200px;
}
@media (max-width: 767px) {
  .events_list .event__item.item__5 {
    left: auto;
    top: 0;
  }
}

.event__content .event-title {
  margin: 70px auto 0 auto;
  max-width: 160px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .event__content .event-title {
    margin-top: 130px;
  }
}
.event__content .event-type {
  max-width: 120px;
  margin: 7px auto;
  background-color: white;
  text-align: center;
}
.event__content .event-detail {
  margin: 10px 0;
  font-size: 12px;
}
.event__content .event-date {
  margin: 0 0;
}
.event__content .event-venue {
  margin: 0 0;
}
.event__content .btn-default {
  margin-top: 15px;
}

.event__detail__content {
  background-color: #f3f3f3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-top: 50px;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .event__detail__content {
    margin-top: -50px;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .event__detail__content.item__detail__1 {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
.event__detail__content.item__detail__2 {
  margin-top: 0;
  margin-bottom: 150px;
}
@media (max-width: 767px) {
  .event__detail__content.item__detail__2 {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
.event__detail__content.item__detail__3 {
  margin-top: -50px;
  margin-bottom: 200px;
}
@media (max-width: 767px) {
  .event__detail__content.item__detail__3 {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
.event__detail__content.item__detail__4 {
  margin-top: -100px;
  margin-bottom: 430px;
}
@media (max-width: 991px) {
  .event__detail__content.item__detail__4 {
    margin-top: -100px;
    margin-bottom: 250px;
  }
}
@media (max-width: 767px) {
  .event__detail__content.item__detail__4 {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
.event__detail__content.item__detail__5 {
  margin-top: -150px;
  margin-bottom: 670px;
}
@media (max-width: 991px) {
  .event__detail__content.item__detail__5 {
    margin-top: -150px;
    margin-bottom: 440px;
  }
}
@media (max-width: 767px) {
  .event__detail__content.item__detail__5 {
    margin-top: -50px;
    margin-bottom: 80px;
  }
}
.event_article {
  position: relative;
  background-color: #fdd734;
  -webkit-backface-visibility: hidden;
}

.event_banner {
  background: #1e90ff;
  width: 830px;
  height: 750px;
  text-align: center;
  -webkit-clip-path: polygon(50% 0, 100% 45%, 50% 100%, 0 55%);
  clip-path: polygon(50% 0, 100% 45%, 50% 100%, 0 55%);
}
.event_banner .banner_img {
  max-width: 100%;
  margin-top: 100px;
}
.event_banner .banner_caption {
  display: inline-block;
  color: white;
  overflow: hidden;
}
.event_banner .banner_caption:before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
}
.event_banner .banner_caption > span::before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
}

.event_instructor {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.event_loggings {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.event_register {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.event_faq {
  height: auto;
  width: 475px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.events_list .ap-pr-event__item .event__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.events_list .ap-pr-event__item .event__content::before {
  display: none;
}
.events_list .ap-pr-event__item .event__content > span::before {
  display: none;
}

/* Events Detail*/
.modal .modal-content {
  border-radius: 0;
  border: 0;
}

.event-modal .modal-header {
  text-align: center;
  padding: 0;
}
.event-modal .modal-header .cover_img {
  display: inline-block;
  max-width: 100%;
}
.event-modal .modal-header .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
}
.event-modal .modal-dialog {
  width: 90%;
  max-width: 980px;
}
.event-modal .modal-heading {
  background-color: #fdee21;
  color: black;
  padding: 10px;
}

/* coaching*/
.section-coaching .coaching-container {
  position: relative;
  background-color: #f3f3f3;
}

.s__label_coaching .title {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: 70px;
  margin-left: -130px;
}
@media (max-width: 991px) {
  .s__label_coaching .title {
    margin-left: -60px;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .s__label_coaching .title {
    margin-left: -20px;
    margin-top: 30px;
  }
}

.coaching_wrapper {
  position: relative;
  min-height: 980px;
  width: 100%;
  top: -425px;
  margin-bottom: -425px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .coaching_wrapper {
    top: -270px;
    margin-bottom: -270px;
  }
}
@media (max-width: 767px) {
  .coaching_wrapper {
    top: -50px;
    margin-bottom: -50px;
  }
}

.coach_list .coach__thumb {
  text-align: right;
}
.coach_list .coach__thumb:nth-child(1) {
  text-align: left;
}
.coach_list .coach__thumb:nth-child(2) {
  text-align: center;
}
.coach_list .coach__thumb:nth-child(3) {
  text-align: left;
}
.coach_list .coach__thumb:nth-child(4) {
  clear: left;
  text-align: center;
}

.coach {
  background-color: white;
  display: inline-block;
  max-width: 440px;
  margin-bottom: 30px;
  padding: 15px;
}
.coach .coach__img {
  position: relative;
  float: left;
  text-align: center;
  vertical-align: top;
  padding-right: 15px;
}
.coach .coach__img .img-circle {
  height: 150px;
  width: 150px;
  display: inline-block;
}
@media (max-width: 767px) {
  .coach .coach__img {
    width: 100%;
    padding-right: 0;
  }
}
.coach .coach__name {
  width: 100%;
  margin-top: 90%;
}
@media (max-width: 767px) {
  .coach .coach__name {
    margin-top: 25px;
  }
}
.coach .coach__detail {
  display: block;
  overflow: hidden;
}
@media (max-width: 767px) {
  .coach .coach__detail {
    width: 100%;
  }
}
.coach .coach__detail .coach__info {
  margin-bottom: 15px;
  text-align: left;
  font-size: 12px;
  display: block;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .coach .coach__detail .coach__info {
    max-height: 160px;
    height: 160px;
    overflow: hidden;
    display: -webkit-box;
    max-width: 100%;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
  }
}
@media (max-width: 767px) {
  .coach .coach__detail .coach__info {
    width: 100%;
    text-align: center;
  }
}
.coach .coach__login {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
}
.coach .coach__login:hover {
  background-color: whitesmoke;
}
.coach .btn-default {
  margin-top: 15px;
}

.faq-section .faq-container {
  position: relative;
  background-color: #f3f3f3;
}

.faq_wrapper {
  z-index: 100;
  position: relative;
  width: 65%;
  padding-left: 20%;
  float: left;
}
.faq_wrapper .faq__label {
  float: left;
  margin: 10px 10px 10px 0;
}
.faq_wrapper .faq__content {
  display: block;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .faq_wrapper {
    padding-left: 10%;
    width: 70%;
    margin-bottom: -80px !important;
  }
}
@media (max-width: 991px) {
  .faq_wrapper {
    padding-left: 5%;
    width: 80%;
    margin-bottom: 60px !important;
  }
}
@media (max-width: 767px) {
  .faq_wrapper {
    padding-left: 0;
    width: 100%;
  }
}

/* team*/
.team_label {
  overflow: hidden;
  background-color: #3d3d3d;
  color: #fdee21;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  float: left;
  position: absolute;
  top: 25px;
  right: 14.999%;
}
.team_label::before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
}
.team_label > span::before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
}
@media (max-width: 1199px) {
  .team_label {
    width: 240px;
    height: 240px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  }
  .team_label::before {
    content: "";
    height: 100%;
    width: 50%;
    float: left;
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
  }
  .team_label > span::before {
    content: "";
    height: 100%;
    width: 50%;
    float: right;
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
  }
}
@media (max-width: 767px) {
  .team_label {
    width: 200px;
    height: 200px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -65px;
    right: 11%;
  }
  .team_label::before {
    content: "";
    height: 100%;
    width: 50%;
    float: left;
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
  }
  .team_label > span::before {
    content: "";
    height: 100%;
    width: 50%;
    float: right;
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
  }
}
.team_label span {
  display: block;
  position: relative;
}
.team_label .title {
  text-transform: uppercase;
  padding-top: 40%;
  padding-left: 40%;
}
@media (max-width: 767px) {
  .team_label .title {
    padding-top: 30%;
    padding-left: 30%;
  }
}

.team_tile {
  position: relative;
  z-index: 0;
  left: 0;
  width: 100%;
  display: inline-table;
}
.team_tile.tile__top {
  top: 0;
}
.team_tile.tile__btm {
  top: 0;
}

.team-section {
  margin-top: 0;
}
.team-section .team-container {
  padding: 0;
  position: relative;
  background-color: white;
  /*background-image: url('../img/tile-team.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 1360px;*/
}

.team_wrapper {
  position: relative;
  z-index: 1;
  float: right;
  height: 100%;
  width: 85%;
  top: -470px;
  margin-bottom: -810px;
  min-height: 1235px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .team_wrapper {
    top: -390px;
    margin-bottom: -680px;
    min-height: 1035px;
  }
}
@media screen and (max-width: 991px) {
  .team_wrapper {
    width: 100%;
    min-height: 950px;
    top: -290px;
    margin-bottom: -470px;
  }
}
@media screen and (max-width: 767px) {
  .team_wrapper {
    width: 100%;
    min-height: 950px;
    top: 0;
    margin-bottom: 0;
  }
}

.team_list {
  width: 100%;
  background-color: white;
  position: relative;
  float: right;
  margin-right: 0;
  -webkit-transform-origin: 95% 25%;
      -ms-transform-origin: 95% 25%;
          transform-origin: 95% 25%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  padding: 1% 1% 1%;
}
@media (max-width: 767px) {
  .team_list {
    float: left;
    padding-top: 70px;
    -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
            transform: rotate(0);
  }
}
.team_list .team__member {
  float: right;
  position: relative;
  width: 23%;
  padding-bottom: 23%;
  margin: 1%;
  background: #fdee21;
}
.team_list .team__member:nth-child(3) {
  margin-right: 26%;
}
.team_list .team__member:nth-child(6) {
  margin-right: 76%;
}
.team_list .team__member:nth-child(3), .team_list .team__member:nth-child(6) {
  clear: right;
}
@media (max-width: 767px) {
  .team_list .team__member {
    display: inline-block;
    width: 220px;
    padding-bottom: 220px;
    margin: 20px !important;
    clear: right !important;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: 8% 80%;
        -ms-transform-origin: 8% 80%;
            transform-origin: 8% 80%;
  }
  .team_list .team__member:nth-child(even) {
    margin-right: -25% !important;
  }
}

.team__content {
  width: 140%;
  height: 140%;
  position: absolute;
  left: -20%;
  top: -20%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  overflow: hidden;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}
.team__content:before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
}
.team__content > span::before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
}
.team__content .member-name {
  margin-top: 40%;
  text-align: center;
  color: #000;
}
.team__content .member-title {
  font-size: 14px;
  margin-top: 10px;
  text-align: center;
}

.team-social {
  margin-top: 30px;
  text-align: center;
}
.team-social a {
  display: inline-block;
  margin: 0 5px;
  font-size: 28px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #3d3d3d;
  border-radius: 50%;
  color: #3d3d3d;
}
.team-social a:hover {
  background-color: #3d3d3d;
  border-color: #3d3d3d;
  color: #fdee21;
}

/* Contact Section Style */
.contact-section .contact_label {
  position: absolute;
  top: -330px;
  left: -200px;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #3d3d3d;
  color: #fdee21;
  z-index: 4;
}
.contact-section .contact_label::before {
  content: "";
  height: 100%;
  width: 50%;
  float: left;
  shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
}
.contact-section .contact_label > span::before {
  content: "";
  height: 100%;
  width: 50%;
  float: right;
  shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
}
@media (max-width: 1199px) {
  .contact-section .contact_label {
    top: -300px;
    left: -100px;
  }
}
@media (max-width: 991px) {
  .contact-section .contact_label {
    top: -260px;
    left: -60px;
  }
}
@media (max-width: 767px) {
  .contact-section .contact_label {
    width: 260px;
    height: 260px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -340px;
    left: -50px;
  }
  .contact-section .contact_label::before {
    content: "";
    height: 100%;
    width: 50%;
    float: left;
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
  }
  .contact-section .contact_label > span::before {
    content: "";
    height: 100%;
    width: 50%;
    float: right;
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
  }
}
@media (max-width: 479px) {
  .contact-section .contact_label {
    width: 220px;
    height: 220px;
    -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
    top: -240px;
    left: -40px;
  }
  .contact-section .contact_label::before {
    content: "";
    height: 100%;
    width: 50%;
    float: left;
    shape-outside: polygon(0 0%, 100% 0%, 0 50%, 100% 100%, 0% 100%);
  }
  .contact-section .contact_label > span::before {
    content: "";
    height: 100%;
    width: 50%;
    float: right;
    shape-outside: polygon(100% 0, 0 0, 100% 50%, 0% 100%, 0 100%, 100% 100%);
  }
}
.contact-section .contact_label .title {
  margin-top: 100px;
}
@media (max-width: 479px) {
  .contact-section .contact_label .title {
    margin-top: 60px;
  }
}

.contact-social {
  margin-top: 20px;
  text-align: center;
}
.contact-social a {
  display: inline-block;
  margin: 0 5px;
  font-size: 28px;
  height: 38px;
  width: 38px;
  line-height: 38px;
  text-align: center;
  border: 1px solid #fdee21;
  border-radius: 50%;
  color: #fdee21;
}
.contact-social a:hover {
  background-color: #fdee21;
  border-color: #fdee21;
  color: #3d3d3d;
}

.contact-container {
  background-color: #f3f3f3;
  position: relative;
}

.partner_wrapper {
  mix-blend-mode: darken;
  position: relative;
  margin: 0 auto;
  margin-top: -340px;
  width: 100%;
  max-width: 768px;
  text-align: center;
  z-index: 3;
  padding: 0 200px 30px 100px;
  mix-blend-mode: darken;
}
@media (max-width: 1199px) {
  .partner_wrapper {
    margin-top: -340px;
  }
}
@media (max-width: 991px) {
  .partner_wrapper {
    margin-top: -310px;
  }
}
@media (max-width: 767px) {
  .partner_wrapper {
    margin-top: -140px;
    padding: 0 80px 30px 30px;
  }
}
@media (max-width: 479px) {
  .partner_wrapper {
    margin-top: -60px;
    padding: 0 0 20px;
  }
}
.partner_wrapper .partner_title {
  margin-bottom: 30px;
}

.partner {
  display: inline-block;
  height: 60px;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 992px) {
  .partner {
    width: 49%;
    margin-top: 10px;
  }
  .partner img {
    max-width: 90%;
  }
}
.partner img {
  max-height: 100%;
  width: auto;
  display: block;
  vertical-align: top;
}

.legal {
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}
.legal a {
  color: #000;
  font-size: 16px;
}
.legal a:hover {
  color: #679334;
}

.mchess-landing {
  display: block;
  position: relative;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
}
.mchess-landing .logo {
  padding-top: 20px;
  margin-bottom: 50px;
}
.mchess-landing .btn-outline {
  color: #8a6d3b;
  border: 2px solid #8a6d3b;
  font-size: 14px;
  min-width: 130px;
}
.mchess-landing .btn-outline:hover {
  background-color: #8a6d3b;
  color: white;
}
.mchess-landing .btn-outline.white {
  color: white;
  border-color: white;
}
.mchess-landing .btn-outline.white:hover {
  background-color: white;
  color: #8a6d3b;
}
.mchess-landing .text-brown {
  color: #8a6d3b;
}
@media screen and (min-width: 992px) {
  .mchess-landing .content-row {
    table-layout: fixed;
    display: table;
    height: 100%;
  }
}
.mchess-landing .content-column {
  padding-right: 30px;
  padding-left: 30px;
}
.mchess-landing .content-column .btn {
  margin-top: 20px;
}
@media screen and (max-width: 992px) {
  .mchess-landing .content-column {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .mchess-landing .content-column {
    display: table-cell;
    float: none;
    height: 100%;
  }
}
.mchess-landing .content-column.col-dark {
  vertical-align: top;
  color: white;
}
@media screen and (max-width: 992px) {
  .mchess-landing .content-column.col-dark {
    padding-top: 0;
  }
}
.mchess-landing .content-column.col-dark .col-text {
  margin-top: 20px;
  color: #847e2c;
}
@media screen and (min-width: 992px) {
  .mchess-landing .content-column.col-dark {
    padding-right: 100px;
  }
}
.mchess-landing .content-column.col-light {
  vertical-align: middle;
  text-align: center;
}
.mchess-landing .content-column.col-gray {
  text-align: center;
  vertical-align: middle;
}
.mchess-landing .content-column.col-gray .col-text {
  line-height: 18px;
  color: #7a7a7a;
}
.mchess-landing footer {
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .mchess-landing footer {
    padding-right: 15px;
    padding-left: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #7a7a7a;
  }
}
.mchess-landing .pattern {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3d3d3d;
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .mchess-landing .pattern {
    -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  }
}
.mchess-landing .pattern2 {
  width: 100%;
  height: 100%;
  background-color: #eeeeee;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
@media screen and (min-width: 992px) {
  .mchess-landing .pattern2 {
    -webkit-clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(70% 0, 100% 0, 100% 100%, 0% 100%);
  }
}

.calogo {
  display: block;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .calogo {
    display: block;
    margin: 0 auto;
    margin-top: 40px;
  }
}

.app-img {
  width: 96px;
  padding-top: 57px;
}
@media screen and (min-width: 992px) {
  .app-img {
    width: 184px;
    position: relative;
  }
}

.section-content {
  padding-top: 50px;
  padding-bottom: 50px;
}

.mchess_page a {
  color: #8a6d3b;
}

.section-mchess_book {
  position: absolute;
  top: 228px;
  left: 15px;
  right: 15px;
}
@media screen and (min-width: 1200px) {
  .section-mchess_book {
    top: 180px;
    left: calc(50% - 656px);
  }
}
.section-mchess_book .img_book {
  width: 280px;
  height: 391px;
  margin-bottom: 30px;
}
.section-mchess_book .book_heading {
  color: #4e4e4e;
  font-size: 23px;
  line-height: 1.6;
}
.section-mchess_book .book_description {
  line-height: 1.6;
  margin-top: 40px;
  margin-bottom: 40px;
}
.section-mchess_book .book_price {
  font-size: 30px;
}
.section-mchess_book .book_price span {
  font-weight: bold;
}
.section-mchess_book .review-detail {
  display: inline;
}
.section-mchess_book .review-detail .book-author {
  display: inline-block;
}
.section-mchess_book .rating {
  list-style-type: none;
  margin-left: -30px;
  display: inline-block;
}
.section-mchess_book .rating li {
  display: inline-block;
  font-size: 20px;
  color: #efe712;
}
.section-mchess_book .vendor-list {
  border-left: 1px solid #ccc;
  height: 390px;
}
.section-mchess_book .vendor-list .vendor-title {
  margin-left: 35px;
  border-bottom: 1 px solid #ccc;
}
.section-mchess_book .vendor-list .book_vendor {
  list-style-type: none;
}
.section-mchess_book .vendor-list .book_vendor li {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 18px;
  color: #8a6d3b;
}
.section-mchess_book .vendor-list .book_vendor li a {
  color: #8a6d3b;
}

.btn-download {
  padding: 12px 40px;
  border-color: #757575;
  background-color: #757575;
  margin-left: 22px;
}

.mchess_tile {
  position: relative;
}

/* tab style*/
.section-mchess_tab {
  background-color: #fafafa;
}
.section-mchess_tab .nav-tabs {
  display: inline-block;
  padding: 10px 50px;
  border-bottom: none;
  background-color: #fdfdfd;
  margin-right: 62px;
  margin-left: 38px;
  text-align: center;
}
.section-mchess_tab .nav-tabs li {
  font-size: 18px;
  float: none;
  display: inline-block;
}
.section-mchess_tab .nav-tabs li:nth-child(2) {
  margin-right: 122px;
  margin-left: 122px;
}
.section-mchess_tab .nav-tabs li.active {
  color: #000;
  border: transparent !important;
  border-bottom: 3px solid #000 !important;
  cursor: default;
}
.section-mchess_tab .nav-tabs li a {
  color: #aeaeae;
  border: none;
  padding-top: 0px;
  padding-bottom: 0px;
}
.section-mchess_tab .nav-tabs li:hover {
  border-bottom: 3px solid #000 !important;
}
.section-mchess_tab .nav-tabs li:hover a {
  background: none;
}
.section-mchess_tab .nav-tabs > li.active > a, .section-mchess_tab .nav-tabs > li.active > a:hover, .section-mchess_tab .nav-tabs > li.active > a:focus {
  color: #000;
  border: none !important;
  cursor: default;
  background-color: transparent;
}
.section-mchess_tab .detail_tab {
  padding-top: 20px;
  padding-left: 53px;
  font-size: 15px;
  color: #000;
  width: 85%;
  line-height: 28px;
}
.section-mchess_tab .book-review {
  padding: 19px;
}
.section-mchess_tab .book-review .text-mute {
  color: #cccccc;
  margin-top: -10px;
}

.tab_detail {
  padding-top: 30px;
}

.media-list {
  padding-left: 55px;
  list-style: none;
}

.text-semibold {
  font-weight: 600;
}

.contact_label {
  position: absolute;
  top: -330px;
  left: -200px;
  width: 300px;
  height: 300px;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #3d3d3d;
  color: #fdee21;
  z-index: 4;
}
.contact_label .title {
  margin-top: 100px;
}

.chess_row {
  margin: 0;
  background-color: #fafafa;
}
@media screen and (min-width: 991px) {
  .chess_row {
    margin-top: -84px;
  }
}

.chess-instructor #instructor {
  background: url(../../assets-schools/img/instructor-bg-top.png) no-repeat center top;
  min-height: 700px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .chess-instructor #instructor {
    min-height: 500px;
  }
}
.chess-instructor #instructor .top_section .logo {
  padding: 30px 0 0 50px;
}
@media screen and (max-width: 1024px) {
  .chess-instructor #instructor .top_section .logo {
    padding: 10px 0 0 80px;
  }
}
.chess-instructor #instructor .top_section .banner-text .cover {
  padding-right: 80px;
  padding-left: 80px;
}
@media screen and (max-width: 767px) {
  .chess-instructor #instructor .top_section .banner-text .cover {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.chess-instructor #instructor .top_section .banner-text .cover h1 {
  color: #fff;
  text-align: center;
  font-size: 50px;
  padding-top: 160px;
}
@media screen and (max-width: 767px) {
  .chess-instructor #instructor .top_section .banner-text .cover h1 {
    font-size: 25px;
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .chess-instructor #instructor .top_section .banner-text .cover p {
    font-size: 20px;
  }
}
.chess-instructor #instructor .top_section .banner-text .cover .content {
  padding-top: 20px;
  color: #fff;
  opacity: 0.6;
  font-size: 22px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  line-height: 30px;
}
.chess-instructor #video h3 {
  font-weight: bold;
  padding-top: 40px;
  font-size: 24px;
}
.chess-instructor #video .contentBottom {
  padding-bottom: 200px;
  height: auto;
}
.chess-instructor .video-ss h3 {
  font-weight: bold;
  padding-top: 40px;
}
.chess-instructor .video-ss .contentBottom {
  padding-bottom: 200px;
  height: auto;
}
.chess-instructor .curriculum .tab-curriculum {
  width: 100%;
}
.chess-instructor .curriculum .tab-curriculum .column {
  display: inline-table;
  float: left;
  width: 50%;
}
@media screen and (max-width: 800px) {
  .chess-instructor .curriculum .tab-curriculum .column {
    width: 100%;
  }
}
.chess-instructor .curriculum .tab-curriculum .column.yellow {
  background: #efb627;
}
.chess-instructor .curriculum .full {
  width: 100%;
}
.chess-instructor .curriculum .view-curriculum {
  margin: 30px auto !important;
}
.chess-instructor .curriculum .view-curriculum .head {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.chess-instructor .curriculum .view-curriculum .details {
  font-size: 12px !important;
  padding: 0px;
  padding: 0px !important;
  margin: 0 auto !important;
  line-height: 18px !important;
}
.chess-instructor .curriculum .desc {
  font-size: 22px;
  padding: 80px 0;
}
@media screen and (max-width: 767px) {
  .chess-instructor .curriculum .desc {
    padding: 25px 0 80px;
  }
}
.chess-instructor .curriculum .desc p {
  color: #fff !important;
  line-height: 30px !important;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media screen and (max-width: 767px) {
  .chess-instructor .curriculum .desc p {
    width: 95% !important;
  }
}
.chess-instructor .equipment .row {
  margin-top: 10px;
}
.chess-instructor .equipment .row .grey {
  background: #fff;
  padding-bottom: 20px;
}
.chess-instructor .equipment .row .heading {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.chess-instructor .equipment .row .desc {
  font-size: 12px;
  padding: 0 40px;
  color: #131421;
  line-height: 18px;
}
.chess-instructor .report .greybg {
  background: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
}
.chess-instructor .report .greybg .row {
  margin-bottom: 30px;
}
.chess-instructor .report .greybg .progress-text h6 {
  font-size: 20px;
  font-weight: bold;
  text-align: left;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .chess-instructor .report .greybg .progress-text h6 {
    text-align: center;
  }
}
.chess-instructor .report .greybg .progress-text p {
  text-align: left !important;
  font-size: 12px !important;
  margin: 0px !important;
  line-height: 20px !important;
  -webkit-hyphens: none;
      -ms-hyphens: none;
          hyphens: none;
}
@media screen and (max-width: 991px) {
  .chess-instructor .report .greybg .progress-text p {
    text-align: center !important;
    width: 100% !important;
    padding: 0 80px;
  }
}
.chess-instructor .report .greybg .progress-text .btns {
  padding-top: 10px;
}
.chess-instructor .report .greybg .progress-text .btns .btn {
  background: #946e2a;
  padding: 5px 10px;
  color: #fff;
  border-radius: 0px;
  text-transform: uppercase;
}
.chess-instructor section.ppt-presentation .presentation-section {
  background: #fff;
  padding: 25px 0;
}
.chess-instructor section.ppt-presentation .presentation-section .col-sm-12 {
  margin-bottom: 25px;
}
.chess-instructor section.ppt-presentation .presentation-section .col-sm-12 iframe {
  width: 100%;
}
.chess-instructor section.ppt-presentation .presentation-section .col-sm-12 h2 {
  font-size: 2.5em;
  text-transform: uppercase;
  margin: 44px 0 20px 0;
  font-weight: bold;
  text-align: center;
  -webkit-hyphens: none;
}
.chess-instructor section.ppt-presentation .presentation-section .col-sm-12 p {
  font-size: 15px !important;
  line-height: 20px !important;
  max-width: 600px;
  margin: 0 auto 25px;
  text-align: center;
}
.chess-instructor section.ppt-presentation .presentation-section #scroll-9,
.chess-instructor section.ppt-presentation .presentation-section #scroll-10,
.chess-instructor section.ppt-presentation .presentation-section #scroll-11,
.chess-instructor section.ppt-presentation .presentation-section #scroll-12 {
  display: inline-block;
  width: 100%;
}
.chess-instructor .quiz {
  bottom: -200px;
  transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
}
.chess-instructor .quiz.quiz-static {
  position: sticky;
  bottom: 0;
  transition: linear 0.2s;
  -webkit-transition: linear 0.2s;
}
.chess-instructor .quiz .fullwidth {
  width: 100%;
  padding-bottom: 20px;
}
.chess-instructor .quiz .fullwidth h2 {
  margin-bottom: 10px !important;
}
.chess-instructor .quiz .fullwidth .btns {
  padding-top: 15px;
}
.chess-instructor .quiz .fullwidth .btns .btn-blue {
  background: #0072bc;
  padding: 7px 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
}
.chess-instructor .quiz .layout {
  -webkit-box-shadow: 0px -4px 18px -4px #999;
          box-shadow: 0px -4px 18px -4px #999;
}
.chess-instructor .quiz#mission .content h2 {
  margin: 13px 0 0 0;
  font-weight: bold;
  font-size: 1.8rem;
}
.chess-instructor .quiz#mission .content .details {
  max-width: 80%;
  width: 100% !important;
  font-size: 14px !important;
  margin-top: 10px !important;
}
.chess-instructor .veiw-equip .layout {
  text-align: center;
  background: url(../../assets-schools/img/metro_cultural_presentation.png) no-repeat center top;
  min-height: 400px;
  background-size: 100%;
  position: relative;
}
.chess-instructor .veiw-equip .layout .view-btn {
  margin: 0;
  bottom: 145px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.chess-instructor .veiw-equip h2 {
  margin: 30px 0 15px;
  color: #fff;
}
.chess-instructor .veiw-equip p {
  font-size: 15px !important;
  line-height: 20px !important;
  max-width: 600px;
  margin: 0 auto 25px;
  text-align: center;
  color: #fff;
}
.chess-instructor .footer p {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 18px !important;
}
.chess-instructor .footer .add {
  padding-top: 20px;
}
.chess-instructor .footer .black-bg {
  background: #252525 !important;
}
.chess-instructor .footer .black-bg .privacy {
  padding-top: 50px;
  padding-right: 50px;
}
.chess-instructor .footer .black-bg .privacy p {
  text-align: right !important;
  padding: 0px;
  width: 100% !important;
  margin: 10px 0 0 0 !important;
}
.chess-instructor .footer .black-bg .privacy .img-logo {
  width: 60px;
}
.chess-instructor .nobg {
  background: #fff !important;
}
.chess-instructor .black {
  color: #000 !important;
  font-size: 18px !important;
}
.chess-instructor .font14 {
  font-size: 15px !important;
  line-height: 20px !important;
}
.chess-instructor .view-btn {
  background: transparent;
  padding: 0;
  text-transform: uppercase;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  position: absolute;
  margin-left: -130px;
  margin-top: -40px;
}
.chess-instructor .left-scroll {
  position: absolute;
  left: 0;
  top: 30px;
  background: transparent;
  max-width: 225px !important;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll {
    max-width: 100% !important;
    width: 100%;
    background: #000;
    padding: 25px 0 0 0;
    top: 0;
    height: 100vh;
    z-index: 2;
    display: none;
  }
}
.chess-instructor .left-scroll.left-scroll-fix {
  position: fixed;
  top: 30px;
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll.left-scroll-fix {
    top: 0px;
  }
}
.chess-instructor .left-scroll #myScrollspy {
  background: none;
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll #myScrollspy {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll #myScrollspy .nav {
    width: 100%;
    background: transparent;
  }
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll #myScrollspy .nav li {
    padding: 0 0 10px 0;
    text-align: left;
  }
}
.chess-instructor .left-scroll #myScrollspy .nav li a {
  position: relative;
  display: block;
  padding: 10px 24px;
  font-size: 13px;
  border-left: solid 3px transparent;
  color: #999;
}
@media screen and (max-width: 1400px) {
  .chess-instructor .left-scroll #myScrollspy .nav li a {
    padding: 10px 8px 8px;
  }
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll #myScrollspy .nav li a {
    font-size: 15px;
  }
}
.chess-instructor .left-scroll #myScrollspy .nav li a:hover {
  background: transparent;
}
.chess-instructor .left-scroll #myScrollspy .nav li a:focus {
  background: transparent;
}
.chess-instructor .left-scroll #myScrollspy .nav li a.nav-active {
  background: transparent;
  border-left: solid 3px #efb627;
  color: #efb627;
  border-radius: 0;
}
.chess-instructor .left-scroll #myScrollspy .nav li.active a {
  background-color: transparent;
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll nav {
    width: 100%;
  }
}
.chess-instructor .left-scroll .close {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1024px) {
  .chess-instructor .left-scroll .close {
    display: block;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .chess-instructor .left-scroll .close {
    position: absolute;
    right: -14px;
    top: 8px;
  }
}
.chess-instructor .left-scroll .close button {
  color: #fff;
  opacity: 1;
  margin: 0 20px 0 0;
  font-size: 30px;
  background: transparent;
  border: none;
}
@media screen and (max-width: 767px) {
  .chess-instructor .left-scroll .close button {
    margin: 0 20px 0 0;
    font-size: 20px;
  }
}

.closed {
  position: absolute;
  top: 30px;
  z-index: 1;
  left: 10px;
  color: #fff;
  font-size: 23px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1024px) {
  .closed {
    display: block;
  }
}
.closed button {
  background: transparent;
  border: none;
}

.scroll-down {
  text-align: center;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
}
.scroll-down img {
  width: 30px;
}

.custom-accordian {
  padding: 20px;
  background: #fff;
}
.custom-accordian h2 {
  margin: 50px 0;
  text-transform: uppercase;
  font-weight: 600;
}
.custom-accordian .accord-1 {
  padding: 0 0 15px 0;
  background: #fff;
  max-width: 850px;
  margin: 0 auto;
  width: 100%;
}
.custom-accordian .accord-1 h1 {
  font-size: 15px;
  border: solid 2px #ddd;
  text-transform: uppercase;
  color: #7a7a7a;
  padding: 20px;
  position: relative;
  font-weight: 600;
  transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
}
.custom-accordian .accord-1 h1:hover {
  background: #333;
  color: #fff;
  border: solid 2px #000;
  cursor: pointer;
  transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
}
.custom-accordian .accord-1 h1:hover:before {
  color: #fff;
}
.custom-accordian .accord-1 h1:before {
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  right: 20px;
  top: 15px;
  color: #333;
  font-size: 26px;
}
.custom-accordian .accord-1 p {
  font-size: 16px;
  color: #7a7a7a;
  padding: 20px;
  display: none;
  transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
}
.custom-accordian .accord-1.checked p {
  display: block;
  transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
}
.custom-accordian .accord-1.checked h1 {
  border: solid 2px #000;
}
.custom-accordian .accord-1.checked h1:before {
  content: "\f107";
}

@media screen and (max-width: 1024px) {
  #scroll-13 .section-wrap-mp {
    background: #fff;
  }
}

* {
  -webkit-hyphens: none;
}

.screening-process .logo {
  padding: 30px 0 0 50px;
}
.screening-process .home-banner {
  background: url(../../assets-schools/img/classroom.jpg) no-repeat center top;
  min-height: 485px;
  position: relative;
  width: 100%;
}
.screening-process .home-banner .banner-text {
  position: absolute;
  bottom: 25%;
  left: 50%;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  max-width: 720px;
  width: 100%;
}
.screening-process .home-banner .banner-text .content p {
  font-size: 24px;
  color: #fff;
  text-align: center;
  line-height: 24px;
}
.screening-process .footer #mission .content {
  width: 100%;
}
.screening-process .screening-process-inner {
  height: 870px;
}
.screening-process .screening-process-inner .layout {
  padding: 20px;
  position: relative;
  height: 100%;
  background: #fff url(../../assets-schools/img/funnel.png);
  background-repeat: no-repeat;
  background-position: center 30px;
}
.screening-process .screening-process-inner .layout .left-screening {
  width: 40%;
}
.screening-process .screening-process-inner .layout .screen-val {
  position: absolute;
  max-width: 250px;
  width: 100%;
  right: 0;
  text-align: center;
}
.screening-process .screening-process-inner .layout .screen-val.right-one {
  top: 7%;
}
.screening-process .screening-process-inner .layout .screen-val.right-two {
  top: 35%;
}
.screening-process .screening-process-inner .layout .screen-val.right-three {
  top: 60%;
}
.screening-process .screening-process-inner .layout .screen-val.right-four {
  top: 80%;
}
.screening-process .screening-process-inner .layout .screen-text {
  position: absolute;
  max-width: 250px;
  width: 100%;
  left: 3%;
}
.screening-process .screening-process-inner .layout .screen-text.left-one {
  top: 7%;
}
.screening-process .screening-process-inner .layout .screen-text.left-two {
  top: 35%;
}
.screening-process .screening-process-inner .layout .screen-text.left-three {
  top: 60%;
}
.screening-process .screening-process-inner .layout .screen-text.left-four {
  top: 80%;
}
.screening-process .screening-process-inner .layout h1 {
  font-size: 18px;
  margin: 0 0 10px 0;
  color: #946e2a;
  font-weight: 600;
}
.screening-process .screening-process-inner .layout p {
  font-size: 14px;
  margin: 0 0 10px 0;
  color: #0a0a0a;
  line-height: 21px;
}

.summer-camp {
  font-size: 14px;
}

.chess-summer-camp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 667px) {
  .chess-summer-camp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.camp-content {
  max-width: 440px;
  width: 100%;
}

@media screen and (max-width: 667px) {
  .chess-summer-camp .camp-content {
    margin: 40px 0 0 0;
  }
}
@media screen and (max-width: 667px) {
  .camp-content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.camp-content h2 {
  font-size: 27px;
  margin: 0 0 17px 0;
}

.camp-content p {
  line-height: 26px;
  font-size: 14px;
  margin: 0;
}

.chess-summer-camp .camp-pic img,
.about-pic img {
  background: transparent;
  position: relative;
  -webkit-animation: mymove 1s;
  -webkit-animation-iteration-count: infinite;
  animation: mymove 1s;
  animation-iteration-count: infinite;
  transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@media screen and (max-width: 768px) {
  .camp-pic img {
    padding: 15px;
    width: 100%;
  }
}
.chess-camp .camp-pic img {
  background: transparent;
  position: relative;
  -webkit-animation: moves 1s;
  -webkit-animation-iteration-count: 1;
  animation: moves 1s;
  animation-iteration-count: 1;
  transition: linear 1s;
  -webkit-transition: linear 1s;
}

@media screen and (max-width: 768px) {
  .chess-camp .camp-pic img {
    height: 100%;
    width: auto;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes mymove {
  to {
    top: -10px;
  }
  from {
    top: 0px;
  }
}
@keyframes mymove {
  to {
    top: -10px;
  }
  from {
    top: 0px;
  }
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes moves {
  to {
    top: -5px;
  }
  from {
    top: 0px;
  }
}
@keyframes moves {
  to {
    top: -5px;
  }
  from {
    top: 0px;
  }
}
.age-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #ead175;
  margin: 35px 0 60px 0;
  -webkit-box-shadow: 0 0 27px #cac9c9;
          box-shadow: 0 0 27px #cac9c9;
}
@media screen and (max-width: 767px) {
  .age-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.age-section .age {
  width: 25%;
  border-right: solid 1px #f5e8ba;
  margin: 0 0 0 17px;
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  .age-section .age {
    width: 45%;
    margin: 0 0 0 15px;
    padding: 15px 0;
  }
}
.age-section .age h2 {
  margin: 12px 0 0 0;
  font-size: 14px;
  color: #000;
  font-weight: bold;
}
.age-section .age h2 p {
  display: inline-block;
  font-weight: normal;
}
.age-section .age p {
  margin: 0;
  font-size: 13px;
  color: #000;
  text-transform: uppercase;
}

.camp-content ul {
  padding: 25px 0 0 18px;
}

.camp-content ul li {
  padding: 0 0 10px 0;
}

.about-chess-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 0;
}
@media screen and (max-width: 667px) {
  .about-chess-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.about-content {
  padding: 0 0 0 25px;
}
.about-content p {
  line-height: 27px;
}

/* @media screen and (max-width: 667px){
    order: 2;
} */
.about-pic {
  width: 245px;
}

.achievements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.achievements-outr {
  text-align: center;
  margin: 0 0 40px 0;
  max-width: 800px;
  margin: 0 auto 40px;
}

.achievement-section {
  background: #fafafa;
  padding: 30px 0 70px;
}

.achieve-sec img {
  width: 100%;
}

.seen-section {
  background: #f5f5f5;
  padding: 50px 0 75px;
}

.seen-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.seen-icons .seen-logo {
  width: 25% !important;
  text-align: center;
  margin: 0 0 25px 0;
}

@media screen and (max-width: 767px) {
  .seen-icons .seen-logo {
    width: 35% !important;
  }
}
@media screen and (max-width: 480px) {
  .seen-icons .seen-logo {
    width: 100% !important;
  }
}
.seen-icons .seen-logo img {
  width: auto;
}

@media screen and (max-width: 767px) {
  .seen-icons .seen-logo img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 568px) {
  .seen-icons .seen-logo img {
    width: auto;
  }
}
/* @media screen and (max-width:767px){
    width: 100%;
} */
.seen-section h2 {
  width: 100%;
  text-align: center;
  margin: 45px 0 55px 0;
  text-transform: uppercase;
  font-weight: 700;
}

.chess-book {
  background: url(assets-schools/img/chess-book-bg.png);
  padding: 50px 0;
  background-size: cover;
  background-repeat: no-repeat;
}

.faq-section {
  background: url(assets-schools/img/faq-bgg.png);
  padding: 0 0 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.faq-ques-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 55px 0 0 0;
  padding: 0 55px;
}

@media screen and (max-width: 667px) {
  .faq-ques-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
.faq-section h2 {
  font-size: 25px;
  text-align: center;
  margin: 60px 0 0 0;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
}

.question {
  margin: 0 0 10px 0;
  background: #fff;
  padding: 15px;
  width: 46%;
}

@media screen and (max-width: 667px) {
  .question {
    width: 100%;
  }
}
.question p {
  display: none;
  margin: 10px 0 0 0;
}

.question.current p {
  display: block;
  -webkit-transition: linear 0.1s;
  transition: linear 0.1s;
}

.question.current .fa-plus:before {
  content: "\f068";
}

.question span {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 600;
  color: #000;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.question span h3 {
  font-size: 15px;
  line-height: 20px;
  margin: 0;
}

.question .fa {
  margin-top: 5px;
  font-weight: normal;
  font-size: 10px;
  border: solid 1px #868686;
  text-align: center;
  padding: 2px 2px 0px 2px;
  color: #868686;
}

.about-content h2 {
  margin: 0 0 15px 0;
  font-size: 25px;
}

.about-content button {
  background: #7b3d1a;
  border: none;
  padding: 12px 20px;
  color: #fff;
  border-radius: 3px;
  text-transform: uppercase;
  max-width: 138px;
  width: 100%;
  margin: 15px 0 0 0;
}

.about-content button:hover {
  background: #000;
}

.contact-section {
  padding: 0 0 50px;
  background: url(assets-schools/img/contact-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-form {
  max-width: 500px;
  width: 100%;
  padding: 30px;
  background: #fff;
  border-radius: 15px;
  margin: -36px 0 0 0;
  -webkit-box-shadow: 0 0 30px #e6e6e6;
          box-shadow: 0 0 30px #e6e6e6;
}

@media screen and (max-width: 768px) {
  .contact-form {
    margin: -27px auto 0;
  }
}
.contact-form-innner select,
.contact-form-innner input {
  width: 100%;
  margin: 0 0 45px 0;
  border-top: none;
  border-left: none;
  border-right: none;
  padding: 0 0 20px 0;
  border-bottom: solid 1px #d2d2d2;
  color: #000 !important;
  font-size: 16px;
  font-weight: 500;
}

.contact-form-innner input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000 !important;
}

.contact-form-innner input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000 !important;
}

.contact-form-innner input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000 !important;
}

.contact-form-innner input:-moz-placeholder {
  /* Firefox 18- */
  color: #000 !important;
}

.contact-form-innner button {
  background: #7b3d1a;
  border: none;
  padding: 8px 20px;
  color: #fff;
  border-radius: 20px;
  text-transform: uppercase;
  max-width: 115px;
  width: 100%;
}

.contact-form-innner button:hover {
  background: #000;
}

.contact-form h2 {
  margin: 0 0 52px 0;
  font-size: 25px;
  font-weight: 700;
  text-transform: uppercase;
}

section.summer-camp .container {
  max-width: 960px;
  width: 100%;
}

.chess-book-sec {
  position: relative;
}

.chess-book-sec img {
  width: auto;
}

.appreciation-section {
  background: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), color-stop(#f8f8f8), to(#fefefe));
  background-image: linear-gradient(#fdfdfd, #f8f8f8, #fefefe);
  padding: 40px 0 90px;
}
.appreciation-section .slick-prev:before,
.appreciation-section .slick-next:before {
  color: #000 !important;
  font-size: 30px;
}
.appreciation-section .slick-prev,
.appreciation-section .slick-next {
  top: 120%;
  color: #000 !important;
  width: 29px;
  height: 29px;
}
.appreciation-section .slick-prev {
  left: 45%;
}
@media screen and (max-width: 667px) {
  .appreciation-section .slick-prev {
    left: 41%;
  }
}
@media screen and (max-width: 667px) {
  .appreciation-section .slick-prev {
    left: 37%;
  }
}
.appreciation-section .slick-next {
  right: 45%;
}
@media screen and (max-width: 667px) {
  .appreciation-section .slick-next {
    right: 41%;
  }
}
@media screen and (max-width: 479px) {
  .appreciation-section .slick-next {
    right: 37%;
  }
}

.appreciation-section ol.carousel-indicators {
  display: none;
}

.appreciation-section .carousel-caption {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 -15px;
}

.appreciation-section h1 {
  text-align: center;
  margin: 20px 0 30px 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
}

a.left.carousel-control,
a.right.carousel-control {
  background: transparent;
  top: 110%;
}

.carousel-control.left {
  left: 45%;
}

.carousel-control.right {
  right: 45%;
}

.common-slide {
  text-align: left;
  margin: 0 15px;
}

.common-slide span {
  color: #000;
  font-size: 14px;
  text-shadow: none;
  background: #fff;
  padding: 20px;
  display: inline-block;
  width: 100%;
  line-height: 25px;
  -webkit-box-shadow: 0 0px 25px -9px #dad9d9;
          box-shadow: 0 0px 25px -9px #dad9d9;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 0 0;
}

.author-pic {
  width: 100px;
  height: 100px;
  background: #dedede;
  border-radius: 50%;
  margin: 0 15px 0 0px;
}

.author-txt h3 {
  text-shadow: none;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}

.author-txt p {
  text-shadow: none;
  color: #777;
  font-size: 14px;
  margin: 0;
}

p#demo {
  font-size: 14px;
  width: 100% !important;
  max-width: 210px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  p#demo {
    font-size: 14px;
    max-width: 170px;
  }
}
p#demo div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

p#demo span {
  margin: 0 7px 0 0px;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
}

@media screen and (max-width: 767px) {
  p#demo span {
    font-size: 10px;
  }
}
section.breadcrum h5 {
  margin: 40px 0 0 15px;
}

section.breadcrum h5.mchess_page a {
  color: #000;
}

section.breadcrum h5.mchess_page .fa {
  margin: 0 5px 0 0px;
  color: #914e22;
}

.chess-book-sec {
  position: relative;
}

@media screen and (max-width: 800px) {
  .chess-book-sec img {
    width: 50%;
  }
}
img.book-3 {
  position: absolute;
  z-index: 3;
  left: 56% !important;
  -ms-transform: translate(-56%, 0);
      transform: translate(-56%, 0);
  -webkit-transform: translate(-56%, 0);
  opacity: 0;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  height: 80%;
  top: 52%;
}

img.book-5 {
  position: absolute;
  z-index: 2;
  left: 76% !important;
  -ms-transform: translate(-76%, 0);
      transform: translate(-76%, 0);
  -webkit-transform: translate(-76%, 0);
  opacity: 0;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  height: 70%;
  top: 52%;
}

img.book-7 {
  position: absolute;
  z-index: 1;
  left: 90% !important;
  -ms-transform: translate(-90%, 0);
      transform: translate(-90%, 0);
  -webkit-transform: translate(-90%, 0);
  opacity: 0;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  height: 60%;
  top: 52%;
}

img.center-book {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  left: 50%;
}

img.book-2 {
  position: absolute;
  left: 54%;
  -ms-transform: translate(-54%, 0);
      transform: translate(-54%, 0);
  -webkit-transform: translate(-54%, 0);
  z-index: 3;
  opacity: 0;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  height: 80%;
  top: 52%;
}

img.book-4 {
  position: absolute;
  z-index: 2;
  left: 76% !important;
  -ms-transform: translate(-76%, 0);
      transform: translate(-76%, 0);
  -webkit-transform: translate(-76%, 0);
  opacity: 0;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  height: 70%;
  top: 52%;
}

img.book-6 {
  position: absolute;
  z-index: 1;
  left: 90% !important;
  -ms-transform: translate(-90%, 0);
      transform: translate(-90%, 0);
  -webkit-transform: translate(-90%, 0);
  opacity: 0;
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  height: 60%;
  top: 52%;
}

.chess-book.visible img.book-3 {
  left: 32% !important;
  -ms-transform: translate(-30%, 0);
      transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, -52%);
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  opacity: 1;
}

.chess-book.visible img.book-5 {
  left: 14% !important;
  -ms-transform: translate(-30%, 0);
      transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, -52%);
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  opacity: 1;
}

.chess-book.visible img.book-7 {
  left: 6% !important;
  -ms-transform: translate(-30%, 0);
      transform: translate(-30%, 0);
  -webkit-transform: translate(-30%, -52%);
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  opacity: 1;
}

.chess-book.visible img.book-2 {
  left: 74% !important;
  -ms-transform: translate(-62%, 0);
      transform: translate(-62%, 0);
  -webkit-transform: translate(-62%, -52%);
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  opacity: 1;
}

.chess-book.visible img.book-4 {
  left: 80% !important;
  -ms-transform: translate(-62%, 0);
      transform: translate(-62%, 0);
  -webkit-transform: translate(-62%, -52%);
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  opacity: 1;
}

.chess-book.visible img.book-6 {
  left: 100% !important;
  -ms-transform: translate(-100%, -52%);
      transform: translate(-100%, -52%);
  -webkit-transform: translate(-100%, -52%);
  transition: linear 0.3s;
  -webkit-transition: linear 0.3s;
  opacity: 1;
}

.chess-camp {
  padding: 50px 0 125px 0;
}

.chess-camp .camp-pic {
  background: #4f4e5b;
  max-width: 390px;
  text-align: center;
  border-radius: 50%;
  height: 390px;
  padding: 40px 0 0 0;
  transition: linear 1s;
  -webkit-transition: linear 1s;
  width: 100%;
}

.chess-camp.visible .camp-pic {
  padding: 0;
  transition: linear 1s;
  -webkit-transition: linear 1s;
}

div#id01 {
  z-index: 999;
}

.work-modal {
  padding: 40px 20px;
}

.chess-accordian .acc-div h3 {
  text-align: left;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: solid 1px #f5f5f5;
  padding: 15px 0;
  margin: 5px 0 5px 0;
}

.chess-accordian .acc-div h3:before {
  right: 0;
  content: "+";
  top: 10px;
  color: #fff;
  position: absolute;
  font-size: 17px;
  cursor: pointer;
  background: #632614;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: 500;
  padding: 2px 0 5px;
}

.chess-accordian .acc-div.current h3:before {
  right: 0;
  content: "-";
  top: 10px;
  color: #fff;
  position: absolute;
  font-size: 17px;
  font-weight: 600;
  background: #632614;
  width: 18px;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0px 0 3px 0;
}

.acc-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  padding: 10px 0 10px;
  display: none;
  transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
}

.acc-list ul {
  display: block;
  width: 100%;
  padding: 0;
}

.acc-list li {
  list-style: decimal;
  padding: 3px 0;
  width: 32%;
  display: inline-block;
  color: #632614;
  font-weight: normal;
}

.current .acc-list {
  display: block;
  transition: linear 0.1s;
  -webkit-transition: linear 0.1s;
}

.chess-book-sec.mobile-books {
  display: none;
}

@media screen and (max-width: 800px) {
  .chess-book-sec.mobile-books {
    display: block;
    text-align: center;
  }
  .chess-book-sec {
    display: none;
  }
  .chess-book-sec.mobile-books img {
    width: 90%;
  }
}
/*    
        .enroll-section {
            display: flex;
            align-items: center;
            width: calc(100% - 200px);
            justify-content: flex-end;
        }

            .enroll-section p {
                margin: 0 30px 0 0px;
                font-size: 13px;
            }

            .enroll-section button {
                background: #7b3d1a;
                border: none;
                padding: 8px 20px;
                color: #fff;
                border-radius: 4px;
                text-transform: capitalize;
                max-width: 115px;
                width: 100%;
                font-size: 13px;
            }

            .enroll-section a {
                background: #7b3d1a;
                border: none;
                padding: 8px 20px;
                color: #fff;
                border-radius: 4px;
                text-transform: capitalize;
                max-width: 115px;
                width: 100%;
                font-size: 13px;
                text-align: center;
                text-decoration: none;
            }

                .enroll-section a:hover,
                .enroll-section-inner a:hover {
                    background: #333;
                }

        .registration-section h1 strong {
            color: #7b3d1a;
            text-transform: uppercase;
            display: block;
        }

        .enroll-section-sec h1 {
            max-width: 350px;
            text-align: center;
            font-size: 30px;
            margin: 0 auto;
        }

        .registration-section p {
            font-size: 22px !important;
            margin: 3px 0 0 0;
        }

        .enroll-section button:hover {
            background: #000;
        }

        .enroll-section-sec {
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-direction: column;
            padding: 0 0 10px;
            margin: 75px 0 15px;
            width: 100%;
        }

        .enroll-section-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            margin: 25px 0 0 0;
            position: relative;
        }

            .enroll-section-inner button {
                background: #7b3d1a;
                border: none;
                padding: 12px 20px;
                color: #fff;
                border-radius: 4px;
                text-transform: uppercase;
                max-width: 170px;
                width: 100%;
                font-size: 16px;
                font-weight: 600;
            }

            .enroll-section-inner a {
                background: #7b3d1a;
                border: none;
                padding: 12px 20px;
                color: #fff;
                border-radius: 4px;
                text-transform: uppercase;
                max-width: max-content;
                width: 100%;
                font-size: 20px;
                font-weight: 600;
                text-decoration: none;
                text-align: center;
            }

            .enroll-section-inner p {
                color: #000;
                font-size: 13px;
                font-weight: 500;
                text-align: center;
            }

        .enroll-section-sec p#demo2 {
            font-size: 30px;
            width: 100% !important;
            max-width: 100%;
            font-weight: 700;
        }

        .enroll-section-sec .registration-section > p {
            width: 100% !important;
            font-size: 13px;
            text-align: center;
            font-weight: 500;
            font-style: italic;
        }

        .download-enroll {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .enroll-section-sec h1 {
            max-width: 350px;
            text-align: center;
            font-size: 30px;
        }

        .enroll-section-sec:first-child {
            border-right: solid 1px #d2d2d2;
        }

            .enroll-section-sec:first-child a {
                font-size: 25px;
                position: relative;
            }

        .enroll-section-inner a:before {
            position: absolute;
            content: "";
            top: -13px;
            width: 100px;
            height: 2px;
            background: #7b3d1a;
            left: 50%;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
        }

        .enroll-section-inner a:after {
            position: absolute;
            content: "";
            top: -15px;
            width: 20px;
            height: 6px;
            background: #7b3d1a;
            left: 50%;
            transform: translate(-50%, 0);
            -webkit-transform: translate(-50%, 0);
        }

        .enroll-section-sec.download-sec h1 {
            font-size: 20px;
            padding: 0 35px;
        }

        .enroll-section-sec.download-sec a {
            background: transparent;
            color: #333;
            font-size: 17px;
            text-decoration: underline;
        }

            .enroll-section-sec.download-sec a:hover {
                color: #7b3d1a;
            }

        @media screen and (max-width:768px) {
            .enroll-section p {
                margin: 0 10px 0 0px;
                font-size: 11px;
            }

            .enroll-section button {
                padding: 6px 10px;
                max-width: 90px;
                font-size: 12px;
            }
        }

        @media screen and (max-width:640px) {
            .enroll-section p {
                display: none;
            }
        }

        @media screen and (max-width:666px) {
            .download-enroll {
                flex-direction: column;
            }

            .enroll-section-sec {
                width: 100%;
                margin: 25px 0 15px;
            }

                .enroll-section-sec:first-child {
                    border-right: none;
                }
        }*/
/* 
    MCHESS: Class.html Style
________________________*/
.section-mchess-class {
  padding-top: 5rem;
  padding-bottom: 4rem;
  line-height: 28px;
  color: #5c5c5c;
}
.section-mchess-class .section-title {
  color: #636363;
  margin-bottom: 4rem;
}
.section-mchess-class .lead {
  margin-bottom: 3rem;
  color: #8a8a8a;
}
.section-mchess-class .img-fluid {
  max-width: 100%;
}
@media (min-width: 768px) {
  .section-mchess-class .row, .section-mchess-class .flex-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-mchess-class .row [class*=col-], .section-mchess-class .flex-row [class*=col-] {
    max-width: initial;
  }
}
.section-mchess-class .section-list {
  margin: 2rem 0;
  padding-top: 0;
  padding-right: 0;
  padding-left: 2rem;
}
.section-mchess-class .section-list li {
  margin-bottom: 1.5rem;
  font-size: 15px;
}
.section-mchess-class.levels-section {
  background-color: #fdfdfd;
}
.section-mchess-class.section-seen-on {
  background-color: #f5f5f5;
}
.section-mchess-class.achievement-section {
  background-color: #fafafa;
}
.section-mchess-class.section-contact {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-top: 6rem;
}
.section-mchess-class.contact-class {
  background-image: url("../../assets-schools/img/contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-top: 6rem;
}

.img-animate {
  background: transparent;
  position: relative;
  -webkit-animation: mymove 1s;
  -webkit-animation-iteration-count: infinite;
  animation: mymove 1s;
  animation-iteration-count: infinite;
  transition: linear 0.5s;
  -webkit-transition: linear 0.5s;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@keyframes moveimg {
  from {
    top: 0px;
  }
  to {
    top: -10px;
  }
}
@-webkit-keyframes moveimg {
  from {
    top: 0px;
  }
  to {
    top: -10px;
  }
}
.scheduler-section .form-filter-timezone {
  text-align: right;
}
.scheduler-section .mchess-scheduled-classes {
  border-color: rgb(236, 213, 100);
  border-width: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 25px -9px #dad9d9;
          box-shadow: 0 0px 25px -9px #dad9d9;
}
.scheduler-section .mchess-scheduled-classes .k-scheduler-toolbar {
  border-color: rgb(236, 213, 100);
  color: #7b3d1a;
  background-color: #ecd564;
}
.scheduler-section .mchess-scheduled-classes .k-scheduler-toolbar .k-scheduler-navigation .k-header {
  color: white;
  background-color: #7b3d1a;
  background-image: none;
  border-color: #7b3d1a;
  border-width: 0;
}
.scheduler-section .mchess-scheduled-classes .k-scheduler-agendaday {
  color: #7b3d1a;
}
.scheduler-section .mchess-scheduled-classes .k-scheduler-table th {
  border-width: 0 0 2px 0;
  border-color: #7a7a7a;
  text-align: left;
  color: #767676;
}
.scheduler-section .mchess-scheduled-classes .k-scheduler-table td {
  border-width: 0 0 1px 0;
  border-color: #d8d8d8;
  vertical-align: middle;
}
.scheduler-section .mchess-scheduled-classes .k-scheduler-table .k-scheduler-timecolumn {
  font-weight: 600;
}
.scheduler-section .mchess-scheduled-classes .class-template .label-status {
  margin-left: 2rem;
}
.scheduler-section .mchess-scheduled-classes .class-template .label-status.label-full {
  background-color: #3d3d3d;
}
.scheduler-section .mchess-scheduled-classes .class-template .label-status.label-almost-full {
  background-color: #f0ad4e;
}
.scheduler-section .mchess-scheduled-classes .class-template .label-status.label-available {
  background-color: #5cb85c;
}
.scheduler-section .mchess-scheduled-classes .class-template .label-status.label-popular {
  background-color: #5cb85c;
}
.scheduler-section .mchess-scheduled-classes .class-template .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scheduler-section .mchess-scheduled-classes .class-template .title .label {
  margin-left: 1rem;
}

.section-seen-on .seen-on-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.section-seen-on .seen-on-list .list-item {
  padding: 1rem;
  text-align: center;
  width: 25%;
}
@media (max-width: 768px) {
  .section-seen-on .seen-on-list .list-item {
    width: 33.333%;
  }
}
@media (max-width: 480px) {
  .section-seen-on .seen-on-list .list-item {
    width: 100%;
  }
}

.achievements-list .list-item {
  margin-bottom: 3rem;
  text-align: center;
}

.testimonial-section {
  background-color: #f5f5f5;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fdfdfd), color-stop(#f8f8f8), to(#fefefe));
  background-image: linear-gradient(#fdfdfd, #f8f8f8, #fefefe);
}

.card-testimonial {
  margin: 2rem;
}
.card-testimonial .testimonial-text {
  -webkit-box-shadow: 0 0px 25px -9px #dad9d9;
          box-shadow: 0 0px 25px -9px #dad9d9;
  background-color: white;
  padding: 1.5rem;
  color: black;
  line-height: 2;
}
.card-testimonial .author-name {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0rem;
}

.section-pricing {
  background-color: #dad9d9;
  color: #3B2D2F;
}

.pricing-wrapper .pricing-col .pricing-card {
  padding: 4rem 2rem;
  margin-right: auto;
  margin-bottom: 3rem;
  margin-left: auto;
  max-width: 320px;
  display: block;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 16px rgba(91, 80, 255, 0.2);
          box-shadow: 0px 0px 16px rgba(91, 80, 255, 0.2);
  background-color: white;
  margin-bottom: 3rem;
  position: relative;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  text-align: center;
}
.pricing-wrapper .pricing-col .pricing-card:hover {
  -webkit-box-shadow: 0px 0px 30px rgba(91, 80, 255, 0.2);
          box-shadow: 0px 0px 30px rgba(91, 80, 255, 0.2);
}
.pricing-wrapper .pricing-col .pricing-card .badge-popular {
  padding: 1rem 2rem;
  font-weight: 600;
  background-color: #F8C110;
  color: white;
  border-radius: 2rem;
  position: absolute;
  display: inline-block;
  top: 2rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.pricing-wrapper .pricing-col .pricing-card .badge-popular.primary {
  background-color: #6c62ff;
}
.pricing-wrapper .pricing-col .pricing-card .pricing-title {
  color: #434343;
  text-align: center;
  font-weight: normal;
  margin-bottom: 4rem;
}
.pricing-wrapper .pricing-col .pricing-card .value {
  text-align: center;
  margin-bottom: 32px;
  color: #434343;
}
.pricing-wrapper .pricing-col .pricing-card .value span {
  font-size: 18px;
}
.pricing-wrapper .pricing-col .pricing-card .value label {
  font-size: 36px;
  margin: 0px 4px;
  font-weight: 700;
  color: #434343;
}
.pricing-wrapper .pricing-col .pricing-card .value.old {
  position: relative;
  opacity: 0.5;
  margin: 0;
}
.pricing-wrapper .pricing-col .pricing-card .value.old:before {
  content: "";
  position: absolute;
  height: 1px;
  background: grey;
  width: 100px;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  top: 50%;
  left: calc(50% - 50px);
}
.pricing-wrapper .pricing-col .pricing-card .value.old label {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
}
.pricing-wrapper .pricing-col .pricing-card .badge-new {
  display: inline-block;
  padding: 3px 8px;
  font-style: normal;
  background: #F8C110;
  color: white;
  font-weight: bold;
  border-radius: 8px;
}
.pricing-wrapper .pricing-col .pricing-card .discount {
  font-size: 18px;
  display: block;
  color: #3d3d3d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.pricing-wrapper .pricing-col .pricing-card .discount > small {
  color: #5c5c5c;
  font-size: 12px;
}
.pricing-wrapper .pricing-col .pricing-card .discount > strong {
  margin-left: 0.5rem;
  color: #5cb85c;
  font-weight: 400;
}
.pricing-wrapper .pricing-col .pricing-card .btn-primary {
  background-color: #7b3d1a;
  border-color: #7b3d1a;
  color: #fff;
  border-radius: 4px;
  margin: 3rem auto 0;
  padding-right: 4rem;
  padding-left: 4rem;
  display: block;
}
.pricing-wrapper .pricing-col .pricing-card .btn-primary:hover {
  background-color: #333;
  border-color: #333;
}
.pricing-wrapper .pricing-col .pricing-card .btn-pricing {
  text-transform: uppercase;
  padding-right: 5rem;
  padding-left: 5rem;
}
.pricing-wrapper .pricing-col .pricing-card .lead {
  color: #3d3d3d;
}

/* FAQ Section Style */
.faq-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.faq-list .faq-item {
  width: 45%;
  padding: 1rem;
  background-color: white;
  margin-bottom: 1rem;
}
@media (max-width: 768px) {
  .faq-list .faq-item {
    width: 100%;
  }
}
.faq-list .faq-item.active .faq-ans {
  display: block;
}
.faq-list .faq-ques {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-list .faq-ques .ques-text {
  width: calc(100% - 20px);
  font-size: 16px;
}
.faq-list .faq-ques .fa {
  font-weight: normal;
  font-size: 10px;
  border: solid 1px #868686;
  text-align: center;
  color: #868686;
  margin-left: auto;
  padding: 3px 4px;
}
.faq-list .faq-ans {
  display: none;
  color: #767676;
}

/* Contact Section */
.section-contact .contact-form {
  max-width: 500px;
  padding: 2rem;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 10px;
  background-color: white;
}
.section-contact .contact-form .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  border-width: 0 0 1px 0;
  border-radius: 0;
  margin-bottom: 3rem;
}

/* BEGIN Css For Schedular*/
.k-event {
  background: #e0ba00 !important;
  color: white !important;
}

.k-primary {
  background: #7b3d1a !important;
  border-radius: 2px;
  padding: 4px 8px !important;
  color: #fff !important;
  border-radius: 4px !important;
  text-transform: capitalize !important;
  font-size: 13px !important;
  text-align: center !important;
  border: none !important;
}
.k-primary:hover {
  background: #333 !important;
}

.k-state-selected {
  background: #7b3d1a !important;
}

/* BEGIN Trial*/
.modal-subscription-trial .modal-header, .modal-subscription-trial .modal-body, .modal-subscription-trial .modal-footer {
  padding-right: 40px;
  padding-left: 40px;
}
.modal-subscription-trial .modal-header {
  position: relative;
}
.modal-subscription-trial .modal-header .modal-title {
  margin-bottom: 0;
  color: black;
}
.modal-subscription-trial .modal-header .close {
  position: absolute;
  top: 8px;
  right: 8px;
  opacity: 1;
  background-color: #f3f3f3;
  height: 30px;
  width: 30px;
}
.modal-subscription-trial .modal-header .close:hover {
  color: black;
}
.modal-subscription-trial .modal-header .close span {
  font-size: 20px;
  line-height: 26px;
}
.modal-subscription-trial .modal-step .modal-step--title {
  color: black;
  margin-bottom: 2rem;
}
.modal-subscription-trial .icon-creditcards {
  display: block;
  margin-top: 12px;
  float: right;
  margin-top: -10px;
  max-height: 32px;
}
.modal-subscription-trial .security-info {
  padding-top: 16px;
  padding-bottom: 16px;
}
.modal-subscription-trial .security-info .security-info-title {
  font-weight: normal;
}
.modal-subscription-trial .security-info .security-info-icons img {
  margin-right: 10px;
  margin-bottom: 10px;
  display: inline-block;
  max-width: 120px;
}
.modal-subscription-trial .modal-form .form-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-subscription-trial .modal-form .form-row > label {
  width: 145px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .modal-subscription-trial .modal-form .form-row > label {
    width: 100%;
  }
}
.modal-subscription-trial .modal-form .form-row.time-day_selection {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.modal-subscription-trial .modal-form .form-row.dob-fields {
  margin-bottom: 0;
}
.modal-subscription-trial .modal-form .form-row.dob-fields .form-group {
  width: 160px;
  position: relative;
  margin-right: 15px;
  margin-bottom: 30px;
}
.modal-subscription-trial .modal-form .form-row.dob-fields .form-group:last-child {
  margin-right: 0;
}
.modal-subscription-trial .modal-form .form-row .fields {
  width: calc(100% - 145px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.modal-subscription-trial .modal-form .form-row .fields .k-tooltip-validation {
  position: absolute;
  bottom: -25px;
  left: 0;
}
@media (max-width: 768px) {
  .modal-subscription-trial .modal-form .form-row .fields {
    width: 100%;
  }
}
.modal-subscription-trial .modal-form .form-row .fields .form-control {
  width: 100%;
  border-radius: 4px;
  background: transparent;
  border-color: #d8d8d8;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 12px 16px;
  font-size: 16px;
  height: 48px;
  color: black;
}
.modal-subscription-trial .modal-form .form-row .fields.timezone .form-control {
  max-width: 160px;
}
.modal-subscription-trial .modal-form .form-row .fields.cvv-fields .cvv-fields-group {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-subscription-trial .modal-form .form-row .fields.cvv-fields .cvv-fields-group .form-control {
  max-width: 100px;
  margin-right: 12px;
}
.modal-subscription-trial .modal-form .form-row .fields .list-form-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3rem;
}
.modal-subscription-trial .modal-form .form-row .fields .list-form-check .form-check {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 2rem;
}
.modal-subscription-trial .modal-form .form-row .fields .list-form-check .form-check .form-check-label {
  color: #6e6a6a;
  font-weight: normal;
}
.modal-subscription-trial .modal-form .form-row .fields .choose-time {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.modal-subscription-trial .modal-form .form-row .fields input::-webkit-outer-spin-button,
.modal-subscription-trial .modal-form .form-row .fields input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-subscription-trial .modal-form .k-tooltip-validation {
  margin: 0;
  padding-right: 0;
  padding-left: 0;
}
.modal-subscription-trial .modal-form .k-tooltip-validation .k-icon {
  font-size: 10px;
}
.modal-subscription-trial .modal-form .k-invalid-msg {
  font-size: 10px;
  color: red;
}
.modal-subscription-trial .modal-form.form-payment .form-row label, .modal-subscription-trial .modal-form.form-payment .form-row .fields {
  width: 100%;
}
.modal-subscription-trial .btn-primary {
  background: #7b3d1a;
  color: #fff;
  font-size: 13px;
  border-width: 0;
  border-radius: 4px;
  padding: 10px 30px;
}
.modal-subscription-trial .btn-primary:hover {
  background: #333;
}
.modal-subscription-trial .btn-link {
  color: #7b3d1a;
  font-weight: 600;
}
.modal-subscription-trial .lead {
  background-color: #f3f3f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 40px;
  margin-right: -40px;
  margin-bottom: 2rem;
  margin-left: -40px;
}
.modal-subscription-trial .modal-footer .btn-prev {
  float: left;
}
.modal-subscription-trial .form-check {
  position: relative;
}
.modal-subscription-trial .form-check-status {
  font-style: italic;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  margin-left: 1rem;
  font-size: 12px;
  margin-top: -4px;
  color: #d9534f;
}

/*
    // Courses List Style
*/
.list-courses {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.list-courses .course-col {
  padding-right: 3rem;
  padding-left: 3rem;
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
  margin-bottom: 4rem;
}
@media (max-width: 1024px) {
  .list-courses .course-col {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 768px) {
  .list-courses .course-col {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}

.course-card {
  margin-bottom: 0;
  padding: 4rem 2rem;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
  background-color: white;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-width: 0;
}
.course-card:hover {
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.course-card .card-header {
  min-height: 80px;
}
.course-card .course-title {
  margin-top: 0;
  margin-bottom: 0;
  text-align: center;
  line-height: normal;
}
.course-card .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 1px;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.course-card p {
  margin-bottom: 0;
}
.course-card .card-text {
  line-height: 1;
  margin-bottom: 0.5rem;
}
.course-card .course-price {
  min-height: 80px;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course-card .course-price .value {
  text-align: center;
  color: #434343;
}
.course-card .course-price .value span {
  font-size: 18px;
}
.course-card .course-price .value label {
  font-size: 40px;
  margin: 0px 4px;
  font-weight: 700;
  color: #434343;
}
.course-card .course-price .value.old {
  position: relative;
  opacity: 0.5;
  margin: 0;
}
.course-card .course-price .value.old:before {
  content: "";
  position: absolute;
  height: 1px;
  background: grey;
  width: 100px;
  -webkit-transform: rotate(14deg);
      -ms-transform: rotate(14deg);
          transform: rotate(14deg);
  top: 50%;
  left: calc(50% - 50px);
}
.course-card .course-price .value.old label {
  font-weight: 400;
  margin: 0;
  font-size: 18px;
}
.course-card .discount {
  font-size: 18px;
  display: block;
  color: #3d3d3d;
  padding-top: 10px;
  padding-bottom: 10px;
}
.course-card .discount > small {
  color: #5c5c5c;
  font-size: 12px;
}
.course-card .discount > strong {
  margin-left: 0.5rem;
  color: #5cb85c;
  font-weight: 400;
}
.course-card .price-support-text {
  text-align: center;
  margin-bottom: 2rem;
}
.course-card .course-meta {
  padding: 1rem 2rem;
  margin: 0 -2rem;
  background-color: rgba(91, 80, 255, 0.05);
  min-height: 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.course-card .course-description {
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 100px;
  line-height: 1.5;
  color: #5c5c5c;
  font-size: 12px;
}
.course-card .discount-timer {
  color: #7b3d1a;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}
.course-card .discount-timer small {
  display: block;
  font-weight: normal;
  font-size: 14px;
}
.course-card .btn-primary {
  margin-top: auto;
  width: 100%;
  background-color: saddlebrown;
  border-color: saddlebrown;
}
.course-card .btn-primary:hover {
  background-color: #e17223;
  border-color: #e17223;
}

.contact-camp {
  background-image: url("../../assets-schools/img/chess-camp-contact-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right bottom;
  padding-top: 6rem;
  -webkit-box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.3);
          box-shadow: inset 0 10px 10px -10px rgba(0, 0, 0, 0.3);
}

.scheduler-legend {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 2rem;
  font-weight: 500;
}
.scheduler-legend .legend {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.scheduler-legend .legend:not(:first-child) {
  margin-left: 3rem;
}
.scheduler-legend .legend:before {
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 2px;
  margin-right: 0.6rem;
}
.scheduler-legend .legend.first-half:before {
  background-color: #f8e0db;
}
.scheduler-legend .legend.second-half:before {
  background-color: #dee8f8;
}

.camp-scheduler {
  border-color: rgb(236, 213, 100);
  border-width: 0;
  background-color: #fff;
  -webkit-box-shadow: 0 0px 25px -9px #dad9d9;
          box-shadow: 0 0px 25px -9px #dad9d9;
}
.camp-scheduler .k-scheduler-toolbar {
  border-color: rgb(236, 213, 100);
  color: #7b3d1a;
  background-color: #ecd564;
}
.camp-scheduler .k-scheduler-toolbar .k-scheduler-navigation .k-header {
  color: white;
  background-color: #7b3d1a;
  background-image: none;
  border-color: #7b3d1a;
  border-width: 0;
}
.camp-scheduler .k-scheduler-agendaday {
  color: #7b3d1a;
}
.camp-scheduler .k-scheduler-table {
  border-collapse: separate;
  border-spacing: 0 2px;
}
.camp-scheduler .k-scheduler-table tr:nth-child(even) .k-scheduler-datecolumn {
  border-bottom: 1px solid #5c5c5c;
}
.camp-scheduler .k-scheduler-table th {
  border-width: 0 0 2px 0;
  border-color: #7a7a7a;
  text-align: left;
  color: #767676;
}
.camp-scheduler .k-scheduler-table td {
  border-width: 0 0 1px 0;
  border-color: transparent;
  vertical-align: middle;
}
.camp-scheduler .k-scheduler-table td.k-scheduler-datecolumn {
  border-color: #5c5c5c;
}
.camp-scheduler .k-scheduler-table .k-scheduler-timecolumn {
  font-weight: 600;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.camp-scheduler .event-template .label-status {
  margin-left: 2rem;
}
.camp-scheduler .event-template .label-status.label-full {
  background-color: #ba1414;
}
.camp-scheduler .event-template .label-status.label-almost-full {
  background-color: #df9904;
}
.camp-scheduler .event-template .label-status.label-available {
  background-color: #43be74;
}
.camp-scheduler .event-template .label-status.label-popular {
  background-color: #5cb85c;
}
.camp-scheduler .event-template .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.camp-scheduler .event-template .title .label {
  margin-left: auto;
}

.camp-pricing-dropdown {
  margin-bottom: 1.5rem;
}
.camp-pricing-dropdown .form-control {
  width: auto;
}

/* 
//  Custom Payment Form Style
//---------------------------------------*/
.form-custom-payment .form-title {
  border-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.form-custom-payment .icon-creditcards {
  max-height: 32px;
  margin-left: 3rem;
}
.form-custom-payment .security-info {
  margin-bottom: 2rem;
}
.form-custom-payment .security-info .security-info-title {
  font-size: 16px;
  margin-bottom: 2rem;
}
.form-custom-payment .security-info .security-info-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form-custom-payment .security-info .security-info-icons img {
  max-height: 40px;
  margin-right: 10px;
  margin-bottom: 1rem;
}
.form-custom-payment .form-row {
  margin-bottom: 2rem;
}
.form-custom-payment .form-row label {
  font-weight: normal;
  font-size: 12px;
  display: none;
}
.form-custom-payment .form-row .form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  color: black;
}
.form-custom-payment .form-row .form-control.input-lg {
  border-radius: 3px;
}
.form-custom-payment .form-row .form-control.input-lg::-webkit-input-placeholder {
  font-size: 14px;
  font-weight: normal;
}
.form-custom-payment .form-row .form-control.input-lg::-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
}
.form-custom-payment .form-row .form-control.input-lg:-moz-placeholder {
  font-size: 14px;
  font-weight: normal;
}
.form-custom-payment .form-row .form-control.input-lg:-ms-input-placeholder {
  font-size: 14px;
  font-weight: normal;
}
.form-custom-payment .cvv-fields-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-custom-payment .cvv-fields-group .form-control {
  max-width: 120px;
  margin-right: 1rem;
}
.form-custom-payment .form-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.form-custom-payment .form-footer .btn-submit {
  margin-left: auto;
  background-color: #8a6d3b;
  color: white;
  border-color: #8a6d3b;
  border-radius: 3px;
  font-size: 16px;
  padding: 1rem 4rem;
}
.form-custom-payment .form-footer .btn-submit:hover, .form-custom-payment .form-footer .btn-submit:focus {
  border-color: #66512c;
  background-color: #66512c;
  color: white;
}
.form-custom-payment .k-invalid-msg {
  font-size: 12px;
  padding: 0;
}
.form-custom-payment .k-invalid-msg .k-icon {
  display: none;
}
.form-custom-payment a {
  color: #8a6d3b;
}

.quiz-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
}
.quiz-header h5 {
  margin-top: 0;
  margin-bottom: 10px;
}
.quiz-header .quiz-title {
  margin: 0;
}

.quiz-content {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.quiz-pager-wrapper {
  padding: 1rem;
  background-color: #fafafa;
  border-width: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  padding-right: 90px;
  min-height: 60px;
  margin-bottom: 2rem;
}
.quiz-pager-wrapper .pager-list {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.quiz-pager-wrapper .pager-list > li {
  border: 1px solid #c7c7c7;
  border-radius: 100%;
  color: #7a7a7a;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  height: 28px;
  line-height: 26px;
  margin-right: 10px;
  text-align: center;
  width: 28px;
  pointer-events: none;
}
.quiz-pager-wrapper .pager-list > li.active {
  border-color: black;
  background-color: black;
  color: white;
}
.quiz-pager-wrapper .pager-list > li.done {
  border-color: #bababa;
  background-color: white;
  color: black;
  text-decoration: none;
}

.quiz-quistion-title {
  font-weight: 700;
}

.quiz-mainImg-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
  display: block;
  overflow: hidden;
  position: relative;
  height: 250px;
  width: 250px;
  margin-bottom: 2rem;
  margin-right: 4rem;
}
.quiz-mainImg-container .quiz-mainImg {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.quiz-mainImg-container .quiz-mainImg-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.quiz-mainImg-container .cover-block {
  background-color: #000;
}

.quiz-illustrationImg {
  margin-bottom: 2rem;
}

.quiz-alert {
  margin-top: 0;
  margin-bottom: 2rem;
}

.quiz-choices-list {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
}
.quiz-choices-list > li:nth-child(1) .choice-item {
  background-color: #f7c8ad;
}
.quiz-choices-list > li:nth-child(2) .choice-item {
  background-color: #4dbebe;
}
.quiz-choices-list > li:nth-child(3) .choice-item {
  background-color: #2db9e8;
}
.quiz-choices-list > li:nth-child(4) .choice-item {
  background-color: #6374cd;
}
@-webkit-keyframes bang {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes bang {
  from {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
.quiz-choices-list .choice-item {
  padding: 0;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  -webkit-box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
          box-shadow: 0 0 20px rgba(221, 221, 221, 0.3);
  border-radius: 4px;
  border: 1px solid transparent;
  position: relative;
  margin-bottom: 2rem;
  height: 6rem;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.quiz-choices-list .choice-item:hover {
  -webkit-box-shadow: 0 0 20px #c1c1c1;
          box-shadow: 0 0 20px #c1c1c1;
  cursor: pointer;
}
.quiz-choices-list .choice-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../content/img/confetti.png");
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  pointer-events: none;
  -webkit-animation: scaleConfetti 0.2s alternate ease-in;
          animation: scaleConfetti 0.2s alternate ease-in;
}
.quiz-choices-list .choice-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("../../content/img/gift.png");
  background-position: center;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  z-index: 2;
  opacity: 0;
  display: none;
  pointer-events: none;
}
.quiz-choices-list .choice-item.correct {
  background-color: white !important;
  border-color: #4dbebe;
}
.quiz-choices-list .choice-item.correct .choice-label {
  color: black;
  font-weight: 700;
}
.quiz-choices-list .choice-item.correct .choice-img {
  display: none !important;
}
.quiz-choices-list .choice-item.correct::before {
  opacity: 1;
  display: block;
}
.quiz-choices-list .choice-item.correct::after {
  opacity: 1;
  display: block;
  -webkit-animation: scaleConfetti 0.2s alternate ease-in;
          animation: scaleConfetti 0.2s alternate ease-in;
}
.quiz-choices-list .choice-item.incorrect {
  border-color: #d23c3c;
}
.quiz-choices-list .choice-item.incorrect::after {
  background-image: url("../../content/img/incorrect.png");
  -webkit-animation: scaleConfetti 0.2s alternate ease-in;
          animation: scaleConfetti 0.2s alternate ease-in;
  opacity: 1;
  display: block;
}
.quiz-choices-list .choice-label {
  padding: 0.65rem 0.65rem 0.65rem 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  color: white;
  font-weight: normal;
  position: relative;
  margin-bottom: 0;
  vertical-align: top;
  width: 100%;
  padding-right: 50px;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /*&:before {
      position: absolute;
      top: .25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      pointer-events: none;
      content: "";
      background-color: #fff;
      border: #adb5bd solid 1px;
  }
  &:after {
      position: absolute;
      top: .25rem;
      left: -1.5rem;
      display: block;
      width: 1rem;
      height: 1rem;
      content: "";
      background: no-repeat 50%/50% 50%;
  }*/
}
.quiz-choices-list .choice-img {
  width: 40px;
  height: 40px;
  border-radius: 2px;
  margin-left: 1rem;
  pointer-events: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  bottom: auto;
  left: auto;
  z-index: 1;
}
.quiz-choices-list .choice-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1rem;
  height: 1.25rem;
  opacity: 0;
  /*&:checked~.choice-label::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
  }*/
  /* &:checked~.choice-label:before {
       color: #fff;
       border-color: #007bff;
       background-color: #007bff;
   }*/
}

.bounce-6 {
  -webkit-animation-name: bounce-6;
          animation-name: bounce-6;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}

@-webkit-keyframes scaleConfetti {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}

@keyframes scaleConfetti {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@-webkit-keyframes bounce-6 {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-100px);
            transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-7px);
            transform: scale(1, 1) translateY(-7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
@keyframes bounce-6 {
  0% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  10% {
    -webkit-transform: scale(1.1, 0.9) translateY(0);
            transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    -webkit-transform: scale(0.9, 1.1) translateY(-100px);
            transform: scale(0.9, 1.1) translateY(-100px);
  }
  50% {
    -webkit-transform: scale(1.05, 0.95) translateY(0);
            transform: scale(1.05, 0.95) translateY(0);
  }
  57% {
    -webkit-transform: scale(1, 1) translateY(-7px);
            transform: scale(1, 1) translateY(-7px);
  }
  64% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
  100% {
    -webkit-transform: scale(1, 1) translateY(0);
            transform: scale(1, 1) translateY(0);
  }
}
.quiz-timer {
  position: absolute;
  top: 50%;
  right: 1rem;
  left: auto;
  padding: 0;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  height: 60px;
  line-height: 40px;
  margin-top: -30px;
  text-align: center;
  width: 60px;
  z-index: 1;
}

.quiz-timer__svg {
  -webkit-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
          transform: scaleX(-1);
}

.quiz-timer__circle {
  fill: none;
  stroke: none;
}

.quiz-timer__path-elapsed {
  stroke-width: 7px;
  stroke: #dddddd;
}

.quiz-timer__path-remaining {
  stroke-width: 7px;
  stroke-linecap: round;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: 1s linear all;
  transition: 1s linear all;
  fill-rule: nonzero;
  stroke: currentColor;
}

.quiz-timer__path-remaining.green {
  color: rgb(65, 184, 131);
}

.quiz-timer__path-remaining.orange {
  color: orange;
}

.quiz-timer__path-remaining.red {
  color: #d23c3c;
}

.quiz-timer__label {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 18px;
}

.quiz-result-container {
  padding: 4rem 2rem;
  background-color: whitesmoke;
  text-align: center;
  background-image: url("../../content/img/clap.png");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  position: relative;
  overflow: hidden;
}
.quiz-result-container canvas {
  z-index: 0;
}

.quiz-completion-message {
  margin-right: auto;
  margin-bottom: 4rem;
  margin-left: auto;
}
.quiz-completion-message .message-confetti {
  margin: 0 auto;
  display: block;
  position: relative;
  width: 420px;
  height: 220px;
}
.quiz-completion-message .img-confetti {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  z-index: 0;
}

.quiz-result {
  padding: 2rem 4rem;
  text-align: center;
  background-color: white;
  border-radius: 3px;
  display: inline-block;
  z-index: 1;
  position: relative;
}

.modal-quiz-registration .form-group {
  margin-bottom: 3rem;
}
.modal-quiz-registration label {
  display: block;
  font-weight: normal;
  color: #5c5c5c;
}
.modal-quiz-registration .form-control {
  border-radius: 2px;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.modal-quiz-registration .btn-secondary {
  padding-right: 4rem;
  padding-left: 4rem;
}

@-webkit-keyframes checkmarkOutline {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes checkmarkOutline {
  0% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes checkmark {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    border-width: 0;
  }
  49.9% {
    border-width: 0;
  }
  50% {
    width: 0;
    height: 0;
    opacity: 1;
    border-width: 7px;
  }
  75% {
    width: 25px;
    height: 0;
    opacity: 1;
    border-width: 7px;
  }
  100% {
    width: 25px;
    height: 50px;
    opacity: 1;
    border-width: 7px;
  }
}
@keyframes checkmark {
  0% {
    width: 0;
    height: 0;
    opacity: 0;
    border-width: 0;
  }
  49.9% {
    border-width: 0;
  }
  50% {
    width: 0;
    height: 0;
    opacity: 1;
    border-width: 7px;
  }
  75% {
    width: 25px;
    height: 0;
    opacity: 1;
    border-width: 7px;
  }
  100% {
    width: 25px;
    height: 50px;
    opacity: 1;
    border-width: 7px;
  }
}
@-webkit-keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes pop {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.11);
            transform: scale(1.11);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
.checkmark-container {
  -webkit-animation: pop 0.3s ease-in-out 1.2s forwards;
          animation: pop 0.3s ease-in-out 1.2s forwards;
  position: relative;
  z-index: 1;
}

.checkmark-outline {
  -webkit-animation: checkmarkOutline 0.5s cubic-bezier(0.34, 0.02, 0.45, 1.47) forwards;
          animation: checkmarkOutline 0.5s cubic-bezier(0.34, 0.02, 0.45, 1.47) forwards;
  height: 100px;
  width: 100px;
  border-radius: 50%;
  border: 2px solid white;
  margin: auto;
  position: relative;
  background-color: #7cd025;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.checkmark {
  -webkit-animation: checkmark 1.1s ease-in-out forwards;
          animation: checkmark 1.1s ease-in-out forwards;
  height: 50px;
  width: 25px;
  border-bottom: 7px solid white;
  border-right: 7px solid white;
  -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
          transform-origin: left bottom;
  position: absolute;
  bottom: 42px;
  left: 20px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-quiz-overlay {
  overflow: hidden;
  /*@include position(fixed, 0 0 0 0);
  background-color: rgba($color: white, $alpha: 0.95);
  animation: pop ease-in-out 0.45s forwards;
  background: 
    linear-gradient(
      rgba(0, 0, 0, 0.5),
      rgba(0, 0, 0, 0.5)
    ),
    url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/3/cheese-curds.jpg);
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  z-index: 1080;
  overflow: hidden;*/
}
.modal-quiz-overlay .modal-dialog {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}
.modal-quiz-overlay .modal-content {
  height: auto;
  height: 100%;
  border-radius: 0;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: none;
          box-shadow: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.modal-quiz-overlay .overlay-icon {
  margin: 0 auto 2rem;
  display: block;
  -webkit-animation: pop ease-in-out 1.2s infinite;
          animation: pop ease-in-out 1.2s infinite;
}
.modal-quiz-overlay .overlay-text {
  color: #5cb85c;
  -webkit-animation: pop ease-in-out 1.2s forward;
          animation: pop ease-in-out 1.2s forward;
}

.has-overlay {
  overflow: hidden !important;
}

.quiz-img-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#board {
  margin-right: 4rem;
}

.btn-volume-control {
  float: right;
  color: #000;
  border-width: 0;
  font-size: 22px;
  margin-top: -20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-volume-control:hover {
  color: #c1c1c1;
  text-decoration: none;
}
.btn-volume-control:active, .btn-volume-control:focus, .btn-volume-control:active:focus {
  outline: 0;
  border-width: 0;
  color: #000;
  text-decoration: none;
}
.btn-volume-control small {
  font-size: 16px;
  margin-right: 0.6rem;
}

.page-header {
  padding-top: 2rem;
  padding-bottom: 2rem;
  margin: 0;
}

.navbar-btn-download {
  color: #8b5537;
  font-weight: 600;
  margin-right: 15px;
  padding: 1rem 3rem;
}
@media (max-width: 768px) {
  .navbar-btn-download {
    float: right;
  }
}

.flyer-wrapper {
  max-width: 1200px;
  margin: 10rem auto 2rem;
  background-color: white;
  -webkit-box-shadow: 0 0 12px #d1d1d1;
          box-shadow: 0 0 12px #d1d1d1;
  position: relative;
}
.flyer-wrapper .flyer-header {
  background-color: #3d3d3d;
  color: white;
  min-height: 160px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 2rem 12rem;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.flyer-wrapper .flyer-header .title {
  font-weight: normal;
}
.flyer-wrapper .flyer-header .img-white-corner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  pointer-events: none;
}
.flyer-wrapper .flyer-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .flyer-wrapper .flyer-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.flyer-wrapper .flyer-content .img-container {
  position: relative;
  text-align: center;
  z-index: 0;
}
.flyer-wrapper .flyer-content .img-container .img-kid {
  width: 100%;
  display: block;
  z-index: 0;
}
.flyer-wrapper .flyer-content .img-container .img-white-strip {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  z-index: 1;
  max-width: 100%;
  pointer-events: none;
}
.flyer-wrapper .flyer-content .btn-signup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 15%;
  left: 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flyer-wrapper .flyer-content .btn-signup > img {
  display: block;
  max-width: 100%;
  border: 0;
}
.flyer-wrapper .col-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flyer-wrapper .right-col-content {
  padding: 2rem;
}
@media (min-width: 768px) {
  .flyer-wrapper .right-col-content {
    width: 41.66667%;
  }
}
.flyer-wrapper .right-col-content .img-logo {
  margin: 5rem auto 4rem;
}
.flyer-wrapper .right-col-content .seen-on {
  text-align: center;
}
.flyer-wrapper .right-col-content .seen-on .h2 {
  background-color: #eeb624;
  font-weight: normal;
  color: white;
  padding: 2rem;
  margin-bottom: 3rem;
  display: inline-block;
}
.flyer-wrapper .right-col-content .seen-on-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flyer-wrapper .right-col-content .seen-on-list > span {
  text-align: center;
  margin-bottom: 4rem;
  -webkit-box-flex: 1;
      -ms-flex: 1 auto;
          flex: 1 auto;
}
.flyer-wrapper .right-col-content .seen-on-list a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.flyer-wrapper .right-col-content .seen-on-list a > img {
  max-width: 100%;
  display: block;
}
.flyer-wrapper .right-col-content .flyer-blockqoute .blockqoute-text {
  color: #0b5394;
  font-weight: bold;
  font-style: italic;
  font-size: 20px;
  text-align: left;
}
.flyer-wrapper .right-col-content .flyer-blockqoute cite {
  color: #0b5394;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 768px) {
  .flyer-wrapper .left-col-content {
    width: 58.33333%;
  }
}
.flyer-wrapper .left-col-content .white-box {
  background-color: white;
  color: #3d3d3d;
  text-align: center;
  padding: 2rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
  margin-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.flyer-wrapper .left-col-content .white-box .h2 {
  margin: 0;
}
.flyer-wrapper .list-container {
  padding: 2rem 2rem 2rem 15rem;
  background-color: #3d3d3d;
  color: white;
  text-align: left;
  position: relative;
  overflow: hidden;
}
.flyer-wrapper .list-container .img-yellow-strip {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 4rem;
  z-index: 0;
  height: 100%;
}
.flyer-wrapper .list-container a {
  color: white;
}
.flyer-wrapper .list-container ul {
  list-style: none;
  margin: 2rem 0 3rem;
  padding: 0;
  position: relative;
  z-index: 1;
}
.flyer-wrapper .list-container ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: white;
  font-size: 24px;
  margin-bottom: 1rem;
  text-align: left;
}
.flyer-wrapper .list-container ul li > img {
  margin-right: 1rem;
  overflow: hidden;
  max-width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.modal-open-flyer-pdf .modal-header {
  border-width: 0;
}
.modal-open-flyer-pdf .modal-body {
  padding: 0;
}
.modal-open-flyer-pdf .modal-footer {
  text-align: center;
  border-width: 0;
}

.signup-success-wrapper {
  padding-top: 3rem;
}
.signup-success-wrapper .label-duration {
  padding: 1rem 2rem;
  background-color: #f9f2d1;
  color: #8b5537;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.signup-success-wrapper .btn-view-sample {
  padding: 0;
  margin-top: 2rem;
  margin-bottom: 4rem;
  margin-left: nul;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: auto;
          flex: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #a57636;
  font-weight: 600;
  font-size: 16px;
}
.signup-success-wrapper .btn-view-sample > img {
  margin-right: 1rem;
  max-width: 36px;
}
.signup-success-wrapper .btn-view-sample:hover {
  text-decoration: none;
  opacity: 0.6;
}
.signup-success-wrapper .price-detail {
  margin-bottom: 4rem;
}
.signup-success-wrapper .price-detail .price {
  margin-bottom: 2rem;
}
.signup-success-wrapper .price-detail .btn {
  font-weight: 600;
  padding: 1.5rem 6rem;
  margin-right: 3rem;
  -webkit-box-shadow: 0 0 10px #d1d1d1;
          box-shadow: 0 0 10px #d1d1d1;
}
.signup-success-wrapper .price-detail .btn:focus, .signup-success-wrapper .price-detail .btn:active {
  outline: 0;
}
.signup-success-wrapper .price-detail .btn:hover {
  -webkit-box-shadow: 0 0 15px #c4c4c4;
          box-shadow: 0 0 15px #c4c4c4;
}
.signup-success-wrapper .price-detail .btn-buy {
  background-color: #ecd564;
  border-color: #ecd564;
  color: #8b5537;
}
.signup-success-wrapper .price-detail .btn-no-thanks {
  background-color: white;
  border-color: #8b5537;
  color: #8b5537;
}
.signup-success-wrapper .sign-up-detail-list .list-item {
  margin-bottom: 2rem;
}

.page-banner {
  background-image: url("../../content/img/consulting-banner.png");
  background-size: cover;
  height: 267px;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  display: -ms-grid;
  display: grid;
}
.page-banner .content h1 {
  font-size: 30px;
  font-weight: 700;
}
.page-banner .content p {
  font-size: 16px;
}

.consult-desc {
  color: #3d3d3d;
  max-width: 630px;
  text-align: center;
  margin: auto;
  padding: 50px 0;
}

.consulting .positioning {
  top: 0px;
  right: 300px;
  height: 560px;
  width: 560px;
}
.consulting .positioning.pos-1 {
  right: 585px;
  top: 285px;
}
@media (max-width: 468px) {
  .consulting .positioning.pos-1 {
    width: 100%;
    height: auto;
  }
  .consulting .positioning.pos-1 .diamond_large_gray {
    color: #3D3D3D;
  }
}
.consulting .positioning.pos-2 {
  right: 15px;
  top: 285px;
}
@media (max-width: 468px) {
  .consulting .positioning.pos-2 {
    top: 570px;
    width: 100%;
    height: auto;
  }
  .consulting .positioning.pos-2 .diamond_large_gray {
    color: #3D3D3D;
  }
}
.consulting .positioning.pos-3 {
  top: 570px;
}
@media (max-width: 468px) {
  .consulting .positioning.pos-3 {
    display: none;
  }
}
.consulting .positioning.pos-4 {
  right: 585px;
  top: 855px;
}
@media (max-width: 468px) {
  .consulting .positioning.pos-4 {
    top: 820px;
    width: 100%;
    height: auto;
  }
  .consulting .positioning.pos-4 .diamond_large_gray {
    color: #3D3D3D;
  }
}
.consulting .positioning.pos-5 {
  right: 15px;
  top: 855px;
}
@media (max-width: 468px) {
  .consulting .positioning.pos-5 {
    top: 1070px;
    width: 100%;
    height: auto;
  }
  .consulting .positioning.pos-5 .diamond_large_gray {
    color: #3D3D3D;
  }
}
.consulting .positioning.pos-6 {
  top: 1140px;
}
@media (max-width: 468px) {
  .consulting .positioning.pos-6 {
    top: 1320px;
    width: 100%;
    height: auto;
  }
  .consulting .positioning.pos-6 .diamond_large_gray {
    color: #3D3D3D;
  }
}
@media (max-width: 468px) {
  .consulting .positioning {
    right: 10px;
    width: 100%;
    height: auto;
  }
}
.consulting .positioning .diamond_large_gray {
  background-color: #3D3D3D;
  color: #fff;
}
.consulting .positioning .topspace {
  padding-top: 150px;
  vertical-align: top;
}
@media (max-width: 468px) {
  .consulting .positioning .topspace {
    padding-top: 0px;
  }
}
.consulting .services .service-name p {
  font-size: 40px;
  font-weight: 100;
}
.consulting .services .service-name h2 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  line-height: 26px;
}
.consulting .service-detail {
  padding: 10px 75px !important;
}
@media (max-width: 468px) {
  .consulting .service-detail {
    padding: 10px !important;
  }
}

.contact-section {
  padding: 50px 0 0 10px;
}

.legal a {
  font-size: 11px;
}

#about, #how, #why {
  max-width: 1180px;
  margin: auto;
  padding: 60px 0px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#about .row, #how .row, #why .row {
  margin: 0px;
  padding: 0 10px;
}
#about .head, #how .head, #why .head {
  text-transform: uppercase;
  color: #A07B30;
  font-weight: 700;
  font-size: 12px;
  padding-bottom: 10px;
  width: 100%;
  display: block;
}
#about .content, #how .content, #why .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 80px;
}
@media (max-width: 468px) {
  #about .content, #how .content, #why .content {
    display: block;
  }
}
#about .content.nopadding, #how .content.nopadding, #why .content.nopadding {
  padding-bottom: 0px;
}
#about .content .left-col, #about .content .right-col, #how .content .left-col, #how .content .right-col, #why .content .left-col, #why .content .right-col {
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}
@media (max-width: 468px) {
  #about .content .left-col, #about .content .right-col, #how .content .left-col, #how .content .right-col, #why .content .left-col, #why .content .right-col {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
    padding: 0px !important;
  }
}
#about .content .left-col .details, #about .content .right-col .details, #how .content .left-col .details, #how .content .right-col .details, #why .content .left-col .details, #why .content .right-col .details {
  font-size: 13px;
  line-height: 22px;
}
#about .content .right-col, #how .content .right-col, #why .content .right-col {
  padding-left: 50px;
}
#about .content .item, #how .content .item, #why .content .item {
  width: 100%;
}
#about .chooseus, #how .chooseus, #why .chooseus {
  padding-top: 10px;
}
#about .chooseus .col, #how .chooseus .col, #why .chooseus .col {
  padding: 0 5px;
  margin: 20px 0;
}
#about .chooseus .img, #how .chooseus .img, #why .chooseus .img {
  text-align: center;
}
#about .chooseus .boldText, #how .chooseus .boldText, #why .chooseus .boldText {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
}
#about .chooseus .desc, #how .chooseus .desc, #why .chooseus .desc {
  font-size: 12px;
  line-height: 18px;
  text-align: center;
}

.paddingTop2 {
  padding-top: 390px !important;
}
@media (max-width: 468px) {
  .paddingTop2 {
    padding-top: 50px !important;
  }
}