@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Changa:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+SC:100,300,400,500,700,900&display=swap');
/* @font-face {
	font-family: "Gotham Book";
	src: url(../fonts/Gotham-Book.otf);
}
@font-face {
	font-family: "Gotham Bold";
	src: url(../fonts/Gotham-Bold.otf);
}

@font-face {
	font-family: "Gotham Light";
	src: url(../fonts/Gotham-Light.otf);
}

@font-face {
	font-family: "Gotham Medium";
	src: url(../fonts/GothamMedium.ttf);
}

@font-face {
	font-family: "D-DIN";
	src: url(../fonts/D-DIN.otf);
}

@font-face {
	font-family: "D-DIN-Bold";
	src: url(../fonts/D-DIN-Bold.otf);
} */

@font-face {
	font-family: "Gotham Bold";
	src: url('../fonts/Gotham-Bold.eot');
	src: url('../fonts/Gotham-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Bold.woff2') format('woff2'), url('../fonts/Gotham-Bold.woff') format('woff'),
		url('../fonts/Gotham-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Gotham Medium";
	src: url('Gotham-Medium.eot');
	src: url('../fonts/Gotham-Medium.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Medium.woff2') format('woff2'), url('../fonts/Gotham-Medium.woff') format('woff'),
		url('../fonts/Gotham-Medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
}

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

@font-face {
	font-family: "Gotham Light";
	src: url('../fonts/Gotham-Light.eot');
	src: url('../fonts/Gotham-Light.eot?#iefix') format('embedded-opentype'),
		url('../fonts/Gotham-Light.woff2') format('woff2'), url('../fonts/Gotham-Light.woff') format('woff'),
		url('../fonts/Gotham-Light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
}

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

@font-face {
	font-family: "D-DIN-Bold";
	src: url('../fonts/D-DIN-Bold.eot');
	src: url('../fonts/D-DIN-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/D-DIN-Bold.woff2') format('woff2'), url('../fonts/D-DIN-Bold.woff') format('woff'),
		url('../fonts/D-DIN-Bold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

@import url('https://fonts.googleapis.com/css?family=Montserrat:600&display=swap');
/* Font Size */

/* Border */

/* Margins */

/* Padding Mixins */

/* Margin Mixin */

/* Transition */

/* Borders */

body {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

div#main-wrapper {
	-webkit-box-flex: 1 0 auto;
	/* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1 0 auto;
	/* OLD - Firefox 19- */
	-webkit-flex: 1 0 auto;
	/* Chrome */
	-ms-flex: 1 0 auto;
	/* IE 10 */
	flex: 1 0 auto;
}

html,
body {
	height: 100%;
}

footer {
	flex-shrink: 0;
}

.container {
	position: relative;
	z-index: 1;
	width: 100%;
	overflow: hidden;
	/* Button for Video play */
}

.container .video-play-button {
	color: rgba(255, 255, 255, 0.5);
	text-decoration: none;
	z-index: 8 !important;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.container .video-play-button i {
	text-shadow: 0px 6px 6px rgba(83, 83, 83, 0.3);
}

.container .image {
	width: 100%;
	height: auto;
	position: absolute;
	z-index: 1;
	left: 0px;
	top: 0px;
}

.container .overlay,
.container .video-player {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0px;
}

.container .video-player img {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
}

.container .banner-title {
	font-family: "Gotham Bold";
	color: #ffffff;
	margin: 0px;
	text-align: center;
	max-width: 90%;
	letter-spacing: -3px;
	z-index: 2;
	/*text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.3);*/
}

.height-1-of-5 {
	height: 20vh;
}

.height-2-of-5 {
	height: 40vh;
}

.height-3-of-5 {
	height: 60vh;
}

.height-4-of-5 {
	height: 80vh;
}

.height-5-of-5 {
	height: 100vh;
}

.width-1-of-5 {
	width: 20vw;
}

.width-2-of-5 {
	width: 40vw;
}

.width-3-of-5 {
	width: 60vw;
}

.width-4-of-5 {
	width: 80vw;
}

.width-5-of-5 {
	width: 100vw;
}

.masonry {
	display: flex;
	flex-flow: column wrap;
	width: 100%;
	height: auto;
}

.layout-5050,
.layout-3-of-1 {
	display: flex;
	flex-wrap: wrap;
}

.layout-5050 > div {
	flex-basis: 50%;
}

.layout-3-of-1 > div {
	flex-basis: 33.333333333333333%;
}

.inner-bg {
	background-position: bottom center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.inner-container {
	padding: 10rem 0;
}

.content {
	position: relative;
	z-index: 1;
	background: rgba(0, 0, 0, 0.7);
	font-family: "Gotham Medium";
	color: #ffffff;
	/* font-size: 1.125rem;
	line-height: 1.5rem; */
}

@media all and (min-width: 1921px) {
	.content {
		font-size: 14px;
		line-height: 20px;
	}
}

@media all and (max-width: 1920px) {
	.content {
		font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	.content,
	.content ul.commonpara {
		font-family: arial !important;
	}
}

.inner-container.seprate-box article.content {
	margin-bottom: 5rem;
}

.inner-container.seprate-box {
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.content ul,
.content ol {
	font-family: "Helvetica", Arial, Open San;
}

article.content ul {
	padding: 0;
	list-style-position: inside;
}

.content ol.number-list {
	padding-left: 75px;
	font-family: "Gotham Medium";
}

.content p strong {
	font-family: "Gotham Bold";
}

.page-title {
	font-family: "D-DIN-Bold";
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -50px;
	background: #e1221d;
	padding: 0rem 1.875rem;
	color: #ffffff;
	text-align: center;
	margin: 0px;
	height: 44px;
	line-height: 44px;
	text-transform: uppercase;
}

.accordion .subheading {
	font-family: "Gotham Medium";
	color: #ffffff;
	white-space: normal;
	font-size: 1.7rem;
	/* max-width: 80%; */
	line-height: 2rem;
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	-webkit-align-items: flex-start;
	-moz-align-items: flex-start;
	-ms-align-items: flex-start;
	align-items: flex-start;
	padding: 20px 0;
	margin: 0 !important;
}

@media (max-width: 1199.98px) {
	.accordion .subheading {
		padding: 15px 0;
	}
}

@media (max-width: 768px) {
	.accordion .subheading {
		padding: 10px 0;
	}
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	.accordion .subheading {
		font-family: arial !important;
	}
}

.accordion .collapse {
	position: absolute;
	right: 5px;
	top: 50%;
	margin-top: -18px;
	display: block;
}

.accordion .collapse i {
	font-size: 26px;
}

.list {
	border-top: 1px solid rgba(255, 255, 255, 1) !important;
}

.list:first-child {
	border-top: 0px !important;
}

.list dt {
	padding: 0px;
}

.number {
	width: 46px;
	min-width: 46px;
	display: inline-block;
	/* margin-right: 1.5625rem; */
	/* position: absolute;
	left: 0px; */
}

.content-padding {
	padding: 3.75rem 4.75rem;
}

.node-news-events h2.page-pub-date {
	text-align: left;
	padding: 3rem 6.9375rem 0 6.9375rem;
	margin-bottom: 0;
	font-size: 1.125rem;
	line-height: 1.5rem;
	font-weight: normal;
}

.node-news-events .content-padding {
	padding-top: 0;
	padding-left: 6.9375rem;
	padding-right: 6.9375rem;
}

p.para a.link {
	font-size: 1.125rem !important;
	line-height: 1.5rem !important;
}

.acc-box-item.acc-box-item-full p.acc-box-desc a {
	display: inline-block;
}

/* Accordion new */

.acc-box-wrapper {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 16px;
}

.acc-box-wrapper .acc-box-item {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	padding: 0 40px;
	position: relative;
	margin-bottom: 5rem;
}

.acc-box-wrapper .acc-box-item p {
	/* font-family: "Gotham Book"; */
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.acc-box-wrapper .acc-box-item:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	border: 1px solid #ccc;
	height: 100%;
}

.acc-box-wrapper * {
	box-sizing: border-box;
}

.acc-box-wrapper p.acc-box-price {
	color: #e1221d;
	font-family: "Gotham Medium";
}

.acc-box-wrapper .acc-box-item p.acc-box-desc {
	font-size: 0.875rem;
	line-height: 1.25rem;
}

.acc-box-item:nth-child(3n):after {
	display: none;
}

.acc-box-item.acc-box-item-one {
	/* -ms-flex: 0 0 33.333333%;
	flex: 0 0 100%;
	max-width: 100%;
	margin-bottom: 0;*/
}

.acc-box-item.acc-box-item-one:after {
	display: none;
}

.acc-box-item.acc-box-item-full {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.acc-box-item.acc-box-item-full p.acc-box-desc {
	text-align: justify;
	font-size: 1.125rem;
	line-height: 1.5rem;
}

.acc-box-item.acc-box-item-full:after {
	display: none;
}

.acc-box-wrapper .acc-box-item p.acc-box-sub-title {
}

.webform-component--mail-chimp-email-field--mailchimp-signup {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 0.625rem;
}

/* form submit */

.node-webform .webform-confirmation {
	font-family: "Gotham Medium";
	color: #ffffff;
	font-size: 2.125rem;
	line-height: 2.25rem;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (max-width: 1199.98px) {
	.node-webform .webform-confirmation {
		font-size: 1.75rem;
		line-height: 2rem;
	}
}

@media (max-width: 768px) {
	.node-webform .webform-confirmation {
		font-size: 1.5rem;
		line-height: 1.75rem;
	}
}

@media (max-width: 599px) {
	.node-webform .webform-confirmation {
		font-size: 1.25rem;
		line-height: 1.5rem;
	}
}

.node-webform .links a {
	padding: 0rem 2.5rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: inline-block;
	background: #e1221d;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	height: 70px;
	line-height: 70px;
	font-size: 1.25rem;
}

.node-webform .webform-confirmation .content-padding {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
}

.webform-component--mail-chimp-email-field--mailchimp-signup {
	padding-left: 0.4375rem;
}

/* Grid System */

.row {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

[class*="col-"] {
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0px 20px;
}

.col-1 {
	width: 6.77%;
}

.col-2 {
	width: 13.54%;
}

.col-3 {
	width: 20.31%;
}

.col-4 {
	width: 33.33333333%;
}

.col-5 {
	width: 41.66666667%;
}

.col-6 {
	width: 50%;
}

.col-7 {
	width: 58.33333333%;
}

.col-8 {
	width: 66.66666667%;
}

.col-9 {
	width: 75%;
}

.col-10 {
	width: 83.33333333%;
}

.col-11 {
	width: 91.66666667%;
}

.col-12 {
	width: 100%;
}

html,
body {
	font-size: 100%;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration: none;
	color: #000000;
}

a:focus {
	outline: none;
}

a,
button,
select {
	cursor: pointer;
}

.link {
	font-family: "Gotham Bold";
	color: #e1221d;
	text-decoration: underline;
}

.bgcolor-white {
	background: #ffffff;
}

.bgcolor-black-700 {
	background: rgba(0, 0, 0, 0.7);
}

.bgcolor-black {
	background: #000;
}

.text-color-white {
	color: #ffffff !important;
}

.contact-number {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	color: #000000;
	padding-right: 0.625rem;
}

.contact-number h2 {
	margin: 0px;
	font-family: "D-DIN-Bold";
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	padding-right: 0.3125rem;
	font-size: 1.25rem;
}

.contact-number .toll-number {
	font-family: "D-DIN";
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.align-content-center {
	justify-content: center;
	align-items: center;
}

.align-content-right {
	justify-content: flex-end;
}

.align-content-left {
	justify-content: flex-start;
}

.no-padding-right {
	padding-right: 0px !important;
}

.no-padding-left {
	padding-left: 0px !important;
}

.no-padding-top {
	padding-top: 0px !important;
}

.no-padding-bottom {
	padding-bottom: 0px !important;
}

.no-padding {
	padding: 0px !important;
}

.padding30 {
	padding: 10px 30px !important;
}

.no-margin {
	margin: 0px;
}

.relative {
	position: relative;
}

.slides {
	position: relative;
	display: flex;
}

/* Form Elements */

.form-control {
	display: flex;
	align-items: center;
}

.input-plain {
	border: 0px;
}

.input-plain:focus {
	outline: none;
}

.open {
	display: block;
}

.close {
	display: none !important;
}

.flex {
	display: flex;
}

.flex-grow {
	flex: 1;
}

.flex-row {
	flex-direction: column;
}

.flex-col {
	flex-direction: row;
}

.column {
	display: flex;
	margin: 0 2.1875rem;
}

.row {
	display: flex;
}

.spacer-140 {
	height: 140px;
	display: block;
}

.vertical-line {
	width: 100%;
	height: 2px;
	background: #ffffff;
}

.m-border-right:before {
	content: ' ';
	display: block;
	width: 2px;
	height: 100%;
	background: rgba(255, 255, 255, 0.15);
	position: absolute;
	left: -30px;
}

.no-flex {
	flex: 0;
}

.bgcover {
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.faq-questions {
	padding-bottom: 6.25rem;
}

.faq-questions h3 {
	margin: 0px;
	/* letter-spacing: -3px; */
}

.faq-questions select {
	color: #ffffff;
	font-family: "Gotham Bold";
	background: transparent url("../image/select-arrow.png") right center no-repeat;
	font-size: 3.75rem;
	letter-spacing: -3px;
	border: 0px;
	border-bottom: 2px solid #ffffff;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0px 15px;
	padding-right: 20px;
	/* IE hack */
}

.faq-questions select::-ms-expand {
	display: none;
}

.faq-questions select option {
	font-size: 1.875rem;
	color: #000000;
	background: transparent;
}

.header {
	position: fixed;
	width: 100%;
	height: 70px;
	top: 34px;
	z-index: 999;
	/*
  @include respond-to(xs) {
      background: $light-gray;
  }
  @include respond-to(md) {
      background: transparent;
  }
  */
	/* Logo */
}

.header .row {
	justify-content: space-between;
}

.header .logo {
	width: 154px;
	margin: auto 100px;
}

.header .logo img {
	width: 100%;
	height: auto;
}

.dropdown {
	position: absolute;
	z-index: 1;
	width: 100%;
	background: #ffffff;
	border: 1px solid #d9d9d6;
	left: 0px;
	padding: 1.25rem 0rem;
}

.dropdown ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.dropdown li a {
	padding: 0.625rem 1.875rem;
	font-family: "Gotham Book";
	display: block;
}

.navbar {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 70px;
	position: relative;
}

.navbar .navbar-item {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0rem 1.875rem;
	position: relative;
	z-index: 1;
}

.navbar .navbar-item label,
.navbar .navbar-item span {
	flex: 1;
	font-family: "Gotham Book";
	text-transform: uppercase;
}

.navbar .navbar-item:nth-child(2) {
	border-left: 1px solid #d9d9d6;
	border-right: 1px solid #d9d9d6;
}

.navbar .navbar-item.choose-activity input,
.navbar .navbar-item.choose-activity label {
	width: 250px;
	cursor: pointer;
}

.navbar .navbar-item.choose-activity .skd-select {
	width: 250px;
}

.navbar .navbar-item.choose-activity .skd-select select {
	padding: 1.25rem 0rem;
}

.navbar .navbar-item.choose-date input {
	width: 128px;
	cursor: pointer;
}

.navbar .navbar-item.booknow {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	/**font-family: "D-DIN-Bold";**/
	font-family: "Gotham Bold";
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
	background: #e1221d;
	border-left: 0;
	font-size: 1.125rem;
	/*
      @include respond-to(sm) {
          min-width: 176px * 0.4;
      }
      @include respond-to(sm) {
          min-width: 176px * 0.5;
      }
      @include respond-to(md) {
          min-width: 176px * 0.6;
      }
      @include respond-to(lg) {
          min-width: 176px;
      }
      */
}

.navbar .navbar-item.choose-language {
	cursor: pointer;
	color: #ffffff;
	padding-right: 0;
}

.navbar .navbar-item.choose-language input,
.navbar .navbar-item.choose-language label {
	width: 115px;
}

.navbar .navbar-item.choose-language i {
	padding-right: 0rem;
}

.navbar .navbar-item.toggle-menu {
	color: #ffffff;
	padding-right: 1.875rem;
	padding-left: 0rem;
}

.header-menu.desktop ul li:not(:last-child) a {
	/* position: relative;
   color: #fff;
   content: "|";
   font-family: "Gotham Medium"; */
	border-right: 2px solid white;
}

.header-menu.desktop li {
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.choose-language-dropdown {
	background: rgba(0, 0, 0, 0.7);
	border: 0px;
}

.choose-language-dropdown ul li a {
	color: #ffffff;
}

.choose-language-dropdown ul li.ar a {
	font-family: 'Changa', sans-serif;
}

.main-navigation {
	position: fixed;
	z-index: 999;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	width: 100%;
	background: rgba(0, 0, 0, 0.74);
	top: 0px;
	left: 0px;
	padding: 3.75rem 0rem;
}

.main-navigation article {
	box-sizing: border-box;
}

.main-navigation article h4 {
	margin: 0;
	/*
      @include respond-to(xs) {
          @if($p > 10) {
              margin: pixel2Rem($p/2);
          }
          @else {
              margin: pixel2Rem($p);
          }
      }
      @include respond-to(md) {
          margin: $p;
      }
      */
	margin-bottom: 1.125rem;
}

.main-navigation article h4 a {
	font-family: "Gotham Bold";
	color: #e1221d;
	text-decoration: none;
}

.main-navigation ul {
	position: relative;
	margin: 0px;
	padding: 0px;
}

.main-navigation ul li {
	list-style: none;
	line-height: 48px;
}

.main-navigation ul li a {
	font-family: "Gotham Bold";
	color: #b6b3b1;
}

.hamburger .line {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

.hamburger:hover {
	cursor: pointer;
}

.hamburger.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.hamburger.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-44deg);
	-ms-transform: translateY(-7px) rotate(-44deg);
	-o-transform: translateY(-7px) rotate(-44deg);
	transform: translateY(-7px) rotate(-44deg);
}

/* search  hamburger*/

.hamburger-search {
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.footer-maps {
	display: flex;
	width: 80vw;
	margin: auto;
	color: #fff;
	font-family: "Gotham Book";
	padding: 80px 0;
}

.map-palmzone {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 30px;
}

.map-desertcampus {
	max-width: 50%;
	flex: 0 0 50%;
	padding: 0 30px;
}

.footer-maps iframe {
	width: 100%;
}

.footer-maps * {
	box-sizing: border-box;
}

.section {
}

.footer-maps p {
	color: #fff;
	margin: 10px 0 0 0;
}

.footer-maps p a {
	color: #f70000;
	text-transform: uppercase;
	text-decoration: underline;
}

section.map {
	background-color: #000;
}

@media all and (min-width: 1024px) and (max-width: 1439px) {
	.hamburger-search {
		height: 100%;
	}
}

.hamburger-search .line {
	width: 30px;
	height: 2px;
	background-color: #fff;
	display: block;
	margin: 8px auto;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}

@media all and (min-width: 1024px) and (max-width: 1439px) {
	.hamburger-search .line {
		width: 23px;
	}
}

.hamburger-search :hover {
	cursor: pointer;
}

.hamburger-search.is-active .line:nth-child(2) {
	opacity: 0;
}

.hamburger-search.is-active .line:nth-child(1) {
	-webkit-transform: translateY(13px) rotate(45deg);
	-ms-transform: translateY(13px) rotate(45deg);
	-o-transform: translateY(13px) rotate(45deg);
	transform: translateY(13px) rotate(45deg);
}

.hamburger-search.is-active .line:nth-child(3) {
	-webkit-transform: translateY(-7px) rotate(-44deg);
	-ms-transform: translateY(-7px) rotate(-44deg);
	-o-transform: translateY(-7px) rotate(-44deg);
	transform: translateY(-7px) rotate(-44deg);
}

.ajax-progress-throbber {
	display: none !important;
}

/* nav search componant sart here */

.navbar-item.nav-search {
	background-image: url(../image/ic-search.svg);
	height: 100%;
	width: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(0, 0, 0, 0.7);
	padding: 0rem 1.875rem;
	cursor: pointer;
	box-sizing: border-box;
	background-size: 28px 28px;
}

.nav-search-pop.active {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nav-search-pop form {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #e1221d;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	width: 100%;
	justify-content: space-between;
	margin: 0;
}

.nav-search-pop {
	position: absolute;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	background: #e1221d;
	height: 100%;
	left: 0;
	z-index: 1;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	z-index: 2;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.nav-search-pop .nav-search-action {
	width: 15%;
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.nav-search-pop .nav-search-input,
.nav-search-pop .form-item-search-block-form {
	height: 100%;
	width: 80%;
}

.nav-search-pop .nav-search-btn {
	height: 100%;
	width: 50%;
	text-align: center;
}

.nav-search-pop .nav-search-close {
	height: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	height: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 50%;
	/*padding-right: 1.875rem;
	 position: relative;
	top: -2px; */
}

.nav-search-pop *,
.nav-search-pop,
.nav-search-pop input {
	box-sizing: border-box;
}

.nav-search-pop .nav-search-input .nav-search-input-item,
.nav-search-pop .form-item-search-block-form .custom-search-box {
	height: 100%;
	width: 100%;
	font-family: "Gotham Book";
	font-size: 1.125rem;
	padding: 1.25rem 1rem;
	width: 100%;
	border: 0px;
	display: block;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	outline: none;
	box-shadow: none;
	background-color: transparent;
	color: #fff;
}

.nav-search-pop .nav-search-btn input.btn-submit {
	background-image: url(../image/ic-search.svg);
	background-repeat: no-repeat;
	background-position: center center;
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	height: 100%;
	background-size: 28px 28px;
	text-indent: -999px;
	overflow: hidden;
	margin-right: -13px;
}

.active-search.navbar .nav-search-pop {
	opacity: 1;
	pointer-events: all;
	visibility: visible;
}

.nav-search-pop .nav-search-close .hamburger {
	width: 100%;
	padding-right: 1.875rem;
}

.nav-search-input-item::-webkit-input-placeholder,
.custom-search-box::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: #ffffff;
	font-size: 1.125rem;
}

.nav-search-input-item::-moz-placeholder,
.custom-search-box::-moz-placeholder {
	/* Firefox 19+ */
	color: #ffffff;
	font-size: 1.125rem;
}

.nav-search-input-item:-ms-input-placeholder,
.custom-search-box:-ms-input-placeholder {
	/* IE 10+ */
	color: #ffffff;
	font-size: 1.125rem;
}

.nav-search-input-item:-moz-placeholder,
.custom-search-box:-moz-placeholder {
	/* Firefox 18- */
	color: #ffffff;
	font-size: 1.125rem;
}

.mobile-navigation .navbar-item.nav-search {
	background-color: #000;
	padding: 0rem 0.75rem;
	width: 48px;
	background-size: 24px 24px;
}

.nav-search-pop.nav-search-pop-mob {
	height: 64px;
}

.active-search .nav-search-pop {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}

@media (max-width: 1280px) and (min-width: 991px) {
	.navbar-item.nav-search {
		background-size: 22px 22px;
		width: 50px;
	}
}

@media (max-width: 375px) and (min-width: 320px) {
	.mobile-navigation .navbar-item.nav-search {
		background-size: 20px 20px;
	}
	.nav-search-pop .nav-search-btn input.btn-submit {
		background-size: 20px 20px;
		margin: auto;
	}
	.nav-search-pop {
		height: 64px;
	}
}

@media (max-width: 1440px) and (min-width: 1100px) {
	.nav-search-pop {
		height: 44px;
	}
	.nav-search-pop .nav-search-close .hamburger {
		padding: 0rem 0.9375rem;
	}
	.nav-search-pop .nav-search-btn input.btn-submit {
		background-size: 20px 20px;
	}
}

/* nav search componant closed here */

.mobile-navigation {
	height: 64px;
	background: #ffffff;
	position: fixed;
	z-index: 1;
	top: 0px;
	width: 100%;
}

.mobile-navigation > ul {
	display: flex;
	height: 64px;
	justify-content: space-between;
	padding: 0px;
	margin: 0px;
}

.mobile-navigation > ul li {
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.mobile-navigation .logo-mobile {
	height: 45px;
	margin: 10px 0px 0px 10px;
}

.mobile-navigation .booknow {
	font-size: 1rem;
	padding: 0rem 0.75rem;
	height: 64px;
	line-height: 64px;
	font-family: "Gotham Bold";
}

@media (max-width: 1199.98px) {
	.mobile-navigation .booknow {
		width: 150px;
	}
}

@media (max-width: 768px) {
	.mobile-navigation .booknow {
		width: 120px;
		font-size: 0.85rem;
		padding: 0;
	}
}

.mobile-navigation .call-now {
	padding: 1.25rem 1.25rem;
	display: block;
}

.mobile-navigation .mobile-toggle-menu {
	padding: 0.75rem 1.25rem;
	background: #000000;
}

.main-navgitaion-mobile {
	background: rgba(0, 0, 0, 0.8);
	padding: 1.875rem 0rem;
	position: absolute;
	z-index: 999;
	top: 0px;
	width: 100%;
	font-family: "Gotham Bold";
}

.main-navgitaion-mobile .menu-accordion {
	padding: 0rem 1.875rem;
}

.main-navgitaion-mobile h4 {
	padding: 1.25rem 0rem;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #333333;
}

.main-navgitaion-mobile .beefup__head {
}

.main-navgitaion-mobile .beefup__head,
.main-navgitaion-mobile .beefup__head > a {
	color: #e1221d;
	text-decoration: none;
}

.main-navgitaion-mobile .beefup__head.text-36,
.main-navgitaion-mobile .beefup__head > a.text-36 {
	font-size: 1.875rem;
}

.main-navgitaion-mobile .beefup__head.expand,
.main-navgitaion-mobile .beefup__head > a .expand {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 15px;
	padding: 0px;
}

.main-navgitaion-mobile .beefup__head.expand i,
.main-navgitaion-mobile .beefup__head > a .expand i {
	font-size: 2.25rem;
	color: #ffffff;
}

.main-navgitaion-mobile .beefup__body {
	padding: 1.25rem 0rem;
}

.main-navgitaion-mobile .submenu-items {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-navgitaion-mobile .submenu-items li a {
	color: #b6b3b1;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

body.front .container .video-player .banner-title {
	font-size: 8vw;
	line-height: 8rem;
}

.main-navgitaion-mobile .contact-detail-box {
	margin: 0rem 1.875rem;
	/*
    @include respond-to(xs) {
        @if($x > 10 or $y > 10) {
            margin: pixel2Rem($y * 0.5) pixel2Rem($x * 0.5);
        }
        @else {
            margin: pixel2Rem($y) pixel2Rem($x);
        }
    }
    @include respond-to(sm) {
        @if($x > 10 or $y > 10) {
            margin: pixel2Rem($y * 0.6) pixel2Rem($x * 0.6);
        }
        @else {
            margin: pixel2Rem($y) pixel2Rem($x);
        }
    }
    @include respond-to(md) {
        @if($x > 10 or $y > 10) {
            margin: pixel2Rem($y * 0.8) pixel2Rem($x * 0.8);
        }
        @else {
            margin: pixel2Rem($y) pixel2Rem($x);
        }
    }
    @include respond-to(lg) {
        margin: pixel2Rem($y) pixel2Rem($x);
    }
    */
	padding: 0.625rem 0.625rem;
	border-top: 2px solid #333333;
	border-bottom: 2px solid #333333;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.main-navgitaion-mobile .choose-language-accordion {
	width: 100px;
}

.main-navgitaion-mobile .choose-language-accordion .beefup__head,
.main-navgitaion-mobile .choose-language-accordion .beefup__head > a {
	color: #ffffff;
	border: 0px;
	font-family: "Gotham Medium";
	letter-spacing: 1px;
}

.main-navgitaion-mobile .choose-language-accordion .beefup__head.text-36,
.main-navgitaion-mobile .choose-language-accordion .beefup__head > a.text-36 {
	font-size: 1.125rem;
}

.main-navgitaion-mobile .choose-language-accordion .expand {
	position: absolute;
	z-index: 1;
	right: 10px;
	top: 20px;
}

.main-navgitaion-mobile .choose-language-accordion .expand i {
	font-size: 1.25rem;
	color: #ffffff;
}

.main-navgitaion-mobile .choose-language-accordion .submenu-items,
.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.en a {
	font-family: "Gotham Medium" !important;
}

.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.ar a {
	font-family: 'Changa', sans-serif !important;
}

.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.zh-hans a {
	font-family: "D-DIN" !important;
}

.main-navgitaion-mobile .choose-language-accordion .submenu-items li a,
.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li a {
	color: #b6b3b1;
	font-size: 1.125rem;
	line-height: 1.875rem;
}

.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li a {
	border: 0;
}

.any-question-mobile {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1.25rem 1.875rem;
}

.booknow-form-mobile {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border-top: 4px solid #e1221d;
	align-items: center;
}

.booknow-form-mobile > div {
	height: 60px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
}

.booknow-form-mobile .choose-activity {
	position: relative;
	z-index: 1;
	padding: 0px 10px 0px 20px;
	width: 47%;
	border-right: 1px solid #b6b3b1;
}

.booknow-form-mobile .choose-activity .form-control label {
	font-family: 'Gotham Book';
	width: 165px;
}

.booknow-form-mobile .choose-date {
	padding: 0px 20px 0px 10px;
	width: 36%;
}

.booknow-form-mobile .choose-date .form-control input {
	font-family: 'Gotham Book';
	width: 66px;
}

.booknow-form-mobile .btn-book {
	background: #000;
	padding: 0px 20px;
	width: 70px;
	height: 60px;
	color: #fff;
	border: 0px;
	display: block;
}

.booknow-form-mobile .btn-book:focus,
.booknow-form-mobile .btn-book:active {
	outline: none;
}

.booknow-form-mobile .btn-book i {
	fill: #fff;
}

/* Font Size */

/* Border */

/* Margins */

/* Padding Mixins */

/* Margin Mixin */

/* Transition */

/* Borders */

.box-slider-controls {
	position: absolute;
	z-index: 1;
	width: 100%;
	z-index: 9;
	top: 50%;
	margin-top: -19px;
}

.box-slider-controls .arrow {
	position: absolute;
	z-index: 1;
	padding: 10px;
	display: inline-block;
}

.box-slider-controls .arrow img {
	height: 60px;
	margin: auto;
}

.box-slider-controls .arrow.left {
	left: 20px;
}

.box-slider-controls .arrow.right {
	right: 20px;
}

.box-slider .slides {
	height: 100%;
	flex: 1;
}

.thumbnail-slider {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	margin-top: 3.125rem;
	/* slick slider override */
}

.thumbnail-slider .slick-slide > div {
	padding: 0 20px;
}

.thumbnail-slider .thumbnail {
	height: 324px;
	display: flex !important;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
	flex: 1;
	background: rgba(255, 255, 255, .5);
	overflow: hidden;
}

.thumbnail-slider .thumbnail img {
	height: 200px;
}

.thumbnail-slider .slick-slide {
	width: 448px;
	padding: 0px 10px;
}

.btn-primary {
	/* padding: 0.9375rem 1.875rem; */
	padding: 0rem 1.875rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: inline-block;
	background: #e1221d;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	align-items: center;
	height: 44px;
	line-height: 44px;
}

.btn-secondary {
	padding: 0.9375rem 1.875rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: block;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	align-items: center;
}

/* .btn-outline {
	padding: 0.9375rem 1.875rem;
	border: 1px solid #ffffff;
	color: #ffffff;
	display: block;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "Gotham Bold";
	margin-top: 7.625rem;
	text-decoration: none;
	text-transform: uppercase;
} */

.btn-outline {
	padding: 0.9375rem 1.875rem;
	border: 1px solid #ffffff;
	background-color: rgba(255, 255, 255, .5);
	color: #000000;
	display: block;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "Gotham Bold";
	margin-top: 2.625rem;
	text-decoration: none;
	text-transform: uppercase;
	width: 100%;
	max-width: 180px;
	text-align: center;
}

.btn-outline:hover {
	background: #000000;
	color: #ffffff;
	border-color: #000000;
}

.btn-cta {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	z-index: 3;
	bottom: 8.3%;
	border: 0px;
}

.btn-cta button:not(:first-child),
.btn-cta a:not(:first-child) {
	margin-left: 0.625rem;
}

.btn-submit {
	padding: 0rem 2.5rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: inline-block;
	background: #e1221d;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	height: 44px;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
}

#testimonials {
	display: block;
}

#testimonials .slider-controls {
	position: absolute;
	z-index: 1;
	top: calc(100vh - 26vh);
	right: 1%;
}

#testimonials .arrow {
	padding: 10px;
	display: inline-block;
}

#testimonials .arrow img {
	height: 30px;
	margin: auto;
}

.testimonial .slides {
	height: 100vh;
}

.testimonial .slides .slider-image {
	width: 100%;
	height: auto;
	bottom: 0px;
	left: 0px;
}

.testimonial .slides .client-text {
	position: absolute;
	z-index: 9;
	width: 45%;
	top: 50%;
	right: 0px;
	background: rgba(0, 0, 0, 0.74);
	min-height: 30%;
	padding: 0 2.75rem;
	color: #fff;
}

.testimonial .slides .client-text p {
	font-family: "Gotham Book";
	font-size: 30px;
	line-height: 2.25rem;
	color: #ffffff;
	letter-spacing: -1px;
	display: block;
	width: 100%;
	margin: 0px;
}

.testimonial .slides .client-text p strong {
	font-family: "Gotham Bold";
	font-size: 42px;
	line-height: 2.875rem;
}

.testimonial .slides .client-text .quotes {
	width: 100%;
	height: 50px;
	display: block;
	font-family: "Gotham Book";
	font-size: 70px;
	color: #ffffff;
}

.testimonial .slides .client-text .quotes.quote-open {
	margin-top: 30px;
}

.testimonial .slides .client-name {
	position: absolute;
	z-index: 1;
	left: 0px;
	top: -55px;
	background: #e1221d;
	padding: 1.25rem 1.875rem;
	color: #ffffff;
	text-align: center;
}

.font-medium-bold {
	font-family: "D-DIN-Bold";
	font-size: 1.6875rem;
}

.heading-white {
	color: #ffffff;
	font-family: "Gotham Bold";
}

.text-all-caps {
	text-transform: uppercase;
}

@media screen and (min-width: 361px) and (max-width: 960px) {
	.text-120 {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}
	.text-100 {
		font-size: 1.875rem;
	}
	.text-80 {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	.text-70 {
		font-size: 3.25rem;
	}
	.text-60 {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	.text-42 {
		font-size: 1.9375rem;
	}
	.text-40 {
		font-size: 1.875rem;
	}
	.text-36 {
		font-size: 1.5rem;
	}
	.text-30 {
		font-size: 1.375rem;
	}
	.text-26 {
		font-size: 1rem;
	}
	.text-24 {
		font-size: 1.125rem;
	}
	.text-22 {
		font-size: 1rem;
	}
	.text-20 {
		font-size: 0.875rem;
	}
	.text-18 {
		font-size: 0.8125rem;
	}
	.text-16 {
		font-size: 0.75rem;
	}
	.text-14 {
		font-size: 0.6875rem;
	}
	.text-12 {
		font-size: 0.625rem;
	}
	.btn-primary.text-24,
	.page-title.text-36,
	.btn-submit.text-30 {
		font-size: 0.875rem;
	}
	.btn-outline {
		max-width: 120px;
	}
	html:lang(ru) .any-question-mobile > div:nth-child(2).align-content-center {
		min-width: 212px;
	}
	html:lang(ru) .mobile-navigation .call-now {
		padding: 20px 10px;
	}

	html:lang(ru) .mobile-navigation .booknow {
		width: 120px;
		font-size: 10px;
	}


	html:lang(ru) .mobile-navigation .mobile-toggle-menu {
		padding-left: 10px;
	}
	html:lang(ru) .main-navgitaion-mobile .choose-language-accordion .beefup__head > a {
		font-size: 21px;
	}
}

@media screen and (min-width: 270px) and (max-width: 360px) {
	.text-120 {
		font-size: 2.25rem;
		line-height: 2.625rem;
	}
	.text-100 {
		font-size: 1.875rem;
	}
	.text-80 {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	.text-70 {
		font-size: 3.25rem;
	}
	.text-60 {
		font-size: 1.875rem;
		line-height: 1.875rem;
	}
	.text-42 {
		font-size: 1.9375rem;
	}
	.text-40 {
		font-size: 1.875rem;
	}
	.text-36 {
		font-size: 1.5rem;
	}
	.text-30 {
		font-size: 1.375rem;
	}
	.text-26 {
		font-size: 1rem;
	}
	.text-24 {
		font-size: 1rem;
	}
	.text-22 {
		font-size: 1rem;
	}
	.text-20 {
		font-size: 0.875rem;
	}
	.text-18 {
		font-size: 0.8125rem;
	}
	.text-16 {
		font-size: 0.75rem;
	}
	.text-14 {
		font-size: 0.6875rem;
	}
	.text-12 {
		font-size: 0.625rem;
	}
	.btn-primary.text-24,
	.page-title.text-36,
	.btn-submit.text-30 {
		font-size: 0.875rem;
	}
}

@media (min-width: 991px) and (max-width: 1440px) {
	.text-120 {
		font-size: 5rem;
	}
	.text-100 {
		font-size: 4.75rem;
	}
	.text-80 {
		font-size: 3.75rem;
	}
	.text-70 {
		font-size: 3.25rem;
	}
	.text-60 {
		font-size: 2.75rem;
	}
	.text-42 {
		font-size: 1.9375rem;
	}
	.text-40 {
		font-size: 1.875rem;
	}
	.text-36 {
		font-size: 1.4375rem;
	}
	.text-30 {
		font-size: 1.375rem;
	}
	.text-26 {
		font-size: 1.125rem;
	}
	.text-24 {
		font-size: 1.125rem;
	}
	.text-22 {
		font-size: 1rem;
	}
	.text-20 {
		font-size: 0.875rem;
	}
	.text-18 {
		font-size: 0.8125rem;
	}
	.text-16 {
		font-size: 0.75rem;
	}
	.text-14 {
		font-size: 0.6875rem;
	}
	.text-12 {
		font-size: 0.625rem;
	}
	.btn-primary.text-24,
	.page-title.text-36,
	.btn-submit.text-30 {
		font-size: 0.875rem;
	}
	.btn-outline {
		max-width: 120px;
	}
	body .faqs .form-select.nice-select {
		font-size: 40px !important;
	}
	.node-webform .links a {
		font-size: 0.875rem;
		height: 44px;
		line-height: 44px;
	}
	.accordion .subheading {
		padding-right: 35px;
	}
}

@media (min-width: 1441px) {
	.text-120 {
		font-size: 6rem;
		line-height: 6rem;
	}
	.text-100 {
		font-size: 6.25rem;
	}
	.text-80 {
		font-size: 5rem;
	}
	.text-70 {
		font-size: 4.375rem;
	}
	.text-60 {
		font-size: 3.75rem;
	}
	.text-42 {
		font-size: 2.625rem;
	}
	.text-40 {
		font-size: 2.5rem;
	}
	.text-36 {
		font-size: 2.25rem;
	}
	.text-30 {
		font-size: 1.875rem;
	}
	.text-26 {
		font-size: 1.625rem;
	}
	.text-24 {
		font-size: 1.5rem;
	}
	.text-22 {
		font-size: 1.375rem;
	}
	.text-20 {
		font-size: 1.25rem;
	}
	.text-18 {
		font-size: 1.125rem;
	}
	.text-16 {
		font-size: 1rem;
	}
	.text-14 {
		font-size: 0.875rem;
	}
	.text-12 {
		font-size: 0.75rem;
	}
	.btn-primary.text-24,
	.page-title.text-36,
	.btn-submit.text-30 {
		font-size: 1.25rem;
	}
	.accordion .subheading {
		padding-right: 35px;
	}
}

.news .overlay {
	justify-content: flex-start !important;
}

.news .overlay .banner-title {
	text-align: center;
	margin-top: 60px;
	font-family: "Gotham Medium";
	font-size: 2rem;
	line-height: 2rem;
	letter-spacing: 0px;
	max-width: 80%;
	margin-left: -40px;
	min-height: 80px;
	/* added nn */
	margin: auto;
}

.news .overlay .date {
	text-align: center;
	width: 80%;
	margin-top: 20px;
	margin-left: -40px;
}

.form {
	margin-top: 4.375rem;
}

.form .form-control {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	/* flex-direction: column; */
	flex: 1;
	margin: 0.625rem 0.625rem;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.form .form-group {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form select,
.form textarea,
.form .custom-select {
	font-family: "Gotham Book";
	font-size: 1rem;
	padding: 1.25rem 1rem;
	width: 100%;
	border: 0px;
	/* text-indent: 1.875rem; */
	display: block;
	position: relative;
	-webkit-appearance: none;
	border-radius: 0;
	background-color: rgba(255, 255, 255, .95);
}

input[type="text"],
input[type="email"],
input,
button,
select,
textarea,
.custom-select,
input[type="checkbox"] :focus {
	outline: none;
	box-shadow: none;
}

.form label {
	font-family: "Gotham Bold";
	font-size: 1rem;
	color: #ffffff;
	margin-left: 0.625rem;
}

.form input[type="checkbox"] {
	height: 30px;
	width: 30px;
	-moz-appearance: none;
	-webkit-appearance: none;
	background-color: rgba(255, 255, 255, .95);
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}

.form textarea {
	min-height: 120px;
	resize: none;
}

.form .form-checkbox {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.form .custom-select {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	background: #ffffff;
}

.form .custom-select .custom-select-label {
	color: #000000;
	width: 100%;
}

/* Custom Style for Select */

.skd-select {
	overflow: hidden;
	background: rgba(255, 255, 255, .95);
	position: relative;
}

.skd-select select {
	font-family: "Gotham Book";
	font-size: 0.875rem !important;
	/*padding: 1.25rem 1.875rem;*/
	width: 100%;
	border: 0px;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	box-shadow: none;
}

.skd-select select::-ms-expand {
	display: none;
}

.skd-select select:focus {
	outline: none;
}

footer {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	padding: 0.9375rem 1.25rem;
	align-items: center;
	background: #000000;
	/* Footer navigations */
}

footer .logo-bottom img {
	width: 110px;
}

footer .nav-bottom {
	list-style: none;
	margin: 0px;
	/*display: flex;*/
	align-items: center;
}

footer .nav-bottom li {
	display: inline-block;
	margin: 0px 7px;
	line-height: 30px;
}

footer .nav-bottom a {
	font-family: "Gotham Book";
	font-size: 0.75rem;
	color: #b6b3b1;
	display: block;
}

footer .widget {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex: 1;
}

footer .widget-right,
footer .widget-left {
	display: flex;
	align-items: center;
}

.social-icons {
	display: flex;
}

.social-icons li {
	height: 26px;
	width: 26px;
	background: #ffffff;
	border-radius: 26px;
	list-style: none;
	margin: 0 4px;
}

.social-icons li a {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	font-size: 14px;
	transition: all 0.5s ease-in-out;
}

.social-icons li a:hover {
	color: #e1221d;
}

.ad-notification {
	width: 540px;
	height: 200px;
	background: rgba(0, 0, 0, 0.8);
	position: fixed;
	z-index: 99;
	bottom: 5%;
	right: -540px;
	opacity: 0;
	pointer-events: none;

}

.ad-notification .close-arrow {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: rgba(0, 0, 0, 0.8);
	display: block;
	position: absolute;
	z-index: 2;
	right: 0px;
	top: 0px;
	color: #ffffff;
	text-decoration: none;
	font-family: Arial;
	text-align: center;
}

.ad-notification .ad-notification-container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	font-family: "Gotham Book";
}

.ad-notification .ad-notification-container > div:first-child {
	padding: 20px;
}

.ad-notification .ad-notification-container p {
	font-size: 1.5rem;
	color: #fff;
	margin: 0px;
	margin-bottom: 40px;
	letter-spacing: -1px;
}

.ad-notification .ad-notification-container .links {
	display: flex;
}

.ad-notification .ad-notification-container .links a {
	font-family: "Gotham Bold";
	color: #e1221d;
	text-decoration: underline;
	text-transform: uppercase;
	font-size: 0.875rem;
	padding-right: 20px;
}

.ad-notification .ad-notification-container .links a:hover {
	text-decoration: none;
}

.ad-notification.show {
	animation: slide-in 0.5s forwards;
	-webkit-animation: slide-in 0.5s forwards;
	pointer-events: auto;
}

@keyframes slide-in {
	100% {
		opacity: 1;
		right: 0px;
	}
}

@media (min-width: 320px) and (max-width: 640px) {
	.ad-notification {
		width: 290px;
		height: 110px;
		left: 50%;
		margin-left: -145px;
		right: auto;
	}
	.ad-notification .ad-notification-container > div:first-child {
		padding: 10px;
	}
	.ad-notification .ad-notification-container p {
		font-size: 0.75rem;
		margin-bottom: 20px;
	}
	.ad-notification .ad-notification-container img {
		height: 110px;
	}
	.ad-notification .ad-notification-container .links a {
		font-size: 0.5rem;
		padding-right: 10px;
	}
	.ad-notification .ad-notification-container .links a:last-child {
		padding-right: 0px;
	}
	.ad-notification .close-arrow {
		font-size: 0.625rem;
		width: 20px;
		height: 20px;
		line-height: 20px;
	}
	body.front .container .video-player .banner-title {
		line-height: 3rem;
	}
}

.nice-select {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	/*border-radius: $input_border_radius;*/
	/*border: solid 1px $gray_light;*/
	box-sizing: border-box;
	clear: both;
	cursor: pointer;
	display: block;
	float: left;
	font-family: inherit;
	font-size: 14px;
	font-weight: normal;
	height: 42px;
	line-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 30px;
	position: relative;
	text-align: left !important;
	transition: all 0.2s ease-in-out;
	user-select: none;
	/* white-space: nowrap; */
	white-space: normal;
	width: auto;
}

.nice-select:hover {
	border-color: #dbdbdb;
}

.nice-select:active,
.nice-select.open,
.nice-select:focus {
	border-color: #999;
}

.nice-select:after {
	border-bottom: 2px solid #999;
	border-right: 2px solid #999;
	content: '';
	display: block;
	height: 5px;
	margin-top: -4px;
	pointer-events: none;
	position: absolute;
	right: 12px;
	top: 50%;
	transform-origin: 66% 66%;
	transform: rotate(45deg);
	transition: all 0.15s ease-in-out;
	width: 5px;
}

.nice-select.open:after {
	transform: rotate(-135deg);
}

.nice-select.open .list {
	opacity: 1;
	pointer-events: auto;
	transform: scale(1) translateY(0);
}

.nice-select.disabled {
	border-color: #ededed;
	color: #999;
	pointer-events: none;
}

.nice-select.disabled:after {
	border-color: #cccccc;
}

.nice-select.wide {
	width: 100%;
}

.nice-select.wide .list {
	left: 0 !important;
	right: 0 !important;
}

.nice-select.right {
	float: right;
}

.nice-select.right .list {
	left: auto;
	right: 0;
}

.nice-select.small {
	font-size: 12px;
	height: 36px;
	line-height: 34px;
}

.nice-select.small:after {
	height: 4px;
	width: 4px;
}

.nice-select.small .option {
	line-height: 34px;
	min-height: 34px;
}

.nice-select .list {
	background-color: #fff;
	/* border-radius: $input_border_radius; */
	box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
	box-sizing: border-box;
	margin-top: 4px;
	opacity: 0;
	overflow: hidden;
	padding: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	transform-origin: 50% 0;
	transform: scale(0.75) translateY(-21px);
	transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
	z-index: 9;
	min-width: 240px;
	white-space: normal;
}

.nice-select .list:hover .option:not(:hover) {
	background-color: transparent !important;
}

.nice-select .option {
	cursor: pointer;
	font-weight: 400;
	line-height: 40px;
	list-style: none;
	min-height: 40px;
	outline: none;
	padding-left: 18px;
	padding-right: 29px;
	text-align: left;
	transition: all 0.2s;
}

.nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
	background-color: #f6f6f6;
}

.nice-select .option.selected {
	font-weight: bold;
}

.nice-select .option.disabled {
	background-color: transparent;
	color: #999;
	cursor: default;
}

.no-csspointerevents .nice-select .list {
	display: none;
}

.no-csspointerevents .nice-select.open .list {
	display: block;
}

/* Flatpickr jquery library css overrides */

.flatpickr-calendar {
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0px;
}

.flatpickr-current-month span.cur-month,
.flatpickr-current-month input.cur-year {
	font-family: "D-DIN-Bold";
}

.flatpickr-weekdays .flatpickr-weekdaycontainer span.flatpickr-weekday,
.flatpickr-day {
	font-family: "D-DIN";
	font-size: 0.875rem;
	color: #b6b3b1;
}

.flatpickr-day {
	color: #000000;
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
	color: #cccccc;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
	background: #e1221d;
	border-color: #e1221d;
}

/* hide indicator arrow */

.flatpickr-calendar:before,
.flatpickr-calendar:after {
	display: none;
}

/* Beefup Accordion */

.beefup {
	border: 0px;
	margin: 0px;
	border-radius: 0px;
}

.beefup__body {
	padding-top: 0px;
	padding: 0px;
	margin: 0px;
	padding-bottom: 1rem;
}

.beefup__head::after {
	border: 0px;
}

.beefup.is-open .collapse {
	display: block;
}

.main-navigation .beefup__head {
	padding: 0px;
}

::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #000;
	opacity: 1;
	font-size: 0.875rem;
	/* Firefox */
}

:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #000;
	opacity: 1;
	font-size: 0.875rem;
}

::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #000;
	opacity: 1;
	font-size: 0.875rem;
}

.error {
	color: black !important;
}

.form-item.webform-component.webform-component-date.webform-component--start-date-new {
	width: 100%;
}

.webform-container-inline.webform-datepicker {
	display: flex;
	justify-content: space-between;
}

.webform-container-inline div,
.webform-container-inline div.form-item {
	flex: 1;
}

div.error {
	background-image: none;
	display: block;
	text-align: left;
	width: 100%;
	color: #8c2e0b !important;
	background-color: transparent;
	font-family: Gotham Book;
	position: absolute;
	bottom: 3px;
	font-size: 0.7rem;
	left: 1rem !important;
	text-indent: 0 !important;
	width: -moz-calc(100% - 2rem) !important;
	width: -webkit-calc(100% - 2rem) !important;
	width: calc(100% - 2rem) !important;
}

@media screen and (max-width: 960px) and (min-width: 320px) {
	div.error {
		left: 0.9375rem !important;
		width: -moz-calc(100% - 1.875rem) !important;
		width: -webkit-calc(100% - 1.875rem) !important;
		width: calc(100% - 1.875rem) !important;
		line-height: 10px;
	}



}
:lang(ru) div.error {
	line-height: 8px;
}
.skd-select,
.skd-select-none,
.form-type-select {
	overflow: hidden;
}

.news .container .image {
	height: 100%;
}

.form-managed-file {
	display: flex;
	flex-direction: row;
	align-items: center;
	position: relative;
}

.upload-file-control > div {
	width: 100%;
}

.form-managed-file > input[type="submit"] {
	padding: 0rem 1.6rem;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: block;
	background: #000000;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 0px;
	align-items: center;
	font-size: 1rem;
	height: 60px;
	-webkit-appearance: none;
	border-radius: 0;
	/* 44px for same as submit button */
}

.form-managed-file > input[type="file"] + label {
	color: #fff;
}

.form-managed-file > input[type="file"] {
	position: relative;
	overflow: hidden;
	text-indent: 1000px;
	/*color: transparent !important;*/
	color: black;
	flex: 1;
	background: rgba(255, 255, 255, .95);
	-webkit-appearance: none;
	border-radius: 0;
}

.form-managed-file div.error,
.upload-file-control div.error {
	bottom: -70px;
	text-indent: 0;
	max-width: 70%;
	padding-left: 25px;
}

div#edit-submitted-upload-cv-ajax-wrapper .form-managed-file .cv-upload-error {
	background-image: none;
	display: block;
	text-align: left;
	width: 100%;
	color: #8c2e0b !important;
	background-color: transparent;
	text-indent: 16px;
	font-family: Gotham Book;
	position: absolute;
	bottom: 3px;
	font-size: 0.7rem;
	left: 0;
}

/* div#webform-ajax-wrapper-118 .messages.error {
	display: none;
} */

/* .form-managed-file>input[type="file"] {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
} */

.form-managed-file > input[type="file"] {
	height: 60px;
	line-height: 60px;
	box-sizing: border-box;
	padding-top: 20px;
	font-size: 0.875rem;
}

.form-managed-file > input[type="file"]:after {
	/*content: "Choose file..";*/
	content: " ";
	color: #000;
	font-size: 1rem;
	padding: 0rem 1rem;
	display: block;
	text-indent: 10px;
	background: transparent;
	margin-top: -22px;
	/* -18px setting for red button height */
	height: 60px;
	/* 44px setting for red button height */
	line-height: 60px;
	position: relative;
	left: -10px;
}

.form-managed-file > input[type="file"]:focus + label,
.form-managed-file > input[type="file"] + label:hover {
	color: #fff;
}

.form-textarea-wrapper,
.form-item,
.upload-file-control {
	width: 100%;
}

.form-managed-file > .div.error {
	position: relative;
}

.main-navgitaion-mobile .menu-accordion h4 {
	padding: 1.25rem 0rem;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #333333;
	margin: 0rem;
}

.main-navgitaion-mobile .menu-accordion h4 a {
	color: #e1221d;
	text-decoration: none;
}

.main-navgitaion-mobile .menu-accordion h4.text-36,
.main-navgitaion-mobile .menu-accordion h4 > a.text-36 {
	font-size: 1.875rem;
}

html.js input.webform-calendar {
	display: none;
}

div.messages {
	border: 0px;
}

.sliding-popup-bottom {
	font-family: 'Gotham Book';
	font-size: 0.785rem;
}

.sliding-popup-bottom .popup-content {
	padding: 10px;
}

.sliding-popup-bottom #popup-buttons {
	display: flex;
}

.sliding-popup-bottom .agree-button {
	font-family: 'Gotham Book';
	font-size: 0.785rem;
	padding: 0.9375rem 1.2rem !important;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: block;
	background: #000 !important;
	color: #ffffff;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #000 !important;
	align-items: center;
	margin-right: 15px;
}

.sliding-popup-bottom .decline-button {
	font-family: 'Gotham Book';
	font-size: 0.785rem;
	padding: 0.9375rem 1.2rem !important;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	font-family: "D-DIN-Bold";
	display: block;
	background: transparent !important;
	color: #ffffff !important;
	text-decoration: none;
	text-transform: uppercase;
	border: 1px solid #fff !important;
	align-items: center;
	border-radius: 0px !important;
	text-shadow: none !important;
	box-shadow: none !important;
}

.faq-questions .form {
	width: auto !important;
	margin-top: 0px;
}

.faq-questions select {
	color: #ffffff;
	font-family: "Gotham Bold" !important;
	background: transparent url(../image/select-arrow.png) right center no-repeat;
	/* font-size: 3.75rem !important;*/
	font-size: 58px !important;
	letter-spacing: -3px;
	border: 0px !important;
	border-bottom: 2px solid #ffffff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0px 15px;
	padding-right: 40px !important;
	border-radius: 0px !important;
}

.webform-confirmation {
	display: flex;
	margin: 20px auto;
	text-align: center;
}

.webform-confirmation > p {
	text-align: center;
	font-size: 3rem;
	font-family: "D-DIN-Bold";
	color: white;
	margin: 0px;
}

.links {
	text-align: center;
}

.links a {
	color: white;
	font-family: "D-DIN";
}

.player {
	z-index: 3;
}

/** code added to hide **/

/* .main-navigation .column.flex-row .beefup:first-child {
	display: none !important;
} */

#popup-buttons button.decline-button.eu-cookie-compliance-default-button {
	display: none;
}

.box-slider-controls {
	display: none;
}

.webform-component--upload-cv .file {
	flex: 1;
	background: #fff;
	padding: 1rem;
	font-family: "Gotham Book";
	font-size: 1rem;
}

.webform-component--upload-cv .description {
	display: none;
}

.beefup.accordion.is-open .is-open-plus {
	display: none;
}

.beefup.accordion.is-open .is-open-minus {
	display: block;
}

.beefup.accordion .is-open-minus {
	display: none;
}

.beefup__body p {
	text-align: justify;
	margin: auto 48px;
	padding-bottom: 10px;
}

.beefup__body ul {
	margin: auto 54px;
	list-style-position: inside;
	padding: 0;
}

@media screen and (max-width: 960px) and (min-width: 320px) {
	.beefup__body ul {
		margin: auto 25px;
	}
}

.content ul.commonpara {
	padding: 0 50px 0 5px;
	padding-bottom: 10px;
	font-family: "Gotham Medium";
	list-style: none;
	list-style-image: url(../image/icon-bullet.png);
	text-align: justify;
}

.content ul.commonpara-2 {
	padding: 0 17px 10px;
}

.content ul.commonpara a {
	color: #e1221d;
}

ul.commonpara.sub.no-disc {
	list-style-image: url(../image/icon-dash.png);
}

ul.commonpara.sub {
	padding: 0 82px;
}

.content ul.commonpara.common {
	padding: 0 16px;
}

/* .accordion .subheading .title {
	margin-right: 60px;
} */

.text-justify {
	text-align: justify;
}

.page-subtitle {
	border-bottom: 1px solid #fff;
	padding-bottom: 5px;
	padding-left: 40px;
}

.align-most-right {
	align-items: flex-start;
	justify-content: flex-end;
}

/* Requirement Page */

#node-79 .row:nth-child(3) .beefup__body p {
	margin: auto !important;
}

#node-29 .btn-primary,
#node-107 .btn-primary {
	display: inline-block;
	position: absolute;
	top: -35px;
}

.img2bg {
	visibility: hidden;
}

.d-inline-block {
	display: inline-block;
}

.merchandise-box .banner-title {
	max-width: 100% !important;
}

.merchandise-box .store-detail-text {
	position: absolute;
	width: 45%;
	left: 0px;
	background: rgba(0, 0, 0, 0.7);
	bottom: 8.3%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 70px;
}

.merchandise-box + .btn-cta {
	right: 0px;
}

.store-detail-text .banner-title {
	text-align: left !important;
	padding-left: 1.3rem;
	font-size: 1.25rem;
	font-family: "D-DIN-Bold" !important;
	text-transform: uppercase;
}

.store-detail-text .banner-title.text-60,
.store-detail-text .banner-title.text-30 {
	font-size: 1.5rem;
}

.overlay.shop-btn {
	/*background: rgba(0, 0, 0, 0.3);
	 border: 1px solid #fff; */
}

.shop-btn .btn-outline {
	margin-top: 0px;
	border: 0px;
	border: 1px solid #fff;
	color: #000;
	background-color: rgba(255, 255, 255, .5);
}

.shop-btn .btn-outline:hover {
	background: #000;
	color: #fff;
	border-color: #000;
}

.shop-btn > .banner-title {
	max-width: 100% !important;
}

.merchandise-box .store-detail-text:after {
	content: "";
	height: 50%;
	border-right: 2px solid #fff;
	position: absolute;
	right: 50%;
}

.merchandise-box .btn-cta {
	left: 45%;
}

.m-border-right {
	border-right: 1px solid rgba(255, 255, 255, 0.15);
}

.m-column {
	flex-basis: 33%;
	flex: 1;
	padding: 0 2.1875rem;
	margin: 0rem;
}

.justify-content-space-between {
	justify-content: space-between;
}

.main-navigation ul li:before {
	display: inline-block;
	color: #b6b3b1;
	content: "►";
	padding-right: 10px;
	font-size: 10px;
}

.main-navigation ul li {
	line-height: 1.5rem;
}

.main-navigation ul li a {
	font-size: 1rem;
}

.main-navigation .heading-white.text-40 {
	font-size: 1.3rem;
}

/* dropdown select */

.faqs .form-select.nice-select {
	background: transparent;
	color: #ffffff;
	font-family: "Gotham Bold" !important;
	font-size: 3.75rem !important;
	font-size: 58px !important;
	letter-spacing: -3px;
	border: 0px !important;
	border-bottom: 2px solid #ffffff !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0px 15px;
	padding-right: 40px !important;
	border-radius: 0px !important;
	float: none;
	padding-left: 0;
	line-height: initial;
	height: auto;
	font-weight: bold;
}

.faqs .form-select.nice-select:after {
	background: transparent url(../image/select-arrow.png) center center no-repeat;
	border: 0;
	width: 24px;
	height: 16px;
	transform: none;
	transform-origin: inherit;
	right: 0;
	margin: 0;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	top: 50%;
}

.faqs .form-select.nice-select li {
	color: #000000;
	font-size: 1rem;
	letter-spacing: 0;
}

.faqs .form-select.nice-select .option:hover,
.faqs .form-select.nice-select .option.focus,
.faqs .form-select.nice-select .option.selected.focus {
	background-color: #e2e2e2;
	color: #e1221d;
}

.faqs .form-select.nice-select .list {
	width: 100%;
	border-top: 0 !important;
	margin-top: 0;
}

div#node-91.node .inner-bg,
div#node-92.node .inner-bg {
	background-position: top center;
}

.acc-box-wrapper .acc-box-item p.acc-box-desc a span {
	color: #b22222;
	display: inline-block;
}

.acc-box-wrapper .acc-box-item p.acc-box-desc a span:hover {
	text-decoration: underline;
}

/* cookie */

.sliding-popup-bottom h2 {
	margin: 0;
}

.sliding-popup-bottom h2 a {
	font-family: "Gotham Medium";
	text-decoration: underline;
}

.sliding-popup-bottom h2 a:hover {
	color: #fff;
}

.sliding-popup-bottom div#popup-buttons button {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.view-id-merchandise_term ul.pager,
.view-news-events ul.pager {
	margin: 0;
	padding: 0;
}

body.page-user-login div#main-wrapper {
	margin-top: 150px;
}

.page-search-node form.search-form {
	display: none;
}

/* search results */

ol.search-results {
	list-style: decimal;
}

.search-wrapper {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.search-wrapper .search-results li {
	margin-bottom: 1em;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, 1) !important;
	padding-bottom: 1rem;
	font-family: "Gotham Bold";
	color: #ffffff;
	white-space: normal;
	font-size: 1.7rem;
}

.search-wrapper .search-results li a {
	font-size: 15px;
	font-weight: normal;
	font-family: "Gotham Book";
}

.search-wrapper .search-results .title {
	white-space: normal;
	font-size: 1.7rem;
	line-height: 1.7rem;
	margin: 5px 0;
}

.search-wrapper .item-list {
}

.search-wrapper .item-list ul.pager {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-wrapper .item-list ul.pager li {
	padding: 0 10px;
}

.search-wrapper .item-list ul.pager li a {
	color: #000;
	background: white;
}

.search-wrapper .item-list ul.pager li.pager-current {
}

.search-wrapper .item-list ul.pager li.pager-current a {
	/* background: red; */
	color: #fff;
}

.search-wrapper .item-list ul.pager li.pager-current {
	background: #e1221d;
	color: #fff;
}

.search-wrapper .item-list ul.pager li a {
	background: transparent;
	color: #fff;
}

.nav-search-pop form > div {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	-ms-flex-pack: justify;
	width: 100%;
}

.nav-search-pop form > div .container-inline {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
	width: 100%;
	justify-content: space-between;
}

@media all and (-ms-high-contrast: none) {
	.navbar .navbar-item.choose-language .form-control,
	.navbar .navbar-item.choose-language input,
	.navbar .navbar-item.choose-language label,
	.navbar .navbar-item.choose-language i {
		display: inline-block;
		vertical-align: middle;
	}
}

div#main-wrapper ul.pager {
	margin: 0;
}

.skd-select:after {
	position: absolute;
	right: 1rem;
	top: 50%;
	width: 15px;
	height: 10px;
	content: "";
	background: url(../image/down-arrow.png) no-repeat;
	transform: translateY(-50%);
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: portrait) {
	.skd-select:after {
		position: absolute;
		right: 0.9375rem;
		top: 50%;
		width: 15px;
		height: 10px;
		content: "";
		background: url(../image/down-arrow.png) no-repeat;
		transform: translateY(-50%);
	}
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
	.skd-select:after {
		position: absolute;
		right: 0.9375rem;
		top: 50%;
		width: 15px;
		height: 10px;
		content: "";
		background: url(../image/down-arrow.png) no-repeat;
		transform: translateY(-50%);
	}
}

@media screen and (max-width: 960px) and (min-width: 320px) {
	.skd-select:after {
		position: absolute;
		right: 0.75rem;
		top: 50%;
		width: 15px;
		height: 10px;
		content: "";
		background: url(../image/down-arrow.png) no-repeat;
		transform: translateY(-50%);
	}
}

a.navbar-item.booknow.text-20.gift-voucher {
	background: #ffeb3b;
	color: #000;
}

/* new header starts here */

/* breakpoints */

.header-menu.desktop {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	position: fixed;
	width: 100%;
	height: 120px;
	top: 0;
	z-index: 998;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0.45) 0%, rgba(255, 255, 255, 0) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient(
			startColorstr='#73000000',
			endColorstr='#00ffffff',
			GradientType=0
		);
}

@media all and (max-width: 1199.98px) {
	.header-menu.desktop {
		display: none;
	}
}

.header-menu.desktop ul {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	width: 100%;
	max-width: 100%;
	list-style: none;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	position: relative;
	padding-top: 1.75rem;
}

.header-menu.desktop ul li a {
	font-size: 1.125rem;
	color: #fff;
	/* font-family: "Gotham Medium"; */
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0 1.125rem;
	-webkit-transition: all 0.3s ease-in;
	-moz-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

/* .header-menu.desktop ul li a.active {
	color: #e1221d;
} */
.header-menu.desktop ul li a.active-trail {
	color: #e1221d;
}

@media all and (min-width: 1440px) {
	.header-menu.desktop ul li {
		padding-top: 0.75rem;
		padding-bottom: 0.75rem;
	}
	.header-menu.desktop ul li a {
		font-size: 1rem;
		padding: 0 0.75rem;
	}
	.header-menu.desktop ul li a:lang(ar) {
		padding: 1.25rem;
	}
}

@media all and (min-width: 1024px) and (max-width: 1439px) {
	.header-menu.desktop ul li a {
		font-size: 0.875rem;
		padding: 0 0.625rem;
	}
}

@media all and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {
	.header-menu.desktop ul li a {
		font-size: 0.875rem;
		padding: 0 0.375rem;
	}
}

@media all and (min-width: 1025px) and (max-width: 1439px) {
	.header-menu.desktop ul li a {
		font-size: 0.875rem !important;
		padding: 0 0.375rem;
	}
}

@media all and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.header-menu.desktop ul li a {
		font-size: 0.6875rem;
		padding: 0 0.375rem;
	}
	.header-menu.desktop ul li a:lang(ar) {
		padding: 0 0.75rem;
	}
}

.header-menu.desktop ul li a:hover {
	color: #e1221d;
}

.header-menu.desktop ul li a:lang(ar) {
	font-family: 'Changa', sans-serif;
}

.main-navgitaion-mobile {
	display: none;
}

.main-navgitaion-mobile ul {
	margin: 0;
	padding: 0rem 1.875rem;
	list-style: none;
}

.main-navgitaion-mobile ul li a {
	display: block;
	padding: 1.25rem 0rem;
	position: relative;
	z-index: 1;
	border-bottom: 2px solid #333333;
	margin: 0rem;
	color: #ffffff;
	font-size: 1.2rem;
}
:lang(ru) .main-navgitaion-mobile ul li a {
	font-weight: bold;
}

/* .main-navgitaion-mobile ul li a.active {
	color: #e1221d;
} */
.main-navgitaion-mobile ul li a.active-trail {
	color: #e1221d;
}

.main-navgitaion-mobile ul li:last-child a {
	border-bottom: 0;
}

/* checkbox styling  starts */

.webform-component--mail-chimp-email-field--mailchimp-signup input[type=checkbox] + label:before {
	border: 0;
	border-radius: 0;
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-right: 10px;
	vertical-align: bottom;
	color: transparent;
	transition: .2s;
	background-color: #fff;
	border: 3px solid #fff;
	box-sizing: border-box;
	content: "";
	line-height: 19px;
	font-size: 12px;
	text-align: center;
}

.webform-component--mail-chimp-email-field--mailchimp-signup label.option {
	margin-left: 3px;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.webform-component--mail-chimp-email-field--mailchimp-signup input[type=checkbox]:checked + label:before {
	background-color: #e1221d;
	border-color: #e1221d;
	color: #fff;
	border-color: #fff;
	background-image: url(../image/icon-tick.svg);
	background-position: center center;
	background-size: 15px 15px;
}

.webform-component--mail-chimp-email-field--mailchimp-signup input[type="checkbox"] {
	display: none;
}

@media all and (-ms-high-contrast: none) {
	.webform-component--mail-chimp-email-field--mailchimp-signup input[type=checkbox] + label:before {
		line-height: 16px;
	}
}

input[type=checkbox]::-ms-check {
	outline: none;
}

/* checkbox styling  end */

@media all and (max-width: 1199.98px) {
	.main-navgitaion-mobile {
		display: block;
	}
	.main-navgitaion-mobile .contact-detail-box {
		padding: 0;
	}
	.main-navgitaion-mobile .choose-language-accordion {
		width: 100%;
	}
	.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url {
		padding: 0 0 0 0;
		margin: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: flex-start;
		-moz-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-ms-flex-pack: flex-start;
		overflow: hidden;
		height: 100%;
	}
	.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li {
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-justify-content: center;
		justify-content: center;
		-ms-flex-pack: center;
		overflow: hidden;
		width: 36px;
		max-width: 36px;
		height: 100%;
		margin: 0 5px;
	}
	.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li a {
		height: 100%;
		width: 100%;
		background-repeat: no-repeat;
		background-position: center center;
		background-color: transparent;
		padding: 0;
		cursor: pointer;
		box-sizing: border-box;
		background-size: 36px 22px;
		text-indent: -999px;
		color: #fff;
	}
	.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.en a {
		background-image: url(../image/lang-en.png);
	}
	 .main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.ru a {
		background-image: url(../image/lang-ru.jpg);
	}
	.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.zh-hans a {
		background-image: url(../image/lang-zh-hans.png);
	}
	/**
	.main-navgitaion-mobile .choose-language-accordion .language-switcher-locale-url li.zh-hans a {
		background-image: url(../image/lang-zh.png);
	} */
}

.header {
	top: 75px;
}

.header:lang(ar) {
	top: 75px !important;
}

@media (max-width: 1280px) and (min-width: 991px) {
	.header .navbar .navbar-item.choose-language {
		padding: 0 !important;
	}
}

.header .navbar-item.choose-language {
	padding: 0;
}

.header .navbar-item.choose-language .form-control {
	height: 100%;
}

.header .navbar-item.choose-language .form-control .custom-select-label {
	height: 100%;
	/* width: 180px; */
	width: 150px;
	/**max-width: 180px;**/
}

@media all and (min-width: 1025px) and (max-width: 1439px) {
	.header .navbar-item.choose-language .form-control .custom-select-label {
		/* width: 150px; */
		width: 150px;
		max-width: 150px;
	}
}

@media all and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.header .navbar-item.choose-language .form-control .custom-select-label {
		/* width: 150px; */
		width: 150px;
		max-width: 150px;
	}
}

.header .navbar-item.choose-language .form-control .custom-select-label ul {
	padding: 0 0 0 20px;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	height: 100%;
}

@media all and (min-width: 1025px) and (max-width: 1439px) {
	.header .navbar-item.choose-language .form-control .custom-select-label ul {
		padding: 0 0 0 20px !important;
	}
}

@media all and (min-device-width: 1024px) and (max-device-width: 1366px) {
	.header .navbar-item.choose-language .form-control .custom-select-label ul {
		padding: 0 0 0 0;
	}
}

.header .navbar-item.choose-language .form-control .custom-select-label ul:lang(ar) {
	padding: 0 35px 0 0;
}

@media all and (min-width: 1025px) and (max-width: 1439px) {
	.header .navbar-item.choose-language .form-control .custom-select-label ul {
		padding: 0 0 0 20px !important;
	}
	.header .navbar-item.choose-language .form-control .custom-select-label ul:lang(ar) {
		padding: 0 20px 0 0 !important;
	}
}

.header .navbar-item.choose-language .form-control .custom-select-label ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	overflow: hidden;
	width: 33.33%;
	max-width: 33.33%;
	height: 100%;
	margin: 0 5px;
}

/**.header .navbar-item.choose-language .form-control .custom-select-label ul li.ar {
	display: none;
}**/

/**.header .navbar-item.choose-language .form-control .custom-select-label ul li.last {
	display: none;
}**/

.header .navbar-item.choose-language .form-control .custom-select-label ul li a {
	height: 100%;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: transparent;
	padding: 0;
	cursor: pointer;
	box-sizing: border-box;
	background-size: 36px 22px;
	text-indent: -999px;
	color: #fff;
}

.header .navbar-item.choose-language .form-control .custom-select-label ul li.en a {
	background-image: url(../image/lang-en.png);
}
.header .navbar-item.choose-language .form-control .custom-select-label ul li.ru a {
	background-image: url(../image/lang-ru.jpg);
}

.header .navbar-item.choose-language .form-control .custom-select-label ul li.zh-hans a {
	background-image: url(../image/lang-zh-hans.png);
}

/* .header .navbar-item.choose-language .form-control .custom-select-label ul li.ar a {
	background-image: url(../image/lang-ar.png);
}
.header .navbar-item.choose-language .form-control .custom-select-label ul li.zh-hans a {
	background-image: url(../image/lang-zh.png);
} */

.header .navbar-item.choose-language .form-control .material-icons {
	display: none;
}

.box-slider {
	height: 100%;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap-reverse;
	-moz-flex-wrap: wrap-reverse;
	-ms-flex-wrap: wrap-reverse;
	flex-wrap: wrap-reverse;
}

section.container.hm-page-box .box-slider {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.box-slider .slides {
	/* flex: 0 0 50%;
	max-width: 50%; */
	width: 25%;
}

.box-slider .slides a {
	width: 100%;
	position: relative;
}

.box-slider .slides a:after {
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity=0);
	opacity: 0;
	z-index: 0;
	-webkit-transform: translate(0px, 0px);
	-moz-transform: translate(0px, 0px);
	-o-transform: translate(0px, 0px);
	-ms-transform: translate(0px, 0px);
	transform: translate(0px, 0px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

/* .box-slider .slides a:hover:after {
	filter: alpha(opacity=100);
	opacity: 1;
	background-color: rgba(51, 51, 51, 0.31);
} */

.box-slider .slides .bgcover:hover {
	background-blend-mode: darken;
	background-color: rgba(4, 92, 166, .5);
}

@media (max-width: 599px) {
	.box-slider {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.box-slider .slides {
		width: 100%;
	}
}

.box-slider .slides .height-4-of-5 {
	height: 400px;
}

@media all and (min-width: 1024px) and (max-width: 1439px) {
	.box-slider .slides .height-4-of-5 {
		height: 350px;
	}
}

@media (max-width: 1199.98px) {
	.box-slider .slides .height-4-of-5 {
		height: 250px;
	}
}

@media (max-width: 1023px) and (min-width: 600px) {
	.box-slider .slides .height-4-of-5 {
		height: 250px;
	}
}

.box-slider .slides .btn-outline {
	display: none !important;
}

@media all and (min-width: 1921px) {
	.box-slider .slides .banner-title {
		font-size: 48px;
		line-height: 48px;
	}
}

@media all and (max-width: 1920px) {
	.box-slider .slides .banner-title {
		font-size: calc(26px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(26px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
	}
}

@media all and (max-width: 1023px) {
	.box-slider .slides {
		/* flex: 0 0 100%;
		max-width: 100%; */
	}
	/** interm changes **/
	.footer-maps {
		display: flex;
		width: 80vw;
		margin: auto;
		color: #fff;
		font-family: "Gotham Book";
		padding: 80px 0;
		flex-direction: column;
	}
	.map-palmzone {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 0px;
		margin-bottom: 2rem;
	}
	.map-desertcampus {
		max-width: 100%;
		flex: 0 0 100%;
		padding: 0 0px;
	}
	.footer-maps iframe {
		width: 100%;
	}
	.footer-maps * {
		box-sizing: border-box;
	}
	.footer-maps p {
		color: #fff;
		margin: 10px 0 0 0;
	}
	.footer-maps p a {
		color: #f70000;
		text-transform: uppercase;
		text-decoration: underline;
	}
	body.front .container .video-player .banner-title {
		font-size: 8vw;
		line-height: 3rem;
	}
}

section.map {
	background-image: url(https://www.prod.skydivedubai.com/sites/default/files/MasonHoldenPhotography-%283-of-23%29.jpg);
	width: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 80px 0;
}

section.map .footer-maps {
	background: rgba(0, 0, 0, 0.7);
}

@media screen and (max-width: 960px) and (min-width: 320px) {
	section.map .footer-maps {
		background: rgba(0, 0, 0, 0.7);
		padding: 20px;
	}
}

#webform-client-form-116, #webform-client-form-421 {
	margin-top: 0;
}

div#node-116 .banner-title.text-80,div#node-377 .banner-title.text-80 {
	display: none;
}

.news-page .search-results {
	list-style: none;
}

.news-page .search-results li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

@media (max-width: 599px) {
	.news-page .search-results li {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}
}

.news-page .search-results li .title {
	margin-right: auto;
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	width: 88%;
	padding-right: 20px;
}

.news-page .search-results li .date {
	width: 12%;
}

.news-page .search-results li .title a {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
	color: white;
	word-break: break-all;
}

@media all and (min-width: 1921px) {
	.news-page .search-results li .title {
		font-size: 20px;
		line-height: 28px;
	}
	.news-page .news-event-date {
		font-size: 20px !important;
		line-height: 28px !important;
	}
}

@media all and (max-width: 1920px) {
	.news-page .search-results li .title {
		/**font-size: calc(14px + (27 - 14) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(18px + (31 - 18) * ((100vw - 300px) / (1920 - 300)));**/
		font-size:20px;
		line-height:28px;
	}
}

@media (max-width: 599px) {
	.news-page .search-results li .title,
	.news-page .search-results li .date {
		width: 100%;
		padding-right: 0;
	}
}

@media all and (min-width: 1921px) {
	.news-page .search-results li .date {
		font-size: 15px;
		line-height: 24px;
		margin: 5px 0;
	}
}

@media all and (max-width: 1920px) {
	.news-page .search-results li .news-event-date {
		font-size: calc(10px + (15 - 10) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(14px + (24 - 14) * ((100vw - 300px) / (1920 - 300)));
	}
}

#price-wrapper .accordion .subheading .number {
	display: none;
}

#price-wrapper .acc-box-wrapper {
	margin: 0;
}

#price-wrapper .price-details {
	width: 100%;
	/* New change */
	padding: 0 10%;
}

@media (max-width: 1199.98px) {
	#price-wrapper .price-details {
		padding: 0;
	}
}

#price-wrapper .price-details > div {
	padding: 10px 0;
	margin: 0;
}

#price-wrapper .price-details ul {
	list-style: none;
	padding: 0;
	margin: 0;
	/* New change */
	border: 1px solid #777;
}

#price-wrapper .price-details ul li {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	align-items: center;
	padding: 10px 0;
	/* New change */
	padding: 10px 15px;
	border-top: 1px solid #777;
}

#price-wrapper .price-details ul li:first-child {
	border-top: 0;
}

@media (max-width: 599px) {
	#price-wrapper .price-details ul li {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-align-items: flex-start;
		-moz-align-items: flex-start;
		-ms-align-items: flex-start;
		align-items: flex-start;
		padding: 5px 10px;
	}
}

#price-wrapper .price-details ul li .title {
	width: 80%;
}

@media (max-width: 599px) {
	#price-wrapper .price-details ul li .title {
		width: 100%;
	}
	.news-page .search-results li .date {
		margin: 0;
	}
}

/* New change */

#price-wrapper .price-details ul li .title .italic-font {
	font-style: italic;
}

#price-wrapper .price-details ul li .price {
	width: 20%;
	/* color: #e1221d; */
	text-align: right;
}

