@charset "UTF-8";
@import 'reset-min.css';
@import 'plugins.css';
@import "ImgComp.css";
@import 'grid.css';
@import 'helper.css';
@import 'animation.css';
.color-primary {
  color: #006CE4 !important;
}

.color-secondary {
  color: #05141F !important;
}

.color-white {
  color: #fff !important;
}

.color-gray {
  color: #F7F7F7 !important;
}

.color-gray2 {
  color: #959595 !important;
}

.color-text-alt {
  color: unset !important;
}

.bg-primary {
  background-color: #006CE4 !important;
}

.bg-secondary {
  background-color: #05141F !important;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #F7F7F7 !important;
}

.bg-gray2 {
  background-color: #959595 !important;
}

.bg-text-alt {
  background-color: unset !important;
}

.ff-alt {
  font-family: "Roboto", sans-serif;
}

/* Preloader */
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  background-attachment: fixed;
  background-size: cover;
  z-index: 9999999999;
  line-height: 100vh;
  text-align: center;
  color: #fff;
}

.preloader-in, .preloader-in2 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.3);
  z-index: 15000;
  text-align: center;
  color: #fff;
}

.preloader-in .spinner {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  line-height: 100vh;
}

/* colory */
.header {
  position: fixed;
  display: flex;
  z-index: 999;
  width: 100%;
  left: 0;
  top: 0;
  transition: background-color 0.2s;
}
.header .i-wrapper {
  margin-left: auto;
  display: flex;
  align-items: center;
  background-color: white;
  padding: 25px 30px 25px 60px;
  transition: all 0.3s;
}
.header .i-wrapper .i-logo {
  display: block;
  margin-right: 20px;
}
.header .i-wrapper .i-menu-opener {
  display: none;
}
.header .i-wrapper .bx-partner {
  color: black;
}
.header .i-wrapper .bx-partner .i-partner-in2 {
  display: none;
}
.header .i-wrapper .bx-partner img {
  margin-left: 20px;
}
.header .i-mobile-menu {
  display: none;
}

.header.scroll {
  background: black;
}
.header.scroll .i-wrapper {
  background: black;
}
.header.scroll .i-wrapper .bx-partner {
  color: white;
}
.header.scroll .i-wrapper .bx-partner .i-partner-in1 {
  display: none;
}
.header.scroll .i-wrapper .bx-partner .i-partner-in2 {
  display: inline-block;
}
.header.scroll .i-menu-opener {
  width: 60px;
  background-color: #006CE4;
  height: 100%;
  position: absolute;
  right: 0;
  animation: fadeIn 0.2s 0.2s ease-in-out both;
}
.header.scroll .i-menu-opener .hamburger {
  width: 32px;
  height: 3px;
  background: black;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}
