@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Poppins:300,700&family=Roboto+Slab:wght@300&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 25px;
  scroll-behavior: smooth;
}

body {
  color: #1B1B1B;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.5;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
}

h1 {
  font-size: 4rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}
h1 > * {
  font-family: "Roboto Slab", sans-serif !important;
  font-weight: 300 !important;
}

h2 {
  font-size: 4rem;
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}
h2 > * {
  font-family: "Roboto Slab", sans-serif !important;
  font-weight: 300 !important;
}

h3 {
  font-size: 3.2rem;
}

h4 {
  font-size: 2.4rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Poppins", sans-serif;
}

strong,
b {
  font-weight: bold;
}

i,
em {
  font-style: italic;
}

ul li,
ol li {
  text-align: left;
}

a,
input[type=submit],
button,
.transition {
  -webkit-transition: all 400ms ease;
  -moz-transition: all 400ms ease;
  -ms-transition: all 400ms ease;
  -o-transition: all 400ms ease;
  transition: all 400ms ease;
}

a {
  text-decoration: none;
}

a:hover,
a:focus {
  color: #0DAFBC;
}

img {
  max-width: 100%;
  height: auto;
}

img.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
}

img.grayscale:hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

.round {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.content ol,
.content ul {
  margin-left: 10px;
  padding-left: 10px;
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

.content p {
  font-size: 2rem;
  line-height: 1.5;
  margin-bottom: 1rem;
}

/****************************************************************
    LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT  LAYOUT
****************************************************************/
.off-canvas-wrapper {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1330px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  display: block;
}

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  transition: 0.4s;
}

.mid-link {
  margin: 0 40px;
}

header {
  width: 100vw;
  padding-left: 60px;
  padding-right: calc(60px + 100vw - 100%);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999999;
  transition: 0.4s;
}
header .social {
  margin-right: 15px;
}
header .logos {
  display: flex;
  align-items: center;
}
header .logos img {
  max-height: 70px;
}
header.active {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

.page-wrap {
  padding: 0 60px;
  width: 100vw;
  overflow: hidden;
}

.about-section {
  padding-top: 160px !important;
}
.about-section .left-text h4, .about-section .left-text .text {
  max-width: 21.2rem;
}
.about-section .line-wrapper {
  display: flex;
  justify-content: flex-end;
  margin-top: 5px;
}
.about-section .line-wrapper svg {
  width: 22vw;
  height: auto;
}
.about-section .right-text {
  padding-top: 5rem;
}
.about-section .right-text h4 {
  font-size: 2.3rem;
}
.about-section .right-text h4 strong {
  font-weight: 300;
  color: #0DAFBC;
}
.about-section .right-text .text {
  font-size: 1.6rem;
  margin-bottom: 20px;
  line-height: 1.2;
}

/** Main Menu */
ul#main-menu {
  position: relative;
  display: flex;
  flex-direction: row;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: center;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li.lang-item {
  border: 1px solid;
  margin-left: 10px;
  border-radius: 5px;
}
ul#main-menu > li.lang-item a {
  padding: 5px 10px;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 0.72rem;
  padding: 5px 20px;
  color: #1B1B1B;
}

ul#main-menu > li.current-menu-item > a {
  color: #0DAFBC;
}

ul#main-menu > li > a:focus,
ul#main-menu > li > a:hover {
  text-decoration: none;
  color: #0DAFBC;
}

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: 10px;
  top: 100%;
  width: 250px;
  display: none;
  padding: 15px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
}

ul#main-menu > li.menu-item-has-children:hover > ul.sub-menu {
  display: block;
}

ul#main-menu ul.sub-menu li {
  position: relative;
  display: block;
  background: #fff;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 18px;
  color: #1B1B1B;
  padding: 3px 0;
}

ul#main-menu ul.sub-menu li a:hover,
ul#main-menu ul.sub-menu li a:focus {
  text-decoration: none;
  color: #0DAFBC;
}

ul#main-menu ul.sub-menu li:hover > a {
  color: #0DAFBC;
}