#price-wrapper .price-details p {
	padding-bottom: 10px;
}

@media all and (min-width: 1921px) {
	#price-wrapper .price-details ul li .title,
	#price-wrapper .price-details ul li .price,
	#price-wrapper .price-details p {
		font-size: 14px;
		line-height: 20px;
		margin: 0;
	}
}

@media all and (max-width: 1920px) {
	#price-wrapper .price-details ul li .title,
	#price-wrapper .price-details ul li .price,
	#price-wrapper .price-details p {
		font-size: calc(12px + (14 - 12) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(16px + (20 - 16) * ((100vw - 300px) / (1920 - 300)));
		margin: 0;
	}
}

@media (max-width: 599px) {
	#price-wrapper .price-details ul li .price {
		width: 100%;
		text-align: left;
		padding-top: 2px;
	}
	#price-wrapper .price-details p {
		padding-bottom: 8px;
	}
}

.sprkl-wrapper,
.Sparkle-inner-24940 {
	height: 400px !important;
}

@media all and (min-width: 1024px) and (max-width: 1439px) {
	.sprkl-wrapper,
	.Sparkle-inner-24940 {
		height: 350px !important;
	}
}

@media (max-width: 1199.98px) {
	.sprkl-wrapper,
	.Sparkle-inner-24940 {
		height: 300px !important;
	}
}