.header.scroll .i-menu-opener .hamburger:before {
  top: -13px;
}
.header.scroll .i-menu-opener .hamburger:after {
  top: 13px;
}
.header.scroll .i-menu-opener .hamburger:before, .header.scroll .i-menu-opener .hamburger:after {
  content: "";
  position: absolute;
  width: 32px;
  height: 3px;
  background: black;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

@media all and (max-width: 1150px) {
  /* ##### HEADER ##### */
  .header {
    height: 62px;
    padding: 0;
  }
  .header .i-wrapper {
    padding: 10px 20px;
    clip-path: unset;
    width: 100%;
    justify-content: space-between;
    align-items: center;
  }
  .header .i-wrapper .bx-partner {
    height: 40px;
  }

  .header.scroll .i-wrapper {
    /* OPENED*/
  }
  .header.scroll .i-wrapper .bx-partner {
    animation: movePartner 0.2s linear forwards;
  }
  .header.scroll .i-wrapper .i-menu-opener {
    width: 60px;
    background-color: #006CE4;
    height: 100%;
    position: absolute;
    right: 0;
    display: block;
    animation: fadeIn 0.2s 0.2s ease-in-out both;
    top: 0;
  }
  .header.scroll .i-wrapper .i-menu-opener .hamburger {
    width: 32px;
    height: 3px;
    background: #fff;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
  }
  .header.scroll .i-wrapper .i-menu-opener .hamburger:before {
    top: -13px;
  }
  .header.scroll .i-wrapper .i-menu-opener .hamburger:after {
    top: 13px;
  }
  .header.scroll .i-wrapper .i-menu-opener .hamburger:before, .header.scroll .i-wrapper .i-menu-opener .hamburger:after {
    content: "";
    position: absolute;
    width: 32px;
    height: 3px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
  }
  .header.scroll .i-wrapper .i-menu-opener.open {
    background-color: black;
  }
  .header.scroll .i-wrapper .i-menu-opener.open .hamburger {
    background: black;
  }
  .header.scroll .i-wrapper .i-menu-opener.open .hamburger:before, .header.scroll .i-wrapper .i-menu-opener.open .hamburger:after {
    background-color: #fff;
  }
  .header.scroll .i-wrapper .i-menu-opener.open .hamburger:before {
    transform: translateY(12px) rotate(-45deg);
  }
  .header.scroll .i-wrapper .i-menu-opener.open .hamburger:after {
    transform: translateY(-14px) rotate(45deg);
  }
  .header.scroll .i-mobile-menu.open {
    display: block;
    position: absolute;
    top: 62px;
    width: 101%;
    left: 0%;
    background-color: #fff;
    font-size: 35px;
    color: black;
  }
  .header.scroll .i-mobile-menu.open li:nth-child(odd) {
    animation: fadeInLeft 0.2s 0s both linear;
  }
  .header.scroll .i-mobile-menu.open li:nth-child(even) {
    animation: fadeInRight 0.2s 0s both linear;
  }
  .header.scroll .i-mobile-menu.open a {
    text-decoration: none;
    padding: 10px;
    height: 59px;
    border-bottom: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: black;
    color: white;
    font-size: 27px;
  }
  .header.scroll .i-mobile-menu.open a.active {
    color: #006CE4;
  }
}
@media all and (max-width: 440px) {
  .header.scroll .i-logo img,
.header.scroll .bx-partner img {
    height: 16px !important;
  }

  .header.scroll .bx-partner img {
    margin-left: 10px !important;
  }

  .bx-partner {
    font-size: 8px !important;
  }
}
.bx-main-nav {
  position: fixed;
  z-index: 90;
  left: -340px;
  top: 40%;
  width: 244px;
  height: 86px;
  transition: left 0.2s ease-in-out, opacity 0.2s ease-in-out;
}
.bx-main-nav .i-prev, .bx-main-nav .i-next {
  width: 150px;
  height: 25px;
  background: black;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  position: absolute;
  top: -12.5px;
  right: 25px;
  z-index: 50;
}
.bx-main-nav .i-prev:hover, .bx-main-nav .i-next:hover {
  background: #006CE4;
}
.bx-main-nav .i-next {
  top: unset;
  bottom: -12.5px;
}
.bx-main-nav ul {
  width: 100%;
  height: 100%;
}
.bx-main-nav ul li {
  width: 100%;
  height: 100%;
  position: absolute;
}
.bx-main-nav ul li a {
  height: 100%;
  padding-left: 45px;
  display: none;
  background-color: #F7F7F7;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  color: black;
  position: relative;
  z-index: 10;
  pointer-events: none;
  text-transform: uppercase;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 3px;
}
.bx-main-nav ul li a.active {
  display: flex;
}
.bx-main-nav ul li a span {
  margin-bottom: 15px;
}
.bx-main-nav.active {
  left: -4px;
}

@media all and (max-width: 1605px) {
  .bx-main-nav {
    width: 200px;
  }
  .bx-main-nav li a {
    padding-left: 0 !important;
  }
}
@media all and (max-width: 1525px) {
  .bx-main-nav {
    transform: scale(0.7);
    transform-origin: left;
  }
}
@media all and (max-width: 1350px) {
  .bx-main-nav {
    transform: scale(0.5);
    transform-origin: left;
  }
}
@media all and (max-width: 1150px) {
  .bx-main-nav {
    display: none;
  }
}
/* ##### BX-HOVER-PHOTO ##### */
.bx-hover-photo {
  position: relative;
  overflow: hidden;
  cursor: pointer;
  max-height: 520px;
  height: 390px;
  z-index: 2;
}
.bx-hover-photo .i-ico {
  background-color: #006CE4;
  width: 70px;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  position: absolute;
  right: 0;
  bottom: calc(50% - 20px);
  text-align: center;
  padding-right: 15px;
  color: #fff;
  z-index: 4;
  transition: all 0.4s;
}
.bx-hover-photo .i-desc {
  font-family: "Roboto", sans-serif;
  padding: 40px;
  text-align: left;
  background-color: #05141F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  transition: all 0.2s ease-in-out;
  z-index: 6;
  animation: fadeIn 0.4s linear;
  flex-direction: column;
  justify-content: center;
  color: #fff;
}
.bx-hover-photo .i-desc p:first-child {
  border-bottom: 1px solid #006CE4;
  padding-bottom: 10px;
  font-weight: 700;
}
.bx-hover-photo:hover .i-desc {
  display: flex;
}
.bx-hover-photo img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.bx-separator {
  display: block;
  height: 140px;
  width: calc(100% - 450px);
  margin: 0 auto;
  position: relative;
}
.bx-separator:before, .bx-separator:after {
  content: "";
  position: absolute;
  height: 50%;
  width: 50%;
}
.bx-separator:before {
  top: 0;
  left: 0;
  border-radius: 0 0 0 0;
  border-left: 4px solid #006CE4;
  border-bottom: 4px solid #006CE4;
}
.bx-separator:after {
  top: calc( 50% - 4px );
  left: 50%;
  height: calc( 50% + 4px );
  border-radius: 0 0 0 0;
  border-right: 4px solid #006CE4;
  border-top: 4px solid #006CE4;
}

@media all and (max-width: 1350px) {
  .bx-separator {
    width: calc(100% - 450px);
  }
}
@media all and (max-width: 1150px) {
  .bx-separator {
    width: 100%;
  }
}
/* ##### BX-ACCORDION ##### */
.bx-accordion ul {
  width: calc(100% + 2px);
  counter-reset: my-counter-accordion;
  background: #f0f0f0;
  display: flex;
}
.bx-accordion ul li {
  position: relative;
  transition: flex-grow 0.8s ease-in-out;
  flex: 0 1 auto;
  background-size: cover;
  background-position: center center;
  height: 520px;
  width: 62px;
  border-right: 2px solid white;
}
.bx-accordion ul li.active {
  flex: 1 1 auto;
  padding-right: 0;
}
.bx-accordion ul li .i-in1, .bx-accordion ul li .i-mobile {
  background: #006CE4;
  color: #fff;
  width: 60px;
  outline: none !important;
  position: absolute;
  border: none;
  z-index: 11;
  left: 0;
  bottom: 0;
  cursor: pointer;
  display: block;
  height: 100%;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.bx-accordion ul li .i-in1 span, .bx-accordion ul li .i-mobile span {
  font-size: 20px;
  line-height: 60px;
  transform: rotate(-90deg);
  position: absolute;
  bottom: 250px;
  right: -170px;
  width: 400px;
  margin: 0;
  text-align: left;
}
.bx-accordion ul li .i-in1:after, .bx-accordion ul li .i-mobile:after {
  counter-increment: my-counter-accordion;
  content: counters(my-counter-accordion, ".", decimal-leading-zero);
  position: absolute;
  bottom: 16px;
  left: 0;
  font-size: 36px;
  line-height: 1;
  width: 100%;
  text-align: center;
  height: 40px;
  border-radius: 30px 30px 0 0;
  font-weight: 300;
}
.bx-accordion ul li .i-in2 {
  width: 100%;
  overflow: hidden;
  opacity: 1;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
}
.bx-accordion ul li .i-in2 img {
  display: none;
}
.bx-accordion ul li .i-in2 .i-desc {
  background-color: #05141F;
  position: absolute;
  bottom: 0;
  left: 60px;
  transition: opacity 0.3s ease-in-out;
  color: white;
  font-size: 17px;
  line-height: 1.4;
  opacity: 0;
  width: calc(100% - 60px);
  padding: 30px 5% 30px 20px;
}
.bx-accordion ul li .i-in2:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.42);
  position: absolute;
  z-index: 10;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: background 0.2s ease-in-out;
}
.bx-accordion ul li.active .i-in2 .i-desc {
  opacity: 1;
}
.bx-accordion ul li.active .i-in2:after {
  background: rgba(0, 0, 0, 0);
}
.bx-accordion ul .i-mobile {
  display: none;
}

