html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt, 
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header, 
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
a{ 
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.quote_form_2 input {
  border: 1px solid #ccc;
  padding: 10px;
  width:30%;
  margin-bottom: 15px;
 
}
input.wpcf7-form-control.has-spinner.wpcf7-submit.re {
  background: #25abe3;
  color: #fff;
}
.fr{
	float:right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
.spill{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.multiSpill{
	word-break:break-all;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
  /* -webkit-line-clamp:3;*/
   overflow:hidden;
}
input {
	-webkit-appearance:none;
	-moz-appearance:none;
}
textarea{ 
	-webkit-appearance:none;
	-moz-appearance:none;
}   
input:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button{
	cursor:pointer;
}
select{
	cursor:pointer;
}
input type:checkbox{
	cursor:pointer;
}
input type:radiobox{
	cursor:pointer;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
}
@font-face {
	font-family: "BrushScriptStd";
	src: url(../fonts/BrushScriptStd.html);
	font-weight: normal;
	font-style: normal;
}

.control--checkbox {
  position: relative;
  display: block;
  padding: 0px 25px 20px 25px;
  font-size: 18px;
  cursor: pointer;
}

.control--checkbox input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}
.control--checkbox span{
	font-size:14px;
	color:#1e482e;
	}
.checkbox {
  position: absolute;
      top: -7px;
    left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #1e482e;
  border: 2px solid #1e482e;
  border-radius: 2px;
  /*transition: border-color .2s;
  transition-delay: .3s;*/
}

.filler {
  position: relative;
  width: 16px;
  height: 16px;
  background: white;
  transform: scale(1, 1);
  transition: transform .2s;
  transition-delay: .2s;
  will-change: transform;
}

svg {
  position: absolute;
  top: -2px;
  left: -2px;
}

polyline {
  position: absolute;
  fill: none;
  stroke: #FFF;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 18px;
  stroke-dashoffset: 18px;
  transition: stroke-dashoffset .2s;
  transition-delay: 0s;
  will-change: stroke-dashoffset;
}

/* Checked state */
.control--checkbox input:checked ~ .checkbox {
  /*border-color: $blue;
  transition-delay: 0s;*/
}
.control--checkbox input:checked ~ .checkbox .filler {
  transform: scale(0, 0);
  border-radius: 3px;
  transition-delay: 0s;
}
.control--checkbox input:checked ~ .checkbox polyline {
  stroke-dashoffset: 0;
  transition-delay: .2s;
}

@keyframes bounce {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.8, 0.8);
  }
  100% {
    transform: scale(1, 1);
  }
}
html, body, div, span,h1, h2, h3, h4, h5, h6, p,
a, em, img, q, s, small, strong,b, u, i,dl, dt, 
dd, ol, ul, li,form, label,table, caption, tbody,
tfoot, thead, tr, th, td,article,footer, header, 
menu, nav,section, time, audio, video,button ,input,textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-family: "Arial";
	font-weight: normal;
	vertical-align: baseline;
	text-decoration: none;
	line-height: 1.2
}
a{ 
	display: inline-block;
	text-decoration: none;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.clear{
	clear: both;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfloat{zoom:1;}
.clearfloat:after{
	display:block;
	clear:both;
	content:"";
	overflow:hidden;
	height:0;
}
.spill{
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis; 
}
.multiSpill{
	word-break:break-all;
   text-overflow:ellipsis;
   display:-webkit-box;
   -webkit-box-orient:vertical;
  /* -webkit-line-clamp:3;*/
   overflow:hidden;
}
input {
	-webkit-appearance:none;
	-moz-appearance:none;
}
textarea{ 
	-webkit-appearance:none;
	-moz-appearance:none;
}   
input:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
select:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
textarea:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button:focus{
	outline:none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}
button{
	cursor:pointer;
}
select{
	cursor:pointer;
}
input type:checkbox{
	cursor:pointer;
}
input type:radiobox{
	cursor:pointer;
}
a:hover, a:focus, a:visited {
	text-decoration: none;
}
/*slider*/
.slideshow {
  overflow: hidden;
  position: relative;
  z-index: 3;
}
.slideshow.screen-height {
  width: 100%;
  height:78vh;
}
.slideshow .slideshow-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.slideshow .slides {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.slide {
  display: none;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.3s ease;
  will-change: transform, opacity, width, right, left;
}
.slide.is-active {
  display: block;
}
.slide.is-loaded {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.slide .image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  z-index: 1;
  background-size: cover;
  image-rendering: optimizeQuality;
  will-change: left, right;
}

.slide .image {
  position: absolute;
    top:0;
    left: 50%;
    /* min-width: 105%; */
    /* min-height: 105%; */
    width: 100%;
    height:auto;
    /* z-index: -100; */
    transform: translateX(-50%) translateY(-3%);
  transition: 2s filter linear;
}
.slide .image.is-blur {
  filter: url(#blur);
  filter: blur(5px);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='5');
}
.slide .image.is-loading {
  display: block;
  width: 100%;
  height: 100%;
}
.slide__slide-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  color: white;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  will-change: width, left, right;
}
.slide__slide-content h2 {
  display: inline-block;
  color: #fed208;
  font-family: "Oswald", sans-serif;
  font-size: 40px;
  line-height: 1;
  text-transform: uppercase;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  position: relative;
  padding: 0 5%;
  mix-blend-mode: lighten;
  will-change: transform, opacity;
}
.slide__slide-content h2 a {
  display: block;
  color: #ffffff;
  text-shadow: 2px 2px black;
  font-size:1.1em;
  font-family: 'Baloo Bhaijaan', cursive;
}
.slide__slide-content h2 p{
        display: none;
	font-size:18px;
	font-family: 'Tajawal', sans-serif;
	color:#fff;
	text-transform:capitalize;
	}
.counter {
  position: absolute;
  bottom: 30%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: white;
}
.counter__nbr {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  font-size: 13px;
  font-size: 13px;
  font-weight: 400;
  line-height: 3.2307692308;
  color: white;
}
.counter__nbr.counter__nbr--yellow {
  color: #fed208;
}

.view-events, .skip-intro {
  z-index: 2;
  position: absolute;
  bottom: 120px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 19px;
  line-height: 1.3846153846;
  text-transform: uppercase;
  backface-visibility: hidden;
  opacity: 1;
  visibility: visible;
  letter-spacing: 0.2rem;
  will-change: opacity, visibility;
}
.view-events.is-hidden, .skip-intro.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.view-events span, .skip-intro span {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 10px;
}
.view-events span:before, .skip-intro span:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(239, 239, 239, 0.2);
  right: 0;
  transform: translateX(-101%);
  top: 0;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: transform;
}
.view-events__line, .skip-intro__line {
  position: absolute;
  left: 50%;
  content: "";
  top: calc(100% + 10px);
  width: 1px;
  height: 30px;
  will-change: transform;
  overflow: hidden;
}
.view-events__line i, .skip-intro__line i {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: translateY(-101%);
  background-color: #fed208;
}
.view-events:hover span:before, .skip-intro:hover span:before {
  transform: translateX(0);
}

.arrows .arrow {
  margin: -33px 0 0;
  position: absolute;
  top: 50%;
  cursor: pointer;
  z-index: 3;
  width: 35px;
  height: 35px;
  border: 1px solid #fed208;
  border-radius: 50%;
}
.arrows .arrow:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 47px;
  height: 47px;
  border: 1px dashed white;
  opacity: 0.3;
  content: "";
  border-radius: 50%;
}
.arrows .arrow__line {
  fill: none;
  stroke: white;
  stroke-width: 2;
  stroke-miterlimit: 10;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: absolute;
  will-change: transform, opacity, visibility;
}
.arrows .arrow .svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
  height: 13px;
  fill: white;
}
.arrows .arrow .svg:before {
  position: absolute;
  height: 1px;
}
.arrows .arrow .svg svg {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  width: 100%;
  height: 100%;
  vertical-align: top;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  overflow: visible;
  will-change: transform;
}
.arrows .arrow .svg svg .arrow__line {
  opacity: 0;
  visibility: hidden;
}
.arrows .prev {
  left: 120px;
}
.arrows .prev svg {
  transform: translateX(2px);
}
.arrows .prev svg .arrow__line {
  transform: translateX(-50px);
}
.arrows .prev:hover .svg svg {
  transform: translateX(-2px);
}
.arrows .prev:hover .svg svg .arrow__line {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.arrows .next {
  right: 120px;
}
.arrows .next svg {
  transform: translateX(-2px);
}
.arrows .next svg .arrow__line {
  transform: translateX(50px);
}
.arrows .next:hover .svg svg {
  transform: translateX(2px);
}
.arrows .next:hover .svg svg .arrow__line {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.pages {
  position: absolute;
  top: 35px;
  left: 0;
  width: 100%;
  cursor: default;
  z-index: 2;
  text-align: center;
}
.pages ul {
  padding: 0;
  margin: 0;
}
.pages .page {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 0 10px;
}
.pages .page__link {
  position: relative;
  display: block;
  color: white;
  font-size: 12px;
  line-height: 1.5;
  padding: 5px 10px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
  will-change: color;
  transform: translateZ(0);
  text-decoration: none;
}
.pages .page__link i {
  position: absolute;
  width: 100%;
  height: 18px;
  background-color: rgba(239, 239, 239, 0.2);
  right: 0;
  transform: translateX(-100%);
  top: 5px;
  will-change: transform;
}
.pages .page + .page {
  margin-left: -2px;
}

/*end slider*/
.popup {
  display: none;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 10;
}
.popup-overlay {
	background: rgba(0,0,0,0.9);
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

}
.popup-content {
	position: fixed;
  background: #fff;
	width: 80%;
	bottom:0;
	right:0;
	height:auto;
	display:table;
	margin: 0 auto;
	left: 0%;
	top: 15%;
	
	z-index: 11;
  padding: 14px;
}
.close-popup {
    display: inline-block;
    position: absolute;
    top: -8px;
    right: 4px;
    font-size: 45px;
}

/* Animations */
.fadeIn {
  animation: fadeIn 0.5s ease-in both;
  -webkit-animation: fadeIn 0.5s ease-in both;
}
@keyframes fadeIn {
  from { opacity: 0; }
}
@-webkit-keyframes fadeIn {
  from { opacity: 0; }
}

.fadeOut {
  animation: fadeOut 0.5s ease-out both;
  -webkit-animation: fadeOut 0.5s ease-out both;
}
@keyframes fadeOut {
  to { opacity: 0; }
}
@-webkit-keyframes fadeOut {
  to { opacity: 0; }
}



.slideIn {
  animation: slideIn 0.5s ease-in both;
  -webkit-animation: slideIn 0.5s ease-in both;
}
@keyframes slideIn {
  from { opacity: 0; transform: translateY(-50%); }
}
@-webkit-keyframes slideIn {
  from { opacity: 0; -webkit-transform: translateY(-50%); }
}
@media only screen and (max-width:767px) { 
.slide__slide-content h2 a {
    font-size: .8em;
}
.arrows .prev {
    left: 10px;
}
.arrows .next {
    right: 10px;
}
}


