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: #00ffac;
    box-shadow: none; }
  .form-control.wpcf7-not-valid {
    border-color: red; }

.form-select {
  border-radius: 0; }

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

.btn-primary {
  background: #00ffac;
  border-color: #00ffac;
  color: #fff; }
  .btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active {
    background: #303030;
    border-color: #303030;
    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; }

.btn-link {
  color: #303030; }
  .btn-link:hover {
    color: #00ffac; }

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

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

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

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

.btn-secondary {
  background: #00ffac;
  border-color: #00ffac;
  color: #fff; }
  .btn-secondary:hover {
    background: #303030;
    border-color: #303030;
    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: #303030;
  border-color: #303030; }

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

.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;
  margin: 0; }

.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 #303030;
  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: #303030;
  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 #303030;
  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: #303030;
  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: 30px;
  height: 40px;
  z-index: 100;
  opacity: .5;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }

.slick-prev, .slick-prev:hover, .slick-prev:focus {
  left: 15px;
  border-radius: 0;
  background: transparent; }
  .slick-prev:after, .slick-prev:hover:after, .slick-prev:focus:after {
    content: "\f053";
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 48px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    color: #fff; }
  @media (max-width: 767px) {
    .slick-prev, .slick-prev:hover, .slick-prev:focus {
      left: 5px; } }

.slick-next, .slick-next:hover, .slick-next:focus {
  right: 15px;
  border-radius: 0;
  background: transparent; }
  .slick-next:after, .slick-next:hover:after, .slick-next:focus:after {
    content: "\f054";
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
    font-size: 48px;
    line-height: 40px;
    width: 30px;
    text-align: center;
    color: #fff; }
  @media (max-width: 767px) {
    .slick-next, .slick-next:hover, .slick-next:focus {
      right: 5px; } }

.slick-prev:hover,
.slick-next:hover {
  opacity: 1; }

.logo-slider {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }
  .logo-slider .slick-prev, .logo-slider .slick-prev:hover, .logo-slider .slick-prev:focus {
    left: 0; }
    .logo-slider .slick-prev:after, .logo-slider .slick-prev:hover:after, .logo-slider .slick-prev:focus:after {
      font-size: 30px;
      color: #303030; }
  .logo-slider .slick-next, .logo-slider .slick-next:hover, .logo-slider .slick-next:focus {
    right: 0; }
    .logo-slider .slick-next:after, .logo-slider .slick-next:hover:after, .logo-slider .slick-next:focus:after {
      font-size: 30px;
      color: #303030; }

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

.slick-dots {
  text-align: center;
  margin: 0;
  bottom: 10px; }
  .slick-dots li {
    margin: 0 5px;
    width: 50px;
    height: 10px; }
    .slick-dots li button {
      width: 50px;
      height: 10px;
      padding: 0;
      background: rgba(255, 255, 255, 0.25);
      border-radius: 10px; }
    .slick-dots li button:before {
      display: none; }
  .slick-dots li.slick-active button {
    background: #fff;
    border-color: #fff; }

.bg-white .slick-dots li button,
.bg-light .slick-dots li button {
  background: rgba(48, 48, 48, 0.25); }

.bg-white .slick-dots li.slick-active button,
.bg-light .slick-dots li.slick-active button {
  background: #303030; }

.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.4s ease;
      -moz-transition: 0.4s ease;
      -o-transition: 0.4s ease;
      transition: 0.4s ease;
      -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 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);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  .gallery-item .gallery-caption,
  .gallery-item .wp-caption-text {
    font-size: 14px;
    opacity: .5; }

.bg-primary {
  background-color: #00ffac !important; }

.bg-dark {
  background-color: #303030 !important; }

.bg-primary-gradient {
  background: -moz-linear-gradient(-45deg, #00ffac 0%, #66ffcd 100%);
  background: -webkit-linear-gradient(-45deg, #00ffac 0%, #66ffcd 100%);
  background: linear-gradient(135deg, #00ffac 0%, #66ffcd 100%);
  box-shadow: 0 0 300px rgba(0, 0, 0, 0.15) inset; }

.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  position: relative; }
  .bg-image:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(48, 48, 48, 0.35); }
  .bg-image > * {
    position: relative; }

.text-primary {
  color: #00ffac !important; }

.text-dark {
  color: #303030 !important; }

.toast {
  border-radius: 0;
  backdrop-filter: saturate(180%) blur(20px);
  background: rgba(250, 250, 250, 0.85); }

.py-6 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important; }

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

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

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

h1,
.h1 {
  font-family: "Barlow", sans-serif;
  font-size: 48px;
  font-weight: bold; }

h2,
.h2 {
  font-family: "Barlow", sans-serif;
  font-size: 36px;
  font-weight: bold; }

h3,
.h3 {
  font-family: "Barlow", sans-serif;
  font-size: 24px;
  font-weight: bold; }

h4,
.h4 {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-weight: bold; }

h5,
.h5 {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: bold; }

h6,
.h6 {
  font-family: "Barlow", sans-serif;
  font-size: 14px;
  font-weight: bold; }

a {
  color: #00ffac;
  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: #303030;
    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; }

blockquote {
  border-left: 3px solid #303030;
  padding-left: 1rem;
  margin-left: 1rem;
  font-size: 1.5rem;
  margin-right: 2rem; }

.text-white blockquote {
  border-left-color: #fff; }

.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;
    max-width: 200px; }
    .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: 20px 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 5px;
        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: #303030;
          font-weight: bold;
          display: inline-block;
          line-height: 30px;
          padding: 0 5px;
          font-size: 16px;
          min-width: 30px;
          text-align: center;
          position: relative; }
          .header .nav > ul > li a:before {
            content: "";
            width: 100%;
            height: 0%;
            position: absolute;
            left: 0;
            bottom: 0;
            opacity: 0;
            background: #00ffac;
            -webkit-transition: 0.3s ease;
            -moz-transition: 0.3s ease;
            -o-transition: 0.3s ease;
            transition: 0.3s ease;
            z-index: -1; }
        .header .nav > ul > li.current-menu-item.menu-item-type-post_type > a,
        .header .nav > ul > li > a:hover {
          color: #fff; }
          .header .nav > ul > li.current-menu-item.menu-item-type-post_type > a:before,
          .header .nav > ul > li > a:hover:before {
            height: 100%;
            opacity: 1;
            background: #00ffac; }
        .header .nav > ul > li.menu-item-has-children > a: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.current-menu-item a,
            .header .nav > ul > li > ul > li a:hover {
              color: #00ffac; }
            .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 .logo,
      .header.fixed.sticky .custom-logo {
        max-width: 150px; }
    .header.fixed + .hph {
      height: 115px; }
  .header.bg-dark .nav > ul > li a {
    color: #fff; }
  .header.bg-primary .logo .page-name,
  .header.bg-primary .custom-logo .page-name {
    color: #fff; }
  .header.bg-primary .nav > ul > li a {
    color: #fff; }
  .header.bg-primary .nav > ul > li.current-menu-item.menu-item-type-post_type > a:after,
  .header.bg-primary .nav > ul > li a:hover:after {
    background: #303030; }
  .header .buri {
    font-size: 30px;
    display: none;
    line-height: 50px; }

.mm-panels > .mm-panel {
  background: #00ffac; }

.mm-navbar {
  background: #00ffac; }

.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: #303030;
  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: #fff; }
  .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: #00ffac;
  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; }

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

hr.ttl {
  border-top: 3px solid #303030;
  opacity: 1;
  width: 100%;
  max-width: 150px;
  display: inline-block; }

.text-white hr.ttl {
  border-top-color: #fff; }

.sub-title {
  font-weight: normal;
  font-style: italic;
  letter-spacing: .15em;
  text-transform: uppercase; }

.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: 60px; }
    .page-slider .page-slide .content .text-box {
      color: #fff;
      font-weight: bold;
      font-size: 36px;
      position: relative; }
      .page-slider .page-slide .content .text-box:before {
        content: '';
        width: 75vw;
        height: 75vw;
        position: absolute;
        left: -25vw;
        top: -15vw;
        border-radius: 50%;
        background: rgba(0, 255, 172, 0.25);
        backdrop-filter: saturate(180%) blur(10px); }
      .page-slider .page-slide .content .text-box:after {
        content: '';
        width: 75vw;
        height: 75vw;
        position: absolute;
        left: -50vw;
        top: auto;
        bottom: 0;
        border-radius: 50%;
        background: rgba(0, 255, 172, 0.15);
        backdrop-filter: saturate(180%); }
      .page-slider .page-slide .content .text-box span {
        z-index: 5; }

.logo-slider .logo-slide {
  text-align: center;
  padding-left: .75rem;
  padding-right: .75rem; }

.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: #303030; }
    .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 h4 {
      line-height: 24px; }
  .uf-slider.white .slick-dots li button, .uf-slider.silver .slick-dots li button {
    border-color: #303030; }
  .uf-slider.white .slick-dots li.slick-active button, .uf-slider.silver .slick-dots li.slick-active button {
    background: #303030; }

.box-icon {
  display: inline-block;
  border-radius: 50%;
  font-size: 48px;
  position: relative; }
  .box-icon.round {
    font-size: 36px;
    width: 120px;
    line-height: 120px; }

.box-image {
  display: inline-block;
  position: relative;
  overflow: hidden; }
  .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; }
  .box-image.round {
    border-radius: 50%;
    max-width: 200px; }
  .box-image: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); }

.social-icon-box {
  display: inline-block;
  width: 100px;
  line-height: 100px;
  border-radius: 50%;
  font-size: 36px;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease; }
  .social-icon-box:hover {
    opacity: .8; }

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

.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 #303030;
  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'); }

.nr-box .nr {
  color: #00ffac; }

.text-white .nr-box .nr {
  color: #fff; }

/*.package-box {
    background: $primary-color;
    color: #fff;
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    @include transition(0.3s);

    &:hover {
        box-shadow: 0 15px 30px rgba(0,0,0,.3);
    }

    .title {
        padding: 10px 15px;
        position: relative;

        h3 {
            margin: 0;
        }
    }

    .price {
        padding: 10px 15px;
        background: rgba(0,0,0,.1);
        margin: 0;
        font-size: 24px;
        font-weight: bold;

        span {
            display: block;
            font-size: 14px;
            font-weight: normal;
        }
    }

    .description {
        padding: 10px 15px;

        ul {
            margin: 0;
            padding: 0;

            li {
                list-style: none;
                padding: 5px 0;
                border-bottom: 1px solid rgba(#fff,.2);

                &:last-child {
                    border: none;
                }
            }
        }
    }

    .bottom {
        padding: 20px 15px;
        background: rgba(0,0,0,.1);
    }

    &.pop {
        box-shadow: 0 15px 30px rgba(0,0,0,.3);
        //border: 3px solid #fff;
        margin-top: -15px;

        .title {
            padding-top: 0;
        }
    }

    .popular {
        display: inline-block;
        background: rgba(#fff,.9);
        color: $primary-color;
        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,.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: #303030;
    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 {
    width: 100%;
    -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: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 a {
  color: #303030; }
  .blog-box a:hover {
    color: #00ffac; }

.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: #303030; }
    .meta a:hover {
      color: #00ffac; }

.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; }
  .contact-box:after {
    display: none; } }
