/* Defaults
-------------------------------------------------------------- */
html {
  font-size: 18px;
}

body {
  color: #222222;
  font-size: 1rem;
  direction: ltr;
  line-height: 1.3;
  font-weight: 500;
  font-family: "Houschka Pro", sans-serif;
  background-color: #F8F6F2;
}
body.has-overflow {
  overflow: hidden;
}

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

h1 {
  font-size: 4.4444rem;
}
h1 strong {
  font-size: 7.7778rem;
  font-weight: 500;
}

h2 {
  font-size: 4.4444rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1rem;
}

div,
p,
span,
a,
input,
input[type=submit],
select,
textarea {
  font-family: "Houschka Pro", 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: #0056D3;
}

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

.content p {
  font-size: 1rem;
  line-height: 1.2em;
  margin-bottom: 0.6rem;
}

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

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

.flex_container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 10px 10px 10px 25px;
}

header {
  position: fixed;
  left: 50%;
  top: 20px;
  transform: translateX(-50%);
  right: 0;
  background-color: #fff;
  z-index: 5555555;
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0);
  transition: 0.3s;
  width: calc(100% - 80px);
  margin: 0 auto;
  border-radius: 30px 30px 3px 3px;
}
header.active {
  box-shadow: 0 -3px 15px rgba(0, 0, 0, 0.15);
}

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

ul#footer-menu > li > a {
  padding: 10px 25px;
  color: #fff;
  font-size: 1rem;
}

ul#main-menu > li {
  position: relative;
}
ul#main-menu > li.contact {
  background-image: linear-gradient(to top right, #0056D3, #14D5D8);
  border-radius: 2px 22px 2px 2px;
  transition: 0.5s;
  margin-left: 15px;
}
ul#main-menu > li.contact:hover {
  border-radius: 2px 2px 22px 2px;
}
ul#main-menu > li.contact:hover a {
  color: #fff;
}
ul#main-menu > li.contact a {
  color: #fff;
  padding: 12px 32px;
  font-weight: 100;
}

ul#main-menu > li > a {
  position: relative;
  display: block;
  font-size: 1.1111rem;
  color: #222222;
  padding: 12px 20px;
}

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

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

/** Sub Menu  ***/
ul#main-menu ul.sub-menu {
  position: absolute;
  z-index: 10;
  left: -15px;
  top: 100%;
  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;
  background: #fff;
}

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;
  color: #0056D3;
  margin-right: 2px;
  margin-left: 2px;
}

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

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

.homepage section {
  width: calc(100% - 80px);
  margin: 40px auto;
}
.homepage .top-section {
  position: relative;
}
.homepage .top-section .bg-color {
  z-index: 2;
  border-radius: 8px 8px 60px 8px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 50.8%, rgba(0, 0, 0, 0.3) 99.96%);
}
.homepage .top-section h1 {
  margin-bottom: 5px;
  line-height: 1;
}
.homepage .top-section video {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 8px 8px 60px 8px;
  object-fit: cover;
}
.homepage .top-section .container {
  position: relative;
  z-index: 3;
  max-width: 1660px;
  padding: 80px 15px;
  min-height: 90vh;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
}
.homepage .about-section {
  background-color: #fff;
  border-radius: 8px;
  z-index: 4;
  position: relative;
}
.homepage .about-section .container {
  padding: 40px;
}
.homepage .about-section .row {
  justify-content: space-between;
}
.homepage .about-section .text {
  margin: 20px 0 12px 0;
}
.homepage .about-section .bg-image {
  width: 100%;
  height: 400px;
  border-radius: 8px;
}
.homepage .about-section .col-xl-3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.homepage .about-section .btns {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-top: 25px;
}
.homepage .about-section .btns a {
  padding: 10px 20px;
  white-space: nowrap;
}
.homepage .about-section .btns a:first-of-type {
  margin-right: 15px;
}

