/*** LTR websites ***/
@import url("../../../../../../../fonts.googleapis.com/css2-family=Readex+Pro-wght@100;200;300;400;500;600;700&display=swap.css")/*tpa=https://fonts.googleapis.com/css2?family=Readex+Pro:wght@100;200;300;400;500;600;700&display=swap*/;
@import url("../../../../../../../fonts.googleapis.com/icon-family=Material+Icons.css")/*tpa=https://fonts.googleapis.com/icon?family=Material+Icons*/;
body {
  font-family: "Readex Pro" !important;
  position: relative;
  overflow-x: hidden;
}
body.ov-hid {
  overflow: hidden;
}

/* Reset */
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;
  }
}
/* helpers */
* {
  box-sizing: border-box;
}

.container {
  width: 1170px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
  }
}

.page-content .hero::before, .overlay {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 0;
}

.page-content .hero {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.btn {
  position: relative;
  display: inline-table;
  height: 56px;
  line-height: 56px;
  padding: 0 32px;
  background-color: #E30613;
  border-radius: 30px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.8px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  transition: 0.3s all ease-in-out;
}
.btn:hover {
  background-color: #B6050F;
}

.btn.outlined {
  background-color: transparent;
  border: 2px solid #1D1D1B;
  color: #1D1D1B;
  padding: 0 24px;
}
.btn.outlined:hover {
  background-color: #1D1D1B;
  color: #fff;
}

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

/* Reset */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-item .owl-lazy:not([src]), .owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png)/*tpa=http://31.220.21.121/safar/wp-content/themes/safar/assets/sass/owl.video.play.png*/ no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/*!
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: relative;
  position: absolute;
  padding: 30px 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
}
.page-header .header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1760px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-header .header-container .logo a img {
    max-width: 120px;
  }
}
@media (max-width: 999px) {
  .page-header .header-container .navigation .menu-icon {
    display: block !important;
    direction: rtl;
    width: 35px;
    height: 35px;
  }
  body.rtl .page-header .header-container .navigation .menu-icon {
    direction: ltr;
  }
  .page-header .header-container .navigation .menu-icon span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #fff;
    font-size: 40px;
    margin-bottom: 5px;
    transition: 0.3s all ease-in-out;
  }
  .page-header .header-container .navigation .menu-icon span:last-child {
    margin-bottom: 0;
  }
  .page-header .header-container .navigation .menu-icon span:first-child {
    width: 25%;
  }
  .page-header .header-container .navigation .menu-icon span:nth-child(2) {
    width: 60%;
  }
  .page-header .header-container .navigation .menu-icon.active span {
    width: 75% !important;
    height: 2px;
    margin: 0;
  }
  .page-header .header-container .navigation .menu-icon.active span:last-child {
    display: none;
  }
  .page-header .header-container .navigation .menu-icon.active span:first-child {
    transform: translate(0px, 3px) rotate(45deg);
  }
  .page-header .header-container .navigation .menu-icon.active span:nth-child(2) {
    transform: translate(0px, 1px) rotate(-45deg);
  }
}
.page-header .header-container .navigation ul {
  display: flex;
  align-items: center;
}
@media (max-width: 999px) {
  .page-header .header-container .navigation ul {
    position: relative;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 80vw;
    width: 360px;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    pointer-events: none;
    background-color: #1d1d1b;
    z-index: 9999;
    padding: 35px 20px;
    transform: translate(-100%, 0);
    transition: opacity 0.2s ease;
    transition: all 0.4s ease;
  }
  .page-header .header-container .navigation ul.active {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0) !important;
  }
  body.rtl .page-header .header-container .navigation ul {
    transform: translate(100%, 0);
  }
}
.page-header .header-container .navigation ul li {
  display: inline-block;
  margin: 0 20px;
}
@media (max-width: 1200px) {
  .page-header .header-container .navigation ul li {
    margin: 0 10px;
  }
}
@media (max-width: 999px) {
  .page-header .header-container .navigation ul li {
    line-height: 50px;
    margin: 0;
  }
}
.page-header .header-container .navigation ul li a {
  color: #c6c6c6;
  text-transform: capitalize;
  font-size: 18px;
  letter-spacing: 0.5px;
  transition: 0.2s all ease-in-out;
}
.page-header .header-container .navigation ul li a:hover, .page-header .header-container .navigation ul li a.active {
  color: #fff;
}
@media (max-width: 999px) {
  .page-header .header-container .navigation ul li a {
    font-weight: 700;
    font-size: 26px;
  }
}
.page-header .header-container .navigation ul li.language {
  display: none;
}
@media (max-width: 999px) {
  .page-header .header-container .navigation ul li.language {
    display: block;
    margin-top: 30px;
  }
}
@media (max-width: 999px) {
  .page-header .header-container .language {
    display: none;
  }
}
.page-header .header-container .language .language-btn {
  display: block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 30px;
  height: 46px;
  line-height: 36px;
  padding: 0 20px;
  font-size: 18px;
  transition: 0.2s all ease-in-out;
}
.page-header .header-container .language .language-btn:hover {
  background-color: #fff;
  color: #000;
}
body.rtl .page-header .header-container .language .language-btn {
  line-height: 43px;
}

.page-footer {
  background-color: #000;
  padding-top: 50px;
  padding-bottom: 20px;
}
.page-footer .footer-container {
  width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-footer .footer-container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-footer .footer-container .cop-con .top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #3c3c3b;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top {
    align-items: center;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .logo {
    margin-bottom: 20px;
    flex-direction: column;
  }
}
.page-footer .footer-container .cop-con .top .logo .footer-logo {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .logo .footer-logo img {
    max-width: 120px;
  }
}
.page-footer .footer-container .cop-con .top .logo .social-media {
  display: flex;
  align-items: center;
}
.page-footer .footer-container .cop-con .top .logo .social-media li {
  margin-right: 10px;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .logo .social-media li {
    margin-right: 5px;
  }
}
.page-footer .footer-container .cop-con .top .logo .social-media li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: 0.2s all ease-in-out;
}
.page-footer .footer-container .cop-con .top .logo .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-container .cop-con .top .logo .social-media li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.page-footer .footer-container .cop-con .top .logo .social-media li a:hover img {
  filter: invert(100%) sepia(100%) saturate(2%) hue-rotate(200deg) brightness(103%) contrast(101%);
}
.page-footer .footer-container .cop-con .top .navigation {
  width: 33%;
  color: #fff;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .navigation {
    display: none;
  }
}
.page-footer .footer-container .cop-con .top .navigation .footer-menu {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}
.page-footer .footer-container .cop-con .top .navigation .footer-menu li {
  width: 50%;
  line-height: 38px;
}
@media (max-width: 999px) {
  .page-footer .footer-container .cop-con .top .navigation .footer-menu li {
    line-height: 32px;
  }
}
.page-footer .footer-container .cop-con .top .navigation .footer-menu li a {
  font-size: 18px;
  color: #c6c6c6;
  transition: 0.2s all ease-in-out;
}
.page-footer .footer-container .cop-con .top .navigation .footer-menu li a:hover, .page-footer .footer-container .cop-con .top .navigation .footer-menu li a.active {
  color: #fff;
}
@media (max-width: 999px) {
  .page-footer .footer-container .cop-con .top .navigation .footer-menu li a {
    font-size: 14px;
  }
}
.page-footer .footer-container .cop-con .top .info {
  width: 21%;
}
@media (max-width: 1200px) {
  .page-footer .footer-container .cop-con .top .info {
    width: 25%;
  }
}
@media (max-width: 999px) {
  .page-footer .footer-container .cop-con .top .info {
    width: 30%;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .info {
    width: 100%;
  }
}
.page-footer .footer-container .cop-con .top .info ul {
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .info ul {
    flex-wrap: wrap;
  }
}
.page-footer .footer-container .cop-con .top .info ul li {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .page-footer .footer-container .cop-con .top .info ul li {
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .info ul li {
    margin-bottom: 20px;
    text-align: center;
    flex-direction: column;
  }
}
.page-footer .footer-container .cop-con .top .info ul li:last-child {
  margin-bottom: 0;
}
.page-footer .footer-container .cop-con .top .info ul li .icon {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .info ul li .icon {
    margin-bottom: 8px;
  }
}
.page-footer .footer-container .cop-con .top .info ul li p,
.page-footer .footer-container .cop-con .top .info ul li a {
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  width: calc(100% - 40px);
  padding-left: 12px;
}
@media (max-width: 999px) {
  .page-footer .footer-container .cop-con .top .info ul li p,
.page-footer .footer-container .cop-con .top .info ul li a {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .top .info ul li p,
.page-footer .footer-container .cop-con .top .info ul li a {
    width: 100%;
    padding: 0;
  }
}
body.rtl .page-footer .footer-container .cop-con .top .info ul li a {
  direction: ltr;
}
.page-footer .footer-container .cop-con .copyright {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  color: #fff;
  font-size: 13px;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .copyright {
    flex-direction: column;
  }
}
.page-footer .footer-container .cop-con .copyright p {
  direction: ltr;
}
@media (max-width: 767px) {
  .page-footer .footer-container .cop-con .copyright p {
    margin-bottom: 6px;
  }
}

/* Pages */
.page-content .section-title {
  margin-bottom: 60px;
}
.page-content .section-title .tagline {
  display: block;
  color: #E30613;
  letter-spacing: 2.6px;
  font-size: 13px;
  font-weight: 500;
  margin-bottom: 10px;
}
body.rtl .page-content .section-title .tagline {
  letter-spacing: 1.6px;
}
.page-content .section-title h3 {
  font-size: 49px;
  line-height: 68px;
  letter-spacing: 0.01px;
  color: #1D1D1B;
  margin-bottom: 25px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-content .section-title h3 {
    font-size: 39px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
.page-content .section-title h3 span {
  margin-left: 12px;
  display: inline-block;
  color: #E30613;
}
.page-content .section-title p {
  color: #706f6f;
  font-size: 16px;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-content .section-title p {
    width: 100%;
  }
}
.page-content .hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .hero::before {
  background-color: rgba(29, 29, 27, 0.7);
}
.page-content .hero .hero-content {
  position: relative;
  text-align: center;
  max-width: 730px;
  color: #fff;
}
@media (max-width: 767px) {
  .page-content .hero .hero-content {
    padding: 0 15px;
  }
}
.page-content .hero .hero-content .tagline {
  display: block;
  margin-bottom: 12px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2.6px;
}
body.rtl .page-content .hero .hero-content .tagline {
  letter-spacing: 1.6px;
}
.page-content .hero .hero-content h1 {
  font-size: 49px;
  line-height: 68px;
  font-weight: bold;
  letter-spacing: 0.01px;
  margin-bottom: 20px;
}
body.rtl .page-content .hero .hero-content h1 {
  margin-bottom: 25px;
}
.page-content .hero .hero-content h1 span {
  color: #E30613;
}
@media (max-width: 767px) {
  .page-content .hero .hero-content h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 10px;
  }
}
.page-content .hero .hero-content p {
  font-size: 17px;
  letter-spacing: 0.5px;
  line-height: 28px;
  margin-bottom: 40px;
  color: #dadada;
  padding: 0 65px;
}
body.rtl .page-content .hero .hero-content p {
  font-size: 18px;
}
@media (max-width: 767px) {
  .page-content .hero .hero-content p {
    padding: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.page-content .hero.internal {
  height: 500px;
  background-position: center;
}
.page-content .hero.internal .hero-content h1 {
  margin-bottom: 0;
}
.page-content .about {
  padding: 150px 0;
}
@media (max-width: 1200px) {
  .page-content .about {
    padding: 100px 0;
  }
}
.page-content .about .about-container {
  max-width: 1110px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .page-content .about .about-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 999px) {
  .page-content .about .about-container {
    flex-direction: column;
    align-items: flex-start;
  }
}
.page-content .about .about-container .content {
  display: inline-block;
  width: 50%;
  padding-right: 110px;
}
@media (max-width: 1200px) {
  .page-content .about .about-container .content {
    padding-right: 30px;
  }
}
@media (max-width: 999px) {
  .page-content .about .about-container .content {
    width: 100%;
    padding-right: 0px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .page-content .about .about-container .content {
    margin-bottom: 70px;
  }
}
.page-content .about .about-container .content span {
  display: block;
  text-transform: uppercase;
  font-size: 13px;
  color: #E30613;
  margin-bottom: 12px;
  font-weight: 500;
  letter-spacing: 2.6px;
}
@media (max-width: 999px) {
  .page-content .about .about-container .content span {
    margin-bottom: 0;
  }
}
body.rtl .page-content .about .about-container .content span {
  letter-spacing: 1.6px;
}
.page-content .about .about-container .content h2 {
  color: #1D1D1B;
  font-size: 49px;
  line-height: 68px;
  letter-spacing: 0.01px;
  margin-bottom: 30px;
  font-weight: bold;
}
@media (max-width: 999px) {
  .page-content .about .about-container .content h2 {
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-content .about .about-container .content h2 {
    font-size: 39px;
    line-height: 58px;
    margin-bottom: 10px;
  }
}
.page-content .about .about-container .content p {
  color: #706f6f;
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 50px;
}
@media (max-width: 999px) {
  .page-content .about .about-container .content p {
    margin-bottom: 30px;
  }
}
@media (max-width: 999px) {
  .page-content .about .about-container .image {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .page-content .about .about-container .image img {
    max-width: 100%;
  }
}
.page-content .clients {
  background-color: #fafafa;
  padding: 100px 0;
}
.page-content .clients .clients-container {
  max-width: 920px;
  margin: 0 auto;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-content .clients .clients-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
body.rtl .page-content .clients .clients-container .owl-carousel {
  direction: ltr;
}
.page-content .clients .clients-container .owl-carousel .owl-stage {
  pointer-events: none;
}
.page-content .clients .clients-container .owl-carousel .owl-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .clients .clients-container .owl-carousel .owl-item .item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-content .clients .clients-container .owl-carousel .owl-item .item img {
  width: auto !important;
  max-width: 100%;
}
.page-content .clients .clients-container .owl-carousel .owl-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}
.page-content .clients .clients-container .owl-carousel .owl-nav button {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #ededed;
  transition: 0.3s all ease-in-out;
}
.page-content .clients .clients-container .owl-carousel .owl-nav button span {
  font-size: 24px;
  position: relative;
  top: -3px;
  color: #706f6f;
}
.page-content .clients .clients-container .owl-carousel .owl-nav button:hover {
  background-color: #E30613;
}
.page-content .clients .clients-container .owl-carousel .owl-nav button:hover span {
  color: #fff;
}
.page-content .clients .clients-container .owl-carousel .owl-dots {
  display: none !important;
}
.page-content .services {
  padding: 100px 0;
}
.page-content .services .section-title {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .page-content .services .section-title {
    margin-bottom: 50px;
  }
}
.page-content .services .section-title h3 {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-content .services .section-title h3 {
    font-size: 33px;
    line-height: 40px;
  }
}
.page-content .services .section-title p {
  width: 50%;
}
@media (max-width: 999px) {
  .page-content .services .section-title p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .page-content .services .section-title p {
    width: 100%;
  }
}
.page-content .services .services-container {
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content .services .services-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
.page-content .services .services-container .services-widget {
  display: flex;
  align-items: center;
  padding: 0 95px;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .page-content .services .services-container .services-widget {
    padding: 0;
  }
}
@media (max-width: 999px) {
  .page-content .services .services-container .services-widget {
    flex-direction: column-reverse;
  }
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget {
    margin-bottom: 50px;
  }
}
.page-content .services .services-container .services-widget .content {
  width: 60%;
  padding-right: 110px;
}
@media (max-width: 999px) {
  .page-content .services .services-container .services-widget .content {
    width: 100%;
    padding-right: 0px;
  }
}
.page-content .services .services-container .services-widget .content .title h4 {
  color: #E30613;
  font-size: 25px;
  font-weight: 700;
}
body.rtl .page-content .services .services-container .services-widget .content .title h4 {
  font-size: 28px;
  margin-bottom: 10px;
}
.page-content .services .services-container .services-widget .content .title h5 {
  color: #1D1D1B;
  font-size: 25px;
  margin-bottom: 25px;
  font-weight: 700;
}
body.rtl .page-content .services .services-container .services-widget .content .title h5 {
  font-size: 18px;
  margin-bottom: 15px;
}
.page-content .services .services-container .services-widget .content .title p {
  font-size: 16px;
  color: #706f6f;
  line-height: 28px;
  margin-bottom: 50px;
}
.page-content .services .services-container .services-widget .image {
  width: 40%;
}
.page-content .services .services-container .services-widget .image img {
  max-width: 350px;
  min-height: 600px;
  border-radius: 260px;
  object-fit: cover;
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget .image img {
    max-width: 80%;
    min-height: 550px;
  }
}
@media (max-width: 1200px) {
  .page-content .services .services-container .services-widget .image {
    text-align: right;
  }
}
@media (max-width: 999px) {
  .page-content .services .services-container .services-widget .image {
    display: none;
  }
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget .image {
    width: 100%;
    margin-bottom: 50px;
    display: block;
    text-align: center;
  }
}
.page-content .services .services-container .services-widget.logistics {
  padding: 0;
  margin-bottom: 0px;
  flex-direction: row-reverse;
  align-items: flex-start;
}
@media (max-width: 999px) {
  .page-content .services .services-container .services-widget.logistics {
    flex-direction: column-reverse;
  }
}
.page-content .services .services-container .services-widget.logistics .content {
  width: 57%;
  padding-right: 0px;
  padding-left: 90px;
}
@media (max-width: 1200px) {
  .page-content .services .services-container .services-widget.logistics .content {
    width: 55%;
    padding-left: 30px;
  }
}
@media (max-width: 999px) {
  .page-content .services .services-container .services-widget.logistics .content {
    width: 100%;
    padding-left: 0;
  }
}
.page-content .services .services-container .services-widget.logistics .content .services-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-content .services .services-container .services-widget.logistics .content .services-tabs li {
  display: inline-flex;
  align-items: center;
  width: 47%;
  border-radius: 10px;
  background-color: rgba(29, 29, 27, 0.03);
  padding: 13px 20px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget.logistics .content .services-tabs li {
    width: 49%;
    border-radius: 4px;
    padding: 12px 10px;
  }
}
.page-content .services .services-container .services-widget.logistics .content .services-tabs li img {
  display: inline-block;
  margin-right: 12px;
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget.logistics .content .services-tabs li img {
    max-width: 33px;
  }
}
.page-content .services .services-container .services-widget.logistics .content .services-tabs li span {
  font-size: 16px;
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget.logistics .content .services-tabs li span {
    font-size: 13px;
  }
}
.page-content .services .services-container .services-widget.logistics .image {
  width: 43%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .page-content .services .services-container .services-widget.logistics .image {
    width: 45%;
  }
}
@media (max-width: 999px) {
  .page-content .services .services-container .services-widget.logistics .image {
    display: flex;
    width: 62%;
    margin: 0 auto 110px;
  }
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget.logistics .image {
    width: 100%;
  }
}
.page-content .services .services-container .services-widget.logistics .image img {
  position: relative;
  max-width: 226px;
  min-height: 516px;
  border-radius: 140px;
  object-fit: cover;
}
.page-content .services .services-container .services-widget.logistics .image img:nth-child(2) {
  top: 100px;
}
@media (max-width: 1200px) {
  .page-content .services .services-container .services-widget.logistics .image img {
    padding: 0 5px;
  }
}
@media (max-width: 767px) {
  .page-content .services .services-container .services-widget.logistics .image img {
    max-width: 172px;
    min-height: 416px;
  }
}
.page-content .why {
  background: #E30613 url(../images/Icons-Illistrations/tourist_attractions_w.png)/*tpa=http://31.220.21.121/safar/wp-content/themes/safar/assets/images/Icons-Illistrations/tourist_attractions_w.png*/ no-repeat bottom center;
  padding: 130px 0 100px;
}
@media (max-width: 999px) {
  .page-content .why {
    padding: 100px 0;
    background-size: contain;
  }
}
.page-content .why .why-container {
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content .why .why-container {
    max-width: 100%;
    padding: 0 15px;
  }
}
@media (max-width: 999px) {
  .page-content .why .why-container {
    padding: 0;
  }
}
.page-content .why .why-container .title {
  text-align: center;
  color: #fff;
  width: 70%;
  margin: 0 auto 100px;
}
@media (max-width: 999px) {
  .page-content .why .why-container .title {
    width: 90%;
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-content .why .why-container .title {
    width: 100%;
    margin: 0 auto 50px;
  }
}
.page-content .why .why-container .title h4 {
  font-size: 49px;
  line-height: 68px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-content .why .why-container .title h4 {
    font-size: 38px;
    line-height: 45px;
  }
}
.page-content .why .why-container .title p {
  font-size: 16px;
  color: #ededed;
  letter-spacing: 0.01px;
  line-height: 28px;
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .page-content .why .why-container .title p {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .page-content .why .why-container .title p {
    width: 100%;
  }
}
.page-content .why .why-container .why-tabs {
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-content .why .why-container .why-tabs {
    margin-bottom: 50px;
  }
}
.page-content .why .why-container .why-tabs ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 999px) {
  .page-content .why .why-container .why-tabs ul {
    flex-wrap: nowrap;
    overflow: auto;
    padding: 0 15px;
  }
  .page-content .why .why-container .why-tabs ul::-webkit-scrollbar {
    display: none;
  }
}
.page-content .why .why-container .why-tabs ul li {
  display: flex;
  flex-direction: column;
  background-color: #E30613;
  border: 1px solid #ffffff;
  border-radius: 10px;
  padding: 20px;
  width: calc(20% - 15px);
  transition: 0.2s all ease-in-out;
}
@media (max-width: 999px) {
  .page-content .why .why-container .why-tabs ul li {
    width: auto;
    flex: 0 0 33.3333333333%;
    margin-left: 15px;
  }
  .page-content .why .why-container .why-tabs ul li:first-child {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-content .why .why-container .why-tabs ul li {
    flex: 0 0 max-content;
    max-width: 80%;
  }
}
.page-content .why .why-container .why-tabs ul li .image {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(253, 236, 229, 0.2);
  margin-bottom: 15px;
  border-radius: 10px;
  transition: 0.2s all ease-in-out;
}
.page-content .why .why-container .why-tabs ul li .image img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(73deg) brightness(103%) contrast(103%);
}
.page-content .why .why-container .why-tabs ul li h6 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 10px;
  transition: 0.2s all ease-in-out;
}
.page-content .why .why-container .why-tabs ul li p {
  color: #fff;
  font-size: 13px;
  line-height: 24px;
  transition: 0.2s all ease-in-out;
}
.page-content .why .why-container .why-tabs ul li:hover {
  background-color: #fff;
}
.page-content .why .why-container .why-tabs ul li:hover .image {
  background-color: #fdece5;
}
.page-content .why .why-container .why-tabs ul li:hover .image img {
  filter: invert(16%) sepia(55%) saturate(6958%) hue-rotate(350deg) brightness(86%) contrast(109%);
}
.page-content .why .why-container .why-tabs ul li:hover h6 {
  color: #1D1D1B;
}
.page-content .why .why-container .why-tabs ul li:hover p {
  color: #706f6f;
}
.page-content .why .why-container .cta {
  text-align: center;
}
.page-content .why .why-container .cta .btn {
  background-color: #fff;
  color: #E30613;
}
.page-content .why .why-container .cta .btn:hover {
  color: #fff;
  background-color: #B6050F;
}
.page-content .process {
  background-color: #fafafa;
  padding: 100px 0 230px;
}
@media (max-width: 1200px) {
  .page-content .process {
    padding: 100px 0;
  }
}
.page-content .process .title {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 1200px) {
  .page-content .process .title {
    margin-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .page-content .process .title {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}
.page-content .process .title h4 {
  color: #1D1D1B;
  font-size: 49px;
  line-height: 68px;
  font-weight: 700;
  letter-spacing: 0.01px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .page-content .process .title h4 {
    font-size: 42px;
    line-height: 38px;
  }
}
.page-content .process .title p {
  font-size: 16px;
  color: #706f6f;
}
@media (max-width: 767px) {
  .page-content .process .title p {
    line-height: 30px;
  }
}
.page-content .process .process-container {
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content .process .process-container {
    max-width: 100%;
  }
}
.page-content .process .process-container .process-cycle {
  width: 500px;
  height: 500px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content .process .process-container .process-cycle {
    width: auto;
    height: auto;
  }
}
.page-content .process .process-container .process-cycle .steps {
  background: url(../images/Icons-Illistrations/our-rocess/full-circle.png)/*tpa=http://31.220.21.121/safar/wp-content/themes/safar/assets/images/Icons-Illistrations/our-rocess/full-circle.png*/ no-repeat center center;
  border: 1px solid rgba(198, 198, 198, 0.35);
  position: relative;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content .process .process-container .process-cycle .steps {
    padding: 0 15px;
    background: none;
    width: auto;
    height: auto;
    border: none;
    display: flex;
    align-items: center;
    overflow: auto;
    border-radius: 0;
  }
  .page-content .process .process-container .process-cycle .steps::-webkit-scrollbar {
    display: none;
  }
}
.page-content .process .process-container .process-cycle .steps li {
  position: relative;
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
}
.page-content .process .process-container .process-cycle .steps li .icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 88px;
  height: 88px;
  background-color: #ededed;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-content .process .process-container .process-cycle .steps li .icon {
    width: 68px;
    height: 68px;
  }
}
.page-content .process .process-container .process-cycle .steps li .icon span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  width: 64px;
  height: 64px;
  border: 1px solid #dadada;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-content .process .process-container .process-cycle .steps li .icon span {
    width: 54px;
    height: 54px;
  }
}
.page-content .process .process-container .process-cycle .steps li .icon span img {
  max-width: 100%;
}
@media (max-width: 767px) {
  .page-content .process .process-container .process-cycle .steps li .icon span img {
    max-width: 60%;
  }
}
.page-content .process .process-container .process-cycle .steps li .content {
  display: inline-block;
  padding-right: 30px;
  text-align: right;
  font-weight: 700;
}
.page-content .process .process-container .process-cycle .steps li .content span {
  display: block;
  color: #E30613;
  font-size: 20px;
  margin-bottom: 6px;
}
.page-content .process .process-container .process-cycle .steps li .content p {
  color: #1D1D1B;
  font-size: 20px;
}
.page-content .process .process-container .process-cycle .steps li:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  background-color: #E30613;
  border-radius: 50%;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(1) {
  left: -146px;
}
body.rtl .page-content .process .process-container .process-cycle .steps li:nth-child(1) {
  left: -162px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(1)::before {
  right: -15px;
  bottom: 10px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(2) {
  left: -324px;
  top: 170px;
}
body.rtl .page-content .process .process-container .process-cycle .steps li:nth-child(2) {
  left: -286px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(2)::before {
  right: -25px;
  bottom: 35px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(3) {
  width: 90%;
  left: -310px;
  top: 348px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(3)::before {
  right: -5px;
  bottom: 85px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(3) .content {
  width: calc(100% - 100px);
}
.page-content .process .process-container .process-cycle .steps li:nth-child(4) {
  flex-direction: column;
  width: 90%;
  left: 27px;
  bottom: -209px;
}
body.rtl .page-content .process .process-container .process-cycle .steps li:nth-child(4) {
  bottom: -184px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(4)::before {
  left: 179px;
  top: -25px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(4) .icon {
  margin-bottom: 20px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(4) .content {
  text-align: center;
  padding: 0;
  width: calc(100% - 100px);
}
.page-content .process .process-container .process-cycle .steps li:nth-child(5) {
  flex-direction: row;
  width: 90%;
  right: -311px;
  top: 348px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(5)::before {
  left: -6px;
  bottom: 85px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(5) .content {
  padding-left: 30px;
  padding-right: 0;
  text-align: left;
  width: calc(100% - 90px);
}
.page-content .process .process-container .process-cycle .steps li:nth-child(6) {
  flex-direction: row;
  align-items: flex-start;
  right: -629px;
  top: 170px;
}
body.rtl .page-content .process .process-container .process-cycle .steps li:nth-child(6) {
  right: -545px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(6)::before {
  left: -25px;
  bottom: 53px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(6) .content {
  padding-left: 30px;
  padding-right: 0;
  text-align: left;
  width: calc(100% - 320px);
}
.page-content .process .process-container .process-cycle .steps li:nth-child(7) {
  flex-direction: row;
  right: -793px;
  top: -8px;
}
body.rtl .page-content .process .process-container .process-cycle .steps li:nth-child(7) {
  right: -581px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(7)::before {
  left: -15px;
  bottom: 20px;
}
.page-content .process .process-container .process-cycle .steps li:nth-child(7) .content {
  padding-left: 30px;
  padding-right: 0;
  text-align: left;
  width: calc(100% - 550px);
}
body.rtl .page-content .process .process-container .process-cycle .steps li:nth-child(7) .content {
  width: calc(100% - 370px);
}
@media (max-width: 1200px) {
  .page-content .process .process-container .process-cycle .steps li {
    position: relative;
    top: auto !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
    flex-direction: row !important;
    align-items: center !important;
    width: auto !important;
    flex: 0 0 auto;
    max-width: 40%;
    margin-right: 50px;
    padding-left: 25px;
  }
  .page-content .process .process-container .process-cycle .steps li:last-child {
    margin-right: 0;
  }
  .page-content .process .process-container .process-cycle .steps li .content {
    width: calc(100% - 88px) !important;
    text-align: left !important;
    padding-left: 20px !important;
  }
  .page-content .process .process-container .process-cycle .steps li::before {
    right: auto !important;
    left: 0 !important;
    bottom: auto !important;
    top: auto !important;
    margin: auto;
  }
}
@media (max-width: 999px) {
  .page-content .process .process-container .process-cycle .steps li {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .page-content .process .process-container .process-cycle .steps li {
    flex: 0 0 max-content;
    max-width: 100%;
    margin-right: 40px;
    padding-left: 20px;
  }
  .page-content .process .process-container .process-cycle .steps li .content {
    width: calc(100% - 68px) !important;
    padding-left: 15px !important;
    font-weight: 600;
  }
  .page-content .process .process-container .process-cycle .steps li .content span {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .page-content .process .process-container .process-cycle .steps li .content p {
    font-size: 14px;
  }
}
.page-content .subscribe {
  position: relative;
  background: url(../images/pictures/subscribe-bg.jpg)/*tpa=http://31.220.21.121/safar/wp-content/themes/safar/assets/images/pictures/subscribe-bg.jpg*/ no-repeat 50% 50%;
  padding: 95px 0;
  background-size: cover;
}
@media (max-width: 999px) {
  .page-content .subscribe {
    background: url(../images/pictures/subscribe-bg.jpg)/*tpa=http://31.220.21.121/safar/wp-content/themes/safar/assets/images/pictures/subscribe-bg.jpg*/ no-repeat 0% 50%;
    background-attachment: fixed;
    background-size: cover !important;
  }
}
body.rtl .page-content .subscribe {
  transform: scaleX(-1);
}
.page-content .subscribe .subscribe-container {
  max-width: 920px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 999px) {
  .page-content .subscribe .subscribe-container {
    position: relative;
    align-items: center;
    padding: 0 15px;
  }
}
body.rtl .page-content .subscribe .subscribe-container {
  transform: scaleX(-1);
}
.page-content .subscribe .subscribe-container .title h3 {
  width: 60%;
  font-size: 39px;
  font-weight: 700;
  color: #1D1D1B;
  line-height: 56px;
  margin-bottom: 20px;
}
@media (max-width: 999px) {
  .page-content .subscribe .subscribe-container .title h3 {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .page-content .subscribe .subscribe-container .title h3 {
    width: 100%;
    font-size: 38px;
    line-height: 42px;
  }
}
.page-content .subscribe .subscribe-container .title p {
  font-size: 16px;
  color: #706f6f;
  margin-bottom: 30px;
}
@media (max-width: 999px) {
  .page-content .subscribe .subscribe-container .title p {
    color: #fff;
  }
}
@media (max-width: 767px) {
  .page-content .subscribe .subscribe-container .title p {
    line-height: 26px;
  }
}
.page-content .subscribe .subscribe-container form {
  position: relative;
}
.page-content .subscribe .subscribe-container form .input-group input[type=email] {
  display: block;
  width: 100%;
  padding: 0 20px;
  height: 64px;
  line-height: 64px;
  background-color: #fff;
  border-radius: 40px;
  font-size: 16px;
  color: #b2b2b2;
}
@media (max-width: 767px) {
  .page-content .subscribe .subscribe-container form .input-group input[type=email] {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
  }
}
.page-content .subscribe .subscribe-container form .input-group input[type=email]::placeholder {
  font-size: 16px;
  color: #b2b2b2;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .page-content .subscribe .subscribe-container form .input-group input[type=email]::placeholder {
    font-size: 14px;
  }
}
.page-content .subscribe .subscribe-container form .input-group input[type=email]:focus::placeholder {
  opacity: 0;
}
.page-content .subscribe .subscribe-container form .input-group input[type=button] {
  font-size: 13px;
  height: 48px;
  line-height: 48px;
  letter-spacing: 0.65px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 8px;
  margin: auto;
  padding: 0 20px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-content .subscribe .subscribe-container form .input-group input[type=button] {
    font-size: 12px;
    height: 38px;
    line-height: 38px;
    padding: 0 12px;
  }
}
@media (max-width: 999px) {
  .page-content .subscribe::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
  }
}
.page-content .partners {
  padding: 100px 0;
}
@media (max-width: 767px) {
  .page-content .partners {
    padding: 80px 0 70px;
  }
}
.page-content .partners .partners-container {
  max-width: 920px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .page-content .partners .partners-container {
    padding: 0 15px;
  }
}
.page-content .partners .partners-container .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-content .partners .partners-container .section-title {
    margin-bottom: 40px;
  }
}
.page-content .partners .partners-container .partners-logos {
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .page-content .partners .partners-container .partners-logos li {
    display: inline-block;
    width: 50%;
    text-align: center;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) {
  .page-content .partners .partners-container .partners-logos li img {
    max-width: 120px;
  }
}
.page-content .contact-section {
  background-color: #fbfbfb;
  padding: 100px 0;
}
.page-content .contact-section .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-content .contact-section .section-title {
    padding: 0 15px;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid {
  width: 1110px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0px 3px 16px #0000000a;
  border-radius: 20px;
  padding: 50px 45px;
}
@media (max-width: 1200px) {
  .page-content .contact-section .contact-form-area .caldera-grid {
    width: 95%;
  }
}
@media (max-width: 999px) {
  .page-content .contact-section .contact-form-area .caldera-grid {
    padding: 50px 20px;
  }
}
@media (max-width: 767px) {
  .page-content .contact-section .contact-form-area .caldera-grid {
    padding: 40px 15px;
    border-radius: 16px;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid form .row {
  margin: 0;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group {
  display: inline-block;
  width: 49%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group {
    width: 100%;
    margin-bottom: 22px;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group:last-of-type {
  margin-bottom: 0;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group#fld_7683514_1-wrap, .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap {
  width: 100%;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group label {
  color: #1D1D1B;
  font-size: 16px;
  margin-bottom: 16px;
  font-weight: 400;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group label .field_required {
  display: none;
}
@media (max-width: 767px) {
  .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group label {
    font-size: 14px;
    margin-bottom: 8px;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea {
  border: 1px solid #dadada;
  background-color: #fff !important;
  box-shadow: none !important;
  border-radius: 10px;
  padding: 22px 24px;
  font-size: 16px;
  color: #1D1D1B !important;
  height: 64px;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
@media (max-width: 767px) {
  .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea {
    padding: 12px 15px;
    height: 54px;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input::placeholder,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea::placeholder {
  color: #706f6f;
  transition: 0.2s all ease-in-out;
}
@media (max-width: 767px) {
  .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input::placeholder,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea::placeholder {
    font-size: 14px;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input:focus,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea:focus {
  box-shadow: none;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input:focus::placeholder,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea:focus::placeholder {
  opacity: 0;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input::-webkit-outer-spin-button, .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input::-webkit-inner-spin-button,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea::-webkit-outer-spin-button,
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group input[type=number],
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea[type=number] {
  -moz-appearance: textfield;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group textarea {
  height: 170px;
  resize: none;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div {
  text-align: right;
}
@media (max-width: 767px) {
  .page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div {
    text-align: center;
  }
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div input {
  background-color: #E30613 !important;
  color: #fff !important;
  outline: none !important;
  border-radius: 30px;
  height: 56px;
  line-height: 56px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.8px;
  padding: 0 103px;
}
.page-content .contact-section .contact-form-area .caldera-grid form .row .single .form-group#fld_7908577_1-wrap div input:hover {
  background-color: #B6050F !important;
}
.page-content .contact-section .contact-form-area .caldera-grid .alert-success {
  margin: 0 !important;
  background-color: #08a24f;
  color: #fff;
  text-shadow: none;
  padding: 20px 15px;
  font-size: 22px;
  border-radius: 4px;
  font-weight: 600;
}

.page-content.about-page .about .about-container {
  align-items: flex-start;
}
.page-content.about-page .about .about-container .content h2 span {
  display: inline-block;
  text-transform: capitalize;
  font-size: 49px;
  line-height: 68px;
  letter-spacing: 0.01px;
  font-weight: bold;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .page-content.about-page .about .about-container .content h2 span {
    font-size: 39px;
    line-height: 58px;
  }
}
@media (max-width: 999px) {
  .page-content.about-page .about .about-container .content p {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .about .about-container .content p {
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .about .about-container .content {
    margin-bottom: 40px;
  }
}
.page-content.about-page .about .about-container .image {
  width: 43%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .page-content.about-page .about .about-container .image {
    width: 47%;
  }
}
@media (max-width: 999px) {
  .page-content.about-page .about .about-container .image {
    width: 64%;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .about .about-container .image {
    width: 100%;
  }
}
.page-content.about-page .about .about-container .image img {
  position: relative;
  max-width: 226px;
  min-height: 516px;
  border-radius: 140px;
  object-fit: cover;
}
.page-content.about-page .about .about-container .image img:nth-child(1) {
  top: 100px;
}
@media (max-width: 767px) {
  .page-content.about-page .about .about-container .image img {
    padding: 0 5px;
    max-width: 172px;
    min-height: 416px;
  }
}
.page-content.about-page .mission-vision {
  background-color: #fafafa;
  padding: 100px 0;
  font-size: 0;
}
.page-content.about-page .mission-vision .widget-container {
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  .page-content.about-page .mission-vision .widget-container {
    padding: 0 15px !important;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container {
    flex-direction: column;
    margin-bottom: 30px;
  }
  .page-content.about-page .mission-vision .widget-container:last-child {
    margin-bottom: 0;
  }
}
.page-content.about-page .mission-vision .widget-container .content {
  width: 48.2%;
  padding-right: 70px;
}
@media (max-width: 1200px) {
  .page-content.about-page .mission-vision .widget-container .content {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container .content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.page-content.about-page .mission-vision .widget-container .content h4 {
  color: #1D1D1B;
  font-size: 31px;
  line-height: 44px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container .content h4 {
    margin-bottom: 6px;
  }
}
.page-content.about-page .mission-vision .widget-container .content p {
  color: #706f6f;
  font-size: 16px;
  line-height: 28px;
}
.page-content.about-page .mission-vision .widget-container .image {
  position: relative;
}
@media (max-width: 1200px) {
  .page-content.about-page .mission-vision .widget-container .image {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container .image {
    width: 100%;
  }
}
.page-content.about-page .mission-vision .widget-container .image img {
  max-width: 555px;
  height: 400px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .page-content.about-page .mission-vision .widget-container .image img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container .image img {
    border-radius: 4px !important;
  }
}
.page-content.about-page .mission-vision .widget-container .image span {
  position: absolute;
  width: 45px;
  height: 40px;
  border: 3px solid #E30613;
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container .image span {
    display: none;
  }
}
.page-content.about-page .mission-vision .widget-container:first-child {
  padding-left: 40px;
}
.page-content.about-page .mission-vision .widget-container:first-child .image img {
  border-radius: 20px 20px 20px 0px;
}
body.rtl .page-content.about-page .mission-vision .widget-container:first-child .image img {
  border-radius: 20px 20px 0 20px;
}
.page-content.about-page .mission-vision .widget-container:first-child .image span.sharp {
  width: 18px;
  height: 18px;
  border-top: 0px;
  border-right: 0px;
  bottom: 0;
  left: 0;
}
.page-content.about-page .mission-vision .widget-container:first-child .image span.borderd {
  border-radius: 0px 20px 0px 0px;
  top: 0;
  right: 0;
  border-left: 0px;
  border-bottom: 0px;
}
body.rtl .page-content.about-page .mission-vision .widget-container:first-child .image span.borderd {
  border-radius: 20px 0px 0px 0px;
}
.page-content.about-page .mission-vision .widget-container:last-child {
  padding-right: 40px;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container:last-child {
    flex-direction: column;
  }
}
.page-content.about-page .mission-vision .widget-container:last-child .content {
  padding-left: 70px;
}
@media (max-width: 767px) {
  .page-content.about-page .mission-vision .widget-container:last-child .content {
    padding: 0;
  }
}
.page-content.about-page .mission-vision .widget-container:last-child .image img {
  border-radius: 20px 0px 20px 20px;
}
body.rtl .page-content.about-page .mission-vision .widget-container:last-child .image img {
  border-radius: 0 20px 20px 20px;
}
.page-content.about-page .mission-vision .widget-container:last-child .image span.sharp {
  width: 18px;
  height: 18px;
  border-bottom: 0px;
  border-left: 0px;
  top: 0;
  right: 0;
}
.page-content.about-page .mission-vision .widget-container:last-child .image span.borderd {
  border-radius: 0px 0px 0px 20px;
  bottom: 0;
  left: 0;
  border-right: 0px;
  border-top: 0px;
}
body.rtl .page-content.about-page .mission-vision .widget-container:last-child .image span.borderd {
  border-radius: 0px 0px 20px 0px;
}
.page-content.about-page .clients {
  background-color: #fff;
}

.page-content.services-page .glance {
  padding: 100px 0 150px;
}
@media (max-width: 767px) {
  .page-content.services-page .glance {
    padding: 60px 0;
  }
}
.page-content.services-page .glance .container {
  width: 920px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content.services-page .glance .container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-content.services-page .glance .container .glance-container {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-content.services-page .glance .container .glance-container {
    flex-direction: column;
  }
}
.page-content.services-page .glance .container .glance-container .content {
  width: 60%;
  padding-right: 110px;
}
@media (max-width: 1200px) {
  .page-content.services-page .glance .container .glance-container .content {
    width: 50%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .glance .container .glance-container .content {
    width: 100%;
    margin-bottom: 50px;
  }
}
.page-content.services-page .glance .container .glance-container .content h2 {
  font-size: 49px;
  line-height: 68px;
  font-weight: bold;
  margin-bottom: 30px;
}
.page-content.services-page .glance .container .glance-container .content h2 span {
  display: block;
  color: #E30613;
}
body.rtl .page-content.services-page .glance .container .glance-container .content h2 span {
  display: inline-block;
}
@media (max-width: 1200px) {
  .page-content.services-page .glance .container .glance-container .content h2 {
    font-size: 40px;
    line-height: 51px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .glance .container .glance-container .content h2 {
    font-size: 35px;
    line-height: 45px;
  }
}
.page-content.services-page .glance .container .glance-container .content p {
  color: #706f6f;
  font-size: 16px;
  line-height: 28px;
}
.page-content.services-page .glance .container .glance-container .image {
  width: 40%;
}
.page-content.services-page .glance .container .glance-container .image img {
  max-width: 350px;
  min-height: 600px;
  border-radius: 260px;
  object-fit: cover;
}
@media (max-width: 1200px) {
  .page-content.services-page .glance .container .glance-container .image img {
    max-width: 280px;
    min-height: 530px;
  }
}
@media (max-width: 1200px) {
  .page-content.services-page .glance .container .glance-container .image {
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .glance .container .glance-container .image {
    width: 100%;
    text-align: center;
  }
}
.page-content.services-page .logistics-services-info .container {
  width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content.services-page .logistics-services-info .container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-content.services-page .logistics-services-info .container .section-title {
  text-align: center;
}
@media (max-width: 767px) {
  .page-content.services-page .logistics-services-info .container .section-title {
    text-align: left;
  }
}
.page-content.services-page .logistics-services-info .container .section-title span {
  margin: 0;
}
.page-content.services-page .logistics-services-info .container .section-title p {
  width: 70%;
}
@media (max-width: 767px) {
  .page-content.services-page .logistics-services-info .container .section-title p {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .logistics-services-info .container .section-title h3 {
    font-size: 33px;
    line-height: 42px;
  }
}
.page-content.services-page .logistics-services-info .tabs {
  background: #ededed url(../images/Icons-Illistrations/tourist_attractions_g.png)/*tpa=http://31.220.21.121/safar/wp-content/themes/safar/assets/images/Icons-Illistrations/tourist_attractions_g.png*/ no-repeat bottom center;
  padding: 0 0 25px;
  margin-top: 140px;
}
@media (max-width: 999px) {
  .page-content.services-page .logistics-services-info .tabs {
    padding: 0;
    background-size: contain;
  }
}
.page-content.services-page .logistics-services-info .tabs .services-tabs {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -7px;
  top: -75px;
}
@media (max-width: 1200px) {
  .page-content.services-page .logistics-services-info .tabs .services-tabs {
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .logistics-services-info .tabs .services-tabs {
    overflow: auto;
    flex-wrap: nowrap;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .page-content.services-page .logistics-services-info .tabs .services-tabs::-webkit-scrollbar {
    display: none;
  }
}
.page-content.services-page .logistics-services-info .tabs .services-tabs li {
  display: inline-flex;
  box-shadow: 6px 6px 20px #e306130f;
  border-radius: 10px;
  background-color: #fff;
  width: calc(33.3333333333% - 15px);
  padding: 25px;
  margin-bottom: 30px;
}
@media (max-width: 1200px) {
  .page-content.services-page .logistics-services-info .tabs .services-tabs li {
    width: calc(50% - 10px);
  }
}
@media (max-width: 767px) {
  .page-content.services-page .logistics-services-info .tabs .services-tabs li {
    flex: 0 0 max-content;
    max-width: 90%;
    margin-right: 15px;
    margin-bottom: 0;
  }
  .page-content.services-page .logistics-services-info .tabs .services-tabs li:last-child {
    margin-right: 0;
  }
}
.page-content.services-page .logistics-services-info .tabs .services-tabs li .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff5f0;
}
.page-content.services-page .logistics-services-info .tabs .services-tabs li .icon img {
  max-width: 30px;
}
.page-content.services-page .logistics-services-info .tabs .services-tabs li .content {
  display: inline-block;
  width: calc(100% - 50px);
  padding-left: 20px;
}
.page-content.services-page .logistics-services-info .tabs .services-tabs li .content span {
  display: block;
  color: #1D1D1B;
  font-size: 16px;
  margin-bottom: 6px;
}
.page-content.services-page .logistics-services-info .tabs .services-tabs li .content p {
  font-size: 13px;
  color: #706f6f;
  line-height: 24px;
}
.page-content.services-page .recuitment-services-info {
  padding: 100px 0;
}
.page-content.services-page .recuitment-services-info .container {
  width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content.services-page .recuitment-services-info .container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-content.services-page .recuitment-services-info .rec-serv-con {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .page-content.services-page .recuitment-services-info .rec-serv-con {
    flex-direction: column;
  }
}
.page-content.services-page .recuitment-services-info .rec-serv-con .content {
  width: 70%;
  padding-right: 140px;
}
@media (max-width: 767px) {
  .page-content.services-page .recuitment-services-info .rec-serv-con .content {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
}
.page-content.services-page .recuitment-services-info .rec-serv-con .content h3 {
  font-size: 49px;
  line-height: 68px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .page-content.services-page .recuitment-services-info .rec-serv-con .content h3 {
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 15px;
  }
}
.page-content.services-page .recuitment-services-info .rec-serv-con .content h3 span {
  display: block;
  color: #E30613;
}
body.rtl .page-content.services-page .recuitment-services-info .rec-serv-con .content h3 span {
  display: inline-block;
}
.page-content.services-page .recuitment-services-info .rec-serv-con .content p {
  color: #706f6f;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .page-content.services-page .recuitment-services-info .rec-serv-con .content p {
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 30px;
  }
}
.page-content.services-page .recuitment-services-info .rec-serv-con .cards {
  width: 48%;
}
@media (max-width: 767px) {
  .page-content.services-page .recuitment-services-info .rec-serv-con .cards {
    width: 100%;
  }
}
.page-content.services-page .recuitment-services-info .rec-serv-con .cards .card {
  padding: 25px;
  background-color: #fff;
  border: 1px solid #ededed;
  border-radius: 10px;
  margin-bottom: 30px;
}
.page-content.services-page .recuitment-services-info .rec-serv-con .cards .card:last-child {
  margin-bottom: 0;
}
.page-content.services-page .recuitment-services-info .rec-serv-con .cards .card .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #fff5f0;
  margin-bottom: 20px;
}
.page-content.services-page .recuitment-services-info .rec-serv-con .cards .card span {
  display: block;
  margin-bottom: 10px;
  color: #1D1D1B;
  font-size: 16px;
}
.page-content.services-page .recuitment-services-info .rec-serv-con .cards .card p {
  font-size: 13px;
  line-height: 24px;
  color: #706f6f;
}
.page-content.services-page .why .title {
  margin: 0 auto 80px;
}
.page-content.services-page .why .options {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .page-content.services-page .why .options {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .why .options {
    flex-direction: column;
  }
}
.page-content.services-page .why .options .card {
  width: 48%;
  display: inline-block;
  border-radius: 20px;
  box-shadow: 1px 3px 20px #0000000f;
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-content.services-page .why .options .card {
    width: 100%;
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .page-content.services-page .why .options .card:last-child {
    margin-bottom: 0;
  }
}
.page-content.services-page .why .options .card .card-image img {
  max-width: 100%;
  min-height: 410px;
  object-fit: cover;
  border-radius: 20px 20px 0px 0px;
}
@media (max-width: 1200px) {
  .page-content.services-page .why .options .card .card-image img {
    min-height: 300px;
  }
}
@media (max-width: 767px) {
  .page-content.services-page .why .options .card .card-image img {
    border-radius: 10px 10px 0px 0px;
  }
}
.page-content.services-page .why .options .card .content {
  padding: 30px;
}
@media (max-width: 767px) {
  .page-content.services-page .why .options .card .content {
    padding: 15px 20px 40px;
  }
}
.page-content.services-page .why .options .card .content h5 {
  font-size: 31px;
  font-weight: bold;
  color: #1D1D1B;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .page-content.services-page .why .options .card .content h5 {
    font-size: 26px;
    margin-bottom: 5px;
  }
}
.page-content.services-page .why .options .card .content p {
  color: #706f6f;
  font-size: 16px;
  line-height: 28px;
}
@media (max-width: 767px) {
  .page-content.services-page .why .options .card .content p {
    font-size: 14px;
    line-height: 26px;
  }
}

.page-content.page-careers .hr-intro {
  padding: 100px 0 40px;
  text-align: center;
  border-bottom: 1px solid rgba(60, 60, 59, 0.1);
  margin-bottom: 80px;
}
@media (max-width: 767px) {
  .page-content.page-careers .hr-intro {
    padding: 60px 0;
    margin-bottom: 60px;
  }
}
.page-content.page-careers .hr-intro .hr-image {
  text-align: center;
  margin-bottom: 10px;
}
.page-content.page-careers .hr-intro .hr-image img {
  height: 131px;
  width: 131px;
  border-radius: 50%;
}
.page-content.page-careers .hr-intro p {
  font-size: 26px;
  line-height: 38px;
  width: 75%;
  margin: 0 auto;
  font-weight: 100;
}
@media (max-width: 767px) {
  .page-content.page-careers .hr-intro p {
    font-size: 24px;
    line-height: 34px;
    width: 90%;
  }
}
.page-content.page-careers .hr-intro strong {
  display: block;
  color: #E30613;
  font-size: 12px;
  line-height: 23px;
  font-weight: 500;
  margin-top: 15px;
}
.page-content.page-careers .hr-intro span {
  color: #1D1D1B;
  font-size: 12px;
  line-height: 23px;
  font-weight: 400;
}
.page-content.page-careers .process-tips {
  text-align: center;
  border-bottom: 1px solid rgba(60, 60, 59, 0.1);
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .page-content.page-careers .process-tips {
    padding-bottom: 50px;
  }
}
.page-content.page-careers .process-tips h3 {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 60px;
}
@media (max-width: 999px) {
  .page-content.page-careers .process-tips h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  body.rtl .page-content.page-careers .process-tips h3 {
    font-size: 30px;
  }
}
.page-content.page-careers .process-tips .tip-con {
  display: flex;
  flex-wrap: wrap;
}
.page-content.page-careers .process-tips .tip-con .tip {
  width: 25%;
  padding: 0 20px;
}
@media (max-width: 999px) {
  .page-content.page-careers .process-tips .tip-con .tip {
    width: 50%;
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page-content.page-careers .process-tips .tip-con .tip {
    width: 100%;
  }
}
.page-content.page-careers .process-tips .tip-con .tip .image {
  text-align: center;
  margin-bottom: 30px;
}
.page-content.page-careers .process-tips .tip-con .tip span {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}
.page-content.page-careers .vicaincies {
  padding: 80px 0 0;
}
@media (max-width: 1200px) {
  .page-content.page-careers .vicaincies {
    padding: 80px 15px 0;
  }
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies {
    padding: 60px 15px 0;
  }
}
.page-content.page-careers .vicaincies h2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #1D1D1B;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.56px;
  line-height: 24px;
  padding-bottom: 20px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies h2 {
    font-size: 43px;
    line-height: inherit;
  }
}
.page-content.page-careers .vicaincies .vacancies-tabs {
  padding-bottom: 190px;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab {
  position: relative;
  border-bottom: 1px solid rgba(60, 60, 59, 0.1);
  cursor: pointer;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab h3 {
  color: #1D1D1B;
  font-size: 28px;
  line-height: 31px;
  font-weight: 400;
  padding: 30px 0px;
  -webkit-transition: 0.3s all ease-in-out;
  transition: 0.3s all ease-in-out;
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies .vacancies-tabs .tab h3 {
    font-size: 22px;
    padding: 20px 0px;
  }
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content {
  display: none;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content p {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.44px;
  line-height: 28px;
  margin-bottom: 15px;
  width: 75%;
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies .vacancies-tabs .tab .content p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
  }
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content ul li {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
  line-height: 32px;
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.44px;
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies .vacancies-tabs .tab .content ul li {
    line-height: 22px;
    font-size: 14px;
    letter-spacing: 0;
    padding-left: 15px;
    margin-bottom: 10px;
  }
  .page-content.page-careers .vicaincies .vacancies-tabs .tab .content ul li:last-child {
    margin-bottom: 0;
  }
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content ul li::before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies .vacancies-tabs .tab .content ul li::before {
    position: absolute;
    top: 8px;
    left: 0;
  }
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content ul li strong {
  font-weight: 600;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content h4 {
  color: #1D1D1B;
  font-size: 16px;
  font-weight: 600;
  line-height: 36px;
  text-transform: uppercase;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content h4:not(:first-child) {
  margin-top: 20px;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab .content .email {
  display: block;
  color: #E30613;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: -0.44px;
  line-height: 28px;
  margin-bottom: 15px;
}
.page-content.page-careers .vicaincies .vacancies-tabs .tab i {
  height: 26px;
  width: 26px;
  line-height: 26px;
  position: absolute;
  text-align: center;
  top: 33px;
  right: 0;
  color: #1D1D1B;
  font-size: 26px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .page-content.page-careers .vicaincies .vacancies-tabs .tab i {
    top: 25px;
    font-size: 21px;
  }
}
.page-content.page-careers .vicaincies-msg {
  margin: 50px 0 150px;
  padding: 30px;
  background-color: #E30613;
  color: #fff;
  font-size: 22px;
  text-align: center;
}
@media (max-width: 1200px) {
  .page-content.page-careers .vicaincies-msg {
    margin: 30px 15px;
  }
}

.page-content.contact-page .contact-section {
  background-color: #fff;
}
@media (max-width: 767px) {
  .page-content.contact-page .contact-section {
    padding: 50px 0;
  }
}
.page-content.contact-page .contact-section .container {
  width: 1110px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .page-content.contact-page .contact-section .container {
    width: 100%;
    padding: 0 15px;
  }
}
.page-content.contact-page .contact-section .section-title {
  text-align: left;
}
@media (max-width: 767px) {
  .page-content.contact-page .contact-section .section-title {
    padding: 0;
    margin-bottom: 30px;
  }
}
.page-content.contact-page .contact-section .section-title h3 {
  font-size: 39px;
  line-height: 56px;
  margin-bottom: 14px;
}
@media (max-width: 767px) {
  .page-content.contact-page .contact-section .section-title h3 {
    margin-bottom: 3px;
  }
}
.page-content.contact-page .contact-section .section-title p {
  width: 100%;
  margin: 0;
}
.page-content.contact-page .contact-section .contact-form-area .caldera-grid {
  width: 100%;
  background-color: transparent;
  box-shadow: none;
  padding: 0;
}
.page-content.contact-page .map a {
  width: 100%;
  display: block;
  text-align: center;
}
.page-content.contact-page .map a img {
  max-width: 100%;
  object-fit: cover;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100vw;
  height: 100vh;
  background: #000000;
  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 #3d3b3b;
  border-radius: 50%;
  line-height: 110px;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  color: #7d7c7c;
}
.preloader_inner span {
  display: block;
  margin-top: 10px;
  color: #7d7c7c;
  font-size: 14px;
}

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

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