@media (max-width: 1023px) and (min-width: 600px) {
	.sprkl-wrapper,
	.Sparkle-inner-24940 {
		height: 250px !important;
	}
}

@media (max-width: 599px) {
	.sprkl-wrapper,
	.Sparkle-inner-24940 {
		height: 250px !important;
	}
	.inner-container.seprate-box article.content .page-title {
		margin-bottom: -30px;
	}
}

.front .box-slider {
	/**padding-bottom: 40px;**/
}

@media (max-width: 599px) {
	.front .box-slider {
		padding-bottom: 0;
	}
}

.inner-container .content {
	text-align: left;
}

.header-menu.desktop {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

.animate-header-out .header-menu.desktop {
	margin-top: -63px;
}

.animate-header-out .header {
	top: 1.75rem;
}

.header {
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}

@media (max-width: 1199.98px) {
	#webform-client-form-116 .form-control.empty-column {
		display: none;
	}
}

@media all and (min-width: 1921px) {
	.accordion .subheading {
		font-size: 20px;
		line-height: 28px;
	}
}

@media all and (max-width: 1920px) {
	.accordion .subheading,
	dt.beefup__head h2.subheading {
		font-size: calc(12px + (20 - 12) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(18px + (28 - 18) * ((100vw - 300px) / (1920 - 300)));
	}
}

@media (max-width: 1199.98px) {
	.form .form-control {
		margin: 0.625rem 0;
	}
}

@media all and (min-width: 1921px) {
	.text-120 {
		font-size: 96px;
		line-height: 96px;
	}
}

@media all and (max-width: 1920px) {
	.text-120 {
		font-size: calc(36px + (96 - 36) * ((100vw - 300px) / (1920 - 300)));
		line-height: calc(42px + (96 - 42) * ((100vw - 300px) / (1920 - 300)));
	}
}

article.content.width-4-of-5.article-body-node-152 {
	margin-bottom: 0;
}

@supports (-webkit-overflow-scrolling: touch) {
	/* CSS specific to iOS devices */
	.inner-bg {
		background-attachment: inherit !important;
	}
}

@media (max-width: 768px) {
	.content-padding.with-title {
		margin-top: -20px;
	}
}

#sliding-popup .popup-content #popup-text {
	max-width: 80%;
}

