@charset "UTF-8";
/*** LTR websites ***/
@import url("../../../../../../fonts.googleapis.com/icon@family=Material+Icons.css");
@font-face {
  font-family: r_font;
  src: url(../fonts/OktaNeue-Regular.ttf);
}
@font-face {
  font-family: m_font;
  src: url(../fonts/OktaNeue-Medium.ttf);
}
@font-face {
  font-family: b_font;
  src: url(../fonts/OktaNeue-Bold.ttf);
}
.careers-page {
  overflow: auto !important;
}

@media (max-width: 1200px) {
  html,
body {
    overflow-x: hidden;
  }
}

body {
  font-family: m_font !important;
  position: relative;
  overflow-x: hidden;
  background-color: #000;
}
body.ov-hid {
  overflow: hidden;
}
@media (max-width: 1200px) {
  body {
    overflow-x: hidden;
  }
}
body.mailpoet_page-template-default .inner-hero {
  display: none;
}
body.mailpoet_page-template-default .single-blog-top-content {
  padding: 10vh 0;
}
body.mailpoet_page-template-default .single-blog-top-content .back-btn {
  display: none;
}
body.mailpoet_page-template-default .single-blog-content form .mailpoet_form_hide_on_success .mailpoet_paragraph input.mailpoet_text {
  background-color: #fff;
  height: 60px;
  border: 1px solid #eee;
  margin-top: 20px;
  padding: 0 20px;
}
body.mailpoet_page-template-default .single-blog-content form .mailpoet_form_hide_on_success .mailpoet_paragraph input.mailpoet_submit {
  display: table;
  position: relative;
  padding: 10px 40px 6px;
  background-color: #0b715a;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
  transition: 0.3s padding ease-in-out;
}
body.mailpoet_page-template-default .single-blog-content form .mailpoet_form_hide_on_success .mailpoet_paragraph input.mailpoet_submit:hover {
  padding: 10px 50px 6px;
}
body.mailpoet_page-template-default .related-blogs {
  display: none;
}

/* Reset */
/* helpers */
* {
  box-sizing: border-box;
}

.container {
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
}

.page-about .corporate .services-con .item:hover::before, .page-about .corporate .services-con .item::before, .home-services .services-con .item:hover::before, .home-services .services-con .item::before, .overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.section-title {
  text-align: center;
}
.section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
  position: relative;
  font-size: 8vw;
  line-height: 1;
  font-family: b_font !important;
  display: inline-flex;
  align-items: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-title h1,
.section-title h2,
.section-title h3,
.section-title h4,
.section-title h5,
.section-title h6 {
    font-size: 14vw;
  }
}
.section-title h1::before,
.section-title h2::before,
.section-title h3::before,
.section-title h4::before,
.section-title h5::before,
.section-title h6::before {
  content: "";
  display: none;
  position: relative;
  top: -10px;
  width: 44px;
  height: 56px;
  margin-right: 5px;
  background-image: url(../images/title-element.png);
}

[data-color="#000"] {
  color: #fff;
}

[data-color="#fff"] {
  color: #000;
}

.w-100 {
  width: 100% !important;
}

h1 .whitespace,
h2 .whitespace,
h3 .whitespace,
h4 .whitespace,
h5 .whitespace,
h6 .whitespace {
  display: inline-block;
}

.lets-btn {
  position: fixed;
  bottom: 50px;
  right: 50px;
  background-color: #0b715a;
  width: 100px;
  height: 100px;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  font-size: 26px;
  line-height: 27px;
  transition: 0.3s all ease-in-out;
}
.lets-btn:hover {
  background-color: #075b48;
}
@media (max-width: 767px) {
  .lets-btn {
    width: 80px;
    height: 80px;
    font-size: 22px;
    line-height: 22px;
    right: 10px;
  }
}

.white_sec,
.white_sec .content_inner h2,
.white_sec .foot_row,
.white_sec .ft_social a,
.white_sec .pos_btn_text {
  color: #000;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div, p, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, hr, blockquote, pre, figure, figcaption, a, address, del, em, i, img, strong, sub, sup, table, thead, tbody, tfoot, tr, th, td, form, fieldset, legend, label, input, select, textarea, button {
  vertical-align: baseline;
  margin: 0;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  font-size: 100%;
  font: inherit;
}

html, body, iframe, header, footer, main, aside, nav, section, article, div, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ul, ol, li, hr, blockqoute, pre, figure, figcaption, form, fieldset, legend, label, input, select, textarea, button {
  display: block;
}

