/* FONTS */
@font-face {
  font-family: 'Satoshi-Light';
  src: url("../fonts/Satoshi-Light.woff2") format("woff2"), url("../fonts/Satoshi-Light.woff") format("woff"), url("../fonts/Satoshi-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-Regular';
  src: url("../fonts/Satoshi-Regular.woff2") format("woff2"), url("../fonts/Satoshi-Regular.woff") format("woff"), url("../fonts/Satoshi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-Medium';
  src: url("../fonts/Satoshi-Medium.woff2") format("woff2"), url("../fonts/Satoshi-Medium.woff") format("woff"), url("../fonts/Satoshi-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
  font-style: normal; }
@font-face {
  font-family: 'Satoshi-Bold';
  src: url("../fonts/Satoshi-Bold.woff2") format("woff2"), url("../fonts/Satoshi-Bold.woff") format("woff"), url("../fonts/Satoshi-Bold.ttf") format("truetype");
  font-weight: 700;
  font-display: swap;
  font-style: normal; }
/* CSS RESET */
body {
  font-family: "Satoshi-Regular", arial, sans-serif;
  font-size: 18px;
  line-height: auto;
  color: #000;
  background-color: #fff;
  overflow-x: hidden; }
  body.mobile_menu-active {
    overflow: hidden; }

a:hover, a:focus, a:active {
  text-decoration: none;
  color: #fff; }

::selection {
  background: rgba(54, 106, 117, 0.25); }

@media (max-width: 767px) {
  .row {
    margin-left: 0;
    margin-right: 0; } }

/* Mobile Trigger */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }

.hamburger:hover {
  opacity: 0.7; }

.hamburger.active:hover {
  opacity: 0.7; }

.hamburger.active .hamburger-inner,
.hamburger.active .hamburger-inner::before,
.hamburger.active .hamburger-inner::after {
  background-color: #366A75; }

.hamburger-box {
  width: 38px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 38px;
  height: 2px;
  background-color: #366A75;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease; }

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block; }

.hamburger-inner::before {
  top: -10px; }

.hamburger-inner::after {
  bottom: -10px; }

.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze .hamburger-inner::before {
  transition: top 0.075s 0.12s ease, opacity 0.075s ease; }

.hamburger--squeeze .hamburger-inner::after {
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }

.hamburger--squeeze.active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease; }

.hamburger--squeeze.active .hamburger-inner::after {
  bottom: 0;
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* HEADER */
header {
  padding: 20px 0;
  font-size: 0; }
  @media (max-width: 991px) {
    header .row {
      position: relative;
      text-align: left; } }
  header .header_logo, header .header_menu {
    display: inline-block;
    vertical-align: middle;
    float: none; }
  header .header_logo {
    text-align: center; }
    header .header_logo .logo-img {
      max-width: 70px;
      display: inline-block;
      height: auto; }
      @media (max-width: 991px) {
        header .header_logo .logo-img {
          max-width: 55px; } }
  @media (max-width: 991px) {
    header .header_menu {
      display: none; } }
  header .header_menu.header_menu-left {
    text-align: left; }
  header .header_menu.header_menu-right {
    text-align: right; }
  header .header_menu ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    padding: 15px 25px; }
    @media (max-width: 991px) {
      header .header_menu ul {
        border: none;
        backdrop-filter: none;
        background: transparent;
        padding: 0;
        left: 50px;
        right: 50px;
        position: absolute;
        top: 160px; } }
    header .header_menu ul li {
      display: inline-block;
      padding: 0 20px; }
      @media (max-width: 991px) {
        header .header_menu ul li {
          display: block;
          padding: 0;
          margin-bottom: 20px; } }
      header .header_menu ul li:first-child {
        padding-left: 0; }
      header .header_menu ul li:last-child {
        padding-right: 0; }
        @media (max-width: 991px) {
          header .header_menu ul li:last-child {
            margin: 0; } }
      header .header_menu ul li a {
        font-size: 18px;
        line-height: 147%;
        color: #000;
        font-family: 'Satoshi-Medium', arial, sans-serif;
        font-weight: 500;
        transition: .3s;
        cursor: pointer; }
        @media (max-width: 991px) {
          header .header_menu ul li a {
            font-size: 36px;
            line-height: 36px;
            font-family: "Satoshi-Bold", arial, sans-serif; } }
        header .header_menu ul li a:hover, header .header_menu ul li a:active, header .header_menu ul li a:focus {
          color: #366A75;
          text-decoration: none; }
      header .header_menu ul li.current_page_item a {
        font-family: "Satoshi-Bold", arial, sans-serif;
        color: #366A75; }
  header .menu_trigger {
    display: none;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999; }
    @media (max-width: 991px) {
      header .menu_trigger {
        display: block; } }
  header .mobile_menu {
    display: none; }
    @media (max-width: 991px) {
      header .mobile_menu {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        background: #fff;
        padding: 70px 50px 70px;
        overflow: hidden;
        z-index: 9998;
        opacity: 0;
        visibility: hidden;
        transition: .3s;
        text-align: left; }
        header .mobile_menu.active {
          opacity: 1;
          visibility: visible; } }
    header .mobile_menu .menu_wrapper {
      left: 50px;
      right: 50px;
      position: absolute;
      top: 160px; }
    header .mobile_menu ul {
      padding: 0;
      margin: 0;
      display: block;
      margin-bottom: 20px; }
      header .mobile_menu ul li {
        display: block;
        padding: 0;
        margin-bottom: 20px; }
        header .mobile_menu ul li a {
          color: #000;
          font-size: 36px;
          line-height: 36px;
          font-family: "Satoshi-Bold", arial, sans-serif;
          transition: .3s; }
          header .mobile_menu ul li a:hover, header .mobile_menu ul li a:active, header .mobile_menu ul li a:focus {
            color: #366A75;
            text-decoration: none; }
        header .mobile_menu ul li.current_page_item a {
          color: #366A75; }

/* FOOTER */
.footer {
  background: #366A75;
  text-align: center;
  padding: 50px 0; }
  .footer .footer_logo-container .logo-img {
    max-width: 94px;
    width: 100%;
    height: auto;
    display: inline-block; }
  .footer .footer_menu {
    padding: 0;
    margin: 0;
    margin-top: 40px;
    list-style: none;
    font-size: 0; }
    .footer .footer_menu li {
      display: inline-block;
      vertical-align: middle;
      padding: 0 10px; }
      .footer .footer_menu li a {
        color: #fff;
        font-size: 18px;
        transition: .3s;
        text-transform: uppercase; }
        .footer .footer_menu li a:hover, .footer .footer_menu li a:active, .footer .footer_menu li a:focus {
          color: #ddd; }
  .footer .footer_copyright {
    color: #fff;
    font-size: 16px;
    display: block;
    padding: 0;
    margin: 0;
    margin-top: 50px; }

/* PAGE BANNER */
.page_banner {
  display: none;
  height: 600px;
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative; }
  @media (max-width: 767px) {
    .page_banner {
      height: 500px; } }
  @media (max-width: 476px) {
    .page_banner {
      height: 400px; } }
  .page_banner.active {
    display: block; }
  .page_banner .background_img {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 767px) {
      .page_banner .background_img {
        height: 500px; } }
    @media (max-width: 476px) {
      .page_banner .background_img {
        height: 400px; } }
  .page_banner .background_img-mobile {
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    display: none; }
    .page_banner .background_img-mobile.active {
      display: block; }
    @media (max-width: 767px) {
      .page_banner .background_img-mobile {
        height: 500px; } }
    @media (max-width: 476px) {
      .page_banner .background_img-mobile {
        height: 400px; } }
  .page_banner .background_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none; }
    .page_banner .background_video.active {
      display: block; }

/* SIMPLE TEXT SECTION */
.simple_text-section {
  padding: 50px 0; }
  @media (max-width: 380px) {
    .simple_text-section {
      padding: 30px 0; } }
  .simple_text-section .section_text {
    font-size: 28px;
    font-weight: 400;
    line-height: 141%;
    text-align: center;
    font-family: 'Satoshi-Regular', arial, sans-serif;
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .simple_text-section .section_text {
        font-size: 22px; } }
    @media (max-width: 476px) {
      .simple_text-section .section_text {
        font-size: 20px; } }
    @media (max-width: 380px) {
      .simple_text-section .section_text {
        font-size: 16px; } }
    .simple_text-section .section_text b {
      font-family: 'Satoshi-Bold', arial, sans-serif;
      font-weight: bold; }

/* PROJECTS LISTING */
.projects_listing-content {
  padding: 20px 0 100px;
  overflow-x: hidden; }
  .projects_listing-content:after {
    content: '';
    display: block;
    clear: both; }
  .projects_listing-content .section_title {
    font-family: 'Satoshi-Bold', arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px; }
    @media (max-width: 991px) {
      .projects_listing-content .section_title {
        font-size: 28px; } }
  .projects_listing-content .projects_listing {
    margin-top: 50px;
    float: left;
    width: 100%; }
    .projects_listing-content .projects_listing .project_item {
      margin-bottom: 50px;
      font-size: 0; }
      .projects_listing-content .projects_listing .project_item:last-child {
        margin-bottom: 0; }
      .projects_listing-content .projects_listing .project_item .container {
        transition: .5s; }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_start {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-start;
        user-select: none;
        -webkit-user-select: none;
        overscroll-behavior-x: contain;
        touch-action: pan-y pinch-zoom;
        padding: 0; }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_start > * {
          flex-shrink: 0;
          -webkit-user-drag: none;
          user-drag: none; }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_details, .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
        width: 25%;
        transition: .5s; }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image {
        cursor: pointer;
        width: 50%;
        transition: .5s; }
        @media (max-width: 767px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image {
            width: 70%;
            margin-left: 5%; } }
        @media (max-width: 600px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image {
            width: 70%;
            margin-left: 2%; } }
        @media (max-width: 500px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image {
            width: 90%;
            margin-left: 5%;
            margin-right: 5%; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .featured_image {
          padding-top: 70%;
          background-repeat: no-repeat;
          background-position: center center;
          background-size: cover; }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .project_details {
          display: none; }
          @media (max-width: 767px) {
            .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .project_details {
              display: block;
              width: 100%;
              text-align: left;
              margin-top: 10px; }
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .project_details .details_wrapper {
                display: block; }
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .project_details .project_title {
                max-width: 100%; }
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .project_details .project_location {
                max-width: 100%;
                margin-top: 0; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_featured-image .project_informations {
          display: none; }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
        opacity: 0;
        visibility: hidden;
        width: 600px;
        padding-left: 30px;
        padding-right: 30px;
        font-size: 18px; }
        @media (max-width: 991px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
            font-size: 16px;
            max-width: 500px; } }
        @media (max-width: 767px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
            font-size: 14px;
            max-width: 400px; } }
        @media (max-width: 500px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
            max-width: 360px; } }
        @media (max-width: 420px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
            max-width: 320px;
            padding-left: 15px;
            padding-right: 15px; } }
        @media (max-width: 360px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
            max-width: 280px;
            padding-left: 15px;
            padding-right: 15px; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_text-block:last-child, .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block:last-child {
          padding-right: 50px; }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block {
        min-height: 1px; }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_image-block .project_image {
          display: block;
          width: 100%;
          height: auto; }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_details {
        padding-right: 30px;
        text-align: right; }
        @media (max-width: 991px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_details {
            padding-right: 15px; } }
        @media (max-width: 767px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_details {
            display: none; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_details .details_wrapper {
          display: inline-block; }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_details .project_title {
          font-family: 'Satoshi-Bold', arial, sans-serif;
          font-weight: 700;
          font-size: 22px;
          line-height: 130%;
          text-transform: uppercase;
          margin: 0;
          padding: 0;
          display: block;
          max-width: 220px; }
          @media (max-width: 991px) {
            .projects_listing-content .projects_listing .project_item .project_wrapper .project_details .project_title {
              font-size: 16px;
              max-width: 165px; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_details .project_location {
          font-size: 18px;
          margin-top: 10px;
          display: block;
          display: block;
          max-width: 220px; }
          @media (max-width: 991px) {
            .projects_listing-content .projects_listing .project_item .project_wrapper .project_details .project_location {
              font-size: 16px;
              max-width: 165px; } }
      .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
        padding-left: 30px;
        opacity: 1;
        visibility: visible;
        transition: .5s; }
        @media (max-width: 991px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
            padding-left: 15px; } }
        @media (max-width: 767px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
            padding-left: 15px; } }
        @media (max-width: 600px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
            width: 28%; } }
        @media (max-width: 500px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
            width: 360px;
            opacity: 0;
            visibility: hidden; } }
        @media (max-width: 420px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
            width: 320px; } }
        @media (max-width: 360px) {
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations {
            width: 280px; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .col_title {
          font-family: 'Satoshi-Bold', arial, sans-serif;
          font-weight: 700;
          font-size: 18px;
          line-height: 130%;
          text-transform: uppercase;
          margin: 0;
          padding: 0; }
          @media (max-width: 991px) {
            .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .col_title {
              font-size: 16px; } }
          @media (max-width: 767px) {
            .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .col_title {
              font-size: 14px; } }
        .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row {
          margin-top: 10px; }
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row .project_info-type {
            display: block;
            color: #7F7F7F;
            font-size: 16px; }
            @media (max-width: 991px) {
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row .project_info-type {
                font-size: 14px; } }
            @media (max-width: 767px) {
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row .project_info-type {
                font-size: 12px; } }
          .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row .project_info {
            font-size: 16px;
            display: block; }
            @media (max-width: 991px) {
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row .project_info {
                font-size: 14px; } }
            @media (max-width: 767px) {
              .projects_listing-content .projects_listing .project_item .project_wrapper .project_informations .project_info-row .project_info {
                font-size: 12px; } }
      .projects_listing-content .projects_listing .project_item .project_wrapper .next_btn {
        border: 1px solid rgba(0, 0, 0, 0.25);
        padding: 10px;
        background: #fff;
        display: inline-block;
        margin-bottom: 20px;
        cursor: pointer;
        transition: .3s;
        display: none; }
        .projects_listing-content .projects_listing .project_item .project_wrapper .next_btn svg {
          width: 65px;
          height: auto; }
          .projects_listing-content .projects_listing .project_item .project_wrapper .next_btn svg path {
            transition: .3s;
            fill: #000; }
        .projects_listing-content .projects_listing .project_item .project_wrapper .next_btn:hover {
          background: #366A75; }
          .projects_listing-content .projects_listing .project_item .project_wrapper .next_btn:hover svg path {
            fill: #fff; }
      .projects_listing-content .projects_listing .project_item.is-active .container {
        width: 100%;
        padding: 0; }
      .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_start {
        overflow-x: auto;
        overflow-y: hidden;
        width: 100%;
        scroll-behavior: smooth;
        -ms-overflow-style: none;
        /* IE/Edge vechi */
        scrollbar-width: none;
        /* Firefox */
        -webkit-overflow-scrolling: touch;
        /* iOS */
        cursor: grab;
        user-select: none;
        touch-action: pan-y pinch-zoom; }
        .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_start::-webkit-scrollbar {
          display: none;
          /* Chrome/Safari */ }
        .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_start.is-dragging {
          cursor: grabbing; }
        .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_start.cursor-left {
          cursor: url("../img/icons/arrow-left.svg") 14 16, ew-resize; }
        .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_start.cursor-right {
          cursor: url("../img/icons/arrow-right.svg") 14 16, ew-resize; }
      .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_informations {
        animation: hideThenCollapse .5s ease forwards; }
        @media (max-width: 500px) {
          .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_informations {
            animation: showContent .4s ease forwards; } }
      .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_text-block, .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_image-block {
        animation: showContent .4s ease forwards;
        animation-delay: .5s; }
      .projects_listing-content .projects_listing .project_item.is-active .project_wrapper .project_image-block {
        pointer-events: none; }

@keyframes hideThenCollapse {
  0% {
    opacity: 1;
    visibility: visible;
    width: 25%;
    padding-left: 30px; }
  50% {
    opacity: 0;
    visibility: hidden;
    width: 25%;
    padding-left: 30px; }
  100% {
    opacity: 0;
    visibility: hidden;
    width: 0;
    padding-left: 0px; } }
@keyframes showContent {
  0% {
    opacity: 0;
    visibility: hidden; }
  100% {
    opacity: 1;
    visibility: visible; } }
/* CONTACT SECTION */
.contact_section {
  padding-bottom: 100px; }
  @media (max-width: 476px) {
    .contact_section {
      padding-bottom: 50px; } }
  .contact_section .top_section:after, .contact_section .top_section:before {
    content: '';
    display: block;
    clear: both; }
  .contact_section .top_section {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .contact_section .top_section {
        display: block; } }
    .contact_section .top_section .contact_form-text {
      background: #222222;
      padding: 50px 40px;
      color: #fff; }
      @media (max-width: 767px) {
        .contact_section .top_section .contact_form-text {
          width: 100%;
          padding: 40px; } }
      @media (max-width: 476px) {
        .contact_section .top_section .contact_form-text {
          padding: 40px 20px; } }
      .contact_section .top_section .contact_form-text .form_title {
        text-transform: uppercase;
        font-family: "Satoshi-Bold", arial, sans-serif;
        font-size: 26px;
        margin: 0;
        padding: 0; }
      .contact_section .top_section .contact_form-text .form_text {
        font-size: 20px;
        line-height: 24px;
        display: block;
        margin: 0;
        padding: 0;
        margin-top: 20px; }
        @media (max-width: 476px) {
          .contact_section .top_section .contact_form-text .form_text {
            font-size: 18px;
            line-height: 22px; } }
        @media (max-width: 380px) {
          .contact_section .top_section .contact_form-text .form_text {
            font-size: 16px;
            line-height: 20px; } }
    .contact_section .top_section .contact_form-container {
      border: 1px solid rgba(0, 0, 0, 0.25);
      background: #F7F7F7;
      padding: 50px; }
      @media (max-width: 767px) {
        .contact_section .top_section .contact_form-container {
          width: 100%;
          padding: 40px; } }
      @media (max-width: 476px) {
        .contact_section .top_section .contact_form-container {
          padding: 40px 20px 0; } }
      .contact_section .top_section .contact_form-container label {
        display: block;
        margin-bottom: 20px; }
        .contact_section .top_section .contact_form-container label span {
          display: block; }
      .contact_section .top_section .contact_form-container input[type="text"], .contact_section .top_section .contact_form-container input[type="email"], .contact_section .top_section .contact_form-container input[type="tel"], .contact_section .top_section .contact_form-container textarea {
        font-family: 'Satoshi-Regular', arial, sans-serif;
        font-weight: 400;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.25);
        display: block;
        width: 100%;
        background: transparent;
        padding-bottom: 10px; }
        .contact_section .top_section .contact_form-container input[type="text"]::-webkit-input-placeholder, .contact_section .top_section .contact_form-container input[type="email"]::-webkit-input-placeholder, .contact_section .top_section .contact_form-container input[type="tel"]::-webkit-input-placeholder, .contact_section .top_section .contact_form-container textarea::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #000;
          opacity: 1; }
        .contact_section .top_section .contact_form-container input[type="text"]:-moz-placeholder, .contact_section .top_section .contact_form-container input[type="email"]:-moz-placeholder, .contact_section .top_section .contact_form-container input[type="tel"]:-moz-placeholder, .contact_section .top_section .contact_form-container textarea:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #000;
          opacity: 1; }
        .contact_section .top_section .contact_form-container input[type="text"]::-moz-placeholder, .contact_section .top_section .contact_form-container input[type="email"]::-moz-placeholder, .contact_section .top_section .contact_form-container input[type="tel"]::-moz-placeholder, .contact_section .top_section .contact_form-container textarea::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #000;
          opacity: 1; }
        .contact_section .top_section .contact_form-container input[type="text"]:-ms-input-placeholder, .contact_section .top_section .contact_form-container input[type="email"]:-ms-input-placeholder, .contact_section .top_section .contact_form-container input[type="tel"]:-ms-input-placeholder, .contact_section .top_section .contact_form-container textarea:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #000;
          opacity: 1; }
        .contact_section .top_section .contact_form-container input[type="text"]:focus, .contact_section .top_section .contact_form-container input[type="text"]:active, .contact_section .top_section .contact_form-container input[type="email"]:focus, .contact_section .top_section .contact_form-container input[type="email"]:active, .contact_section .top_section .contact_form-container input[type="tel"]:focus, .contact_section .top_section .contact_form-container input[type="tel"]:active, .contact_section .top_section .contact_form-container textarea:focus, .contact_section .top_section .contact_form-container textarea:active {
          outline: 0; }
      .contact_section .top_section .contact_form-container textarea {
        min-height: 100px;
        max-height: 400px;
        height: 100px;
        resize: vertical; }
      .contact_section .top_section .contact_form-container .wpcf7-submit {
        background: #366A75;
        width: 100%;
        display: block;
        border: none;
        font-family: "Satoshi-Bold", arial, sans-serif;
        color: #fff;
        font-size: 18px;
        padding: 10px 25px;
        transition: .3s; }
        .contact_section .top_section .contact_form-container .wpcf7-submit:hover, .contact_section .top_section .contact_form-container .wpcf7-submit:active, .contact_section .top_section .contact_form-container .wpcf7-submit:focus {
          background: #000; }
      .contact_section .top_section .contact_form-container .submit_btn {
        text-align: center; }
        .contact_section .top_section .contact_form-container .submit_btn .wpcf7-spinner {
          padding: 10px 0;
          margin-top: 5px;
          background-color: #222222;
          opacity: 1; }
          .contact_section .top_section .contact_form-container .submit_btn .wpcf7-spinner:before {
            background-color: #366A75; }
      .contact_section .top_section .contact_form-container .wpcf7-response-output {
        border: none;
        text-align: center; }
  .contact_section .bottom_section {
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-top: none;
    font-size: 0;
    display: flex;
    flex-wrap: wrap; }
    .contact_section .bottom_section .contact_box {
      border-right: 1px solid rgba(0, 0, 0, 0.25);
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 60px;
      text-align: center; }
      @media (max-width: 1199px) {
        .contact_section .bottom_section .contact_box {
          padding: 40px; } }
      @media (max-width: 991px) {
        .contact_section .bottom_section .contact_box {
          padding: 20px; } }
      @media (max-width: 767px) {
        .contact_section .bottom_section .contact_box {
          width: 100%;
          border-right: none;
          border-bottom: 1px solid rgba(0, 0, 0, 0.25); }
          .contact_section .bottom_section .contact_box:last-child {
            border-bottom: none; } }
      .contact_section .bottom_section .contact_box:last-child {
        border-right: none; }
      .contact_section .bottom_section .contact_box .contact_box-wrapper {
        position: relative;
        padding-left: 35px;
        text-align: left;
        display: inline-block; }
        .contact_section .bottom_section .contact_box .contact_box-wrapper .contact_icon {
          position: absolute;
          top: 50%;
          left: 0;
          transform: translateY(-50%); }
        .contact_section .bottom_section .contact_box .contact_box-wrapper .contact_detail {
          font-size: 16px;
          line-height: 18px;
          vertical-align: middle; }
          .contact_section .bottom_section .contact_box .contact_box-wrapper .contact_detail a {
            color: #000;
            transition: .3s; }
            .contact_section .bottom_section .contact_box .contact_box-wrapper .contact_detail a:hover, .contact_section .bottom_section .contact_box .contact_box-wrapper .contact_detail a:active, .contact_section .bottom_section .contact_box .contact_box-wrapper .contact_detail a:focus {
              color: #7F7F7F; }

/* ABOUT PAGE */
.page_content {
  padding-top: 50px; }
  @media (max-width: 991px) {
    .page_content {
      padding-top: 20px; } }
  .page_content .section_pretitle {
    font-family: 'Satoshi-Medium', arial, sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0; }
    @media (max-width: 1199px) {
      .page_content .section_pretitle {
        font-size: 20px; } }
    @media (max-width: 600px) {
      .page_content .section_pretitle {
        font-size: 16px; } }
  .page_content .section_title {
    font-family: 'Satoshi-Bold', arial, sans-serif;
    font-weight: 700;
    font-size: 65px;
    line-height: 83px;
    text-align: center;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    margin-top: 10px; }
    @media (max-width: 1199px) {
      .page_content .section_title {
        font-size: 40px;
        line-height: 54px; } }
    @media (max-width: 767px) {
      .page_content .section_title {
        font-size: 34px;
        line-height: 48px; } }
    @media (max-width: 600px) {
      .page_content .section_title {
        font-size: 30px;
        line-height: 44px; } }
    @media (max-width: 476px) {
      .page_content .section_title {
        font-size: 22px;
        line-height: 30px; } }
  .page_content .section_image {
    margin-top: 50px;
    padding-top: 56%;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 476px) {
      .page_content .section_image {
        margin-top: 30px; } }
  .page_content .section_text {
    text-align: center;
    margin: 100px auto 0;
    max-width: 900px; }
    @media (max-width: 991px) {
      .page_content .section_text {
        margin: 70px auto 0; } }
    @media (max-width: 476px) {
      .page_content .section_text {
        margin: 40px auto 0; } }
    .page_content .section_text div {
      display: inline-block; }
      .page_content .section_text div span {
        color: #C9C9C9;
        font-family: 'Satoshi-Bold', arial, sans-serif;
        font-weight: 700;
        font-size: 42px;
        line-height: 46px;
        display: block; }
        @media (max-width: 1199px) {
          .page_content .section_text div span {
            font-size: 36px;
            line-height: 40px; } }
        @media (max-width: 991px) {
          .page_content .section_text div span {
            font-size: 32px;
            line-height: 36px; } }
        @media (max-width: 767px) {
          .page_content .section_text div span {
            font-size: 28px;
            line-height: 32px; } }
        @media (max-width: 600px) {
          .page_content .section_text div span {
            font-size: 24px;
            line-height: 28px; } }
        @media (max-width: 476px) {
          .page_content .section_text div span {
            font-size: 20px;
            line-height: 24px; } }
        @media (max-width: 380px) {
          .page_content .section_text div span {
            font-size: 18px;
            line-height: 22px; } }
  .page_content .section_small_text {
    text-align: center;
    margin: 30px auto 0;
    max-width: 660px;
    font-family: 'Satoshi-Medium', arial, sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    color: #000;
    display: block; }
    @media (max-width: 600px) {
      .page_content .section_small_text {
        font-size: 16px;
        line-height: 18px; } }
  .page_content .video-js {
    margin-top: 100px; }
    @media (max-width: 991px) {
      .page_content .video-js {
        margin-top: 70px; } }
    @media (max-width: 476px) {
      .page_content .video-js {
        margin-top: 40px; } }

.video-js .vjs-big-play-button {
  width: 90px;
  height: 90px;
  border: none;
  background: #366A75;
  border-radius: 50%;
  font-size: 50px;
  margin-top: 0;
  margin-left: 0;
  transform: translateX(-50%) translateY(-50%); }
  @media (max-width: 476px) {
    .video-js .vjs-big-play-button {
      width: 60px;
      height: 60px;
      font-size: 34px; } }
  .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    width: 75px;
    height: 75px; }
    @media (max-width: 476px) {
      .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
        width: 50px;
        height: 50px; } }

.boxes_row-content {
  margin-top: 100px; }
  @media (max-width: 991px) {
    .boxes_row-content {
      margin-top: 70px; } }
  @media (max-width: 476px) {
    .boxes_row-content {
      margin-top: 50px; } }
  .boxes_row-content .section_title {
    font-family: 'Satoshi-Bold', arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px; }
    @media (max-width: 991px) {
      .boxes_row-content .section_title {
        font-size: 28px; } }
  .boxes_row-content .boxes_container {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .boxes_row-content .boxes_container {
        margin-top: 30px; } }
    .boxes_row-content .boxes_container:after {
      content: '';
      display: block;
      clear: both; }
    .boxes_row-content .boxes_container .boxes_left-col, .boxes_row-content .boxes_container .boxes_right-col {
      float: left;
      width: 50%; }
      @media (max-width: 767px) {
        .boxes_row-content .boxes_container .boxes_left-col, .boxes_row-content .boxes_container .boxes_right-col {
          width: 100%; } }
    .boxes_row-content .boxes_container .box_hw, .boxes_row-content .boxes_container .box_fw {
      padding: 0 5px;
      margin-bottom: 10px; }
    .boxes_row-content .boxes_container .box_hw {
      width: 50%;
      float: left; }
      @media (max-width: 476px) {
        .boxes_row-content .boxes_container .box_hw {
          width: 100%; } }
    .boxes_row-content .boxes_container .box_fw {
      float: left;
      width: 100%; }
    .boxes_row-content .boxes_container .box_wrapper {
      background: #F3F3F3;
      position: relative;
      transition: .3s;
      cursor: pointer; }
      .boxes_row-content .boxes_container .box_wrapper .box_no {
        font-family: 'Satoshi-Medium', arial, sans-serif;
        font-weight: 500;
        font-size: 24px;
        position: absolute;
        top: 15px;
        left: 15px;
        color: #000;
        transition: .3s; }
        @media (max-width: 991px) {
          .boxes_row-content .boxes_container .box_wrapper .box_no {
            font-size: 20px; } }
      .boxes_row-content .boxes_container .box_wrapper .box_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%); }
        @media (max-width: 476px) {
          .boxes_row-content .boxes_container .box_wrapper .box_icon {
            transform: translateX(-50%);
            top: 65px; } }
        .boxes_row-content .boxes_container .box_wrapper .box_icon path {
          fill: #000;
          transition: .3s; }
      .boxes_row-content .boxes_container .box_wrapper .box_text {
        font-family: 'Satoshi-Medium', arial, sans-serif;
        font-weight: 500;
        font-size: 18px;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        transition: .3s;
        color: #000; }
        @media (max-width: 991px) {
          .boxes_row-content .boxes_container .box_wrapper .box_text {
            font-size: 16px; } }
        @media (max-width: 476px) {
          .boxes_row-content .boxes_container .box_wrapper .box_text {
            position: static;
            display: block; } }
      .boxes_row-content .boxes_container .box_wrapper .box_content {
        display: none;
        font-family: 'Satoshi-Regular', arial, sans-serif;
        font-weight: 400;
        font-size: 16px;
        margin-top: 10px;
        color: #000; }
        @media (min-width: 477px) {
          .boxes_row-content .boxes_container .box_wrapper .box_content {
            display: none !important; } }
      @media (min-width: 477px) {
        .boxes_row-content .boxes_container .box_wrapper:hover {
          background: #366A75; }
          .boxes_row-content .boxes_container .box_wrapper:hover .box_no {
            color: #fff; }
          .boxes_row-content .boxes_container .box_wrapper:hover .box_icon path {
            fill: #fff; }
          .boxes_row-content .boxes_container .box_wrapper:hover .box_text {
            color: #fff; }
          .boxes_row-content .boxes_container .box_wrapper:hover .box_content {
            color: #fff; } }
    .boxes_row-content .boxes_container .box_id_1 .box_wrapper, .boxes_row-content .boxes_container .box_id_2 .box_wrapper {
      height: 200px; }
      @media (max-width: 476px) {
        .boxes_row-content .boxes_container .box_id_1 .box_wrapper, .boxes_row-content .boxes_container .box_id_2 .box_wrapper {
          height: auto;
          padding-top: 170px;
          padding-bottom: 15px;
          padding-left: 15px;
          padding-right: 15px; } }
    .boxes_row-content .boxes_container .box_id_3 .box_wrapper, .boxes_row-content .boxes_container .box_id_4 .box_wrapper {
      height: 270px; }
      @media (max-width: 476px) {
        .boxes_row-content .boxes_container .box_id_3 .box_wrapper, .boxes_row-content .boxes_container .box_id_4 .box_wrapper {
          height: auto;
          padding-top: 170px;
          padding-bottom: 15px;
          padding-left: 15px;
          padding-right: 15px; } }
    .boxes_row-content .boxes_container .box_id_5 .box_wrapper, .boxes_row-content .boxes_container .box_id_6 .box_wrapper {
      height: 310px; }
      @media (max-width: 476px) {
        .boxes_row-content .boxes_container .box_id_5 .box_wrapper, .boxes_row-content .boxes_container .box_id_6 .box_wrapper {
          height: auto;
          padding-top: 170px;
          padding-bottom: 15px;
          padding-left: 15px;
          padding-right: 15px; } }
    .boxes_row-content .boxes_container .box_id_7 .box_wrapper {
      height: 160px; }
      @media (max-width: 476px) {
        .boxes_row-content .boxes_container .box_id_7 .box_wrapper {
          height: auto;
          padding-top: 170px;
          padding-bottom: 15px;
          padding-left: 15px;
          padding-right: 15px; } }
      .boxes_row-content .boxes_container .box_id_7 .box_wrapper .box_text {
        right: 50%; }
        @media (max-width: 476px) {
          .boxes_row-content .boxes_container .box_id_7 .box_wrapper .box_text {
            right: 15px; } }
      .boxes_row-content .boxes_container .box_id_7 .box_wrapper .box_icon {
        left: auto;
        right: 25%;
        transform: translateX(50%) translateY(-50%); }
        @media (max-width: 476px) {
          .boxes_row-content .boxes_container .box_id_7 .box_wrapper .box_icon {
            left: 50%;
            right: auto;
            top: 65px;
            transform: translateX(-50%); } }

.tabs_row-content {
  margin-top: 100px; }
  @media (max-width: 991px) {
    .tabs_row-content {
      margin-top: 70px; } }
  @media (max-width: 476px) {
    .tabs_row-content {
      margin-top: 50px; } }
  .tabs_row-content .section_title {
    font-family: 'Satoshi-Bold', arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px; }
    @media (max-width: 991px) {
      .tabs_row-content .section_title {
        font-size: 28px; } }
  .tabs_row-content .tabs_container {
    display: flex;
    flex-wrap: wrap;
    margin-top: 50px; }
    @media (max-width: 991px) {
      .tabs_row-content .tabs_container {
        margin-top: 30px; } }
    .tabs_row-content .tabs_container .tabs_wrapper,
    .tabs_row-content .tabs_container .section_image-wrapper {
      width: 50%; }
      @media (max-width: 600px) {
        .tabs_row-content .tabs_container .tabs_wrapper,
        .tabs_row-content .tabs_container .section_image-wrapper {
          width: 100%; } }
    .tabs_row-content .tabs_container .tabs_wrapper {
      padding-right: 5px; }
      @media (max-width: 600px) {
        .tabs_row-content .tabs_container .tabs_wrapper {
          padding: 0; } }
      .tabs_row-content .tabs_container .tabs_wrapper .tab_item {
        background: #F3F3F3;
        margin-bottom: 10px;
        padding: 20px;
        transition: .3s;
        cursor: pointer; }
        .tabs_row-content .tabs_container .tabs_wrapper .tab_item:last-child {
          margin-bottom: 0; }
        .tabs_row-content .tabs_container .tabs_wrapper .tab_item .tab_title {
          color: #000;
          transition: .3s;
          font-size: 18px;
          font-family: 'Satoshi-Bold', arial, sans-serif;
          font-weight: 700; }
        .tabs_row-content .tabs_container .tabs_wrapper .tab_item .tab_text {
          color: #000;
          transition: .3s color;
          font-size: 16px;
          font-family: 'Satoshi-Medium', arial, sans-serif;
          font-weight: 500;
          margin-top: 10px;
          display: none; }
        .tabs_row-content .tabs_container .tabs_wrapper .tab_item.is-active {
          background: #366A75; }
          .tabs_row-content .tabs_container .tabs_wrapper .tab_item.is-active .tab_title {
            color: #fff; }
          .tabs_row-content .tabs_container .tabs_wrapper .tab_item.is-active .tab_text {
            color: #fff; }
    .tabs_row-content .tabs_container .section_image-wrapper {
      padding-left: 5px; }
      @media (max-width: 600px) {
        .tabs_row-content .tabs_container .section_image-wrapper {
          padding: 0;
          margin-top: 10px; } }
      .tabs_row-content .tabs_container .section_image-wrapper .section_image {
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        height: 100%; }
        @media (max-width: 600px) {
          .tabs_row-content .tabs_container .section_image-wrapper .section_image {
            padding-top: 70%; } }

.boxes_second-row-content {
  margin-top: 100px; }
  @media (max-width: 991px) {
    .boxes_second-row-content {
      margin-top: 70px; } }
  @media (max-width: 476px) {
    .boxes_second-row-content {
      margin-top: 50px; } }
  .boxes_second-row-content .section_title {
    font-family: 'Satoshi-Bold', arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px; }
    @media (max-width: 991px) {
      .boxes_second-row-content .section_title {
        font-size: 28px; } }
  .boxes_second-row-content .boxes_container {
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 50px;
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 991px) {
      .boxes_second-row-content .boxes_container {
        margin-top: 30px; } }
    .boxes_second-row-content .boxes_container .box_qw {
      padding: 0 5px;
      width: 25%;
      float: left; }
      @media (max-width: 991px) {
        .boxes_second-row-content .boxes_container .box_qw {
          width: 50%;
          margin-bottom: 10px; } }
      @media (max-width: 476px) {
        .boxes_second-row-content .boxes_container .box_qw {
          width: 100%; } }
    .boxes_second-row-content .boxes_container .box_wrapper {
      background: #F3F3F3;
      position: relative;
      height: 100%;
      padding: 15px;
      padding-top: 140px;
      padding-bottom: 75px;
      transition: .3s; }
      .boxes_second-row-content .boxes_container .box_wrapper .box_icon {
        position: absolute;
        top: 40px;
        left: 50%;
        transform: translateX(-50%);
        max-width: 63px;
        width: 100%; }
      .boxes_second-row-content .boxes_container .box_wrapper .box_title {
        font-family: 'Satoshi-Bold', arial, sans-serif;
        font-weight: 700;
        font-size: 18px;
        transition: .3s;
        color: #000;
        display: block; }
      .boxes_second-row-content .boxes_container .box_wrapper .box_text {
        font-family: 'Satoshi-Medium', arial, sans-serif;
        font-weight: 500;
        font-size: 16px;
        transition: .3s;
        color: #000;
        display: block;
        margin-top: 10px; }
      .boxes_second-row-content .boxes_container .box_wrapper .box_btn {
        background: #366A75;
        color: #fff;
        font-family: 'Satoshi-Bold', arial, sans-serif;
        font-weight: 700;
        font-size: 14px;
        padding: 10px 25px;
        text-align: center;
        display: block;
        transition: .3s;
        position: absolute;
        bottom: 15px;
        left: 15px;
        right: 15px;
        cursor: pointer; }
        .boxes_second-row-content .boxes_container .box_wrapper .box_btn:hover, .boxes_second-row-content .boxes_container .box_wrapper .box_btn:active, .boxes_second-row-content .boxes_container .box_wrapper .box_btn:focus {
          text-decoration: none;
          background: #000; }

.carousel_section-content {
  margin-top: 100px;
  margin-bottom: 100px; }
  @media (max-width: 991px) {
    .carousel_section-content {
      margin-top: 70px;
      margin-bottom: 70px; } }
  @media (max-width: 476px) {
    .carousel_section-content {
      margin-top: 50px;
      margin-bottom: 50px; } }
  .carousel_section-content .section_title {
    font-family: 'Satoshi-Bold', arial, sans-serif;
    font-weight: 700;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 32px; }
    @media (max-width: 991px) {
      .carousel_section-content .section_title {
        font-size: 28px; } }
  .carousel_section-content .carousels_container {
    margin-top: 50px; }
    @media (max-width: 991px) {
      .carousel_section-content .carousels_container {
        margin-top: 30px; } }
    .carousel_section-content .carousels_container .carousel_filters {
      font-size: 0; }
      @media (max-width: 600px) {
        .carousel_section-content .carousels_container .carousel_filters {
          text-align: center; } }
      .carousel_section-content .carousels_container .carousel_filters .filter_item {
        display: inline-block;
        vertical-align: middle;
        background: #fff;
        padding: 10px 20px;
        border: 1px solid rgba(0, 0, 0, 0.25);
        color: #000;
        font-size: 16px;
        font-family: 'Satoshi-Bold', arial, sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        margin-left: 10px;
        cursor: pointer;
        transition: .3s; }
        @media (max-width: 600px) {
          .carousel_section-content .carousels_container .carousel_filters .filter_item {
            font-size: 14px;
            display: block;
            margin: 0;
            margin-bottom: 10px; }
            .carousel_section-content .carousels_container .carousel_filters .filter_item:last-child {
              margin-bottom: 0; } }
        .carousel_section-content .carousels_container .carousel_filters .filter_item:first-child {
          margin-left: 0; }
        .carousel_section-content .carousels_container .carousel_filters .filter_item.is-active, .carousel_section-content .carousels_container .carousel_filters .filter_item:hover {
          background: #366A75;
          border: 1px solid #366A75;
          color: #fff; }
    .carousel_section-content .carousels_container .carousels_wrapper {
      margin-top: 30px; }
      .carousel_section-content .carousels_container .carousels_wrapper .carousel_item {
        padding-bottom: 60px;
        position: relative;
        display: none; }
        .carousel_section-content .carousels_container .carousels_wrapper .carousel_item.is-active {
          display: block; }
        .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-stage-outer {
          overflow-x: hidden; }
          .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-stage-outer .owl-stage:after {
            content: '';
            display: block;
            clear: both; }
          .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-stage-outer .owl-stage .owl-item {
            float: left; }
            .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-stage-outer .owl-stage .owl-item .carousel_slide {
              padding-top: 65%;
              background-repeat: no-repeat;
              background-position: center center;
              background-size: cover; }
        .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-dots {
          display: none; }
        .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav {
          font-size: 0;
          position: absolute;
          right: 0;
          bottom: 0; }
          @media (max-width: 500px) {
            .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav {
              right: auto;
              left: 50%;
              transform: translateX(-50%); } }
          .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav button {
            border: none;
            background: transparent;
            display: inline-block;
            margin: 0 10px; }
            @media (max-width: 500px) {
              .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav button {
                margin: 0 5px; } }
            .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav button svg path {
              fill: #366A75;
              transition: .3s; }
            .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav button.disabled svg path, .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-nav button:hover svg path {
              fill: #000 !important; }
        .carousel_section-content .carousels_container .carousels_wrapper .carousel_item .owl-counter {
          font-family: 'Satoshi-Bold', arial, sans-serif;
          font-weight: 700;
          position: absolute;
          left: 20px;
          bottom: 0;
          font-size: 22px; }

.content_popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(223, 223, 223, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s; }
  .content_popup.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto; }
  .content_popup .popup_container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    width: 98%;
    max-width: 784px;
    padding: 50px 0 20px;
    max-height: 90vh;
    overflow-y: auto; }
    .content_popup .popup_container .close_btn {
      position: absolute;
      z-index: 1;
      right: 15px;
      top: 15px;
      cursor: pointer; }
      .content_popup .popup_container .close_btn svg path {
        fill: #000;
        transition: .3s; }
      .content_popup .popup_container .close_btn:hover svg path {
        fill: #366A75; }
    .content_popup .popup_container .popup_carousel {
      width: 100%; }
      .content_popup .popup_container .popup_carousel .owl-stage-outer {
        overflow-x: hidden; }
        .content_popup .popup_container .popup_carousel .owl-stage-outer .owl-stage:after {
          content: '';
          display: block;
          clear: both; }
        .content_popup .popup_container .popup_carousel .owl-stage-outer .owl-stage .owl-item {
          float: left;
          padding: 0 30px; }
      .content_popup .popup_container .popup_carousel .owl-dots {
        display: none; }
      .content_popup .popup_container .popup_carousel .owl-nav {
        font-size: 0;
        margin-top: 20px;
        padding-top: 20px;
        padding-left: 30px;
        padding-right: 30px;
        position: relative; }
        .content_popup .popup_container .popup_carousel .owl-nav:before {
          content: '';
          top: 0;
          left: 30px;
          right: 30px;
          height: 1px;
          background: rgba(0, 0, 0, 0.19);
          position: absolute; }
        .content_popup .popup_container .popup_carousel .owl-nav button {
          border: none;
          background: transparent;
          display: inline-block;
          margin-right: 10px;
          padding: 0; }
          @media (max-width: 500px) {
            .content_popup .popup_container .popup_carousel .owl-nav button {
              margin-right: 5px; } }
          .content_popup .popup_container .popup_carousel .owl-nav button svg path {
            fill: #366A75;
            transition: .3s; }
          .content_popup .popup_container .popup_carousel .owl-nav button.disabled svg path, .content_popup .popup_container .popup_carousel .owl-nav button:hover svg path {
            fill: #000 !important; }
    .content_popup .popup_container .popup_icon-container {
      background: #F3F3F3;
      position: relative;
      height: 120px;
      width: 100%; }
      .content_popup .popup_container .popup_icon-container .popup_icon {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-50%) translateY(-50%);
        width: auto;
        height: 60px; }
        .content_popup .popup_container .popup_icon-container .popup_icon path {
          fill: #000; }
    .content_popup .popup_container .popup_content {
      margin-top: 30px; }
      .content_popup .popup_container .popup_content .popup_title {
        font-family: 'Satoshi-Bold', arial, sans-serif;
        font-weight: 700;
        font-size: 32px;
        text-transform: uppercase;
        margin: 0;
        padding: 0; }
        @media (max-width: 991px) {
          .content_popup .popup_container .popup_content .popup_title {
            font-size: 28px; } }
        @media (max-width: 767px) {
          .content_popup .popup_container .popup_content .popup_title {
            font-size: 24px; } }
        @media (max-width: 476px) {
          .content_popup .popup_container .popup_content .popup_title {
            font-size: 20px; } }
      .content_popup .popup_container .popup_content .popup_text {
        font-size: 16px;
        color: #000;
        font-family: 'Satoshi-Medium', arial, sans-serif;
        font-weight: 500;
        margin: 0;
        margin-top: 20px; }
  .content_popup.boxes_popup-first {
    position: absolute;
    background: #366A75;
    left: 20px;
    right: 20px;
    bottom: 10px; }
    @media (max-width: 476px) {
      .content_popup.boxes_popup-first {
        display: none; } }
    .content_popup.boxes_popup-first .popup_container {
      width: 100%;
      max-height: 100%;
      max-width: 100%;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      transform: none;
      background: transparent;
      padding: 50px; }
      .content_popup.boxes_popup-first .popup_container .close_btn svg path {
        fill: #fff; }
      .content_popup.boxes_popup-first .popup_container .close_btn:hover svg path {
        fill: #000; }
      .content_popup.boxes_popup-first .popup_container .carousel_slide {
        display: none; }
        .content_popup.boxes_popup-first .popup_container .carousel_slide.active {
          display: block; }
      .content_popup.boxes_popup-first .popup_container .popup_no {
        font-family: 'Satoshi-Bold', arial, sans-serif;
        font-weight: 500;
        font-size: 24px;
        color: #fff;
        display: block;
        position: absolute;
        z-index: 1;
        left: 50px;
        top: 50px; }
      .content_popup.boxes_popup-first .popup_container .popup_content {
        position: absolute;
        left: 50px;
        right: 50px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0; }
        .content_popup.boxes_popup-first .popup_container .popup_content .popup_title {
          color: #fff; }
        .content_popup.boxes_popup-first .popup_container .popup_content .popup_text {
          color: #fff; }

#map {
  width: 100%;
  height: 600px;
  display: none; }
  @media (max-width: 767px) {
    #map {
      height: 500px; } }
  @media (max-width: 476px) {
    #map {
      height: 400px; } }
  #map.active {
    display: block; }

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