@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css?family=Catamaran");
@import url("https://fonts.googleapis.com/css?family=Catamaran|Caveat");
@import url("https://fonts.googleapis.com/css?family=Oswald");
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-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);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .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("./ajax-loader.gif") center center no-repeat; }

/* Icons */
/* 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;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  transition: 0.4s;
  outline: none;
  opacity: 0.75; }
  .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.75; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "FontAwesome";
    font-size: 20px;
    line-height: 1;
    color: #4b5267;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: ""; }
    [dir="rtl"] .slick-prev:before {
      content: ""; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    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: "FontAwesome";
        font-size: 10px;
        line-height: 20px;
        text-align: center;
        color: #4b5267;
        opacity: 0.75;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75;
      content: ""; }

/*!
	Modaal - accessible modals - v0.3.1
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden; }

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0; }

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out; }
  .modaal-wrapper * {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-backface-visibility: hidden; }
  .modaal-wrapper .modaal-close {
    border: none;
    background: #fbf9f9;
    padding: 0;
    -webkit-appearance: none; }
  .modaal-wrapper.modaal-start_none {
    display: none;
    opacity: 1; }
  .modaal-wrapper.modaal-start_fade {
    opacity: 0; }
  .modaal-wrapper *[tabindex="0"] {
    outline: none !important; }
  .modaal-wrapper.modaal-fullscreen {
    overflow: hidden; }

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%; }
  .modaal-fullscreen .modaal-outer-wrapper {
    display: block; }

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px; }
  .modaal-fullscreen .modaal-inner-wrapper {
    padding: 0;
    display: block;
    vertical-align: top; }

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #4b5267;
  font-size: 1.2em;
  font-weight: 300;
  max-width: 1170px;
  border-radius: 0px;
  background: #fbf9f9;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
  border-radius: 2px; }
  .modaal-container.is_loading {
    height: 100px;
    width: 100px;
    overflow: hidden; }
  .modaal-fullscreen .modaal-container {
    max-width: none;
    height: 100%;
    overflow: auto; }

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fbf9f9;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: transparent;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-close:focus, .modaal-close:hover {
    outline: none;
    background: #fff; }
    .modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
      background: #72b5e2; }
  .modaal-close span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-close:before, .modaal-close:after {
    display: block;
    content: " ";
    position: absolute;
    top: 14px;
    left: 23px;
    width: 4px;
    height: 22px;
    border-radius: 4px;
    background: #4b5267;
    transition: background 0.2s ease-in-out; }
  .modaal-close:before {
    transform: rotate(-45deg); }
  .modaal-close:after {
    transform: rotate(45deg); }
  .modaal-fullscreen .modaal-close {
    background: #afb7bc;
    right: 10px;
    top: 10px; }

.modaal-content-container {
  max-width: 600px;
  margin: auto; }

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0; }

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent; }
  .modaal-confirm-btn.modaal-ok {
    padding: 10px 15px;
    color: #fbf9f9;
    background: #555;
    border-radius: 3px;
    transition: background 0.2s ease-in-out; }
    .modaal-confirm-btn.modaal-ok:hover {
      background: #2f2f2f; }
  .modaal-confirm-btn.modaal-cancel {
    text-decoration: underline; }
    .modaal-confirm-btn.modaal-cancel:hover {
      text-decoration: none;
      color: #2f2f2f; }

@keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes instaReveal {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important; }
.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent; }
.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important; }
.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards; }

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px; }
.modaal-image .modaal-container {
  width: auto;
  max-width: 100%; }

.modaal-gallery-wrap {
  position: relative;
  color: #fbf9f9; }

.modaal-gallery-item {
  display: none; }
  .modaal-gallery-item img {
    display: block; }
  .modaal-gallery-item.is_active {
    display: block; }

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff; }
  .modaal-gallery-label:focus {
    outline: none; }

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fbf9f9;
  width: 50px;
  height: 50px;
  background: transparent;
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out; }
  .modaal-gallery-control.is_hidden {
    opacity: 0;
    cursor: default; }
  .modaal-gallery-control:focus, .modaal-gallery-control:hover {
    outline: none;
    background: #fff; }
    .modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
      background: #afb7bc; }
  .modaal-gallery-control span {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0 !important;
    border: 0 !important;
    height: 1px !important;
    width: 1px !important;
    overflow: hidden; }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    display: block;
    content: " ";
    position: absolute;
    top: 16px;
    left: 25px;
    width: 4px;
    height: 18px;
    border-radius: 4px;
    background: #fff;
    transition: background 0.2s ease-in-out; }
  .modaal-gallery-control:before {
    margin: -5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-control:after {
    margin: 5px 0 0;
    transform: rotate(45deg); }

.modaal-gallery-next {
  left: 100%;
  margin-left: 40px; }

.modaal-gallery-prev {
  right: 100%;
  margin-right: 40px; }
  .modaal-gallery-prev:before, .modaal-gallery-prev:after {
    left: 22px; }
  .modaal-gallery-prev:before {
    margin: 5px 0 0;
    transform: rotate(-45deg); }
  .modaal-gallery-prev:after {
    margin: -5px 0 0;
    transform: rotate(45deg); }

.modaal-video-wrap {
  margin: auto 50px;
  position: relative; }

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto; }
  .modaal-video-container iframe,
  .modaal-video-container object,
  .modaal-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%; }

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block; }

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px; } }
@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px; }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7); }
    .modaal-gallery-control:before, .modaal-gallery-control:after {
      background: #fff; }

  .modaal-gallery-next {
    left: auto;
    right: 20px; }

  .modaal-gallery-prev {
    left: 20px;
    right: auto; } }
@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; } }
@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important; } }
@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px; }

  .modaal-instagram iframe {
    width: 600px !important; } }
@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important; }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px; } }
@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important; } }
@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none; } }
.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25); }

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5); }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }
.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute; }

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff; }

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s; }

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s; }

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s; }

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s; }

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s; }

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite; }

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s; }

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s; }

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0); }

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s; }

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0); }

.container:after {
  content: "\0020";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

.row:after,
.clearfix:after {
  clear: both; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

a {
  color: #4b5267;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s; }

i {
  line-height: normal; }

.row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row; }

@font-face {
  font-family: 'Gilroy';
  src: url("fonts/Gilroy-ExtraBold.otf");
  font-weight: normal;
  font-style: normal; }
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

html, body {
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }

body {
  font-size: 1em;
  line-height: 1.25em;
  color: #4b5267;
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    body {
      line-height: 1.375em; } }

hr {
  width: 60px;
  height: 7px;
  margin-right: auto;
  display: block;
  background: #72b5e2;
  margin: 20px 5px 30px;
  border: none; }

h1 {
  font-size: 2em;
  line-height: 1.25em; }
  @media only screen and (min-width: 768px) {
    h1 {
      font-size: 3em;
      line-height: 1.05em; } }

h2 {
  font-size: 1.625em;
  line-height: 1.15384615em; }
  @media only screen and (min-width: 768px) {
    h2 {
      font-size: 2.25em;
      line-height: 1.25em; } }

h3 {
  font-size: 1.375em;
  line-height: 1.13636364em; }
  @media only screen and (min-width: 768px) {
    h3 {
      font-size: 1.75em;
      line-height: 1.25em; } }

h4 {
  font-size: 1.125em;
  line-height: 1.22em; }
  @media only screen and (min-width: 768px) {
    h4 {
      font-size: 1.125em;
      line-height: 1.22222222em; } }

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  margin: 0; }

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit; }

.section-heading {
  width: 100%;
  text-align: center;
  margin-bottom: 80px; }
  .section-heading h2 {
    color: #4b5267;
    letter-spacing: 2px;
    display: inline-block;
    padding-bottom: 7px;
    position: relative; }
  .section-heading h2:before {
    content: "";
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    height: 1px;
    bottom: 0;
    border-bottom: 5px solid #4b5267; }

.leading-text {
  width: 100%;
  text-align: center;
  font-weight: 300;
  display: flex;
  align-items: center;
  margin-bottom: 80px;
  font-size: 1.25em;
  line-height: 1.25em; }
  @media only screen and (min-width: 768px) {
    .leading-text {
      font-size: 1.375em;
      line-height: 1.45833333em; } }
  .leading-text div {
    width: 100%; }

p {
  font-size: 1.125em;
  line-height: 1.3em;
  font-weight: 300; }
  @media only screen and (min-width: 768px) {
    p {
      font-size: 1.25em;
      line-height: 1.25em; } }

a {
  text-decoration: none;
  outline: 0; }

a {
  line-height: normal; }

.hero-full {
  -webkit-animation-delay: 0.4s;
  background-color: #2f333f;
  position: relative;
  height: 100vh;
  width: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .hero-full {
      margin-bottom: 120px; } }
  @media (min-width: 992px) {
    .hero-full {
      margin-top: -120px;
      padding-top: 120px; } }
  @media only screen and (min-width: 768px) {
    .hero-full {
      background-position: center; } }
  .hero-full .hero-full-inner {
    display: flex;
    align-items: center;
    padding: 0 15px;
    width: 100%;
    max-width: 1500px;
    margin: auto;
    height: 100%;
    text-align: left;
    padding: 65px 30px 0;
    color: #fbf9f9; }
    @media (min-width: 992px) {
      .hero-full .hero-full-inner {
        padding-top: 0 30px; } }
    .hero-full .hero-full-inner div:nth-child(1) {
      -webkit-animation-delay: 0.8s; }
    .hero-full .hero-full-inner div:nth-child(2) {
      -webkit-animation-delay: 1.0s; }
    .hero-full .hero-full-inner h1 {
      font-size: 3em; }
      @media only screen and (min-width: 768px) {
        .hero-full .hero-full-inner h1 {
          font-size: 4.5em; } }
    .hero-full .hero-full-inner p {
      font-size: 1.25em;
      line-height: 1.25em;
      max-width: 500px;
      font-weight: 300;
      font-size: 1.25em;
      line-height: 1.25em; }
      @media only screen and (min-width: 768px) {
        .hero-full .hero-full-inner p {
          font-size: 1.375em;
          line-height: 1.45833333em; } }
  .hero-full .scroll-down {
    position: absolute;
    left: 50%;
    margin-left: -20px;
    width: 40px;
    height: 40px;
    top: 92vh;
    padding-left: 7px;
    cursor: pointer;
    z-index: 2;
    color: #fbf9f9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .hero-full .scroll-down.svg svg {
    width: 25px;
    opacity: 1;
    -webkit-transition: opacity .5s;
    -moz-transition: opacity .5s;
    -ms-transition: opacity .5s;
    -o-transition: opacity .5s;
    transition: opacity .5s;
    vertical-align: middle; }
  .hero-full .scroll-down.svg .stroke {
    stroke: #ADA99D; }
  .hero-full .scroll-down.svg .scroller {
    fill: #ADA99D;
    -webkit-animation: updown 1s infinite;
    -moz-animation: updown 1s infinite;
    -o-animation: updown 1s infinite;
    animation: updown 1s infinite; }
@-webkit-keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes updown {
  0% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -moz-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -moz-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes updown {
  0% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -o-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes updown {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); }
  50% {
    -webkit-transform: translate(0, 5px);
    transform: translate(0, 5px); }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
#contentstart {
  position: absolute;
  top: 100vh; }

.delivery-methods {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  text-align: center;
  margin-bottom: 80px; }
  .delivery-methods .col {
    padding-left: 30px;
    margin-bottom: 30px;
    flex: 0 1 50%; }
  @media (min-width: 992px) {
    .delivery-methods {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .delivery-methods .col {
        padding-left: 30px;
        margin-bottom: 30px;
        flex: 0 1 25%; } }
  @media (min-width: 1200px) {
    .delivery-methods {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .delivery-methods .col {
        padding-left: 30px;
        margin-bottom: 30px;
        flex: 0 1 25%; } }
  @media only screen and (min-width: 768px) {
    .delivery-methods {
      margin-bottom: 120px; } }
  .delivery-methods .col {
    width: 100%; }
    .delivery-methods .col svg {
      max-width: 130px;
      display: block;
      margin-left: auto;
      margin-right: auto;
      justify-content: center; }
      @media only screen and (min-width: 768px) {
        .delivery-methods .col svg {
          max-width: 200px; } }
    .delivery-methods .col h3 {
      padding: 30px 0 15px; }

.get-the {
  width: 100%;
  height: 500px;
  background-color: #2c2422;
  text-align: left;
  color: #fbf9f9;
  background-position: top right;
  margin-bottom: 80px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .get-the {
      margin-bottom: 120px; } }
  @media only screen and (min-width: 768px) {
    .get-the {
      text-align: center; } }
  .get-the .container {
    padding-left: 30px;
    padding-right: 30px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }
  .get-the #skills {
    font-family: "Caveat", cursive;
    font-size: 1.8em;
    line-height: normal; }
    @media only screen and (min-width: 768px) {
      .get-the #skills {
        font-size: 2.6em; } }
  @media only screen and (min-width: 768px) {
    .get-the hr {
      margin-left: auto;
      margin-right: auto; } }
  .get-the a {
    color: #fbf9f9;
    font-size: 1em;
    border: solid 1px #fbf9f9;
    border-radius: 3px;
    padding: 12px 20px;
    margin-top: 40px;
    display: block;
    width: 190px;
    text-transform: uppercase;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    letter-spacing: 2px; }

.popular-courses .col:nth-child(n+4) .animated {
  -webkit-animation-delay: 0.8s; }
.popular-courses .col:nth-child(n+7) .animated {
  -webkit-animation-delay: 1.6s; }

.testimonials {
  width: 100%;
  padding: 0 15px;
  background-color: #ececec;
  height: 900px;
  background-position: center;
  margin-bottom: 80px;
  display: flex;
  align-items: center; }
  @media only screen and (min-width: 768px) {
    .testimonials {
      margin-bottom: 120px; } }
  .testimonials .testimonial-container {
    margin-left: auto;
    margin-right: auto;
    justify-content: center;
    display: flex;
    align-items: center; }
  .testimonials .container {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 800px;
    display: flex;
    align-items: center;
    -webkit-flex-direction: column;
    flex-direction: column; }
  .testimonials .row {
    width: 100%;
    display: -webkit-flex;
    flex-direction: column;
    position: relative; }
  .testimonials .col {
    padding: 0 15px; }
  .testimonials .col:first-child {
    width: 20%; }
    .testimonials .col:first-child .portrait {
      background-color: #4b5267;
      background-position: center;
      background-size: 68px;
      color: #fbf9f9;
      text-align: center;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      display: flex;
      align-items: center;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      position: absolute;
      left: 20px;
      top: 5px;
      height: 50px;
      width: 50px; }
  .testimonials p {
    font-size: 0.8em; }
    @media only screen and (min-width: 768px) {
      .testimonials p {
        font-size: 1.25em; } }
  .testimonials .col:nth-child(2) .row:nth-child(1) {
    margin-left: 75px; }
  .testimonials .col:nth-child(2) .row:nth-child(2) {
    margin-top: 10px;
    padding-left: 75px; }
  .testimonials .col:nth-child(2) span {
    font-style: italic;
    margin-top: -5px; }
  .testimonials .slider {
    width: 100%;
    margin: 0 auto; }
  .testimonials .slick-slide {
    width: 100%; }
  .testimonials .slick-prev:before,
  .testimonials .slick-next:before {
    color: #4b5267; }

.latest-news {
  text-align: center; }
  .latest-news .row {
    text-align: center;
    width: 100%; }
  .latest-news span {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .latest-news span a {
      margin-left: auto; }
      .latest-news span a i {
        font-size: 0.7em !important;
        padding-left: 5px; }
  .latest-news .readmore {
    font-size: 1em;
    color: #4b5267;
    padding: 6px 14px;
    border: solid 1px #4b5267;
    border-radius: 3px;
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }
    .latest-news .readmore i {
      font-size: 0.7em;
      padding-left: 10px; }

*, *:before, *:after {
  box-sizing: border-box; }

*:focus {
  outline: none; }

#mobile-overfow-fix {
  overflow-x: hidden;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbf9f9; }

input {
  -webkit-appearance: none; }

html {
  height: 100%;
  margin-top: 0px !important;
  line-height: normal;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased; }
  @media (min-width: 992px) {
    html {
      font-size: 100%; } }

body {
  background-color: #fbf9f9;
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden; }
  @media (min-width: 992px) {
    body {
      margin-top: 120px; } }

.col-4 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  margin-left: 0; }
  .col-4 .col {
    padding-left: 30px;
    margin-bottom: 0px;
    flex: 0 1 100%; }
  .col-4 .col {
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .col-4 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .col-4 .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 50%; } }
  @media (min-width: 992px) {
    .col-4 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .col-4 .col {
        padding-left: 30px;
        margin-bottom: 30px;
        flex: 0 1 25%; } }
  @media (min-width: 1200px) {
    .col-4 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .col-4 .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 25%; } }
  .col-4 .col {
    width: 100%;
    height: 400px; }

.col-3 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  margin-left: 0; }
  .col-3 .col {
    padding-left: 30px;
    margin-bottom: 0px;
    flex: 0 1 100%; }
  .col-3 .col {
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .col-3 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .col-3 .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 50%; } }
  @media (min-width: 992px) {
    .col-3 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .col-3 .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 33.33333%; } }
  .col-3 .col {
    width: 100%; }

.col-2 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  margin-left: 0; }
  .col-2 .col {
    padding-left: 30px;
    margin-bottom: 0px;
    flex: 0 1 100%; }
  .col-2 .col {
    padding-left: 0; }
  @media only screen and (min-width: 768px) {
    .col-2 {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .col-2 .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 50%; } }
  .col-2 .col {
    width: 100%; }

.container {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px; }

.paragraph-text {
  width: 100%;
  margin-bottom: 120px;
  text-align: left;
  padding: 0 15px;
  display: flex;
  align-items: center;
  flex-direction: column; }
  .paragraph-text div {
    width: 100%; }
  .paragraph-text p {
    font-size: 1.4em;
    margin-bottom: 1.4em;
    -webkit-animation-delay: 0.7s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both; }
  .paragraph-text p:nth-child(1) {
    -webkit-animation-delay: 0.7s; }
  .paragraph-text p:nth-child(2) {
    -webkit-animation-delay: 0.9s; }
  .paragraph-text p:nth-child(3) {
    -webkit-animation-delay: 1.1s; }
  .paragraph-text p:nth-child(4) {
    -webkit-animation-delay: 1.3s; }

.hero {
  background-color: #2f333f;
  -webkit-animation-delay: 0.4s;
  width: 100%;
  height: 400px;
  color: #fbf9f9;
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  justify-content: center; }
  .hero .container {
    margin-top: 65px; }
    @media only screen and (min-width: 768px) {
      .hero .container {
        margin: 0; } }
  .hero h1 {
    -webkit-animation-delay: 0.8s;
    margin-bottom: 0;
    text-align: center; }
  .hero hr {
    margin: 20px auto 0; }

.cards {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .cards {
      margin-bottom: 120px; } }
  .cards .card {
    width: 100%;
    max-width: 370px;
    height: auto;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }
    .cards .card div {
      padding: 15px; }
    .cards .card img {
      max-height: 250px;
      height: auto;
      width: 100%; }
    .cards .card h4 {
      font-size: 1.125em;
      margin: 5px 0; }
    .cards .card p {
      font-size: 0.8em; }
    .cards .card span {
      font-size: 0.8em; }
    .cards .card i {
      margin-right: 10px;
      font-size: 16px; }

.bread-crumbs {
  max-width: 1200px;
  margin: 0 auto 70px;
  height: 50px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.3);
  padding: 0 15px;
  display: flex;
  align-items: center;
  font-size: 0.8em;
  opacity: 0.7; }
  .bread-crumbs a, .bread-crumbs span {
    margin-right: 15px; }

.logo404 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 180px;
  width: 100%;
  padding: 30px; }

.error404 {
  width: 100%;
  height: 100vh;
  background: #2f333f;
  color: #fbf9f9;
  display: flex;
  align-items: center; }
  .error404 .col-2 {
    display: flex;
    align-items: center; }
    .error404 .col-2 .col {
      margin-bottom: auto !important;
      padding: 0 40px; }
  .error404 div {
    margin: auto; }
    .error404 div h1 {
      font-size: 5em;
      margin-bottom: 30px; }
    .error404 div h3 {
      margin-bottom: 15px; }
    .error404 div hr {
      color: #fbf9f9;
      width: 40px;
      height: 4px; }
    .error404 div a {
      color: #72b5e2; }
  .error404 svg {
    max-width: 250px;
    display: block;
    margin: 0 auto 30px; }
    @media only screen and (min-width: 768px) {
      .error404 svg {
        margin: auto; } }

.single-course {
  max-width: 1000px; }
  .single-course .paragraph {
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .single-course .paragraph {
        margin-bottom: 120px; } }
    .single-course .paragraph p {
      margin-bottom: 30px; }
  .single-course .wrap {
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .single-course .wrap {
        margin-bottom: 120px; } }
    .single-course .wrap .course-block {
      width: 100%;
      margin-bottom: 80px;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .single-course .wrap .course-block {
          flex-direction: row;
          height: 320px; } }
      .single-course .wrap .course-block .col {
        display: flex;
        align-items: center; }
        .single-course .wrap .course-block .col h4 {
          font-weight: 300;
          text-transform: uppercase;
          letter-spacing: 1px;
          margin-bottom: 15px;
          margin-top: 5px;
          opacity: 0.6; }
        .single-course .wrap .course-block .col p {
          margin-bottom: 30px; }
        .single-course .wrap .course-block .col .pdf {
          font-size: 1em;
          color: #4b5267;
          padding: 6px 14px;
          border: solid 1px #4b5267;
          border-radius: 3px;
          margin-left: auto;
          margin-right: auto;
          justify-content: center;
          float: left; }
          .single-course .wrap .course-block .col .pdf i {
            font-size: 0.7em;
            padding-left: 10px; }
        .single-course .wrap .course-block .col .enquire {
          float: right;
          font-size: 1em;
          background-color: #4b5267;
          color: #fbf9f9;
          padding: 6px 14px;
          border: solid 1px #4b5267;
          border-radius: 3px;
          margin-left: auto;
          margin-right: auto;
          justify-content: center; }
          .single-course .wrap .course-block .col .enquire i {
            font-size: 0.7em;
            padding-left: 10px; }
          .single-course .wrap .course-block .col .enquire i {
            font-size: 0.9em; }
      .single-course .wrap .course-block .col:first-child {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .single-course .wrap .course-block .col:first-child {
            -webkit-flex: 1 0 0;
            flex: 1 0 0; } }
        .single-course .wrap .course-block .col:first-child img {
          width: 100%;
          height: auto; }
      .single-course .wrap .course-block .col:nth-child(2) {
        width: 100%; }
        @media only screen and (min-width: 768px) {
          .single-course .wrap .course-block .col:nth-child(2) {
            -webkit-flex: 2 0 0;
            flex: 2 0 0; } }
        .single-course .wrap .course-block .col:nth-child(2) div {
          padding: 15px; }

.company-profile .container {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .company-profile .container {
      margin-bottom: 120px; } }
.company-profile .col-2 {
  display: flex;
  align-items: center;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .company-profile .col-2 {
      margin-bottom: 120px; } }
  .company-profile .col-2 .col {
    margin: 0; }
    .company-profile .col-2 .col div {
      width: 100%; }
      .company-profile .col-2 .col div .img {
        margin: 0;
        height: 300px;
        width: auto;
        max-width: 100%;
        background-position: bottom;
        background-size: auto 100%;
        background-repeat: no-repeat;
        margin-top: 80px; }
        @media only screen and (min-width: 768px) {
          .company-profile .col-2 .col div .img {
            margin-top: 0px;
            height: 400px; } }
.company-profile h3 {
  font-size: 1.75em;
  color: #4b5267;
  text-align: left;
  padding-bottom: 15px; }
.company-profile .trackrecord {
  width: 100%;
  height: 500px;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .company-profile .trackrecord {
      margin-bottom: 120px; } }
  .company-profile .trackrecord .container {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center; }
    .company-profile .trackrecord .container div {
      width: 100%; }
    .company-profile .trackrecord .container h2 {
      margin: 0 !important;
      color: #fbf9f9; }
    .company-profile .trackrecord .container hr {
      margin: 15px auto; }
    .company-profile .trackrecord .container .stats {
      width: 100%;
      margin: 50px 0;
      display: flex;
      justify-content: space-between;
      align-items: flex-end; }
      .company-profile .trackrecord .container .stats .col {
        width: 250px;
        height: 200px;
        display: inline-flex;
        display: flex;
        align-items: center; }
        .company-profile .trackrecord .container .stats .col div {
          flex-direction: column; }
      .company-profile .trackrecord .container .stats span {
        display: block;
        width: 100%;
        text-align: center;
        color: #fbf9f9; }
      @media only screen and (min-width: 768px) {
        .company-profile .trackrecord .container .stats span:nth-child(1) {
          font-size: 1.25em; } }
      @media (min-width: 992px) {
        .company-profile .trackrecord .container .stats span:nth-child(1) {
          font-size: 1.5em; } }
      .company-profile .trackrecord .container .stats span:nth-child(2) {
        font-size: 2.6em;
        margin: 10px 0;
        font-family: "oswald", Arial, sans-serif;
        font-weight: 700;
        line-height: normal; }
        @media only screen and (min-width: 768px) {
          .company-profile .trackrecord .container .stats span:nth-child(2) {
            font-size: 3.4em; } }
        @media (min-width: 992px) {
          .company-profile .trackrecord .container .stats span:nth-child(2) {
            font-size: 5em; } }
      @media only screen and (min-width: 768px) {
        .company-profile .trackrecord .container .stats span:nth-child(3) {
          font-size: 1.3em; } }
      @media (min-width: 992px) {
        .company-profile .trackrecord .container .stats span:nth-child(3) {
          font-size: 1.85em; } }

.enquiries .col-2 .col {
  width: 100%;
  padding: 0 30px;
  margin: 0 auto; }
  .enquiries .col-2 .col h4 {
    font-weight: 700;
    padding-bottom: 15px; }
.enquiries .col-2 h2 {
  font-weight: 500;
  font-size: 2.25em; }
.enquiries .contact-info div {
  margin: auto;
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column; }
  @media only screen and (min-width: 768px) {
    .enquiries .contact-info div {
      justify-content: space-between;
      flex-direction: row; } }
  .enquiries .contact-info div span {
    display: inline-flex;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: auto; }
    @media only screen and (min-width: 768px) {
      .enquiries .contact-info div span {
        margin: 0 0 30px; } }
    .enquiries .contact-info div span i {
      font-size: 1em;
      padding-right: 10px; }
    .enquiries .contact-info div span span {
      padding-left: 5px;
      font-size: 130%;
      margin-bottom: 0; }
.enquiries .enquire {
  -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
  border-radius: 3px;
  overflow: hidden;
  font-family: "Catamaran", Helvetica, Arial, sans-serif;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .enquiries .enquire {
      margin-bottom: 120px; } }
  .enquiries .enquire .col {
    padding: 30px 30px 0px; }
    @media only screen and (min-width: 768px) {
      .enquiries .enquire .col {
        padding: 30px 60px 0px; } }
    .enquiries .enquire .col h3 {
      text-align: center; }
  .enquiries .enquire .col:first-child {
    background: #4b5267;
    color: #fbf9f9;
    transition: ease all 0.5s; }
    .enquiries .enquire .col:first-child h4 {
      font-weight: 500;
      font-size: 1.6em;
      text-align: center; }
  .enquiries .enquire fieldset {
    padding: 0;
    margin: 0;
    border: none;
    /* to hide the checkbox itself */
    /* unchecked icon */
    /* space between checkbox and label */
    /* checked icon */
    /* allow space for check mark */ }
    .enquiries .enquire fieldset legend {
      visibility: hidden; }
    .enquiries .enquire fieldset p {
      margin: 0; }
    .enquiries .enquire fieldset .wpcf7-not-valid-tip {
      color: tomato;
      font-size: 0.7em;
      width: 100%;
      position: absolute;
      top: 40px;
      padding-left: 7px; }
    .enquiries .enquire fieldset .wpcf7-list-item {
      width: 100%;
      height: 40px;
      display: block; }
    .enquiries .enquire fieldset .wpcf7-radio {
      float: right; }
      .enquiries .enquire fieldset .wpcf7-radio .wpcf7-list-item {
        display: inline-block !important;
        width: auto;
        height: auto; }
    .enquiries .enquire fieldset option:disabled {
      color: #cdcdcd; }
    .enquiries .enquire fieldset .wpcf7-form-control {
      margin-bottom: 40px; }
    .enquiries .enquire fieldset .wpcf7-form-control:not(.wpcf7-checkbox):not(.wpcf7-radio):not(.wpcf7-recaptcha) {
      width: 100%;
      border: 0;
      height: 40px;
      border: solid 1px #cdcdcd;
      border-radius: 3px;
      background: #fff;
      padding: 5px 10px;
      font-family: "Catamaran", Helvetica, Arial, sans-serif;
      font-size: 1em; }
    .enquiries .enquire fieldset .wpcf7-form-control::-webkit-input-placeholder {
      color: #4b5267; }
    .enquiries .enquire fieldset .wpcf7-form-control:focus::-webkit-input-placeholder {
      color: #cdcdcd; }
    .enquiries .enquire fieldset .wpcf7-form-control:-moz-placeholder {
      color: #4b5267; }
    .enquiries .enquire fieldset .wpcf7-form-control:focus:-moz-placeholder {
      color: #cdcdcd; }
    .enquiries .enquire fieldset .wpcf7-form-control::-moz-placeholder {
      color: #4b5267; }
    .enquiries .enquire fieldset .wpcf7-form-control:focus::-moz-placeholder {
      color: #cdcdcd; }
    .enquiries .enquire fieldset .wpcf7-form-control:-ms-input-placeholder {
      color: #4b5267; }
    .enquiries .enquire fieldset .wpcf7-form-control:focus:-ms-input-placeholder {
      color: #cdcdcd; }
    .enquiries .enquire fieldset .wpcf7-textarea {
      height: 300px !important; }
    .enquiries .enquire fieldset .wpcf7-submit {
      cursor: pointer; }
    .enquiries .enquire fieldset .heading {
      margin-bottom: -10px;
      display: block; }
    .enquiries .enquire fieldset input[type=checkbox] {
      opacity: 0;
      margin: 5px 0 0 -5px;
      position: absolute;
      width: 250px; }
    .enquiries .enquire fieldset input[type=checkbox] + span:before {
      font-family: FontAwesome;
      display: inline-block;
      transition: all 0.3s; }
    .enquiries .enquire fieldset input[type=checkbox] + span:before {
      content: "\f096"; }
    .enquiries .enquire fieldset input[type=checkbox] + span:before {
      width: 30px;
      text-align: left; }
    .enquiries .enquire fieldset input[type=checkbox]:checked + span:before {
      content: "\f046"; }
    .enquiries .enquire fieldset input[type=checkbox]:checked + span:before {
      width: 30px;
      text-align: left; }
  .enquiries .enquire .wpcf7-validation-errors {
    border: none;
    color: tomato;
    text-align: center;
    width: 100%;
    margin: 0;
    padding: 0; }
.enquiries .wpcf7-form-control .g-recaptcha .wpcf7-recaptcha {
  height: auto !important;
  border: none;
  background: transparent; }
.enquiries .faq {
  margin-bottom: 80px; }
  @media only screen and (min-width: 768px) {
    .enquiries .faq {
      margin-bottom: 120px; } }
  .enquiries .faq .col p:first-child {
    font-weight: 700; }
  .enquiries .faq .col:nth-child(2) {
    -webkit-animation-delay: 0.2s; }
  .enquiries .faq .col:nth-child(3) {
    -webkit-animation-delay: 0.4s; }
  .enquiries .faq .col:nth-child(4) {
    -webkit-animation-delay: 0.6s; }
  .enquiries .faq .col:nth-child(5) {
    -webkit-animation-delay: 0.8s; }
  .enquiries .faq .col:nth-child(6) {
    -webkit-animation-delay: 1.2s; }
  .enquiries .faq .col:nth-child(7) {
    -webkit-animation-delay: 1.4s; }
  .enquiries .faq .col:nth-child(8) {
    -webkit-animation-delay: 1.6s; }
  .enquiries .faq .col:nth-child(9) {
    -webkit-animation-delay: 1.8s; }
  .enquiries .faq .col:nth-child(10) {
    -webkit-animation-delay: 2s; }
  .enquiries .faq .col:nth-child(11) {
    -webkit-animation-delay: 2.2s; }
  .enquiries .faq .col:nth-child(n+12) {
    -webkit-animation-delay: 2.4s; }

.the-team h4 {
  opacity: 0.6; }

.modaal-content .member-head {
  width: 100%;
  display: -webkit-flex;
  padding: 0 0 30px;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  display: flex;
  align-items: center; }
  .modaal-content .member-head .photo-col {
    padding: 15px; }
  .modaal-content .member-head .name-col {
    padding: 15px; }
  .modaal-content .member-head .image {
    height: 100px;
    width: 100px;
    border-radius: 50%;
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center; }
  .modaal-content .member-head h4 {
    opacity: 0.6; }
.modaal-content p {
  padding: 0 20px;
  font-size: 1em; }

.consultancy {
  max-width: 1000px; }
  .consultancy h2 {
    text-align: center;
    margin: 0 auto 40px; }
  .consultancy .col-3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
    margin-left: -30px;
    margin-bottom: 80px; }
    .consultancy .col-3 .col {
      padding-left: 30px;
      margin-bottom: 0px;
      flex: 0 1 33.33333%; }
    @media only screen and (min-width: 768px) {
      .consultancy .col-3 {
        margin-bottom: 120px; } }
    .consultancy .col-3 .col {
      width: 100%;
      display: flex;
      margin-left: auto;
      margin-right: auto;
      justify-content: center; }
      .consultancy .col-3 .col div {
        max-width: 180px;
        text-align: center; }
        .consultancy .col-3 .col div div {
          height: 200px;
          display: flex;
          align-items: center; }
        .consultancy .col-3 .col div svg {
          margin: auto;
          max-width: 90px;
          width: 100%;
          height: auto; }
          @media only screen and (min-width: 768px) {
            .consultancy .col-3 .col div svg {
              max-width: 130px; } }
  .consultancy .col-2 {
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .consultancy .col-2 {
        margin-bottom: 120px; } }
    .consultancy .col-2 .col {
      display: flex; }
      .consultancy .col-2 .col ul {
        margin: auto; }
        .consultancy .col-2 .col ul li {
          margin-bottom: 25px; }
          .consultancy .col-2 .col ul li span {
            font-size: 1.125em;
            line-height: 1.3em;
            font-weight: 300;
            display: block;
            border-left: solid 2px #72b5e2;
            padding-left: 15px; }
            @media only screen and (min-width: 768px) {
              .consultancy .col-2 .col ul li span {
                font-size: 1.25em;
                line-height: 1.25em; } }
  .consultancy .enq-btn {
    margin-bottom: 80px;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-content: center; }
    @media only screen and (min-width: 768px) {
      .consultancy .enq-btn {
        margin-bottom: 120px; } }
    .consultancy .enq-btn .enquire {
      text-align: center;
      width: auto;
      font-size: 1em;
      background-color: #4b5267;
      color: #fbf9f9;
      padding: 6px 14px;
      border: solid 1px #4b5267;
      border-radius: 3px;
      margin-left: auto;
      margin-right: auto;
      justify-content: center;
      padding: 10px 18px; }
      .consultancy .enq-btn .enquire i {
        font-size: 0.7em;
        padding-left: 10px; }

.sri-lanka .container {
  max-width: 650px; }
  @media (min-width: 992px) {
    .sri-lanka .container {
      max-width: 1200px; } }
.sri-lanka .section-full {
  height: 100vh;
  width: 100%; }
.sri-lanka .about {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  margin-left: 0;
  margin-bottom: 80px; }
  .sri-lanka .about .col {
    padding-left: 30px;
    margin-bottom: 0px;
    flex: 0 1 100%; }
  .sri-lanka .about .col {
    padding-left: 0; }
  @media (min-width: 992px) {
    .sri-lanka .about {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .sri-lanka .about .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 50%; } }
  @media only screen and (min-width: 768px) {
    .sri-lanka .about {
      margin-bottom: 120px; } }
  .sri-lanka .about h2, .sri-lanka .about h3 {
    font-family: "gilroy", Arial, sans-serif; }
  .sri-lanka .about .col {
    width: 100%; }
    .sri-lanka .about .col p {
      font-size: 1.375em;
      line-height: 1.13636364em; }
      @media only screen and (min-width: 768px) {
        .sri-lanka .about .col p {
          font-size: 1.6em; } }
    .sri-lanka .about .col .form-block {
      max-width: 400px;
      margin: auto; }
      .sri-lanka .about .col .form-block .wpcf7-form fieldset {
        border: none; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset legend {
          font-family: "gilroy", Arial, sans-serif;
          font-size: 1.75em;
          padding-top: 12px; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-text, .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-email, .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-number {
          width: 100%;
          height: 50px;
          border: none;
          padding: 5px 7px 5px 15px;
          background: #fff;
          color: #666;
          border: 2px solid #ddd;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          position: relative;
          display: block; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-text:focus, .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-email:focus, .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-number:focus {
          border-color: #72b5e2; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset p {
          margin-bottom: 0; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-submit {
          cursor: pointer;
          background: #4b5267;
          dispaly: inline-block;
          width: 100%;
          font-size: 16px;
          text-transform: lowercase;
          height: 50px;
          margin-top: 15px;
          color: #fff;
          text-decoration: none;
          border: none;
          -moz-border-radius: 4px;
          -webkit-border-radius: 4px;
          border-radius: 4px;
          transition: ease border-color 0.8;
          border-bottom: solid 3px transparent; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset span.wpcf7-not-valid-tip {
          font-size: 0.6em;
          color: tomato;
          padding-left: 15px; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-not-valid {
          border-color: tomato; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-validation-errors, .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-mail-sent-ng {
          border-color: tomato;
          padding: 10px 15px;
          margin: 0;
          border-radius: 3px; }
        .sri-lanka .about .col .form-block .wpcf7-form fieldset .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ok {
          background-color: #00e676;
          padding: 10px 15px;
          margin: 0;
          border-radius: 3px; }
.sri-lanka .course-section {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  margin-left: 0;
  margin-bottom: 80px; }
  .sri-lanka .course-section .col {
    padding-left: 30px;
    margin-bottom: 0px;
    flex: 0 1 100%; }
  .sri-lanka .course-section .col {
    padding-left: 0; }
  @media (min-width: 992px) {
    .sri-lanka .course-section {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .sri-lanka .course-section .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 50%; } }
  @media (min-width: 992px) {
    .sri-lanka .course-section {
      margin-bottom: 20vh; } }
  .sri-lanka .course-section .col {
    width: 100%; }
  .sri-lanka .course-section .image-block {
    margin-bottom: 40px;
    position: relative;
    width: 100%; }
    .sri-lanka .course-section .image-block .bg-image {
      width: 100%;
      height: 400px;
      background-color: pink;
      background-position: center;
      background-repeat: no-repeat;
      background-position: center;
      -webkit-background-size: cover;
      -moz-background-size: cover;
      -o-background-size: cover;
      background-size: cover;
      display: flex;
      align-items: center; }
      @media (min-width: 992px) {
        .sri-lanka .course-section .image-block .bg-image {
          position: absolute;
          width: 50vw;
          right: 15px;
          height: 65vh;
          max-height: 600px;
          top: -30px; } }
      .sri-lanka .course-section .image-block .bg-image .title-block {
        width: 50%;
        margin-left: auto;
        text-align: right; }
        .sri-lanka .course-section .image-block .bg-image .title-block h3 {
          font-size: 1.2em;
          font-weight: 500;
          color: #fbf9f9;
          right: 0;
          position: relative;
          display: block;
          padding: 0 15px 15px; }
          @media only screen and (min-width: 768px) {
            .sri-lanka .course-section .image-block .bg-image .title-block h3 {
              font-size: 1.4em;
              padding: 0 45px 15px; } }
        .sri-lanka .course-section .image-block .bg-image .title-block h2 {
          display: none;
          visibility: visible;
          font-family: "gilroy", Arial, sans-serif;
          color: #fbf9f9;
          font-size: 2.25em;
          position: relative;
          right: 0;
          padding: 15px 45px 60px; }
          @media (min-width: 992px) {
            .sri-lanka .course-section .image-block .bg-image .title-block h2 {
              display: block; } }
          .sri-lanka .course-section .image-block .bg-image .title-block h2:before {
            content: "";
            position: absolute;
            width: 200px;
            right: -15px;
            height: 1px;
            bottom: 30px;
            border-bottom: 5px solid #72b5e2; }
          .sri-lanka .course-section .image-block .bg-image .title-block h2 span {
            dipslay: block; }
  .sri-lanka .course-section .text-block .section {
    margin-top: 0px;
    margin-bottom: 120px; }
    @media (min-width: 992px) {
      .sri-lanka .course-section .text-block .section {
        margin-top: 100px; } }
    .sri-lanka .course-section .text-block .section:last-child {
      margin-bottom: 0px; }
  .sri-lanka .course-section .text-block h3 {
    font-family: "gilroy", Arial, sans-serif; }
  .sri-lanka .course-section .text-block div {
    width: 100%;
    font-size: 1em; }
    .sri-lanka .course-section .text-block div S
    p {
      font-size: 1.4em; }
    .sri-lanka .course-section .text-block div table {
      margin: 20px 0 80px;
      width: 100%; }
      .sri-lanka .course-section .text-block div table tr {
        text-align: left;
        padding-left: 20px; }
        .sri-lanka .course-section .text-block div table tr:nth-child(even) {
          background: #eee; }
        .sri-lanka .course-section .text-block div table tr td {
          padding: 18px; }
        .sri-lanka .course-section .text-block div table tr th {
          padding: 21px 25px 22px 25px;
          border-bottom: 1px solid #ddd; }
          .sri-lanka .course-section .text-block div table tr th:first-child {
            text-align: left;
            padding-left: 20px; }
.sri-lanka .timeline-section {
  position: relative;
  margin-bottom: 80px; }
  .sri-lanka .timeline-section .timeline {
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .sri-lanka .timeline-section .timeline {
        padding-top: 150px;
        height: 350px; } }
    .sri-lanka .timeline-section .timeline h2 {
      font-family: "gilroy", Arial, sans-serif;
      font-size: 1.75em; }
      @media (max-width: 992px) {
        .sri-lanka .timeline-section .timeline h2 {
          margin-bottom: 40px; } }
      @media (min-width: 992px) {
        .sri-lanka .timeline-section .timeline h2 {
          position: absolute;
          top: 0; } }
    .sri-lanka .timeline-section .timeline .timeline-progess-A {
      background-color: #72b5e2; }
      @media (max-width: 992px) {
        .sri-lanka .timeline-section .timeline .timeline-progess-A {
          display: inline-block;
          height: 500px;
          width: 5px; } }
      @media (min-width: 992px) {
        .sri-lanka .timeline-section .timeline .timeline-progess-A {
          height: 5px;
          width: -webkit-calc(76% - 30px);
          width: -moz-calc(76% - 30px);
          width: calc(76% - 30px);
          left: 15px; } }
    .sri-lanka .timeline-section .timeline .timeline-progess-O {
      background-color: #57629d; }
      @media (max-width: 992px) {
        .sri-lanka .timeline-section .timeline .timeline-progess-O {
          margin-left: 30px;
          height: 700px;
          width: 5px;
          display: inline-block;
          float: left; } }
      @media (min-width: 992px) {
        .sri-lanka .timeline-section .timeline .timeline-progess-O {
          height: 5px;
          width: -webkit-calc(100% - 30px);
          width: -moz-calc(100% - 30px);
          width: calc(100% - 30px);
          top: 17px;
          left: 15px; } }
    .sri-lanka .timeline-section .timeline .timeline-points {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 992px) {
        .sri-lanka .timeline-section .timeline .timeline-points {
          height: 700px;
          left: 18px;
          flex-direction: column;
          position: absolute;
          display: inline-flex; } }
      @media (min-width: 992px) {
        .sri-lanka .timeline-section .timeline .timeline-points {
          margin-top: -23px;
          box-sizing: border-box;
          flex-direction: row;
          align-items: center; } }
      .sri-lanka .timeline-section .timeline .timeline-points .visit {
        font-family: "gilroy", Arial, sans-serif;
        font-size: 16px;
        background: #4b5267;
        color: #fbf9f9;
        width: 34px;
        height: 34px;
        line-height: 36px;
        border-radius: 50%;
        text-align: center;
        position: relative;
        display: inline-block;
        z-index: 2;
        display: flex;
        justify-content: center; }
        .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete {
          position: absolute;
          overflow: hidden;
          width: 50px;
          height: 5px;
          right: -50px;
          top: 15px; }
          @media (min-width: 992px) {
            .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete {
              right: auto;
              width: 5px;
              top: -50px;
              margin-left: 2.5px;
              height: 50px; } }
          .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete div {
            position: relative;
            background: #72b5e2;
            height: 5px;
            width: 50px; }
            @media (min-width: 992px) {
              .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete div {
                height: 50px;
                width: 5px; } }
        .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete-details {
          width: 160px;
          position: absolute;
          top: -10px;
          left: 100px; }
          @media (min-width: 992px) {
            .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete-details {
              top: -120px;
              left: 0; } }
          .sri-lanka .timeline-section .timeline .timeline-points .visit .A-complete-details svg {
            margin-right: 15px; }
        .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete {
          width: 50px;
          position: absolute;
          top: 34px;
          overflow: hidden;
          height: 5px;
          top: 15px;
          right: -50px;
          background: #57629d; }
          @media (min-width: 992px) {
            .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete {
              right: auto;
              width: 5px;
              top: 34px;
              height: 50px;
              margin-left: 2.5px; } }
        .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete-details {
          width: 160px;
          position: absolute;
          display: flex;
          top: -10px;
          left: 100px; }
          @media (min-width: 992px) {
            .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete-details {
              top: 120px;
              right: 0;
              left: auto; } }
          .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete-details div {
            order: 2; }
            @media (min-width: 992px) {
              .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete-details div {
                order: 1; } }
          .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete-details svg {
            margin-right: 15px;
            order: 1; }
            @media (min-width: 992px) {
              .sri-lanka .timeline-section .timeline .timeline-points .visit .O-complete-details svg {
                order: 2;
                margin-left: 15px;
                margin-right: 0; } }
        .sri-lanka .timeline-section .timeline .timeline-points .visit article {
          display: flex;
          flex-direction: row;
          align-items: center; }
          .sri-lanka .timeline-section .timeline .timeline-points .visit article svg {
            display: inline-block;
            width: 100%;
            max-width: 50px;
            height: auto; }
          .sri-lanka .timeline-section .timeline .timeline-points .visit article div {
            font-family: "Catamaran", Helvetica, Arial, sans-serif;
            color: #4b5267;
            line-height: 1.2;
            font-weight: 500;
            text-align: left; }
    .sri-lanka .timeline-section .timeline .legend {
      display: flex;
      flex-direction: column; }
      @media (min-width: 992px) {
        .sri-lanka .timeline-section .timeline .legend {
          margin-top: 70px;
          flex-direction: row;
          align-items: center; } }
      @media (max-width: 992px) {
        .sri-lanka .timeline-section .timeline .legend {
          position: absolute;
          top: 75px;
          left: 120px; } }
      .sri-lanka .timeline-section .timeline .legend div {
        margin-bottom: 40px; }
        @media (min-width: 992px) {
          .sri-lanka .timeline-section .timeline .legend div {
            margin-left: 50px;
            margin-bottom: 0px; } }
        .sri-lanka .timeline-section .timeline .legend div div {
          margin: 0; }
        .sri-lanka .timeline-section .timeline .legend div:first-child {
          margin-left: 0; }
        .sri-lanka .timeline-section .timeline .legend div:nth-child(3) h4 {
          color: #72b5e2; }
        .sri-lanka .timeline-section .timeline .legend div:last-child h4 {
          color: #57629d; }
        .sri-lanka .timeline-section .timeline .legend div h4 {
          font-family: "gilroy", Arial, sans-serif; }
      .sri-lanka .timeline-section .timeline .legend h3 {
        font-family: "gilroy", Arial, sans-serif; }
      .sri-lanka .timeline-section .timeline .legend .A-line {
        width: 150px;
        height: 5px;
        background: #72b5e2;
        margin-bottom: 3px; }
      .sri-lanka .timeline-section .timeline .legend .O-line {
        width: 200px;
        height: 5px;
        background: #57629d; }
  .sri-lanka .timeline-section .timeline-details {
    margin-top: 30px;
    margin-bottom: 40px; }
    @media (max-width: 992px) {
      .sri-lanka .timeline-section .timeline-details {
        margin: 300px auto 0; } }
    .sri-lanka .timeline-section .timeline-details .col {
      width: 100%; }
      @media (max-width: 992px) {
        .sri-lanka .timeline-section .timeline-details .col {
          margin-bottom: 40px;
          margin-left: 25px; } }
      .sri-lanka .timeline-section .timeline-details .col:nth-child(2) div h3 {
        padding-left: 0; }
      .sri-lanka .timeline-section .timeline-details .col .timeline-details-icon {
        display: flex;
        flex-direction: row; }
        .sri-lanka .timeline-section .timeline-details .col .timeline-details-icon svg {
          max-width: 100px;
          min-width: 80px;
          width: 100%;
          height: auto;
          display: block;
          align-self: flex-start;
          margin-right: 30px; }
      .sri-lanka .timeline-section .timeline-details .col div {
        width: 100%;
        height: 100%; }
        .sri-lanka .timeline-section .timeline-details .col div h3 {
          font-family: "gilroy", Arial, sans-serif;
          position: relative;
          padding-left: 45px;
          line-height: 36px !important; }
          .sri-lanka .timeline-section .timeline-details .col div h3 span {
            position: absolute;
            font-size: 16px;
            background: #4b5267;
            color: #fbf9f9;
            width: 34px;
            height: 34px;
            line-height: 36px;
            border-radius: 50%;
            text-align: center;
            display: inline-block;
            top: 0;
            left: 0; }
        .sri-lanka .timeline-section .timeline-details .col div p {
          display: block;
          margin-top: 15px;
          max-width: 200px; }
  .sri-lanka .timeline-section .timeline-information h3 {
    font-family: "gilroy", Arial, sans-serif;
    margin-bottom: 30px; }
  .sri-lanka .timeline-section .timeline-information .col-2 .col {
    width: 100%; }
    .sri-lanka .timeline-section .timeline-information .col-2 .col div {
      width: 100%; }
      .sri-lanka .timeline-section .timeline-information .col-2 .col div li {
        margin-bottom: 15px; }
.sri-lanka .career-pathways {
  margin-bottom: 80px; }
  .sri-lanka .career-pathways .diploma {
    margin-bottom: 40px;
    display: flex;
    align-items: center; }
    .sri-lanka .career-pathways .diploma p {
      max-width: 200px; }
  .sri-lanka .career-pathways h3 {
    margin-bottom: 40px; }
  .sri-lanka .career-pathways h3, .sri-lanka .career-pathways h4 {
    font-family: "gilroy", Arial, sans-serif; }
  .sri-lanka .career-pathways h4 {
    font-size: 1.125em; }
  .sri-lanka .career-pathways .col article {
    font-size: 16px; }
  .sri-lanka .career-pathways .col div {
    display: flex;
    flex-direction: row; }
    .sri-lanka .career-pathways .col div div {
      flex-direction: column;
      padding-left: 15px; }
      @media (min-width: 992px) {
        .sri-lanka .career-pathways .col div div {
          padding-left: 25px; } }
  .sri-lanka .career-pathways .col svg {
    max-width: 100px;
    min-width: 80px;
    width: 100%;
    height: auto;
    display: block;
    align-self: flex-start;
    margin-right: 15px; }
    @media (min-width: 992px) {
      .sri-lanka .career-pathways .col svg {
        margin-right: 25px; } }
    .sri-lanka .career-pathways .col svg path {
      fill: #4b5267; }
.sri-lanka .smart-quest {
  margin-bottom: 120px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: flex-start;
  margin-left: -30px;
  margin-left: 0; }
  .sri-lanka .smart-quest .col {
    padding-left: 30px;
    margin-bottom: 0px;
    flex: 0 1 100%; }
  .sri-lanka .smart-quest .col {
    padding-left: 0; }
  @media (min-width: 992px) {
    .sri-lanka .smart-quest {
      display: flex;
      flex-wrap: wrap;
      flex-direction: row;
      justify-content: flex-start;
      margin-left: -30px; }
      .sri-lanka .smart-quest .col {
        padding-left: 30px;
        margin-bottom: 0px;
        flex: 0 1 50%; } }
  .sri-lanka .smart-quest #map {
    width: 100%;
    height: 400px;
    background-color: #eee; }
  .sri-lanka .smart-quest .col:first-child {
    margin-bottom: 80px; }
  .sri-lanka .smart-quest h3 {
    font-family: "gilroy", Arial, sans-serif;
    margin-bottom: 30px;
    font-size: 1.75em; }
  .sri-lanka .smart-quest ul {
    margin-bottom: 80px; }
  .sri-lanka .smart-quest li {
    font-size: 1.4em;
    margin-bottom: 15px;
    line-height: 1.2;
    display: flex; }
    .sri-lanka .smart-quest li i {
      display: inline-block;
      margin-right: 30px;
      width: 30px;
      font-size: 1em;
      line-height: 1.2;
      text-align: center; }
    .sri-lanka .smart-quest li span {
      display: inline-block;
      vertical-align: top; }
  .sri-lanka .smart-quest svg {
    max-width: 350px;
    width: 100%;
    height: auto;
    display: block;
    margin: auto; }
    @media only screen and (min-width: 768px) {
      .sri-lanka .smart-quest svg {
        margin: 0; } }

.news {
  max-width: 1000px; }
  .news .blog-info {
    display: flex;
    align-items: center;
    margin-bottom: 80px; }
    .news .blog-info .avatar {
      border-radius: 100%;
      display: inline-block;
      margin-right: 15px;
      -webkit-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2); }
    .news .blog-info span {
      display: inline-block;
      margin-right: 15px; }
  .news article {
    margin-bottom: 80px; }
    @media only screen and (min-width: 768px) {
      .news article {
        margin-bottom: 120px; } }
    .news article p {
      margin-bottom: 30px; }
  .news .post-nav {
    margin-bottom: 80px;
    height: 10px; }
    @media only screen and (min-width: 768px) {
      .news .post-nav {
        margin-bottom: 120px; } }
    .news .post-nav A
    span {
      display: inline-block;
      min-width: 1px; }
    .news .post-nav span:first-child {
      float: left; }
      .news .post-nav span:first-child a {
        padding-left: 28px; }
      .news .post-nav span:first-child a:before {
        content: "\f177";
        font-family: FontAwesome;
        left: 0;
        position: absolute;
        top: 4px; }
    .news .post-nav span:last-child {
      float: right; }
      .news .post-nav span:last-child a {
        padding-right: 28px; }
      .news .post-nav span:last-child a:before {
        content: "\f178";
        font-family: FontAwesome;
        right: 0;
        position: absolute;
        top: 4px; }
    .news .post-nav a {
      display: inline-block;
      position: relative;
      padding-bottom: 5px;
      border-bottom: solid 2px #72b5e2; }

#pushy-container {
  width: 100%;
  max-width: 1920px;
  height: 65px;
  position: absolute;
  z-index: 500; }
  @media only screen and (min-width: 768px) {
    #pushy-container {
      height: 80px;
      top: 40px; } }

#header-trigger {
  position: absolute;
  top: 100vh; }

.fixed-header {
  position: fixed !important;
  top: 0 !important; }

.header-fix {
  width: 100%;
  background: #fbf9f9; }

.menu-btn {
  display: block;
  border: 0;
  background: transparent;
  cursor: pointer;
  color: #4b5267; }
  @media (min-width: 992px) {
    .menu-btn {
      display: none; } }
  .menu-btn i {
    font-size: 2em; }

.menu-btn-close {
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 30px 30px 15px auto;
  text-align: right; }
  .menu-btn-close i {
    color: #fbf9f9;
    font-size: 2em; }

.header-primary {
  background-color: #fbf9f9;
  width: 100%;
  height: 65px; }
  @media only screen and (min-width: 768px) {
    .header-primary {
      height: 80px; } }
  .header-primary .container {
    display: flex;
    align-items: center; }
    .header-primary .container div {
      width: 100%;
      height: 100%; }
      .header-primary .container div .logo {
        width: auto;
        float: left;
        padding: 10px 0; }
        .header-primary .container div .logo svg {
          height: 45px;
          width: auto;
          display: block; }
          @media only screen and (min-width: 768px) {
            .header-primary .container div .logo svg {
              height: 60px; } }
    .header-primary .container nav {
      height: 100%;
      display: flex;
      align-items: center;
      float: right;
      font-size: 1em;
      text-transform: uppercase;
      font-weight: 500;
      display: none; }
      @media (min-width: 992px) {
        .header-primary .container nav {
          display: block; } }
      .header-primary .container nav li {
        display: inline-block;
        padding: 26px 10px; }
        .header-primary .container nav li a {
          line-height: normal; }
      .header-primary .container nav .btn {
        padding-right: 0px; }
        .header-primary .container nav .btn a {
          color: #fbf9f9;
          padding: 12px 20px;
          border-radius: 3px;
          background-color: #4b5267; }
        .header-primary .container nav .btn a:hover {
          background-color: #2f333f; }
      .header-primary .container nav i {
        padding-left: 10px;
        font-size: 0.8em;
        padding-bottom: 5px;
        vertical-align: middle; }
      .header-primary .container nav ul ul {
        position: absolute;
        top: 100%;
        background: #fbf9f9;
        padding: 0 20px 0 20px;
        opacity: 0;
        visibility: hidden;
        z-index: 1;
        -webkit-transition: all 0.45s ease;
        -moz-transition: all 0.45s ease;
        -ms-transition: all 0.45s ease;
        -o-transition: all 0.45s ease;
        transition: all 00.45s ease; }
        .header-primary .container nav ul ul li {
          display: block;
          min-width: 180px;
          padding: 10px 0;
          border-bottom: solid 1px rgba(75, 82, 103, 0.2); }
        .header-primary .container nav ul ul a {
          line-height: 120%;
          padding: 0; }
        .header-primary .container nav ul ul li:hover {
          background-color: #4b5267;
          margin-left: -20px;
          margin-right: -20px;
          padding-left: 20px;
          padding-right: 20px; }
        .header-primary .container nav ul ul li:hover a {
          color: #fbf9f9;
          transition: ease color 0.1s; }
      .header-primary .container nav ul li:hover > ul {
        opacity: 1;
        visibility: visible; }

.header-secondary {
  position: absolute;
  top: 0;
  background-color: #2f333f;
  color: #fbf9f9;
  width: 100%;
  max-width: 1920px;
  display: none;
  height: 40px;
  z-index: 100; }
  @media only screen and (min-width: 768px) {
    .header-secondary {
      display: flex;
      align-items: center; } }
  .header-secondary .container {
    margin-left: auto;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .header-secondary nav {
    width: 100%; }
    .header-secondary nav ul {
      display: flex;
      justify-content: flex-end;
      width: 100%; }
      .header-secondary nav ul li {
        display: inline-block;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 0.8em; }
        .header-secondary nav ul li:first-child {
          margin-right: auto; }
        .header-secondary nav ul li:last-child {
          border-left: solid 1px #fbf9f9;
          padding-right: 0; }
        .header-secondary nav ul li a {
          color: #fbf9f9; }

/* Menu Appearance */
.pushy {
  position: fixed;
  color: #fbf9f9;
  width: 350px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #2f333f;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */ }
  .pushy a {
    display: block;
    color: #fbf9f9;
    padding: 15px 30px;
    text-decoration: none; }
  .pushy a:hover {
    color: #72b5e2; }
  .pushy ul:first-child {
    margin-top: 10px; }
  .pushy.pushy-left {
    left: 0; }
  .pushy.pushy-right {
    right: 0; }
  .pushy ul.logins {
    width: auto;
    margin: auto;
    text-align: center; }
    .pushy ul.logins li {
      display: inline-block; }
      .pushy ul.logins li a {
        padding: 30px 15px; }
  .pushy ul.social {
    width: auto;
    margin: auto;
    text-align: center; }
    .pushy ul.social li {
      display: inline-block; }
      .pushy ul.social li a {
        padding: 0 15px; }

.pushy-content {
  visibility: hidden; }

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0); }

.pushy-open-left .push {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0); }

.pushy-right {
  -webkit-transform: translate3d(350px, 0, 0);
  -ms-transform: translate3d(350px, 0, 0);
  transform: translate3d(350px, 0, 0); }

.pushy-open-right .push {
  -webkit-transform: translate3d(-350px, 0, 0);
  -ms-transform: translate3d(-350px, 0, 0);
  transform: translate3d(-350px, 0, 0); }

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible; }

/* Menu Transitions */
.pushy,
.push {
  transition: transform 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

.pushy-content {
  transition: visibility 0.4s cubic-bezier(0.16, 0.68, 0.43, 0.99); }

/* Site Overlay */
.site-overlay {
  display: none; }

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-animation: fade 500ms;
  animation: fade 500ms; }

@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */ }
  .pushy-submenu ul {
    padding-left: 15px;
    transition: max-height 0.5s ease-in-out, visibility 0.5s ease-in-out; }
    .pushy-submenu ul .pushy-link {
      transition: opacity 0.5s ease-in-out; }
  .pushy-submenu button {
    cursor: pointer;
    width: 100%;
    font-size: 1em;
    color: #fbf9f9;
    padding: 15px 30px;
    text-align: left;
    background: transparent;
    border: 0; }
    .pushy-submenu button:hover {
      color: #72b5e2; }
  .pushy-submenu > a,
  .pushy-submenu > button {
    position: relative; }
  .pushy-submenu > a::after,
  .pushy-submenu > button::after {
    content: '';
    display: block;
    height: 11px;
    width: 8px;
    position: absolute;
    top: 50%;
    right: 15px;
    background: url("images/arrow.svg") no-repeat;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: transform 0.2s; }

/* Submenu Movement */
.pushy-submenu-closed ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden; }
.pushy-submenu-closed .pushy-link {
  opacity: 0; }

.pushy-submenu-open {
  /* Submenu Icon */ }
  .pushy-submenu-open ul {
    max-height: 1000px;
    visibility: visible; }
  .pushy-submenu-open .pushy-link {
    opacity: 1; }
  .pushy-submenu-open a::after,
  .pushy-submenu-open button::after {
    -webkit-transform: translateY(-50%) rotate(90deg);
    -ms-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg); }

footer {
  background-color: #4b5267;
  color: rgba(249, 249, 249, 0.8);
  font-size: 0.8em;
  letter-spacing: 1px;
  width: 100%;
  padding-top: 50px; }
  footer .foot-logo {
    max-width: 160px;
    margin: 0 auto 15px auto; }
    footer .foot-logo svg {
      max-width: 160px; }
  footer ul {
    margin: 0 auto 15px auto;
    padding: 0;
    max-width: 250px; }
    footer ul li {
      list-style-type: none;
      padding: 5px 0; }
    footer ul li:first-child {
      border-bottom: solid 1px rgba(249, 249, 249, 0.2);
      margin-bottom: 15px;
      font-size: 1.5em; }
    footer ul a {
      color: #fbf9f9; }
    footer ul span {
      padding-left: 30px;
      display: inline-block;
      vertical-align: text-top;
      width: 70%; }
    footer ul i {
      color: #fbf9f9;
      font-size: 1.4em;
      opacity: 0.8; }
    footer ul .top-btn {
      font-size: 1em;
      color: #fbf9f9;
      padding: 6px 14px;
      border: solid 1px #fbf9f9;
      width: 120px;
      text-align: center;
      display: block; }
      footer ul .top-btn i {
        font-size: 0.8em;
        padding-left: 7px; }
  footer .copy {
    height: 60px;
    background: #2f333f;
    text-align: left;
    display: flex;
    align-items: center; }
    footer .copy span {
      color: #fbf9f9;
      font-size: 0.8em;
      width: 60%; }
      @media only screen and (min-width: 768px) {
        footer .copy span {
          font-size: inherit; } }
    footer .copy .social {
      margin-left: auto; }
      footer .copy .social i {
        font-size: 1em;
        padding: 0 10px; }
        @media only screen and (min-width: 768px) {
          footer .copy .social i {
            font-size: 1.25em; } }
      footer .copy .social a {
        color: #fbf9f9; }
    footer .copy .container {
      display: flex;
      align-items: center;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: row;
      flex-direction: row;
      -webkit-justify-content: flex-start;
      justify-content: flex-start; }

/*# sourceMappingURL=style.css.map */