html, body {
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

dl, dt, dd, ul, ol, li {
  list-style: none;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
}

@keyframes fadeIn {
  100% {
    opacity: 1;
    transform: none;
  }
}
/* Reset */
/* Slider */
.slick-loading .slick-list {
  background: #fff url("https://extendad.com/wp-content/themes/extend/assets/sass/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("https://extendad.com/wp-content/themes/extend/assets/sass/fonts/slick.eot");
  src: url("https://extendad.com/wp-content/themes/extend/assets/sass/fonts/slick.eot?") format("embedded-opentype"), url("https://extendad.com/wp-content/themes/extend/assets/sass/fonts/slick.woff") format("woff"), url("https://extendad.com/wp-content/themes/extend/assets/sass/fonts/slick.ttf") format("truetype"), url("https://extendad.com/wp-content/themes/extend/assets/sass/fonts/slick.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}
@keyframes shake {
  0%, 100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  10%, 30%, 50%, 70%, 90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%, 60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* Common */
.page-header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
  transition: 0.5s all ease-in-out;
}
@media (max-width: 999px) {
  .page-header {
    z-index: 9;
  }
}
.page-header .page-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  padding: 30px 0 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.page-header .page-container .logo h1 {
  font-size: 0;
}
.page-header .page-container .logo h1 img {
  max-width: 180px;
}
.page-header .page-container .menu-icon {
  font-size: 0;
}
.page-header .page-container .menu-icon i {
  color: #fff;
  font-size: 36px;
  cursor: pointer;
}
.page-header .page-container .news-header {
  display: flex;
  align-items: center;
}
.page-header .page-container .news-header .user-icon {
  display: flex;
  align-items: center;
  margin-right: 20px;
}
@media (max-width: 999px) {
  .page-header .page-container .news-header .user-icon {
    margin-right: 0;
  }
}
.page-header .page-container .news-header .user-icon img {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
}
.page-header .page-container .news-header .user-icon p {
  font-family: b_font;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  line-height: 0;
  margin-top: 4px;
}
@media (max-width: 999px) {
  .page-header .page-container .news-header .user-icon p {
    display: none;
  }
}
.page-header.inner-header .page-container {
  border-bottom: none;
}
.page-header.inner-header .page-container .menu-icon i {
  color: #fff;
}
.page-header.green-header .page-container .menu-icon i {
  color: #0B715A;
}
.page-header.white-header .page-container .menu-icon i {
  color: #fff;
}
.page-header.black-header .page-container .menu-icon i {
  color: #000;
}
.page-header.black-header .page-container .news-header .user-icon p {
  color: #000;
}
.page-header.contact-header .menu-icon i {
  color: #000;
}
.page-header.sticky {
  position: fixed;
  padding: 20px 0;
  background-color: rgba(0, 0, 0, 0.32);
}
.page-header.sticky .page-container {
  border-bottom: none;
  padding: 0;
}

.main-menu {
  position: relative;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  transition: opacity 0.2s ease;
  transition: all 0.4s ease;
}
.main-menu .left,
.main-menu .right {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 50px;
  opacity: 0;
  transition: opacity 0.8s ease;
  transition: all 0.8s ease;
}
.main-menu .left {
  width: 70%;
  background-color: transparent;
  transform: translateX(-50px);
}
@media (max-width: 1200px) {
  .main-menu .left {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main-menu .left {
    display: none;
  }
}
.main-menu .left .logo {
  position: absolute;
  top: 50px;
  left: 50px;
  opacity: 0;
}
.main-menu .left .content {
  opacity: 0;
}
.main-menu .left .content h3 {
  font-size: 85px;
  font-family: b_font;
  color: #a2a2a2;
  line-height: 90px;
  margin-bottom: 40px;
}
.main-menu .left .content p {
  font-size: 22px;
  color: #858585;
}
.main-menu .right {
  background-color: #0B715A;
  transform: translateX(50px);
  width: 30%;
  background-image: url(../images/menu-obj.png);
  background-repeat: no-repeat;
  background-position: 145% bottom;
  background-size: 60%;
}
@media (max-width: 1200px) {
  .main-menu .right {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .main-menu .right {
    width: 100%;
  }
}
.main-menu .right .close-menu {
  position: absolute;
  top: 50px;
  right: 50px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .main-menu .right .close-menu {
    top: 20px;
    right: 20px;
  }
}
.main-menu .right .close-menu i {
  font-size: 38px;
  color: #fff;
}
.main-menu .right .menu li {
  margin-bottom: 5px;
}
.main-menu .right .menu li a {
  position: relative;
  color: #fff;
  font-size: 28px;
}
@media (max-width: 767px) {
  .main-menu .right .menu li a {
    font-size: 21px;
  }
}
.main-menu .right .menu li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.4s ease;
}
.main-menu .right .menu li a:hover::after {
  width: 100%;
}
.main-menu .right .menu.sub-menu li a {
  font-size: 20px;
  color: #dfdfdf;
}
.main-menu .right .menu.sub-menu li a:hover {
  color: #fff;
}
.main-menu .right .social-media {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.main-menu .right .social-media li {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .main-menu .right .social-media li {
    margin-right: 5px;
  }
}
.main-menu .right .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.2s all ease-in-out;
}
.main-menu .right .social-media li a img {
  filter: invert(90%) sepia(6%) saturate(20%) hue-rotate(314deg) brightness(90%) contrast(87%);
  transition: 0.2s all ease-in-out;
}
.main-menu .right .social-media li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.main-menu .right .social-media li a:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(200deg) brightness(103%) contrast(101%);
}
.main-menu.active {
  opacity: 1;
  pointer-events: auto;
}
.main-menu.active .left,
.main-menu.active .right {
  opacity: 1;
  transform: translateX(0px);
}

.page-footer {
  position: relative;
  z-index: 99;
  padding: 80px 0;
  background-color: #000;
  background-size: cover;
}
@media (max-width: 999px) {
  .page-footer {
    background-position: center center;
  }
}
.page-footer .footer-con {
  display: flex;
}
@media (max-width: 767px) {
  .page-footer .footer-con {
    flex-wrap: wrap;
  }
}
.page-footer .footer-con .info {
  display: flex;
  width: 50%;
}
@media (max-width: 999px) {
  .page-footer .footer-con .info {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-con .info {
    width: 100%;
    flex-wrap: wrap;
  }
}
.page-footer .footer-con .info .left {
  width: 50%;
}
@media (max-width: 999px) {
  .page-footer .footer-con .info .left {
    width: 100%;
  }
}
.page-footer .footer-con .info .left .footer-logo {
  margin-bottom: 25px;
}
@media (max-width: 999px) {
  .page-footer .footer-con .info .left .footer-logo {
    margin-bottom: 10px;
  }
}
.page-footer .footer-con .info .left .footer-logo img {
  max-width: 180px;
}
.page-footer .footer-con .info .left .data {
  color: #fff;
}
.page-footer .footer-con .info .left .data p {
  font-size: 14px;
  margin-bottom: 20px;
}
.page-footer .footer-con .info .left .data a {
  display: block;
  margin-bottom: 25px;
  color: #6f6e6e;
  font-size: 16px;
  transition: 0.2s all ease-in-out;
}
.page-footer .footer-con .info .left .data a:hover {
  text-decoration: underline;
  color: #fff;
}
.page-footer .footer-con .info .left .social-media {
  display: flex;
  align-items: center;
}
.page-footer .footer-con .info .left .social-media li {
  margin-right: 15px;
}
@media (max-width: 767px) {
  .page-footer .footer-con .info .left .social-media li {
    margin-right: 5px;
  }
}
.page-footer .footer-con .info .left .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.2s all ease-in-out;
}
.page-footer .footer-con .info .left .social-media li a img {
  filter: invert(90%) sepia(6%) saturate(20%) hue-rotate(314deg) brightness(90%) contrast(87%);
  transition: 0.2s all ease-in-out;
}
.page-footer .footer-con .info .left .social-media li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.page-footer .footer-con .info .left .social-media li a:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(200deg) brightness(103%) contrast(101%);
}
.page-footer .footer-con .info .right {
  padding-left: 50px;
}
@media (max-width: 767px) {
  .page-footer .footer-con .info .right {
    width: 100%;
    padding: 0;
    margin: 50px 0;
  }
}
.page-footer .footer-con .info .right .branches .branch {
  margin-bottom: 30px;
}
.page-footer .footer-con .info .right .branches .branch:last-child {
  margin-bottom: 0;
}
.page-footer .footer-con .info .right .branches .branch h6 {
  color: #fff;
}
.page-footer .footer-con .info .right .branches .branch p {
  color: #a0a0a0;
}
.page-footer .footer-con .site-map {
  width: 50%;
  color: #fff;
  display: flex;
  justify-content: space-between;
  padding-left: 110px;
}
@media (max-width: 999px) {
  .page-footer .footer-con .site-map {
    padding-left: 50px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-con .site-map {
    width: 100%;
    padding: 0;
  }
}
.page-footer .footer-con .site-map .col {
  width: 33.3333333333%;
}
@media (max-width: 999px) {
  .page-footer .footer-con .site-map .col {
    display: none;
  }
}
.page-footer .footer-con .site-map .col h6 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #a0a0a0;
}
.page-footer .footer-con .site-map .col ul li {
  margin-bottom: 10px;
}
.page-footer .footer-con .site-map .col ul li:last-child {
  margin-bottom: 0;
}
.page-footer .footer-con .site-map .col ul li a {
  font-size: 18px;
}
.page-footer .footer-con .site-map .col ul li a:hover {
  text-decoration: underline;
}
@media (max-width: 999px) {
  .page-footer .footer-con .site-map .col.newsletter {
    width: 100%;
    display: block;
  }
}
.page-footer .footer-con .site-map .col.newsletter h6 {
  color: #fff;
  font-weight: 600;
  margin: 0;
  font-size: 18px;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form {
  border: none !important;
  background: none !important;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form .mailpoet_spacer {
  margin-bottom: 10px;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form .mailpoet_form_columns .mailpoet_paragraph {
  margin-bottom: 15px !important;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form .mailpoet_form_columns .mailpoet_paragraph input[type=email] {
  background-color: #cdcdcd !important;
  font-size: #000 !important;
  font-family: b_font !important;
  font-size: 14px !important;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form .mailpoet_form_columns .mailpoet_paragraph input[type=email]::placeholder {
  font-family: b_font !important;
  font-size: 14px !important;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form .mailpoet_form_columns .mailpoet_paragraph input[type=submit] {
  background-color: #0B715A !important;
  color: #fff !important;
}
.page-footer .footer-con .site-map .col.newsletter .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success {
  transform: inherit !important;
  top: 0 !important;
  left: 0 !important;
  text-align: left !important;
  color: #fff !important;
  background-color: #095b48 !important;
  padding: 10px 15px !important;
  line-height: 21px !important;
  border-radius: 4px !important;
}

.copyright {
  position: relative;
  z-index: 99;
  background-color: #000;
  line-height: 55px;
  text-align: center;
}
.copyright p {
  color: #a0a0a0;
  font-size: 14px;
}

/* Pages */
.section {
  margin-top: -1px;
  padding: 5vw 0;
}

.hero-slider {
  position: relative;
  height: 100vh;
  margin: 0 !important;
}
.hero-slider .slick-list {
  height: 100vh;
}
.hero-slider .slick-list .slick-track {
  height: 100vh;
}
.hero-slider .slick-list .slick-track .item {
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.hero-slider .slick-list .slick-track .item .content {
  position: relative;
  z-index: 1;
  color: #fff;
  text-align: center;
  min-width: 1440px;
  margin: 0 auto;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 80px;
}
.hero-slider .slick-list .slick-track .item .content .title {
  position: relative;
  font-size: 70px;
  font-weight: bold;
  top: -90px;
  z-index: 1;
}
@media (max-width: 999px) {
  .hero-slider .slick-list .slick-track .item .content .title {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .hero-slider .slick-list .slick-track .item .content .title {
    font-size: 26px;
  }
}
.hero-slider .slick-list .slick-track .item .content .title P {
  font-size: 26px;
  font-family: r_font;
}
@media (max-width: 767px) {
  .hero-slider .slick-list .slick-track .item .content .title P {
    font-size: 16px;
  }
}
.hero-slider .slick-list .slick-track .item .content .btn {
  display: table;
  position: relative;
  padding: 10px 30px 6px;
  background-color: #fff;
  color: #000;
  font-size: 21px;
  margin: 110px auto 0;
  transition: 0.3s padding ease-in-out;
}
.hero-slider .slick-list .slick-track .item .content .btn:hover {
  padding: 10px 40px 6px;
}
.hero-slider .slick-list .slick-track .item .content .style-image {
  position: absolute;
  left: 200px;
  right: 200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
  z-index: 0;
  top: calc(50% - 240px);
}
.hero-slider .slick-list .slick-track .item .content .style-image.list_row_v_right {
  right: auto;
}
.hero-slider .slick-list .slick-track .item .content .style-image.list_row_v_left {
  left: auto;
}
.hero-slider .slick-list .slick-track .item .bg-video-wrap {
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (min-aspect-ratio: 16/9) {
  .hero-slider .slick-list .slick-track .item .bg-video-wrap {
    height: 300%;
    top: -100%;
  }
}
.hero-slider .slick-list .slick-track .item .bg-video-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 1200px) {
  .hero-slider .slick-list .slick-track .item .bg-video-wrap video {
    object-fit: cover;
  }
}
.hero-slider .slick-dots {
  bottom: 60px;
}
.hero-slider .slick-dots li {
  height: 7px;
  width: 60px;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.2);
  transition: 0.2s all ease-in-out;
}
.hero-slider .slick-dots li.slick-active, .hero-slider .slick-dots li:hover {
  background-color: #fff;
}
.hero-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

.inner-hero {
  display: flex;
  justify-content: center;
  background-size: cover;
  align-items: center;
  color: #fff;
  padding: 5vw 0;
}

.page-works .inner-hero {
  display: flex;
  flex-direction: column;
  padding: 10vw 0 5vw;
}
@media (max-width: 1200px) {
  .page-works .inner-hero {
    padding: 15vw 0 0vw;
  }
}
.page-works .inner-hero h2 {
  color: #000;
  z-index: 1;
  margin-bottom: 1vw;
}
@media (max-width: 767px) {
  .page-works .inner-hero h2 {
    font-size: 11vw;
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .page-works .inner-hero .inner_ban_fig {
    height: 70vh;
  }
}

.riyadh-section {
  min-height: 70vh;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .riyadh-section {
    min-height: 90vh;
  }
}
@media (max-width: 1200px) {
  .riyadh-section {
    min-height: 50vh;
  }
}
@media (max-width: 999px) {
  .riyadh-section {
    min-height: 70vh;
  }
}
@media (max-width: 767px) {
  .riyadh-section {
    min-height: 50vh;
  }
}
.riyadh-section .content {
  position: relative;
  display: flex;
  justify-content: flex-end;
  padding-right: 150px;
}
@media (max-width: 1200px) {
  .riyadh-section .content {
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .riyadh-section .content {
    padding-right: 0;
  }
}
.riyadh-section .content .text {
  text-align: center;
  width: 60%;
  color: #fff;
}
@media (max-width: 999px) {
  .riyadh-section .content .text {
    width: 100%;
  }
}
.riyadh-section .content .text h3 {
  font-size: 87px;
  line-height: 90px;
  text-transform: uppercase;
  font-family: b_font !important;
}
.riyadh-section .content .text h3 span {
  display: inline-block;
}
@media (max-width: 1200px) {
  .riyadh-section .content .text h3 {
    font-size: 65px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  .riyadh-section .content .text h3 {
    font-size: 34px;
    line-height: 50px;
  }
}
.riyadh-section .content .text p {
  font-size: 24px;
  padding: 0 40px;
  line-height: 32px;
}
@media (max-width: 1200px) {
  .riyadh-section .content .text p {
    padding: 0;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .riyadh-section .content .text p {
    font-size: 18px;
    line-height: 31px;
  }
}
.riyadh-section .content .image {
  width: 500px;
  position: absolute;
  left: 0px;
  top: -170px;
}
@media (max-width: 1600px) {
  .riyadh-section .content .image {
    top: -40px;
  }
}
@media (max-width: 1200px) {
  .riyadh-section .content .image {
    top: -150px;
  }
}
@media (max-width: 999px) {
  .riyadh-section .content .image {
    display: none;
  }
}
.riyadh-section .content .image img {
  width: 100%;
}

.home-works {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 5vw 0 8vw;
}
@media (max-width: 1200px) {
  .home-works {
    padding: 6vw 0;
  }
}
@media (max-width: 999px) {
  .home-works {
    padding: 10vw 0;
  }
}
@media (max-width: 767px) {
  .home-works {
    padding: 20vw 0;
  }
}
.home-works .section-title h3 {
  color: #fff;
}
.home-works .works-grid {
  padding: 50px 0;
}
@media (max-width: 767px) {
  .home-works .works-grid {
    padding: 20px 0;
  }
}
.home-works .works-grid::after {
  content: "";
  display: block;
  clear: both;
}
.home-works .works-grid .col {
  width: 50%;
  position: relative;
  overflow: hidden;
  float: left;
}
@media (max-width: 999px) {
  .home-works .works-grid .col {
    width: 100%;
  }
}
.home-works .works-grid .col::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.home-works .works-grid .col.isotope-item-small {
  width: 25%;
}
@media (max-width: 999px) {
  .home-works .works-grid .col.isotope-item-small {
    width: 50%;
  }
}
.home-works .works-grid .col:nth-child(8)::before {
  padding-top: 50%;
}
.home-works .works-grid .col:nth-child(8) .item {
  background-position: center;
}
.home-works .works-grid .col .item {
  display: block;
  width: 100%;
  position: relative;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 1200px) {
  .home-works .works-grid .col .item {
    transform: scale(1.1);
  }
}
.home-works .works-grid .col .item .content {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.3s all ease-out;
  z-index: 999;
  pointer-events: none;
  margin: 0 auto;
  right: 0;
  top: 0;
  text-align: center;
  opacity: 0;
  background-color: rgba(17, 74, 61, 0.65);
  padding: 0 25px;
}
.home-works .works-grid .col .item .content p {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-family: b_font;
  line-height: 38px;
}
.home-works .works-grid .col .item:hover {
  transform: scale(1.1);
}
.home-works .works-grid .col .item:hover .content {
  opacity: 1;
}
.home-works .btn {
  display: table;
  position: relative;
  padding: 10px 40px 6px;
  background-color: #0b715a;
  color: #fff;
  font-size: 21px;
  margin: 40px auto 0;
  transition: 0.3s padding ease-in-out;
}
.home-works .btn:hover {
  padding: 10px 50px 6px;
}
@media (max-width: 767px) {
  .home-works .btn {
    margin: 20px auto 0;
  }
}

.home-services {
  padding: 5vw 0 8vw;
}
@media (max-width: 1200px) {
  .home-services {
    padding: 10vw 0 15vw;
  }
}
@media (max-width: 999px) {
  .home-services {
    padding: 20vw 0;
  }
}
.home-services .section-title {
  margin: 0 0 50px;
}
.home-services .section-title h4 {
  margin-bottom: 10px;
}
.home-services .section-title p {
  font-size: 18px;
  width: 55%;
  margin: 0 auto;
}
.home-services .services-con {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  height: 700px;
  top: -280px;
  padding-top: 280px;
}
@media (max-width: 1200px) {
  .home-services .services-con {
    height: auto;
  }
}
@media (max-width: 999px) {
  .home-services .services-con {
    flex-wrap: wrap;
    top: auto;
    padding: 0;
  }
}
.home-services .services-con .item {
  position: relative;
  position: absolute;
  display: inline-block;
  width: calc(25% - 7px);
  font-size: 0;
  transition: 0.7s all ease-in-out;
  height: 820px;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .home-services .services-con .item {
    height: 330px;
    transition: 0s all ease-in-out;
  }
}
@media (max-width: 999px) {
  .home-services .services-con .item {
    width: calc(50% - 7px);
    height: 330px;
    transition: 0s all ease-in-out;
    position: inherit;
    left: auto !important;
    right: auto !important;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .home-services .services-con .item {
    height: 220px;
    width: 100% !important;
  }
}
.home-services .services-con .item:nth-child(1) {
  left: 0;
}
.home-services .services-con .item:nth-child(1):hover {
  width: 50%;
  z-index: 4;
}
.home-services .services-con .item:nth-child(2) {
  left: calc(25% + 3px);
}
.home-services .services-con .item:nth-child(2):hover {
  width: 50%;
  z-index: 4;
}
.home-services .services-con .item:nth-child(3) {
  left: calc(50% + 4px);
}
.home-services .services-con .item:nth-child(3):hover {
  width: 50%;
  z-index: 4;
}
.home-services .services-con .item:last-child {
  right: 0;
}
.home-services .services-con .item:last-child:hover {
  width: 50%;
  z-index: 4;
}
.home-services .services-con .item::before {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: 0.3s all ease-in-out;
}
.home-services .services-con .item .logo-icon {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  margin: 0 auto;
  text-align: center;
}
.home-services .services-con .item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px 30px;
  background: linear-gradient(0deg, #0b715a 20%, rgba(57, 57, 57, 0) 100%);
  opacity: 0;
  transform: translateY(0);
  transition: 0.7s all ease-in-out;
}
.home-services .services-con .item .content img {
  transform: translateY(50px);
  transition: 0.8s all ease-in-out;
  animation-duration: 3s;
}
.home-services .services-con .item .content p {
  width: 500px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.9s all ease-in-out;
  animation-duration: 7s;
}
.home-services .services-con .item .content span {
  font-size: 16px;
  color: #000;
  display: flex;
  align-items: center;
  margin-top: 5px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.9s all ease-in-out;
  animation-duration: 10s;
  font-family: b_font;
}
.home-services .services-con .item .content span i {
  font-size: 20px;
}
@media (max-width: 1200px) {
  .home-services .services-con .item .content {
    display: none;
  }
}
.home-services .services-con .item:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s all ease-in-out;
}
.home-services .services-con .item:hover .logo-icon {
  opacity: 0;
}
.home-services .services-con .item:hover .content {
  opacity: 1;
  transform: translateY(0);
}
.home-services .services-con .item:hover .content p,
.home-services .services-con .item:hover .content span,
.home-services .services-con .item:hover .content img {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .home-services .services-con .item:hover {
    width: calc(25% - 7px) !important;
  }
  .home-services .services-con .item:hover .logo-icon {
    opacity: 1;
  }
}
@media (max-width: 767px) {
  .home-services .services-con .item:hover {
    width: 100% !important;
  }
}

.press-center {
  padding-top: 0;
}
@media (max-width: 999px) {
  .press-center {
    padding-bottom: 10vw;
  }
}
@media (max-width: 767px) {
  .press-center {
    padding-bottom: 20vw;
  }
}
.press-center .section-title {
  margin-bottom: 35px;
}
.press-center .press-con {
  display: flex;
  justify-content: center;
  width: 75%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .press-center .press-con {
    justify-content: flex-start;
    width: auto;
    flex-wrap: nowrap;
    overflow: scroll;
    margin: 0 -15px;
  }
  .press-center .press-con::-webkit-scrollbar {
    display: none;
  }
}
.press-center .press-con .item {
  display: inline-block;
  background-color: rgba(148, 157, 155, 0.15);
  padding: 10px 10px 20px;
  width: 308px;
  margin: 0 18px;
}
@media (max-width: 999px) {
  .press-center .press-con .item {
    width: auto;
    flex: 0 0 300px;
  }
}
@media (max-width: 767px) {
  .press-center .press-con .item {
    margin: 0 10px;
  }
}
.press-center .press-con .item .image {
  margin-bottom: 5px;
}
.press-center .press-con .item .content {
  padding: 0 15px;
}
.press-center .press-con .item .content span {
  display: block;
  font-size: 12px;
  color: #4f5f6e;
  margin-bottom: 1px;
  font-family: "b_font";
}
.press-center .press-con .item .content h5 {
  color: #293c4f;
  font-size: 20px;
  font-family: "b_font";
  margin-bottom: 2px;
}
.press-center .press-con .item .content p {
  font-size: 14px;
  color: #51616f;
  font-family: "b_font";
  margin-bottom: 10px;
}
.press-center .press-con .item .content a {
  font-family: "b_font";
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #03562b;
}
.press-center .press-con .item .content a i {
  font-size: 20px;
  transition: 0.3s all ease-in-out;
  margin-left: -1px;
  margin-top: -1px;
}
.press-center .press-con .item .content a:hover i {
  transform: translateX(3px);
}
.press-center .btn {
  display: table;
  position: relative;
  padding: 10px 40px 6px;
  background-color: #0b715a;
  color: #fff;
  font-size: 21px;
  margin: 40px auto 0;
  transition: 0.3s padding ease-in-out;
}
.press-center .btn:hover {
  padding: 10px 50px 6px;
}

.awwards {
  padding: 55px 0;
  background: linear-gradient(90deg, #156549 12%, #42c187 100%);
}
@media (max-width: 767px) {
  .awwards {
    padding: 60px 0;
  }
}
.awwards .awwards-parent {
  position: relative;
}
.awwards .awwards-parent .awwards-con {
  position: relative;
  width: 900px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .awwards .awwards-parent .awwards-con {
    width: auto;
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con {
    padding: 0;
  }
}
.awwards .awwards-parent .awwards-con .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con .item {
    flex-direction: column;
  }
}
.awwards .awwards-parent .awwards-con .item .content {
  width: 50%;
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con .item .content {
    width: 100%;
    text-align: center;
    margin-bottom: 50px;
  }
}
.awwards .awwards-parent .awwards-con .item .content h6 {
  font-family: b_font;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 50px;
  color: #fff;
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con .item .content h6 {
    font-size: 34px;
    margin-bottom: 20px;
  }
}
.awwards .awwards-parent .awwards-con .item .content p {
  color: #fff;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con .item .content p {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.awwards .awwards-parent .awwards-con .item .content .icons {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con .item .content .icons {
    justify-content: center;
  }
}
.awwards .awwards-parent .awwards-con .item .content .icons img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .awwards .awwards-parent .awwards-con .item .content .icons img {
    margin: 0 10px;
  }
}
.awwards .awwards-parent .slick-arrow {
  background-size: cover;
  width: 60px;
  height: 60px;
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(200deg) brightness(103%) contrast(101%);
}
.awwards .awwards-parent .slick-arrow::before {
  display: none;
}
.awwards .awwards-parent .slick-prev {
  background-image: url(../images/icons/arrow_left.png);
  left: -150px;
}
.awwards .awwards-parent .slick-next {
  background-image: url(../images/icons/arrow_right.png);
  right: -150px;
}

.extenders {
  padding: 100px 0 120px;
}
@media (max-width: 999px) {
  .extenders {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .extenders {
    padding: 100px 0 50px;
  }
}
.extenders .section-title {
  margin-bottom: 35px;
}
.extenders .extenders-carousel {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .extenders .extenders-carousel {
    width: 100%;
  }
}
.extenders .extenders-carousel .slick-list {
  margin: 0 -5px;
}
.extenders .extenders-carousel .item {
  margin: 0 5px;
}
.extenders .extenders-carousel .item .image {
  margin-bottom: 20px;
}
.extenders .extenders-carousel .item .image img {
  width: 100%;
  height: 440px;
  object-fit: cover;
}
.extenders .extenders-carousel .item h4 {
  color: #293c4f;
  font-size: 20px;
  font-family: "b_font";
  margin-bottom: 2px;
  text-align: left;
}
.extenders .extenders-carousel .item p {
  color: #000;
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 1px;
  font-family: "r_font";
}
.extenders .extenders-carousel .item span {
  color: #aeaeae;
  font-size: 14px;
  font-family: r_font;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}
.extenders .extenders-carousel .slick-arrow {
  background-size: cover;
  width: 60px;
  height: 60px;
}
.extenders .extenders-carousel .slick-arrow::before {
  display: none;
}
.extenders .extenders-carousel .slick-prev {
  background-image: url(../images/icons/arrow_left.png);
  left: -70px;
}
.extenders .extenders-carousel .slick-next {
  background-image: url(../images/icons/arrow_right.png);
  right: -70px;
}

@keyframes ticker-kf-even {
  from {
    transform: translate3d(-100vw, 0, 0);
  }
  to {
    transform: translateZ(0);
  }
}
.home-clients {
  padding-bottom: 50px;
}
.home-clients .section-title {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .home-clients .section-title {
    margin-bottom: 20px;
  }
}
.home-clients ul {
  position: relative;
  text-align: center;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 200vw;
  animation: ticker-kf-even 30s linear infinite;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .home-clients ul {
    animation: ticker-kf-even 20s linear infinite;
  }
}
.home-clients ul li {
  width: 14.2857142857%;
  transition: 0.3s all ease-in-out;
  margin: 0 30px;
}
.home-clients ul li img {
  max-width: 100%;
}
@media (max-width: 1600px) {
  .home-clients ul li {
    width: 35%;
    margin: 0 35px;
    flex: 0 0 100px;
  }
}
@media (max-width: 767px) {
  .home-clients ul li {
    margin: 0 25px;
    flex: 0 0 70px;
  }
}

.page-works .works-container {
  margin-top: -1px;
  margin-bottom: 200px;
}
@media (max-width: 1200px) {
  .page-works .works-container {
    margin-bottom: 0;
  }
}
.page-works .works-container .item {
  display: flex;
  align-items: center;
  font-size: 0;
}
@media (max-width: 1200px) {
  .page-works .works-container .item {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .page-works .works-container .item {
    padding: 20px 0;
    flex-wrap: wrap;
  }
}
.page-works .works-container .item .content {
  position: relative;
  width: 50%;
  padding: 0 50px 0 100px;
}
@media (max-width: 999px) {
  .page-works .works-container .item .content {
    padding: 0 10px 0 30px;
  }
}
@media (max-width: 767px) {
  .page-works .works-container .item .content {
    padding: 0;
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-works .works-container .item .content span {
  display: block;
  color: #0b715a;
  font-size: 100px;
  font-family: r_font;
  line-height: 80px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .page-works .works-container .item .content span {
    font-size: 50px;
    line-height: 30px;
  }
}
.page-works .works-container .item .content h3 {
  position: absolute;
  left: 0;
  top: 50%;
  color: #0b715a;
  font-size: 3vw;
  text-transform: uppercase;
  font-family: b_font;
  transform: rotate(-90deg) translate(-50%, 50px);
  transform-origin: 0 100%;
  line-height: 0;
}
@media (max-width: 999px) {
  .page-works .works-container .item .content h3 {
    transform: rotate(-90deg) translate(-50%, 10px);
  }
}
@media (max-width: 767px) {
  .page-works .works-container .item .content h3 {
    position: relative;
    left: auto !important;
    right: auto !important;
    top: auto;
    transform: inherit !important;
    font-size: 30px;
    transform-origin: inherit !important;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}
.page-works .works-container .item .content p {
  margin-bottom: 25px;
  font-size: 16px;
  font-family: r_font;
  color: #252525;
  max-height: 300px;
  overflow: auto;
  padding-right: 80px;
  /* width */
  /* Track */
  /* Handle */
}
@media (max-width: 999px) {
  .page-works .works-container .item .content p {
    font-size: 14px;
    max-height: 200px;
    padding-right: 10px;
  }
}
@media (max-width: 767px) {
  .page-works .works-container .item .content p {
    max-height: inherit;
    padding: 0;
  }
}
.page-works .works-container .item .content p:last-child {
  margin-bottom: 0;
}
.page-works .works-container .item .content p strong {
  font-weight: bold;
}
.page-works .works-container .item .content p::-webkit-scrollbar {
  width: 8px;
}
.page-works .works-container .item .content p::-webkit-scrollbar-track {
  background: #f1f1f1;
  border-radius: 20px;
}
.page-works .works-container .item .content p::-webkit-scrollbar-thumb {
  background: #0B715A;
  border-radius: 20px;
}
.page-works .works-container .item .image {
  width: 50%;
}
@media (max-width: 767px) {
  .page-works .works-container .item .image {
    width: 100%;
  }
}
.page-works .works-container .item .image img {
  width: 100%;
}
.page-works .works-container .item.flip {
  flex-direction: row-reverse;
}
.page-works .works-container .item.flip .content {
  padding: 0 100px 0 50px;
}
@media (max-width: 999px) {
  .page-works .works-container .item.flip .content {
    padding: 0 40px 0 20px;
  }
}
@media (max-width: 767px) {
  .page-works .works-container .item.flip .content {
    padding: 0;
  }
}
.page-works .works-container .item.flip .content h3 {
  left: auto;
  right: 0;
  transform: rotate(-90deg) translate(50%, -33px);
  transform-origin: 100% 100%;
}
@media (max-width: 999px) {
  .page-works .works-container .item.flip .content h3 {
    transform: rotate(-90deg) translate(50%, -10px);
  }
}
.page-works .parall-section {
  text-align: center;
}
@media (max-width: 767px) {
  .page-works .parall-section {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-works .clients {
    padding: 100px 0;
  }
}
.page-works .clients .section-title {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-works .clients .section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .page-works .clients .section-title h4 {
    font-size: 50px;
    line-height: 60px;
  }
}
.page-works .clients .clients-con ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.page-works .clients .clients-con ul li {
  width: 16.6666666667%;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 767px) {
  .page-works .clients .clients-con ul li {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .page-works .clients .clients-con ul li img {
    max-width: 60%;
  }
}

.page-about .inner-hero {
  padding: 10vw 0;
  background-position: center center;
}
@media (max-width: 767px) {
  .page-about .inner-hero {
    padding: 10vw 0 20vw;
  }
}
.page-about .inner-hero .content .section-title {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .page-about .inner-hero .content .section-title {
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
@media (max-width: 999px) {
  .page-about .inner-hero .content .section-title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-about .inner-hero .content .section-title {
    margin-bottom: 15px;
    margin-top: 80px;
  }
}
.page-about .inner-hero .content .section-title h2 {
  font-size: 110px;
  line-height: 100px;
}
@media (max-width: 999px) {
  .page-about .inner-hero .content .section-title h2 {
    font-size: 80px;
    line-height: inherit;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-about .inner-hero .content .section-title h2 {
    font-size: 40px;
  }
}
.page-about .inner-hero .content p {
  font-size: 24px;
  width: 50%;
}
@media (max-width: 1500px) {
  .page-about .inner-hero .content p {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .page-about .inner-hero .content p {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .page-about .inner-hero .content p {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-about .inner-hero .content p {
    font-size: 16px;
  }
}
.page-about .president {
  padding: 10vw 0 5vw;
}
@media (max-width: 767px) {
  .page-about .president {
    padding: 15vw 0 10vw;
  }
}
.page-about .president .president-con {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-about .president .president-con {
    flex-direction: column;
  }
}
.page-about .president .president-con .title {
  width: 30%;
}
@media (max-width: 1200px) {
  .page-about .president .president-con .title {
    width: 100%;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-about .president .president-con .title {
    margin-bottom: 20px;
  }
}
.page-about .president .president-con .title h3 {
  position: relative;
  font-size: 50px;
  line-height: 48px;
  font-family: b_font;
  z-index: 1;
  padding-left: 65px;
}
@media (max-width: 1200px) {
  .page-about .president .president-con .title h3 {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-about .president .president-con .title h3 {
    font-size: 38px;
    line-height: inherit;
  }
}
.page-about .president .president-con .title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 148px;
  height: 136px;
  display: inline-block;
  background-image: url(../images/qoute-icon.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 1200px) {
  .page-about .president .president-con .title h3::before {
    display: none;
  }
}
.page-about .president .president-con .content {
  width: 70%;
}
@media (max-width: 1200px) {
  .page-about .president .president-con .content {
    width: 100%;
  }
}
.page-about .president .president-con .content p {
  position: relative;
  font-family: r_font;
  font-size: 22px;
  line-height: 39px;
}
@media (max-width: 999px) {
  .page-about .president .president-con .content p {
    font-size: 18px;
    line-height: 36px;
  }
}
@media (max-width: 767px) {
  .page-about .president .president-con .content p {
    font-size: 16px;
    line-height: 32px;
  }
}
.page-about .president .president-con .content p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 148px;
  height: 136px;
  display: inline-block;
  background-image: url(../images/qoute-icon.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 1200px) {
  .page-about .president .president-con .content p::before {
    display: none;
  }
}
.page-about .story {
  text-align: center;
}
@media (max-width: 1200px) {
  .page-about .story .section-title {
    margin-bottom: 20px;
  }
}
.page-about .story .image {
  position: relative;
}
.page-about .story .image img {
  width: 100%;
}
@media (max-width: 1200px) {
  .page-about .story .image img {
    min-height: 600px;
    object-fit: cover;
  }
}
@media (max-width: 767px) {
  .page-about .story .image img {
    min-height: 100vh;
  }
}
.page-about .story .image .content {
  position: absolute;
  z-index: 1;
  text-align: left;
  left: 50px;
  top: 50%;
  transform: translate(0%, -50%);
}
@media (max-width: 1200px) {
  .page-about .story .image .content {
    left: 0;
  }
}
.page-about .story .image .content p {
  font-size: 28px;
  line-height: 45px;
  width: 60%;
}
.page-about .story .image .content p br {
  display: none;
}
@media (max-width: 1200px) {
  .page-about .story .image .content p {
    width: 100%;
    text-align: center;
    font-size: 26px;
  }
}
@media (max-width: 999px) {
  .page-about .story .image .content p {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .page-about .story .image .content p {
    font-size: 16px;
    line-height: 32px;
  }
}
.page-about .story.leadership {
  padding: 0;
}
.page-about .mission-vision {
  padding-bottom: 5vw;
}
@media (max-width: 999px) {
  .page-about .mission-vision {
    padding: 10vw 0;
  }
}
.page-about .mission-vision .row {
  display: flex;
  align-items: center;
  margin: 0 auto;
  font-size: 0;
}
@media (max-width: 767px) {
  .page-about .mission-vision .row {
    flex-direction: column;
  }
}
.page-about .mission-vision .row .content {
  position: relative;
  width: 50%;
  padding: 0 50px 0 100px;
}
@media (max-width: 999px) {
  .page-about .mission-vision .row .content {
    padding: 0 50px;
  }
}
@media (max-width: 767px) {
  .page-about .mission-vision .row .content {
    width: 100%;
    margin-bottom: 20px;
  }
}
.page-about .mission-vision .row .content .title {
  position: absolute;
  left: 0;
  top: 0;
  color: #9e9e9e;
  font-size: 130px;
  text-transform: uppercase;
  font-family: b_font;
  transform: rotate(-90deg) translate(-50%, 50px);
  transform-origin: 0 100%;
  line-height: 0;
}
@media (max-width: 1200px) {
  .page-about .mission-vision .row .content .title {
    transform: rotate(-90deg) translate(-70%, 50px);
    font-size: 100px;
  }
}
@media (max-width: 999px) {
  .page-about .mission-vision .row .content .title {
    transform: rotate(-90deg) translate(-80%, 25px);
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .page-about .mission-vision .row .content .title {
    transform: rotate(-90deg) translate(-100%, 25px);
    font-size: 40px;
  }
}
.page-about .mission-vision .row .content p {
  font-size: 21px;
  width: 80%;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .page-about .mission-vision .row .content p {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 999px) {
  .page-about .mission-vision .row .content p {
    font-size: 16px;
  }
}
.page-about .mission-vision .row .image {
  width: 50%;
}
@media (max-width: 767px) {
  .page-about .mission-vision .row .image {
    width: 100%;
  }
}
.page-about .mission-vision .row .image img {
  width: 100%;
}
.page-about .mission-vision .row.mission .push_rt {
  direction: rtl;
}
@media (max-width: 767px) {
  .page-about .mission-vision .row.vision {
    flex-direction: column-reverse;
    margin-top: 30px;
  }
}
.page-about .mission-vision .row.vision .content {
  padding: 0 100px 0 50px;
}
.page-about .mission-vision .row.vision .content .title {
  left: auto;
  right: 0;
  transform: rotate(-90deg) translate(50%, -33px);
  transform-origin: 100% 100%;
}
@media (max-width: 1200px) {
  .page-about .mission-vision .row.vision .content .title {
    transform: rotate(-90deg) translate(20%, -33px);
  }
}
@media (max-width: 999px) {
  .page-about .mission-vision .row.vision .content .title {
    transform: rotate(-90deg) translate(0%, -33px);
  }
}
@media (max-width: 767px) {
  .page-about .mission-vision .row.vision .content {
    width: 100%;
    padding: 0 80px 0 0;
  }
}
@media (max-width: 1200px) {
  .page-about .values {
    padding-top: 100px;
  }
}
@media (max-width: 999px) {
  .page-about .values {
    padding: 0;
  }
}
.page-about .values .image {
  position: relative;
}
@media (max-width: 767px) {
  .page-about .values .image {
    height: 100vh;
  }
}
.page-about .values .image img {
  width: 100%;
}
@media (max-width: 767px) {
  .page-about .values .image img {
    height: 100vh;
    object-fit: cover;
  }
}
.page-about .values .image .content {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  right: 0;
  margin: 0 auto;
  padding: 10%;
}
@media (max-width: 1200px) {
  .page-about .values .image .content {
    padding: 10% 6%;
  }
}
.page-about .values .image .content ul {
  display: flex;
  flex-wrap: wrap;
}
.page-about .values .image .content ul li {
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-about .values .image .content ul li {
    width: 100%;
  }
}
.page-about .values .image .content ul li strong {
  font-family: b_font;
  font-size: 30px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .page-about .values .image .content ul li strong {
    font-size: 21px;
  }
}
.page-about .values .image .content ul li p {
  font-size: 20px;
  width: 70%;
  font-family: r_font;
}
@media (max-width: 1200px) {
  .page-about .values .image .content ul li p {
    font-size: 18px;
    width: 80%;
  }
}
@media (max-width: 999px) {
  .page-about .values .image .content ul li p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-about .values .image .content ul li p {
    width: 100%;
  }
}
.page-about .corporate {
  padding-bottom: 10vw;
}
@media (max-width: 1200px) {
  .page-about .corporate {
    padding-bottom: 5vw;
  }
}
.page-about .corporate .section-title h5 {
  font-size: 6vw;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .page-about .corporate .section-title h5 {
    margin-bottom: 0;
  }
}
.page-about .corporate .section-title p {
  font-size: 30px;
  line-height: 48px;
  width: 70%;
  margin: 0 auto 50px;
  font-family: r_font;
}
@media (max-width: 1200px) {
  .page-about .corporate .section-title p {
    font-size: 28px;
    margin: 30px auto 50px;
  }
}
@media (max-width: 999px) {
  .page-about .corporate .section-title p {
    font-size: 22px;
    margin: 10px auto 50px;
  }
}
@media (max-width: 767px) {
  .page-about .corporate .section-title p {
    margin: 10px 0 50px;
    width: 100%;
    font-size: 16px;
  }
}
.page-about .corporate .services-con {
  display: flex;
  justify-content: space-between;
  max-width: 1440px;
  margin: 0 auto;
  font-size: 0;
  position: relative;
  height: 700px;
}
@media (max-width: 1200px) {
  .page-about .corporate .services-con {
    height: 600px;
  }
}
@media (max-width: 999px) {
  .page-about .corporate .services-con {
    height: 400px;
  }
}
@media (max-width: 767px) {
  .page-about .corporate .services-con {
    height: auto;
    flex-wrap: wrap;
  }
}
.page-about .corporate .services-con .item {
  position: relative;
  position: absolute;
  display: inline-block;
  width: calc(25% - 7px);
  font-size: 0;
  transition: 0.7s all ease-in-out;
  height: 820px;
  background-size: cover;
  z-index: 1;
  overflow: hidden;
}
@media (max-width: 1200px) {
  .page-about .corporate .services-con .item {
    height: 600px;
  }
}
@media (max-width: 999px) {
  .page-about .corporate .services-con .item {
    height: 400px;
  }
}
.page-about .corporate .services-con .item:nth-child(1) {
  left: 0;
}
.page-about .corporate .services-con .item:nth-child(1):hover {
  width: 50%;
  z-index: 4;
}
@media (max-width: 1200px) {
  .page-about .corporate .services-con .item:nth-child(1):hover {
    width: 100%;
  }
}
.page-about .corporate .services-con .item:nth-child(2) {
  left: calc(25% + 3px);
}
.page-about .corporate .services-con .item:nth-child(2):hover {
  width: 50%;
  z-index: 4;
}
@media (max-width: 1200px) {
  .page-about .corporate .services-con .item:nth-child(2):hover {
    width: 100%;
    left: 0;
  }
}
.page-about .corporate .services-con .item:nth-child(3) {
  left: calc(50% + 4px);
}
.page-about .corporate .services-con .item:nth-child(3):hover {
  width: 50%;
  z-index: 4;
}
@media (max-width: 1200px) {
  .page-about .corporate .services-con .item:nth-child(3):hover {
    width: 100%;
    left: 0;
  }
}
.page-about .corporate .services-con .item:last-child {
  right: 0;
}
.page-about .corporate .services-con .item:last-child:hover {
  width: 50%;
  z-index: 4;
}
@media (max-width: 1200px) {
  .page-about .corporate .services-con .item:last-child:hover {
    width: 100%;
  }
}
.page-about .corporate .services-con .item::before {
  background-color: rgba(0, 0, 0, 0.6);
  transition: 0.3s all ease-in-out;
}
.page-about .corporate .services-con .item .logo-icon {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0 auto;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.page-about .corporate .services-con .item .logo-icon h3 {
  font-size: 38px;
  color: #fff;
  line-height: 1.1;
  font-family: "b_font";
}
@media (max-width: 767px) {
  .page-about .corporate .services-con .item .logo-icon h3 {
    font-size: 40px;
  }
}
.page-about .corporate .services-con .item .content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 30px 20px 30px;
  background: linear-gradient(0deg, #0b715a 20%, rgba(57, 57, 57, 0) 100%);
  opacity: 0;
  transform: translateY(0);
  transition: 0.7s all ease-in-out;
}
.page-about .corporate .services-con .item .content img {
  transform: translateY(50px);
  transition: 0.8s all ease-in-out;
  animation-duration: 3s;
}
.page-about .corporate .services-con .item .content h3 {
  transform: translateY(0);
  transition: 0.8s all ease-in-out;
  animation-duration: 3s;
  font-size: 40px;
  color: #fff;
  line-height: 40px;
  font-family: "b_font";
}
@media (max-width: 767px) {
  .page-about .corporate .services-con .item .content h3 {
    font-size: 32px;
  }
}
.page-about .corporate .services-con .item .content p {
  width: 680px;
  font-size: 20px;
  color: #fff;
  margin-top: 10px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.9s all ease-in-out;
  animation-duration: 7s;
}
@media (max-width: 999px) {
  .page-about .corporate .services-con .item .content p {
    width: 710px;
    font-size: 14px;
    line-height: 24px;
  }
}
@media (max-width: 767px) {
  .page-about .corporate .services-con .item .content p {
    font-size: 12px;
    line-height: 21px;
    width: 100%;
  }
}
.page-about .corporate .services-con .item .content span {
  font-size: 16px;
  color: #fff;
  display: flex;
  align-items: center;
  margin-top: 5px;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.9s all ease-in-out;
  animation-duration: 10s;
}
.page-about .corporate .services-con .item .content span i {
  font-size: 20px;
}
.page-about .corporate .services-con .item:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.4s all ease-in-out;
}
.page-about .corporate .services-con .item:hover .logo-icon {
  opacity: 0;
}
.page-about .corporate .services-con .item:hover .content {
  opacity: 1;
  transform: translateY(0);
}
.page-about .corporate .services-con .item:hover .content p,
.page-about .corporate .services-con .item:hover .content span,
.page-about .corporate .services-con .item:hover .content img {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 767px) {
  .page-about .corporate .services-con .item {
    position: relative;
    left: auto !important;
    right: auto;
    width: 100%;
    margin-bottom: 20px;
    min-height: 500px;
  }
}
.page-about .extenders {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-about .extenders {
    padding: 50px 0 80px;
  }
}
.page-about .extenders .item {
  width: 25%;
  text-align: center;
  padding: 30px;
}
@media (max-width: 767px) {
  .page-about .extenders .item {
    padding: 0;
  }
}
.page-about .extenders .item .image {
  margin-bottom: 20px;
}
.page-about .extenders .item .image img {
  width: 100%;
}
.page-about .extenders .item p {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 1px;
  font-family: "r_font";
}
.page-about .extenders .item span {
  color: #aeaeae;
  font-size: 14px;
  font-family: r_font;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.page-press .inner-hero {
  padding: 10vw 0 15vw;
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #140d14;
}
.page-press .inner-hero .content .section-title h2 {
  line-height: 140px;
  text-align: left;
}
@media (max-width: 1200px) {
  .page-press .inner-hero .content .section-title h2 {
    line-height: 100px;
  }
}
@media (max-width: 999px) {
  .page-press .inner-hero .content .section-title h2 {
    line-height: 70px;
  }
}
@media (max-width: 999px) {
  .page-press .inner-hero .content .section-title {
    padding: 100px 0;
  }
}
.page-press .press-center .press-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 75%;
  margin: 100px auto 60px;
  border-bottom: 1px solid #dcdcdc;
}
@media (max-width: 1200px) {
  .page-press .press-center .press-navigation {
    width: 100%;
  }
}
.page-press .press-center .press-navigation ul.filter-tabs {
  position: relative;
  z-index: 1;
}
.page-press .press-center .press-navigation ul.filter-tabs.hide {
  opacity: 0;
  pointer-events: none;
}
.page-press .press-center .press-navigation ul.filter-tabs li {
  display: inline-block;
  font-size: 22px;
  color: #0b715a;
  text-transform: uppercase;
  margin-right: 10px;
  padding: 4px 20px 2px;
  cursor: pointer;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .page-press .press-center .press-navigation ul.filter-tabs li {
    font-size: 16px;
    margin-right: 3px;
    padding: 4px 14px 2px;
  }
}
.page-press .press-center .press-navigation ul.filter-tabs li:first-child {
  text-transform: capitalize;
}
.page-press .press-center .press-navigation ul.filter-tabs li.active, .page-press .press-center .press-navigation ul.filter-tabs li:hover {
  color: #fff;
  background-color: #0B715A;
}
.page-press .press-center .press-navigation .new_search .sec_search form {
  width: calc(100% - 100px);
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
.page-press .press-center .press-navigation .new_search .sec_search form input {
  height: 100%;
  width: 100%;
  font-family: "r_font";
}
.page-press .press-center .press-navigation .new_search .sec_search form input::-webkit-search-decoration, .page-press .press-center .press-navigation .new_search .sec_search form input::-webkit-search-cancel-button, .page-press .press-center .press-navigation .new_search .sec_search form input::-webkit-search-results-button, .page-press .press-center .press-navigation .new_search .sec_search form input::-webkit-search-results-decoration {
  display: none;
}
.page-press .press-center .press-navigation .new_search .sec_search form.active {
  opacity: 1;
  pointer-events: auto;
}
.page-press .press-center .press-navigation .new_search .sec_search .check-form {
  all: unset;
  top: 0;
  right: 0;
  position: absolute;
}
.page-press .press-center .press-navigation .new_search .sec_search .check-form::before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/search-icon.png);
  background-size: cover;
  cursor: pointer;
  filter: invert(33%) sepia(9%) saturate(5082%) hue-rotate(122deg) brightness(97%) contrast(91%);
}
.page-press .press-center .press-navigation .new_search .sec_search .check-form.active::before {
  background-image: url(../images/close-search.png);
}
@media (max-width: 767px) {
  .page-press .press-center .press-navigation .new_search {
    display: none;
  }
}
.page-press .press-center .press-parent {
  position: relative;
  min-height: 50vh;
}
.page-press .press-center .press-con {
  position: relative;
  flex-wrap: wrap;
  transform: translate(-10px, 0);
}
@media (max-width: 1200px) {
  .page-press .press-center .press-con {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .page-press .press-center .press-con {
    transform: inherit;
    margin: 0;
  }
}
.page-press .press-center .press-con .item {
  margin: 0 10px 30px;
  display: none;
}
.page-press .press-center .press-con .item.show, .page-press .press-center .press-con .item.active {
  display: block;
}
@media (max-width: 767px) {
  .page-press .press-center .press-con .item {
    margin: 0 0 30px;
    width: 100%;
    flex: 0 0 100%;
  }
  .page-press .press-center .press-con .item .image img {
    width: 100%;
  }
}
.page-press .press-center .loader {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s all ease-in-out;
}
.page-press .press-center .loader.active {
  opacity: 1;
}
.page-press .press-center .loader .lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.page-press .press-center .loader .lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 44px;
  height: 44px;
  margin: 8px;
  border: 4px solid #0b715a;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #0b715a transparent transparent transparent;
}
.page-press .press-center .loader .lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.page-press .press-center .loader .lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.page-press .press-center .loader .lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.single-page-press .single-blog-hero {
  min-height: 30vh;
  background-position: center;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-hero {
    min-height: 50vh;
    background-position: inherit;
  }
}
.single-page-press .single-blog-top-content {
  padding: 100px 0 20px;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-top-content {
    padding: 50px 0;
  }
}
.single-page-press .single-blog-top-content .back-btn a {
  font-size: 26px;
  display: inline-flex;
  align-items: center;
  color: #0B715A;
  font-family: r_font;
}
@media (max-width: 767px) {
  .single-page-press .single-blog-top-content .back-btn a {
    font-size: 21px;
  }
}
.single-page-press .single-blog-top-content .back-btn a i {
  font-size: 22px;
  position: relative;
  top: -2px;
}
.single-page-press .single-blog-top-content .page-title {
  margin-top: 30px;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-top-content .page-title {
    margin-top: 10px;
  }
}
@media (max-width: 999px) {
  .single-page-press .single-blog-top-content .page-title {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .single-page-press .single-blog-top-content .page-title {
    margin: 5px 0 10px;
  }
}
.single-page-press .single-blog-top-content .page-title h2 {
  font-size: 50px;
  font-family: "b_font";
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-top-content .page-title h2 {
    font-size: 41px;
  }
}
@media (max-width: 999px) {
  .single-page-press .single-blog-top-content .page-title h2 {
    font-size: 33px;
  }
}
@media (max-width: 767px) {
  .single-page-press .single-blog-top-content .page-title h2 {
    font-size: 28px;
    line-height: 40px;
  }
}
.single-page-press .single-blog-top-content .publish-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-page-press .single-blog-top-content .publish-tab .date {
  color: #9f9f9f;
  font-size: 18px;
  font-family: "r_font";
}
.single-page-press .single-blog-content {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .single-page-press .single-blog-content {
    padding-bottom: 50px;
  }
}
.single-page-press .single-blog-content .con {
  display: flex;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-content .con {
    flex-direction: column-reverse;
  }
}
.single-page-press .single-blog-content .con .content {
  width: 80%;
  font-size: 21px;
  padding-right: 100px;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-content .con .content {
    width: 100%;
    padding: 0;
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  .single-page-press .single-blog-content .con .content {
    font-size: 16px;
    line-height: 32px;
  }
}
.single-page-press .single-blog-content .con .content p {
  margin-bottom: 30px;
}
.single-page-press .single-blog-content .con .content p strong {
  font-weight: bold;
}
.single-page-press .single-blog-content .con .content p em {
  font-style: italic;
}
.single-page-press .single-blog-content .con .content p:first-of-type {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .single-page-press .single-blog-content .con .content p:first-of-type {
    margin-bottom: 20px;
  }
}
.single-page-press .single-blog-content .con .content hr {
  height: 1px;
  background-color: #eee;
  display: block;
  margin-bottom: 30px;
}
.single-page-press .single-blog-content .con .author {
  width: 20%;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-content .con .author {
    width: 100%;
    margin-bottom: 30px;
  }
}
.single-page-press .single-blog-content .con .author img {
  width: 100%;
}
@media (max-width: 1200px) {
  .single-page-press .single-blog-content .con .author img {
    width: auto;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .single-page-press .single-blog-content .con .author img {
    width: 100%;
    max-width: 100%;
  }
}
.single-page-press .related-blogs {
  padding: 130px 0;
  background-color: #fcfcfc;
}
@media (max-width: 999px) {
  .single-page-press .related-blogs {
    padding: 80px 0 20px;
  }
}
.single-page-press .related-blogs .section-title {
  margin-bottom: 50px;
}
.single-page-press .related-blogs .section-title h3 {
  font-size: 70px;
}
@media (max-width: 999px) {
  .single-page-press .related-blogs .section-title h3 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .single-page-press .related-blogs .section-title h3 {
    font-size: 38px;
  }
}
@media (max-width: 767px) {
  .single-page-press .related-blogs .press-center {
    margin: -15px;
  }
}
@media (max-width: 999px) {
  .single-page-press .related-blogs .press-con {
    flex-wrap: nowrap;
    overflow: scroll;
  }
  .single-page-press .related-blogs .press-con::-webkit-scrollbar {
    display: none;
  }
}
.single-page-press .related-blogs .press-con .item {
  width: calc(33.3333333333% - 20px);
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .single-page-press .related-blogs .press-con .item {
    flex: 0 0 300px;
  }
}
@media (max-width: 767px) {
  .single-page-press .related-blogs .press-con .item {
    margin: 0 10px;
  }
}
.single-page-press .related-blogs .press-con .item .image img {
  width: 100%;
}

.page-terms .inner-hero {
  position: relative;
}
.page-terms .inner-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(59, 71, 90, 0.85);
}
.page-terms .inner-hero .section-title h2 {
  font-size: 6vw;
}
@media (max-width: 767px) {
  .page-terms .inner-hero .section-title h2 {
    font-size: 32px;
  }
}
@media (max-width: 1200px) {
  .page-terms .inner-hero {
    padding: 15vw 0;
  }
}
@media (max-width: 767px) {
  .page-terms .inner-hero {
    padding: 150px 0;
  }
}
.page-terms .terms-content {
  min-height: 100vh;
}
.page-terms .terms-content .con {
  display: flex;
  padding: 100px 0;
}
@media (max-width: 767px) {
  .page-terms .terms-content .con {
    flex-direction: column;
    padding: 50px 0 100px;
  }
}
.page-terms .terms-content .con .terms-nav {
  width: 240px;
}
@media (max-width: 767px) {
  .page-terms .terms-content .con .terms-nav {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-terms .terms-content .con .terms-nav ul {
    display: flex;
    align-items: center;
    margin: 0 -5px;
  }
}
.page-terms .terms-content .con .terms-nav ul li {
  font-size: 22px;
  margin-bottom: 11px;
  cursor: pointer;
  color: #a7a9ac;
  font-family: r_font;
}
.page-terms .terms-content .con .terms-nav ul li:hover, .page-terms .terms-content .con .terms-nav ul li.active {
  color: #000;
}
@media (max-width: 767px) {
  .page-terms .terms-content .con .terms-nav ul li {
    font-size: 21px;
    margin: 0 5px;
    white-space: pre-wrap;
  }
}
.page-terms .terms-content .con .content {
  width: calc(100% - 240px);
  padding-left: 100px;
}
@media (max-width: 1200px) {
  .page-terms .terms-content .con .content {
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .page-terms .terms-content .con .content {
    width: 100%;
    margin-top: 40px;
  }
}
.page-terms .terms-content .con .content .heading {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .page-terms .terms-content .con .content .heading {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
}
.page-terms .terms-content .con .content .heading h3 {
  font-size: 40px;
  font-family: "b_font";
}
@media (max-width: 999px) {
  .page-terms .terms-content .con .content .heading h3 {
    font-size: 26px;
  }
}
.page-terms .terms-content .con .content .heading span {
  color: #0B715A;
  font-family: "b_font";
}
@media (max-width: 999px) {
  .page-terms .terms-content .con .content .heading span {
    font-size: 16px;
  }
}
.page-terms .terms-content .con .content .item {
  display: none;
  font-size: 18px;
  line-height: 40px;
}
.page-terms .terms-content .con .content .item.active {
  display: block;
}
@media (max-width: 999px) {
  .page-terms .terms-content .con .content .item ul li {
    font-size: 16px;
    line-height: 30px;
  }
}

.page-services .inner-hero {
  padding: 10vw 0;
}
.page-services .inner-hero .content .section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .page-services .inner-hero .content .section-title {
    margin-top: 30px;
  }
}
.page-services .inner-hero .content .section-title h2 {
  font-size: 110px;
  line-height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  .page-services .inner-hero .content .section-title h2 {
    font-size: 70px;
    line-height: 70px;
    margin-top: 50px;
  }
}
@media (max-width: 999px) {
  .page-services .inner-hero .content .section-title h2 {
    font-size: 60px;
    line-height: 64px;
  }
}
@media (max-width: 767px) {
  .page-services .inner-hero .content .section-title h2 {
    font-size: 50px;
    line-height: 54px;
  }
}
.page-services .inner-hero .content p {
  font-size: 24px;
  width: 50%;
}
@media (max-width: 1200px) {
  .page-services .inner-hero .content p {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .page-services .inner-hero .content p {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-services .inner-hero .content p {
    font-size: 18px;
  }
}
.page-services .services-parent {
  padding: 100px 0;
}
.page-services .services-parent .item {
  display: flex;
  padding: 50px;
}
@media (max-width: 999px) {
  .page-services .services-parent .item {
    padding: 50px 0;
  }
}
@media (max-width: 767px) {
  .page-services .services-parent .item {
    padding: 15px 0;
    flex-direction: column !important;
  }
}
.page-services .services-parent .item .image {
  width: 50%;
}
.page-services .services-parent .item .image img {
  width: 100%;
}
@media (max-width: 767px) {
  .page-services .services-parent .item .image {
    width: 100%;
  }
}
.page-services .services-parent .item .content {
  width: 50%;
  padding: 20px 20px 0;
}
@media (max-width: 767px) {
  .page-services .services-parent .item .content {
    width: 100%;
    padding: 0;
  }
}
.page-services .services-parent .item .content p {
  font-size: 28px;
  margin: 20px 0;
  font-family: r_font;
  height: 90px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .page-services .services-parent .item .content p {
    font-size: 20px;
    margin: 10px 0;
  }
}
.page-services .services-parent .item .content p.active {
  height: auto;
}
.page-services .services-parent .item .content img {
  max-width: 100%;
}
.page-services .services-parent .item .content a {
  color: #0B715A;
  font-size: 24px;
  display: block;
  margin-bottom: 20px;
  font-family: "b_font";
}
@media (max-width: 1600px) {
  .page-services .services-parent .item .content a {
    font-size: 20px;
  }
}
.page-services .services-parent .item .content a:hover {
  text-decoration: underline;
}
.page-services .services-parent .item .content a span {
  display: none;
}
.page-services .services-parent .item .content a span.active {
  display: block;
}
.page-services .services-parent .item .content .ov-img {
  width: 120%;
}
.page-services .services-parent .item .content .ov-img img {
  position: relative;
  z-index: 2;
  left: -150px;
  width: 100%;
  border: 15px solid #fff;
  max-height: 440px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .page-services .services-parent .item .content .ov-img {
    display: none;
  }
}
.page-services .services-parent .item.flip {
  flex-direction: row-reverse;
}
.page-services .services-parent .item.flip .content .ov-img {
  width: 120%;
}
.page-services .services-parent .item.flip .content .ov-img img {
  left: auto;
  right: auto;
}

@media (max-width: 1200px) {
  .hover_box {
    display: none;
  }
}

.page-contact .inner-hero {
  padding: 10vw 0;
  background-position: center center;
}
@media (max-width: 767px) {
  .page-contact .inner-hero {
    padding: 10vw 0 20vw;
  }
}
.page-contact .inner-hero .content .section-title {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .page-contact .inner-hero .content .section-title {
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
@media (max-width: 999px) {
  .page-contact .inner-hero .content .section-title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-contact .inner-hero .content .section-title {
    margin-bottom: 15px;
    margin-top: 80px;
  }
}
.page-contact .inner-hero .content .section-title h2 {
  font-size: 110px;
  line-height: 100px;
}
@media (max-width: 999px) {
  .page-contact .inner-hero .content .section-title h2 {
    font-size: 80px;
    line-height: inherit;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-contact .inner-hero .content .section-title h2 {
    font-size: 40px;
  }
}
.page-contact .contact-form-area {
  padding: 50px 0 120px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area {
    width: 100%;
    padding: 0 0 70px;
  }
}
.page-contact .contact-form-area .caldera-grid {
  position: relative;
  display: flex;
  flex-direction: column;
}
.page-contact .contact-form-area .caldera-grid #caldera_notices_1 {
  order: 1;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -120px;
  margin-top: 50px;
}
.page-contact .contact-form-area .caldera-grid form {
  order: 0;
}
.page-contact .contact-form-area .caldera-grid .form-title {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid .form-title {
    margin-bottom: 0;
  }
}
.page-contact .contact-form-area .caldera-grid .form-title h3 {
  font-family: r_font;
  font-size: 40px;
  color: #0b715a;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid .form-title h3 {
    font-size: 32px;
  }
}
.page-contact .contact-form-area .caldera-grid .first_row .form-title {
  margin-top: 50px;
}
.page-contact .contact-form-area .caldera-grid form .row {
  margin: 0;
}
.page-contact .contact-form-area .caldera-grid form .row .single {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group {
  display: inline-block;
  width: 49.5%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid form .row .single .form-group {
    width: 100%;
    margin-bottom: 22px;
  }
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group:last-of-type {
  margin-bottom: 0;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_8768091_1-wrap, .page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_620785_1-wrap, .page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_2539429_1-wrap, .page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7683514_1-wrap {
  width: 100%;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap {
  display: flex;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap input {
  width: auto;
}
@media (min-width: 999px) {
  .page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_9970286_1-wrap {
    margin-bottom: 0;
  }
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group label {
  color: #252525;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 400;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group label .field_required {
  display: none;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid form .row .single .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #dadada;
  background-color: #fff !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
  font-size: 16px;
  color: #252525 !important;
  height: 44px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea {
    padding: 12px 0;
    height: 54px;
  }
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control::placeholder,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input::placeholder,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea::placeholder {
  color: #252525;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control::placeholder,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input::placeholder,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control:focus,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input:focus,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea:focus {
  box-shadow: none;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control:focus::placeholder,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input:focus::placeholder,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea:focus::placeholder {
  opacity: 0;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control::-webkit-outer-spin-button, .page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control::-webkit-inner-spin-button,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input::-webkit-outer-spin-button,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input::-webkit-inner-spin-button,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea::-webkit-outer-spin-button,
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group .form-control[type=number],
.page-contact .contact-form-area .caldera-grid form .row .single .form-group input[type=number],
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea[type=number] {
  -moz-appearance: textfield;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group textarea {
  resize: none;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div {
  text-align: right;
}
@media (max-width: 767px) {
  .page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div {
    text-align: center;
  }
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div input {
  background-color: #0B715A !important;
  color: #fff !important;
  outline: none !important;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0 70px;
  font-family: "r_font";
  transition: 0.3s all ease-in-out;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div input:hover {
  background-color: #055745 !important;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_9180908_1-wrap .intl-tel-input {
  display: block;
}
.page-contact .contact-form-area .caldera-grid form .row .single .form-group#fld_9180908_1-wrap .intl-tel-input input {
  padding-left: 50px !important;
}
.page-contact .contact-form-area .caldera-grid .alert-success {
  margin: 0 !important;
  background-color: transparent;
  color: #0b715a;
  text-shadow: none;
  padding: 20px 15px;
  font-size: 24px;
  border-radius: 4px;
  font-weight: 500;
  border: 2px solid;
}

.page-careers .inner-hero {
  position: relative;
  padding: 10vw 0;
  background-position: center center;
}
.page-careers .inner-hero::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.3);
}
.page-careers .inner-hero .content {
  position: relative;
  padding-left: 40px;
}
.page-careers .inner-hero .content .section-title {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .page-careers .inner-hero .content .section-title {
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
@media (max-width: 999px) {
  .page-careers .inner-hero .content .section-title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-careers .inner-hero .content .section-title {
    margin-bottom: 15px;
    margin-top: 80px;
  }
}
.page-careers .inner-hero .content .section-title h2 {
  font-size: 110px;
  line-height: 100px;
}
@media (max-width: 999px) {
  .page-careers .inner-hero .content .section-title h2 {
    font-size: 80px;
    line-height: inherit;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-careers .inner-hero .content .section-title h2 {
    font-size: 40px;
  }
}
.page-careers .inner-hero .content p {
  font-size: 24px;
  width: 50%;
}
@media (max-width: 1500px) {
  .page-careers .inner-hero .content p {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .page-careers .inner-hero .content p {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .page-careers .inner-hero .content p {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-careers .inner-hero .content p {
    padding: 0;
    font-size: 16px;
  }
}
.page-careers .inner-hero {
  padding: 10vw 0;
  background-position: center center;
}
@media (max-width: 767px) {
  .page-careers .inner-hero {
    padding: 10vw 0 20vw;
  }
}
.page-careers .inner-hero .content {
  padding-left: 40px;
}
.page-careers .inner-hero .content .section-title {
  text-align: left;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  .page-careers .inner-hero .content .section-title {
    margin-bottom: 40px;
    margin-top: 100px;
  }
}
@media (max-width: 999px) {
  .page-careers .inner-hero .content .section-title {
    margin-bottom: 30px;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .page-careers .inner-hero .content .section-title {
    margin-bottom: 15px;
    margin-top: 80px;
  }
}
.page-careers .inner-hero .content .section-title h2 {
  font-size: 110px;
  line-height: 100px;
}
@media (max-width: 999px) {
  .page-careers .inner-hero .content .section-title h2 {
    font-size: 80px;
    line-height: inherit;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-careers .inner-hero .content .section-title h2 {
    font-size: 40px;
  }
}
.page-careers .inner-hero .content p {
  font-size: 24px;
  width: 50%;
}
@media (max-width: 1500px) {
  .page-careers .inner-hero .content p {
    width: 60%;
  }
}
@media (max-width: 1200px) {
  .page-careers .inner-hero .content p {
    width: 100%;
  }
}
@media (max-width: 999px) {
  .page-careers .inner-hero .content p {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .page-careers .inner-hero .content p {
    padding: 0;
    font-size: 16px;
  }
}
.page-careers .environment {
  padding: 5vw 0 5vw;
}
@media (max-width: 999px) {
  .page-careers .environment {
    padding: 50px 0;
  }
}
.page-careers .environment .environment-con {
  display: flex;
  align-items: center;
  margin: 0 auto;
  max-width: 1400px;
}
@media (max-width: 767px) {
  .page-careers .environment .environment-con {
    flex-direction: column-reverse;
  }
}
.page-careers .environment .environment-con .image {
  width: 30%;
}
@media (max-width: 767px) {
  .page-careers .environment .environment-con .image {
    width: 100%;
  }
}
.page-careers .environment .environment-con .image img {
  width: 100%;
  object-fit: cover;
}
.page-careers .environment .environment-con .content {
  width: 70%;
  padding-left: 40px;
}
@media (max-width: 767px) {
  .page-careers .environment .environment-con .content {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
}
.page-careers .environment .environment-con .content h3 {
  font-weight: bold;
  font-size: 41px;
}
@media (max-width: 999px) {
  .page-careers .environment .environment-con .content h3 {
    font-size: 32px;
  }
}
.page-careers .environment .environment-con .content p {
  font-family: r_font;
  font-size: 20px;
  line-height: 34px;
  color: #51616f;
}
@media (max-width: 999px) {
  .page-careers .environment .environment-con .content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.page-careers .careers-center {
  padding-top: 0;
  overflow: auto;
}
.page-careers .careers-center .careers-navigation {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  margin: 0 auto 60px;
  border-bottom: 1px solid #dcdcdc;
}
.page-careers .careers-center .careers-navigation ul.filter-tabs {
  position: relative;
  z-index: 1;
}
.page-careers .careers-center .careers-navigation ul.filter-tabs.hide {
  opacity: 0;
  pointer-events: none;
}
.page-careers .careers-center .careers-navigation ul.filter-tabs li {
  display: inline-block;
  margin-right: 10px;
}
.page-careers .careers-center .careers-navigation ul.filter-tabs li select {
  min-width: 160px;
  padding: 12px;
  color: #fff;
  font-size: 24px;
  -webkit-appearance: none;
  background: #0B715A url(../images/arrow_down.png) no-repeat 100%;
  background-size: 34px;
  transition: 0.3s all ease-in-out;
  cursor: pointer;
}
.page-careers .careers-center .careers-navigation ul.filter-tabs li select:hover {
  background-color: #075d4a;
}
@media (max-width: 767px) {
  .page-careers .careers-center .careers-navigation ul.filter-tabs li select {
    background-size: 26px;
    min-width: inherit;
    font-size: 16px;
    width: 130px;
  }
}
.page-careers .careers-center .careers-navigation .new_search .sec_search form {
  width: calc(100% - 100px);
  position: absolute;
  left: 0;
  top: 0;
  height: 40px;
  background-color: #fff;
  opacity: 0;
  pointer-events: none;
  height: 100%;
  z-index: 2;
  transition: 0.3s all ease-in-out;
}
.page-careers .careers-center .careers-navigation .new_search .sec_search form input {
  height: 100%;
  width: 100%;
  font-family: "r_font";
}
.page-careers .careers-center .careers-navigation .new_search .sec_search form input::-webkit-search-decoration, .page-careers .careers-center .careers-navigation .new_search .sec_search form input::-webkit-search-cancel-button, .page-careers .careers-center .careers-navigation .new_search .sec_search form input::-webkit-search-results-button, .page-careers .careers-center .careers-navigation .new_search .sec_search form input::-webkit-search-results-decoration {
  display: none;
}
.page-careers .careers-center .careers-navigation .new_search .sec_search form.active {
  opacity: 1;
  pointer-events: auto;
}
.page-careers .careers-center .careers-navigation .new_search .sec_search .check-form {
  all: unset;
  line-height: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.page-careers .careers-center .careers-navigation .new_search .sec_search .check-form::before {
  content: "";
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 35px;
  height: 35px;
  background-image: url(../images/search-icon.png);
  background-size: cover;
  cursor: pointer;
  filter: invert(33%) sepia(9%) saturate(5082%) hue-rotate(122deg) brightness(97%) contrast(91%);
}
.page-careers .careers-center .careers-navigation .new_search .sec_search .check-form.active::before {
  background-image: url(../images/close-search.png);
}
.page-careers .careers-center .vacancies-parent {
  max-width: 1400px;
  margin: 0 auto 10vw;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs {
  padding: 10px 0 0;
  box-shadow: 0px 3px 7px 3px rgba(0, 0, 0, 0.1);
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab {
  position: relative;
  border-bottom: 1px solid rgba(60, 60, 59, 0.1);
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab:last-child {
  border: none;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title {
  cursor: pointer;
  padding: 30px 50px;
}
@media (max-width: 999px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title {
    padding: 20px 15px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title .date {
  display: flex;
  flex-direction: column;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title .date b {
  display: flex;
  align-items: center;
  font-family: r_font;
  margin-bottom: 6px;
  color: #7d7d7d;
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title .date b {
    font-size: 14px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title .date b:last-child {
  margin-bottom: 0;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title .date b i {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title .date b i {
    font-size: 18px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title h3 {
  color: #000;
  font-size: 32px;
  font-family: b_font;
  line-height: 31px;
  font-weight: 400;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .title h3 {
    font-size: 18px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content {
  display: none;
  background-color: #eee;
  padding: 40px 80px 50px;
}
@media (max-width: 999px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content {
    padding: 30px;
  }
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content {
    padding: 30px 15px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block {
  border-bottom: 1px solid rgba(60, 60, 59, 0.1);
  margin-bottom: 30px;
  padding-bottom: 40px;
}
@media (max-width: 999px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block:last-of-type {
  border: none;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block h4 {
  font-size: 24px;
  font-family: b_font;
  margin-bottom: 10px;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block p {
  color: #000;
  font-size: 18px;
}
@media (max-width: 999px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block p {
    font-size: 16px;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block ul li {
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  color: #0B715A;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block ul li:last-child {
  margin-bottom: 0;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .block ul li::before {
  content: "done";
  font-family: "material icons";
  display: inline-block;
  margin-right: 10px;
  font-size: 28px;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .btn {
  background-color: #0B715A;
  font-size: 22px;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  padding: 15px 35px;
  transition: 0.3s all ease-in-out;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .btn:hover {
  background-color: #08624d;
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .content .btn {
    display: block;
    text-align: center;
  }
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .act-btn {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  text-align: center;
  top: 65px;
  right: 50px;
  color: #fff;
  font-size: 42px;
  cursor: pointer;
  background-color: #0B715A;
}
.page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .act-btn.hide-ques {
  line-height: 25px;
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .act-btn.hide-ques {
    line-height: 35px;
  }
}
@media (max-width: 767px) {
  .page-careers .careers-center .vacancies-parent .vacancies .vacancies-tabs .tab .act-btn {
    top: 15px;
    right: 10px;
    font-size: 21px;
  }
}
.page-careers .form-popup {
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  pointer-events: none;
  transition: 0.2s all ease-in-out;
}
.page-careers .form-popup .form-container {
  position: relative;
  background-color: #fff;
  width: 700px;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container {
    width: 650px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container {
    width: 90%;
  }
}
.page-careers .form-popup .form-container .close-careers-popup {
  position: absolute;
  top: -40px;
  right: 0;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .close-careers-popup {
    top: 0;
    right: -40px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .close-careers-popup {
    top: -40px;
    right: 0;
  }
}
.page-careers .form-popup .form-container .close-careers-popup i {
  font-size: 35px;
}
.page-careers .form-popup .form-container .title {
  padding: 18px 30px 12px;
  background-color: #eee;
  display: flex;
  align-items: center;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .title {
    padding: 12px 16px 8px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .title {
    padding: 15px 10px;
  }
}
.page-careers .form-popup .form-container .title h5 {
  color: #0B715A;
  font-size: 22px;
  font-family: b_font;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .title h5 {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .title h5 {
    font-size: 18px;
  }
}
.page-careers .form-popup .form-container .caldera-grid {
  padding: 20px;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid {
    padding: 10px 15px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .caldera-grid {
    padding: 20px 10px 5px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row {
  margin: 0;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 {
  padding: 0;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 p {
  font-size: 20px;
  font-family: b_font;
  margin-bottom: 10px;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 p {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 p {
    font-size: 16px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group {
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group {
    margin-bottom: 10px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group#fld_7007738_1-wrap {
  margin-bottom: 10px;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group#fld_1720034_1-wrap {
  margin-bottom: 30px;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group#fld_1720034_1-wrap .help-block {
  display: none !important;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group label {
  font-family: r_font;
  font-weight: 500;
  color: #464646;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group label {
    margin-bottom: 0;
    font-size: 12px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input,
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea {
  background-color: #eee;
  height: 46px;
  border: none;
  box-shadow: none;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input,
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea {
    height: 34px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input,
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea {
    height: 32px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input:focus,
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea:focus {
  outline: none !important;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input::placeholder,
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea::placeholder {
  opacity: 0 !important;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input[type=submit],
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea[type=submit] {
  background-color: #0B715A;
  padding: 0 50px;
  color: #fff;
  font-size: 21px;
  text-transform: uppercase;
  height: 55px;
  line-height: 60px;
  letter-spacing: 0.9px;
  transition: 0.3s all ease-in-out;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input[type=submit]:hover,
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea[type=submit]:hover {
  background-color: #075745;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input[type=submit],
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea[type=submit] {
    padding: 0 30px;
    height: 42px;
    line-height: 47px;
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group input[type=submit],
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea[type=submit] {
    width: 100%;
    font-size: 16px;
    line-height: 50px;
    height: 46px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea {
  height: 80px;
  resize: none;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group textarea {
    height: 60px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .intl-tel-input {
  width: 100%;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone .form-control {
  height: 180px;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone .form-control {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone .form-control {
    height: 110px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone .form-control .btn {
  white-space: pre-wrap;
  background-color: #eee;
  border: none;
  color: #121212;
  padding: 0 160px;
  height: 180px;
  font-size: 15px;
  line-height: 26px;
}
@media (max-width: 1600px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone .form-control .btn {
    height: 140px;
  }
}
@media (max-width: 767px) {
  .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone .form-control .btn {
    background-size: 80%;
    height: 110px;
  }
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone ul.cf2-list-files li {
  padding: 0;
  border: none;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone ul.cf2-list-files li .cf2-file-control .cf2-file-name {
  margin-bottom: 5px;
  display: block;
  color: #0B715A;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone ul.cf2-list-files li .cf2-file-control .cf2-file-progress-bar {
  display: none;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .cf2-dropzone ul.cf2-list-files li .cf2-file-extra-data {
  display: none;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .btn:focus, .page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group .btn:active {
  outline: none !important;
}
.page-careers .form-popup .form-container .caldera-grid form .row .col-sm-12 .form-group.has-error .help-block {
  margin: 3px 0 0 0;
  font-size: 11px;
}
.page-careers .form-popup.active {
  opacity: 1;
  pointer-events: auto;
}

.page-leadership .inner-hero {
  padding: 12vw 0 20vw;
  background-position: bottom;
}
.page-leadership .inner-hero .content .section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .page-leadership .inner-hero .content .section-title {
    margin: 90px 0 20px;
  }
}
.page-leadership .inner-hero .content .section-title h2 {
  font-size: 110px;
  line-height: 100px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .page-leadership .inner-hero .content .section-title h2 {
    font-size: 80px;
    line-height: inherit;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-leadership .inner-hero .content .section-title h2 {
    font-size: 50px;
    line-height: 55px;
  }
}
.page-leadership .inner-hero .content p {
  font-size: 24px;
  width: 75%;
  margin: 0;
}
@media (max-width: 999px) {
  .page-leadership .inner-hero .content p {
    font-size: 18px;
    width: 100%;
  }
}
.page-leadership .president {
  padding: 12vw 0;
}
@media (max-width: 767px) {
  .page-leadership .president {
    padding: 100px 0;
  }
}
.page-leadership .president .president-con {
  display: flex;
  max-width: 1400px;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .page-leadership .president .president-con {
    flex-direction: column;
  }
}
.page-leadership .president .president-con .title {
  width: 30%;
}
@media (max-width: 999px) {
  .page-leadership .president .president-con .title {
    width: 100%;
  }
}
.page-leadership .president .president-con .title h3 {
  position: relative;
  font-size: 50px;
  line-height: 48px;
  font-family: b_font;
  z-index: 1;
  padding-left: 65px;
}
@media (max-width: 999px) {
  .page-leadership .president .president-con .title h3 {
    padding: 0;
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 28px;
  }
}
.page-leadership .president .president-con .title h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 148px;
  height: 136px;
  display: inline-block;
  background-image: url(../images/qoute-icon.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
}
@media (max-width: 999px) {
  .page-leadership .president .president-con .title h3::before {
    display: none;
  }
}
.page-leadership .president .president-con .content {
  width: 70%;
}
@media (max-width: 999px) {
  .page-leadership .president .president-con .content {
    width: 100%;
  }
}
.page-leadership .president .president-con .content p {
  position: relative;
  font-family: r_font;
  font-size: 22px;
  line-height: 39px;
}
@media (max-width: 999px) {
  .page-leadership .president .president-con .content p {
    font-size: 18px;
  }
}
.page-leadership .president .president-con .content p::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: -50px;
  width: 148px;
  height: 136px;
  display: inline-block;
  background-image: url(../images/qoute-icon.png);
  background-repeat: no-repeat;
  z-index: -1;
  background-size: contain;
  transform: rotate(180deg);
}
@media (max-width: 999px) {
  .page-leadership .president .president-con .content p::before {
    display: none;
  }
}
.page-leadership .advisors .inner-hero {
  background-position: center;
}
.page-leadership .advisors .inner-hero .content p {
  width: 50%;
  margin: 0;
}
@media (max-width: 1200px) {
  .page-leadership .advisors .inner-hero .content p {
    width: 100%;
  }
}

.page-news .inner-hero {
  padding: 10vw 0;
  background-size: cover;
}
@media (max-width: 767px) {
  .page-news .inner-hero {
    padding: 100px 0;
  }
}
.page-news .inner-hero .container {
  width: 75%;
}
@media (max-width: 999px) {
  .page-news .inner-hero .container {
    width: 100%;
  }
}
.page-news .inner-hero h2 {
  font-family: b_font;
  font-size: 60px;
}
@media (max-width: 767px) {
  .page-news .inner-hero h2 {
    font-size: 40px;
  }
}
.page-news .inner-hero .content {
  display: flex;
}
@media (max-width: 767px) {
  .page-news .inner-hero .content {
    flex-direction: column;
  }
}
.page-news .inner-hero .content .news-slider,
.page-news .inner-hero .content .news-slider-nav {
  width: 50%;
  margin: 0;
}
@media (max-width: 767px) {
  .page-news .inner-hero .content .news-slider,
.page-news .inner-hero .content .news-slider-nav {
    width: 100%;
  }
}
.page-news .inner-hero .content .news-slider .item {
  position: relative;
}
.page-news .inner-hero .content .news-slider .item img {
  width: 100%;
  object-fit: cover;
  height: 495px;
}
.page-news .inner-hero .content .news-slider .item .more-widget {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 20px;
  color: #fff;
  background-color: rgba(11, 113, 90, 0.83);
}
.page-news .inner-hero .content .news-slider .item .more-widget p {
  font-family: b_font;
  font-size: 26px;
}
.page-news .inner-hero .content .news-slider .item .more-widget span {
  display: inline-flex;
  align-items: center;
  font-size: 14px;
  color: #fff;
}
.page-news .inner-hero .content .news-slider .item .more-widget span i {
  font-size: 18px;
}
.page-news .inner-hero .content .news-slider-nav .slick-list {
  padding: 0 !important;
  height: 100%;
}
.page-news .inner-hero .content .news-slider-nav .slick-list .slick-track {
  display: flex;
  flex-direction: column;
  height: 100%;
  transform: translate3d(0, 0px, 0px) !important;
}
.page-news .inner-hero .content .news-slider-nav .slick-list .slick-track .item {
  width: 100% !important;
  height: 25%;
  color: #000;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding-left: 30px;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.page-news .inner-hero .content .news-slider-nav .slick-list .slick-track .item.slick-current, .page-news .inner-hero .content .news-slider-nav .slick-list .slick-track .item:hover {
  background-color: #eee;
}
.page-news .inner-hero .content .news-slider-nav .slick-list .slick-track .item:last-child {
  border: none;
}
.page-news .inner-hero .content .news-slider-nav .slick-list .slick-track .item p {
  font-family: b_font;
  font-size: 22px;
}
@media (max-width: 767px) {
  .page-news .inner-hero .content .news-slider-nav .slick-list .slick-track .item {
    line-height: 60px;
  }
}
.page-news .events {
  background-color: #eee;
}
@media (max-width: 767px) {
  .page-news .events {
    padding: 60px 0;
  }
}
.page-news .events .careers-center .vacancies-parent {
  margin: 0 auto;
}
.page-news .events h3 {
  font-size: 40px;
  font-family: b_font;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-news .events h3 {
    font-size: 32px;
  }
}
.page-news .events .vacancies {
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs {
    padding: 0 !important;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title {
    flex-direction: column;
    padding: 30px 20px !important;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title .event-date {
  background-color: #eee;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
  padding: 12px 0;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title .event-date {
    padding: 8px 0;
    position: relative;
    top: -30px;
    left: -20px;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title .event-date span.e-date {
  display: block;
  text-align: center;
  font-size: 21px;
  line-height: 1;
  width: 100%;
  border-bottom: 1px solid #000;
  padding: 0 10px 5px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title .event-date span.e-date {
    font-size: 14px;
    padding: 0 4px 6px;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title .event-date span.e-date b {
  display: block;
  font-size: 30px;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title .event-date span.e-date b {
    font-size: 21px;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title .event-date span.add {
  position: relative;
  font-size: 16px;
}
.page-news .events .vacancies .vacancies-tabs .tab .title .event-date span.add::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #e50b0b;
  position: absolute;
  left: -8px;
  bottom: 10px;
}
.page-news .events .vacancies .vacancies-tabs .tab .title .text {
  width: calc(100% - 120px);
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title .text {
    width: 100%;
    padding: 0px 0 10px;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title .text h3 {
  font-size: 26px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title .text h3 {
    font-size: 21px;
    margin-bottom: 4px;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .title .text p {
  font-size: 22px;
  width: 70%;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .title .text p {
    font-size: 16px;
    width: 100%;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .act-btn {
  top: 30px !important;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .act-btn {
    right: 10px !important;
    top: 10px !important;
  }
  .page-news .events .vacancies .vacancies-tabs .tab .act-btn.hide-ques {
    line-height: 33px !important;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .content {
  background-color: #fff !important;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .content {
    padding: 0 20px !important;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .content .block {
  width: calc(100% - 340px);
  margin: auto !important;
  padding-bottom: 50px !important;
}
@media (max-width: 767px) {
  .page-news .events .vacancies .vacancies-tabs .tab .content .block {
    width: 100%;
  }
}
.page-news .events .vacancies .vacancies-tabs .tab .content .block p {
  color: #1b1b1b;
  font-size: 18px;
  font-family: "r_font";
  line-height: 30px;
}
.page-news .company-news {
  background-size: cover;
}
.page-news .company-news .title {
  width: 75%;
  margin: 0 auto;
  color: #fff;
  padding-top: 70px;
}
@media (max-width: 767px) {
  .page-news .company-news .title {
    width: 100%;
  }
}
.page-news .company-news .title h4 {
  font-size: 46px;
  font-family: b_font;
}
@media (max-width: 767px) {
  .page-news .company-news .title h4 {
    text-align: center;
  }
}
.page-news .company-news .press-navigation {
  margin: 50px auto 60px;
}
.page-news .company-news .press-navigation .new_search .sec_search form {
  background-color: transparent;
}
.page-news .company-news .press-navigation .new_search .sec_search form input {
  color: #fff;
}
.page-news .company-news .press-navigation .new_search .sec_search .check-form::before {
  filter: invert(100%) sepia(93%) saturate(0%) hue-rotate(165deg) brightness(104%) contrast(101%);
}
.page-news .company-news .press-center .parents-container {
  position: relative;
  min-height: 50vh;
}
.page-news .company-news .press-center .parents-container .press-parent {
  min-height: auto;
  padding-bottom: 10vh;
  display: none;
}
.page-news .company-news .press-center .parents-container .press-parent.active {
  display: block;
}
.page-news .company-news .press-center .parents-container .press-parent .press-con .item {
  background-color: #eee;
}
.page-news .company-news .press-center .parents-container .press-parent .press-con .item .image img {
  max-width: 100%;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con {
  flex-direction: column;
  transform: translate(0, 0);
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .image {
  display: inline-block;
  width: 65px;
  height: 65px;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .image img {
    width: auto;
  }
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .image {
    margin-bottom: 10px;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content {
  width: calc(100% - 65px);
  padding-left: 30px;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form {
    flex-direction: column;
    align-items: center;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form input {
  width: 100%;
  background-color: #fff;
  border-radius: 50px;
  height: 50px;
  padding: 0 30px;
  font-size: 18px;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form input:focus::placeholder {
  opacity: 0;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form input::placeholder {
  color: #000;
  line-height: 45px;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form input {
    height: 120px;
    border-radius: 10px;
    padding: 0 10px;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form .btn {
  background-color: #0B715A;
  color: #fff;
  text-transform: uppercase;
  font-size: 21px;
  margin: 0 0 0 15px;
  border-radius: 50px;
  padding: 0 30px;
  height: 50px;
  line-height: 56px;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form .btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form .btn:hover {
  background-color: #096550;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block .content .form .btn.disabled {
  pointer-events: none;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block.posting-block {
  align-items: center;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block.posting-block {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .block.posting-block .content {
    width: 100%;
    padding: 0;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container {
  padding-left: 150px;
  margin-top: 30px;
  color: #fff;
}
@media (max-width: 999px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container {
    padding-left: 100px;
  }
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container {
    padding-left: 0;
    margin: 0;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block h6 {
  font-size: 26px;
  font-family: b_font;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block h6 {
    font-size: 21px;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block p {
  font-size: 18px;
  word-break: break-all;
  width: 100%;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block p {
    font-size: 16px;
    width: 90%;
  }
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block {
    position: relative;
    flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
  }
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
  }
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block .content {
    width: 100%;
    padding: 0;
  }
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .block .delete-user-post {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .see-more-posts-btn {
  padding-left: 100px;
}
@media (max-width: 767px) {
  .page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .see-more-posts-btn {
    padding: 0;
    display: table;
    margin: 60px auto 0;
  }
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .see-more-posts-btn span {
  color: #0a8c6f;
  font-family: b_font;
  font-size: 26px;
  border-bottom: 2px solid #0a8c6f;
  cursor: pointer;
  transition: 0.2s all ease-in-out;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .see-more-posts-btn span:hover {
  color: #0B715A;
  border-color: #0B715A;
}
.page-news .company-news .press-center .parents-container .press-parent.posts .press-con .posting-container .see-more-posts-btn#see_less {
  display: none;
}
.page-news .company-news .press-center .loader {
  background-color: rgba(255, 255, 255, 0.1);
  align-items: flex-start;
  top: -60px;
  padding-top: 63px;
}

.page-products .inner-hero {
  padding: 10vw 0 1vw;
  color: #000;
}
@media (max-width: 767px) {
  .page-products .inner-hero .section-title {
    margin: 100px 0 0;
  }
}
.page-products .main-product-section {
  padding: 20vw 0 16vw;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 1200px) {
  .page-products .main-product-section {
    padding: 20vw 0 0;
  }
}
.page-products .main-product-section .container {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-products .main-product-section .container {
    flex-direction: column;
  }
}
.page-products .main-product-section .container .content {
  display: inline-block;
  width: 30%;
  color: #fff;
}
@media (max-width: 1200px) {
  .page-products .main-product-section .container .content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-products .main-product-section .container .content .logo-image {
  margin-bottom: 20px;
}
.page-products .main-product-section .container .content .text p {
  font-size: 30px;
}
@media (max-width: 767px) {
  .page-products .main-product-section .container .content .text p {
    font-size: 22px;
  }
}
.page-products .main-product-section .container .image {
  width: 70%;
  position: absolute;
  right: -200px;
}
@media (max-width: 1200px) {
  .page-products .main-product-section .container .image {
    width: 100%;
    right: auto;
    position: relative;
  }
}
.page-products .main-product-section .container .image img {
  width: 100%;
}
.page-products .product-features {
  background-color: #f9f9f9;
}
@media (max-width: 767px) {
  .page-products .product-features {
    padding: 70px 0;
  }
}
.page-products .product-features h3 {
  text-align: center;
  font-family: b_font;
  font-size: 4vw;
  line-height: 1;
  margin-bottom: -40px;
}
@media (max-width: 767px) {
  .page-products .product-features h3 {
    font-size: 50px;
    margin-bottom: 0;
  }
}
.page-products .product-features ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px;
}
.page-products .product-features ul li {
  display: inline-block;
  width: calc(33.333% - 50px);
  margin: 100px 25px 0;
}
@media (max-width: 767px) {
  .page-products .product-features ul li {
    width: 100%;
    margin: 50px 25px 0;
  }
}
.page-products .product-features ul li h4 {
  font-family: b_font;
  font-size: 24px;
  text-transform: uppercase;
}
.page-products .product-features ul li p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-products .product-features ul li p {
    font-size: 16px;
  }
}
.page-products .top-cases {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 7vw 0 10vw;
}
@media (max-width: 767px) {
  .page-products .top-cases {
    padding: 100px 0 50px;
  }
}
.page-products .top-cases h3 {
  text-align: center;
  font-family: b_font;
  font-size: 4vw;
  line-height: 1;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .page-products .top-cases h3 {
    font-size: 40px;
    margin-bottom: 60px;
  }
}
.page-products .top-cases .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .page-products .top-cases .content {
    flex-direction: column-reverse;
  }
}
.page-products .top-cases .content .image {
  width: 50%;
}
@media (max-width: 1200px) {
  .page-products .top-cases .content .image {
    width: 100%;
  }
}
.page-products .top-cases .content .image img {
  width: 100%;
}
.page-products .top-cases .content .text {
  width: 50%;
  padding: 0 60px;
}
@media (max-width: 1200px) {
  .page-products .top-cases .content .text {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}
.page-products .top-cases .content .text h5 {
  font-family: b_font;
  font-size: 40px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-products .top-cases .content .text h5 {
    font-size: 30px;
  }
}
.page-products .top-cases .content .text p {
  font-size: 30px;
}
@media (max-width: 767px) {
  .page-products .top-cases .content .text p {
    font-size: 16px;
  }
}

.page-login {
  position: relative;
  background: linear-gradient(90deg, #156549 12%, #42c187 100%);
  width: 100vw;
  height: 100vh;
}
.page-login .left-image {
  position: absolute;
  height: 100vh;
  width: 50%;
  z-index: 0;
  background-size: cover;
  background-position: center center;
}
.page-login .form-container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.page-login .form-container .content {
  background-color: #fff;
  padding: 40px 30px 35px;
  border-radius: 20px;
  width: 365px;
}
.page-login .form-container .content .title {
  color: #000;
  font-size: 20px;
  margin-bottom: 30px;
  font-family: b_font;
  text-align: center;
}
.page-login .form-container .content form .err-message {
  font-size: 15px;
  color: #f00;
  display: block;
  position: relative;
  top: -10px;
}
.page-login .form-container .content form .form-group {
  margin-bottom: 20px;
}
.page-login .form-container .content form .form-group label {
  font-size: 16px;
  text-transform: capitalize;
  color: #323232;
  font-family: r_font;
}
.page-login .form-container .content form .form-group input {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.22);
  height: 50px;
  border-radius: 4px;
  background-color: #fff !important;
  padding: 18px;
}
.page-login .form-container .content form .form-group input:-webkit-autofill, .page-login .form-container .content form .form-group input:-webkit-autofill:hover, .page-login .form-container .content form .form-group input:-webkit-autofill:focus, .page-login .form-container .content form .form-group input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px white inset !important;
}
.page-login .form-container .content form .btn {
  background-color: #319e6f;
  color: #fff !important;
  outline: none !important;
  border-radius: 0;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0 70px;
  font-family: "r_font";
  transition: 0.3s all ease-in-out;
  width: 100%;
  cursor: pointer;
  text-transform: uppercase;
}
.page-login .form-container .content form .btn:hover {
  background-color: #2a8b61;
}
.page-login .right-image {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 0;
}
@media (max-width: 767px) {
  .page-login .right-image {
    text-align: right;
    padding: 0 10px;
  }
}
.page-login .right-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-login .right-image img {
    max-width: 47%;
    width: auto;
    height: auto;
    object-fit: inherit;
  }
}
.page-login.err-content .form-container .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 50%;
  padding: 140px 30px 105px;
  border-radius: 10px;
}
.page-login.err-content .form-container .content h1 {
  font-size: 190px;
  line-height: 140px;
  font-weight: bold;
  font-family: b_font;
}
.page-login.err-content .form-container .content p {
  font-size: 45px;
  margin: 16px 0 8px;
}
.page-login.err-content .form-container .content span {
  font-size: 24px;
  width: 55%;
  margin: 0 auto;
  text-align: center;
  font-family: r_font;
}
.page-login.err-content .form-container .content .btn {
  display: table;
  position: relative;
  padding: 10px 40px 6px;
  background-color: #0b715a;
  color: #fff;
  font-size: 21px;
  margin: 30px auto 0;
  transition: 0.3s padding ease-in-out;
}
.page-login.err-content .form-container .content .btn:hover {
  padding: 10px 50px 6px;
}

.preloader {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(90deg, #156549 12%, #42c187 100%);
  visibility: hidden;
  opacity: 0;
  transition: all 0.5s ease;
  z-index: 99999999999999;
}

.preloader_inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 180px;
  height: 180px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.preloader_inner p {
  width: 110px;
  height: 110px;
  border: 1px solid #fff;
  border-radius: 50%;
  line-height: 117px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #fff;
  font-family: b_font !important;
}
.preloader_inner span {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-size: 14px;
  font-family: b_font !important;
}
.preloader_inner img {
  max-width: 500px;
}
@media (max-width: 767px) {
  .preloader_inner img {
    max-width: 200%;
  }
}

.show {
  display: block;
  visibility: visible !important;
  opacity: 1 !important;
  transition: all 0.5s ease;
}

.node {
  pointer-events: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  width: 30px;
  height: 30px;
  background-size: cover;
  background-image: url(../images/cursor.png);
  transition: opacity 300ms linear, transform 300ms linear, background-color 300ms ease, height 300ms ease, width 300ms ease;
  -webkit-transition: opacity 300ms linear, transform 300ms linear, background-color 300ms ease, height 300ms ease, width 300ms ease;
  -moz-transition: opacity 300ms linear, transform 300ms linear, background-color 300ms ease, height 300ms ease, width 300ms ease;
  -ms-transition: opacity 300ms linear, transform 300ms linear, background-color 300ms ease, height 300ms ease, width 300ms ease;
  -o-transition: opacity 300ms linear, transform 300ms linear, background-color 300ms ease, height 300ms ease, width 300ms ease;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  mix-blend-mode: difference;
  font-size: 13px;
  letter-spacing: 0.3px;
  color: #000;
  white-space: nowrap;
  text-align: center;
  text-transform: uppercase;
  font-weight: 500;
}

html.removePointer,
html.removePointer * {
  cursor: none !important;
}

.pos_text,
.pos_target {
  display: inline-block;
}

.node.view {
  width: 150px;
  height: 150px;
  border-radius: 10vw;
  -webkit-border-radius: 10vw;
  -moz-border-radius: 10vw;
  -ms-border-radius: 10vw;
  -o-border-radius: 10vw;
  mix-blend-mode: normal;
}

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