@charset "UTF-8";
/* ========================== VARIABLES ========================== */
/* -- colors -- */
/* -- transitions -- */
/* -- mobile widths -- */
/* ========================= Common Module =========================== */
ul.our-partners {
  padding: 40px 0;
  overflow: hidden;
}
ul.our-partners li {
  list-style: none;
  display: inline-block;
  text-align: center;
  line-height: 60px;
}
ul.our-partners li:focus {
  outline: none;
}
ul.our-partners li img {
  max-width: 100%;
}
ul.our-partners li img:focus {
  outline: none;
}
ul.slick-dots {
  text-align: center;
  width: 100%;
  padding-left: 0;
  margin-top: 20px;
}
ul.slick-dots li {
  display: inline-block;
  line-height: 1;
}
ul.slick-dots li.slick-active button {
  background-color: red;
}
ul.slick-dots li.slick-active button:focus {
  outline: none;
}
ul.slick-dots li button {
  list-style: none;
  display: inline-block;
  font-size: 0;
  margin-right: 3px;
  width: 11px;
  height: 14px;
  border: none;
  cursor: pointer;
  background-color: #cbcbcb;
  margin-left: 2px;
}
ul.menu-top-nav {
  margin-top: 0;
  padding: 0;
  float: right;
  display: inline-block;
  font-size: 14px;
}
@media (max-width: 991px) {
  ul.menu-top-nav {
    display: none;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  ul.menu-top-nav.visible {
    display: block;
  }
}
ul.menu-top-nav li {
  list-style: none;
  display: inline-block;
  cursor: pointer;
  text-indent: 0;
  margin: 0 4px;
  padding-left: 0;
}
@media (max-width: 991px) {
  ul.menu-top-nav li {
    display: block;
    background: #fff;
    width: 100%;
    margin: 0;
  }
}

.gallery-container-section .gallery-container-sizer {
  width: 33.333333%;
}
@media (max-width: 767px) {
  .gallery-container-section .gallery-container-sizer {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .gallery-container-section .gallery-container-sizer {
    width: 100%;
  }
}
.gallery-container-section .gallery-image-container {
  float: left;
  position: relative;
}
.gallery-container-section .gallery-image-container:hover .overlay-image {
  opacity: 1;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}
.gallery-container-section .gallery-image-container:hover .overlay-image .fa {
  color: #ffffff;
  font-size: 40px;
  position: absolute;
  left: calc(50% - 20px);
  top: calc(50% - 20px);
}
@media (max-width: 767px) {
  .gallery-container-section .gallery-image-container {
    width: 50%;
  }
}
@media (max-width: 400px) {
  .gallery-container-section .gallery-image-container {
    width: 100%;
  }
}
.gallery-container-section .gallery-image-container img {
  width: 100%;
}

.slick-list {
  display: block;
  overflow: hidden;
}

/* --- Overlay --- */
.overlay {
  display: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: fixed;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 999999;
}
.overlay .overlay-player-container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}
@media (max-width: 400px) {
  .overlay .overlay-player-container {
    padding: 0 15px;
    max-width: 100%;
    left: 0%;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }
}
.overlay .overlay-player-container iframe {
  width: 640px;
  height: 360px;
}
@media (max-width: 991px) {
  .overlay .overlay-player-container iframe {
    max-width: 100%;
    height: 240px;
  }
}
.overlay .overlay-player-container .fa {
  color: #ccc;
  margin-bottom: 10px;
  font-size: 24px;
  transition: all 0.3s ease 0s;
}
@media (max-width: 991px) {
  .overlay .overlay-player-container .fa {
    font-size: 40px !important;
  }
}
.overlay .overlay-player-container .fa:hover {
  color: #ffffff;
  cursor: pointer;
}
.overlay .overlay-close-icon {
  font-family: "Font Awesome 5 Free";
  font-style: normal;
  color: #ffffff;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  margin-bottom: 10px;
}
.overlay .overlay-close-icon:before {
  content: "";
  font-size: 24px;
}

/* --- Loader --- */
.loader {
  position: fixed;
  box-sizing: border-box;
  left: -9999px;
  top: -9999px;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: 999999;
  background: #ffffff;
}
.loader.is-active {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* --- Arrows --- */
.arrow-thin {
  width: 122px;
  height: 55px;
  margin-top: 25px;
  background: #ffffff;
  -webkit-mask: url("../img/thinarrow.svg") no-repeat center;
  mask: url("../img/thinarrow.svg") no-repeat center;
}
.arrow-thin.left {
  transform: rotate(90deg);
}
.arrow-thin.right {
  transform: rotate(-90deg);
  float: right;
}
@media (max-width: 991px) {
  .arrow-thin {
    width: 60px;
    height: 30px;
  }
}

/*# sourceMappingURL=standard.css.map */
