/*
cd moka/projects/instant2/wp-content/themes/codecafe-instant
sass --watch sass:css --style compressed
*/
label {
  font-size: 14px;
  text-transform: uppercase;
  margin: 0; }

.form-control {
  border-radius: 0px;
  border-color: #ccc;
  -webkit-appearance: none;
  background-clip: initial; }
  .form-control:focus {
    border-color: #27bc60;
    box-shadow: none; }
  .form-control.wpcf7-not-valid {
    border-color: red; }

.custom-select {
  border-radius: 0;
  border-color: #ccc; }

.btn {
  border-radius: 0px;
  font-weight: bold;
  text-transform: uppercase;
  padding-left: 30px;
  padding-right: 30px; }
  .btn:focus {
    box-shadow: none !important; }

.btn-primary {
  background: #19c0d0;
  border-color: #19c0d0;
  color: #fff; }
  .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background: #000000;
    border-color: #000000;
    color: #fff; }
  .btn-primary:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-primary:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-light {
  background: #fff; }
  .btn-light:hover {
    background: #f1f1f1;
    border-color: #f1f1f1; }

.screen-reader-response {
  display: none; }

.wpcf7-not-valid-tip {
  color: red;
  font-size: 14px; }

.wpcf7-response-output {
  text-align: center;
  padding: 15px !important;
  background: #27bc60;
  margin: 10px 0 !important;
  color: #fff;
  font-weight: bold;
  border: none !important; }

.wpcf7-display-none {
  display: none; }

.btn-secondary {
  background: #27bc60;
  border-color: #27bc60;
  color: #fff; }
  .btn-secondary:hover {
    background: #000000;
    border-color: #000000;
    color: #fff; }
  .btn-secondary:not([href]):not([tabindex]) {
    color: #fff; }
    .btn-secondary:not([href]):not([tabindex]):hover {
      color: #fff; }

.btn-primary.disabled,
.btn-primary:disabled {
  background: #000000;
  border-color: #000000; }

.btn-outline-primary {
  color: #000000;
  border-color: #000000; }
  .btn-outline-primary:hover {
    color: #fff;
    background: #000000;
    border-color: #000000; }

.btn-sm {
  padding-left: 15px;
  padding-right: 15px; }

.wpcf7-list-item + .wpcf7-list-item {
  margin-left: 10px; }

.wpcf7-list-item-label {
  margin-left: 5px; }

.checkbox .wpcf7-list-item {
  display: block; }

.checkbox .wpcf7-list-item + .wpcf7-list-item {
  margin-left: 0; }

.checkbox .wpcf7-list-item-label {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 24px;
  display: block;
  margin-left: 0; }

.checkbox .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 0px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.checkbox .wpcf7-list-item-label:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  width: 18px;
  line-height: 18px;
  position: absolute;
  left: 0;
  top: 2px;
  text-align: center;
  color: #000000;
  opacity: 0;
  font-size: 12px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.checkbox input[type="checkbox"] {
  display: none; }

.checkbox input[type="checkbox"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

.checkbox.block .wpcf7-list-item {
  display: block;
  margin-left: 0; }

.radio .wpcf7-list-item-label {
  position: relative;
  line-height: 20px;
  padding: 0 0 0 24px;
  display: block;
  margin-left: 0; }

.radio .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border: 1px solid #000000;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.radio .wpcf7-list-item-label:after {
  content: "";
  width: 8px;
  height: 8px;
  position: absolute;
  left: 5px;
  top: 6px;
  text-align: center;
  background: #000000;
  opacity: 0;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.radio input[type="radio"] {
  display: none; }

.radio input[type="radio"]:checked + .wpcf7-list-item-label:after {
  opacity: 1; }

.radio.block .wpcf7-list-item {
  display: block;
  margin-left: 0; }

.slick-slider {
  margin-bottom: 0 !important; }
  .slick-slider .slick-slide:focus {
    outline: none; }

.slick-prev,
.slick-next,
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  width: 20px;
  height: 40px;
  z-index: 100;
  opacity: 1; }

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  left: 10px;
  border-radius: 0;
  background: transparent url(../images/slick-prev.png) no-repeat center center/20px 40px; }
  @media (max-width: 767px) {
    .slick-prev, .slick-prev:hover, .slick-prev:focus {
      left: 5px; } }

.slick-next, .slick-next:hover, .slick-next:focus {
  right: 20px;
  border-radius: 0;
  background: transparent url(../images/slick-next.png) no-repeat center center/20px 40px; }
  @media (max-width: 767px) {
    .slick-next, .slick-next:hover, .slick-next:focus {
      right: 5px; } }

.logo-slider {
  margin-left: 20px;
  margin-right: 20px; }
  .logo-slider .slick-prev, .logo-slider .slick-prev:hover, .logo-slider .slick-prev:focus {
    left: -20px;
    background: transparent url(../images/slick-prev-dark.png) no-repeat center center/20px 40px; }
  .logo-slider .slick-next, .logo-slider .slick-next:hover, .logo-slider .slick-next:focus {
    right: -20px;
    background: transparent url(../images/slick-next-dark.png) no-repeat center center/20px 40px; }

.slick-prev:before, .slick-next:before {
  display: none; }

.slick-dots {
  text-align: center;
  margin: 0;
  bottom: 10px; }
  .slick-dots li {
    margin: 0 5px 0 0;
    width: 14px;
    height: 14px; }
    .slick-dots li button {
      width: 14px;
      height: 14px;
      padding: 0;
      background: transparent;
      border-radius: 50%;
      border: 1px solid #fff; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff; }

.alignleft {
  float: left;
  margin: 5px 20px 30px 0;
  display: inline-block;
  max-width: 50%; }

.alignright {
  float: right;
  margin: 5px 0 30px 20px;
  display: inline-block;
  max-width: 50%; }

.aligncenter {
  margin: 20px auto;
  display: block; }

.gallery-item {
  position: relative;
  margin: 0 0 30px !important; }
  .gallery-item .gallery-icon a {
    display: block;
    overflow: hidden;
    position: relative; }
    .gallery-item .gallery-icon a img {
      width: 100%;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
    .gallery-item .gallery-icon a:before {
      content: "\f002";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #fff;
      font-size: 36px;
      line-height: 40px;
      width: 40px;
      margin-left: -20px;
      margin-top: -20px;
      text-align: center;
      position: absolute;
      left: 50%;
      top: 50%;
      background: rgba(255, 255, 255, 0);
      z-index: 5;
      text-shadow: 0 0 20px rgba(0, 0, 0, 0.75);
      opacity: 0;
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
    .gallery-item .gallery-icon a:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5) inset;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .gallery-item .gallery-icon a:hover img {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1); }
    .gallery-item .gallery-icon a:hover:before {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -ms-transform: scale(1.1);
      -o-transform: scale(1.1);
      transform: scale(1.1);
      opacity: 1; }
    .gallery-item .gallery-icon a:hover:after {
      box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset; }
  .gallery-item .gallery-caption,
  .gallery-item .wp-caption-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding: 5px 0; }

html {
  font-family: "Montserrat", sans-serif;
  background: #ffffff;
  scroll-behavior: auto !important; }

body {
  overflow-y: scroll;
  background: #ffffff;
  font-family: "Montserrat", sans-serif;
  color: #000000;
  font-size: 16px;
  scroll-behavior: auto !important; }

.wrapper {
  overflow: hidden;
  position: relative; }

h1,
.h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  margin: 20px 0;
  font-weight: bold; }

h2,
.h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 30px;
  margin: 10px 0;
  font-weight: bold; }

h3,
.h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 24px;
  margin: 10px 0;
  font-weight: bold; }

h4,
.h4 {
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  margin: 10px 0;
  font-weight: bold; }

a {
  color: #27bc60;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  a:hover {
    color: #000000;
    text-decoration: none; }

img {
  max-width: 100%;
  height: auto; }

iframe {
  max-width: 100%; }

hr {
  margin-top: 30px;
  margin-bottom: 30px; }

.fulllink {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }

h1.text-hide {
  margin: 0; }

.header {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.075);
  position: relative;
  z-index: 5; }
  .header .logo,
  .header .custom-logo {
    display: inline-block;
    -webkit-transition: 0.4s ease;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    transition: 0.4s ease; }
    .header .logo .page-name,
    .header .custom-logo .page-name {
      display: inline-block;
      font-weight: bold;
      font-size: 24px;
      line-height: 30px; }
    .header .logo .page-description,
    .header .custom-logo .page-description {
      display: inline-block;
      font-style: italic;
      font-size: 14px;
      line-height: 16px; }
  .header .nav {
    width: 100%;
    text-align: right; }
    .header .nav > ul {
      margin: 0;
      padding: 35px 0;
      width: 100%;
      font-size: 0px;
      -webkit-transition: 0.4s ease;
      -moz-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease; }
      .header .nav > ul > li {
        display: inline-block;
        list-style: none;
        padding: 0 15px;
        position: relative;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
        .header .nav > ul > li:first-child {
          padding-left: 0; }
        .header .nav > ul > li:last-child {
          padding-right: 0; }
        .header .nav > ul > li a {
          color: #000000;
          font-weight: bold;
          display: inline-block;
          line-height: 30px;
          font-size: 16px;
          text-transform: uppercase;
          min-width: 30px;
          text-align: center;
          position: relative; }
          .header .nav > ul > li a:after {
            content: "";
            width: 0%;
            height: 2px;
            position: absolute;
            left: 50%;
            bottom: 0;
            opacity: 0;
            background: #000000;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease; }
        .header .nav > ul > li.current-menu-item.menu-item-type-post_type > a,
        .header .nav > ul > li a:hover {
          color: #27bc60; }
          .header .nav > ul > li.current-menu-item.menu-item-type-post_type > a:after,
          .header .nav > ul > li a:hover:after {
            left: 0;
            width: 100%;
            opacity: 1;
            background: #27bc60; }
        .header .nav > ul > li.menu-item-has-children:after {
          display: inline-block;
          font-style: normal;
          font-variant: normal;
          text-rendering: auto;
          -webkit-font-smoothing: antialiased;
          font-family: "Font Awesome 5 Free";
          content: "\f0d7";
          font-size: 18px;
          font-weight: 900;
          margin-left: 5px; }
        .header .nav > ul > li > ul {
          position: absolute;
          left: 50%;
          margin-left: -100px;
          top: 100%;
          z-index: 10;
          width: 200px;
          background: #fff;
          text-align: left;
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          padding: 10px 0;
          opacity: 0;
          visibility: hidden;
          -webkit-transition: 0.2s ease;
          -moz-transition: 0.2s ease;
          -o-transition: 0.2s ease;
          transition: 0.2s ease;
          text-align: center; }
          .header .nav > ul > li > ul li {
            padding: 0 15px; }
          .header .nav > ul > li > ul > li {
            display: block;
            position: relative; }
            .header .nav > ul > li > ul > li a {
              text-align: center;
              font-size: 15px;
              line-height: 22px;
              padding: 5px 0;
              font-weight: normal; }
            .header .nav > ul > li > ul > li ul {
              position: absolute;
              left: 100%;
              top: -10px;
              z-index: 10;
              width: 200px;
              background: #fff;
              text-align: left;
              box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
              padding: 10px 0;
              opacity: 0;
              visibility: hidden;
              -webkit-transition: 0.2s ease;
              -moz-transition: 0.2s ease;
              -o-transition: 0.2s ease;
              transition: 0.2s ease; }
            .header .nav > ul > li > ul > li:hover ul {
              opacity: 1;
              visibility: visible; }
        .header .nav > ul > li:hover > ul {
          opacity: 1;
          visibility: visible; }
  .header.fixed {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    background: #fff;
    z-index: 110;
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease; }
    .header.fixed.sticky {
      background: rgba(255, 255, 255, 0.95);
      backdrop-filter: saturate(180%) blur(20px); }
      .header.fixed.sticky .custom-logo {
        max-width: 100px; }
      .header.fixed.sticky .nav ul {
        padding: 15px 0; }
        .header.fixed.sticky .nav ul li {
          padding: 0 10px; }
          .header.fixed.sticky .nav ul li a {
            font-size: 16px; }
    .header.fixed + .hph {
      height: 115px; }
  .header .buri {
    font-size: 30px;
    display: none;
    line-height: 50px; }

.mm-panels > .mm-panel {
  background: #27bc60; }

.mm-navbar {
  background: #27bc60; }

.mm-menu a,
.mm-menu a:active,
.mm-menu a:hover,
.mm-menu a:link,
.mm-menu a:visited {
  color: #fff;
  font-weight: bold; }

.footer {
  background: #000000;
  color: #fff; }
  .footer a {
    color: #fff; }
  .footer .top .widget-box {
    margin-bottom: 30px; }
    .footer .top .widget-box ul {
      margin: 0;
      padding: 0; }
      .footer .top .widget-box ul li {
        list-style: none; }
        .footer .top .widget-box ul li a {
          display: inline-block;
          padding: 3px 5px;
          margin-left: -3px; }
          .footer .top .widget-box ul li a:hover {
            background: rgba(255, 255, 255, 0.1); }
  .footer hr {
    border-top-color: rgba(255, 255, 255, 0.1); }
  .footer .bottom {
    text-align: center; }
    .footer .bottom a:hover {
      color: rgba(255, 255, 255, 0.7); }
    .footer .bottom .social {
      font-size: 30px; }
    .footer .bottom .copyright {
      font-size: 14px;
      color: rgba(255, 255, 255, 0.7); }
      .footer .bottom .copyright .nav {
        display: inline; }
        .footer .bottom .copyright .nav ul {
          display: inline;
          margin: 0;
          padding: 0; }
          .footer .bottom .copyright .nav ul li {
            display: inline;
            list-style: none;
            margin: 0 5px; }
    .footer .bottom .codecafe {
      display: inline-block;
      width: 50px;
      opacity: .7; }
      .footer .bottom .codecafe:hover {
        opacity: 1; }

.scrolltop {
  display: inline-block;
  position: fixed;
  right: -50px;
  bottom: 50px;
  width: 40px;
  line-height: 40px;
  background: #27bc60;
  color: #fff;
  border-radius: 50%;
  font-size: 24px;
  text-align: center;
  opacity: 0;
  z-index: 150; }
  .scrolltop:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .scrolltop:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: 0.6s ease;
    -moz-transition: 0.6s ease;
    -o-transition: 0.6s ease;
    transition: 0.6s ease; }
  .scrolltop:hover {
    color: #fff; }
  .scrolltop:hover:before {
    background: rgba(255, 255, 255, 0.3); }
  .scrolltop:hover:after {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) inset; }
  .scrolltop.sticky {
    right: 10px;
    opacity: 1; }

.section {
  padding: 30px 0;
  position: relative; }
  .section.color-bg, .section.gradient-bg, .section.image-bg {
    background-color: #27bc60;
    background-attachment: fixed;
    color: #fff; }
    .section.color-bg .section-title:after, .section.gradient-bg .section-title:after, .section.image-bg .section-title:after {
      background: #fff; }
    .section.color-bg a, .section.gradient-bg a, .section.image-bg a {
      color: #fff; }
      .section.color-bg a:hover, .section.gradient-bg a:hover, .section.image-bg a:hover {
        color: #f1f1f1; }
      .section.color-bg a.btn:hover, .section.gradient-bg a.btn:hover, .section.image-bg a.btn:hover {
        color: #000000; }
    .section.color-bg .checkbox .wpcf7-list-item-label:before,
    .section.color-bg .radio .wpcf7-list-item-label:before, .section.gradient-bg .checkbox .wpcf7-list-item-label:before,
    .section.gradient-bg .radio .wpcf7-list-item-label:before, .section.image-bg .checkbox .wpcf7-list-item-label:before,
    .section.image-bg .radio .wpcf7-list-item-label:before {
      border-color: #fff; }
    .section.color-bg .checkbox .wpcf7-list-item-label:after, .section.gradient-bg .checkbox .wpcf7-list-item-label:after, .section.image-bg .checkbox .wpcf7-list-item-label:after {
      color: #fff; }
    .section.color-bg .radio .wpcf7-list-item-label:after, .section.gradient-bg .radio .wpcf7-list-item-label:after, .section.image-bg .radio .wpcf7-list-item-label:after {
      background: #fff; }
    .section.color-bg .btn-primary,
    .section.color-bg .btn-secondary, .section.gradient-bg .btn-primary,
    .section.gradient-bg .btn-secondary, .section.image-bg .btn-primary,
    .section.image-bg .btn-secondary {
      background: transparent; }
      .section.color-bg .btn-primary:hover,
      .section.color-bg .btn-secondary:hover, .section.gradient-bg .btn-primary:hover,
      .section.gradient-bg .btn-secondary:hover, .section.image-bg .btn-primary:hover,
      .section.image-bg .btn-secondary:hover {
        background: #fff;
        color: #000000; }
  .section.gradient-bg {
    background: #27bc60;
    background: -moz-linear-gradient(-45deg, #27bc60 0%, #69e097 100%);
    background: -webkit-linear-gradient(-45deg, #27bc60 0%, #69e097 100%);
    background: linear-gradient(135deg, #27bc60 0%, #69e097 100%);
    box-shadow: 0 0 300px rgba(0, 0, 0, 0.15) inset; }
  .section.color-bg .btn-primary, .section.gradient-bg .btn-primary {
    border-color: #fff; }
  .section.image-bg {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .section.image-bg:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.5); }
    .section.image-bg .container {
      position: relative; }
  .section.silver {
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fcfcfc+0,f1f1f1+100 */
    background: #fcfcfc;
    background: -moz-linear-gradient(-45deg, #fcfcfc 0%, #f1f1f1 100%);
    background: -webkit-linear-gradient(-45deg, #fcfcfc 0%, #f1f1f1 100%);
    background: linear-gradient(135deg, #fcfcfc 0%, #f1f1f1 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfcfc', endColorstr='#f1f1f1',GradientType=1 ); }

.section-title {
  position: relative;
  text-align: center;
  font-size: 36px;
  padding-bottom: 15px;
  margin-top: 10px;
  margin-bottom: 30px; }
  .section-title:after {
    content: "";
    width: 150px;
    height: 3px;
    background: #000000;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    bottom: 0; }

.sub-title {
  text-align: center;
  margin-top: -15px;
  margin-bottom: 30px;
  font-weight: normal;
  font-style: italic;
  letter-spacing: .15em;
  text-transform: uppercase; }

.page-thumbnail img {
  width: 100%; }

.page-slider .page-slide {
  position: relative;
  display: none; }
  .page-slider .page-slide:first-child {
    display: block; }
  .page-slider .page-slide.slick-slide {
    display: block; }
  .page-slider .page-slide .content {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px; }
    .page-slider .page-slide .content .text-box {
      background: rgba(0, 0, 0, 0.25);
      color: #fff;
      font-size: 30px;
      font-weight: bold;
      padding: 5px 10px;
      display: inline-block;
      background-color: rgba(0, 0, 0, 0.5);
      color: #FFFFFF;
      display: inline;
      line-height: 46px;
      font-size: 30px;
      padding: 3px 5px;
      -webkit-box-decoration-break: clone;
      box-decoration-break: clone; }

.logo-slider .logo-slide {
  text-align: center;
  padding: 0 15px; }
  .logo-slider .logo-slide a img {
    display: inline-block;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: .5; }
  .logo-slider .logo-slide a:hover img {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    opacity: 1; }

.uf-slider {
  padding-bottom: 30px; }
  .uf-slider .uf-slide .content {
    border: 2px solid #eee;
    padding: 15px 20px;
    border-radius: 15px;
    margin-bottom: 15px;
    position: relative;
    background: #fff;
    color: #000000; }
    .uf-slider .uf-slide .content:before {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #eee transparent transparent transparent;
      position: absolute;
      left: 41px;
      bottom: -12px; }
    .uf-slider .uf-slide .content:after {
      content: "";
      display: inline-block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 0 10px;
      border-color: #fff transparent transparent transparent;
      position: absolute;
      left: 41px;
      bottom: -9px; }
    .uf-slider .uf-slide .content .fas {
      color: rgba(0, 0, 0, 0.1);
      font-size: 60px;
      position: absolute;
      right: 15px;
      bottom: -25px; }
  .uf-slider .uf-slide .bottom {
    position: relative;
    padding-left: 85px;
    padding-top: 15px;
    min-height: 75px;
    margin-left: 15px;
    font-size: 14px;
    line-height: 20px; }
    .uf-slider .uf-slide .bottom .image {
      width: 75px;
      border-radius: 50%;
      overflow: hidden;
      position: absolute;
      left: 0;
      top: 0; }
      .uf-slider .uf-slide .bottom .image:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        border-radius: 50%;
        box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.5) inset;
        -webkit-transition: 0.3s ease;
        -moz-transition: 0.3s ease;
        -o-transition: 0.3s ease;
        transition: 0.3s ease; }
    .uf-slider .uf-slide .bottom h4 {
      line-height: 24px; }
  .uf-slider.white .slick-dots li button, .uf-slider.silver .slick-dots li button {
    border-color: #000000; }
  .uf-slider.white .slick-dots li.slick-active button, .uf-slider.silver .slick-dots li.slick-active button {
    background: #000000; }

.image-box {
  text-align: center; }
  .image-box .image {
    display: block;
    position: relative;
    overflow: hidden; }
    .image-box .image img {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      -webkit-transition: 0.8s ease;
      -moz-transition: 0.8s ease;
      -o-transition: 0.8s ease;
      transition: 0.8s ease; }
    .image-box .image:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .image-box .image:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5) inset;
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .image-box .image.round {
      border-radius: 50%;
      overflow: hidden;
      margin-left: auto;
      margin-right: auto;
      max-width: 200px; }
      .image-box .image.round:after {
        border-radius: 50%; }
  .image-box:hover .image img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1); }
  .image-box:hover .image:before {
    background: rgba(255, 255, 255, 0.3); }
  .image-box:hover .image:after {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset; }

.icon-box {
  text-align: center;
  margin-bottom: 30px; }
  .icon-box .icon {
    display: inline-block;
    width: 120px;
    line-height: 120px;
    background: #27bc60;
    color: #fff;
    border-radius: 50%;
    font-size: 36px;
    position: relative; }
    .icon-box .icon:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      background: rgba(255, 255, 255, 0);
      -webkit-transition: 0.3s ease;
      -moz-transition: 0.3s ease;
      -o-transition: 0.3s ease;
      transition: 0.3s ease; }
    .icon-box .icon:after {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      border-radius: 50%;
      box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5) inset;
      -webkit-transition: 0.6s ease;
      -moz-transition: 0.6s ease;
      -o-transition: 0.6s ease;
      transition: 0.6s ease; }
  .icon-box:hover .icon:before {
    background: rgba(255, 255, 255, 0.3); }
  .icon-box:hover .icon:after {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0) inset; }
  .icon-box.social .icon {
    width: 90px;
    line-height: 90px; }

.section.map {
  padding: 100px 0; }

/*.acf-map {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute !important;

    img {
       max-width: inherit !important;
    }
}*/
.map-embed {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute; }
  .map-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute; }

.contact-box {
  background: #fff;
  padding: 20px 20px 5px;
  border-bottom: 3px solid #000000;
  position: relative;
  z-index: 5;
  box-shadow: 10px 20px 50px rgba(0, 0, 0, 0.2); }
  .contact-box:after {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #ffffff;
    line-height: 0;
    _border-color: #000000 #000000 #000000 #ffffff;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); }

.package-box {
  background: #27bc60;
  color: #fff;
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  /*.popular {
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        position: absolute;
        right: -30px;
        top: 30px;
        display: inline-block;
        background: #fff;
        color: $primary-color;
        font-weight: bold;
        text-transform: uppercase;
        width: 150px;
        line-height: 24px;
        font-size: 14px;
    }*/ }
  .package-box:hover {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3); }
  .package-box .title {
    padding: 10px 15px;
    position: relative; }
    .package-box .title h3 {
      margin: 0; }
  .package-box .price {
    padding: 10px 15px;
    background: rgba(0, 0, 0, 0.1);
    margin: 0;
    font-size: 24px;
    font-weight: bold; }
    .package-box .price span {
      display: block;
      font-size: 14px;
      font-weight: normal; }
  .package-box .description {
    padding: 10px 15px; }
    .package-box .description ul {
      margin: 0;
      padding: 0; }
      .package-box .description ul li {
        list-style: none;
        padding: 5px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
        .package-box .description ul li:last-child {
          border: none; }
  .package-box .bottom {
    padding: 20px 15px;
    background: rgba(0, 0, 0, 0.1); }
  .package-box.pop {
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    margin-top: -15px; }
    .package-box.pop .title {
      padding-top: 0; }
  .package-box .popular {
    display: inline-block;
    background: rgba(255, 255, 255, 0.9);
    color: #27bc60;
    font-style: italic;
    letter-spacing: .15em;
    text-transform: uppercase;
    line-height: 20px;
    font-size: 18px;
    position: relative;
    top: -15px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
    padding: 5px 15px;
    margin-bottom: -20px;
    backdrop-filter: saturate(180%) blur(20px);
    border-radius: 15px; }

.blog-box .image {
  display: block;
  position: relative;
  overflow: hidden; }
  .blog-box .image .date {
    color: #000000;
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: rgba(255, 255, 255, 0.75);
    font-weight: bold;
    padding: 5px 10px;
    display: inline-block; }
  .blog-box .image img {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.8s ease;
    -moz-transition: 0.8s ease;
    -o-transition: 0.8s ease;
    transition: 0.8s ease; }
  .blog-box .image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }
  .blog-box .image:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5) inset;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease; }

.blog-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1); }

.blog-box:hover .image:before {
  background: rgba(255, 255, 255, 0.3); }

.blog-box:hover .image:after {
  box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.5) inset; }

.blog-box a {
  color: #000000; }
  .blog-box a:hover {
    color: #27bc60; }

.meta {
  font-size: 14px;
  margin-bottom: 30px;
  opacity: .5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .meta:hover {
    opacity: 1; }
  .meta span {
    display: inline-block;
    margin-right: 15px; }
  .meta a {
    color: #000000; }
    .meta a:hover {
      color: #27bc60; }

.blog-pagination {
  text-align: center;
  margin: 30px 0; }
  .blog-pagination .page-numbers {
    display: inline-block;
    line-height: 20px;
    padding: 0 5px;
    font-weight: bold; }

.sidebar-box {
  margin-bottom: 30px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px; }
  .sidebar-box ul {
    margin: 0;
    padding: 0; }
    .sidebar-box ul li {
      list-style: none; }
      .sidebar-box ul li a {
        display: inline-block;
        padding: 3px 5px;
        margin-left: -3px;
        font-weight: bold; }
        .sidebar-box ul li a:hover {
          background: #f1f1f1; }

@media (max-width: 991px) {
  .header .nav {
    display: none; }
  .header .bottom {
    text-align: right; }
  .header .buri {
    display: inline-block; }
  .section.image-bg {
    background-attachment: scroll; }
  .image-box .image.round {
    max-width: 150px; } }

@media (max-width: 767px) {
  .header .custom-logo {
    width: 100px; }
  .header .buri {
    margin-top: 0; }
  .header.fixed + .hph {
    height: 50px; } }