.bx-accordion .active .i-in1,
.bx-accordion .i-in1:hover,
.bx-accordion .i-in1:focus {
  background: #05141F;
  border-right: 2px solid white;
  border-left: none;
}

.i-mobile1 {
  display: none;
}

@media (max-width: 768px) {
  .bx-accordion ul {
    display: block;
    overflow: hidden;
  }
  .bx-accordion ul li {
    width: 100% !important;
    background: none !important;
    height: auto;
    border-bottom: 2px solid #fff;
    border-left: unset;
  }
  .bx-accordion ul li .i-in1 {
    width: calc(100% + 2px);
    border: none;
    padding: 15px;
    margin: 0;
    min-height: 70px;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    position: relative;
  }
  .bx-accordion ul li .i-in1 span {
    height: auto;
    position: initial;
    width: 100%;
    text-align: left;
    display: block;
    line-height: 1.4;
    transform: none;
    font-weight: 700;
  }
  .bx-accordion ul li .i-in1:after {
    top: 0;
    left: 25px;
    height: 100%;
    width: unset !important;
    line-height: 50px;
    position: static;
    margin-right: 15px;
  }
  .bx-accordion ul li .i-in2 {
    position: initial;
    height: 0;
    opacity: 0;
    width: 100% !important;
  }
  .bx-accordion ul li .i-in2 img {
    display: block !important;
    max-height: 60vw;
  }
  .bx-accordion ul li .i-in2 .i-desc {
    position: inherit;
    transition: none !important;
    padding: 20px 25px;
    width: 100% !important;
  }
  .bx-accordion ul li .i-in2 .i-desc:before {
    display: none;
  }
  .bx-accordion ul li.active {
    width: 100%;
  }
  .bx-accordion ul li.active .i-desc {
    padding: 20px 25px 20px 31px;
  }
  .bx-accordion ul li.active .i-in2 {
    height: auto;
    opacity: 1;
  }
}
.text-hover {
  cursor: help;
  padding: 2px 0;
  margin-bottom: 20px;
}
.text-hover .text-hover-in {
  background-color: #05141F;
  color: #fff;
  display: inline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -o-box-decoration-break: clone;
  -ms-box-decoration-break: clone;
  vertical-align: middle;
  position: relative;
  top: 0;
  padding: 3px 10px;
  font-weight: 400;
  transition: all 0.3s;
}
.text-hover .i-circle {
  display: block;
  z-index: 9999998;
  position: absolute;
  width: 26px;
  height: 26px;
  left: -27px;
  margin-top: -26px;
  background: #05141F;
  transition: all 0.3s;
}
.text-hover .i-circle.v-quote {
  color: #fff;
  width: 50px;
  height: 50px;
  left: -50px;
}
.text-hover .i-circle.v-quote:before {
  font-size: 60px;
  content: "“";
  position: absolute;
  top: -8px;
  left: 13px;
}
.text-hover .text-hover-desc {
  background-color: #fff;
  color: #05141F;
  position: absolute;
  z-index: 9999997;
  left: 0;
  transform: translateX(calc(-100% - 4px));
  width: 225px;
  max-width: 100%;
  text-align: right;
  display: none;
  line-height: 21px;
  opacity: 0;
  transition: all 10s;
}
.text-hover .text-hover-desc .i-details div {
  position: relative;
}
.text-hover .text-hover-desc .i-details h4 {
  border-bottom: 1px solid #006CE4;
  padding: 10px 20px;
  margin: 0 !important;
  font-weight: 700;
  line-height: 1.5;
}
.text-hover .text-hover-desc .i-details p {
  padding: 10px 20px;
  font-weight: 400;
  line-height: 1.6;
}
.text-hover .text-hover-desc .i-details p.bx-quote {
  border-top: 1px solid #006CE4;
  border-bottom: 1px solid #006CE4;
  margin-top: 24px;
}
.text-hover .text-hover-desc .i-details ul li {
  border-top: 1px solid #006CE4;
  padding: 10px 20px;
}
.text-hover .text-hover-desc .i-details ul li:first-child {
  border: none;
}
.text-hover:hover .text-hover-in {
  background-color: #006CE4;
}
.text-hover:hover .i-circle {
  background-color: #006CE4;
}
.text-hover:hover .text-hover-desc {
  opacity: 1;
}

article:nth-child(even) .text-hover .text-hover-desc {
  left: auto;
  right: 0;
  transform: translateX(calc(100% + 4px));
  text-align: left;
}
article:nth-child(even) .text-hover .i-circle {
  left: unset;
  right: -27px;
}
article:nth-child(even) .text-hover .i-circle.v-quote {
  right: -50px;
}

.text-hover.v-active {
  position: absolute;
  left: 0 !important;
}
.text-hover.v-active .text-hover-desc {
  display: inline-block;
  transform: translateY(-8px);
}

@media all and (max-width: 1760px) {
  .text-hover .text-hover-desc {
    width: 225px;
    /*
    left: -225px - $layout-border-width;
    */
  }

  article:nth-child(even) .text-hover .text-hover-desc {
    /*
    right: -225px - $layout-border-width;
    */
  }
}
@media all and (max-width: 1150px) {
  .text-hover .text-hover-desc {
    transform: translateX(0) translateY(-10px);
  }
  .text-hover .i-circle {
    display: none;
  }
  .text-hover .i-details {
    border: 1px solid #006CE4;
  }
  .text-hover .i-details p.bx-quote {
    margin-top: 0 !important;
  }

  article:nth-child(even) .text-hover .text-hover-desc {
    transform: translateX(0) translateY(-10px);
  }

  .text-hover.v-active {
    position: relative;
    left: -25px !important;
  }
  .text-hover.v-active .text-hover-desc {
    display: block;
    position: relative;
    width: calc(100% + 50px) !important;
    transform: translateY(10px);
  }
}
/* --------------------- */
/* Global configuration */
/* --------------------- */
.slick-slider {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  display: block;
  margin-bottom: 0;
  margin-right: 0;
}
.slick-slider.slick-initialized .slick-slide {
  display: block !important;
}
.slick-slider.slick-loading .slick-slide {
  visibility: hidden !important;
}
.slick-slider.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent !important;
}
.slick-slider *:focus {
  outline: 0;
}
.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
}
.slick-loading .slick-slider .slick-list {
  background: #fff url("../../img/ajax-loader.gif") center center no-repeat;
}
.slick-slider .slick-list.dragging {
  cursor: hand;
}
.slick-slider .slick-list .slick-track {
  transform: translate3d(0, 0, 0);
  display: block;
  /*.item*/
}
.slick-slider .slick-list .slick-track.slick-loading {
  visibility: hidden;
}
.slick-slider .slick-list .slick-track:before, .slick-slider .slick-list .slick-track:after {
  content: "";
  display: table;
}
.slick-slider .slick-list .slick-track:after {
  clear: both;
}
.slick-slider .slick-list .slick-track .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
  border-radius: 0;
}
[dir=rtl] .slick-slider .slick-list .slick-track .slick-slide {
  float: right;
}
.slick-slider .slick-list .slick-track .slick-slide img {
  display: inline-block;
}
.slick-loading .slick-slider .slick-list .slick-track .slick-slide img {
  display: none;
}
.dragging .slick-slider .slick-list .slick-track .slick-slide img {
  pointer-events: none;
}
.slick-slider .slick-arrow {
  position: absolute;
  z-index: 10;
  display: flex;
  width: 70px;
  height: 40px;
  cursor: pointer;
  top: 50%;
  margin-top: -20px;
  padding: 0;
  color: #fff;
  background: black;
  align-items: center;
  justify-content: center;
  border: none;
}
.slick-slider .slick-arrow.slick-disabled {
  opacity: 0.3;
}
.slick-slider .slick-arrow:hover {
  background: #006CE4;
}
.slick-slider .slick-arrow.slick-next:before {
  content: "";
  position: absolute;
  right: 15px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(-90deg);
  transform-origin: center;
}
.slick-slider .slick-arrow.slick-prev:before {
  content: "";
  position: absolute;
  left: 15px;
  background-image: url("../img/arrow.png");
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  transform: rotate(90deg);
  transform-origin: center;
}
.slick-slider .slick-dots {
  position: absolute;
  bottom: 25px;
  left: 0;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-slider .slick-dots li {
  position: relative;
  z-index: 10;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-slider .slick-dots li button {
  background: transparent;
  display: block;
  width: 12px;
  height: 12px;
  line-height: 1px;
  font-size: 1px;
  color: transparent;
  padding: 0;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
.slick-slider .slick-dots li button.slick-active, .slick-slider .slick-dots li button:hover, .slick-slider .slick-dots li button:focus {
  outline: none;
  background: #fff;
}

/* --------------------- */
/* Slider 01 */
/* --------------------- */
.gallery-slick01 .slick-list {
  padding: 0 30% 0 0 !important;
}
.gallery-slick01 .slick-list .item {
  position: relative;
  border: 1px solid #fff;
}
.gallery-slick01 .slick-list .item .i-img {
  background: #000;
}
.gallery-slick01 .slick-list .item .i-img img {
  height: 400px;
  width: 100%;
  display: block;
  object-fit: cover;
  object-position: center center;
  transition: opacity 0.2s ease-in-out;
}
.item.slick-center .i-img .gallery-slick01 .slick-list .item .i-img img {
  opacity: 1 !important;
}
.gallery-slick01 .slick-prev {
  right: 30.1%;
}
.gallery-slick01 .slick-next {
  left: 70.25%;
}

@media all and (max-width: 991px) {
  .gallery-slick01 .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .gallery-slick01 .slick-list .item .i-img img {
    height: 50vw;
  }
  .gallery-slick01 .slick-arrow {
    width: 50px;
  }
  .gallery-slick01 .slick-arrow.slick-prev {
    right: 15%;
  }
  .gallery-slick01 .slick-arrow.slick-prev:after {
    margin-left: 10px;
  }
  .gallery-slick01 .slick-arrow.slick-next {
    left: 85.5%;
  }
  .gallery-slick01 .slick-arrow.slick-next:after {
    margin-left: -10px;
  }
}
@media all and (max-width: 460px) {
  .gallery-slick01 .slick-list {
    padding: 0 15% 0 0 !important;
  }
  .gallery-slick01 .slick-list .item .i-img img {
    height: 50vw;
  }
  .gallery-slick01 .slick-arrow {
    width: 40px;
    height: 30px;
  }
  .gallery-slick01 .slick-arrow.slick-prev {
    right: 15%;
  }
  .gallery-slick01 .slick-arrow.slick-next {
    left: 85.5%;
  }
}
/* ##### BX-HOTPOINTS ##### */
.bx-hotpoints {
  position: relative;
  height: 470px;
  background-size: cover;
  background-position: center center;
}
.bx-hotpoints .i-diamond {
  z-index: 100;
  display: block;
  position: absolute;
  width: 39px;
  height: 40px;
  cursor: help;
  background: #006CE4;
  border: 2px solid #fff;
  animation: pulse 2s infinite;
  transition: all 0.3s;
}
.bx-hotpoints .i-diamond::after {
  content: "+";
  font-size: 24px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: -4px;
  color: white;
  transition: all 0.3s;
}
.bx-hotpoints .i-diamond.active {
  background-color: #05141F;
}
.bx-hotpoints .i-diamond.active::after {
  transform: rotate(45deg) translateX(2px);
}
.bx-hotpoints .i-diamond.v1 {
  top: 55%;
  left: 55%;
}
.bx-hotpoints .i-diamond.v2 {
  top: 30%;
  left: 85%;
}
.bx-hotpoints .i-diamond.v3 {
  top: 79%;
  left: 32%;
}
.bx-hotpoints .bx-hotpoints-texts .i-text {
  display: none;
  background-color: #05141F;
  color: white;
  padding: 20px 30px;
  font-size: 14px;
}
.bx-hotpoints .bx-hotpoints-texts .i-text.active {
  display: block;
  animation: fadeIn 0.5s 0s linear forwards;
}

/* #### RESPONSIBLE WEB DESIGN #### */
@media (min-width: 1100px) {
  #htp1, #htp2, #htp3, #htp4 {
    position: absolute;
    width: 252px;
  }

  #htp1 {
    top: calc(55% + 20px);
    left: calc(55% - 106px);
  }

  #htp2 {
    top: calc(30% + 20px);
    left: calc(85% - 106px);
  }

  #htp3 {
    top: calc(79% + 20px);
    left: calc(32% - 106px);
  }

  .bx-hotpoints-texts .i-text {
    padding: 30px 30px 20px 30px;
    background-color: #05141F;
  }
}
@media all and (max-width: 991px) {
  .bx-hotpoints {
    height: 58vw;
  }

  .bx-hotpoints .i-diamond {
    transform: scale(0.7);
  }
}
.bx-grid-gallery {
  max-height: 500px;
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-rows: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr 1fr 1fr;
  gap: 2px;
  grid-template-areas: "img1 img2" "img1 img2" "img1 img4" "img3 img4" "img3 img4";
  align-content: space-between;
}
.bx-grid-gallery .img1 {
  grid-area: img1;
}
.bx-grid-gallery .img2 {
  grid-area: img2;
}
.bx-grid-gallery .img3 {
  grid-area: img3;
}
.bx-grid-gallery .img4 {
  grid-area: img4;
}
.bx-grid-gallery img {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%;
}