#sliding-popup .popup-content #popup-buttons {
	max-width: 20%;
}

@media screen and (max-width: 600px) {
	#sliding-popup .popup-content #popup-text {
		max-width: 100%;
	}
	#sliding-popup .popup-content #popup-buttons {
		max-width: 100%;
	}
	#sliding-popup .popup-content #popup-text h1,
	#sliding-popup .popup-content #popup-text h2,
	#sliding-popup .popup-content #popup-text h3,
	#sliding-popup .popup-content #popup-text p {
		font-size: 14px;
	}
}

input[type="file"]::-ms-browse {
	color: transparent;
	background-color: transparent;
	border: none;
	box-shadow: none;
}

.form-control * {
	box-sizing: border-box;
}

.form input[type="text"],
.form input[type="email"],
.form input[type="date"],
.form select,
.form textarea,
.form .custom-select {
	height: 60px;
}

/* Change Autocomplete styles in Chrome*/

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	border: 1px solid transparent;
	-webkit-text-fill-color: black;
	-webkit-box-shadow: 0 0 0px 1000px transparent inset;
	transition: background-color 5000s ease-in-out 0s;
}

@supports (-ms-ime-align: auto) {
	.form-managed-file > input[type='file'] {
		line-height: 0;
		text-indent: 0;
		padding-top: 0;
		height: 60px;
	}
	.skd-select select {
		font-size: 1rem !important;
	}
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.form-managed-file > input[type='file'] {
		line-height: 0;
		text-indent: 0;
		padding-top: 0;
		height: 60px;
	}
	.skd-select select {
		font-size: 1rem !important;
	}
}

