@import url("https://fonts.googleapis.com/css?family=Cairo:200,300,400,600,700&display=swap&subset=arabic");
@font-face {
  font-family: 'aljunoub';
  src: url("../fonts/aljunoub.eot?90523643");
  src: url("../fonts/aljunoub.eot?90523643#iefix") format("embedded-opentype"), url("../fonts/aljunoub.woff2?90523643") format("woff2"), url("../fonts/aljunoub.woff?90523643") format("woff"), url("../fonts/aljunoub.ttf?90523643") format("truetype"), url("../fonts/aljunoub.svg?90523643#aljunoub") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'expo_arabiclight';
  src: url('../fonts/expoarabic-light-webfont.eot');
  src: url('../fonts/expoarabic-light-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/expoarabic-light-webfont.woff2') format('woff2'),
  url('../fonts/expoarabic-light-webfont.woff') format('woff'),
  url('../fonts/expoarabic-light-webfont.ttf') format('truetype'),
  url('../fonts/expoarabic-light-webfont.svg#expo_arabiclight') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'expo_arabicsemibold';
  src: url('../fonts/expoarabic-semibold-webfont.eot');
  src: url('../fonts/expoarabic-semibold-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/expoarabic-semibold-webfont.woff2') format('woff2'),
  url('../fonts/expoarabic-semibold-webfont.woff') format('woff'),
  url('../fonts/expoarabic-semibold-webfont.ttf') format('truetype'),
  url('../fonts/expoarabic-semibold-webfont.svg#expo_arabicsemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'expo_arabicmedium';
  src: url('../fonts/expoarabic-medium-webfont.eot');
  src: url('../fonts/expoarabic-medium-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/expoarabic-medium-webfont.woff2') format('woff2'),
  url('../fonts/expoarabic-medium-webfont.woff') format('woff'),
  url('../fonts/expoarabic-medium-webfont.ttf') format('truetype'),
  url('../fonts/expoarabic-medium-webfont.svg#expo_arabicmedium') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'expo_arabicbook';
  src: url('../fonts/expoarabic-book-webfont.eot');
  src: url('../fonts/expoarabic-book-webfont.eot?#iefix') format('embedded-opentype'),
  url('../fonts/expoarabic-book-webfont.woff2') format('woff2'),
  url('../fonts/expoarabic-book-webfont.woff') format('woff'),
  url('../fonts/expoarabic-book-webfont.ttf') format('truetype'),
  url('../fonts/expoarabic-book-webfont.svg#expo_arabicbook') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "aljunoub";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: '\e800';
}

.icon-instagram:before {
  content: '\f16d';
}

.icon-snapchat-ghost:before {
  content: '\f2ac';
}

.icon-twitter:before {
  content: '\f309';
}

.icon-facebook:before {
  content: '\f30c';
}

.icon-gplus:before {
  content: '\f30f';
}

.icon-linkedin:before {
  content: '\f318';
}

body, html {
  margin: 0;
  direction: rtl;
  font-family: 'Cairo', sans-serif;
  overflow-x: hidden;
  font-family: 'expo_arabiclight';
}

.container {
  max-width: 1640px;
  max-width: 1170px;
}

ul {
  padding: 0;
  margin: 0;
}

li {
  list-style: none;
}

a {
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

a:hover {
  text-decoration: none;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.btn {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.btn.rose1 {
  background: #701E45;
  color: #fff;
}

.btn.white {
  background: #fff;
  color: #701E45;
}

.btn.more {
  font-weight: 600;
  position: relative;
  padding-left: 60px;
}

.btn.more i {
  position: absolute;
  left: 5px;
  top: 50%;
  margin-top: -12px;
}

.btn.more i svg {
  height: 10px;
}

.btn.more:hover {
  padding-left: 70px;
}

.hamburger:focus {
  outline: none;
}

.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  -o-transition-property: opacity, filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #000;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

.hamburger--elastic .hamburger-inner {
  top: 2px;
  -webkit-transition-duration: 0.275s;
  -o-transition-duration: 0.275s;
  transition-duration: 0.275s;
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  -webkit-transition: opacity 0.125s 0.275s ease;
  -o-transition: opacity 0.125s 0.275s ease;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  -webkit-transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  -webkit-transition-delay: 0.075s;
  -o-transition-delay: 0.075s;
  transition-delay: 0.075s;
}

.white {
  background: #fff;
}

.black {
  background: #000;
}

.rose1 {
  background: #701E45;
}

.col-white {
  color: #fff;
}

.col-rose1 {
  color: #701E45;
}

.section-title {
  margin-bottom: 15px;
}

.section-title h2 {
  font-weight: 700;
}

.section-title.br h2, .section-title.br h3 {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
  font-weight: 600;
}

.section-title.br h2:before, .section-title.br h3:before {
  content: '';
  height: 4px;
  background: #D79E65;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.section-title.br h3 {
  padding-bottom: 10px;
}

.section-title.br h3:before {
  height: 2px;
}

body .page-title {
  margin-bottom: 30px;
}

body .page-title h1 {
  font-size: 65px;
  font-weight: 700;
}

@media (max-width: 767px) {
  body .page-title h1 {
    font-size: 30px;
  }
}

body .page-title.br h1 {
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

body .page-title.br h1:before {
  content: '';
  height: 4px;
  background: #D79E65;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

h4.br {
  font-size: 28px;
  display: inline-block;
  position: relative;
  padding-bottom: 15px;
}

h4.br:before {
  content: '';
  height: 2px;
  background: #D79E65;
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .section {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.mb-70 {
  margin-bottom: 70px;
}

.top-form .selectboxit-container {
  display: block;
}

.top-form .selectboxit-container * {
  font-family: 'Cairo', sans-serif;
}

.top-form .selectboxit-container .selectboxit {
  width: 100% !important;
}

.top-form .selectboxit-container .selectboxit-btn {
  background: rgba(177, 177, 177, 0.23);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 40px;
  line-height: 40px;
}

.top-form .selectboxit-container .selectboxit-btn span {
  height: 40px;
  line-height: 40px;
}

.top-form .selectboxit-container .selectboxit-options {
  left: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.top-form .selectboxit-container .selectboxit-options > .selectboxit-focus > .selectboxit-option-anchor {
  background: rgba(177, 177, 177, 0.23);
  color: #701E45;
}

.top-form .selectboxit-container .selectboxit-arrow-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.top-form .selectboxit-container .selectboxit-arrow-container:before {
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
}

.top-form .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
  display: none;
  border: none;
}

.top-form input {
  width: 100%;
  height: 40px;
  background: rgba(177, 177, 177, 0.23) url("../images/small-calendar.svg") no-repeat 10px center;
  border: none;
  padding: 0 10px;
}
.top-form input[type="radio"] {
  width: auto;
  height: auto;
  padding: 0;
}

.top-form input.date {
  position: relative;
}

.top-form input.date:before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
}

.form.style-1 input,.form.style-1 textarea {
  background: rgba(13, 12, 12, 0.23);
  border: 1px solid rgba(34, 34, 34, 0.5);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  color: #fff;
}

.form.style-2 .selectboxit-container {
  display: block;
}

.form.style-2 .selectboxit-container * {
  font-family: 'Cairo', sans-serif;
}

.form.style-2 .selectboxit-container .selectboxit {
  width: 100% !important;
}

.form.style-2 .selectboxit-container .selectboxit-btn {
  background: rgba(177, 177, 177, 0.23);
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  height: 40px;
  line-height: 40px;
}

.form.style-2 .selectboxit-container .selectboxit-btn span {
  height: 40px;
  line-height: 40px;
}

.form.style-2 .selectboxit-container .selectboxit-options {
  left: 0;
  right: 0;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.form.style-2 .selectboxit-container .selectboxit-options > .selectboxit-focus > .selectboxit-option-anchor {
  background: rgba(177, 177, 177, 0.23);
  color: #701E45;
}

.form.style-2 .selectboxit-container .selectboxit-arrow-container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.form.style-2 .selectboxit-container .selectboxit-arrow-container:before {
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
}

.form.style-2 .selectboxit-container .selectboxit-arrow-container .selectboxit-arrow {
  display: none;
  border: none;
}

.form.style-2 input {
  width: 100%;
  height: 40px;
  background: rgba(177, 177, 177, 0.23) url("../images/small-calendar.svg") no-repeat 10px center;
  border: none;
  padding: 0 10px;
}

.form.style-2 input[type=radio],
.form.style-2 input[type=checkbox] {
  width: auto;
  height: auto;
}

.form.style-2 input.date {
  position: relative;
}

.form.style-2 input.date:before {
  content: "\f073";
  font: normal normal normal 14px/1 FontAwesome;
}

.search .btn {
  padding-left: 30px;
  padding-right: 30px;
}

header {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  z-index: 3;
}

@media (max-width: 767px) {
  .navbar-brand {
    width: 150px;
  }
}

.page-nav .navbar-nav .nav-link {
  color: #fff;
  padding: 10px 0;
  padding-bottom: 10px;
  position: relative;
  font-weight: 200;
}

.page-nav .navbar-nav .nav-link:before {
  content: '';
  height: 2px;
  background: #fff;
  position: absolute;
  top: 100%;
  right: 100%;
  left: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.page-nav .navbar-nav .nav-link.btn {
  padding: 10px;
  background: #fff;
  color: #701E45;
  font-weight: 600;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}

.page-nav .navbar-nav .nav-link.btn:hover {
  color: #701E45;
}

.page-nav .navbar-nav .nav-item {
  padding-right: 60px;
  position: relative;
}

.page-nav .navbar-nav .nav-item:first-child {
  padding-right: 0;
}

.page-nav .navbar-nav .nav-item:hover .nav-link, .page-nav .navbar-nav .nav-item:focus .nav-link, .page-nav .navbar-nav .nav-item.active .nav-link {
  font-weight: 400;
  color: #fff;
}

.page-nav .navbar-nav .nav-item:hover .nav-link:before, .page-nav .navbar-nav .nav-item:focus .nav-link:before, .page-nav .navbar-nav .nav-item.active .nav-link:before {
  right: 0;
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.page-nav .navbar-nav .nav-item:hover .nav-link.btn, .page-nav .navbar-nav .nav-item:focus .nav-link.btn, .page-nav .navbar-nav .nav-item.active .nav-link.btn {
  color: #701E45;
  font-weight: 600;
}

.page-nav .navbar-nav .nav-link:hover, .page-nav .navbar-nav .nav-link:focus {
  color: #fff;
}

@media (max-width: 991px) {
  .page-nav .navbar-nav {
    background: #fff;
  }
  .page-nav .navbar-nav .nav-item {
    padding-right: 0;
  }
  .page-nav .navbar-nav .nav-item .nav-link {
    color: #701E45;
    padding: 5px 10px;
  }
  .page-nav .navbar-nav .nav-item.active .nav-link {
    background: #701E45;
  }
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #fff;
  font-weight: 400;
}

.home-spotlight {
  background: url("../images/spotlight-1.png") no-repeat center;
  background-size: cover;
  position: relative;
  height: calc(100vh);
  overflow: hidden;
}

.home-spotlight .container {
  height: 100%;
}

.home-spotlight:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #701e45;
  background: -webkit-linear-gradient(331deg, #701e45 0%, #380f23 100%);
  background: -o-linear-gradient(331deg, #701e45 0%, #380f23 100%);
  background: -webkit-linear-gradient(29deg, #701e45 0%, #380f23 100%);
  background: -o-linear-gradient(29deg, #701e45 0%, #380f23 100%);
  background: linear-gradient(61deg, #701e45 0%, #380f23 100%);
  opacity: 0.6;
  z-index: 1;
}

.home-spotlight .container {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.spot-caption {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #fff;
}

.spot-caption h1 {
  font-size: 130px;
  font-weight: 700;
}

@media (max-width: 1199px) {
  .spot-caption h1 {
    font-size: 30px;
  }
}

.spot-caption h4 {
  font-weight: 600;
}

@media (max-width: 1199px) {
  .spot-caption h4 {
    font-size: 20px;
  }
}

.video-wrapper {
  height: 100%;
  overflow: hidden;
}

.video-wrapper #bannerVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: 0;
}

@media all and (-ms-high-contrast: none) {
  .video-wrapper #bannerVideo {
    width: auto;
    height: auto;
  }
}

@supports (display: -ms-grid) {
  .video-wrapper #bannerVideo {
    width: auto;
    height: auto;
  }
}

.inner-spotlight {
  position: relative;
}

.inner-spotlight:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #701e45;
  background: -webkit-linear-gradient(331deg, #701e45 0%, #380f23 100%);
  background: -o-linear-gradient(331deg, #701e45 0%, #380f23 100%);
  background: -webkit-linear-gradient(29deg, #701e45 0%, #380f23 100%);
  background: -o-linear-gradient(29deg, #701e45 0%, #380f23 100%);
  background: linear-gradient(61deg, #701e45 0%, #380f23 100%);
  opacity: 0.6;
  z-index: 1;
}

.inner-spotlight figure {
  margin: 0;
}

.inner-spotlight figure img {
  height: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.inner-spotlight .caption-wrapper {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}

.inner-spotlight .caption-wrapper .container {
  height: 100%;
}

.inner-spotlight .caption-wrapper .row {
  height: 100%;
}

.inner-spotlight h4 {
  font-size: 24px;
  line-height: 38px;
}

@media (max-width: 767px) {
  .inner-spotlight h4 {
    font-size: 16px;
    line-height: 24px;
  }
}

.inner-spotlight .spot-caption {
  margin-bottom: 30px;
  padding-top: 100px;
}

.section-about {
  background: url("../images/bg-about.png") no-repeat -230px center;
  background-size: 30%;
}

.section-about article {
  margin-bottom: 30px;
}

.section-top-form {
  position: relative;
  z-index: 3;
}

.section-top-form .container {
  position: relative;
}

.cell-wrapper {
  display: table;
  width: 100%;
}

.cell-wrapper .cell {
  display: table-cell;
  float: none;
}

.top-form {
  background: #fff;
  padding: 30px;
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 100%;
}

@media (max-width: 991px) {
  .top-form {
    position: relative;
    bottom: auto;
    width: 100%;
    left: auto;
    right: auto;
    padding: 15px 0;
  }
}

@media (max-width: 767px) {
  .top-form .cell-wrapper {
    display: block;
  }
}

.top-form .cell-wrapper .cell {
  vertical-align: top;
  padding-left: 15px;
  padding-right: 15px;
  width: 15%;
}
.top-form .cell-wrapper .cell.large {
  width: 30%;
}
.top-form small a {
  color: #701E45;
  font-size: 12px;
}
@media (max-width: 991px) {
  .top-form .cell-wrapper .cell,
  .top-form .cell-wrapper .cell.large {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
}

.top-form .btn-wrapper {
  max-width: 140px;
}

.top-form .btn-wrapper .btn {
  width: 100%;
}

.figures {
  min-height: 440px;
}

.figures,
.figures * {
  height: 100%;
}

.figures figure {
  background-size: cover;
  -webkit-box-shadow: 20px 0px 50px rgba(100, 1, 28, 0.16);
  box-shadow: 20px 0px 50px rgba(100, 1, 28, 0.16);
}

.section-about p {
  color: #707070;
  line-height: 34px;
}

.double .row > div {
  height: 50%;
  padding-top: 10px;
}

.double .row > div:first-child {
  padding-top: 0px;
}

.double figure,
.double figure img {
  height: 100%;
}

.figures .row {
  margin-left: -5px;
  margin-right: -5px;
}

.figures .cell {
  padding-left: 5px;
  padding-right: 5px;
}

.figures .cell.top {
  height: 65%;
}

.figures .cell.bottom {
  height: 35%;
}

.section-services {
  overflow: hidden;
}

.service-wrapper {
  background: #701E45;
  position: relative;
}

.service-wrapper:before {
  content: '';
  background: #701E45;
  position: absolute;
  width: 100000px;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 0;
}

.service-list {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}

.service-list li {
  position: relative;
  padding-right: 70px;
  padding-bottom: 30px;
}

.service-list li:last-child {
  padding-bottom: 0;
}

.service-list .icon {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #fff;
  position: absolute;
  right: 0;
  top: -5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.service-list .icon img {
  height: 15px;
}

.service-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.service-content:before {
  content: '';
  background: #701E45;
  position: absolute;
  left: 0;
  top: 0;
  right: 35%;
  bottom: 0;
  z-index: 0;
}

.service-content .inner {
  background: #fff;
  z-index: 1;
  -webkit-box-shadow: 20px 0px 50px rgba(100, 1, 28, 0.16);
  box-shadow: 20px 0px 50px rgba(100, 1, 28, 0.16);
  padding: 60px 30px;
  width: 95%;
}

.service-content .more {
  padding-right: 0;
}

.service-content,
.service-wrapper {
  padding: 60px 15px;
}

.other-services {
  background: rgba(112, 112, 112, 0.1);
}

@media (max-width: 767px) {
  .other-services .item {
    margin-bottom: 30px;
  }
}

.other-services .item figure {
  margin-bottom: 0;
  overflow: hidden;
}

.other-services .item img {
  width: 100%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.other-services .item figcaption {
  text-align: center;
  padding: 15px;
  background: #701E45;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

.other-services .item .inner {
  border: 2px solid #701E45;
}

.other-services .item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: all 300ms;
  -o-transition: all 300ms;
  transition: all 300ms;
}

.adv {
  background: #222222;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.adv-1 {
  min-height: 200px;
}

.adv-2 {
  height: 100%;
}

.q-contact .map {
  border: 2px solid #701E45;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  overflow: hidden;
  margin-bottom: 30px;
}

.q-contact .map > img {
  height: 280px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.q-contact .content {
  padding: 0 30px 30px;
  color: #222222;
}

.q-contact .content p {
  font-size: 18px;
}

.ltr {
  display: inline-block;
  direction: ltr;
}

.social li {
  display: inline-block;
  padding-left: 15px;
}

.social a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: #222222;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.social a:hover {
  background: #701E45;
}

.contact-wrapper .contact-inner {
  background: #701E45;
  color: #fff;
  padding-right: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
  position: relative;
}

@media (max-width: 991px) {
  .contact-wrapper .contact-inner {
    padding: 15px;
  }
}

.contact-wrapper .contact-inner:before {
  content: '';
  position: absolute;
  right: 100%;
  top: 0;
  bottom: 0;
  width: 10000px;
  background: #701E45;
}

@media (max-width: 991px) {
  .contact-wrapper .contact-inner:before {
    display: none;
  }
}

.q-contact .inner:before {
  content: '';
  position: absolute;
  right: 100%;
  top: -30px;
  bottom: -30px;
  width: 50%;
  background: rgba(112, 112, 112, 0.09);
  pointer-events: none;
}

.q-contact .inner:after {
  content: '';
  position: absolute;
  left: 0;
  top: -30px;
  bottom: -30px;
  width: 10000px;
  background: rgba(112, 112, 112, 0.09);
  pointer-events: none;
}

.section-callus {
  overflow: hidden;
  padding-top: 30px;
}

.section-camps {
  background: #fff;
}

.section-camps .item figcaption {
  font-size: 16px;
  font-weight: 400;
}

.section-prey {
  background: rgba(34, 34, 34, 0.07);
}

.section-prey .item .inner {
  border-color: #222;
}

.section-prey .item figcaption {
  background: #222;
}

.content-camps {
  padding-top: 0px;
  position: relative;
  top: -100px;
  margin-bottom: -100px;
  position: relative;
  z-index: 2;
}

.search {
  padding: 15px;
  background: #fff;
  -webkit-box-shadow: 20px 0px 50px rgba(100, 1, 28, 0.07);
  box-shadow: 20px 0px 50px rgba(100, 1, 28, 0.07);
}

@media (max-width: 991px) {
  .search {
    margin-bottom: 30px;
  }
}

.search h4 {
  color: #B47C58;
  font-size: 18px;
  margin-bottom: 30px;
  font-weight: 700;
}

.camp-cards .item .inner {
  padding: 15px;
  background: #fff;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -webkit-box-shadow: 0px 20px 50px rgba(215, 158, 101, 0.23);
  box-shadow: 0px 20px 50px rgba(215, 158, 101, 0.23);
}

.camp-cards .camp-slider .item {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  overflow: hidden;
}

.camp-cards .owl-dots {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
}

.camp-cards button.owl-dot {
  padding-left: 2.5px !important;
  padding-right: 2.5px !important;
}

.camp-cards button.owl-dot:focus {
  outline: none;
}

.camp-cards button.owl-dot span {
  width: 5px;
  height: 5px;
  display: inline-block;
  background: rgba(112, 30, 69, 0.2);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}

.camp-cards button.owl-dot.active span {
  background: #701e45;
}

.camp-cards .item-body {
  padding: 15px;
}

.camp-cards .title {
  font-size: 20px;
  margin-bottom: 10px;
  color: #B47C58;
  font-weight: 700;
}

.camp-cards .more {
  padding-top: 10px;
  padding-bottom: 20px;
}

.camp-cards .more ul li {
  display: inline-block;
  float: right;
  padding-left: 10px;
}

.camp-cards .more span {
  background: rgba(180, 124, 88, 0.14);
  padding: 3px 10px;
  color: #B47C58;
  display: inline-block;
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
}

.camp-cards .more span .fa {
  font-size: 10px;
  padding-right: 5px;
}

.camp-cards .tag {
  border-radius: 7px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  padding: 3px 20px;
}

.camp-cards .tag.green {
  background: rgba(119, 193, 136, 0.34);
  color: #58B46D;
}

.camp-cards .content p {
  font-size: 14px;
  color: #615E5E;
}

.camp-cards .item-footer {
  padding-left: 15px;
  padding-right: 15px;
}

.camp-cards .item-footer .btn {
  width: 100%;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
}

.camp-cards .item-footer .rate {
  color: #701E45;
  font-weight: 700;
}

footer {
  background: url("../images/bg-footer.png") no-repeat 0 0;
  background-size: cover;
  color: #fff;
  height: 200px;
}

footer .container {
  height: 100%;
}

footer .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

footer .row {
  height: 100%;
}

footer .row > div {
  height: 100%;
}

.bookingWizard .nav-tabs {
  display: block;
}
@media screen and (max-width: 991px) {
  .bookingWizard .nav-tabs {
    display: none;
  }
}
.bookingWizard .tab-content {
  width: 100%;
}

body .navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  padding-top: .3125rem;
  padding-bottom: .3125rem;
  margin-left: 1rem;
  font-size: 1.25rem;
}
.page-nav .navbar-nav .nav-link {
  font-size: 16px;
}
footer p {
  font-size: 16px;
  margin-bottom: 15px;
}

/*31082019*/
.multiselect-container>li>a>label {
  padding: 5px;
  white-space: nowrap;
  color: #333;
}
.multiselect {
  height: 40px;
  position: relative;
  padding-left: 30px;
  background: rgba(177, 177, 177, 0.23);
  border: none;
  border-radius: 0;
}
.multiselect:focus {
  background: rgba(177, 177, 177, 0.23);
  border: none;
  outline: none;
  box-shadow: none;
}
.multiselect::after {
  position: absolute;
  left: 10px;
  top: 50%;
  content: "\f107";
  font: normal normal normal 20px/1 FontAwesome;
  border: none;
  margin-top: -10px;
}
.multiselect-selected-text {
  white-space: nowrap;
}
.multiselect-filter .input-group-btn {
  display: none;
}
.multiselect-container .input-group {
  margin: 0;
  padding: 5px;
}
.btn-group {
  display: block;
}
body .form-control-feedback {
  left: 0;
  right: auto;
}
.modal-dialog-centered::before {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}
.modal .close {
  line-height: 0;
}

.camp-cards .item .inner.inactive {
  background: #DCDCDC;
}
.camp-cards .inactive .title {
  color: #222222;
}
.camp-cards .tag.red {
  background: rgba(162, 0, 0, 0.14);
  color: #A20000;
}
.camp-cards .inactive .more span {
  background: rgba(34, 34, 34, 0.14);
  color: #222222;
}
.camp-cards .inactive .item-footer .btn {
  background: #B1B1B1 !important;
  color: #707070;
}
.camp-cards .inactive .item-footer .rate {
  color: #707070;
}
.camp-cards .inactive button.owl-dot.active span {
  background: #222222;
}
.camp-slider.owl-rtl .owl-item {
  float: left;
}

.bookinfo-wrapper {
  box-shadow: 0px 20px 50px rgba(100, 1, 28, 0.07);
  padding: 20px;
  background: #fff;
  max-width: 350px;
}
@media (max-width: 991px) {
  .bookinfo-wrapper {
    max-width: 100%;
  }
}
.bookinfo-wrapper h6 {
  color: #B47C58;
  margin-bottom: 15px;
}
.bookinfo-wrapper .form-control {
  background: rgba(177, 177, 177, 0.23);
  border: none;
}
.section-bookinfo .inner {
  background: #701E45;
  height: 100%;
  padding: 100px 15px;
  color: #fff;
  position: relative;
}
.section-bookinfo .inner:before {
  content: '';
  position: absolute;
  left: 0px;
  right: 100%;
  background: #701E45;
  top: 0;
  bottom: 0;
  width: 100px;
}
.section-bookinfo .inner:after {
  content: '';
  position: absolute;
  left: 100%;
  right: auto;
  background: #701E45 url('../images/bg-about.png') no-repeat 0 0;
  top: 0;
  bottom: 0;
  width: 100000px;
}

body .confirmed .paymentDetails {
  padding-right: 20px;
  border-right: 1px solid #e5e5e5;
  border: none;
}
.confirmed  .locationDetails {
  border-left: 1px solid #e5e5e5;
  padding-left: 20px;
}
@media (max-width: 575px) {
  .confirmed  .locationDetails {
    border-left: none;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 0px;
    padding-bottom: 20px;
  }
}

/*new page 29082020*/

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  font-family: 'expo_arabicsemibold';
}
.container {
  max-width: 1640px;
}
.page-nav .navbar-nav .nav-link.btn {
  border-radius: 12px;
  font-family: 'expo_arabicsemibold';
}
.page-nav .navbar-nav .nav-link.btn:before {
  display: none;
}
.page-logo img {
  height: 92px;
}


.home-header header {
  position: relative;
}
.home-header {
  height: calc(100vh);
}
.home-header .header-inner {
  height: calc(100vh - 150px);
  background: #701E45 url('../images/bg-homeSpotlight.png') no-repeat right bottom;
}
.home-newSpotlight {
  height: calc(100vh - 118px);
}

.home-newSpotlight .container {
  position: relative;
}

.home-newSpotlight .social {
  position: absolute;
  left: 75px;
  bottom: 0;
  z-index: 2;
  padding-bottom: 75px;
}
.home-newSpotlight .social:before {
  content: '';
  position: absolute;
  left: 15px;
  width: 1px;
  height: 60px;
  background: #fff;
  bottom: 0;
}
.home-newSpotlight .social ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.home-newSpotlight .social li {
  padding-left: 0;
  padding-top: 15px;
}
.home-newSpotlight .social ul a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: transparent;
  color: #701E45;
}
.newSlider .item {
  position: relative;
}
.newSlider figure {
  position: relative;
  margin: 0;
}
.newSlider figure img {
  height: calc(100vh - 180px);
  width: 100%;
  object-fit: cover;
}
.newSlider figure:before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: rgba(112, 30, 69, 0.3);
  content: '';
}
.home-newSpotlight .fig-content {
  position: absolute;
  top: 0;
  right: 60px;
  background: #500F2E;
  mix-blend-mode: hard-light;
  color: #fff;
  padding: 20px 30px;
  padding-top: 100px;
  max-width: 45%;
  z-index: 2;
}

.home-newSpotlight .fig-content {
  transform: scale(0.5) translateY(30px);
  opacity: 0;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.home-newSpotlight .fig-content {
  transform: scale(1) translateY(0px);
  opacity: 1;
  transition: all 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (max-width: 767px) {
  .page-logo img {
    height: auto;
  }
  .home-newSpotlight .fig-content {
    position: relative;
    right: auto;
    padding: 30px;
    width: 100%;
    max-width: 100%;
  }
  .newSlider .item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .newSlider figure img,
  .home-newSpotlight,
  .home-header .header-inner,
  .home-header {
    height: auto;
  }
  .home-header .header-inner {
    padding-bottom: 15px;
  }
  .home-newSpotlight .social {
    left: 30px;
    bottom: 15px;
  }
  .newSlider h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .newSlider p {
    font-size: 14px;
    font-family: 'expo_arabiclight';
  }
  .newSlider h6 {
    font-size: 16px;
    margin-bottom: 20px;
    font-family: 'expo_arabicmedium';
  }
  .newSlider .content {
    padding-bottom: 15px;
  }
}
.newSlider .owl-nav {
  position: absolute;
  padding-right: 60px;
  bottom: -28.5px;
}
.newSlider .owl-nav button.owl-next, 
.newSlider .owl-nav button.owl-prev {
  width: 57px;
  height: 57px;
  background: #fff;
  border-radius: 8px;
  margin-left: 10px;
  font-size: 38px;
  line-height: 30px;
  box-shadow: 0px 20px 50px rgba(100, 1, 28, 0.16);
}
.newSlider .owl-nav button.owl-next:focus, 
.newSlider .owl-nav button.owl-prev:focus {
  outline: none;
}
.newSlider .owl-nav button.owl-next:before,
.newSlider .owl-nav button.owl-prev:before {
  font-family: 'FontAwesome';
}
.newSlider .owl-nav button.owl-next:before {
  content: "\f104";
}
.newSlider .owl-nav button.owl-prev:before {
  content: "\f105";
}
@media (min-width: 1299px) {
  .home-newSpotlight h1 {
    font-size: 98px;
    margin-bottom: 30px;
  }
  .home-newSpotlight p {
    font-size: 24px;
    font-family: 'expo_arabiclight';
  }
  .home-newSpotlight h6 {
    font-size: 30px;
    margin-bottom: 20px;
    font-family: 'expo_arabicmedium';
  }
  .home-newSpotlight .content {
    padding-bottom: 40px;
  }
}
.home-newSpotlight .content-footer a {
  background: url('../images/app-links.png') no-repeat 0 0;
  width: 234px;
  height: 72px;
  display: inline-block;
}
.home-newSpotlight .content-footer a.appstore {
  background-position: -257px 0;
}
.home-newSpotlight .content-footer .cell-wrapper {
  width: auto;
}
.home-newSpotlight .content-footer .cell-wrapper .cell {
  padding-left: 15px;
}
@media (max-width: 1299px) {
  .home-newSpotlight .content-footer .cell-wrapper {
    width: 100%;
    display: block;
  }
  .home-newSpotlight .content-footer a {
    display: block;
    width: 100%;
    max-width: 234px;
  }
  .home-newSpotlight .content-footer .cell-wrapper .cell {
    padding-left: 0;
    padding-bottom: 10px;
    display: block;
  }
}

.section-bookinfo .inner:before {
  border-radius: 12px 0 0 12px;
}
.section-bookinfo .inner:after {
  left: 70%;
  z-index: 0;
}
.section-bookinfo .inner > * {
  position: relative;
  z-index: 2;
}

.section-title.br h2:before, 
.section-title.br h3:before {
  content: '';
  height: 4px;
  background: #D79E65;
  position: absolute;
  left: 0;
  right: 0;
  top: auto;
  bottom: 0;
  animation-delay: 3s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
  z-index: 0;
}
.section-title.br.animate h2:before, 
.section-title.br.animate h3:before,
.section-title.br:hover h2:before, 
.section-title.br:hover h3:before {
  content: '';
  height: 50%;
  background: #D79E65;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  animation-delay: 3s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.section-title.br h2 span,
.section-title.br h3 span {
  position: relative;
  z-index: 1;
  display: block;
}
.section-title.br h2, .section-title.br h3 {
  padding-bottom: 10px;
}

.other-services .item .inner {
  border: none;
  position: relative;
  text-align: center;
}
.other-services .item .inner:before {
  content: '';
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  border: 2px solid #701E45;
  z-index: 1;
  pointer-events: none;
}
.other-services .item figcaption {
  display: inline-block;
  background: #fff;
  color: #222222;
  position: absolute;
  bottom: 0;
  left: 30px;
  right: 30px;
  margin-bottom: -15px;
  font-family: 'expo_arabicsemibold';
  box-shadow: 0px 20px 50px rgba(100, 1, 28, 0.16);
  z-index: 2;
}

.other-services {
  background: transparent;
}

.section-gallery {
  overflow: hidden;
}
.section-gallery .container {
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
}
.section-gallery .container:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: 15%;
  background: rgba(112, 112, 112, 0.09);
  border-radius: 2px;
}
.section-gallery .container:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 10000px;
  background: rgba(112, 112, 112, 0.09);
  border-radius: 2px;
}
.section-gallery .card-wrapper {
  position: relative;
  padding: 100px 0;
}
.section-gallery .card-wrapper:before {
  content: '';
  position: absolute;
  background: #701E45;
  border-radius: 12px;
  right: 50%;
  top: 0;
  bottom: 0;
  width: 10000px;
  z-index: 0;
}
.section-gallery .card-gallery {
  background: #fff;
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 8px;
  background: #fff url('../images/bg-box-1.png') no-repeat left;
  background-size: contain;
}
.section-gallery figure {
  margin: 0;
}
@media (min-width: 992px) {
  .section-gallery figure img {
    height: 620px;
  }
}
@media (max-width: 991px) {
  .section-gallery .container {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .section-gallery .card-wrapper {
    padding: 30px 0;
  }
  .section-gallery figure {
    margin: 15px 0;
  }
}

.section-gallery {
  padding-bottom: 0;
}

.downldApp-inner {
  position: relative;
}
.downldApp-inner:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url('../images/bg-app.png') no-repeat left center;
  background-size: contain;
  z-index: 2;
  pointer-events: none;
}
.downldApp-inner .container {
  position: relative;
  z-index: 1;
}
.app-content {
  background: #701E45;
  padding-top: 100px;
  padding-bottom: 100px;
}
.downldApp-inner .container:before {
  content: '';
  position: absolute;
  background: #701E45;
  right: 100%;
  width: 10000px;
  top: 0;
  bottom: 0;
  z-index: 0;
  pointer-events: none;
}
.section-downApp {
  overflow: hidden;
  color: #fff;
}
.section-title.br-right {
  display: inline-block;
}
.section-title.br-right h2 {
  position: relative;
  padding-right: 20px;
  padding-left: 10px;
}
.section-title.br-right h2:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  background: #D79E65;
  width: 10px;
  animation-delay: 3s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.section-title.br-right.animate h2:before {
  width: 100%;
  animation-delay: 3s;
  transition: all 1s cubic-bezier(0.34, 1.56, 0.64, 1);
}
.section-title.br-right h2 span {
  position: relative;
  z-index: 2;
}
.section-downApp .sub-title {
  margin-bottom: 20px;
}
ul.style-1 li {
  position: relative;
  padding-right: 20px;
  margin-bottom: 10px;
}
ul.style-1 li:before {
  content: '';
  position: absolute;
  right: 0;
  width: 10px;
  height: 2px;
  background: #D79E65;
  top: 10px;
}
.section-downApp ul.style-1 {
  margin-bottom: 80px;
}
.section-downApp .img-phone {
  position: relative;
  z-index: 2;
  height: 100%;
  display: flex;
  align-items: center;
}
.section-downApp [class*="col-"] {
  position: static;
}
.section-downApp .img-appWrapper {
  position: relative;
}
.img-appWrapper:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  background: #701E45;
}

.downld-app a {
  background: url('../images/app-links.png') no-repeat 0 0;
  width: 234px;
  height: 72px;
  display: inline-block;
}
.downld-app a.appstore {
  background-position: -257px 0;
}
.downld-app .cell-wrapper {
  width: auto;
}
.downld-app .cell-wrapper .cell {
  padding-left: 15px;
}
.section-downApp .downld-app h6 {
  margin-bottom: 30px;
}
@media (max-width: 1299px) {
  .downld-app .cell-wrapper {
    width: 100%;
    display: block;
  }
  .downld-app a {
    display: block;
    width: 100%;
    max-width: 234px;
  }
  .downld-app .cell-wrapper .cell {
    padding-left: 0;
    padding-bottom: 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  .section-downApp .img-phone img {
    max-height: 300px;
  }
  .img-appWrapper:before {
    right: 0;
    top: 50%;
  }
  .downldApp-inner:before {
    display: none;
  }
  .app-content {
    background: #701E45 url(../images/bg-app.png) no-repeat left center;
    background-size: contain;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .home-newSpotlight .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .home-newSpotlight .fig-content {
    z-index: 1;
  }
  .newSlider {
    margin-bottom: 15px;
  }

  .fig-content h1 {
    font-size: 20px;
  }
  .fig-content p {
    font-size: 14px;
  }
}

/*gridanimation*/
.grid {
  /*max-width: 69em;
  list-style: none;
  margin: 30px auto;
  padding: 0;*/
  max-width: 100%;
}

.grid li {
  display: block;
  float: left;
  padding: 7px;
  width: 33%;
  opacity: 0;
}

.grid li.shown,
.no-js .grid li,
.no-cssanimations .grid li {
  opacity: 1;
}

.grid li a,
.grid li img {
  outline: none;
  border: none;
  display: block;
  max-width: 100%;
}

/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}

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

@keyframes fadeIn {
  0% { }
  100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
  0% { }
  100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
  0% { }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
  0% { }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective .8s ease-in-out forwards;
  animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
  0% { }
  100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
  0% { }
  100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly .8s ease-in-out forwards;
  animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
  0% { }
  100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
  0% { }
  100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip .8s ease-in-out forwards;
  animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
  0% { }
  100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
  0% { }
  100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix .8s ease-in-out forwards;
  animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
  0% { }
  100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
  0% { }
  100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}

.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp .8s ease-in forwards;
  animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
  0% { }
  70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
  100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
  0% { }
  70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
  100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
  .grid li {
    width: 50%;
  }
}

@media screen and (max-width: 400px) {
  .grid li {
    width: 100%;
  }
}

/*gridanimation*/

.content-gallery .tab-wrapper {
  text-align: center;
  position: relative;
  top: -90px;
  z-index: 2;
}
@media (max-width: 991px) {
  .content-gallery .tab-wrapper {
    top: -50px;
  }
}
.content-gallery .nav-tabs {
  display: inline-flex;
  border: none;
  background: #fff;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0px 20px 50px rgba(100, 1, 28, 0.1);
}
.content-gallery .nav-tabs .nav-item.show .nav-link, 
.content-gallery .nav-tabs .nav-link.active {
  border: none;
  background: #701E45;
  color: #fff;
  border-radius: 5px;
}
.content-gallery .nav-tabs .nav-link {
  color: #333333;
  border: none;
}