/*@media all and (max-width: 1150px){
  .bx-grid-gallery{
    min-height: 75vw;
  }
}*/
@media all and (max-width: 440px) {
  .bx-grid-gallery {
    max-height: unset;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-areas: "img1" "img2" "img3" "img4";
  }
}
html {
  background: #fff;
}

body {
  background: white;
  color: #05141F;
  font-family: "Inter", sans-serif;
  line-height: 1.6 !important;
  position: relative;
  overflow-x: hidden;
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  counter-reset: my-counter;
  font-weight: 400;
}

h1, h2, h3, h4, h5 {
  font-weight: 600;
  color: black;
  line-height: 1.27;
  margin: 0 0 20px 0;
  text-transform: uppercase;
}

h1 {
  font-size: 60px;
}

h2 {
  font-size: 30px;
  margin: 20px 0;
}

h3 {
  font-size: 22px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h1 a, h2 a, h3 a, h4 a, h5 a,
a h1, a h2, a h3, a h4, a h5 {
  color: black;
}

h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover,
a:hover h1, a:hover h2, a:hover h3, a:hover h4, a:hover h5 {
  color: #a29791;
}

p {
  margin-bottom: 28px;
}

a {
  text-decoration: none;
  color: black;
}
a:hover {
  color: #a29791;
}

p a, label a, table a:not(.btn), li a {
  color: #0083be;
  text-decoration: none;
}

p a:hover, label a:hover, table a:not(.btn):hover, li a:hover,
p a:focus, label a:focus, table a:not(.btn):focus, li a:focus {
  color: #a29791;
}

img {
  max-width: 100%;
  vertical-align: middle;
  max-height: 100%;
}

/* ##### COMMONS ##### */
main {
  min-height: 300px;
}

.section-padding {
  padding-top: 40px;
  padding-bottom: 40px;
}

.anchor {
  position: absolute;
  z-index: -1;
  top: -85px;
  display: block;
}

article:not(:first-child) .anchor {
  top: 47px;
}

.bx-partner {
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: white;
  letter-spacing: 2px;
  display: flex;
  align-items: center;
  justify-content: end;
  text-align: right;
  margin-left: 15px;
}

.youtube-video-static {
  display: block;
}

article .bx-main {
  width: calc(100% - 225px);
  padding: 15px 0 15px 115px;
  background: white;
  border-left: 4px solid #006CE4;
  order: 2;
  position: relative;
  z-index: 10;
}
article .bx-main .bx-main-in1 {
  padding: 0 130px 0 0;
}
article .bx-main-first {
  border-radius: 0 0 0 0;
  border-top: 4px solid #006CE4;
  position: relative;
}
article .bx-main-first:before {
  content: "";
  position: absolute;
  display: block;
  left: 1px;
  top: -4px;
  width: 100vw;
  height: 100vh;
  background-color: #fff;
  z-index: -1;
  transform: rotate(-5deg);
  transform-origin: left 0;
  border-top: 4px solid #006CE4;
}
article .bx-main-first:after {
  content: "";
  display: block;
  left: 100%;
  top: -4px;
  width: 100vw;
  height: 100%;
  background-color: white;
  position: absolute;
}
article .i-row {
  display: flex;
}
article .i-row .bx-aside {
  padding: 15px 0 15px 15px;
  width: 225px;
  position: relative;
}
article:nth-child(even) .bx-main {
  padding: 15px 115px 15px 0;
  border-left: unset;
  border-right: 4px solid #006CE4;
}
article:nth-child(even) .bx-main .bx-main-in1 {
  padding: 0 0 0 130px;
}
article:nth-child(even) .i-row {
  flex-direction: row-reverse;
}

.bx-step {
  color: #fff;
  background-image: url("../img/baloon.png");
  background-size: cover;
  width: 118px;
  height: 145px;
  position: absolute;
  z-index: 100;
  left: 225px;
  transform: translate(-50%, -50%);
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  padding-bottom: 10px;
}
.bx-step span {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
  display: block;
}
article:nth-child(even) .bx-step {
  right: 225px;
  left: auto;
  transform: translate(50%, -50%);
}

.bx-main-photo {
  margin-bottom: -130px;
  position: relative;
}
.bx-main-photo .i-text {
  position: absolute;
  top: 13vw;
  right: 22vw;
  font-weight: 300;
  letter-spacing: 0.05em;
}
.bx-main-photo .i-text span {
  font-weight: 500;
  color: #006CE4;
}
.bx-main-photo img {
  width: 100%;
  object-fit: cover;
  height: 44vw;
}

.bx-social a {
  background-color: black;
  width: 70px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 20px;
  display: inline-block;
  color: #fff;
  transition: 0.5s;
  margin-left: 20px;
}
.bx-social a:nth-child(2) {
  margin-left: 3px;
}
.bx-social a:hover, .bx-social afocus {
  background: #006CE4;
}

.bx-float-paragraph .i-image {
  float: left;
  margin-right: 18px;
  margin-top: 8px;
}
.bx-float-paragraph .i-text:after {
  clear: both;
}

.bx-video {
  margin-bottom: 30px;
}
.bx-video iframe {
  aspect-ratio: 16/9;
}

.bx-img-desc {
  position: relative;
  margin-bottom: 30px;
}
.bx-img-desc img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.bx-img-desc p {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  background: black;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.37;
  color: white;
  padding: 10px 20px;
}

.bx-quote-box {
  display: flex;
  align-items: center;
  padding: 20px 0;
  font-style: italic;
  border-bottom: 1px solid #006CE4;
  border-top: 1px solid #006CE4;
  margin-bottom: 20px;
}
.bx-quote-box img {
  margin-right: 20px;
}
.bx-quote-box p:last-child {
  margin-bottom: 0 !important;
}

.ico-go-top {
  background: url(../img/ico-go-top.png) no-repeat;
  background-size: contain;
  width: 48px;
  height: 48px;
  position: fixed;
  z-index: 90;
  right: 10px;
  bottom: 10px;
  opacity: 0.5;
  display: none;
  cursor: pointer;
}
.ico-go-top:hover, .ico-go-top:focus {
  opacity: 0.8;
}

.footer {
  background: black;
  color: whitesmoke !important;
  position: relative;
  z-index: 10;
}
.footer a, .footer a:visited, .footer a:focus, .footer a:hover {
  color: whitesmoke !important;
  cursor: pointer;
}
.footer .container-fluid {
  padding: 20px 30px;
}
.footer .container-fluid p {
  font-size: 12px;
  margin: 0;
}
.footer .container-fluid .i-logo img {
  width: 59px;
  height: 34px;
  margin-left: 5px;
}

@media all and (max-width: 1525px) {
  .container {
    max-width: 1000px;
  }

  h2 {
    font-size: 32px !important;
  }

  article .bx-main {
    padding: 15px 0 15px 50px;
  }
  article .bx-main .bx-main-in1 {
    padding: 0 50px 0 0;
  }

  article:nth-child(2n) .bx-main {
    padding: 15px 50px 15px 0;
  }
  article:nth-child(2n) .bx-main .bx-main-in1 {
    padding: 0 0 0 50px;
  }

  .bx-step {
    transform: translate(-50%, -50%) scale(0.8);
  }

  article:nth-child(2n) .bx-step {
    transform: translate(50%, -50%) scale(0.8);
  }
}
@media all and (max-width: 1350px) {
  /* ##### BX-MAIN-PHOTO ##### */
  .bx-main-photo h1 {
    font-size: 40px !important;
  }
}
@media all and (max-width: 1150px) {
  /* ##### BX-ASIDE ##### */
  .pl-25-only-to-1150 {
    padding-left: 25px;
  }

  .bx-aside {
    width: 0 !important;
    padding: 0 !important;
  }

  article .bx-main {
    width: 100% !important;
    padding: 15px 0 !important;
  }
  article .bx-main .bx-main-in1 {
    padding: 0 25px !important;
  }

  /* ##### BX-STEP ##### */
  .bx-step {
    transform: scale(0.6) translateY(-60%) !important;
    left: 0;
  }
  article:nth-child(even) .bx-step {
    right: 0;
    left: unset;
  }

  /*#### text hover ####*/
  .text-hover-desc {
    left: -1px;
  }

  article:nth-child(2n) .text-hover-desc {
    right: -1px;
  }

  .text-hover.v-offset .text-hover-desc, .text-hover.v-offset .i-circle {
    margin-top: -25px;
  }

  /*#### ico-go-top ####*/
  .ico-go-top {
    transform: scale(0.8);
    transform-origin: right;
  }
}
@media all and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1, .h1 {
    font-size: 30px;
  }

  h2, .h2 {
    font-size: 24px !important;
    margin-top: 20px !important;
  }

  h3, .h3 {
    font-size: 20px;
  }

  .anchor {
    top: -70px !important;
  }

  .bx-main-photo {
    margin-bottom: -40px;
    margin-top: 60px;
  }
  .bx-main-photo .i-text {
    top: 11vw;
    right: 14vw;
    font-size: 24px !important;
  }
}
@media all and (max-width: 768px) {
  /* ##### ICO-GO-TOP ##### */
  .ico-go-top {
    width: 40px;
    height: 40px;
    bottom: 10px;
  }

  .bx-step {
    left: -9px !important;
    text-align: center !important;
    padding: 5px !important;
    top: -31px !important;
    transform: scale(0.5) translate(50%, -50%) !important;
  }
  .bx-main-first .bx-step {
    top: 50px !important;
  }
}
@media all and (max-width: 500px) {
  .bx-social {
    width: 100%;
    text-align: right;
    margin-top: 10px;
  }

  .bx-float-paragraph img {
    width: 100%;
    margin-bottom: 10px;
  }
  .bx-float-paragraph .i-text {
    margin: 15px 0 !important;
  }

  .bx-img-desc p {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 20px 30px;
  }

  .bx-main-photo .i-text {
    font-size: 14px !important;
  }
}
@media all and (max-width: 360px) {
  h2 {
    font-size: 22px !important;
  }

  .footer .row {
    justify-content: center !important;
  }
  .footer .row .i-logo img {
    margin-bottom: 15px;
  }
}

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