@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+sans+Hebrew:300,400,700,800&display=swap");
/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 20px;
  scroll-behavior: smooth;
}

body {
  color: #081D34;
  font-size: 1rem;
  direction: rtl;
  text-align: right;
  line-height: 1.3;
  font-weight: 400;
  font-family: "Noto Sans Hebrew", sans-serif;
}
body.has-overflow {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  display: block;
  font-family: "Noto Sans Hebrew", sans-serif;
  font-weight: 800;
  line-height: 1.3;
}

h1 {
  font-size: 4.0909rem;
}

h2 {
  font-size: 2.7273rem;
}

h3 {
  font-size: 1.3636rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Noto Sans Hebrew", 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: #527A4F;
}

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: 1rem;
  line-height: 1.4em;
  margin-bottom: 8px;
}

.content ol {
  list-style: decimal;
}

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

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

.flex_container {
  max-width: 1650px;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 5555555;
  transition: 0.4s;
  background-color: transparent;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0);
}
header .flex_container {
  padding: 40px 15px;
  transition: 0.6s;
}
header.active {
  background-color: #081D34;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.5);
}
header.active .flex_container {
  padding: 15px;
}

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

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li.contact {
  border: 2px solid #fff;
  margin-right: 13px;
  transition: 0.4s;
  padding: 0;
}
ul#main-menu > li.contact:hover {
  background-color: #fff;
}
ul#main-menu > li.contact:hover a {
  color: #081D34;
}
ul#main-menu > li.login {
  background-color: #527A4F;
  margin-right: 30px;
  margin-left: 10px;
  transition: 0.4s;
}
ul#main-menu > li.login a {
  padding: 14px 15px;
}
ul#main-menu > li.login:hover {
  background-color: #1C56A4;
}
ul#main-menu > li.login:hover a {
  color: #fff;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 0.9091rem;
  color: #fff;
  padding: 11px 17px;
  font-weight: 600;
}
ul#main-menu > li > a:hover {
  color: #7DA17A;
}

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

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

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  min-width: 250px;
  display: none;
}

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;
}

ul#main-menu ul.sub-menu li a {
  position: relative;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  padding: 10px;
}

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

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