.cv-upload-warning {
	padding: 0 !important;
	margin: 0 !important;
}

.social-media-block{
    text-align: center;
    font-family: "Gotham Bold";
    color: #000;
    margin: 0px;
    text-align: center;
    max-width: 100%;
    letter-spacing: -1px;
    font-size: calc(26px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(26px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
    padding: 20px 0;
    background: #b7b3b0;
}

@media (min-width: 1921px){
    .social-media-block{
     font-size: 48px;
    line-height: 48px;
    }
}
@media (max-width: 1199.98px) and (min-width: 320px){
.social-media-block{
    font-size: calc(26px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
    line-height: calc(26px + (48 - 30) * ((100vw - 300px) / (1920 - 300)));
}
}


@media (min-width: 1024px){
.header-menu.desktop ul li:last-child, .main-navgitaion-mobile ul li:last-child {
    display: none;
}

.header-menu.desktop ul li:nth-child(9) a{
    border-right:0;
}
.main-navgitaion-mobile ul li:nth-child(9) a{
    border-bottom:0;
}

}

@media (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1366px) and (min-device-width: 1024px) and (orientation: portrait) {

       .header-menu.desktop ul li:last-child, .main-navgitaion-mobile ul li:last-child {
           display: block;
       }
       .main-navgitaion-mobile ul li:last-child a {
           border-top: 2px solid #333333;
       }

       body .header > .row {
           display: none;
       }
    }

       @media all and (-webkit-min-device-pixel-ratio: 1) and (max-device-width: 1024px) and (min-device-width: 768px) and (orientation: landscape) {
.header-menu.desktop ul li:last-child, .main-navgitaion-mobile ul li:last-child {
           display: block;
       }
       .main-navgitaion-mobile ul li:last-child a {
           border-top: 2px solid #333333;
       }

       body .header > .row {
           display: none;
       }
	   }
	   html:lang(ru) div#node-358 .container.height-3-of-5.bgcover {
		height: 56vh;
	}

	body.page-user-login div#main-wrapper, body.page-user.not-logged-in div#main-wrapper {
    margin-top: 200px !important;}

	html:lang(zh-hans) .container .banner-title, html:lang(zh-hans) p, html:lang(zh-hans) .header-menu.desktop ul li a, a.navbar-item.booknow.text-20.gift-voucher, a.navbar-item.booknow.text-20, html:lang(zh-hans) footer .nav-bottom a{
		letter-spacing: 1px !important;
	}
	html:lang(zh-hans) .form-actions .form-control.align-most-right {
		justify-content: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
	}
	html:lang(zh-hans) div#node-60.banner-title.text-80, html:lang(zh-hans) .page-node-433 .banner-title.text-80 {
		display: none;
	}

	.ad-notification-container * {-moz-box-sizing: border-box;-webkit-box-sizing: border-box;box-sizing: border-box;}

.ad-notification .ad-notification-container > div {
    flex: 0 0 50%;
    max-width: 50%;
    position: relative;
}

.ad-notification .ad-notification-container > div picture {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.ad-notification .ad-notification-container > div picture img {
    margin-right: 0;
    margin-left: auto;
}

@media (min-width: 1200px) and (max-width: 1710px) {
	html:lang(ru) .header-menu.desktop ul li a {
		font-size: calc(11px + (16 - 11) * ( (100vw - 1200px) / (1920 - 1200))) !important;
	}
	
	html:lang(ru) .navbar a.navbar-item, html:lang(ru) .contact-number h2 {
		font-size: calc(11px + (18 - 11) * ( (100vw - 1200px) / (1920 - 1200))) !important;
	}
}

@media (max-width: 1366px) and (min-width: 1025px){
	html:lang(ru) .page-node-358 .section div#node-358 .container.height-3-of-5 {
		height: 70vh !important;
	}
}
@media (min-width: 1024px){
	.page-node-444 .container.hm-page-box .box-slider .slides .height-4-of-5 h3.banner-title.text-80, .page-node-447 .container.hm-page-box .box-slider .slides .height-4-of-5 h3.banner-title.text-80, .page-node-448 .container.hm-page-box .box-slider .slides .height-4-of-5 h3.banner-title.text-80 {
		font-size: calc(40px + (60 - 40) * ((100vw - 300px) / (1920 - 1024)));
		line-height: calc(40px + (60 - 40) * ((100vw - 300px) / (1920 - 1024)));
	}


	.page-node-444 .container.hm-page-box, .page-node-447 .container.hm-page-box, .page-node-448 .container.hm-page-box {
		height: 100%;
	}
	
	.page-node-444 .container.hm-page-box .slides, .page-node-447 .container.hm-page-box .slides, .page-node-448 .container.hm-page-box .slides {
		width: 33.3333%;
		flex: 0 0 33.3333%;
	}
	
	.page-node-444 .container.hm-page-box .box-slider .slides .height-4-of-5, .page-node-447 .container.hm-page-box .box-slider .slides .height-4-of-5, .page-node-448 .container.hm-page-box .box-slider .slides .height-4-of-5 {
		height: 100%;
	}
	
}
@media (max-width: 1023px){
	.page-node-444 .container.hm-page-box, .page-node-447 .container.hm-page-box, .page-node-448 .container.hm-page-box {
		height: 100%;
	}
	
	.page-node-444 .container.hm-page-box .slides, .page-node-447 .container.hm-page-box .slides, .page-node-448 .container.hm-page-box .slides {
		width: 100%;
		flex: 100%;
		height: 400px;
		max-height: 400px;
	}
	
	.page-node-444 .container.hm-page-box .box-slider .slides .height-4-of-5, .page-node-447 .container.hm-page-box .box-slider .slides .height-4-of-5, .page-node-448 .container.hm-page-box .box-slider .slides .height-4-of-5 {
		height: 400px;
	}	
}
.page-node-444 .container.hm-page-box .box-slider .slides .btn-outline, .page-node-447 .container.hm-page-box .box-slider .slides .btn-outline, .page-node-448 .container.hm-page-box .box-slider .slides .btn-outline {
    display: block !important;
}
.page-node-444 div#main-wrapper div#main, .page-node-444 div#main-wrapper div#main > div, .page-node-444 div#main-wrapper div#main > div > div, .page-node-444 div#main-wrapper div#main .node-home-page {
    height: 100%;
}
.page-node-447 div#main-wrapper div#main, .page-node-447 div#main-wrapper div#main > div, .page-node-447 div#main-wrapper div#main > div > div, .page-node-447 div#main-wrapper div#main .node-home-page {
    height: 100%;
}
.page-node-448 div#main-wrapper div#main, .page-node-448 div#main-wrapper div#main > div, .page-node-448 div#main-wrapper div#main > div > div, .page-node-448 div#main-wrapper div#main .node-home-page {
    height: 100%;
}
.field-name-field-book-now-page{
	display: none;
}

