/*COLORS*/
@font-face {
    font-family: 'Radiants';
    src: url('/font/Radiants.woff2') format('woff2'), url('/font/Radiants.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'H_Bauhaus Light BT';
    src: url('/font/HBauhausLightBT.woff2') format('woff2'), url('/font/HBauhausLightBT.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('/font/OpenSans.woff2') format('woff2'), url('/font/OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('/font/OpenSans-Bold.woff2') format('woff2'), url('/font/OpenSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
  }
  @font-face {
    font-family: 'Open Sans';
    src: url('/font/OpenSans-SemiBold.woff2') format('woff2'), url('/font/OpenSans-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  strong{
    font-weight: 600 !important;
  }
  .invalid-feedback{
    display: inline-block;
  }

  .font-radinats{
    font-family: 'Radiants' 
  }
  .font-bauhaus{
    font-family: 'H_Bauhaus Light BT'; 
  }
  .font-base{
    font-family: 'Open Sans'
  }

  span.secondary {
    font-family: 'Radiants';
    line-height: 0px;
    text-transform: lowercase;
    font-size: 3em;
    color: #0873a6;
  }
  :root{
    --clr-blue: #0873a6;
    --clr-base: #6b6e73;
    --clr-green: #36b2b3;
  }
  html {
    overflow-x: hidden;
    font-size: 18px;
  }
  body {
    overflow-x: hidden;
    font-family: 'Open Sans';
    color: var(--clr-base);
    font-size: 1rem;
  }
  body a {
    text-decoration: none;
    outline-style: none;
  }
  .test{
    border: 1px solid red;
  }
  .fs-6{
    font-size: 0.8rem !important;
  }

  /* HEADER START */
  .header {
    text-transform: uppercase;
  }
  .header .header-bg {
    color: #fefefe;
  }
  .header li {
    margin-top: 0.5rem;
  }
  .header li > a {
    color: var(--clr-base);
    padding: 0px 10px 0px 10px;
    transition: opacity 0.3 linear;
  }
  .header li > a:hover,
  .header li > a:focus {
    color: var(--clr-blue);
  }
  .header li > a:last-child, 
  .header li > a:first-child{
    border-right: 0;
  }
  .header li {
    border-right: 1px solid var(--clr-blue);
    padding: 0px 10px;
  }
  .header li:last-child {
    border-right: 0;
  }
  .dropdown-menu{
    margin-top: 2.7rem !important;
    border: none;
    box-shadow: 3px 7px 9px 0px rgba(0,0,0,0.25);
    -webkit-box-shadow: 3px 7px 9px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 3px 7px 9px 0px rgba(0,0,0,0.25);
    border-radius: 0;
  }
  .border-reset{
    border: none !important
  }  
  .dropdown-item:hover{
    background: transparent;
  }
  /* HEADER END */
  /* FOOTER START */
  footer {
    background-image: url(/image/footer-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 999;
  }
  footer li, footer a, footer h4 {
    color: #fefefe !important;
    padding-left: 0 !important;
  }
  footer .left {
    text-transform: uppercase;
    padding-left: 0;
  }
  footer .right {
    padding-left: 0;
  }
  footer .right h4 {
    text-transform: uppercase;
  }
  footer hr {
    border-top: 3px solid #fefefe;
    opacity: 1;
    padding-left: 5px;
  }
  footer span.secondary {
    color: #fefefe;
  }
  ol, ul {
    padding-left: 24px;
  }
  /* FOOTER END */
  
  /* TYPEFACE */
  .custom-title-cover{
    display: flex;
    align-items: flex-end;
    margin-bottom: -3.4rem;
  }
  .custom-title-base{
    font-family: 'H_Bauhaus Light BT';
    text-transform: uppercase;
    font-size: 1.5rem;
    margin-bottom: 1.9rem;
  }
  .custom-title-variant{
    font-family: 'Radiants';
    font-size: 3.3rem;
    padding: 1rem 0.5rem;
    /* margin-bottom: -0.9rem; */
  }
  .custom-title-gradient{
    background: -webkit-linear-gradient(0deg, #3cb5b4, #1674a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  @media screen and (min-width: 992px) {
    .custom-title-cover{
      margin-bottom: -4.2rem;
    }
    .custom-title-base{
      font-size: 2.4rem;
      margin-bottom: 2.6rem;
    }
    .custom-title-variant{
      font-size: 5.5rem;
    }
  }
  /* HOME SECTIONS */
  .home-section-3{
    margin-top: 0;
  }
  @media screen and (min-width: 768px) {
    .home .parallax-1{
      width: 140%;
    }
  }
  @media screen and (min-width: 992px) {
    .home .parallax-1{
      width: 125%;
    }
  }
  @media screen and (min-width: 1220px) {
    .home .parallax-1{
      width: 125%;
    }
  }
  @media screen and (min-width: 768px) {
    .home .parallax-2{
      width: 130% !important;
    }
  }
  @media screen and (min-width: 992px) {
    .home .parallax-2{
      width: 105% !important;
    }
  }
  @media screen and (min-width: 768px) {
    .home .parallax-3{
      width: 155% !important;
    }
    .home .right {
      right: -1px;
      position: relative;
    }
  }
  @media screen and (min-width: 992px) {
    .home .parallax-3{
      width: 125% !important;
    }
    .home .right {
      right: -30px;
      position: relative;
    }
  }
  @media screen and (min-width: 992px) {
    .home-section-3{
      margin-top: -3rem;
    }
  }
  @media screen and (min-width: 1200px) {
    .home-section-3{
      margin-top: -4rem;
    }
  }
  @media screen and (min-width: 1200px) {
    .home .parallax-4{
      width: 100%;
      position: relative;
      right: -50px;
    }
  }
  @media screen and (min-width: 768px) {
    .home .parallax-6{
      width: 65%;
      position: relative;
      right: -50px;
    }
  }
  @media screen and (min-width: 992px) {
    .home .parallax-6{
      width: 70%;
      position: relative;
      right: -50px;
    }
  }
  @media screen and (min-width: 1200px) {
    .home .parallax-6{
      width: 70%;
      position: relative;
      right: -50px;
    }
  }
  .box {
    background: rgba(254, 254, 254, 0.9);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    width: 1098px;
    /*78%*/
  }
  .simpleParallax {
    width: 20vw;
    overflow: visible !important;
  }
  /* Home START */
  .home {
    background-image: url(/image/home-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    position: relative;
  }
  .home .first-text {
    font-family: 'H_Bauhaus Light BT';
    font-size: 48px;
    line-height: 1;
    text-transform: uppercase;
    position: relative;
  }
  .home .second-text {
    color: var(--clr-blue);
    font-family: 'Radiants';
    font-size: 80px;
    background: -webkit-linear-gradient(0deg, #3cb5b4, #1674a5);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-left: 0.5rem;
    padding: 15px 0;
  }
  .home .second-text.tiny {
    font-size: 40px;
    line-height: 1
  }
  @media screen and (min-width: 768px) {
    .home .second-text.tiny {
      font-size: 60px;
    }
  }
  .home .second-text.tiny.a {
    font-size: 102px;
    display: flex;
    align-items: center;
  }
  .home .third-text {
    font-family: 'H_Bauhaus Light BT';
    font-weight: 700;
    color: #231f20;
    font-size: 1.3rem;
    line-height: 1.2;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .home .third-text {
      font-size: 1.6rem;
    }
  }
  .home .fourth-text {
    font-family: 'H_Bauhaus Light BT';
    color: var(--clr-blue);
    font-size: 1.8rem;
    position: relative;
    line-height: 1;
  }
  @media screen and (min-width: 768px) {
    .home .fourth-text {
      font-size: 2.5rem;
    }
  }
  .home .fourth-text.center {
    opacity: 1;
    right: 0px;
    top: -356px;
  }
  @media screen and (min-width: 576px) {
    .home .fourth-text.center{
      opacity: 1;
      position: relative;
      right: 17px;
      top: -1200px;
    }
  }
  @media screen and (min-width: 576px) {
    .home .fourth-text.center{
      right: 0px;
      top: -306px;
    }
  }
  @media screen and (min-width: 768px) {
    .home .fourth-text.center{
      right: 17px;
      top: -700px;
    }
  }
  @media screen and (min-width: 992px) {
    .home .fourth-text.center{
      right: -230px;
      top: -218px;
    }
  }
  @media screen and (min-width: 1200px) {
    .home .fourth-text.center{
      right: -351px;
    }
  }
  .text-white{
    color: var(--clr-blue) !important;
  }
  @media screen and (min-width: 768px) {
    .text-white{
      color: white !important;
    } 
  }

  .home .left {
    position: relative;
    width: 222%;
    left: -130px;
  }
  .home .left.b {
    left: 0px;
  }
  
  @media screen and (min-width: 768px) {
    .home .left.b {
      left: -150px;
    }
  }
  @media screen and (min-width: 960px) {
    .home .left.b {
      left: -270px;
    }
  }
  @media screen and (min-width: 1200px) {
    .home .left.b {
      left: -260px;
    }
  }
  .home img {
    width: 100%;
  }
  .home h1 {
    display: inline;
    line-height: 4px;
  }
  .home .parallax {
    /*width: 58vh;*/
  }
  .home .circle {
    z-index: 0;
    position: absolute;
    width: 373px;
    height: 373px;
    top: -60px;
    left: -150px;
    border-radius: 200px;
    background: -webkit-linear-gradient(0deg, #3cb5b4, #1674a5);   
  }
  
  .home .circle.relative {
    position: relative;
    top: -47px;
    left: 249px;
    display: block;
  }

  @media screen and (min-width: 992px) {
    .home .circle.relative {
      float: right;
      top: 42px;
      left: 0;
      background-clip: content-box;
      shape-outside: circle(69%);
    }
  }

  @media screen and (min-width: 1200px) {
    .home .circle.relative {
      top: 42px;
      left: 0;
      shape-outside: circle(48%);
    }
  }
  .chair-pic{
      display: none;
  }
  @media screen and (min-width: 768px) {
    .chair-pic{
      display: block;
      left: 85%;
      top: -1200px;
      width: 580px; 
    }
  }
  @media screen and (min-width: 992px) {
    .chair-pic{
      width: 650px; 
    }
  }
  @media screen and (min-width: 1220px) {
    .chair-pic{
      width: 700px; 
    }
  }
  @media screen and (min-width: 768px) {
    .chair-pic{
      right: -405px !important;
      top: -120px !important
    }
  }
  @media screen and (min-width: 992px) {
    .chair-pic{
      right: -485px !important;
      top: -60px !important
    }
  }
  @media screen and (min-width: 1220px) {
    .chair-pic{
      right: -535px !important;
      top: -150px !important
    }
  }
  .home .circle.a {
    width: 350px;
    height: 350px;
  }
  .home .absolute-pic {
    position: absolute;
    top: -259px;
    right: -462px;
  }
  .home .center {
    position: relative;
    z-index: 2;
    text-align: end;
    width: 100%;
  }
  .home .button {
    background: -webkit-linear-gradient(0deg, #3cb5b4, #1674a5);
    color: #231f20;
    text-transform: uppercase;
    padding: 10px 40px;
    border: 0;
  }
  .home .paragraph {
    text-indent: 1px;
  }
  .home .paragraph:before {
    line-height: 10px;
    content: '"';
    font-family: 'Radiants';
    color: #0873a6;
    font-size: 10vh;
    position: relative;
    top: 5.5vh;
  }
  .home p {
    font-size: 1rem;
  }
  .circle-text-outer{
    position: relative;
    background: -webkit-linear-gradient(0deg, #3cb5b4, #1674a5);
    color: white;
    border-radius: 50%;
    width: 260px;
  }
  .circle-text-outer:after{
    content: "";
    display: block;
    padding-bottom: 100%;
  }

  .circle-text-inner{
    border-radius: 50%;
    padding: 1rem 2.5rem;
    position: absolute;
    bottom: 50%;
    transform: translateY(50%);
    width: 100%;
    text-align: center;
    height: 100%;
    border: 1px solid transparent;
  }
  .circle-text-title {
    line-height: 1;
    font-size: 1.45rem;
  }
  .circle-text-p{
    font-size: 0.7rem;
    line-height: 1.3;
  }
  .circle-btn a{
    color: white;
    cursor: pointer;
    font-size: 0.8rem;
    font-weight: 700;
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .flower-pic{
    right: 0;
    bottom: 0;
  }

  /* Home END */
  /* Reference START */
  .reference {
    background-image: url(/image/ref-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    position: relative;
  }
  .reference .heading:after {
    visibility: hidden;
    content: url(/image/arrow.png);
    position: absolute;
    width: 100px;
    height: 100px;
    top: 40px;
    left: 30%px;;
  }
  @media screen and (min-width: 768px) {
    .reference .heading:after{
      visibility: visible
    }
  }
  .reference .img-container {
    width: 100%;
    height: auto;
    position: relative;
    aspect-ratio: 1/1;
  }
  .reference img {
    position: relative;
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%;
  }
  .reference .arrow {
    height: unset;
    width: unset;
  }
  .reference .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: 0.5s ease;
    background: linear-gradient(#146fa2, #39b6b3);
  }
  .reference .img-col:hover .overlay,
  .reference .overlay-update {
    opacity: 0.6;
  }
  .reference hr {
    opacity: 1;
    border-top: 1px solid #0873a6;
    width: 80%;
    margin: 30px auto;
  }
  .reference h1, .reference .heading {
    color: #0873a6;
    font-family: 'Radiants';
    font-size: 2.8rem;
    position: relative;
    left: 0;
    text-align: center;
  }
  @media screen and (min-width: 768px) {
    .reference h1, .reference .heading{
      font-size: 4rem;
      left: 10%;
      text-align: left;
    }
  }
  .reference a {
    color: #231f20;
  }
  /* Reference END */
  /* Reference Details START */
  .reference-details{
    background-image: url(/image/ref-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    position: relative;
  }
  .reference-details img {
    width: 100%;
  }
  .reference-details .highlighted-box {
    background: #36b2b3;
    /*line-height: 0.8em;*/
    padding: 15px 30px 0px 30px;
  }
  .reference-details .highlighted-box span {
    color: white;
  }
  .reference-details .heading {
    font-size: 2.5rem;
    color: #0873a6;
  }
  .reference-details h1, .reference-details span.start {
    color: #0873a6;
    font-family: 'H_Bauhaus Light BT';
    font-size: 1.6rem;
  }
  @media screen and (min-width: 768px) {
    .reference-details h1, .reference-details span.start{
      font-size: 2.2rem;
    }
  }
  .reference-details .carousel {
    max-height: 500px;
  }
  .reference-details .carousel .carousel-inner {
    max-height: 500px;
  }
  .reference-details .carousel img {
    max-height: 100%;
  }
  .reference-details .ref-img-container {
    background: white;
    padding: 10px 0; 
    box-shadow: 0px 0px 20px -10px #000000;
    left: 0;
    right: 0;
  }
  .reference-detail-content > p > img{
    display: none;
  }
  .reference-details .lSSlide {
    height: 380px !important;
  }
  .reference-details .lSSlide li {
    height: 380px !important;
  }
  .reference-details .lSSlide li img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .lSAction > a {
    background-image: url(/image/slider-arrow-right.png) !important;
    background-size: contain;
  }
  .lSAction>.lSPrev{
    transform: rotate(180deg);
  }
  /* Reference Details END */
  /* Services START */
  /* Services START */
.services {
  background-image: url(/image/szolg-bg.jpg);
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    position: relative;
}
.services .custom-l-h {
  line-height: 1.0;
}
.services .first-text {
  color: #0873a6;
  font-family: 'Radiants';
  font-size: 3.3rem;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .services .first-text {
    font-size: 80px !important;
  }
}

.services .second-text {
  color: #0873a6;
  font-family: 'H_Bauhaus Light BT';
  font-size: 28px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .services .second-text {
    font-size: 42px;
  }
}

.services .third-text {
  font-family: 'Radiants';
  color: #0873a6;
  font-size: 60px;
  line-height: 1
}
.services .services-list li:before {
  content: '"';
  font-family: 'Radiants';
  color: #0873a6;
  font-size: 10vh;
  left: -24px;
  position: absolute;
  top: 3.8vh;
}
.services .services-list ul {
  position: relative;
}
.services .services-list li {
  list-style: none;
  line-height: 1.5em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .services .left {
    position: relative;
    left: -150px;
  }
}
@media screen and (min-width: 992px) {
  .services .left {
    position: relative;
    left: -190px;
  }
}
@media screen and (min-width: 768px) {
  .services .parallax-2 {
    width: 170% !important;
  }
}
@media screen and (min-width: 996px) {
  .services .parallax-2 {
    width: 150% !important;
  }
}
@media screen and (min-width: 768px) {
  .services .parallax-3 {
    width: 125% !important;
  }
}
@media screen and (min-width: 996px) {
  .services .parallax-3 {
    width: 115% !important;
  }
}
@media screen and (min-width: 1220px) {
  .services .parallax-3 {
    width: 120% !important;
  }
}
.services .right {
  right: -22px;
  position: relative;
}
@media screen and (min-width: 1220px) {
  .services .right {
    right: -20px;
  }
}
/* .services .parallax {
  width: 58vh;
} */
@media screen and (min-width: 768px) {
  .services .parallax-1 {
    width: 130%;
    position: relative;
    right: -70px;
  }
}
@media screen and (min-width: 992px) {
  .services .parallax-1 {
    width: 125%;
  }
}
@media screen and (min-width: 1220px) {
  .services .parallax-1 {
    width: 100%;
  }
}
.services .contact-btn {
  font-weight: bold;
  text-transform: uppercase;
  color: #231f20;
}
.services .contact-btn:before {
  font-weight: 500;
  left: -6px;
  position: relative;
  content: ">>";
  font-family: 'Radiants';
  color: #0873a6;
  font-size: 4rem;
  top: 1.5vh;
}
  /* Services END */
  /* START CONTACT */
  .contact {
    background-image: url(/image/contact-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
  }
  .contact a {
    color: var(--clr-blue);
  }
  .contact .second-text {
    background: #0873a6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-bottom: 25px;
    font-family: 'Radiants';
    font-size: 3.3rem;
    padding: 1rem 0.5rem;
  }
  @media screen and (min-width: 768px) {
    .contact .second-text{
      font-size: 4.3rem;
    }
  }
  .contact .first-text {
    font-family: 'H_Bauhaus Light BT';
    color: #231f20;
    font-size: 2rem;
    text-transform: uppercase;
    position: relative;
  }
  @media screen and (min-width: 768px) {
    .contact .first-text{
      font-size: 2.2rem;
    }
  }
  .contact .third-text {
    color: #0873a6;
    font-family: 'Radiants';
    background: #0873a6;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding: 10px 0;
    font-size: 3rem;
    line-height: 1
  }
  @media screen and (min-width: 768px) {
    .contact .third-text{
      font-size: 3.5rem;
    }
  }
  .contact .fourth-text {
    font-family: 'H_Bauhaus Light BT';
    color: #0873a6;
    font-size: 1.8rem;
    line-height: 1;
    position: relative;
    margin-bottom: 0;
    /* line-height: 65px; */
  }
  @media screen and (min-width: 768px) {
    .contact .fourth-text{
      font-size: 2.5rem;
    }
  }
  .contact .contact-btn {
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20;
  }
  .contact .contact-btn:before {
    font-weight: 500;
    left: -6px;
    position: relative;
    content: ">>";
    font-family: 'Radiants';
    color: #0873a6;
    font-size: 8vh;
    top: 1.5vh;
  }
  .contact button {
    border: none;
    background: none;
  }
  .contact .form {
    background: var(--clr-green);
  }
  .contact .form-check-inline {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    color: #000000;
  }
  .contact .form-check-input {
    margin-right: 8px;
    height: 1.3rem;
    width: 1.3rem;
  }
  .contact .form-check-label {
    color: #000000;
    font-size: 0.85rem;
    line-height: 0;
    margin: 0;
    word-wrap: break-word;
    white-space:pre-wrap;
    display: inline;
  }
  @media screen and (min-width: 768px) {
    .contact .form-check-label{
      font-size: 1rem;
      color: #000000;
    }
  }
  .contact .form-control{
    color: #000000;
    font-size: 0.75rem;
  }
  @media screen and (min-width: 768px) {
    .contact .form-control{
      font-size: 1rem;
      color: #000000;
    }
  }
  .contact .left {
    position: relative;
    left: 0;
  }
  @media screen and (min-width: 768px) {
    .contact .parallax-1 {
      width: 150% !important;
    }
  }
  @media screen and (min-width: 996px) {
    .contact .parallax-1 {
      width: 130% !important;
    }
  }
  @media screen and (min-width: 1220px) {
    .contact .parallax-1 {
      width: 120% !important;
    }
  }
  @media screen and (min-width: 768px) {
    .contact .left {
      position: relative;
      left: -120px;
    }
  }
  @media screen and (min-width: 996px) {
    .contact .left {
      position: relative;
      left: -100px;
    }
  }
  @media screen and (min-width: 1220px) {
    .contact .left {
      position: relative;
      left: -80px;
    }
  }
  .contact .parallax-2 {
    width: 100% !important;
  }
  @media screen and (min-width: 996px) {
    .contact .parallax-2 {
      width: 80% !important;
    }
  }
  .contact .parallax {
    width: 100%;
  }
  .contact .contact-form input, 
  .contact .contact-form textarea {
    border-radius: 0;
    border-color: transparent;
    font-weight: 700;
    color: #000000;
    padding: 20px 15px 20px 15px;
    color: #000000;
  }
  .contact .contact-form input::-moz-placeholder {
    color: #000000;
    font-weight: 700;
    opacity: 1;
  }
  .contact .contact-form input::placeholder {
    color: #000000;
    font-weight: 700;
    opacity: 1;
  }
  .contact .contact-form input[type="checkbox"] {
    padding: unset;
  }
  .contact .contact-form textarea:focus, 
  .contact .contact-form input[type="text"]:focus, 
  .contact .contact-form input[type="password"]:focus, 
  .contact .contact-form input[type="datetime"]:focus, 
  .contact .contact-form input[type="datetime-local"]:focus, 
  .contact .contact-form input[type="date"]:focus, 
  .contact .contact-form input[type="month"]:focus, 
  .contact .contact-form input[type="time"]:focus, 
  .contact .contact-form input[type="week"]:focus, 
  .contact .contact-form input[type="number"]:focus, 
  .contact .contact-form input[type="email"]:focus, 
  .contact .contact-form input[type="url"]:focus, 
  .contact .contact-form input[type="search"]:focus, 
  .contact .contact-form input[type="tel"]:focus, 
  .contact .contact-form input[type="color"]:focus, 
  .contact .contact-form input[type="checkbox"]:focus, 
  .contact .contact-form .uneditable-input:focus {
    border-color: none;
    box-shadow: none;
    outline: 0 none;
    color: #000000
  }
  /* END CONTACT */
  /* START RENT */
.rent {
  background-image: url(/image/rent-bg.jpg);
  background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    position: relative;
}
.rent .first-text {
  font-family: 'Radiants';
  color: #0873a6;
  font-family: 'Radiants';
  font-size: 3.2rem;
  padding: 1rem 0.5rem;
}
@media screen and (min-width: 768px) {
  .rent .first-text {
    font-size: 4.3rem
  }
}
.rent .second-text {
  color: #0873a6;
  font-family: 'H_Bauhaus Light BT';
  font-size: 36px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .rent .second-text {
    font-size: 42px;
  }
}
.rent .third-text {
  font-family: 'H_Bauhaus Light BT';
  font-weight: 700;
  color: #231f20;
  font-size: 1.3rem;
  line-height: 1.2 !important;
  position: relative;
}
@media screen and (min-width: 768px) {
  .rent .third-text {
    font-size: 1.6rem;
  }
}
.rent .third-text.e {
  font-size: 3rem;
  padding: 0;
  font-weight: 500;
  margin-right: 2.3px;
}
.rent .fourth-text {
  font-family: 'H_Bauhaus Light BT';
  color: #0873a6;
  font-size: 3vh;
  position: relative;
  line-height: 65px;
}
.rent .fifth-text {
  font-family: 'H_Bauhaus Light BT';
  color: #0873a6;
  font-size: 1.3rem;
  position: relative;
  /* line-height: 65px; */
  text-transform: uppercase;
  font-weight: 700;
  line-height: 1;
}
.rent .contact-btn {
  font-weight: bold;
  text-transform: uppercase;
  color: #231f20;
}
.rent .contact-btn:before {
  font-weight: 500;
  left: -6px;
  position: relative;
  content: ">>";
  font-family: 'Radiants';
  color: #0873a6;
  font-size: 8vh;
  top: 1.5vh;
}
.rent button {
  border: none;
  background: none;
}
.rent .form {
  background: #36b2b3;
}
.rent .left {
  position: relative;
  left: -20vh;
}
.rent .right {
  width: 28vw;
  right: -76px;
  position: relative;
}
.rent .right img {
  width: 140%;
}
/* .rent .parallax-1{} */
@media screen and (min-width: 768px) {
  .rent .parallax-1 {
    width: 180% !important;
    position: relative;
    right: 30% !important;
  }
}
@media screen and (min-width: 992px) {
  .rent .parallax-1 {
    width: 600px !important;
    position: relative;
    right: 20% !important;
  }
}
@media screen and (min-width: 1220px) {
  .rent .parallax-1 {
    width: 700px !important;
    position: relative;
    right: 20% !important;
  }
}
@media screen and (min-width: 1920px) {
  .rent .parallax-1 {
    width: 700px !important;
    position: relative;
    right: 8% !important;
  }
}
@media screen and (min-width: 768px) {
  .rent .parallax-3 {
    width: 150% !important;
    position: relative;
    right: 50% !important;
  }
}
@media screen and (min-width: 992px) {
  .rent .parallax-3 {
    width: 145% !important;
    position: relative;
    right: 25% !important;
  }
}
@media screen and (min-width: 1220px) {
  .rent .parallax-3 {
    width: 500px !important;
    position: relative;
    right: 15% !important;
  }
}
@media screen and (min-width: 1440px) {
  .rent .parallax-3 {
    width: 500px !important;
    position: relative;
    right: 15% !important;
  }
}
@media screen and (min-width: 1920px) {
  .rent .parallax-3 {
    right: 10% !important;
  }
}
.rent .parallax {
  width: 75%;
}
.rent .parallax.last {
  width: 100% !important;
  top: 0;
}
@media screen and (min-width: 768px) {
  .rent .parallax.last {
    width: 350px !important;
    top: -10rem;
  }
}
@media screen and (min-width: 1220px) {
  .rent .parallax.last {
    width: 350px !important;
    top: -12rem;
  }
}
.rent .circle {
  z-index: 0;
  width: 16em;
  position: absolute;
  height: 16em;
  top: -70px;
  left: -190px;
  border-radius: 200px;
  background: -webkit-linear-gradient(180deg, #3cb5b4, #1674a5);
}
.rent .center {
  position: relative;
  left: 100px;
  top: 20px;
}
.rent .circle.relative {
  float: right;
  position: relative;
  top: 0;
  left: 0;
  display: block;
  background-clip: content-box;
  shape-outside: circle(47%);
}
.rent .services-list li:before {
  content: '"';
  font-family: 'Radiants';
  color: #0873a6;
  font-size: 10vh;
  left: -24px;
  position: absolute;
  top: 4vh;
}
.rent .services-list ul {
  position: relative;
}
.rent .services-list li {
  list-style: none;
  line-height: 1.5em;
  position: relative;
}
.rent .rent-link {
  text-transform: uppercase;
  text-decoration: underline;
  color: #0873a6;
}
.rent .button {
  background: -webkit-linear-gradient(0deg, #3cb5b4, #1674a5);
  color: #231f20;
  text-transform: uppercase;
  padding: 10px 80px;
  border: 0;
}
.rent .heading:after {
  content: url(/image/arrow.png);
  position: absolute;
  width: 100px;
  height: 100px;
  top: 30px;
  transform: scaleX(-1);
  right: 9rem;
}
@media screen and (min-width: 768px) {
  .rent .heading:after {
    top: 50px;
    right: 13rem;
  }
}
.rent .heading {
  color: #0873a6;
  font-family: 'Radiants';
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .rent .heading {
    font-size: 4rem;
  }
}
.rent .line-height span {
  line-height: 0;
}
.rent .last {
  float: right;
  top: -17vh;
  width: 40% !important;
  position: relative;
}
.rent .p-style-1 {
  font-size: 2vh;
}
.rent .span-style-1 {
  left: 0;
  float: unset;
  position: relative;
  top: 0;
}
@media screen and (min-width: 1220px) {
  .rent .span-style-1 {
    left: -186px;
    float: right;
    position: relative;
    top: -24px;
  }
}
@media screen and (min-width: 992px) {
  .rent .span-style-1 {
    left: -190px;
    float: right;
    position: relative;
    top: 0px;
  }
}
.rent .rent-link-text > p > a {
  color: var(--clr-blue);
  text-decoration: underline;

}
/* END RENT */
  /* START PRICES */
  .prices {
    background-image: url(/image/prices-bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
    font-size: 1rem;
    position: relative;
  }
  .prices .first-text {
    font-family: 'Radiants';
    color: #0873a6;
    font-family: 'Radiants';
    font-size: 3rem;
    padding: 1rem 0.5rem;
  }
  @media screen and (min-width: 768px) {
    .prices .first-text {
      font-size: 4.3rem;
    }
  }
  .prices .first-text.tiny {
    font-family: 'Radiants';
    color: #0873a6;
    font-size: 60px;
    line-height: 1
  }
  .prices .second-text {
    color: #0873a6;
    font-family: 'H_Bauhaus Light BT';
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
  }
  @media screen and (min-width: 768px) {
    .prices .second-text {
      font-size: 36px;
    }
  }
  .prices .third-text {
    font-family: 'H_Bauhaus Light BT';
    font-weight: 700;
    color: #231f20;
    font-size: 2.5vh;
    line-height: 0.5em;
    position: relative;
  }
  .prices .third-text.e {
    font-size: 5vh;
    padding: 0;
    font-weight: 500;
    margin-right: -10px;
  }
  .prices .fourth-text {
    font-family: 'H_Bauhaus Light BT';
    color: #0873a6;
    font-size: 3vh;
    position: relative;
    line-height: 65px;
  }
  .prices .fifth-text {
    font-family: 'H_Bauhaus Light BT';
    color: #0873a6;
    font-size: 2vh;
    position: relative;
    line-height: 65px;
    text-transform: uppercase;
    font-weight: bold;
  }
  .prices .contact-btn {
    font-weight: bold;
    text-transform: uppercase;
    color: #231f20;
  }
  .prices .contact-btn:before {
    font-weight: 500;
    left: -6px;
    position: relative;
    content: ">>";
    font-family: 'Radiants';
    color: #0873a6;
    font-size: 8vh;
    top: 1.5vh;
  }
  .prices button {
    border: none;
    background: none;
  }
  .prices .form {
    background: #36b2b3;
  }
  .prices .left {
    left: 0;
  }
  @media screen and (min-width: 768px) {
    .prices .left {
      position: relative;
      left: -260px;
    }
  }
  @media screen and (min-width: 960px) {
    .prices .left {
      position: relative;
      left: -240px;
    }
  }
  @media screen and (min-width: 1220px) {
    .prices .left {
      position: relative;
      left: -140px;
    }
  }
  @media screen and (min-width: 768px) {
    .prices .left.too-big {
      left: -320px;
    }
  }
  @media screen and (min-width: 960px) {
    .prices .left.too-big {
      left: -240px;
    }
  }
  @media screen and (min-width: 768px) {
    .prices .parallax-1 {
      width: 400px;
      position: relative;
      right: -150px;
    }
  }
  @media screen and (min-width: 960px) {
    .prices .parallax-1 {
      width: 400px;
      position: relative;
      right: -150px;
    }
  }
  @media screen and (min-width: 1220px) {
    .prices .parallax-1 {
      width: 460px;
      position: relative;
      right: -60px;
    }
  }
  @media screen and (min-width: 768px) {
    .prices .parallax-2 {
      width: 450px;
      position: relative;
      right: 0px;
    }
  }
  @media screen and (min-width: 960px) {
    .prices .parallax-2 {
      width: 460px;
      position: relative;
      right: -10px;
    }
  }
  @media screen and (min-width: 1220px) {
    .prices .parallax-2 {
      width: 460px;
      position: relative;
      right: 40px;
    }
  }
  @media screen and (min-width: 768px) {
    .prices .parallax-3 {
      width: 420px;
      position: relative;
      right: -70px;
    }
  }
  @media screen and (min-width: 960px) {
    .prices .parallax-3 {
      width: 420px;
      position: relative;
      right: -90px;
    }
  }
  @media screen and (min-width: 1220px) {
    .prices .parallax-3 {
      width: 420px;
      position: relative;
      right: -130px;
    }
  }
  @media screen and (min-width: 768px) {
    .prices .parallax-4 {
      width: 420px;
      position: relative;
      right: 40px;
    }
  }
  @media screen and (min-width: 960px) {
    .prices .parallax-4 {
      width: 380px;
      position: relative;
      right: 0px;
    }
  }
  @media screen and (min-width: 1220px) {
    .prices .parallax-4 {
      width: 400px;
      position: relative;
      right: 0px;
    }
  }
  .prices .right {
    width: 28vw;
    position: relative;
  }
  .prices .circle {
    z-index: 0;
    width: 20em;
    position: absolute;
    height: 20em;
    top: -57px;
    left: -150px;
    border-radius: 200px;
    background: -webkit-linear-gradient(180deg, #3cb5b4, #1674a5);
  }
  .prices .circle.relative {
    float: right;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    background-clip: content-box;
    shape-outside: circle(47%);
  }
  .prices .services-list li:before {
    content: '"';
    font-family: 'Radiants';
    color: #0873a6;
    font-size: 10vh;
    left: -25px;
    position: absolute;
    top: 3.9vh;
  }
  .prices .services-list ul, .prices .price-list ul {
    position: relative;
  }
  .prices .services-list li, .prices .price-list li {
    list-style: none;
    line-height: 1.5em;
    position: relative;
  }
  .prices .rent-link {
    text-transform: uppercase;
    text-decoration: underline;
    color: #0873a6;
  }
  .prices .button {
    background: -webkit-linear-gradient(180deg, #3cb5b4, #1674a5);
    color: #231f20;
    text-transform: uppercase;
    padding: 10px 80px;
    border: 0;
  }
  .prices .heading:after {
    content: url(/image/arrow.png);
    position: absolute;
    width: 100px;
    height: 100px;
    top: 20px;
    transform: scaleX(-1);
    right: 30vh;
  }
  .prices .heading {
    font-family: 'Radiants';
    color: #0873a6;
    font-family: 'Radiants';
    font-size: 4.3rem;
    padding: 1rem 0.5rem;
  }
  .prices .line-height span {
    line-height: 0;
  }
  .prices .last {
    float: right;
    top: -15vh;
    width: 40%;
    position: relative;
  }
  .prices .p-style-1 {
    font-size: 2vh;
  }
  .prices .span-style-1 {
    left: -162px;
    float: right;
    position: relative;
    top: -46px;
  }
  .prices .price-list li:before {
    font-weight: 600;
    content: '#';
    font-family: 'Radiants';
    color: #0873a6;
    font-size: 3vh;
    left: -23px;
    position: absolute;
    top: .2vh;
  }
  .prices .price {
    font-family: 'Radiants';
    color: white;
    font-size: 5vh;
    background: #35afb1;
    padding: 10px 20px 0px 20px;
  }
  /* END PRICES */
  /* START BLOG */
  /* START BLOG */
.blog-details {
  background-image: url(/image/blog-bg.jpg);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  font-size: 1.2em;
}
.blog-details .first-text {
  font-family: 'Radiants';
  color: #0873a6;
  font-size: 10vh;
}
.blog-details .first-text.tiny {
  font-size: 5vh;
}
.blog-details .second-text {
  color: #0873a6;
  font-family: 'H_Bauhaus Light BT';
  font-size: 10vh;
  font-weight: bold;
  text-transform: uppercase;
}
.blog-details .parallax {
  float: left;
  padding-right: 30px;
}
@-webkit-keyframes border-pulsate {
  0%   { border-color: rgba(8, 115, 166, 1); }
  50% { border-color: rgba(8, 115, 166, 0); }
  100%   { border-color: rgba(8, 115, 166, 1); }
}
@keyframes border-pulsate {
  0%   { border-color: rgba(8, 115, 166, 1); }
  50% { border-color: rgba(8, 115, 166, 0); }
  100%   { border-color: rgba(8, 115, 166, 1); }
}
.blog {
  background-image: url(/image/blog-bg.jpg);
  background-position: top;
  background-repeat: no-repeat;
  font-size: 1.2em;
  color: white;
}
.blog-mobile {
  background-image: url(/image/blog-bg.jpg);
  background-size: cover;
  background-attachment: fixed;
  background-position: top;
  font-size: 1.2em;
  color: white;
}
.blog .first-text {
  font-family: 'Radiants';
  color: white;
  font-size: 4rem;
  line-height: 80px;
}
@media screen and (min-width: 768px) {
  .blog .first-text {
    font-size: 4.5rem !important;
  }
}
.blog-mobile .first-text {
  font-family: 'Radiants';
  color: white;
  font-size: 2rem;
}
@media screen and (min-width: 526px) {
  .blog-mobile .first-text {
    font-size: 2.7rem !important;
  }
}
.blog .first-text.tiny {
  font-size: 2rem !important;
  line-height: 1;
}
.blog .second-text {
  color: white;
  font-family: 'H_Bauhaus Light BT';
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .blog .second-text {
    font-size: 3rem !important;
  }
}
.blog-mobile .second-text {
  color: white;
  font-family: 'H_Bauhaus Light BT';
  font-size: 2rem;
  font-weight: bold;
  text-transform: uppercase;
}
.blog .second-text.tiny {
  font-size: 1.5rem;
  line-height: 1;
}
.blog .tiny {
  font-size: 0.75rem;
}
.blog .box {
  width: 80%;
}
.blog .box-common {
  cursor: pointer;
}
.blog .box-1 {
  width: 205px;
  height: 300px;
  top: 36px;
  left: 321px;
}
.blog .box-2 {
  width: 253px;
  height: 255px;
  top: 102px;
  left: 554px;
}
.blog .box-3 {
  width: 159px;
  height: 209px;
  top: 40px;
  left: 842px;
}
.blog .box-4 {
  width: 205px;
  height: 205px;
  top: 354px;
  left: 323px;
}
.blog .box-5 {
  width: 65px;
  height: 78px;
  top: 372px;
  left: 590px;
}
.blog .box-6 {
  width: 112px;
  height: 115px;
  top: 464px;
  left: 549px;
}
.blog .box-7 {
  width: 118px;
  height: 152px;
  top: 379px;
  left: 678px;
}
.blog .box-8 {
  width: 222px;
  height: 300px;
  top: 264px;
  left: 820px;
}
.blog .blog-box, .blog-mobile .blog-box {
  background: rgba(0, 56, 56, 0.8);
  box-shadow: rgba(0, 0, 0, 0.72) 0px 8px 37px;
  height: 580px;
}
.blog-mobile .blog-box {
  height: initial !important;
}
.small-blog-box{
  position: relative;
}
.small-blog-box-bg{
  background: rgba(0, 56, 56, 0.8);
  box-shadow: rgb(0 0 0 / 72%) 0px 8px 37px;
  position: absolute;
  top: 25px;
  bottom: 50px;
  width: 100%;
  z-index: 1;
}
.small-blog-box-content{
  position: relative;
  z-index: 5;
}
.m-fadeOut {
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 300ms, opacity 300ms;
}
.m-fadeIn {
  visibility: visible;
  opacity: 1;
  transition: visibility 0s linear 0s, opacity 300ms;
}
.blog .blog-box.mini, 
.blog-mobile .blog-box.mini {
  max-height: 40%;
  visibility: visible;
}
.blog-mobile .blog-box.mini {
  max-height: initial !important
}
.blog .img-custom {
  left: 50px;
  height: 115%;
  top: -30px;
  width: initial !important;
  position: relative;
}
.blog img {
  left: 30px;
  width: 90%;
  top: -46px;
  position: relative;
}
.blog img.mini {
  left: 1px;
  width: 108%;
  top: -15px;
  position: relative;
}
.blog img.mini-mini {
  left: 1px;
  top: -15px;
  position: relative;
}
.blog-mobile img.mini {
  width: 100%;
}
/* .blog .articles {
  height: 30vh;
} */
.blog-mobile .articles {
  top: initial !important;
}
.blog .close {
  top: 30px;
  right: 30px;
  font-size: 30px;
  position: absolute;
  background: transparent;
  color: white;
  border: 0;
}
/* END BLOG */
  .services-list li, .price-list li {
    text-indent: 30px;
    left: -30px;
  }
  .layer-705 {
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  @media screen and (min-width: 1980px) {
    .layer-705 {
      bottom: -50px;
      z-index: 0;
    }
  }
  
  @media (min-width: 1200px) and (max-width: 1399.98px) {
    .blog .box-1 {
      left: 235px !important;
    }
    .blog .box-2 {
      left: 470px !important;
    }
    .blog .box-3 {
      left: 755px !important;
    }
    .blog .box-4 {
      left: 236px !important;
    }
    .blog .box-5 {
      left: 499px !important;
    }
    .blog .box-6 {
      left: 470px !important;
    }
    .blog .box-7 {
      left: 588px !important;
    }
    .blog .box-8 {
      left: 731px !important;
    }
  }

  @media (min-width: 1200px) and (max-width: 1499.98px) {
    .blog .img-custom {
      left: 0;
      max-width: 100%;
    }
  }

  @media (min-width: 992px) and (max-width: 1199.98px) {
    /* .reference h1, .reference .heading {
      left: 14% !important;
    } */
    .blog .box-1 {
      left: 141px !important;
    }
    .blog .box-2 {
      left: 372px !important;
    }
    .blog .box-3 {
      left: 662px !important;
    }
    .blog .box-4 {
      left: 145px !important;
    }
    .blog .box-5 {
      left: 411px !important;
    }
    .blog .box-6 {
      left: 369px !important;
    }
    .blog .box-7 {
      left: 498px !important;
    }
    .blog .box-8 {
      left: 641px !important;
    }
  }

  @media (min-width: 768px) and (max-width: 1199.98px) {
    .blog .blog-box {
      height: 100%;
    }
    .blog .close {
      top: 15px;
      right: 15px;
    }
    .blog .second-text {
      font-size: 6vh;
    }
    .blog .first-text {
      font-size: 3rem;
    }
    /* .reference h1, .reference .heading {
      left: 0%;
    } */
    .blog .box-1 {
      left: 21px;
    }
    .blog .box-2 {
      left: 252px;
    }
    .blog .box-3 {
      left: 542px;
    }
    .blog .box-4 {
      left: 25px;
    }
    .blog .box-5 {
      left: 290px;
    }
    .blog .box-6 {
      left: 249px;
    }
    .blog .box-7 {
      left: 378px;
    }
    .blog .box-8 {
      left: 521px;
    }
    .blog-box .img-custom-container {
      display: flex;
      align-items: center !important;
      justify-content: center!important;
    }
    .blog-box .img-custom {
      left: 0;
      height: auto;
      max-width: 85%;
      top: 0;
    }
  }



  @media only screen and (max-width: 767.98px) {
    .body {
      overflow-x: hidden !important;
    }
    .box {
      width: 100%;
    }
    .reference .img-container {
      width: unset;
      height: unset;
    }
    /* .reference .heading:after {
      display: none;
    } */
    .parallax {
      width: 100% !important;
      transform: unset !important;
    }
    /* .services .first-text, .home .first-text, .contact .first-text {
      font-size: 60px;
    } */
    .services .left, .home .left, .contact .left {
      left: unset;
      width: 100%;
    }
    .services .right, .home .right, .contact .right {
      width: 100%;
      right: unset;
    }
    /* .contact .first-text {
      font-size: 5vh;
    }
    .contact .third-text {
      font-size: 1.6rem !important;
      line-height: 1.2rem !important;
    } */
    .contact input {
      font-size: 0.75rem;
      padding: unset;
    }
    .contact input[type="checkbox"] {
      padding: unset;
      font-size: 1.4vh !important;
      margin-left: 3px !important;
      margin-right: 10px !important;
    }
    .contact .parallax {
      width: 100%;
    }
    /* .home .first-text {
      font-size: 2.5rem;
      margin-right: 2px;
    }
    .home .second-text {
      font-size: 15vw;
    }
    .home .fourth-text {
      font-family: 'H_Bauhaus Light BT';
      color: #0873a6;
      font-size: 5vh;
      position: relative;
      line-height: 1.2;
    } */
    /* .home .fourth-text.center {
      display: none;
    } */
    /* .home .fourth-text.center > span {
      color: var(--clr-blue) !important
    } */
    .home .absolute-pic {
      position: relative;
      top: 0;
      right: 0;
    }
    .home .circle.relative {
      display: none;
    }
    /* .home .left.b {
      left: 0px;
    } */
    /* .rent .last {
      top: -7vh;
    } */
    /* .rent .first-text {
      font-size: 8vh;
    } */
    .rent .parallax {
      width: 100%;
    }
    .rent .right {
      width: 100%;
      right: 0;
    }
    /* .rent .heading:after {
      display: none;
    } */
    .rent .button {
      margin-top: 30px;
    }
    /* .rent .span-style-1 {
      left: 0;
      float: unset;
      position: relative;
      top: 0;
    } */
    .prices .parallax {
      width: 100%;
    }
    .prices .right {
      width: 100%;
      right: 0;
    }
    /* .prices .left {
      left: 0;
    } */
    .blog .blog-box, .blog .box {
    width: 100%;
    height: unset;
  }
  .blog .blog-box {
    height: unset;
  }
  .blog .blog-box.mini {
    max-height: 100%;
  }
  .blog img {
    left: 0px;
    width: 100%;
    top: 0px;
    position: relative;
  }
  .blog img.mini {
    left: 0;
    width: 100%;
    top: 0;
    position: relative;
  }
  .blog .articles {
    height: unset;
  }
  .blog .tiny {
    font-size: 2vh;
  }
  }