.homepage .contact-section {
  padding-bottom: 10px;
}
.homepage h2 {
  margin-bottom: 50px;
}
.homepage section {
  padding: 100px 0;
}
.homepage section .container {
  padding: 0 15px;
}
.homepage .top-section {
  padding-bottom: 40px;
  position: relative;
}
.homepage .top-section .read-more {
  margin-bottom: 1rem;
}
.homepage .top-section video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.homepage .top-section .bg-color {
  background-image: linear-gradient(to top right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  z-index: 2;
  border-radius: 5px;
}
.homepage .top-section .container {
  padding: 100px 60px 30px 60px;
  min-height: 75vh;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  max-width: 100%;
  z-index: 3;
}
.homepage .top-section .texts {
  display: flex;
  align-items: flex-end;
}
.homepage h1 {
  margin-right: 40px;
  max-width: 690px;
  font-size: 2.4rem;
  line-height: 1;
  margin-bottom: 0;
}
.homepage h1 p {
  margin-bottom: 0;
}
.homepage h1 strong {
  font-weight: 300;
  font-size: 4rem;
  display: block;
  margin-top: 10px;
}

.projects-section .owl-nav {
  top: 36%;
}
.projects-section .container {
  max-width: 100%;
}

.single-project {
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 60px;
  width: 100%;
  min-height: 28.8rem;
}
.single-project .bg-image {
  border-radius: 5px;
}
.single-project .box {
  background-color: rgba(240, 239, 236, 0.95);
  border-radius: 5px;
  padding: 60px 50px;
  max-width: 32rem;
  position: relative;
  z-index: 2;
}
.single-project .box h4 {
  margin-bottom: 10px;
}
.single-project .box .read-more {
  margin-top: 20px;
}

.numbers-section {
  position: relative;
  padding: 150px 0 !important;
}
.numbers-section .bg-color {
  height: 250vh;
  background-color: #F0EFEC;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  min-height: 3000px;
}
.numbers-section .numbers {
  display: flex;
  flex-wrap: wrap;
}
.numbers-section .numbers .single-number {
  width: 33%;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.numbers-section .numbers .single-number .title {
  font-size: 4rem;
  display: flex;
}

.quotes-section .owl-dots {
  position: absolute;
  right: 1205px;
  top: 50%;
}
.quotes-section .mobile {
  display: none;
}
.quotes-section .desktop {
  display: inline-flex;
}
.quotes-section h2 {
  margin-bottom: 25px;
  font-size: 3.2rem;
}
.quotes-section .col-xl-7 {
  position: relative;
}
.quotes-section .icon {
  position: absolute;
  top: -85px;
  left: 60px;
  z-index: 2;
}
.quotes-section .icon svg {
  width: 200px;
  height: auto;
}
.quotes-section .single {
  background-color: #fff;
  padding: 70px 60px;
  position: relative;
  border-radius: 5px;
}
.quotes-section .single svg {
  position: absolute;
  left: 60px;
  top: -80px;
}

.page-template-our-story h2 {
  font-size: 2.4rem;
}

.values-section h2 {
  font-size: 2.4rem;
}
.values-section .container {
  position: relative;
  padding: 100px 0;
}
.values-section .single-value {
  max-width: 27.5vw;
}
.values-section .single-value .text {
  margin-top: 0.4rem;
}
.values-section .col-lg-6:nth-of-type(even) {
  padding-left: 3.52rem;
  margin-top: 5rem;
  display: flex;
  justify-content: flex-start;
}
.values-section .col-lg-6:nth-of-type(even) h2 {
  position: relative;
}
.values-section .col-lg-6:nth-of-type(even) h2::before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-color: #0DAFBC;
  transform: rotate(45deg);
  position: absolute;
  top: 0.9rem;
  left: -4.05rem;
}
.values-section .sliding-hex {
  position: absolute;
  top: -0.8em;
  position: absolute;
  z-index: 5;
  transform: translateY(0) translateX(-50%);
  transition: transform 0.1s linear;
  left: 50%;
}
.values-section .line {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 0;
  max-height: 100%;
  transition: height 3s linear;
  top: 3em;
}
.values-section .line svg {
  height: 100%;
  width: auto;
}
.values-section .line.active {
  height: 90%;
}

body.single-partners h1 {
  margin-top: 20px;
}
body.single-partners h2 {
  font-size: 2.4rem;
}
body.single-partners .top-section .container {
  padding: 100px 0;
}
body.single-partners .image, body.single-partners .bg-image {
  border-radius: 5px;
}
body.single-partners .main-section {
  position: relative;
}
body.single-partners .main-section .big {
  font-size: 1.6rem;
}
body.single-partners .main-section .logo {
  max-width: 200px;
}
body.single-partners .main-section .text > p:last-of-type {
  margin-bottom: 0;
}
body.single-partners .main-section .container {
  padding: 20px 0 100px 0;
}
body.single-partners .main-section .col-lg-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
body.single-partners .main-section .bg-color {
  background-color: #F0EFEC;
  position: absolute;
  left: 0;
  top: 130px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 3000px;
}
body.single-partners .main-section .image {
  aspect-ratio: 16/19;
}
body.single-partners .main-section .top {
  margin-bottom: 25px;
}
body.single-partners .bottom-section .container {
  padding: 100px 0 150px 0;
}
body.single-partners .bottom-section .image {
  width: 100%;
  aspect-ratio: 2/0.9;
}

.post-type-archive-projects .top-banner .icon {
  margin-bottom: 10px;
}
.post-type-archive-projects .top-banner .bg-color {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  border-radius: 5px;
}
.post-type-archive-projects .single {
  margin-bottom: 100px;
  position: relative;
}
.post-type-archive-projects .single:nth-of-type(even) .bg-color {
  background-color: #F0EFEC;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 110vw;
  transform: translate(-50%, -50%);
  height: 90%;
}
.post-type-archive-projects .single h2 {
  font-size: 2rem;
}
.post-type-archive-projects .single .image {
  width: 100%;
  padding-top: 90%;
  height: auto;
  border-radius: 5px;
  position: relative;
  z-index: 3;
}
.post-type-archive-projects .single .inner {
  max-width: 90%;
}
.post-type-archive-projects .single .text {
  margin: 15px 0;
  position: relative;
  z-index: 3;
}
.post-type-archive-projects .single .row {
  align-items: center;
}
.post-type-archive-projects .single:nth-of-type(even) .row {
  flex-direction: row-reverse;
}

.day-section-mobile {
  display: none;
}

.page-template-a-day-at-idan .projects-section .container {
  padding-bottom: 100px;
}
.page-template-a-day-at-idan .map {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}
.page-template-a-day-at-idan .map svg {
  width: 80%;
  height: auto;
}
.page-template-a-day-at-idan .top-banner .bg-color {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.page-template-a-day-at-idan h2 {
  font-size: 3rem;
}
.page-template-a-day-at-idan .top-image svg {
  max-width: 35vw;
  height: auto;
  transform: scale(-1, 1) rotate(96deg);
  transform-origin: 63% 97%;
}
.page-template-a-day-at-idan .day-section {
  padding: 0;
}
.page-template-a-day-at-idan .day-section h2 {
  padding-left: 0;
  margin-bottom: 20px;
  text-align: left;
}
.page-template-a-day-at-idan .day-section .top-image img {
  max-width: 50vw;
}
.page-template-a-day-at-idan .bullets {
  padding: 170px 0;
}
.page-template-a-day-at-idan .bullet {
  scroll-margin-top: 100px;
  margin-bottom: 7rem;
  width: 100%;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.page-template-a-day-at-idan .bullet .row {
  position: relative;
  z-index: 2;
}
.page-template-a-day-at-idan .bullet:nth-of-type(even) {
  flex-direction: row-reverse;
}
.page-template-a-day-at-idan .bullet:nth-of-type(even) .tag {
  margin: 0 auto 0 0;
  right: 0;
  left: auto;
}
.page-template-a-day-at-idan .bullet:nth-of-type(even) .row {
  flex-direction: row-reverse;
}
.page-template-a-day-at-idan .bullet:nth-of-type(even) .bg-image {
  margin-left: 0;
  margin-right: auto;
}
.page-template-a-day-at-idan .bullet:nth-of-type(even) .icon-count {
  justify-content: flex-end;
}
.page-template-a-day-at-idan .bullet .number {
  font-size: 4rem;
  line-height: 0.8;
  margin-top: 10px;
  margin-right: 5px;
}
.page-template-a-day-at-idan .bullet .icon-count {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.page-template-a-day-at-idan .bullet .icon-count .icon {
  width: 1.4rem;
  height: 1.4rem;
  background-color: #0DAFBC;
  transform: rotate(45deg);
  margin-left: 10px;
  border-radius: 2px;
}
.page-template-a-day-at-idan .bullet .bg-image {
  position: static;
  width: 80%;
  aspect-ratio: 1/0.7;
  border-radius: 3px;
  margin-right: 0;
  margin-left: auto;
}
.page-template-a-day-at-idan .bullet .tag {
  position: absolute;
  transform: none;
  right: auto;
  left: 0;
  top: auto;
  bottom: 7%;
  border-radius: 3px;
  padding: 35px 70px 35px 40px;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
  max-width: 600px;
}
.page-template-a-day-at-idan .bullet .tag .bg-color {
  background-color: rgba(240, 239, 236, 0.95);
  border-radius: 5px;
  z-index: 2;
}
.page-template-a-day-at-idan .bullet .tag .text {
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
}
.page-template-a-day-at-idan .bullet .tag .text strong {
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 500;
}

body.single-projects h2 {
  margin-bottom: 20px;
  font-size: 3rem;
}
body.single-projects .top-section .icon svg {
  width: 1.8rem;
  height: auto;
}
body.single-projects .top-section .sub {
  margin: 0.8rem 0 0.6rem 0;
}
body.single-projects .top-section .image {
  width: 100%;
  aspect-ratio: 4/4.3;
  border-radius: 10px;
}
body.single-projects .top-section .col-lg-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
body.single-projects .row.bottom {
  margin-top: 150px;
}
body.single-projects .about-section {
  padding: 0 !important;
}
body.single-projects .about-section svg {
  max-width: 100%;
  height: auto;
}
body.single-projects .about-section .row.bottom {
  position: relative;
}
body.single-projects .about-section .row.bottom .bg-color {
  background-color: #F0EFEC;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 120vw;
  max-width: 120vw;
  height: 800%;
  top: 2.8rem;
}
body.single-projects .about-section .row.bottom .col-lg-7 {
  justify-content: center;
}
body.single-projects .about-section .image {
  width: 100%;
  aspect-ratio: 4/4.3;
  border-radius: 10px;
}
body.single-projects .about-section .col-lg-7 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
body.single-projects .about-section .col-lg-5 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
body.single-projects .about-section .col-lg-5, body.single-projects .about-section .col-lg-7 {
  position: relative;
  z-index: 2;
}
body.single-projects .about-section .container {
  padding: 140px 15px 20px 15px;
}

/****** General ******/
.social {
  display: flex;
  align-items: center;
}
.social .single-social {
  margin-left: 13px;
}
.social .single-social svg {
  width: 27px;
  height: auto;
  max-height: 23px;
}
.social .single-social:last-of-type {
  margin-left: 0;
}

.primary {
  color: #0DAFBC;
}

#wpadminbar {
  z-index: 99999999999999;
}

.title-font {
  font-family: "Roboto Slab", sans-serif;
  font-weight: 300;
}
.title-font > * {
  font-family: "Roboto Slab", sans-serif !important;
  font-weight: 300 !important;
}

.top-banner {
  position: relative;
}
.top-banner .bg-color {
  z-index: 2;
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
  border-radius: 5px;
}
.top-banner .bg-image {
  border-radius: 5px;
}
.top-banner .container {
  position: relative;
  z-index: 3;
  padding: 300px 15px 30px 15px;
}

.day-section {
  padding: 150px 0;
}
.day-section h2 {
  margin-bottom: 40px;
  text-align: center;
  padding: 0 15px;
  position: relative;
  z-index: 5;
}
.day-section .map-image {
  position: relative;
  margin-top: -45px;
  width: 100%;
}
.day-section .map-image svg {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
}
.day-section .map-image .bullet {
  position: absolute;
  opacity: 0;
  width: 8vw;
  height: 8vw;
}
.day-section .map-image .bullet.active {
  opacity: 1;
  z-index: 3;
}
.day-section .map-image .bg-image {
  position: absolute;
  left: 80%;
  top: 50%;
  transform: translateY(-30%);
  width: 21vw;
  aspect-ratio: 1/1.2;
}
.day-section .map-image svg > rect {
  cursor: pointer;
}
.day-section .map-image svg > path {
  transition: 0.4s;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.day-section .map-image svg > path:hover {
  fill: rgb(13, 175, 188);
  fill-opacity: 0.5;
}
.day-section .map-image svg > path.active {
  fill: rgb(13, 175, 188);
  fill-opacity: 1;
}
.day-section .tag {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 85%;
  border-radius: 10px;
  padding: 40px 70px 25px 40px;
  width: max-content;
  max-width: 460px;
  margin: 0 0 0 auto;
  box-shadow: 0 -1px 4px rgba(0, 0, 0, 0.15);
}
.day-section .tag .bg-color {
  background-color: rgba(240, 239, 236, 0.95);
  border-radius: 5px;
  z-index: 2;
}
.day-section .tag .title {
  position: relative;
  z-index: 3;
  margin-bottom: 10px;
}
.day-section .tag .text {
  position: relative;
  z-index: 2;
  font-size: 0.8rem;
}
.day-section .tag .text strong {
  font-size: 1rem;
}
.day-section .tag .image {
  position: absolute;
  right: 92%;
  top: 50%;
  transform: translateY(-50%);
}
.day-section .tag .image img {
  max-width: unset;
}
.day-section .tag .close {
  position: absolute;
  right: 20px;
  top: 5px;
  font-size: 35px;
  opacity: 1;
  z-index: 2;
  font-size: 35px;
  cursor: pointer;
  font-family: monospace;
}
.day-section .container {
  position: relative;
  padding: 70px 15px 0 15px;
}

.image-text {
  position: relative;
  z-index: 2;
}
.image-text .container {
  padding: 100px 0 0 0;
}

.image-text-section {
  position: relative;
  z-index: 2;
}
.image-text-section .container {
  padding: 100px 15px 0 15px;
}
.image-text-section .single {
  margin-bottom: 120px;
}
.image-text-section .single:nth-of-type(3) {
  position: relative;
}
.image-text-section .single:nth-of-type(3) .bg-color {
  background-color: #F0EFEC;
  position: absolute;
  left: 0;
  top: 100px;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  height: 3000px;
}
.image-text-section .single:nth-of-type(3) .col-lg-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 58.33333333%;
}
.image-text-section .single:nth-of-type(3) .col-lg-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 41.66666667%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.image-text-section .single .text {
  margin-top: 15px;
}
.image-text-section .single .col-lg-5 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.image-text-section .single .col-lg-5 svg {
  max-width: 22vw;
  height: auto;
  min-width: 160px;
}
.image-text-section .single .col-lg-5.no-background {
  justify-content: flex-end;
}
.image-text-section .single:nth-of-type(even) .row {
  flex-direction: row-reverse;
}
.image-text-section .single .bg-image {
  width: 100%;
  height: 100%;
}

.gallery-section {
  position: relative;
  z-index: 3;
}
.gallery-section .container {
  padding: 100px 0 200px 0;
  max-width: 100%;
}
.gallery-section .gallery .owl-stage {
  display: flex;
}
.gallery-section .gallery .two-images {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --stack-gap: 12px;
  gap: var(--stack-gap);
  height: 100%;
}
.gallery-section .gallery .two-images .bg-image {
  flex: 0 0 auto;
  aspect-ratio: 16/9.5;
}
.gallery-section .gallery .bg-image {
  width: 100%;
  aspect-ratio: 16/20;
  border-radius: 5px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #fff;
  color: #fff;
  padding: 10px;
  font-size: 16px;
}

.wpcf7-not-valid-tip {
  font-size: 15px;
  position: absolute;
}

.acwp-toolbar.acwp-toolbar-show {
  z-index: 999999999999;
  top: 101px !important;
}

#acwp-toolbar-btn-wrap {
  top: 140px !important;
}

.eroror404 .error-container h1 {
  font-size: 2.2rem;
}

body.tag .top-section .container {
  padding: 70px 15px;
}
body.tag h1 {
  margin-bottom: 40px;
  font-size: 3.5rem;
}

.tags {
  display: flex;
  flex-wrap: wrap;
  margin-top: 50px;
}
.tags .single-tag {
  margin-bottom: 30px;
  width: 100%;
  display: block;
}
.tags .single-tag .title {
  color: #0DAFBC;
  font-size: 26px;
}
.tags .single-tag .content {
  color: #1B1B1B;
  margin-top: 10px;
}
.tags .single-tag .content p {
  color: #1B1B1B;
}
.tags .white {
  color: #fff;
  font-size: 14px;
  margin-right: 5px;
  margin-bottom: 10px;
}

.accept {
  padding-left: 10px;
  margin-top: 15px;
}
.accept .privacy-policy-link {
  color: #fff;
}
.accept .wpcf7-form-control-wrap {
  display: flex;
}
.accept a {
  text-decoration: underline;
}
.accept .gdpr-label-text {
  font-size: 17px;
  line-height: 1.5;
  max-width: 375px;
  margin-top: 3px;
  margin-top: 0.1rem;
  color: #1B1B1B;
}
.accept .gdpr-label-text a {
  color: #1B1B1B;
}
.accept .wpcf7-checkbox {
  position: relative;
}
.accept .wpcf7-list-item {
  display: flex;
}
.accept label {
  max-width: 530px;
}
.accept .wpcf7-acceptance label::before, .accept .wpcf7-acceptance label::after {
  display: none;
}
.accept .wpcf7-acceptance .wpcf7-list-item {
  margin-left: 10px;
  color: #fff;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before {
  content: "";
  position: absolute;
  left: -7px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(27, 27, 27, 0.2);
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 3px;
  padding-left: 15px;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 8px;
  left: -7px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  height: 20px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  left: -3px;
  top: 8px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #1B1B1B;
}

.error-container {
  padding: 70px 15px;
}
.error-container h1 {
  font-size: 3.2rem;
  margin-bottom: 60px;
  font-weight: bold;
  letter-spacing: -0.1rem;
}
.error-container h1 a {
  color: #0DAFBC;
}
.error-container h2 {
  font-size: 2.1rem;
  margin-top: 40px;
  margin-bottom: 10px;
  font-weight: 600;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-100.0008px);
  transition: 0.8s;
}
.fadein-left.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-right {
  opacity: 0;
  transform: translateX(100.0008px);
  transition: 1s;
  transition-delay: 0.5s;
}
.fadein-right.viewed {
  opacity: 1;
  transform: translateX(0);
}

.fadein-top {
  opacity: 0;
  transform: translateY(-100.0008px);
  transition: 1s;
  transition-delay: 0.5s;
}
.fadein-top.viewed {
  opacity: 1;
  transform: translate(0);
}

.fadein-bottom {
  opacity: 0;
  transform: translateY(100.0008px);
  transition: 0.8s;
}
.fadein-bottom.viewed {
  opacity: 1;
  transform: translate(0);
}

.submit-wrapper {
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.submit-wrapper svg path {
  transition: 0.4s;
}
.submit-wrapper:hover svg path {
  fill: #fff;
}
.submit-wrapper input {
  z-index: 233;
  position: relative;
  background: transparent;
  min-width: 190px;
}
.submit-wrapper label {
  position: relative;
  z-index: 2;
  color: #fff input;
  color-color: #fff;
}
.submit-wrapper svg {
  position: absolute;
  right: -1.1rem;
  top: 0.1rem;
}
.submit-wrapper svg path {
  fill: #000;
}

.wpcf7-spinner {
  position: absolute;
  right: -10px;
  top: -10px;
}

.contact-section {
  display: flex;
  justify-content: space-between;
  position: relative;
  z-index: 3;
  padding-bottom: 10px;
}
.contact-section .social {
  margin-top: 15px;
}
.contact-section .social path, .contact-section .social circle, .contact-section .social line, .contact-section .social rect {
  fill: #fff;
}
.contact-section h2 {
  font-size: 4.5rem;
}
.contact-section .form-side {
  padding-left: 25px;
}
.contact-section a {
  color: #1B1B1B;
}
.contact-section a:hover {
  color: #fff;
}
.contact-section .left {
  width: 77%;
  padding: 90px 70px;
  background-color: #0DAFBC;
  border-radius: 5px;
  display: flex;
  align-items: flex-start;
}
.contact-section .right {
  width: 20%;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  padding: 50px;
  border-radius: 5px;
}
.contact-section .right .logo {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-section h2 {
  margin-bottom: 30px;
}
.contact-section .texts-icon {
  display: flex;
  align-items: flex-end;
}
.contact-section .texts-icon svg {
  max-width: 18vw;
  height: auto;
}
.contact-section .duo {
  display: flex;
  justify-content: space-between;
}
.contact-section .duo .half {
  width: 47%;
}
.contact-section .duo > p {
  display: flex;
  justify-content: space-between;
  width: 47%;
}
.contact-section label {
  color: #fff;
  width: 100%;
  font-size: 0.8rem;
}
.contact-section .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 0 0 0.6em;
}
.contact-section .wpcf7-checkbox label {
  padding: 6px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  background-color: transparent;
  transition: 0.4s;
  position: relative;
  font-size: 16px;
}
.contact-section .wpcf7-checkbox label:hover, .contact-section .wpcf7-checkbox label.active {
  background-color: #000;
}
.contact-section input,
.contact-section textarea {
  width: 100%;
  background-color: #fff;
  max-height: 140px;
  padding: 5px;
  margin-top: 5px;
  border: 0;
  outline: none;
  max-height: 90px;
  border-radius: 5px;
}
.contact-section input:focus,
.contact-section textarea:focus {
  outline: none;
}
.contact-section input[type=submit],
.contact-section textarea[type=submit] {
  width: auto;
  padding: 11px 27px;
  background-color: transparent;
  color: #fff;
  transition: 0.4s;
  font-size: 18px;
  text-align: center;
  border-radius: 7px;
  max-height: unset;
  font-size: 23px;
  font-weight: bold;
}
.contact-section input[type=submit]:hover,
.contact-section textarea[type=submit]:hover {
  background-color: transparent;
  color: #fff;
  color: #0DAFBC;
}
.contact-section input[type=checkbox],
.contact-section textarea[type=checkbox] {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
}

footer {
  font-size: 16px;
  padding: 30px 60px;
  width: 100vw;
  color: #fff;
  background-color: #F0EFEC;
}
footer .container {
  max-width: 100%;
  background-color: #000;
  border-radius: 5px;
  padding: 10px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .left {
  display: flex;
  align-items: center;
}
footer a {
  color: #fff;
}
footer .cookie-privacy {
  display: flex;
  margin-right: 35px;
}
footer .cookie-privacy .cookie {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #fff;
}

.owl-dots {
  display: flex;
  justify-content: center;
  margin-top: 25px;
}
.owl-dots button {
  width: 15px;
  height: 15px;
  border: 1px solid !important;
  margin: 0 10px;
  transform: rotate(45deg);
}
.owl-dots button.active {
  background-color: #0DAFBC;
}

.owl-nav {
  width: 97%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  width: 65px;
  height: 65px;
  background-color: #0DAFBC !important;
  transform: rotate(45deg);
  cursor: pointer;
  font-size: 0 !important;
  border-radius: 3px;
}
.owl-nav .owl-prev::after, .owl-nav .owl-next::after {
  content: "";
  width: 22px;
  height: 22px;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  display: block;
  top: 24px;
  position: absolute;
}
.owl-nav .owl-prev::after {
  transform: rotate(90deg);
  left: 18px;
}
.owl-nav .owl-next::after {
  transform: rotate(-90deg);
  right: 20px;
  top: 20px;
}

.read-more {
  position: relative;
  color: #fff;
  font-size: 0.88rem;
  min-width: 195px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 17px 0 0px 0;
}
.read-more span {
  position: relative;
  z-index: 2;
}
.read-more svg {
  position: absolute;
  left: 0;
  top: 3px;
  cursor: pointer;
  transition: 0.4s;
  transform: rotate(0) scaleY(1) scaleX(1) skewX(0deg);
}
.read-more svg path, .read-more svg rect {
  transition: d 0.7s ease-in-out, fill 0.3s ease;
  transform: 0.4s;
  stroke: transparent;
}
.read-more:hover {
  color: #fff;
}
.read-more:hover span {
  color: #fff;
}
.read-more:hover svg {
  transition: 0.4s;
  transform: rotate(1.4deg) scaleY(1.05) scaleX(1.05) skewX(-15deg);
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.full-absolute {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.bg-image {
  background-position: center;
  background-size: cover;
}

.page-template-accessibility {
  direction: rtl;
}
.page-template-accessibility a.accessibility {
  margin-top: 5px;
  display: block;
}
.page-template-accessibility .main-container {
  padding: 70px 15px;
}
.page-template-accessibility h1 {
  text-align: center;
}
.page-template-accessibility h2 {
  font-size: 2rem;
  margin-top: 50px;
  text-align: right;
}
.page-template-accessibility p {
  text-align: right !important;
  line-height: 1.4;
}
.page-template-accessibility .content ul {
  direction: rtl;
  list-style: disc;
}
.page-template-accessibility .content ul p {
  text-align: right;
}
.page-template-accessibility .content ul li {
  font-size: 0.9rem;
  text-align: right;
  margin-bottom: 10px;
}

.small {
  font-size: 0.88rem;
}

.big {
  font-size: 1.2rem;
  line-height: 1.2;
}

.huge {
  font-size: 1.4rem;
  line-height: 1.2;
}

/* fixes potential theme css conflict */
.acf-map img {
  max-width: inherit !important;
}

/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  transform: rotate(0deg);
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}
.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #0DAFBC;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
.triggerMobileMenu span:nth-child(1) {
  top: 0px;
}
.triggerMobileMenu span:nth-child(2) {
  top: 11px;
}
.triggerMobileMenu span:nth-child(3) {
  top: 22px;
}
.triggerMobileMenu.open span:nth-child(1) {
  top: 11px;
  transform: rotate(135deg);
}
.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}
.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  transform: rotate(-135deg);
}

.button.triggerMobileMenu:focus,
.button.triggerMobileMenu:hover {
  background: none;
  outline: none;
}

/** off-cnavas (mobile menu wrapper) ****************/
.off-canvas {
  position: fixed;
  z-index: 1;
  transition: transform 0.5s ease;
  backface-visibility: hidden;
  background: rgba(0, 0, 0, 0.9);
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow-y: auto;
}
.off-canvas.is-open {
  z-index: 9999;
  background: rgba(0, 0, 0, 0.87);
  transform: translate(0);
}

.position-left {
  transform: translateX(-120%);
  left: 0;
}

.position-right {
  transform: translateX(120%);
  right: 0;
}

body.admin-bar .off-canvas {
  top: 32px;
}

/** Mobile Menu Style **************/
.mobile_menu_holder {
  position: relative;
}

.mobile_menu_title {
  position: relative;
  display: block;
  text-align: center;
  font-size: 1.5rem;
  padding: 10px 0;
  background: #0DAFBC;
  border-bottom: 1px solid #0DAFBC;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 40px 0 0 0;
}
ul#mobile-menu li {
  position: relative;
  display: block;
  text-align: center;
}
ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1rem;
  font-size: 0.9rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
}
ul#mobile-menu > li > a {
  font-size: 1.2rem;
}
ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 0;
  padding-left: 0;
}
ul#mobile-menu > li > a:focus,
ul#mobile-menu > li.current-menu-item > a,
ul#mobile-menu ul.sub-menu li.current-menu-item a,
ul.mobile_menu > li a:hover {
  color: #0DAFBC;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1750px) {
  html {
    font-size: 22px;
  }
  ul#main-menu > li > a {
    padding: 5px 12px;
  }
  .read-more {
    padding: 27px 0 0px 0;
  }
  body.single-projects h1 {
    font-size: 3.3rem;
  }
  body.single-projects h2 {
    margin-bottom: 0;
    font-size: 2.4rem;
  }
  body.single-projects .row.bottom {
    margin-top: 40px;
  }
  body.single-projects .about-section .container {
    padding-top: 80px;
  }
  .day-section .tag {
    padding: 20px 40px 5px 20px;
  }
  .day-section .tag .text strong {
    font-size: 0.9rem;
  }
  .day-section .tag .close {
    top: 0px;
    right: 15px;
    font-size: 30px;
  }
  .post-type-archive-projects .single .read-more {
    margin-top: -15px;
  }
  .post-type-archive-projects .single .image {
    padding-top: 80%;
  }
  body.single-partners h2 {
    font-size: 2rem;
  }
  body.single-partners .main-section .image {
    aspect-ratio: 16/16;
  }
  body.single-partners .main-section .big {
    font-size: 1.4rem;
  }
  body.single-partners .bottom-section .container {
    padding: 0 0 70px 0;
  }
  body.single-partners .top-section .container {
    padding: 50px 0 20px 0;
  }
  .gevasol-link {
    margin: 0 20px;
  }
  .gallery-section .container {
    padding: 50px 0 80px 0;
  }
  .values-section .col-lg-6 {
    display: flex;
    justify-content: center;
  }
  .values-section .col-lg-6:nth-of-type(even) {
    margin-top: 4rem;
  }
  .page-template-our-story h2 {
    font-size: 2rem;
  }
  .image-text .container {
    padding: 60px 0 0 0;
  }
  .image-text-section .single {
    margin-bottom: 60px;
  }
  .image-text-section .single:nth-of-type(3) .bg-color {
    display: none;
  }
  .image-text-section .single:nth-of-type(3) .bg-color {
    top: 250px;
  }
  .image-text-section .single:nth-of-type(3) .col-lg-5, .image-text-section .single:nth-of-type(3) .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: auto;
    width: auto;
  }
  .image-text-section .container {
    padding: 60px 0 0 15px;
  }
  .top-banner .container {
    padding: 200px 15px 15px 15px;
  }
  header {
    padding: 0 30px;
  }
  header .logos img {
    max-height: 40px;
  }
  .quotes-section .owl-dots {
    right: auto;
    left: -565px;
    top: 70%;
  }
  .quotes-section .huge {
    font-size: 1.2rem;
  }
  .quotes-section .icon {
    top: -50px;
    left: 40px;
  }
  .quotes-section .icon svg {
    width: 115px;
    height: auto;
  }
  .quotes-section .single {
    padding: 45px 30px;
  }
  .numbers-section {
    padding: 50px 0 125px 50px !important;
  }
  .numbers-section .numbers .single-number {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 25px;
  }
  .numbers-section .numbers .single-number .big {
    font-size: 1rem;
  }
  .numbers-section .numbers .single-number .title {
    font-size: 3.1rem;
    line-height: 1;
  }
  .page-template-a-day-at-idan .map {
    margin-top: 80px;
  }
  .page-template-a-day-at-idan .bullets {
    padding: 120px 0 100px 0;
  }
  .page-template-a-day-at-idan .bullet {
    margin-bottom: 70px;
  }
  .page-template-a-day-at-idan .bullet .bg-image {
    aspect-ratio: 1/0.5;
  }
  .page-template-a-day-at-idan .bullet:nth-of-type(even) .icon-count .icon {
    margin-right: 5px;
    margin-left: 5px;
  }
  .page-template-a-day-at-idan .bullet .tag {
    padding: 25px 50px 10px 25px;
  }
  .page-template-a-day-at-idan .bullet .tag .text strong {
    font-size: 1.2rem;
  }
  .page-template-a-day-at-idan .day-section h2 {
    margin-bottom: 10px;
  }
  .page-template-a-day-at-idan .day-section .container {
    padding-top: 40px;
  }
  .page-template-a-day-at-idan .day-section .top-image img {
    max-width: 45vw;
  }
  .page-wrap {
    padding: 0 25px;
  }
  footer {
    padding: 15px 25px;
  }
  .single-project {
    min-height: 20rem;
  }
  .single-project h4 {
    font-size: 1.8rem;
  }
  .single-project .box {
    max-width: 26.5rem;
    padding: 35px 50px;
  }
  .homepage section {
    padding: 50px 0;
  }
  .homepage section .container {
    padding: 0;
  }
  .homepage h1 {
    font-size: 2rem;
  }
  .homepage h1 strong {
    font-size: 3.4rem;
  }
  .homepage h2 {
    margin-bottom: 25px;
    font-size: 3.4rem;
  }
  .homepage .top-section {
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .homepage .top-section .container {
    padding: 20px 40px;
    min-height: 65vh;
  }
  .about-section {
    padding-top: 50px !important;
    padding-bottom: 50px;
  }
  .about-section .right-text {
    padding-top: 3rem;
  }
  .about-section .right-text h4 {
    font-size: 2.1rem;
  }
  .about-section .right-text .text {
    font-size: 1.4rem;
  }
  .submit-wrapper svg {
    right: -0.3rem;
  }
  .read-more, .submit-wrapper {
    font-size: 0.8rem;
    min-width: 155px;
  }
  .read-more svg, .submit-wrapper svg {
    width: 175px;
  }
  .contact-section .wpcf7-checkbox {
    display: block;
  }
  .contact-section .wpcf7-checkbox .wpcf7-list-item {
    margin: 0.5rem 0.5em 0 0;
  }
  .contact-section .wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section .left {
    padding: 50px 25px 25px 25px;
  }
}
@media only screen and (max-width: 1420px) {
  .quotes-section .owl-dots {
    left: -40vw;
  }
}
@media only screen and (max-width: 1200px) {
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu,
  header .social {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .day-section-mobile {
    display: block;
  }
  .home .day-section {
    display: none;
  }
  .contact-section {
    flex-direction: column;
  }
  .contact-section .social {
    margin-bottom: 20px;
    margin-top: 10px;
  }
  .contact-section h2 {
    font-size: 2.8rem !important;
  }
  .contact-section .left, .contact-section .right {
    width: 100%;
  }
  .contact-section .gevasol-link {
    margin: 0 0 25px 0;
  }
  .contact-section .duo {
    flex-direction: column;
  }
  .contact-section .duo .half {
    width: 100%;
  }
  .contact-section .duo > p {
    width: 100%;
  }
  .contact-section .left {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section .left .form-side {
    padding-left: 0;
  }
  .contact-section .right {
    margin-top: 30px;
    padding: 25px 25px 5px 25px;
  }
  .contact-section .right .logo {
    margin-bottom: 25px;
  }
  .quotes-section {
    padding: 0 0 25px 0;
  }
  .quotes-section h2 {
    margin-bottom: 60px;
  }
  .quotes-section .mobile {
    display: inline-flex;
    margin-top: 40px;
  }
  .quotes-section .desktop {
    display: none;
  }
  .quotes-section .owl-dots {
    bottom: -30px;
    top: auto;
    left: 0;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  html {
    font-size: 20px;
  }
  .mid-link {
    margin: 0 20px;
  }
  body.single-projects h2 {
    margin-bottom: 10px;
  }
  body.single-projects .about-section .image {
    margin-bottom: 15px;
  }
  body.single-projects .about-section .container {
    padding: 40px 0px 20px 0px;
  }
  body.single-projects h1 {
    font-size: 2.3rem;
    margin-bottom: 20px;
  }
  body.single-projects .top-section .image, body.single-projects .about-section .image {
    aspect-ratio: 4/3.8;
  }
  body.single-projects .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-a-day-at-idan h2 {
    font-size: 1.9rem;
  }
  .page-template-a-day-at-idan .map {
    margin-top: 20px;
  }
  .page-template-a-day-at-idan .map svg {
    width: 100%;
  }
  .page-template-a-day-at-idan .projects-section .container {
    padding-bottom: 50px;
  }
  .page-template-a-day-at-idan .day-section .container {
    padding-left: 0;
    padding-right: 0;
  }
  .page-template-a-day-at-idan .day-section .top-image img {
    max-width: 75vw;
    margin-left: -50px;
  }
  .page-template-a-day-at-idan .bullets {
    padding: 60px 0 10px 0;
  }
  .page-template-a-day-at-idan .bullet {
    margin-top: 0;
    margin-bottom: 60px;
    flex-direction: column !important;
  }
  .page-template-a-day-at-idan .bullet .icon-count {
    transform: none !important;
    margin-right: 0;
  }
  .page-template-a-day-at-idan .bullet .icon-count .icon {
    margin-right: 12px;
  }
  .page-template-a-day-at-idan .bullet .tag {
    max-width: 100%;
    padding: 20px 20px 10px 20px;
    margin: 0 0 -25px 0 !important;
    top: auto;
    bottom: 0;
    border-radius: 0 0 3px 3px;
    transform: none;
  }
  .page-template-a-day-at-idan .bullet .tag .bg-color {
    border-radius: 3px 3px 0 0;
  }
  .page-template-a-day-at-idan .bullet:nth-of-type(even) .image-tag {
    flex-direction: column-reverse;
  }
  .page-template-a-day-at-idan .bullet .image-tag {
    flex-direction: column-reverse;
    max-width: 100%;
  }
  .page-template-a-day-at-idan .bullet .image {
    margin: -1% 0 0 0 !important;
    height: 230px !important;
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
  .post-type-archive-projects .single {
    margin-bottom: 65px;
  }
  .post-type-archive-projects .single .inner {
    max-width: 100%;
  }
  .post-type-archive-projects .single .read-more {
    margin-top: -20px;
  }
  .post-type-archive-projects .single .image {
    margin-bottom: 10px;
  }
  .post-type-archive-projects .single .text {
    margin: 8px 0;
  }
  .post-type-archive-projects .top-banner .icon img {
    max-width: 50px;
  }
  body.single-partners .bottom-section .container {
    padding-bottom: 50px;
  }
  body.single-partners .main-section .container {
    padding: 20px 0 50px 0;
  }
  body.single-partners .main-section .image {
    aspect-ratio: 16/13;
    margin-bottom: 15px;
  }
  body.single-partners .main-section .logo {
    margin-bottom: 15px;
  }
  body.single-partners h1 {
    margin-top: 10px;
  }
  .values-section h2 {
    font-size: 1.7rem;
  }
  .values-section .container {
    padding: 20px 0 45px 0;
  }
  .values-section .line {
    transform: none;
    left: 10px;
  }
  .values-section .line.active {
    height: 93%;
  }
  .values-section .single-value {
    max-width: 100%;
  }
  .values-section .sliding-hex {
    transform: none;
    left: 10px;
    top: -3em;
    transform: translateY(95px) translateX(-50%);
  }
  .values-section .sliding-hex svg {
    width: 50px;
    height: auto;
  }
  .values-section .container {
    padding-left: 50px;
  }
  .values-section .col-lg-6 {
    justify-content: flex-start;
    margin-top: 25px;
  }
  .values-section .col-lg-6:nth-of-type(even) {
    justify-content: flex-start;
    padding-left: 15px;
    margin-top: 25px;
  }
  .values-section .col-lg-6:nth-of-type(even) h2::before {
    top: 0.5rem;
    left: -2.45rem;
  }
  .contact-section h2 br {
    display: none;
  }
  .gallery-section .container {
    padding: 20px 0 60px 0;
  }
  .top-banner .container {
    padding: 100px 15px 15px 15px;
  }
  .image-text .container {
    padding-top: 40px;
  }
  .image-text-section .container {
    padding-top: 40px;
  }
  .image-text-section .single .col-lg-5 {
    align-items: flex-start;
  }
  .image-text-section .single .text {
    margin-top: 5px;
    font-size: 18px;
  }
  .image-text-section .single .col-lg-5.no-background {
    justify-content: flex-start;
  }
  .top-banner h1 {
    font-size: 2.8rem;
    line-height: 1;
  }
  .page-template-our-story h2 {
    font-size: 1.7rem;
  }
  h4 {
    font-size: 1.7rem;
  }
  .quotes-section .huge {
    font-size: 1rem;
  }
  .quotes-section .single {
    padding: 40px 15px 5px 15px;
  }
  .numbers-section {
    padding: 50px 0 30px 0 !important;
  }
  .numbers-section .bg-color {
    height: 310vh;
  }
  .numbers-section .numbers {
    flex-direction: column;
    align-items: center;
  }
  .numbers-section .numbers .suf {
    margin-left: 0;
  }
  .numbers-section .numbers .pre {
    margin-right: 0;
  }
  .numbers-section .numbers .single {
    padding: 15px 0;
    width: 100%;
  }
  .numbers-section .numbers .single .title {
    font-size: 2.5rem;
  }
  .about-section .right-text {
    padding-top: 25px;
  }
  .about-section .right-text h4 {
    font-size: 1.3rem;
  }
  .about-section .line-wrapper {
    justify-content: flex-start;
  }
  .about-section .line-wrapper svg {
    width: 200px;
  }
  .gevasol-link {
    margin: 0 10px;
  }
  .page-wrap {
    padding: 0 20px;
  }
  footer {
    padding: 15px 20px;
  }
  footer .container {
    padding: 10px 15px;
    font-size: 15px;
    flex-direction: column;
    align-items: center;
  }
  footer .container .cookie-privacy {
    margin-right: 0;
    margin-bottom: 10px;
  }
  footer .container .left {
    flex-direction: column;
    align-items: center;
  }
  header {
    padding: 0 20px;
  }
  header .social {
    display: none;
  }
  header .logos img {
    max-height: 28px;
  }
  .owl-nav .owl-next, .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
  }
  .owl-nav .owl-next::after, .owl-nav .owl-prev::after {
    width: 15px;
    height: 15px;
    top: 11px;
  }
  .owl-nav .owl-prev::after {
    left: 10px;
  }
  .owl-nav .owl-next::after {
    right: 10px;
  }
  .projects-section .owl-nav {
    width: 105%;
  }
  .single-project {
    align-items: center;
    justify-content: center;
    padding: 15px;
  }
  .single-project h4 {
    font-size: 1.4rem;
  }
  .single-project .box {
    padding: 30px 25px;
  }
  .homepage section {
    padding: 35px 0;
  }
  .homepage h1 {
    margin-right: 0;
    margin-bottom: 15px;
    font-size: 1.4rem;
  }
  .homepage h1 strong {
    font-size: 2rem;
  }
  .homepage h2 {
    font-size: 2rem;
  }
  .homepage .top-section .container {
    padding: 15px;
    min-height: 70vh;
  }
  .homepage .top-section .texts {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-section .left {
    padding: 40px 15px 15px 15px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
/* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 576px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .values-section .col-lg-6:nth-of-type(even) h2::before {
    left: -2.75rem;
  }
  .contact-section .wpcf7-checkbox label:hover {
    background-color: transparent;
  }
  .contact-section .wpcf7-checkbox label.active {
    background-color: #000 !important;
  }
  html {
    font-size: 18px;
  }
  body.single-partners h2 {
    font-size: 1.7rem;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */