/*
Theme Name: YS Real Estate
Theme URI: https://ysrealestate.com
Author: Oded Idan (ikoosh@gmail.com)
Description: A mobile friendly theme designed for YS Real Estate by Mor Mazaky
*/
@import "assets/css/splide.min.css";
@keyframes flipbox {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(90deg);
  }
}
@keyframes unflip {
  0% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
ul.caret {
  list-style: none;
}
ul.caret li {
  margin: 20px 0;
}
ul.caret li:before {
  margin-left: -24px;
  margin-top: 3px;
  content: " ";
  position: absolute;
  width: 17px;
  height: 17px;
  background: url("assets/images/caret.svg") center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
}

.caret-icon {
  width: 17px;
  height: 17px;
  background: url("assets/images/caret.svg") center no-repeat;
  background-size: contain;
  transform: rotate(-90deg);
  display: inline-block;
}
.caret-icon.white {
  background-image: url("assets/images/caret-white.svg");
}
.caret-icon.down {
  transform: none;
}

.slide.page-slide h3.brand {
  margin-bottom: 0;
  line-height: 0;
}

.spaced {
  margin-top: 60px;
}

.full-height {
  flex: 1;
}

.full-size {
  flex: 1;
  width: 100%;
}

.select-box {
  width: 100%;
  overflow: hidden;
  border: 1px solid #FD4B1E;
  position: relative;
}
.select-box.sole {
  margin-bottom: 20px;
}

.select-box:after {
  content: " ";
  background: url("assets/images/caret.svg") no-repeat center center;
  background-size: contain;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  right: 12px;
  z-index: 666;
}

.select-box select {
  width: calc(100% + 20px) !important;
  border: 0 !important;
  position: relative;
  z-index: 99;
  background: none;
}
.select-box select option {
  padding: 10px;
}

.fb-comments {
  margin: 50px 0;
}

.real-estate-search {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  margin: 0 auto 80px auto;
  box-shadow: 0 0 20px #00000044;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 170px;
  background: #ffffff;
}
@media screen and (max-width: 1480px) {
  .real-estate-search {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .real-estate-search {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .real-estate-search {
    width: auto;
  }
}
.real-estate-search:after {
  color: #FD4B1E;
}

v {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("assets/images/check-secondary.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  top: 3px;
  margin-right: 5px;
}

.content-block .sides {
  display: flex;
}
@media screen and (max-width: 808px) {
  .content-block .sides {
    flex-direction: column;
  }
}
.content-block .sides > .main {
  flex: 3;
}
.content-block .sides > .side {
  flex: 1;
  font-size: 0.85rem;
}
.content-block .sides > .side * {
  font-size: 0.85rem;
}

.btn {
  border: 0;
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  text-align: center;
  background-color: #FD4B1E;
  color: #FFFFFF;
  font-weight: bold;
  padding: 0 20px;
  text-decoration: none;
  margin-right: 10px;
  height: 40px;
  cursor: pointer;
}
.btn:hover {
  background-color: #073E77;
  color: #FFFFFF;
}
@media screen and (max-width: 1064px) {
  .btn {
    margin-right: 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 808px) {
  .btn {
    font-size: 12px;
  }
}

.buttons {
  padding: 30px 0;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media screen and (max-width: 1064px) {
  .buttons {
    flex-direction: column;
  }
}
.buttons .btn {
  height: 70px;
  white-space: nowrap;
  font-weight: normal;
  font-size: 16px;
  direction: ltr;
}
@media screen and (max-width: 1064px) {
  .buttons .btn {
    padding: 20px 40px;
  }
}
@media screen and (max-width: 808px) {
  .buttons .btn {
    font-size: 14px;
  }
}

h1, h2, h3, h4, h5, h6, p, pre, ul, ol {
  margin: 0;
  padding: 0;
}

* {
  box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Assistant", sans-serif;
  direction: ltr;
}

h1 {
  font-family: "Poppins", sans-serif;
  color: #FD4B1E;
  font-size: 72px;
  font-weight: 500;
}
@media screen and (max-width: 808px) {
  h1 {
    font-size: 48px;
  }
}

h3 {
  font-family: "Poppins", sans-serif;
  color: #FD4B1E;
  font-weight: 500;
  font-size: 35px;
  margin: 0;
  margin-bottom: 11px;
}
@media screen and (max-width: 808px) {
  h3 {
    font-size: 24px;
  }
}

a {
  color: #FD4B1E;
}
a:hover {
  color: #073E77;
}

.splide__arrow {
  background: transparent;
}
.splide__arrow svg {
  fill: #FD4B1E;
  height: 36px;
  width: 36px;
}
.splide__arrow--next {
  right: 1em;
}
.splide__arrow--prev {
  right: -3em;
}
@media screen and (max-width: 808px) {
  .splide__arrow--next {
    right: -2em;
    top: 62.5%;
  }
  .splide__arrow--prev {
    left: -2em;
    top: 62.5%;
  }
}

.splide__pagination__page.is-active {
  background: #FD4B1E;
}

.splide--rtl > .splide__arrows .splide__arrow--next {
  right: -3em;
}
.splide--rtl > .splide__arrows .splide__arrow--prev {
  right: -3em;
}

@media screen and (max-width: 808px) {
  .splide__pagination {
    top: 10px;
    position: relative;
  }
}

@media screen and (max-width: 808px) {
  .immomakler-page {
    padding-top: 100px;
  }
  .immomakler-page .immomakler {
    padding: 0 16px;
  }
}

.main-menu {
  box-sizing: border-box;
  width: 100%;
  z-index: 666;
}
.main-menu .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F5F5F5;
  height: 80px;
  direction: rtl;
}
@media screen and (max-width: 808px) {
  .main-menu .navbar {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 665;
    transition: opacity 0.6s;
  }
  .main-menu .navbar.dn {
    opacity: 0;
  }
  .main-menu .navbar.dn.scrolling, .main-menu .navbar.dn.active {
    opacity: 1;
  }
}
.main-menu .navbar .navbar-logo {
  align-self: flex-start;
  width: 175px;
}
.main-menu .navbar .navbar-logo img {
  position: absolute;
  height: 110px;
  left: 0;
}
.main-menu .navbar .meta {
  margin-right: 191px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1480px) {
  .main-menu .navbar .meta {
    margin-right: 100px;
  }
}
@media screen and (max-width: 1064px) {
  .main-menu .navbar .meta {
    margin-right: 30px;
  }
}
.main-menu .navbar .meta a {
  display: flex;
  direction: ltr;
  text-decoration: none;
  color: #707070;
}
.main-menu .navbar .meta a:before {
  margin: 0 10px;
  content: " ";
  border-right: 1px solid #707070;
}
.main-menu .navbar .meta a:last-child:before {
  display: none;
}
.main-menu .navbar .meta a img {
  height: 14px;
}
.main-menu .navbar .meta .burger {
  display: none;
}
.main-menu .navbar .meta .burger img {
  height: 12px;
  width: 12px;
  stroke: #FD4B1E;
}
@media screen and (max-width: 808px) {
  .main-menu .navbar .meta .burger {
    display: block;
  }
}
.main-menu .navbar .meta .lang-en {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  color: #FD4B1E;
  font-size: 14px;
}
.main-menu .navbar .search-box {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 1480px) {
  .main-menu .navbar .search-box {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .main-menu .navbar .search-box {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .main-menu .navbar .search-box {
    width: auto;
  }
}
.main-menu .navbar .search-box.active {
  display: flex;
}
@media screen and (max-width: 808px) {
  .main-menu .navbar .search-box.active {
    background-color: #FD4B1E;
    align-items: center;
    position: fixed;
    z-index: 666;
    width: 100%;
    height: calc(100vh - 80px);
    top: 80px;
    right: 0;
    padding: 20px;
  }
  .main-menu .navbar .search-box.active input, .main-menu .navbar .search-box.active button {
    border-color: #FFFFFF;
  }
}
.main-menu .navbar .search-box form {
  width: 100%;
  display: flex;
}
.main-menu .navbar .search-box input {
  outline: none;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  min-height: 40px;
  background-color: #F5F5F5;
  border: 1px solid #FD4B1E;
  width: 100%;
  padding: 0 16px;
  text-align: start;
}
.main-menu .navbar .search-box button {
  background-color: #FD4B1E;
  color: #FFFFFF;
  border: 1px solid #FD4B1E;
}
.main-menu .navbar .inner {
  direction: ltr;
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1480px) {
  .main-menu .navbar .inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .main-menu .navbar .inner {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .main-menu .navbar .inner {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .main-menu .navbar .inner {
    display: none;
  }
}
.main-menu .navbar .inner.hidden {
  display: none;
}
.main-menu .navbar .inner.active {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 80px;
  right: 0;
  width: 100%;
  height: calc(100% - 80px);
  background: #FD4B1E;
  color: #FFFFFF;
  z-index: 666;
}
.main-menu .navbar .inner.active ul.menu {
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.main-menu .navbar .inner.active ul.menu li {
  margin: 0;
  padding: 10px 0;
  text-align: center;
}
.main-menu .navbar .inner.active ul.menu li.menu-item-has-children {
  border-radius: 4px;
}
.main-menu .navbar .inner.active ul.menu li.menu-item-has-children > a {
  font-weight: bold;
}
.main-menu .navbar .inner.active ul.menu li .sub-menu {
  position: static;
  display: flex;
  align-items: center;
  flex-direction: column;
  background-color: transparent;
}
.main-menu .navbar .inner.active ul.menu li .sub-menu li a {
  font-weight: normal;
}
.main-menu .navbar .inner.active ul.menu li .sub-menu li:last-child {
  padding-bottom: 0;
}
.main-menu .navbar .inner.active ul.menu a {
  font-weight: bold;
  font-size: 17px;
  color: #FFFFFF;
}
.main-menu .navbar .inner ul.menu, .main-menu .navbar .inner div.menu ul {
  list-style: none;
  display: flex;
}
.main-menu .navbar .inner ul.menu .sub-menu, .main-menu .navbar .inner div.menu ul .sub-menu {
  list-style: none;
  margin: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 20px;
  background-color: #F5F5F5;
  padding-top: 10px;
}
.main-menu .navbar .inner ul.menu .sub-menu a, .main-menu .navbar .inner div.menu ul .sub-menu a {
  display: block;
  padding: 6px 10px;
  white-space: nowrap;
}
.main-menu .navbar .inner ul.menu .sub-menu a:hover, .main-menu .navbar .inner div.menu ul .sub-menu a:hover {
  color: #073E77;
}
.main-menu .navbar .inner ul.menu li, .main-menu .navbar .inner div.menu ul li {
  margin-right: 40px;
  position: relative;
}
.main-menu .navbar .inner ul.menu li:hover .sub-menu, .main-menu .navbar .inner div.menu ul li:hover .sub-menu {
  display: initial;
}
.main-menu .navbar .inner ul.menu li:last-child, .main-menu .navbar .inner div.menu ul li:last-child {
  margin-right: 0;
}
.main-menu .navbar .inner ul.menu li.current_page_item > a, .main-menu .navbar .inner div.menu ul li.current_page_item > a {
  color: #073E77;
  font-family: "Poppins", "Assistant", sans-serif;
}
.main-menu .navbar .inner ul.menu li a, .main-menu .navbar .inner div.menu ul li a {
  font-size: 16px;
  color: #707070;
  text-decoration: none;
  font-family: "Poppins", "Assistant", sans-serif;
  font-weight: normal;
}
@media screen and (max-width: 1480px) {
  .main-menu .navbar .inner ul.menu li a, .main-menu .navbar .inner div.menu ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1064px) {
  .main-menu .navbar .inner ul.menu li a, .main-menu .navbar .inner div.menu ul li a {
    font-size: 14px;
  }
}

.container {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}
@media screen and (max-width: 1480px) {
  .container {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .container {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .container {
    width: auto;
  }
}

.inner-container {
  padding: 200px 200px 0 0;
}
@media screen and (max-width: 1480px) {
  .inner-container {
    padding: 150px 150px 0 0;
  }
}
@media screen and (max-width: 1064px) {
  .inner-container {
    padding: 130px 80px 0 0;
  }
}

.even {
  display: flex;
}
@media screen and (max-width: 808px) {
  .even {
    flex-direction: column;
  }
  .even.flexhard {
    flex-direction: row !important;
  }
  .even.flexrev {
    flex-direction: column-reverse;
  }
}
.even > * {
  flex: 1;
  margin-right: 12px;
}
@media screen and (max-width: 808px) {
  .even > * {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
.even > *:last-child {
  margin-right: 0;
}
@media screen and (max-width: 808px) {
  .even > *:last-child {
    margin-bottom: 0;
  }
}

.flexy {
  display: flex;
}
@media screen and (max-width: 808px) {
  .flexy {
    flex-direction: column;
  }
  .flexy.flexhard {
    flex-direction: row !important;
  }
  .flexy.flexrev {
    flex-direction: column-reverse;
  }
}
.flexy .flexy-0, .flexy > * {
  flex: 0;
}
.flexy .flexy-1 {
  flex: 1;
}
.flexy .flexy-2 {
  flex: 2;
}
.flexy .flexy-3 {
  flex: 3;
}
.flexy > * {
  margin-right: 20px;
}
@media screen and (max-width: 808px) {
  .flexy > * {
    margin-right: 0;
  }
}
.flexy > *:last-child {
  margin-right: 0;
}

.slide.page-slide .floater {
  height: 324px;
  background-color: #f5f5f5f0;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding: 65px 0;
  font-size: 17px;
}
@media screen and (max-width: 1064px) {
  .slide.page-slide .floater {
    height: 256px;
  }
}
@media screen and (max-width: 808px) {
  .slide.page-slide .floater {
    padding: 35px 15px;
    height: auto;
  }
}
.slide.page-slide .floater h3 {
  color: #FD4B1E;
  font-weight: normal;
  font-size: 35px;
  margin: 0;
  margin-bottom: 11px;
}
@media screen and (max-width: 808px) {
  .slide.page-slide .floater h3 {
    font-size: 24px;
  }
}
.slide.page-slide .floater p {
  color: #7a7a7a;
  margin-bottom: 30px;
}
.slide.page-slide .floater p:last-child {
  margin-bottom: 0;
}
.slide.page-slide .floater.primary {
  background-color: #FD4B1E;
  color: #FFFFFF;
}
.slide.page-slide .floater.primary h3, .slide.page-slide .floater.primary p {
  color: #FFFFFF;
}

h1.logo {
  font-family: "Poppins", sans-serif;
  letter-spacing: -1.46px;
  color: #FD4B1E;
  direction: ltr;
  font-weight: lighter;
  font-size: 37px;
  line-height: 37px;
  margin-bottom: 55px;
}
@media screen and (max-width: 808px) {
  h1.logo {
    font-size: 27px;
    line-height: 27px;
  }
}
h1.logo b {
  line-height: 53px;
  font-size: 53px;
  font-weight: 800;
}
@media screen and (max-width: 808px) {
  h1.logo b {
    font-size: 37px;
    line-height: 37px;
  }
}

.slide .main-floater {
  position: absolute;
  padding: 60px 42px 0 42px;
  width: 480px;
  height: 361px;
  background-color: #f5f5f5f0;
  top: 198px;
  left: 92px;
}
@media screen and (max-width: 808px) {
  .slide .main-floater {
    max-width: 340px;
    width: calc(100% - 20px);
    left: 10px;
    padding: 30px 21px 0 21px;
    height: 261px;
    background-color: #f5f5f588;
  }
}
.slide .main-floater h4 {
  margin: 0;
  padding: 0;
  text-align: start;
  font-size: 37px;
  font-weight: 200;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 1480px) {
  .slide .main-floater h4 {
    font-size: 32px;
  }
}
@media screen and (max-width: 808px) {
  .slide .main-floater h4 {
    font-size: 16px;
  }
}
.slide .main-floater .links {
  display: flex;
  width: 100%;
  align-items: stretch;
}
.slide .main-floater .links a {
  font-size: 16px;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  vertical-align: center;
  text-align: center;
  background-color: #FD4B1E;
  color: #FFFFFF;
  text-decoration: none;
  margin-right: 10px;
  height: 74px;
  position: relative;
  transition: all 0.4s;
  top: 0;
}
@media screen and (max-width: 808px) {
  .slide .main-floater .links a {
    font-size: 14px;
    height: 60px;
  }
}
.slide .main-floater .links a:hover {
  background-color: #073E77;
  top: -10px;
}
.slide .main-floater .links a:last-child {
  margin-right: 0;
}

.general-stats {
  margin-top: 100px;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 808px) {
  .general-stats {
    flex-direction: column;
    margin: 0 10px;
    text-align: center;
  }
}
.general-stats .stat {
  color: #FD4B1E;
  font-size: 28px;
  font-weight: normal;
  line-height: 29px;
  max-width: 22%;
}
@media screen and (max-width: 1480px) {
  .general-stats .stat {
    font-size: 24px;
  }
}
@media screen and (max-width: 1064px) {
  .general-stats .stat {
    font-size: 20px;
  }
}
@media screen and (max-width: 808px) {
  .general-stats .stat {
    font-size: 24px;
    max-width: 100%;
  }
}
.general-stats .stat h1 {
  font-family: "Poppins", sans-serif;
  font-size: 75px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 1480px) {
  .general-stats .stat h1 {
    font-size: 62px;
  }
}
@media screen and (max-width: 1064px) {
  .general-stats .stat h1 {
    font-size: 46px;
  }
}
@media screen and (max-width: 808px) {
  .general-stats .stat h1 {
    font-size: 54px;
    line-height: 50px;
    margin-top: 30px;
  }
}

.infos, .benefits {
  display: flex;
  font-size: 17px;
  color: #7a7a7a;
  overflow: hidden;
  position: relative;
  overflow: hidden;
  position: relative;
  background-color: #F5F5F5;
}
@media screen and (max-width: 808px) {
  .infos, .benefits {
    font-size: 15px;
    flex-direction: column;
    margin: 0 10px;
  }
}
.infos:before, .benefits:before {
  content: " ";
  transform: rotate(-1deg);
  position: absolute;
  background-color: #FFFFFF;
  width: 120%;
  height: 40px;
  margin-top: -20px;
  right: -1px;
}
.infos:after, .benefits:after {
  content: " ";
  transform: rotate(-1deg);
  position: absolute;
  background-color: #FFFFFF;
  width: 120%;
  height: 40px;
  bottom: -20px;
  right: 0;
}
.infos .stat, .benefits .stat {
  display: flex;
  justify-content: center;
  flex-direction: column;
  min-height: 137px;
  font-size: 17px;
  margin-top: 0;
  margin-bottom: 20px;
}
.infos .stat:first-child, .benefits .stat:first-child {
  margin-top: 5px;
}
.infos .stat:hover:before, .benefits .stat:hover:before {
  width: 100%;
}
.infos .stat:before, .benefits .stat:before {
  content: " ";
  width: 77px;
  height: 3px;
  background-color: #FD4B1E;
  display: block;
  margin-bottom: 45px;
  transition: all 0.7s;
}
.infos .left, .infos .right, .benefits .left, .benefits .right {
  width: 50%;
  padding: 0 70px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 1480px) {
  .infos .left, .infos .right, .benefits .left, .benefits .right {
    padding: 0 50px;
  }
}
@media screen and (max-width: 1064px) {
  .infos .left, .infos .right, .benefits .left, .benefits .right {
    padding: 0 24px;
  }
}
@media screen and (max-width: 808px) {
  .infos .left, .infos .right, .benefits .left, .benefits .right {
    width: auto;
    padding: 0 5px;
  }
}
@media screen and (max-width: 1064px) {
  .infos .left, .infos .right, .benefits .left, .benefits .right {
    padding: 51px 31px 51px 31px;
  }
}
.infos .primary, .benefits .primary {
  background-color: #FD4B1E;
  color: #FFFFFF;
}
.infos .primary .stat:before, .benefits .primary .stat:before {
  background-color: #FFFFFF;
}

.infos .left, .infos .right {
  padding: 120px 70px;
}
@media screen and (max-width: 1480px) {
  .infos .left, .infos .right {
    padding: 90px 50px;
  }
}
@media screen and (max-width: 1064px) {
  .infos .left, .infos .right {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 808px) {
  .infos .left, .infos .right {
    padding: 50px 10px;
  }
}

.benefits .stat {
  margin-bottom: 0;
}
.benefits .stat h2 {
  color: #FD4B1E;
}
.benefits .stat:before {
  display: none;
}
.benefits .right {
  min-height: 400px;
}
@media screen and (max-width: 1480px) {
  .benefits .right {
    min-height: 360px;
  }
}
@media screen and (max-width: 1064px) {
  .benefits .right {
    min-height: 300px;
  }
}
@media screen and (max-width: 808px) {
  .benefits .right {
    min-height: auto;
  }
}
.benefits .right .stat h2 {
  color: #FFFFFF;
}
.benefits .contact {
  background-color: #ffffff;
  color: #7a7a7a;
  padding: 30px 70px;
}
.benefits .contact h1.logo {
  margin-bottom: 20px;
}
@media screen and (max-width: 1480px) {
  .benefits .contact {
    padding: 20px;
  }
}
@media screen and (max-width: 808px) {
  .benefits .contact {
    padding: 12px;
  }
}
.benefits .contact p, .benefits .contact .buttons {
  margin: 0 auto;
}
@media screen and (max-width: 1064px) {
  .benefits .contact p, .benefits .contact .buttons {
    width: auto;
  }
}

.about-benefits .benefits {
  background: #ffffff;
  flex-wrap: wrap;
}
.about-benefits .benefits .right, .about-benefits .benefits .left {
  width: calc(50% - 13px / 2);
  flex: auto;
  height: 500px;
}
@media screen and (max-width: 1480px) {
  .about-benefits .benefits .right, .about-benefits .benefits .left {
    height: 370px;
  }
}
@media screen and (max-width: 808px) {
  .about-benefits .benefits .right, .about-benefits .benefits .left {
    width: 100%;
    height: auto;
  }
}
.about-benefits .benefits .left {
  margin-left: 13px;
}
@media screen and (max-width: 808px) {
  .about-benefits .benefits .left {
    margin-left: 0;
  }
}
.about-benefits .benefits .right {
  background: #F5F5F5;
}
.about-benefits .benefits .right.primary {
  background: #FD4B1E;
}
.about-benefits .benefits:before {
  display: none;
}
.about-benefits .benefits:after {
  display: none;
}
.about-benefits .benefits .left, .about-benefits .benefits .right {
  margin-bottom: 13px;
}

.services {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  margin: 0 auto 100px auto;
}
@media screen and (max-width: 1480px) {
  .services {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .services {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .services {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .services {
    margin-bottom: 13px;
  }
}
.services .service {
  height: 468px;
  display: flex;
  margin-bottom: 13px;
}
@media screen and (max-width: 808px) {
  .services .service {
    display: block;
    height: auto;
  }
}
.services .service > * {
  flex: 1;
}
.services .service:first-child .service-inner {
  padding-top: 80px;
}
@media screen and (max-width: 1480px) {
  .services .service:first-child .service-inner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 808px) {
  .services .service:first-child .service-inner {
    padding-top: 40px;
  }
}
.services .service .service-picture {
  background-size: cover;
  margin-left: 13px;
}
@media screen and (max-width: 808px) {
  .services .service .service-picture {
    margin-left: 0;
    height: 300px;
  }
}
.services .service .service-inner {
  background-color: #F5F5F5;
  padding: 63px 102px;
  height: 100%;
  font-size: 17px;
  color: #7a7a7a;
}
@media screen and (max-width: 1480px) {
  .services .service .service-inner {
    padding: 47px 82px;
  }
}
@media screen and (max-width: 808px) {
  .services .service .service-inner {
    padding: 22px;
    font-size: 16px;
  }
}
.services .service .service-inner h3 {
  font-size: 38px;
  color: #FD4B1E;
  font-weight: normal;
  margin-bottom: 20px;
}
@media screen and (max-width: 1480px) {
  .services .service .service-inner h3 {
    font-size: 26px;
  }
}
.services .service:nth-child(even) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 808px) {
  .services .service:nth-child(even) {
    flex-direction: column;
  }
}
.services .service:nth-child(even) .service-picture {
  margin-left: 0;
  margin-right: 13px;
}
@media screen and (max-width: 808px) {
  .services .service:nth-child(even) .service-picture {
    margin-right: 0;
    height: 300px;
  }
}

.gallery {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  margin-top: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1480px) {
  .gallery {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .gallery {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .gallery {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .gallery {
    width: 80%;
    padding-bottom: 20px;
  }
}
.gallery .gallery-item {
  display: flex;
  height: 450px;
}
@media screen and (max-width: 808px) {
  .gallery .gallery-item {
    flex-direction: column;
    height: auto;
  }
}
.gallery .gallery-item .img {
  flex: 1;
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 808px) {
  .gallery .gallery-item .img {
    height: 160px;
    flex: auto;
  }
}
.gallery .gallery-item .meta {
  background-color: #F5F5F5;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  line-height: 2.5rem;
  color: #073E77;
}
.gallery .gallery-item .meta > * {
  padding: 0 30px 0 60px;
  width: 100%;
}
@media screen and (max-width: 808px) {
  .gallery .gallery-item .meta > * {
    padding: 0 20px;
  }
}

.search-listing ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 808px) {
  .search-listing ul {
    padding: 0 10px;
  }
}
.search-listing ul li {
  width: calc(25% - 15px);
  display: flex;
  flex-direction: column;
  margin-right: 20px;
}
.search-listing ul li:nth-child(4), .search-listing ul li:nth-child(8), .search-listing ul li:nth-child(12), .search-listing ul li:nth-child(16), .search-listing ul li:nth-child(20), .search-listing ul li:nth-child(24) {
  margin-right: 0;
}
@media screen and (max-width: 1064px) {
  .search-listing ul li {
    width: calc(50% - 10px);
  }
  .search-listing ul li:nth-child(even) {
    margin-right: 0;
  }
}
.search-listing ul li img {
  width: 100%;
  object-fit: cover;
  height: 300px;
}
@media screen and (max-width: 1480px) {
  .search-listing ul li img {
    height: 220px;
  }
}
@media screen and (max-width: 808px) {
  .search-listing ul li img {
    height: 160px;
  }
}

.slide.offers-slide {
  margin: 0;
  padding-top: 0;
  justify-content: normal;
}
.slide.offers-slide h4 {
  font-family: "Poppins", sans-serif;
  color: #7a7a7a;
  font-size: 17px;
  text-align: center;
  padding: 15px 0 65px 0;
  margin-bottom: 0;
}
@media screen and (max-width: 808px) {
  .slide.offers-slide h4 {
    font-size: 16px;
  }
}
.slide.offers-slide .slide-inner {
  background: transparent;
}
.slide.offers-slide .slide-inner .content {
  font-size: 17px;
  padding: 80px 86px 70px 86px;
}
@media screen and (max-width: 808px) {
  .slide.offers-slide .slide-inner .content {
    font-size: 15px;
    padding: 80px 10px;
  }
}

.offers {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 808px) {
  .offers {
    flex-direction: column;
    align-items: center;
  }
}
.offers .offer-overlay {
  position: relative;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 67% auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Poppins", sans-serif;
  transition: all 0.25s;
  background-color: #FD4B1E;
  color: #FFFFFF;
  transition-delay: 0.25s;
  transition-timing-function: linear;
  text-align: center;
}
.offers .offer-inner {
  backface-visibility: hidden;
  position: absolute;
  transform: rotateX(-90deg);
  transform-style: preserve-3d;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  top: 0;
  transition: all 0.25s;
  transition-delay: 0s;
  transition-timing-function: linear;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.offers .offer-inner b {
  font-weight: normal;
  font-size: 17px;
  padding: 0 30px;
  color: #FD4B1E;
  text-align: center;
}
.offers .offer-inner .btn {
  flex: 0;
  padding: 5px 20px;
  margin-top: 10px;
}
.offers .offer {
  margin-right: 16px;
  width: 280px;
  height: 280px;
  position: relative;
  perspective: 1000px;
}
@media screen and (max-width: 808px) {
  .offers .offer {
    margin-right: 0;
    margin-bottom: 16px;
  }
}
.offers .offer:hover .offer-overlay {
  transform: rotateX(90deg);
  transition-delay: 0s;
}
.offers .offer:hover .offer-inner {
  transform: rotateY(0);
  transition-delay: 0.25s;
}
.offers .offer:last-child {
  margin-right: 0;
}

.timescale .item-meta {
  font-family: "Poppins", sans-serif;
}

.process-stages {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1480px) {
  .process-stages {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .process-stages {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .process-stages {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .process-stages {
    flex-direction: column;
  }
}
.process-stages .stage {
  height: 500px;
  width: calc(50% - 13px / 2);
  background-color: #F5F5F5;
  margin-right: 13px;
  padding-bottom: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 70px;
  margin-bottom: 13px;
}
@media screen and (max-width: 1480px) {
  .process-stages .stage {
    height: 400px;
  }
}
@media screen and (max-width: 808px) {
  .process-stages .stage {
    width: 100%;
  }
}
.process-stages .stage p, .process-stages .stage h3 {
  width: 70%;
  text-align: start;
}
.process-stages .stage:last-child {
  margin-right: 0;
}
.process-stages .stage:nth-child(even) {
  background-color: #FD4B1E;
  color: #FFFFFF;
}
.process-stages .stage:nth-child(even) h3 {
  color: #FFFFFF;
}
.process-stages:nth-child(even) .stage {
  background-color: #FD4B1E;
  color: #FFFFFF;
}
.process-stages:nth-child(even) .stage h3 {
  color: #FFFFFF;
}
.process-stages:nth-child(even) .stage:nth-child(even) {
  background-color: #F5F5F5;
  color: #7a7a7a;
}
.process-stages:nth-child(even) .stage:nth-child(even) h3 {
  color: #FD4B1E;
}

.project-listings {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.project-listings .listing {
  display: flex;
  align-items: flex-end;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: calc(33.33333% - 50px / 3 * 2);
  margin-right: 50px;
  margin-bottom: 50px;
  height: 420px;
}
@media screen and (max-width: 1480px) {
  .project-listings .listing {
    height: 290px;
    margin-right: 40px;
    width: calc(33.33333% - 40px / 3 * 2);
  }
}
@media screen and (max-width: 1064px) {
  .project-listings .listing {
    margin-right: 20px;
    width: calc(50% - 20px / 2);
  }
  .project-listings .listing:nth-child(even) {
    margin-right: 0;
  }
}
@media screen and (max-width: 808px) {
  .project-listings .listing {
    height: 340px;
    margin-right: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1065px) {
  .project-listings .listing:nth-child(3), .project-listings .listing:nth-child(6), .project-listings .listing:nth-child(9), .project-listings .listing:nth-child(12), .project-listings .listing:nth-child(15) {
    margin-right: 0;
  }
}
.project-listings .listing .listing-meta {
  width: 100%;
  background-color: rgba(253, 75, 30, 0.9);
  color: #FFFFFF;
  height: 90px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 10px;
}
@media screen and (max-width: 1480px) {
  .project-listings .listing .listing-meta {
    height: 70px;
  }
}
.project-listings .listing .listing-meta h2, .project-listings .listing .listing-meta h3, .project-listings .listing .listing-meta h4 {
  color: #FFFFFF;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1480px) {
  .project-listings .listing .listing-meta h2, .project-listings .listing .listing-meta h3, .project-listings .listing .listing-meta h4 {
    font-size: 13px;
  }
}

.footer {
  min-height: 400px;
  background-color: #FD4B1E;
  color: #FFFFFF;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 808px) {
  .footer {
    min-height: auto;
  }
}
.footer:before {
  content: " ";
  transform: rotate(-1deg);
  position: absolute;
  background-color: #F5F5F5;
  width: 120%;
  height: 40px;
  margin-top: -20px;
  right: -1px;
}
.footer.raw {
  overflow: hidden;
  position: relative;
}
.footer.raw:before {
  content: " ";
  transform: rotate(-1deg);
  position: absolute;
  background-color: #FFFFFF;
  width: 120%;
  height: 40px;
  margin-top: -20px;
  right: -1px;
}
.footer .footer-inner {
  display: flex;
  margin: 80px auto 0 auto;
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  justify-content: space-between;
  height: 100%;
}
@media screen and (max-width: 1480px) {
  .footer .footer-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .footer .footer-inner {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .footer .footer-inner {
    width: auto;
  }
}
.footer .footer-inner > * {
  flex: 1;
}
@media screen and (max-width: 808px) {
  .footer .footer-inner {
    align-items: start;
    margin: 50px auto 0 auto;
    width: 100%;
    padding: 0 15px;
  }
  .footer .footer-inner .right, .footer .footer-inner .left {
    width: 50%;
  }
}
.footer .footer-inner .left {
  display: flex;
  flex-direction: column;
  padding-left: 15px;
}
@media screen and (max-width: 808px) {
  .footer .footer-inner .left {
    flex-direction: column;
  }
}
.footer .menu {
  list-style: none;
}
.footer .menu li {
  margin-bottom: 17px;
}
@media screen and (max-width: 808px) {
  .footer .menu li {
    margin-bottom: 12px;
  }
}
.footer .menu a {
  font-size: 17px;
  color: #FFFFFF;
  text-decoration: none;
}
@media screen and (max-width: 808px) {
  .footer .menu a {
    font-size: 14px;
  }
}
.footer .social-icons {
  padding: 0 0 0 70px;
}
@media screen and (max-width: 808px) {
  .footer .social-icons {
    padding: 0;
  }
}
.footer .social-icons img {
  height: 48px;
  margin-right: 10px;
  transition: background-color 0.3s;
}
@media screen and (max-width: 808px) {
  .footer .social-icons img {
    height: 38px;
  }
}
.footer .social-icons img:hover {
  border-radius: 5px;
  background-color: #ffffff33;
}
.footer .contact-details {
  direction: ltr;
  padding: 0 0 0 70px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 808px) {
  .footer .contact-details {
    padding: 0;
  }
}
.footer .contact-details p {
  padding: 0 0 20px 0;
  font-size: 17px;
}
@media screen and (max-width: 808px) {
  .footer .contact-details p {
    font-size: 14px;
  }
}
.footer .footer-logos {
  display: flex;
  justify-content: flex-end;
  align-items: end;
}
@media screen and (max-width: 808px) {
  .footer .footer-logos {
    display: none;
  }
}
.footer .footer-logos img {
  max-width: 106px;
  margin-right: 30px;
}
.footer .footer-logos img:last-child {
  margin-right: 0;
}
.footer .footer-copy {
  margin-top: 62px;
  margin-bottom: 20px;
}
@media screen and (max-width: 808px) {
  .footer .footer-copy {
    font-size: 12px;
  }
}

.slide {
  color: #7a7a7a;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 80px 0;
}
.slide p {
  font-size: 17px;
}
@media screen and (max-width: 1480px) {
  .slide p {
    font-size: 16px;
  }
}
.slide h3 {
  color: #FD4B1E;
  font-weight: 500;
  font-size: 35px;
  margin-bottom: 11px;
}
@media screen and (max-width: 808px) {
  .slide h3 {
    font-size: 24px;
  }
}
.slide h4 {
  color: #FD4B1E;
  font-weight: normal;
  font-size: 17px;
  margin-bottom: 11px;
  text-align: center;
  padding: 0 0 80px 0;
}
@media screen and (max-width: 808px) {
  .slide h4 {
    font-size: 16px;
    padding: 50px 20px 60px 20px;
  }
}
.slide.primary h3, .slide .primary h3 {
  color: #FFFFFF;
}
.slide.main-slide {
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  min-height: calc(100vh - 80px) !important;
}
@media screen and (max-width: 808px) {
  .slide.main-slide {
    min-height: 100vh !important;
  }
}
.slide.page-slide {
  min-height: 100vh;
  background: #F5F5F5;
  background-size: cover;
  background-position: bottom;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 808px) {
  .slide.page-slide {
    min-height: auto;
  }
}
.slide.page-slide h3 {
  font-weight: normal;
  margin: 30px 0 10px 0;
}
.slide.split-slide {
  flex-direction: row;
}
.slide.split-slide > * {
  height: calc(100vh - 80px);
}
.slide.split-slide > :first-child {
  flex: 1;
}
.slide.split-slide > :last-child {
  flex: 1;
}
.slide.raw-slide {
  min-height: 100vh;
  background: #FFFFFF;
  padding: 120px 0 50px 0;
}
@media screen and (max-width: 808px) {
  .slide.raw-slide {
    min-height: auto;
    padding: 0;
  }
}
.slide.free-slide {
  min-height: auto;
  padding: 0;
}
.slide .slide-inner {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  background-color: #FFFFFF;
  margin: 0 auto;
}
@media screen and (max-width: 1480px) {
  .slide .slide-inner {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .slide .slide-inner {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .slide .slide-inner {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .slide .slide-inner {
    margin: 0 10px;
  }
}
.slide .slide-inner.ad {
  padding: 100px 0;
  font-size: 17px;
  color: #7a7a7a;
  text-align: center;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.ad {
    padding: 50px 10px;
  }
}
.slide .slide-inner.ad > * {
  max-width: 800px;
  margin: 0 auto;
}
.slide .slide-inner.ad h3 {
  font-size: 45px;
  font-weight: bold;
  margin-bottom: 38px;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.ad h3 {
    font-size: 28px;
    margin-bottom: 18px;
  }
}
.slide .slide-inner.ad ul {
  margin: 38px auto;
  list-style: none;
  color: #073E77;
}
.slide .slide-inner.ad ul li {
  margin-bottom: 20px;
}
.slide .slide-inner.ad ul li:last-child {
  margin-bottom: 0;
}
.slide .slide-inner.ad ul li:before {
  position: relative;
  right: -10px;
  content: " ";
  width: 20px;
  height: 20px;
  background: url("assets/images/check-secondary.svg") no-repeat center;
  background-size: contain;
  display: inline-block;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.ad ul li:before {
    width: 16px;
    height: 16px;
    right: -6px;
  }
}
.slide .slide-inner.raw {
  background-color: transparent;
}
.slide .slide-inner.light {
  background-color: #F5F5F5;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.terms {
    margin-top: 100px;
    max-width: 100%;
    padding: 0 20px;
    word-break: break-word;
  }
  .slide .slide-inner.terms p {
    font-size: 14px;
  }
}
.slide .slide-inner.terms h1, .slide .slide-inner.terms h2, .slide .slide-inner.terms h3 {
  color: #FD4B1E;
  margin: 16px 0;
}
.slide .slide-inner.terms h1 {
  font-size: 38px;
  text-transform: uppercase;
  font-weight: bold;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.terms h1 {
    font-size: 20px;
  }
}
.slide .slide-inner.terms h2 {
  font-size: 28px;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.terms h2 {
    font-size: 18px;
  }
}
.slide .slide-inner.terms h3 {
  font-size: 24px;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner.terms h3 {
    font-size: 16px;
  }
}
.slide .slide-inner .content {
  padding: 120px 86px 70px 86px;
}
@media screen and (max-width: 808px) {
  .slide .slide-inner .content {
    padding: 80px 10px 40px 10px;
  }
}
.slide .slide-inner .content.hl {
  background-color: #F5F5F5;
  margin-bottom: 10px;
}
.slide .slide-inner .content p {
  font-size: 17px;
  color: #787878;
}
.slide.stats-slide .content {
  margin-top: 40px;
  font-family: "Poppins", "Assistant", sans-serif;
  font-weight: 400;
}
.slide.sell-headline {
  font-family: "Poppins", "Assistant", sans-serif;
  font-weight: 400;
  font-size: 17px;
}
.slide.process-headline .slide-inner .content {
  font-family: "Poppins", "Assistant", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding-top: 90px;
}

.slide-head {
  z-index: 60;
  text-align: center;
  position: relative;
  top: -45px;
  height: 0;
}
@media screen and (max-width: 1480px) {
  .slide-head {
    top: -29px;
  }
}
@media screen and (max-width: 1064px) {
  .slide-head {
    top: -18px;
  }
}
@media screen and (max-width: 808px) {
  .slide-head {
    top: -25px;
  }
}
.slide-head.top-slide {
  top: -225px;
}
@media screen and (max-width: 1480px) {
  .slide-head.top-slide {
    top: -189px;
  }
}
@media screen and (max-width: 1064px) {
  .slide-head.top-slide {
    top: -162px;
  }
}
@media screen and (max-width: 808px) {
  .slide-head.top-slide {
    top: -205px;
  }
}
.slide-head .slide-head-inner {
  font-family: "Poppins", sans-serif;
  display: inline-flex;
  margin: 0 auto;
  background: url("assets/images/slide-head.png") no-repeat;
  background-size: 100% 100%;
  height: 110px;
  align-items: center;
  color: #ffffff;
  padding: 0 85px 10px 85px;
  font-size: 41px;
  font-weight: 500;
}
@media screen and (max-width: 1480px) {
  .slide-head .slide-head-inner {
    height: 70px;
    padding: 0 65px 10px 65px;
    font-size: 31px;
  }
}
@media screen and (max-width: 1064px) {
  .slide-head .slide-head-inner {
    height: 50px;
    padding: 0 55px 10px 55px;
    font-size: 26px;
  }
}
@media screen and (max-width: 808px) {
  .slide-head .slide-head-inner {
    height: 50px;
    max-width: 100%;
    padding: 0 35px 10px 35px;
    font-size: 20px;
  }
}

.slide-edge {
  height: 0;
  text-align: start;
  width: 100%;
}
.slide-edge img {
  height: 113px;
}
@media screen and (max-width: 1064px) {
  .slide-edge img {
    height: 67px;
  }
}

.slide.page-slide .contact-floater {
  margin-right: auto;
  margin-left: auto;
  width: 1000px;
}
@media screen and (max-width: 1480px) {
  .slide.page-slide .contact-floater {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .slide.page-slide .contact-floater {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .slide.page-slide .contact-floater {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .slide.page-slide .contact-floater {
    margin: 70px 10px 60px 10px;
    width: 280px;
  }
}
.slide.page-slide .contact-floater .slide-head {
  top: -55px;
}
@media screen and (max-width: 1480px) {
  .slide.page-slide .contact-floater .slide-head {
    top: -38px;
  }
}
@media screen and (max-width: 1064px) {
  .slide.page-slide .contact-floater .slide-head {
    top: -27px;
  }
}
@media screen and (max-width: 808px) {
  .slide.page-slide .contact-floater .slide-head {
    top: -34px;
  }
}
.slide.page-slide .contact-floater h3 {
  font-size: 26px;
}
@media screen and (max-width: 808px) {
  .slide.page-slide .contact-floater h3 {
    font-size: 22px;
  }
}
.slide.page-slide .contact-floater p {
  margin-bottom: 10px;
}

.contact-form {
  margin: 140px auto;
  padding: 60px;
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
  box-shadow: 0 3px 40px #00000026;
  background: #ffffff;
}
@media screen and (max-width: 1480px) {
  .contact-form {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .contact-form {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .contact-form {
    width: auto;
  }
}
@media screen and (max-width: 808px) {
  .contact-form {
    margin: 110px 0;
    padding: 20px;
  }
}
.contact-form form {
  direction: ltr;
}
.contact-form.collapsed .even, .contact-form.collapsed .flexy {
  flex-direction: column;
}
.contact-form.collapsed .even > *, .contact-form.collapsed .flexy > * {
  margin-right: 0;
}
.contact-form.inner-form {
  background: transparent;
  box-shadow: none;
  width: auto;
  margin: 0;
  padding: 0;
}
.contact-form.inner-form.shaded-inner {
  box-shadow: 0px 3px 40px #00000026;
  padding: 50px;
}
.contact-form .even > * {
  margin-bottom: 20px;
  margin-right: 20px;
}
@media screen and (max-width: 808px) {
  .contact-form .even > * {
    margin-right: 0;
  }
}
.contact-form .even > *:last-child {
  margin-right: 0;
}
.contact-form label {
  display: flex;
  font-size: 12px;
  line-height: 21px;
}
.contact-form span {
  font-size: 12px;
}
.contact-form .wpcf7-form-control-wrap {
  width: 100%;
  margin: 0;
}
.contact-form .wpcf7-form-control-wrap.terms {
  display: inline-block;
  width: auto;
}
.contact-form input, .contact-form select, .contact-form textarea {
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
  min-height: 50px;
  background-color: #F5F5F5;
  border: 1px solid #FD4B1E;
  width: 100%;
  padding: 0 26px 0 16px;
  text-align: start;
}
.contact-form input.wpcf7-not-valid, .contact-form select.wpcf7-not-valid, .contact-form textarea.wpcf7-not-valid {
  background-color: #ffabaf;
}
.contact-form .wpcf7 input[type=url], .contact-form .wpcf7 input[type=email], .contact-form .wpcf7 input[type=tel] {
  direction: ltr;
}
.contact-form textarea {
  padding: 12px 16px;
  height: 120px;
  flex: 1;
}
.contact-form .wpcf7-submit {
  background-color: #FD4B1E;
  color: #FFFFFF;
  padding: 0 60px;
}
.contact-form input[type=checkbox] {
  min-height: 0;
  height: 16px;
  width: 16px;
  padding: 0;
}

.wpcf7-form {
  max-width: 100%;
  box-shadow: none;
  padding: 0;
}

.news-header {
  padding: 0;
}
.news-header .inner-container {
  width: 640px;
  margin: 0 auto;
}
@media screen and (max-width: 1064px) {
  .news-header .inner-container {
    width: 100%;
  }
}
@media screen and (max-width: 808px) {
  .news-header .inner-container {
    padding: 130px 20px 0 0;
  }
}
.news-header .bg {
  background-size: auto 100%;
}
@media screen and (max-width: 808px) {
  .news-header .bg {
    flex: 34;
    background-size: cover;
  }
}
.news-header h1 {
  color: #FD4B1E;
  font-size: 72px;
}
@media screen and (max-width: 808px) {
  .news-header h1 {
    font-size: 48px;
  }
}
.news-header h3 {
  color: #FD4B1E;
  display: flex;
}
.news-header h3 .caret-icon {
  margin-top: 10px;
  width: 30px;
  height: 30px;
  margin-left: 10px;
}
@media screen and (max-width: 808px) {
  .news-header h3 .caret-icon {
    width: 16px;
    height: 16px;
  }
}
.news-header a {
  text-decoration: none;
  font-size: 0.9rem;
}
.news-header .caret-icon.down {
  margin: 20px 0;
}
.news-header p {
  font-size: 20px;
}
@media screen and (max-width: 808px) {
  .news-header p {
    font-size: 16px;
  }
}

.news-listing .row {
  margin-right: auto;
  margin-left: auto;
  width: 1400px;
}
@media screen and (max-width: 1480px) {
  .news-listing .row {
    width: 1000px;
  }
}
@media screen and (max-width: 1064px) {
  .news-listing .row {
    width: 750px;
  }
}
@media screen and (max-width: 808px) {
  .news-listing .row {
    width: auto;
  }
}

.news-items {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 808px) {
  .news-items {
    flex-direction: column;
  }
}
.news-items .news-item {
  margin-top: 30px;
  display: flex;
  width: calc(50% - 5px);
}
@media screen and (max-width: 808px) {
  .news-items .news-item {
    flex-direction: column;
    height: 100%;
    margin-left: 0;
    width: 100%;
  }
}
.news-items .news-item h3 {
  margin-bottom: 0;
}
.news-items .news-item p {
  margin: 0;
}
.news-items .news-item .thumb {
  flex: 1;
  background-size: cover;
  height: 330px;
}
@media screen and (max-width: 1480px) {
  .news-items .news-item .thumb {
    height: 220px;
  }
}
@media screen and (max-width: 808px) {
  .news-items .news-item .thumb {
    flex: auto;
    margin-left: 0;
  }
}
.news-items .news-item .info {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 50px 0;
  margin: 0 50px;
}
@media screen and (max-width: 1480px) {
  .news-items .news-item .info {
    padding: 0;
    margin-left: 25px;
  }
}
@media screen and (max-width: 808px) {
  .news-items .news-item .info {
    flex: 0;
    padding: 30px 20px;
  }
}
.news-items .news-item .info h3 {
  font-size: 28px;
}
@media screen and (max-width: 1064px) {
  .news-items .news-item .info h3 {
    font-size: 22px;
  }
}
.news-items .news-item .info p {
  width: auto;
}
@media screen and (max-width: 808px) {
  .news-items .news-item .info p {
    flex: 0;
    padding: 20px 0;
  }
}

.news-entry-header .meta {
  display: flex;
  align-items: center;
}
.news-entry-header .meta h3 {
  display: flex;
  align-items: center;
}
.news-entry-header .meta h3 .caret-icon {
  margin-left: 13px;
  width: 30px;
  height: 30px;
}
.news-entry-header .meta h3 {
  margin-left: 16px;
  margin-bottom: 0;
  font-size: 24px;
  line-height: 26px;
  max-width: 300px;
}
.news-entry-header .main-image {
  height: 500px;
  margin-top: 45px;
}
.news-entry-header .main-image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.news-entry-header .main-content {
  margin-top: 45px;
}

.news-panels {
  display: flex;
}
@media screen and (max-width: 808px) {
  .news-panels {
    flex-direction: column;
    padding: 15px;
  }
}
.news-panels .main-panel {
  flex: 2;
  margin-left: 80px;
}
@media screen and (max-width: 808px) {
  .news-panels .main-panel {
    margin-left: 0;
  }
}
.news-panels .main-panel .caret-icon {
  margin: 30px 0;
}
.news-panels .side-panel {
  flex: 1;
  background-color: #F5F5F5;
}
@media screen and (max-width: 808px) {
  .news-panels .side-panel {
    margin-top: 40px;
  }
}
.news-panels .side-panel .more-news {
  padding: 90px 30px;
}
.news-panels .side-panel .more-news .text {
  margin: 30px 0;
}
.news-panels .side-panel .more-news .btn {
  margin-bottom: 30px;
  display: inline-block;
  height: auto;
  padding: 10px 30px;
}
.news-panels .side-panel .more-news .image img {
  width: 100%;
}

.news-content {
  margin-bottom: 30px;
  color: #000000;
}

.timescale {
  text-align: center;
}
.timescale h1 {
  color: #FD4B1E;
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 1064px) {
  .timescale h1 {
    font-size: 26px;
  }
}
.timescale p {
  color: #7a7a7a;
  font-size: 20px;
}
@media screen and (max-width: 1480px) {
  .timescale p {
    font-size: 17px;
  }
}
@media screen and (max-width: 1064px) {
  .timescale p {
    font-size: 16px;
  }
}
@media screen and (max-width: 808px) {
  .timescale p {
    font-size: 13px;
    -webkit-hyphens: manual;
    -ms-hyphens: manual;
    hyphens: manual;
    word-break: break-word;
  }
}
.timescale .items {
  margin-top: 100px;
  display: flex;
  flex-direction: column;
  padding-bottom: 50px;
}
.timescale .items .item {
  height: 150px;
  width: 650px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 808px) {
  .timescale .items .item {
    width: auto;
    margin: 0 10px;
  }
}
.timescale .items .item:before {
  box-sizing: border-box;
  content: " ";
  position: absolute;
  height: 0;
  width: 5px;
  background-color: #FD4B1E;
  margin: 20px 0 20px 0;
  top: -125px;
  right: calc(50% - 7px);
  transition: all 0.8s;
}
@media screen and (max-width: 1064px) {
  .timescale .items .item:before {
    width: 3px;
    right: calc(50% - 1px);
  }
}
.timescale .items .item:after {
  top: -5px;
  box-sizing: border-box;
  content: " ";
  position: absolute;
  margin-left: -18.5px;
  background-color: #F5F5F5;
  height: 45px;
  width: 45px;
  border: 4px solid #FD4B1E;
  border-radius: 666px;
  transition: all 0.8s;
  transition-delay: 0.2s;
}
@media screen and (max-width: 1064px) {
  .timescale .items .item:after {
    height: 35px;
    width: 35px;
    border-width: 3px;
  }
}
.timescale .items .item:nth-child(even) .item-meta {
  margin-left: 61.5%;
  text-align: start;
  right: 0;
  right: 50px;
}
@media screen and (max-width: 808px) {
  .timescale .items .item:nth-child(even) .item-meta {
    right: 0;
  }
}
.timescale .items .item:nth-child(even).active .item-meta {
  right: 0;
}
.timescale .items .item:first-child:before {
  display: none;
}
.timescale .items .item:last-child:after {
  background: transparent url("assets/images/check-bg.svg") center center no-repeat;
  background-size: 70%;
}
.timescale .items .item:last-child .item-meta {
  margin-top: 60px;
  margin-left: 30.75%;
  text-align: center;
  right: 0;
  right: 0;
  top: 50px;
}
.timescale .items .item .item-meta {
  text-align: end;
  color: #7a7a7a;
  font-size: 24px;
  max-width: 250px;
  position: relative;
  opacity: 0;
  right: 50px;
  transition: all 0.8s;
}
@media screen and (max-width: 808px) {
  .timescale .items .item .item-meta {
    max-width: 40%;
    right: 0;
    padding: 5px;
  }
}
.timescale .items .item .item-meta h2 {
  font-size: 24px;
  font-weight: bolder;
  margin-bottom: 10px;
}
@media screen and (max-width: 1480px) {
  .timescale .items .item .item-meta h2 {
    font-size: 20px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1064px) {
  .timescale .items .item .item-meta h2 {
    font-size: 16px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 808px) {
  .timescale .items .item .item-meta h2 {
    font-size: 13px;
    font-weight: 500;
    overflow-wrap: break-word;
    hyphens: auto;
    margin-bottom: 6px;
  }
}
.timescale .items .item.active:before {
  height: calc(100% - 56px);
}
.timescale .items .item.active:after {
  background-color: #FD4B1E;
}
.timescale .items .item.active .item-meta {
  right: 0;
  top: 0;
  opacity: 1;
}

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