.home .container {
  max-width: 1360px;
}
.home header {
  background-color: transparent;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0);
}
.home header.active {
  background-color: #081D34;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.5);
}
.home .top-section {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.home .top-section h1 {
  font-weight: 300;
}
.home .top-section .bg-color {
  background-color: #1C56A4;
  mix-blend-mode: multiply;
  z-index: 2;
}
.home .top-section .container {
  padding: 30vh 15px 40px 15px;
  z-index: 4;
}
.home .top-section .top-shape {
  position: absolute;
  right: -15vw;
  bottom: -6.5vh;
  z-index: 3;
  opacity: 0;
  transform: translate(100%, 100%);
  transition: 3s;
}
.home .top-section .top-shape svg {
  width: 93vw;
}
.home .top-section .top-shape.active {
  opacity: 1;
  transform: translate(0, 0);
}
.home .top-section .top-arrow {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 30vh;
  -webkit-animation: bounce 4s infinite;
  -moz-animation: bounce 4s infinite;
  -o-animation: bounce 4s infinite;
  animation: bounce 4s infinite;
  transition: all 0.7s ease;
  cursor: pointer;
  z-index: 3;
}
.home .top-section .video-wrapper {
  width: 100% !important;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.home .top-section video {
  width: 100% !important;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  position: absolute;
  top: 0;
  left: 0;
}
.home .shape svg {
  width: 75px;
  height: auto;
}
.home .about-section {
  background-color: #081D34;
}
.home .about-section .container {
  padding: 170px 15px 170px 0;
  max-width: 1775px;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.home .about-section .right {
  max-width: 550px;
}
.home .about-section .text {
  margin: 25px 0 60px 0;
  padding-left: 25px;
}
.home .about-section .text p {
  margin-bottom: 0.2rem;
}
.home .about-section .text strong {
  font-size: 1.23rem;
  font-weight: 400;
}
.home .about-section .image-wrapper {
  position: relative;
}
.home .about-section .image-wrapper .shape {
  position: absolute;
  z-index: 2;
  right: -0.5rem;
  top: -0.4rem;
}
.home .about-section .image {
  width: 55vw;
  height: 565px;
}
.home .why-section {
  background-color: #E8E8E8;
}
.home .why-section h2 {
  margin-bottom: 40px;
}
.home .why-section .container {
  padding: 60px 15px 130px 15px;
}
.home .why-section .features {
  max-width: 1060px;
  position: relative;
  padding: 90px 0 60px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.home .why-section .features .shape {
  position: absolute;
  z-index: 2;
  left: -0.4rem;
  top: -0.4rem;
}
.home .why-section .features .bg-image {
  right: -286px;
  width: 127%;
}
.home .why-section .features .single-feature {
  width: 100%;
  max-width: 110px;
  margin-left: 25px;
  margin-bottom: 20px;
  z-index: 2;
}
.home .why-section .features .single-feature img {
  height: 70px;
  opacity: 0;
  transform: translateY(-50px);
  transition: 0.7s;
  transition-delay: 0.4s;
}
.home .why-section .features .single-feature .title {
  line-height: 1.3;
  margin-top: 30px;
  letter-spacing: 0.1rem;
  font-weight: 300;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.7s;
  transition-delay: 0.4s;
}
.home .why-section .features .single-feature.active .title, .home .why-section .features .single-feature.active img {
  opacity: 1;
  transform: translateY(0);
}
.home .portfolio-section {
  position: relative;
}
.home .portfolio-section .container {
  z-index: 3;
  padding: 110px 15px;
}
.home .portfolio-section .text {
  max-width: 720px;
  margin: 25px 0 60px 0;
}
.home .portfolio-section .numbers {
  display: flex;
}
.home .portfolio-section .numbers .single-number {
  margin-left: 110px;
}
.home .portfolio-section .numbers .single-number .number-prefix {
  display: flex;
  align-items: center;
  line-height: 1;
}
.home .portfolio-section .numbers .single-number .number, .home .portfolio-section .numbers .single-number .prefix {
  font-size: 7rem;
  font-weight: bold;
}
.home .portfolio-section .numbers .single-number .text {
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 0.1rem;
}

.page-template-about .green-section {
  background-color: #E8E8E8;
}
.page-template-about .green-section .container {
  padding: 30px 15px 130px 15px;
}
.page-template-about .green-section .main {
  max-width: 1440px;
  position: relative;
  padding: 90px 0 60px 30px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.page-template-about .green-section .main .bg-color {
  background-color: #7DA17A;
  right: -286px;
  width: 122.2%;
}
.page-template-about .green-section .main .shape {
  position: absolute;
  z-index: 2;
  left: -2.2rem;
  top: -0.5rem;
}
.page-template-about .green-section .main .shape svg {
  width: 92px;
  height: auto;
}
.page-template-about .green-section .main .shape path {
  fill: #E8E8E8;
}
.page-template-about .green-section .main .text {
  position: relative;
  z-index: 2;
  max-width: 805px;
  margin: 0 auto;
}
.page-template-about .top-section {
  background-color: #E8E8E8;
}
.page-template-about .top-section .container {
  padding: 70px 15px;
}
.page-template-about .top-section .text {
  max-width: 770px;
  margin: 0 auto;
}
.page-template-about .top-section .text strong {
  font-size: 1.1364rem;
}
.page-template-about .opportunity-section {
  position: relative;
  background-color: #081D34;
}
.page-template-about .opportunity-section .bg-color {
  background-image: linear-gradient(to bottom right, rgb(28, 86, 164) -15%, rgba(28, 86, 164, 0) 35%);
  z-index: 2;
}
.page-template-about .opportunity-section .container {
  max-width: 1330px;
  z-index: 3;
  padding: 110px 15px;
}
.page-template-about .opportunity-section .features {
  position: relative;
  padding: 60px 0;
}
.page-template-about .opportunity-section .line {
  z-index: 5;
  position: absolute;
  transition: 0.8s;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 2px;
  background-color: #fff;
}
.page-template-about .opportunity-section .line::before, .page-template-about .opportunity-section .line::after {
  position: absolute;
  content: "";
  background-image: url("../../images/SVG/line-dot.svg");
  width: 74px;
  height: 74px;
  background-size: 74px;
  background-repeat: no-repeat;
  left: 50%;
  transform: translateX(-50%);
}
.page-template-about .opportunity-section .line::before {
  top: -50px;
}
.page-template-about .opportunity-section .line::after {
  bottom: -50px;
}
.page-template-about .opportunity-section .single-feature {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}
.page-template-about .opportunity-section .single-feature:last-of-type {
  margin-bottom: 0;
}
.page-template-about .opportunity-section .single-feature .title {
  margin-bottom: 25px;
  font-size: 2.2727rem;
}
.page-template-about .opportunity-section .single-feature .right {
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.page-template-about .opportunity-section .single-feature .right .icon {
  position: absolute;
  left: 0;
  bottom: 0;
}
.page-template-about .opportunity-section .single-feature .left {
  max-width: 520px;
  margin-right: 0;
  margin-left: auto;
}
.page-template-about .opportunity-section .single-feature .left strong {
  font-size: 1.1364rem;
}
.page-template-about .opportunity-section .single-feature .col-lg-6:nth-of-type(2) {
  padding-right: 0;
}
.page-template-about .opportunity-section .single-feature:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.page-template-about .opportunity-section .single-feature:nth-of-type(2n) .right {
  justify-content: flex-end;
}
.page-template-about .opportunity-section .single-feature:nth-of-type(2n) .col-lg-6:nth-of-type(2) {
  padding-left: 0;
}
.page-template-about .opportunity-section .single-feature:nth-of-type(2n) .left {
  margin-left: 0;
  margin-right: auto;
}
.page-template-about .advantages-section {
  background-color: #E8E8E8;
}
.page-template-about .advantages-section .container {
  padding: 80px 15px;
}
.page-template-about .advantages-section h2 {
  margin-bottom: -50px;
  font-weight: 300;
}
.page-template-about .advantages-section .numbers {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 0 auto;
}
.page-template-about .advantages-section .numbers .single-number {
  width: 33%;
  display: flex;
  margin-top: 130px;
  padding-left: 1.2vw;
}
.page-template-about .advantages-section .numbers .single-number .text {
  padding-top: 20px;
}
.page-template-about .advantages-section .numbers .single-number .number {
  margin-left: 20px;
  text-stroke: 4px #527A4F;
  -webkit-text-stroke: 1px #527A4F;
  font-size: 6.5909rem;
  font-weight: bold;
  color: #D5E3D4;
  line-height: 0.8;
  display: inline-block;
  position: relative;
}
.page-template-about .advantages-section .numbers .single-number .number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px #527A4F;
}
.page-template-about .about-section {
  background-color: #E8E8E8;
}
.page-template-about .about-section h2 {
  font-weight: 300;
}
.page-template-about .about-section .container {
  padding: 0 15px 100px 0;
  max-width: 1775px;
  margin-left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.page-template-about .about-section .right {
  max-width: 530px;
}
.page-template-about .about-section .text {
  margin: 25px 0 60px 0;
  padding-left: 25px;
}
.page-template-about .about-section .text p {
  margin-bottom: 0.8rem;
}
.page-template-about .about-section .image-wrapper {
  position: relative;
}
.page-template-about .about-section .image-wrapper .shape {
  position: absolute;
  z-index: 2;
  right: -1%;
  top: -1.8%;
}
.page-template-about .about-section .image-wrapper .shape svg {
  width: 86px;
  height: auto;
}
.page-template-about .about-section .image-wrapper .shape path {
  fill: #E8E8E8;
}
.page-template-about .about-section .image {
  width: 55vw;
  height: 570px;
}

.post-type-archive-team .top-text {
  max-width: 805px;
  margin: 60px auto 0 auto;
}
.post-type-archive-team .top-text p {
  line-height: 1.4;
}
.post-type-archive-team .top-text strong {
  font-size: 1.18rem;
}
.post-type-archive-team h2 {
  margin-bottom: 40px;
}
.post-type-archive-team .single-category:first-of-type .container {
  padding-top: 50px;
}
.post-type-archive-team .single-category .col-lg-4 {
  display: flex;
  justify-content: center;
}
.post-type-archive-team .single-category .col-lg-4:last-of-type .single-team {
  margin-bottom: 0;
}
.post-type-archive-team .single-category:nth-of-type(1n) {
  background-color: #fff;
}
.post-type-archive-team .single-category:nth-of-type(1n) h2 {
  color: #7DA17A;
}
.post-type-archive-team .single-category:nth-of-type(1n) .title {
  color: #7DA17A;
}
.post-type-archive-team .single-category:nth-of-type(2n) {
  background-color: #E8E8E8;
}
.post-type-archive-team .single-category:nth-of-type(2n) h2 {
  color: #081D34;
}
.post-type-archive-team .single-category:nth-of-type(2n) .title {
  color: #1C56A4;
}
.post-type-archive-team .single-category:nth-of-type(2n) .single-team .image-wrapper .shape path,
.post-type-archive-team .single-category:nth-of-type(2n) .single-team .image-wrapper .shape rect,
.post-type-archive-team .single-category:nth-of-type(2n) .single-team .image-wrapper .shape line {
  fill: #E8E8E8;
}
.post-type-archive-team .single-category .container {
  padding: 100px 15px;
}
.post-type-archive-team .row {
  justify-content: center;
}
.post-type-archive-team .plus-wrapper {
  width: 42px;
  height: 42px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #7DA17A;
  margin-bottom: 8px;
}
.post-type-archive-team .plus-wrapper .plus {
  font-size: 46px;
  font-weight: 100;
}
.post-type-archive-team .single-team {
  width: 100%;
  max-width: 250px;
  margin-bottom: 70px;
}
.post-type-archive-team .single-team:hover .hidden {
  opacity: 1;
}
.post-type-archive-team .single-team .hidden {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 20px;
  opacity: 0;
  transition: 0.6s;
  cursor: pointer;
}
.post-type-archive-team .single-team .hidden .bg-color {
  background-color: rgba(0, 55, 116, 0.64);
}
.post-type-archive-team .single-team .hidden .plus-wrapper, .post-type-archive-team .single-team .hidden span {
  position: relative;
  z-index: 2;
}
.post-type-archive-team .single-team .title {
  margin-top: 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid;
  margin-bottom: 10px;
}
.post-type-archive-team .single-team .image-wrapper {
  width: 100%;
  height: 305px;
  position: relative;
}
.post-type-archive-team .single-team .image-wrapper .shape {
  position: absolute;
  z-index: 3;
  top: -0.35rem;
  right: -0.4rem;
}
.post-type-archive-team .single-team .image-wrapper .shape svg {
  width: 65px;
}
.post-type-archive-team .single-team .image-wrapper .shape path, .post-type-archive-team .single-team .image-wrapper .shape rect, .post-type-archive-team .single-team .image-wrapper .shape line {
  fill: #fff;
}
.post-type-archive-team .single-category:nth-of-type(2n) .single-team .popup .image-wrapper .shape path, .post-type-archive-team .single-category:nth-of-type(2n) .single-team .popup .image-wrapper .shape rect, .post-type-archive-team .single-category:nth-of-type(2n) .single-team .popup .image-wrapper .shape line {
  fill: #fff;
}

.page-template-lowners h2 {
  text-align: center;
  margin-bottom: 25px;
}
.page-template-lowners .contact-section h2 {
  justify-content: flex-start;
}
.page-template-lowners .huge {
  font-size: 2.2rem;
}
.page-template-lowners h2, .page-template-lowners h3 {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-template-lowners h2 .bold, .page-template-lowners h3 .bold {
  margin-right: 15px;
}
.page-template-lowners .read-more span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
}
.page-template-lowners .read-more span.active {
  opacity: 1;
}
.page-template-lowners .about-section {
  position: relative;
  padding: 200px 0;
  background-color: #081D34;
}
.page-template-lowners .about-section > .shape {
  z-index: 5;
}
.page-template-lowners .about-section > .shape img {
  max-width: 100vw;
}
.page-template-lowners .about-section .single-about {
  margin-bottom: 180px;
  z-index: 4;
  position: relative;
}
.page-template-lowners .about-section .single-about:last-of-type {
  margin-bottom: 0;
}
.page-template-lowners .about-section .single-about .container {
  max-width: 1650px;
  margin: 0 0 0 auto;
  display: flex;
  padding: 0 0 0 15px;
}
.page-template-lowners .about-section .single-about .title {
  margin-bottom: 20px;
}
.page-template-lowners .about-section .single-about .text strong {
  font-size: 1.1364rem;
}
.page-template-lowners .about-section .single-about .image-wrapper {
  width: 960px;
  height: 570px;
  position: relative;
}
.page-template-lowners .about-section .single-about .image-wrapper .shape {
  position: absolute;
  z-index: 2;
  bottom: auto;
}
.page-template-lowners .about-section .single-about .image-wrapper .shape svg {
  width: 110px;
  height: auto;
  transform: rotate(270deg);
}
.page-template-lowners .about-section .single-about .image-wrapper .shape svg path {
  fill: #081D34;
}
.page-template-lowners .about-section .single-about .left {
  max-width: 585px;
  padding-right: 100px;
  padding-top: 10px;
}
.page-template-lowners .about-section .single-about:nth-of-type(1n) .image-wrapper .shape {
  left: 2.2rem;
  top: -0.6rem;
}
.page-template-lowners .about-section .single-about:nth-of-type(2n) .image-wrapper .shape {
  right: -0.6rem;
  left: auto;
  transform: rotate(90deg);
}
.page-template-lowners .about-section .single-about:nth-of-type(2n) .container {
  margin: 0 auto 0 0;
  flex-direction: row-reverse;
  padding: 0 15px 0 0;
}
.page-template-lowners .about-section .single-about:nth-of-type(2n) .left {
  padding-left: 100px;
  padding-right: 0;
}
.page-template-lowners .about-section .bg-color {
  z-index: 2;
}
.page-template-lowners .about-section .shape {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 55;
}
.page-template-lowners .top-section {
  background-color: #E8E8E8;
}
.page-template-lowners .top-section .container {
  padding: 100px 15px;
}
.page-template-lowners .top-section .top-text {
  max-width: 815px;
  margin: 25px auto 0 auto;
}
.page-template-lowners .features-section {
  position: relative;
  background-color: #E8E8E8;
}
.page-template-lowners .features-section .features {
  display: flex;
  justify-content: center;
  margin-top: 80px;
}
.page-template-lowners .features-section .features .single-feature {
  width: 100%;
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 275px;
  margin: 0 auto;
}
.page-template-lowners .features-section .features .single-feature img {
  height: 100px;
  width: auto;
}
.page-template-lowners .features-section .features .single-feature .title {
  margin: 20px 0 5px 0;
}
.page-template-lowners .features-section .container {
  padding: 100px 15px;
}
.page-template-lowners .phases-section {
  position: relative;
}
.page-template-lowners .phases-section .bg-color {
  background-image: linear-gradient(to bottom, #E8E8E8, transparent);
  height: 100%;
}
.page-template-lowners .phases-section .container {
  padding: 100px 15px;
  z-index: 3;
}
.page-template-lowners .phases-section .numbers {
  display: flex;
  flex-wrap: wrap;
  max-width: 1260px;
  margin: 60px auto 0 auto;
}
.page-template-lowners .phases-section .numbers .single-number {
  width: 50%;
  display: flex;
  margin-bottom: 60px;
  padding-bottom: 50px;
  border-bottom: 1px solid #B2CBB0;
  padding-left: 1.2vw;
}
.page-template-lowners .phases-section .numbers .single-number ul {
  padding-left: 1.2rem;
  margin-top: 5px;
}
.page-template-lowners .phases-section .numbers .single-number:last-of-type {
  border-bottom: none;
}
.page-template-lowners .phases-section .numbers .single-number .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page-template-lowners .phases-section .numbers .single-number .text {
  padding-top: 20px;
  max-width: 380px;
}
.page-template-lowners .phases-section .numbers .single-number .more-text {
  margin-top: 5px;
}
.page-template-lowners .phases-section .numbers .single-number .more-text > div {
  display: flex;
}
.page-template-lowners .phases-section .numbers .single-number .read-more {
  margin-top: 15px;
  border-color: #7DA17A;
  color: #7DA17A;
  height: 40px;
  min-width: 141px;
  padding: 7px 0px 10px 0px;
  cursor: pointer;
}
.page-template-lowners .phases-section .numbers .single-number .read-more:hover {
  background-color: #7DA17A;
  color: #fff;
}
.page-template-lowners .phases-section .numbers .single-number .number {
  margin-left: 20px;
  text-stroke: 4px #527A4F;
  -webkit-text-stroke: 1px #527A4F;
  font-size: 6.5909rem;
  font-weight: bold;
  color: #D5E3D4;
  line-height: 0.8;
  display: inline-block;
  position: relative;
}
.page-template-lowners .phases-section .numbers .single-number .number::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-shadow: 1px 1px 1px #527A4F;
}
.page-template-lowners .green-section {
  background-color: #E8E8E8;
}
.page-template-lowners .green-section .container {
  padding: 60px 15px;
  max-width: 1475px;
}
.page-template-lowners .green-section .main {
  position: relative;
  padding: 90px 0 60px 30px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
}
.page-template-lowners .green-section .main h2 {
  z-index: 3;
}
.page-template-lowners .green-section .main .bg-color {
  background-color: #7DA17A;
  right: -286px;
  width: 122.2%;
}
.page-template-lowners .green-section .main .shape {
  position: absolute;
  z-index: 2;
  left: -2.2rem;
  top: -0.5rem;
}
.page-template-lowners .green-section .main .shape svg {
  width: 92px;
  height: auto;
}
.page-template-lowners .green-section .main .shape path {
  fill: #E8E8E8;
}
.page-template-lowners .green-section .main .text {
  position: relative;
  z-index: 2;
  max-width: 860px;
  margin: 0 auto;
}
.page-template-lowners .why-section {
  background-color: #fff;
  background-image: none;
  position: relative;
}
.page-template-lowners .why-section h2 {
  justify-content: flex-start;
  max-width: 400px;
  flex-wrap: wrap;
}
.page-template-lowners .why-section h2 .bold {
  margin-right: 0;
}
.page-template-lowners .why-section .shape {
  position: absolute;
  left: -3%;
  top: -50%;
  z-index: 999;
}
.page-template-lowners .why-section .container {
  padding: 100px 0 120px 15px;
  max-width: 1775px;
  margin-right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
}
.page-template-lowners .why-section .right {
  max-width: 800px;
  padding-right: 40px;
}
.page-template-lowners .why-section .text {
  margin: 25px 0 10px 0;
  padding-left: 25px;
}
.page-template-lowners .why-section .text strong {
  font-size: 1.1273rem;
}
.page-template-lowners .why-section .text p {
  margin-bottom: 0.8rem;
}
.page-template-lowners .why-section .image-wrapper {
  position: relative;
}
.page-template-lowners .why-section .image-wrapper .shape {
  position: absolute;
  z-index: 2;
  left: -0.9%;
  right: auto;
  top: -1.6%;
  transform: rotate(-90deg);
}
.page-template-lowners .why-section .image-wrapper .shape svg {
  width: 86px;
  height: auto;
}
.page-template-lowners .why-section .image-wrapper .shape path {
  fill: #fff;
}
.page-template-lowners .why-section .image {
  width: 49vw;
  height: 580px;
}
.page-template-lowners .why-section .read-more {
  margin-top: 15px;
  border: 1px solid #7DA17A;
  color: #7DA17A;
  background-color: transparent;
  height: 40px;
  min-width: 141px;
  padding: 7px 0px 10px 0px;
  cursor: pointer;
  display: inline-flex;
  display: none;
}
.page-template-lowners .why-section .read-more:hover {
  background-color: #7DA17A;
  color: #fff;
}
.post-type-archive-media form > ul, body.single-media form > ul {
  margin-bottom: 60px;
  padding: 0;
}
.post-type-archive-media form > ul ul, body.single-media form > ul ul {
  display: flex;
  padding: 0;
}
.post-type-archive-media form > ul ul li, body.single-media form > ul ul li {
  padding: 6px 8px;
  transition: 0.5s;
  margin-left: 20px;
  cursor: pointer;
}
.post-type-archive-media form > ul ul li a, body.single-media form > ul ul li a {
  cursor: pointer;
}
.post-type-archive-media form > ul ul li:nth-of-type(1), body.single-media form > ul ul li:nth-of-type(1) {
  border: 2px solid #081D34;
}
.post-type-archive-media form > ul ul li:nth-of-type(1):hover, body.single-media form > ul ul li:nth-of-type(1):hover {
  background-color: #081D34;
  color: #fff;
}
.post-type-archive-media form > ul ul li:nth-of-type(2), body.single-media form > ul ul li:nth-of-type(2) {
  border: 2px solid #527A4F;
  color: #527A4F;
}
.post-type-archive-media form > ul ul li:nth-of-type(2):hover, body.single-media form > ul ul li:nth-of-type(2):hover {
  background-color: #527A4F;
  color: #fff;
}
.post-type-archive-media form > ul ul li:nth-of-type(3), body.single-media form > ul ul li:nth-of-type(3) {
  border: 2px solid #1C56A4;
  color: #1C56A4;
}
.post-type-archive-media form > ul ul li:nth-of-type(3):hover, body.single-media form > ul ul li:nth-of-type(3):hover {
  background-color: #1C56A4;
  color: #fff;
}
.post-type-archive-media form > ul ul li input, body.single-media form > ul ul li input {
  opacity: 0;
  cursor: pointer;
}
.post-type-archive-media .media-section .row, body.single-media .media-section .row {
  justify-content: flex-start;
}
.post-type-archive-media .media-section .single-media, body.single-media .media-section .single-media {
  color: #081D34;
}
.post-type-archive-media .media-section .single-media .tag, body.single-media .media-section .single-media .tag {
  opacity: 1;
  transition: 0s;
}
.post-type-archive-media .media-section .single-media .top, body.single-media .media-section .single-media .top {
  position: relative;
}
.post-type-archive-media .media-section .single-media .title, body.single-media .media-section .single-media .title {
  margin: 9px 0 7px 0;
}
.post-type-archive-media .media-section .single-media .hidden, body.single-media .media-section .single-media .hidden {
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.post-type-archive-media .media-section .single-media span, body.single-media .media-section .single-media span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}
.post-type-archive-media .media-section .single-media .bg-color, body.single-media .media-section .single-media .bg-color {
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.post-type-archive-media .media-section .single-media:hover .bg-color, .post-type-archive-media .media-section .single-media:hover span, body.single-media .media-section .single-media:hover .bg-color, body.single-media .media-section .single-media:hover span {
  opacity: 1;
}
.post-type-archive-media .media-section .single-media:hover .tag, body.single-media .media-section .single-media:hover .tag {
  opacity: 0;
}
.post-type-archive-media .posts-section .container, body.single-media .posts-section .container {
  padding: 60px 15px 20px 15px;
}

.searchandfilter label {
  cursor: pointer;
}

body.single-media .source {
  text-decoration: underline;
}
body.single-media .top-banner .container {
  padding: 175px 15px 40px 15px;
  max-width: 805px;
}
body.single-media .top-banner h1 {
  font-size: 2.2727rem;
  font-weight: bold;
  margin-bottom: 40px;
}
body.single-media .top-banner .back {
  text-decoration: underline;
}
body.single-media .date {
  margin-bottom: 25px;
}
body.single-media .main-section {
  background-color: #E8E8E8;
  position: relative;
}
body.single-media .main-section .text p:first-of-type strong {
  font-size: 1.1364rem;
}
body.single-media .main-section .container {
  padding: 40px 15px;
  max-width: 805px;
}
body.single-media .main-section .bg-color {
  height: 200%;
  background-image: linear-gradient(to bottom left, #fff, rgba(255, 255, 255, 0.45), rgba(255, 255, 255, 0));
}
body.single-media .media-gallery {
  margin-top: 120px;
}
body.single-media .media-gallery .owl-nav button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body.single-media .media-gallery .owl-nav button span {
  font-size: 120px;
  line-height: 0.1rem;
  font-weight: 100;
  color: #527A4F;
}
body.single-media .media-gallery .owl-next {
  left: -50px;
}
body.single-media .media-gallery .owl-prev {
  right: -50px;
}
body.single-media .media-gallery .image {
  width: 100%;
  margin: 0 auto;
  padding-top: 70%;
}
body.single-media .media-gallery .image .shape {
  position: absolute;
  right: 1.1rem;
  top: -0.5rem;
}
body.single-media .media-gallery .image .shape svg {
  width: 100px;
  transform: rotate(90deg);
}
body.single-media .media-gallery .image .shape svg path {
  fill: transparent;
}
body.single-media .media-section .container {
  padding-bottom: 40px;
}

/****** General ******/
body #acwp-toolbar-btn-wrap {
  top: 160px !important;
  left: 12px !important;
  z-index: 999999999;
}

.acwp-toolbar.acwp-toolbar-show {
  z-index: 999999999;
}

#acwp-toolbar-btn {
  background-color: #081D34 !important;
}

.accept {
  position: absolute;
  top: 100%;
  left: 0;
  padding-left: 10px;
  margin-top: 20px;
  margin-bottom: 10px;
}
.accept .privacy-policy-link {
  color: #fff;
}
.accept .wpcf7-form-control-wrap {
  display: flex;
  justify-content: flex-end;
  margin-right: 5px;
}
.accept a {
  text-decoration: underline;
}
.accept .gdpr-label-text {
  font-size: 15px;
  line-height: 1.5;
  max-width: 375px;
}
.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,
.accept .mc4wp-checkbox label::before,
.accept .mc4wp-checkbox label::after {
  display: none;
}
.accept .wpcf7-acceptance label .gdpr-label-text,
.accept .mc4wp-checkbox label .gdpr-label-text {
  margin-top: 0;
}
.accept .wpcf7-acceptance .wpcf7-list-item,
.accept .mc4wp-checkbox .wpcf7-list-item {
  margin-left: 10px;
}
.accept .wpcf7-acceptance::before,
.accept .wpcf7-checkbox::before,
.accept .mc4wp-checkbox::before {
  content: "";
  position: absolute;
  left: -5px;
  top: 6px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid #fff;
  box-shadow: 1px 1px 3px rgba(8, 29, 52, 0.2);
}
.accept .wpcf7-list-item-label {
  display: flex;
  align-items: center;
  margin-top: 0.3rem;
  padding-left: 15px;
}
.accept .gdpr-checkbox {
  display: flex;
}
.accept input[type=checkbox] {
  opacity: 0;
  position: absolute;
  margin-top: 0 !important;
  top: 8px;
  left: -5px;
  cursor: pointer;
  width: auto;
  z-index: 99;
  width: 20px;
  height: 20px;
}
.accept.news {
  padding-right: 25px;
  padding-left: 0;
}
.accept.news label span {
  font-size: 15px;
}
.accept.news .wpcf7-list-item-label {
  font-size: 15px;
}
.accept.news .wpcf7-acceptance::before,
.accept.news .accept .wpcf7-checkbox::before,
.accept.news .mc4wp-checkbox::before {
  left: -5px;
}
.accept.news .wpcf7-list-item.first.last {
  margin-left: 0;
  margin-right: 25px;
}
.accept input[type=checkbox]:checked + span::before {
  content: "✔";
  position: absolute;
  left: -1px;
  top: 7px;
  width: 20px;
  height: 20px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

.page-id-480 h1 {
  text-align: left !important;
}

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

body.search h1 {
  text-align: right;
  margin-bottom: 60px;
  font-size: 2.7rem;
  color: #081D34;
  margin-top: 40px;
}

.page-template-simple-content h1 {
  text-align: right;
}
.page-template-simple-content .wp-block-list {
  padding-right: 1rem;
}
.page-template-simple-content h4 {
  line-height: 1.3;
}
.page-template-simple-content.page-id-955, .page-template-simple-content.page-id-1752 {
  text-align: left;
}
.page-template-simple-content.page-id-955 h1, .page-template-simple-content.page-id-1752 h1 {
  text-align: left;
}
.page-template-simple-content.page-id-955 .content, .page-template-simple-content.page-id-1752 .content {
  direction: ltr;
}
.page-template-simple-content.page-id-955 p, .page-template-simple-content.page-id-1752 p {
  text-align: left;
}
.page-template-simple-content.page-id-955 .content ul, .page-template-simple-content.page-id-1752 .content ul {
  direction: ltr;
}
.page-template-simple-content.page-id-955 .content ul li, .page-template-simple-content.page-id-1752 .content ul li {
  text-align: left;
  margin-bottom: 10px;
  font-size: 18px;
}
.page-template-simple-content .content > p {
  margin-bottom: 25px;
  line-height: 1.4;
}
.page-template-simple-content p {
  font-size: 18px;
}
.page-template-simple-content ol li {
  margin-bottom: 15px;
  font-size: 18px;
}

.error404 h1 {
  text-align: center;
}

.error-container {
  padding: 0 15px 70px 15px;
}
.error-container h1 {
  font-size: 2.5rem;
  margin-bottom: 60px;
  font-weight: bold;
}
.error-container h1 a {
  color: #527A4F;
}
.error-container h2 {
  font-size: 1.6818rem;
  margin-top: 40px;
  margin-bottom: 10px;
}

.media-section {
  background-color: #E8E8E8;
}
.media-section .col-md-4 {
  margin-bottom: 70px;
}
.media-section .container {
  padding: 100px 15px 120px 15px;
  max-width: 1360px;
}
.media-section .row {
  justify-content: space-between;
}
.media-section h2 {
  margin-bottom: 50px;
}
.media-section .single-media {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  max-width: 390px;
  color: #081D34;
}
.media-section .single-media:hover .bg-color,
.media-section .single-media:hover span {
  opacity: 1;
}
.media-section .single-media:hover .tag {
  opacity: 0;
}
.media-section .single-media .bg-color {
  mix-blend-mode: multiply;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.media-section .single-media .top {
  width: 100%;
}
.media-section .single-media .image {
  position: relative;
  width: 100%;
  height: 300px;
  margin-bottom: 10px;
  overflow: hidden;
}
.media-section .single-media .image .tag {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  color: #fff;
  padding: 8px 15px;
  min-width: 140px;
  clip-path: polygon(0 0, calc(100% - 0.5em) 0, 100% 0.6em, 100% 100%, 0 100%);
}
.media-section .single-media .title {
  margin: 20px 0 10px 0;
}
.media-section .single-media .read-more {
  margin-top: 25px;
}
.media-section .single-media .tag {
  opacity: 1;
  transition: 0s;
}
.media-section .single-media .top {
  position: relative;
}
.media-section .single-media .title {
  margin: 9px 0 7px 0;
}
.media-section .single-media .hidden {
  z-index: 2;
  opacity: 0;
  transition: 0.4s;
}
.media-section .single-media span {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.4s;
}
.media-section .read-wrapper {
  display: flex;
  justify-content: center;
}

.top-banner {
  position: relative;
  overflow: hidden;
}
.top-banner h1 {
  font-weight: 300;
}
.top-banner .container {
  padding: 200px 15px;
  z-index: 3;
}
.top-banner .bg-color {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-image: linear-gradient(to left, rgb(8, 29, 52) -80%, rgba(8, 29, 52, 0));
}
.top-banner .top-shape {
  position: absolute;
  right: -15vw;
  bottom: -13.5vh;
  z-index: 3;
  transition: 3s;
}
.top-banner .top-shape svg {
  width: 63vw;
}
.top-banner .top-shape.active {
  opacity: 1;
  transform: translate(0, 0);
}

.popup-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(8, 29, 52, 0.9);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: 0s;
  top: 50px;
  left: 0;
  z-index: -1;
  transform: translateY(-120%);
}
.popup-wrapper.active {
  opacity: 1;
  transform: translateY(0);
  z-index: 4;
  transition: 0.8s;
  transition: opacity 0.6s, z-index 0.2s, transform 0s;
}
.popup-wrapper .popup {
  width: 95%;
  max-width: 1360px;
  height: 76vh;
  overflow: auto;
  max-height: 750px;
  position: relative;
  background-color: #fff;
  padding: 120px 60px;
}
.popup-wrapper .popup .big-shape {
  position: absolute;
  right: 0;
  bottom: 0;
}
.popup-wrapper .popup .big-shape svg {
  width: 55vw;
  height: auto;
}
.popup-wrapper .popup .close {
  opacity: 1;
  position: absolute;
  top: 30px;
  right: 60px;
  opacity: 1;
  font-size: 43px;
  font-weight: 300;
  cursor: pointer;
}
.popup-wrapper .popup .close line {
  stroke: #081D34;
}
.popup-wrapper .popup .text {
  padding-top: 35px;
  margin-top: 30px;
  border-top: 2px solid;
}
.popup-wrapper .popup .left {
  padding-right: 40px;
}
.popup-wrapper .popup .left .title {
  margin-bottom: 5px;
  padding-bottom: 0;
  border-bottom: 0;
}
.popup-wrapper .popup .image-wrapper {
  width: 250px;
  min-width: 250px;
  height: 300px;
  margin-top: 1.0455rem;
  position: relative;
}
.popup-wrapper .popup .image-wrapper .shape {
  position: absolute;
  right: -0.3rem;
  top: -0.3rem;
}
.popup-wrapper .popup .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
.popup-wrapper .popup .wrapper::-webkit-scrollbar {
  width: 10px;
}
.popup-wrapper .popup .wrapper::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 20px;
}
.popup-wrapper .popup .wrapper::-webkit-scrollbar-thumb {
  background: #527A4F;
  border-radius: 20px;
}

.fadein-left {
  opacity: 0;
  transform: translateX(-65px);
  transition: 0.7s;
  transition-delay: 0.3s;
}
.fadein-left.viewed {
  opacity: 1;
  transform: translateX(0);
}

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

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

.fadein-bottom {
  opacity: 0;
  transform: translateY(65px);
  transition: 0.7s;
  transition-delay: 0.3s;
}
.fadein-bottom.viewed {
  opacity: 1;
  transform: translate(0);
}

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

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  position: absolute;
  bottom: -80px;
  font-size: 16px;
  border-color: #fff;
}

.space {
  letter-spacing: 0.1rem;
}

.primary {
  color: #527A4F;
}

.light-p {
  color: #7DA17A;
}

.contact-section {
  background-color: #081D34;
  color: #fff;
  position: relative;
  z-index: 2;
}
.contact-section h2 {
  margin-bottom: 40px;
}
.contact-section .bottom {
  margin-top: 40px;
}
.contact-section .bottom .title {
  font-size: 1.3636rem;
  margin-bottom: 40px;
}
.contact-section .bottom .image {
  width: 100%;
  height: 260px;
  margin-top: 8px;
  display: block;
}
.contact-section .bottom .single {
  display: flex;
  align-items: center;
  font-size: 0.8182rem;
  margin-bottom: 30px;
  opacity: 0;
  transform: translateX(50px);
  transition: 0.7s;
  transition-delay: 0.4s;
}
.contact-section .bottom .single.active {
  opacity: 1;
  transform: translateX(0);
}
.contact-section .bottom .single:hover .title {
  text-decoration: underline;
}
.contact-section .bottom .single .title {
  margin-bottom: 0;
  font-size: 0.9091rem;
  max-width: 415px;
}
.contact-section .bottom .single img {
  width: 30px;
  min-width: 30px;
  margin-left: 15px;
  max-height: 30px;
}
.contact-section form {
  display: flex;
  justify-content: space-between;
  margin-bottom: 140px;
  direction: rtl;
  position: relative;
}
.contact-section form > p {
  width: 100%;
}
.contact-section form > p .wpcf7-spinner {
  position: absolute;
  left: -10px;
  top: -20px;
}
.contact-section form > p:nth-last-of-type(3) label {
  width: 100%;
}
.contact-section form > p:nth-last-of-type(3) .wpcf7-form-control-wrap {
  width: 100%;
  display: block;
}
.contact-section form > p:nth-last-of-type(3) .wpcf7-form-control-wrap input {
  width: 100%;
}
.contact-section form > p:nth-last-of-type(2) {
  position: absolute;
  left: 0;
  bottom: -80px;
  width: auto;
}
.contact-section form > p:nth-last-of-type(2) input {
  width: auto;
  padding: 8px 40px;
  background-color: #527A4F;
  color: #fff;
  font-weight: bold;
  text-align: center;
}
.contact-section form > p:nth-last-of-type(2) input[type=submit] {
  width: auto;
  padding: 10px 50px;
  color: #fff;
  background-color: #527A4F;
  border: 0;
  font-weight: 700;
  transition: 0.4s;
}
.contact-section form > p:nth-last-of-type(2) input[type=submit]:hover {
  background-color: #1C56A4;
  clip-path: polygon(0 0, calc(100% - 0em) 0, 100% 0em, 100% 100%, 0 100%);
}
.contact-section form label {
  width: 97%;
}
.contact-section form label, .contact-section form input {
  font-size: 0.8182rem;
}
.contact-section form input {
  background-color: transparent;
  border: 2px solid #fff;
  color: #fff;
  margin-top: 15px;
  width: 98%;
  max-width: 100%;
  padding: 10px;
}
.contact-section a {
  color: #fff;
}
.contact-section .container {
  padding: 120px 15px;
}

.small {
  font-size: 0.9rem;
}

.smaller {
  font-size: 0.8rem;
}

.big {
  font-size: 1.25rem;
}

.huge {
  font-size: 2rem;
}

footer {
  background-color: #527A4F;
  color: #fff;
  font-size: 0.8182rem;
}
footer .rights-credit {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 16px;
}
footer .rights-credit a {
  color: #fff;
}
footer .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  max-width: 1850px;
}

.read-more {
  background-color: #527A4F;
  color: #fff;
  padding: 8px 25px 10px 25px;
  transition: 0.5s;
  position: relative;
  font-weight: 500;
  transition: 0.6s;
  font-size: 0.9091rem;
}
.read-more:hover {
  background-color: #1C56A4;
  color: #fff;
}
.read-more.white {
  background-color: transparent;
  border: 1px solid #fff;
}
.read-more.white:hover {
  background-color: #fff;
  color: #081D34;
}
.read-more.blue {
  background-color: #1C56A4;
}
.read-more.blue:hover {
  background-color: #fff;
  color: #081D34;
}
.read-more::before, .read-more::after {
  content: "";
  position: absolute;
  z-index: -1;
  background-color: #527A4F;
}

.bold {
  font-weight: bold;
}

.bolder {
  font-weight: 800;
}

.light {
  font-weight: 300;
}

.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;
}

@keyframes bounce {
  0%, 25%, 50%, 75%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-20px);
  }
  60% {
    transform: translateY(-12px);
  }
}
/* Edit Above Only*/
.mobile_menu_button {
  position: relative;
  display: none;
}

.triggerMobileMenu {
  position: relative;
  width: 40px;
  height: 28px;
  padding: 0;
  border: 0;
  margin: 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  background: none;
  text-indent: -99999px;
}

.triggerMobileMenu span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  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;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.triggerMobileMenu.open span:nth-child(2) {
  opacity: 0;
  left: -60px;
}

.triggerMobileMenu.open span:nth-child(3) {
  top: 11px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  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;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: #fff;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(8, 29, 52, 0.94);
  transition: 0.8s;
  display: flex;
  justify-content: center;
  align-items: center;
}

.off-canvas.is-open {
  z-index: 9999;
  background: #fff;
  background-color: rgba(8, 29, 52, 0.94);
  transform: translateY(0);
  opacity: 1;
}

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

.position-right {
  transform: translateY(-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: #527A4F;
  border-bottom: 1px solid #527A4F;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
}

ul#mobile-menu li {
  position: relative;
  display: block;
}

ul#mobile-menu > li {
  margin-bottom: 20px;
  text-align: center;
}