.numbers-section {
  background-color: #fff;
  border-radius: 8px;
}
.numbers-section .container {
  padding: 70px 15px;
  display: flex;
  justify-content: center;
}
.numbers-section .numbers {
  display: flex;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.numbers-section .numbers .single {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 0 30px;
}
.numbers-section .numbers .single .number {
  font-size: 4.4444rem;
  margin-bottom: 15px;
}

.offers-section .wrapper {
  display: flex;
  justify-content: space-between;
}
.offers-section .left {
  margin-right: 2.5%;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 29%;
}
.offers-section .left .bg-image {
  border-radius: 60px 8px 8px 8px;
}
.offers-section .texts {
  position: relative;
  z-index: 2;
  max-width: 210px;
  margin: 0 auto 0 25px;
}
.offers-section .texts .text {
  margin-top: 15px;
}
.offers-section .offers {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.offers-section .offers .single {
  width: 32%;
  height: 100%;
  transform: translateX(-100vw);
  border-radius: 8px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  transition: background-color 0.4s, color 0.4s, transform 1.5s 0.1s;
  background-color: #fff;
}
.offers-section .offers .single.active {
  transform: translateX(0);
}
.offers-section .offers .single:hover {
  background-color: #222222;
  color: #fff;
}
.offers-section .offers .single:hover .read-more {
  opacity: 1;
}
.offers-section .offers .single .title {
  margin: 30px 0 15px 0;
}
.offers-section .offers .single .read-more {
  opacity: 0;
}
.offers-section .offers .bottom {
  margin-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.offers-section .offers .bottom .image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}
.offers-section .offers .image-name {
  display: flex;
  align-items: center;
  margin-right: 25px;
}
.offers-section .offers .top-image {
  width: 100%;
  height: 160px;
  border-radius: 5px;
  position: relative;
  border-radius: 8px;
}
.offers-section .offers .top-image .logo {
  position: absolute;
  top: 0;
  left: 10%;
  background-color: #fff;
  width: 85px;
  height: 85px;
  border-radius: 0 0 3px 3px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.offers-section .offers .top-image .logo img {
  max-width: 75%;
  max-height: 75%;
  width: auto;
  height: auto;
}

.future-section {
  position: relative;
}
.future-section .wrapper {
  display: flex;
  align-items: flex-start;
}
.future-section h2 {
  min-width: 420px;
  background-image: linear-gradient(to top right, #0056D3, #14D5D8);
  padding: 20px 20px 24px 40px;
  border-radius: 0 8px 40px 0;
  z-index: 3;
  font-size: 2.2222rem;
  position: absolute;
  left: 0;
  top: 90px;
  transform: translateX(-150%);
  transition: 1s;
}
.future-section h2.active {
  transform: translateX(0);
}
.future-section .single {
  position: relative;
  padding: 85px 15px 130px 0;
  height: 100%;
}
.future-section .single .title {
  font-size: 2.2222rem;
  margin-bottom: 25px;
  line-height: 1.1;
}
.future-section .single .title, .future-section .single .text {
  position: relative;
  z-index: 3;
  margin-left: 465px;
  max-width: 560px;
}
.future-section .single .bg-color, .future-section .single .bg-image {
  border-radius: 8px;
}
.future-section .single .bg-color {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.1));
  z-index: 2;
}
.future-section .single .texts {
  position: relative;
  z-index: 3;
  color: #fff;
  max-width: 560px;
  margin: 0 auto 0 50px;
}
.future-section .owl-stage {
  display: flex;
}
.future-section .owl-dots {
  bottom: 80px;
  left: 465px;
  z-index: 3;
  position: absolute;
}
.future-section .owl-dots button {
  width: 10px;
  max-width: 10px;
  height: 10px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 1px;
  transition: 0.4s;
  margin-right: 15px;
}
.future-section .owl-dots button.active {
  max-width: 30px;
  width: 30px;
  background-color: #fff;
  border-radius: 8px 1px 1px 1px;
}

.stories-section {
  position: relative;
}
.stories-section .fixed-part {
  width: 23%;
  z-index: 4;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 40px;
  border-radius: 2px 2px 22px 2px;
  height: 94vh;
}
.stories-section .fixed-part .bg-image {
  border-radius: 8px 8px 22px 8px;
}
.stories-section .fixed-part h2 {
  line-height: 0.9;
}
.stories-section .fixed-part .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.stories-section .fixed-part .wrapper .read-more {
  margin-top: 30px;
  position: relative;
}

.stories {
  width: 75%;
}
.stories .single {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  padding: 40px;
  display: flex;
}
.stories .single .bg-image {
  width: 38vw;
  min-width: 38vw;
  height: 480px;
}
.stories .single .right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 40px 0 60px;
}
.stories .single .title {
  margin-top: 50px;
  font-size: 2.7778rem;
}
.stories .single .text {
  margin-bottom: 30px;
  margin-top: 10px;
  max-width: 435px;
}
.stories .single .read-more {
  border-radius: 22px 2px 2px 2px;
}
.stories .single .read-more:hover {
  border-radius: 2px 2px 2px 22px;
}

/****** General ******/
.fadein-left {
  opacity: 0;
  transform: translateX(-80px);
  transition: 0.7s;
}
.fadein-left.viewed {
  opacity: 1;
  transform: translateX(0);
}

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

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

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

.social {
  display: flex;
  align-items: center;
}
.social .single-social {
  margin-left: 25px;
}
.social .single-social svg {
  width: 45px;
  height: auto;
}

footer {
  position: relative;
  width: calc(100% - 80px);
  margin: 50px auto;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  position: relative;
  z-index: 4;
}
footer a {
  color: #fff;
}
footer .bg-image {
  border-radius: 8px 60px 8px 8px;
}
footer .container {
  max-width: 1400px;
  padding: 50px 15px 15px 15px;
  position: relative;
  z-index: 2;
}
footer .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .rights-credit {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  border-top: 2px solid #fff;
  margin-top: 120px;
}
footer .credit-policies {
  display: flex;
  align-items: center;
}
footer .policies {
  display: flex;
  align-items: center;
}
footer .policies .privacy {
  margin-right: 50px;
  margin-left: 10px;
  padding-left: 10px;
  border-left: 1px solid #fff;
}

.read-more {
  display: inline-block;
  padding: 10px 35px;
  background-image: linear-gradient(to top right, #0056D3, #14D5D8);
  color: #fff;
  text-align: center;
  border-radius: 2px 22px 2px 2px;
  transition: 0.5s;
  font-weight: 400;
  font-size: 1.1111rem;
}
.read-more:hover {
  border-radius: 2px 2px 22px 2px;
  color: #fff;
}
.read-more.transparent {
  background-image: linear-gradient(to top right, transparent, transparent);
  color: #222222;
  border: 1px solid #222222;
}
.read-more.transparent:hover {
  background-image: linear-gradient(to top right, #0056D3, #14D5D8);
  color: #fff;
}
.read-more.transparent.white {
  color: #fff;
  border-color: #fff;
}

.bold {
  font-weight: bold;
}

.med {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.center {
  text-align: center;
}

.white {
  color: #fff;
}

.big {
  font-size: 1.2222rem;
}

.huge {
  font-size: 2.2222rem;
}

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

/* 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;
  -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-image: linear-gradient(to top right, #0056D3, #14D5D8);
  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: 9999;
  transition: transform 0.7s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: rgba(0, 86, 211, 0.9);
  top: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.off-canvas.is-open {
  z-index: 9999;
  background: rgba(0, 86, 211, 0.9);
  transform: translate(0);
}

.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: #0056D3;
  border-bottom: 1px solid #0056D3;
  font-weight: 500;
  color: #fff;
}

ul#mobile-menu {
  position: relative;
  display: block;
  width: 100%;
  list-style: none;
  padding: 80px 0 0 0;
  margin: 0;
}

ul#mobile-menu li {
  position: relative;
  display: block;
  margin-bottom: 15px;
  text-align: center;
}

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

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 ul.sub-menu li a:before {
  position: absolute;
  display: block;
  left: 0;
  top: 0px;
  content: ">>";
  font-size: 0.7rem;
}

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: #0056D3;
}

/****************************************************************************************************************/
@media only screen and (max-width: 1600px) {
  html {
    font-size: 16px;
  }
  ul#main-menu > li > a {
    font-size: 1.0111rem;
    color: #222222;
    padding: 12px 15px;
  }
  header {
    border-radius: 20px 20px 3px 3px;
  }
  header, footer {
    width: calc(100% - 50px);
  }
  footer {
    margin: 20px auto;
  }
  footer .rights-credit {
    margin-top: 80px;
  }
  footer .container {
    padding: 35px 15px 15px 15px;
  }
  .homepage h1 {
    line-height: 0.9;
    font-size: 4.0444rem;
  }
  .homepage h1 strong {
    font-size: 6.4778rem;
  }
  .homepage section {
    width: calc(100% - 50px);
    margin: 25px auto;
  }
  .homepage .about-section h2 {
    font-size: 4.0444rem;
  }
  .homepage .about-section .bg-image {
    height: 305px;
  }
  .homepage .about-section .container {
    padding: 20px;
  }
  .numbers-section .container {
    padding: 50px 15px;
  }
  .numbers-section .numbers .single {
    margin: 0 15px;
  }
  .numbers-section .numbers .single .number {
    font-size: 4.0444rem;
    margin-bottom: 5px;
  }
  .offers-section .texts {
    margin: 0 auto 0 0px;
  }
  .offers-section .offers .single {
    padding: 15px;
    height: auto;
  }
  .offers-section .offers .single .title {
    margin: 15px 0 5px 0;
  }
  .offers-section .offers .single .read-more {
    padding: 8px 15px;
    border-radius: 2px 10px 2px 2px;
  }
  .offers-section .offers .single .top-image {
    height: 140px;
  }
  .offers-section .offers .single .top-image .logo {
    width: 70px;
    height: 70px;
  }
  .future-section h2 {
    top: 50px;
    min-width: 335px;
    padding: 17px 20px 17px 15px;
    border-radius: 0 8px 30px 0;
    font-size: 2.1222rem;
  }
  .future-section .owl-dots {
    left: 360px;
    bottom: 40px;
  }
  .future-section .single {
    padding: 50px 15px 90px 0;
  }
  .future-section .single .title, .future-section .single .text {
    margin-left: 360px;
    max-width: 485px;
  }
  .stories-section .fixed-part {
    padding: 25px;
  }
  .stories-section .fixed-part h2 {
    font-size: 3.6444rem;
  }
  .stories-section .fixed-part .wrapper .read-more {
    margin-top: 15px;
  }
  .stories .single {
    margin-bottom: 25px;
    padding: 20px;
  }
  .stories .single .logo img {
    max-width: 180px;
  }
  .stories .single .title {
    margin-top: 25px;
    font-size: 2.1778rem;
  }
  .stories .single .bg-image {
    height: 380px;
  }
  .stories .single .right {
    padding: 0px 15px 0 25px;
  }
  footer .bg-image {
    border-radius: 6px 35px 6px 6px;
  }
  .social .single-social svg {
    width: 35px;
  }
} /* end of (max-width: 1600px) */
@media only screen and (max-width: 1200px) {
  .homepage .about-section .btns {
    justify-content: flex-start;
    margin-bottom: 20px;
  }
  .offers-section .wrapper {
    flex-direction: column;
  }
  .offers-section .wrapper .left {
    width: 100%;
    margin-right: 0;
  }
  .read-more {
    padding: 7px 20px;
    border-radius: 15px 2px 2px 2px;
  }
  .stories-section .stories {
    width: 100%;
  }
  .stories-section .stories .single {
    flex-direction: column;
    margin-bottom: 15px;
    padding: 15px;
  }
  .stories-section .stories .single .right {
    padding: 0;
  }
  .stories-section .stories .single .title {
    margin-top: 15px;
  }
  .stories-section .stories .single .text {
    margin-bottom: 20px;
    margin-top: 5px;
  }
  .stories-section .stories .single .bg-image {
    width: 100%;
    max-width: 100%;
    height: 200px;
  }
  .stories-section .fixed-part {
    position: relative;
    right: auto;
    top: auto;
    height: auto;
    width: 100%;
    margin-bottom: 15px;
    justify-content: flex-start;
  }
  .stories-section .fixed-part .wrapper {
    align-items: flex-start;
  }
  .stories-section .fixed-part .wrapper h2 {
    font-size: 3.1444rem;
    text-align: left;
  }
} /* end of (max-width: 1200px) */
/****************************************************************************************************************/
@media only screen and (max-width: 990px) {
  header {
    top: 15px;
  }
  .mobile_menu_button {
    display: flex;
  }
  .wrap_main_menu {
    display: none;
  }
  .flex_container {
    padding: 10px 15px 10px 15px;
  }
  .flex_container .logo img {
    max-width: 135px;
  }
  body.admin-bar .off-canvas {
    top: 46px;
  }
  header, footer {
    width: calc(100% - 25px);
  }
  .homepage .top-section .container {
    padding: 60px 15px;
    min-height: 75vh;
  }
  .homepage .top-section video {
    border-radius: 6px 6px 40px 6px;
  }
  .homepage h2 {
    font-size: 3.1444rem;
  }
  .homepage h1 {
    font-size: 2.3444rem;
  }
  .homepage h1 strong {
    font-size: 3.1778rem;
    font-weight: 600;
  }
  .homepage section {
    width: calc(100% - 25px);
    margin: 20px auto;
  }
  .numbers-section .numbers {
    flex-wrap: wrap;
  }
  .numbers-section .numbers .single {
    width: 50%;
    padding: 0 10px;
    margin: 0 0 25px 0;
  }
  .numbers-section .numbers .single .number {
    font-size: 3.6444rem;
    line-height: 1;
  }
  .offers-section .left {
    margin-bottom: 15px;
  }
  .offers-section .left .bg-image {
    border-radius: 30px 6px 6px 6px;
  }
  .offers-section .offers {
    flex-direction: column;
  }
  .offers-section .offers .image-name {
    margin-right: 10px;
  }
  .offers-section .offers .single {
    width: 100%;
    margin-bottom: 15px;
  }
  .offers-section .offers .single .read-more {
    opacity: 1;
  }
  .offers-section .offers .single .top-image .logo {
    left: 4%;
  }
  .future-section h2 {
    top: 25px;
    font-size: 2rem;
  }
  .future-section .single .title {
    margin-top: 70px;
  }
  .future-section .single .title, .future-section .single .text {
    margin-left: 15px;
  }
  .future-section .owl-dots {
    left: 15px;
  }
  .menu-footer-menu-container {
    display: none;
  }
  .social .single-social {
    margin-left: 15px;
  }
  .social .single-social svg {
    width: 30px;
  }
  footer .logo img {
    max-width: 125px;
  }
  footer .rights-credit {
    margin-top: 30px;
  }
  footer .rights-credit, footer .credit-policies {
    flex-direction: column;
  }
  footer .rights-credit .policies, footer .credit-policies .policies {
    margin: 10px 0;
  }
  footer .rights-credit .policies .privacy, footer .credit-policies .policies .privacy {
    margin-right: 0;
  }
} /* end of (max-width: 990px) */
/****************************************************************************************************************/
/* end of (max-width: 768px) */
/****************************************************************************************************************/
/* end of (max-width: 640px) */
/****************************************************************************************************************/
@media only screen and (max-width: 480px) {
  .homepage .about-section {
    position: relative;
    background-color: transparent;
  }
  .homepage .about-section .text {
    margin: 5px 0 0px 0;
  }
  .homepage .about-section::before {
    position: absolute;
    left: 0;
    top: 15px;
    content: "";
    width: 100%;
    height: 12px;
    background-image: linear-gradient(to right, #0056D3, #14D5D8);
  }
  .homepage .about-section .container {
    padding: 60px 15px 20px 15px;
    background-color: transparent;
  }
  .homepage .about-section .bg-image {
    height: 220px;
  }
  .homepage .about-section h2 {
    font-size: 3.2444rem;
  }
  .homepage .about-section .btns {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }
  .homepage .about-section .btns a:first-of-type {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .numbers-section .numbers .single {
    width: 100%;
  }
  .numbers-section .container {
    padding: 40px 15px 25px 15px;
  }
  .stories-section .fixed-part h2 {
    font-size: 2.8444rem;
  }
  .future-section h2 {
    min-width: 280px;
    font-size: 1.8rem;
  }
  .future-section .single .title {
    font-size: 1.6222rem;
  }
  .page-template-accessibility .main-container {
    padding: 40px 15px;
  }
  .page-template-accessibility h2 {
    font-size: 1.2rem;
  }
  .offers-section .left {
    padding: 25px;
  }
} /* end of (max-width: 480px) */
/****************************************************************************************************************/
/* end of (max-width: 320px) */
/****************************************************************************************************************//*# sourceMappingURL=style.css.map */