.page-node-449 div#main-wrapper div#main, .page-node-449 div#main-wrapper div#main > div, .page-node-449 div#main-wrapper div#main > div .section, .page-node-449 div#main-wrapper div#main > div .node, .page-node-449 div#main-wrapper div#main > div .height-3-of-5 {
    height: 100%;
}
.page-node-450 div#main-wrapper div#main, .page-node-450 div#main-wrapper div#main > div, .page-node-450 div#main-wrapper div#main > div .section, .page-node-450 div#main-wrapper div#main > div .node, .page-node-450 div#main-wrapper div#main > div .height-3-of-5 {
    height: 100%;
}
.page-node-451 div#main-wrapper div#main, .page-node-451 div#main-wrapper div#main > div, .page-node-451 div#main-wrapper div#main > div .section, .page-node-451 div#main-wrapper div#main > div .node, .page-node-451 div#main-wrapper div#main > div .height-3-of-5 {
    height: 100%;
}
.page-node-449 div#main-wrapper {
	height: 100%;
}





html:lang(zh-hans) .content, html:lang(zh-hans) .node-webform .webform-confirmation, html:lang(zh-hans) div.error, html:lang(zh-hans) .content ul.commonpara, html:lang(zh-hans) p, html:lang(zh-hans) .form input[type="text"], html:lang(zh-hans) .form input[type="email"], html:lang(zh-hans) .form input[type="date"], html:lang(zh-hans) .form select, html:lang(zh-hans) .form textarea, html:lang(zh-hans) .form .custom-select{
	font-family: 'Noto Sans SC', sans-serif !important;
	font-weight: 300;	
}
/* font - weight - 100 */
html:lang(zh-hans) {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 100;
}

/* font - weight - 300 */
html:lang(zh-hans) {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 300;
}

/* font - weight - 400 */
html:lang(zh-hans) .header-menu.desktop ul li a, html:lang(zh-hans) footer .nav-bottom a{
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 400;
}

/* font - weight - 500 */
html:lang(zh-hans) .accordion .subheading {
	font-family: 'Noto Sans SC', sans-serif;
	font-weight: 500;
}


/* font - weight - 700 */

html:lang(zh-hans) .sliding-popup-bottom .agree-button, html:lang(zh-hans) p.para a.link, html:lang(zh-hans) .faqs .form-select.nice-select, html:lang(zh-hans) .heading-white, html:lang(zh-hans) .node-webform .links a, html:lang(zh-hans) .search-wrapper .search-results li, html:lang(zh-hans) .btn-outline, html:lang(zh-hans) .btn-submit, html:lang(zh-hans) .form label, html:lang(zh-hans) .navbar .navbar-item.booknow, html:lang(zh-hans) .ad-notification .ad-notification-container .links a, html:lang(zh-hans) .container .banner-title, html:lang(zh-hans) p b, html:lang(zh-hans) .page-title {
	font-family: 'Noto Sans SC', sans-serif !important;
	font-weight: 700;
}     


html:lang(zh-hans) body.front .container .video-player .banner-title{
	font-family: 'Noto Sans SC', sans-serif ;
	font-weight: 700;
}



@supports (-ms-ime-align:auto) {
	.header .navbar-item.choose-language .form-control .custom-select-label ul{
		width: 150px;
	}
  }
  
.is_non_gift_voucher{ 
.opacity: 0 !important;
 pointer-events: none !important;
 visibility: hidden !important;
 position: relative;
 z-index: -999999;
}

.box-slider .slides .gift-voucher-yellow {
    background: rgba(255, 235, 59, .8);
    margin-top: calc(22px + (42 - 22) * ( (100vw - 1024px)/(1920 - 1024)));
        margin-top: 25px;
}
.box-slider .slides .gift-voucher-yellow:hover {
    color: #2F2F2F;
}
.container.hm-page-box .box-slider .slides h3.banner-title {
    font-size: calc(24px + (46 - 30) * ((100vw - 300px) / (1920 - 1024))) !important;
    line-height: calc(33px + (50 - 33) * ((100vw - 300px) / (1920 - 1024))) !important;
}
@media (max-width: 1023px){
    .container.hm-page-box .box-slider .slides h3.banner-title {
        font-size: 30px !important;
        line-height: 34px !important;
    }
}