ul#mobile-menu li a {
  position: relative;
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  padding: 10px 15px;
  color: #fff;
}

ul#mobile-menu ul.sub-menu {
  position: relative;
  display: block;
  margin-left: 15px;
}

ul#mobile-menu ul.sub-menu li a {
  padding: 0px 15px 10px 15px;
  font-size: 0.9rem;
}

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: #527A4F;
}

/****************************************************************************************************************/
@media only screen and (max-height: 650px) {
  .home .top-section .container {
    padding: 20vh 15px 25px 15px;
  }
  .home .top-section .top-arrow {
    bottom: 12vh;
  }
  .home .top-section .top-arrow svg {
    width: 35px;
    height: auto;
  }
  .home .top-section .top-shape {
    bottom: -17vh;
    right: -14vw;
  }
  .home .top-section .top-shape svg {
    width: 78vw;
  }
}
@media only screen and (max-width: 1550px) {
  html {
    font-size: 18px;
  }
  #about-section, .contact-section {
    scroll-margin-top: 50px;
  }
  header .logo img {
    max-width: 150px;
  }
  ul#main-menu > li a {
    padding: 9px 13px;
    font-size: 0.85rem;
  }
  ul#main-menu > li.login > a {
    padding: 11px 13px;
  }
  .home .top-section .top-shape {
    bottom: -15vh;
  }
  .home .top-section .container {
    padding: 22vh 15px 25px 15px;
  }
  .home .top-section .container h1 {
    font-size: 3.5rem;
  }
  .home .about-section .container {
    padding: 20px 15px 60px 0px;
  }
  .home .about-section .text strong {
    font-size: 1.17rem;
  }
  .home .about-section .image {
    height: 450px;
  }
  .home .why-section h2 {
    margin-bottom: 25px;
  }
  .home .why-section .container {
    padding: 40px 15px 60px 15px;
  }
  .home .why-section .features {
    padding: 60px 5px 40px 15px;
  }
  .home .why-section .features .shape {
    left: -1.1rem;
    top: -0.45rem;
  }
  .home .why-section .features .bg-image {
    right: -200px;
    width: 120%;
  }
  .home .why-section .features .single-feature {
    max-width: 140px;
    margin-left: 10px;
  }
  .home .why-section .features .single-feature .title {
    margin-top: 12px;
  }
  .home .portfolio-section .container {
    padding: 65px 15px;
  }
  .home .portfolio-section .text {
    margin: 15px 0 40px 0;
  }
  .home .portfolio-section .numbers .single-number {
    margin-left: 70px;
  }
  .home .portfolio-section .numbers .single-number .title {
    font-size: 1.5182rem;
  }
  .home .portfolio-section .numbers .single-number .number,
  .home .portfolio-section .numbers .single-number .prefix {
    font-size: 5.5rem;
  }
  .media-section h2 {
    margin-bottom: 25px;
  }
  .media-section .container {
    padding: 45px 15px 60px 15px;
  }
  .media-section .single-media .image {
    height: 245px;
  }
  .media-section .single-media .title {
    margin: 10px 0 3px 0;
    font-size: 1.1636rem;
  }
  .contact-section .bottom .single .title {
    font-size: 16px;
    line-height: 1.2;
  }
  .contact-section form {
    margin-bottom: 110px;
  }
  .contact-section .container {
    padding: 60px 15px;
  }
  .page-template-about .about-section .container {
    padding: 60px 15px 90px 0;
  }
  .page-template-about .about-section .text strong {
    font-size: 1.17rem;
  }
  .page-template-about .about-section .image-wrapper .shape {
    right: -1.1%;
  }
  .page-template-about .about-section .image {
    height: 450px;
  }
  .page-template-about .green-section .container {
    padding-bottom: 90px;
  }
  .page-template-about .green-section .main .shape {
    left: 0.3rem;
  }
  .page-template-about .green-section .main .bg-color {
    right: -15px;
    width: 100%;
  }
  .page-template-about .opportunity-section .single-feature .left {
    margin-left: 30px;
    margin-right: auto;
  }
  .page-template-about .opportunity-section .single-feature:nth-of-type(2n) .left {
    margin-right: 30px;
  }
  .popup-wrapper .popup {
    padding: 60px 40px;
  }
  .popup-wrapper .popup .left {
    padding-right: 25px;
  }
  .popup-wrapper .popup .image-wrapper {
    width: 220px;
    min-width: 220px;
    height: 250px;
  }
  .popup-wrapper .popup .image-wrapper .shape {
    right: -0.3rem;
    top: -0.4rem;
  }
  .popup-wrapper .popup .close {
    top: 5px;
    right: 25px;
    left: auto;
  }
  .popup-wrapper .popup .text {
    padding-top: 15px;
    margin-top: 15px;
  }
  .page-template-lowners .top-section .container {
    padding: 60px 15px 50px 15px;
  }
  .page-template-lowners .about-section {
    padding: 90px 0;
  }
  .page-template-lowners .about-section .text strong {
    font-size: 1.17rem;
  }
  .page-template-lowners .about-section .single-about {
    margin-bottom: 80px;
  }
  .page-template-lowners .about-section .single-about:nth-of-type(2n) .left {
    padding-left: 40px;
  }
  .page-template-lowners .about-section .single-about .left {
    padding-right: 40px;
    padding-top: 0px;
  }
  .page-template-lowners .about-section .single-about .image-wrapper {
    height: 400px;
  }
  .page-template-lowners .green-section .container {
    padding-bottom: 90px;
  }
  .page-template-lowners .green-section .main .shape {
    left: 0.3rem;
  }
  .page-template-lowners .green-section .main .bg-color {
    right: -15px;
    width: 100%;
  }
  .page-template-lowners .why-section .container {
    padding: 90px 15px 90px 0;
  }
  .page-template-lowners .why-section .text strong {
    font-size: 1.17rem;
  }
  .page-template-lowners .phases-section .container {
    padding: 60px 15px;
  }
  .page-template-lowners .phases-section .numbers .single-number {
    margin-bottom: 35px;
  }
  .page-template-lowners .phases-section .numbers .single-number .number {
    font-size: 5.1909rem;
    margin-left: 15px;
  }
  .post-type-archive-media form > ul {
    margin-bottom: 40px;
  }
  .post-type-archive-media .posts-section .container {
    padding: 40px 15px 0px 15px;
  }
  body.single-media .top-banner h1 {
    max-width: 730px;
  }
  body.single-media .media-gallery {
    margin-top: 60px;
  }
  body.single-media .media-gallery .image {
    padding-top: 55%;
  }
  body.single-media .media-section .container {
    padding: 10px 15px;
  }
  .post-type-archive-team .single-team .image-wrapper .shape {
    left: -0.4rem;
    top: -0.4rem;
  }
}
@media only screen and (max-width: 1300px) {
  .post-type-archive-team .top-text {
    font-size: 1.1rem;
  }
  .post-type-archive-team h2 {
    margin-bottom: 20px;
  }
  .popup-wrapper .popup {
    padding: 45px 25px 25px 15px;
  }
  .popup-wrapper .popup .close {
    font-size: 35px;
  }
  .page-template-about .top-section .container {
    padding: 50px 15px 30px 15px;
  }
  .page-template-about .green-section .main {
    padding: 50px 0 30px 0;
  }
  .page-template-about .green-section .main .text {
    padding-left: 25px;
  }
  .page-template-about .green-section .main .bg-color {
    width: 102%;
    right: -15px;
  }
  .page-template-about .green-section .main .shape {
    left: -1.1rem;
  }
  .page-template-about .advantages-section .container {
    padding: 50px 15px;
  }
  .page-template-about .advantages-section .numbers .single-number {
    margin-top: 80px;
  }
  .page-template-about .advantages-section .numbers .single-number .big {
    font-size: 1.15rem;
  }
  .page-template-about .advantages-section .numbers .single-number .number {
    margin-left: 10px;
    font-size: 6.2rem;
  }
  .page-template-lowners .green-section .main {
    padding: 50px 0 30px 0;
  }
  .page-template-lowners .green-section .main .text {
    padding-left: 25px;
  }
  .page-template-lowners .green-section .main .bg-color {
    width: 102%;
    right: -15px;
  }
  .page-template-lowners .green-section .main .shape {
    left: -1.1rem;
  }
  .page-template-lowners .phases-section .numbers .single-number {
    margin-bottom: 30px;
  }
  .page-template-lowners .phases-section .numbers .single-number .big {
    font-size: 1.15rem;
  }
  .page-template-lowners .phases-section .numbers .single-number .text {
    padding-top: 5px;
  }
  .page-template-lowners .phases-section .numbers .single-number .number {
    margin-left: 10px;
    font-size: 4.4rem;
  }
  .page-template-lowners .features-section .features {
    margin-top: 50px;
    flex-wrap: wrap;
  }
  .page-template-lowners .features-section .features .single-feature {
    margin-bottom: 50px;
  }
  .page-template-lowners .features-section .features .single-feature .title {
    margin: 10px 0 5px 0;
  }
  .page-template-lowners .features-section .features .single-feature img {
    height: 75px;
  }
  .page-template-lowners .features-section .container {
    padding: 50px 15px 10px 15px;
  }
  .page-template-lowners .why-section .shape {
    display: none;
  }
  .page-template-lowners .why-section .image-wrapper {
    margin-bottom: 25px;
  }
  .post-type-archive-team .single-category .container {
    padding: 50px 15px;
  }
  .top-banner .top-shape {
    bottom: -30.5vh;
  }
  .top-banner .container {
    padding: 180px 15px 80px 15px;
  }
  .post-type-archive-team .single-team .image-wrapper .shape {
    right: -0.4rem;
  }
}
/* end of (max-width: 1550px) */
@media only screen and (max-width: 1200px) {
  .home .about-section .image-wrapper, .page-template-about .about-section .image-wrapper, .page-template-lowners .about-section .image-wrapper {
    width: 100%;
  }
  .home .about-section .image-wrapper .shape, .page-template-about .about-section .image-wrapper .shape, .page-template-lowners .about-section .image-wrapper .shape {
    top: 2.2rem;
    right: -0.4rem;
  }
  .home .about-section .right, .page-template-about .about-section .right, .page-template-lowners .about-section .right {
    padding: 0 15px;
    max-width: 100%;
  }
  .home .about-section .text, .page-template-about .about-section .text, .page-template-lowners .about-section .text {
    margin: 15px 0 35px 0;
    padding-left: 0;
  }
  .home .about-section .container, .page-template-about .about-section .container, .page-template-lowners .about-section .container {
    flex-direction: column;
    padding: 40px 0;
  }
  .home .about-section .image, .page-template-about .about-section .image, .page-template-lowners .about-section .image {
    width: 100%;
    margin-top: 50px;
  }
  .page-template-about .about-section .container {
    padding: 0 0 60px 0;
  }
  .page-template-lowners .why-section .image {
    height: 250px;
  }
  .page-template-lowners .why-section .image-wrapper {
    width: 100%;
  }
  .page-template-lowners .why-section .image-wrapper .shape {
    top: 2.2rem;
    right: -0.4rem;
  }
  .page-template-lowners .why-section .right {
    padding: 0 15px;
    max-width: 100%;
  }
  .page-template-lowners .why-section .text {
    margin: 15px 0 35px 0;
    padding-left: 0;
  }
  .page-template-lowners .why-section .container {
    flex-direction: column;
    padding: 40px 0;
  }
  .page-template-lowners .why-section .image {
    width: 100%;
    margin-top: 50px;
  }
  .page-template-lowners .about-section .single-about .image-wrapper {
    width: 100%;
  }
  .page-template-lowners .about-section .single-about .left {
    padding-right: 15px;
  }
  .page-template-lowners .about-section .single-about:nth-of-type(1n) .image-wrapper .shape {
    left: -0.6rem;
    top: -0.6rem;
    transform: none;
    right: auto !important;
  }
  .page-template-lowners .about-section .single-about:nth-of-type(2n) .left {
    padding-right: 15px;
    padding-left: 0;
  }
  .page-template-lowners .about-section .single-about:nth-of-type(2n) .container {
    flex-direction: column-reverse;
    padding-right: 0;
  }
  .page-template-lowners .about-section .container {
    flex-direction: column-reverse;
  }
  .page-template-lowners .about-section .image-wrapper {
    margin-top: 20px;
  }
  .page-template-lowners .about-section .image {
    margin-top: 0;
  }
  .page-template-lowners .why-section .image {
    margin-top: 0;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  html {
    font-size: 18px;
  }
  .flex_container {
    padding: 15px;
  }
  .mobile_menu_button {
    display: block;
  }
  .wrap_main_menu {
    display: none;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  .home .top-section .container h1 {
    font-size: 2.5rem;
  }
  .home .about-section .image-wrapper .shape {
    top: 2.3rem;
  }
  .home .about-section .image {
    height: 240px;
  }
  .home .why-section h2 {
    margin-bottom: 15px;
  }
  .home .why-section .container {
    padding: 40px 15px 60px 15px;
  }
  .home .why-section .features {
    padding: 50px 5px 3.7vw 40px;
    justify-content: center;
    padding-left: 15px;
  }
  .home .why-section .features .shape {
    left: -1.3rem;
  }
  .home .why-section .features .bg-image {
    right: -15px;
    width: 110%;
  }
  .home .why-section .features .single-feature {
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: unset;
    margin-left: 0;
    margin-bottom: 35px;
    padding: 0 10px;
  }
  .home .why-section .features .single-feature img {
    height: 60px;
  }
  .home .why-section .features .single-feature .title {
    margin-top: 10px;
    line-height: 1.1;
    font-size: 1.2rem;
  }
  .home .portfolio-section .container {
    padding: 55px 15px;
  }
  .home .portfolio-section .text {
    margin: 15px 0 30px 0;
    font-size: 1.0636rem;
  }
  .home .portfolio-section .numbers {
    flex-direction: column;
  }
  .home .portfolio-section .numbers .single-number {
    margin-left: 0;
    margin-bottom: 25px;
  }
  .home .portfolio-section .numbers .single-number:last-of-type {
    margin-bottom: 0;
  }
  .home .portfolio-section .numbers .single-number .title {
    font-size: 1.5182rem;
  }
  .home .portfolio-section .numbers .single-number .number,
  .home .portfolio-section .numbers .single-number .prefix {
    font-size: 3.5rem;
  }
  .media-section h2 {
    margin-bottom: 15px;
  }
  .contact-section h2 {
    margin-bottom: 25px;
  }
  .contact-section .container {
    padding: 50px 15px;
  }
  .contact-section .bottom .title {
    margin-bottom: 20px;
  }
  .contact-section .bottom .single img {
    width: 25px;
    min-width: 25px;
    margin-left: 10px;
  }
  .contact-section form {
    flex-direction: column;
  }
  .contact-section form label {
    width: 100%;
  }
  .contact-section form label span {
    width: 100%;
    display: block;
  }
  .contact-section form label span input {
    width: 100%;
  }
  footer .rights-credit {
    font-size: 16px;
    flex-direction: column;
    text-align: center;
  }
  footer .rights-credit .rights {
    margin-bottom: 10px;
  }
  .top-banner .top-shape {
    bottom: -36.5vh;
  }
  .top-banner .container {
    padding: 135px 15px 30px 15px;
  }
  .page-template-about h1 {
    font-size: 3.0909rem;
  }
  .page-template-about .about-section .image-wrapper .shape {
    top: 2.3rem;
  }
  .page-template-about .about-section .image {
    height: 240px;
  }
  .page-template-about .green-section .container {
    padding: 20px 15px 60px 15px;
  }
  .page-template-about .opportunity-section .container {
    padding: 70px 15px;
  }
  .page-template-about .opportunity-section .features {
    padding: 0;
  }
  .page-template-about .opportunity-section .line {
    left: auto;
    right: 20px;
  }
  .page-template-about .opportunity-section .single-feature {
    margin-bottom: 50px;
    padding-right: 75px;
  }
  .page-template-about .opportunity-section .single-feature .col-lg-6:first-of-type {
    padding-right: 0;
  }
  .page-template-about .opportunity-section .single-feature .title {
    margin-bottom: 10px;
  }
  .page-template-about .opportunity-section .single-feature .right {
    justify-content: flex-start !important;
    margin-top: 15px;
  }
  .page-template-about .opportunity-section .single-feature .right .icon {
    left: auto;
    right: 0;
  }
  .page-template-about .opportunity-section .single-feature .left {
    margin: 0 !important;
    max-width: unset;
  }
  .page-template-about .advantages-section h2 {
    margin-bottom: -15px;
  }
  .page-template-about .advantages-section .numbers .single-number {
    width: 50%;
    margin-top: 40px;
  }
  .page-template-about .about-section .image-wrapper .image {
    margin-top: 0;
  }
  .page-template-about .about-section .image-wrapper .shape {
    top: -0.5rem !important;
    right: -0.5rem;
  }
  .popup-wrapper .popup .image-wrapper {
    width: 190px;
    min-width: 190px;
    height: 210px;
  }
  .popup-wrapper .popup .wrapper {
    flex-direction: column;
  }
  .popup-wrapper .popup .wrapper .left {
    padding-right: 0;
  }
  .top-banner h1 {
    font-size: 3.0909rem;
  }
  .page-template-lowners .about-section .image-wrapper .shape {
    top: 2.3rem;
  }
  .page-template-lowners .about-section .image {
    height: 240px;
  }
  .page-template-lowners .green-section .container {
    padding: 20px 15px 60px 15px;
  }
  .page-template-lowners .who-section .image-wrapper .shape {
    top: 2.4rem;
  }
  .page-template-lowners .who-section .image {
    height: 240px;
  }
  .page-template-lowners .about-section {
    padding: 60px 0;
  }
  body.single-media .top-banner h1 {
    font-size: 1.5727rem;
  }
  body.single-media .media-gallery .owl-nav button span {
    font-size: 85px;
  }
  body.single-media .media-gallery .owl-next {
    left: 0;
  }
  body.single-media .media-gallery .owl-prev {
    right: 0;
  }
  body.single-media .media-gallery .image {
    width: 85%;
  }
  .media-section .read-wrapper {
    margin-top: 40px;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
@media only screen and (max-width: 768px) {
  .media-section .single-media .title {
    margin-top: 6px;
  }
  .media-section .single-media .image {
    height: 215px;
  }
  .media-section .single-media .read-more {
    margin-top: 18px;
  }
  .media-section .col-md-4 {
    margin-bottom: 50px;
  }
  .media-section .col-md-4:last-of-type {
    margin-bottom: 0;
  }
  .page-template-lowners .top-section h2, .page-template-lowners .features-section h2, .page-template-lowners .green-section h2, .page-template-lowners .phases-section h2 {
    flex-direction: column;
  }
  .page-template-lowners .top-section h2 .bold, .page-template-lowners .features-section h2 .bold, .page-template-lowners .green-section h2 .bold, .page-template-lowners .phases-section h2 .bold {
    margin-right: 0;
  }
  .post-type-archive-media .posts-section .container {
    padding-bottom: 40px;
  }
} /* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  h2 {
    font-size: 2.4273rem;
  }
  .home .top-section .container {
    padding: 20vh 15px 25px 15px;
  }
  .home .top-section .top-arrow {
    bottom: 12vh;
  }
  .home .top-section .top-arrow svg {
    width: 35px;
    height: auto;
  }
  .home .top-section .top-shape {
    bottom: -7vh;
    right: -24vw;
  }
  .home .top-section .top-shape svg {
    width: 600px;
  }
  .home .about-section .text strong {
    font-size: 1.1rem;
  }
  .top-banner .container {
    padding: 150px 15px 15px 15px;
  }
  .page-template-about h1 {
    font-size: 2.1909rem;
  }
  .page-template-about .green-section .container {
    padding-top: 60px;
  }
  .page-template-about .green-section .main .bg-color {
    width: 104%;
  }
  .page-template-about .green-section .main .shape {
    left: -0.7rem;
  }
  .page-template-about .opportunity-section .single-feature {
    padding-right: 50px;
  }
  .page-template-about .opportunity-section .line {
    right: 10px;
  }
  .page-template-about .opportunity-section .line::before {
    top: -40px;
  }
  .page-template-about .opportunity-section .line::after {
    bottom: -40px;
  }
  .page-template-about .opportunity-section .line::before, .page-template-about .opportunity-section .line::after {
    width: 60px;
    height: 60px;
    background-size: 60px;
  }
  .page-template-about .advantages-section .container {
    padding-bottom: 0;
  }
  .page-template-about .advantages-section h2 {
    font-size: 2.2273rem;
  }
  .page-template-about .advantages-section .numbers .single-number {
    width: 100%;
  }
  .page-template-about .advantages-section .numbers .single-number .number {
    font-size: 5.5rem;
  }
  .page-template-about .advantages-section .numbers .single-number .big {
    font-size: 1rem;
  }
  .page-template-lowners .about-section .text strong {
    font-size: 1.1rem;
  }
  .page-template-lowners .why-section .container {
    padding-top: 0;
  }
  .page-template-lowners .why-section .image {
    margin-top: 0;
  }
  .page-template-lowners .why-section h2 {
    max-width: 300px;
  }
  .page-template-lowners .green-section .container {
    padding-top: 60px;
  }
  .page-template-lowners .green-section .main .bg-color {
    width: 104%;
    border-top-left-radius: 0;
  }
  .page-template-lowners .green-section .main .bg-color .shape {
    left: -0.7rem;
    right: auto !important;
  }
  .page-template-lowners .phases-section .container {
    padding-bottom: 0;
  }
  .page-template-lowners .phases-section .numbers {
    margin: 25px auto 0 auto;
  }
  .page-template-lowners .phases-section .numbers .single-number {
    width: 100%;
  }
  .page-template-lowners .phases-section .numbers .single-number .number {
    font-size: 3.9rem;
  }
  .page-template-lowners .phases-section .numbers .single-number .big {
    font-size: 1rem;
  }
  .page-template-lowners .about-section .single-about .image-wrapper .shape svg {
    width: 50px;
  }
  .post-type-archive-team h2 {
    font-size: 2.1273rem;
  }
  .post-type-archive-team .top-text {
    margin: 40px auto 0 auto;
  }
  .post-type-archive-team .single-team .image-wrapper {
    height: 240px;
    position: relative;
    max-width: 190px;
  }
  .post-type-archive-team .single-team .image-wrapper .shape {
    top: -0.4rem;
    right: -0.4rem;
  }
  .post-type-archive-team .single-category:nth-of-type(2) .container {
    padding-top: 40px;
  }
  .post-type-archive-team .single-category .container {
    padding: 40px 15px;
  }
  .post-type-archive-team .top-text {
    margin-bottom: 10px;
  }
  .top-banner h1 {
    font-size: 2.5909rem;
  }
  .page-template-accessibility .main-container {
    padding: 40px 15px;
  }
  .page-template-accessibility h2 {
    font-size: 1.2rem;
  }
  .page-template-lowners h2 {
    font-size: 2.0273rem;
    line-height: 1.2;
  }
  .page-template-lowners .green-section .main .bg-color {
    border-top-left-radius: 0;
  }
  .page-template-lowners .green-section .main .shape {
    display: block;
    left: -0.5rem;
  }
  .page-template-lowners .top-section .big {
    font-size: 1.15rem;
  }
  .page-template-lowners .top-section .container {
    padding: 45px 15px;
  }
  .page-template-lowners .top-banner h1 {
    flex-direction: column;
    align-items: center;
  }
  .page-template-lowners .about-section .single-about {
    margin-bottom: 60px;
  }
  .page-template-lowners .about-section .single-about .title {
    display: flex;
    flex-direction: column;
  }
  .page-template-lowners .about-section .image, .page-template-lowners .about-section .single-about .image-wrapper {
    height: 180px;
  }
  .page-template-lowners .features-section .features .single-feature {
    margin-bottom: 35px;
  }
  .media-section .single-media {
    max-width: 100%;
  }
  .media-section .single-media .title {
    margin: 3px 0 2px 0;
  }
  .post-type-archive-media .media-section .single-media {
    max-width: 100%;
  }
  .post-type-archive-media .media-section .single-media .title {
    margin: 3px 0 2px 0;
  }
  .post-type-archive-media .searchandfilter li[data-sf-field-input-type=radio] label {
    padding-left: 0;
  }
  .post-type-archive-media form > ul ul {
    justify-content: center;
  }
  .post-type-archive-media form > ul ul li:last-of-type {
    margin-left: 0;
  }
  .post-type-archive-media form > ul ul input {
    width: 0;
    font-size: 16px;
  }
  .post-type-archive-team .single-team {
    max-width: 100%;
    margin-bottom: 35px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .post-type-archive-team .single-team .hidden {
    opacity: 1;
    padding-bottom: 10px;
  }
  .post-type-archive-team .single-team .hidden span {
    display: none;
  }
  .post-type-archive-team .single-team .hidden .plus-wrapper {
    width: 37px;
    height: 37px;
  }
  .post-type-archive-team .single-team .hidden .plus-wrapper .plus {
    font-size: 40px;
  }
  .post-type-archive-team .single-team .hidden .bg-color {
    background-color: rgba(0, 55, 116, 0.34);
  }
  .contact-section .bottom .single {
    flex-wrap: nowrap;
    align-items: flex-start;
  }
  .contact-section .bottom .single .title {
    font-size: 15px;
  }
  .home .why-section .features .shape {
    top: -0.5rem;
  }
  .page-template-lowners .about-section .single-about:nth-of-type(1n) .image-wrapper .shape {
    left: -0.3rem;
    top: -0.3rem;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
@media only screen and (max-width: 400px) {
  .home .top-section .container h1 {
    font-size: 2.1rem;
  }
} /* end of (max-width: 320px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */