


@font-face {
	font-family: 'DroidKufiLight';
	src:url('../fonts/droidkufi-regular.eot');
	src:url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/droidkufi-regular.ttf') format('truetype'),
		url('../fonts/droidkufi-bold.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 



@font-face {
  font-family: 'Rakkas';
  src: url("../fonts/Rakkas.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
	font-family: 'gess';
	src:url('../fonts/droidkufi-regular.eot');
	src:url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/gess.otf') format('truetype'),
		url('../fonts/droidkufi-regular.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 


@font-face {
	font-family: 'aref-bold';
	src:url('../fonts/droidkufi-regular.eot');
	src:url('../fonts/droidkufi-regular.eot?#iefix') format('embedded-opentype'),
		url('../fonts/aref-bold.ttf') format('truetype'),
		url('../fonts/droidkufi-regular.svg#ecoico') format('svg');
	font-weight: normal;
	font-style: normal;
} 


footer{
	margin-top:0%;
	
}


.sahm{
	bottom: 1.5rem;
	left: 44% !important;
	z-index:99999999999 !important;
	
}

.sony{
	display:block;
	
}

.sonya{
	display:none;
	
}

.zaher{
	display:none;
	
}

.gren{
	dispaly:block;
	
}





@keyframes loader {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes loaderInner {
  100% {
    transform: translate(0, 0) rotate(360deg);
  }
}

/* Required styles for the slider */

.slider {
	position: relative;
	overflow: hidden;
	transition: 0.3s;
}

.slider ul {
	position: absolute;
}

.slider li {
	float: left;
	line-height: 0;
	text-align: center;
}

.slider li img {
	width: 100%;
}

.navigator {
	position: absolute;
	bottom: -7px;
	width: 100%;
	text-align: center;
}

.navigator span {
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 3px;
	background: #606161;
	margin: 0 4px;
	transition: 0.1s;
	position: relative;
	top: 0;
}

.navigator span.active {
	background: orange;
	width: 10px;
	height: 10px;
}

.slider > span {
	position: absolute;
	top: 50%;
	background: rgba(0,0,0,0.5);
	z-index: 1;
	padding: 6px 10px;
	margin: -10px 0 0;
	color: white;
	cursor: pointer;
	transition: 0.3s;
}

.prev {
	left: 0;
	transform: rotate(90deg);
	transform-origin: 0 0;
}

.next {
	right: -1px;
	transform: rotate(-90deg);
	transform-origin: 100% 0%;
}

.slider:hover span, .slider:hover .autoPlay {
	transform: rotate(0deg);
}

.autoPlay {
	position: absolute;
	bottom: 0;
	left: 0;
	color: white;
	transform: translateY(50px);
	transition: .3s;
}

.autoPlay label {
	background: rgba(0, 0, 0, .4);
	padding: 10px;
	display: block;
}

.autoPlay .chkbox {
	display: none;
}

.autoPlay .chkbox:checked + label {
	background: rgba(0, 0, 0, .7);
}

/* Make it adaptive to any layout */

@media (max-width: 1200px) { 
	.center {
		width: 100%;
		padding: 0 15px;
	}
}

/* Required styles for the slider */



.neg1{
	margin-top:-5% !important;
	
}

.neg2{
	margin-top:-25.3% !important;
	
}

.yanny{
	display:none;
	
}



.modal-window {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.25);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-window:target {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.modal-window > div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2em;
  background: #ffffff;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1 {
  font-size: 150%;
  margin: 0 0 15px;
}

.modal-close {
  color: #aaa;
  line-height: 50px;
  font-size: 80%;
  position: absolute;
  right: 45%;
  text-align: center;
  top: 0;
  width: 70px;
  text-decoration: none;
}
.modal-close:hover {
  color: black;
}

.modal-window div:not(:last-of-type) {
  margin-bottom: 15px;
}



.btn {
  background-color: #7d072e;
  padding: 1em 1.5em;
  border-radius: 3px;
  text-decoration: none;
  font-weight:bold;
      color: #fbba07;
}
.btn i {
  padding-right: 0.3em;
}



.logoo{
	position: absolute;
    top: 8px;
    left: 27px;
    z-index: 99999999 !important;
    
	
}


.start{
	position: absolute;
    top: 30px;
    right: 0px;
    z-index: 99999999 !important;
    background: #c15709;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 15px 5px 15px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

    
	
}

.scroll-down {
  opacity: 1;
  -webkit-transition: all .5s ease-in 3s;
  transition: all .5s ease-in 3s;
}

.scroll-down {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -16px;
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #c15709;
  background-size: 14px auto;
  border-radius: 50%;
  z-index: 2;
  -webkit-animation: bounce 2s infinite 2s;
  animation: bounce 2s infinite 2s;
  -webkit-transition: all .2s ease-in;
  transition: all .2s ease-in;
  transform: scale(1)
}

.scroll-down:before {
    position: absolute;
    top: calc(50% - 8px);
    left: calc(50% - 6px);
    transform: rotate(-45deg);
    display: block;
    width: 12px;
    height: 12px;
    content: "";
    border: 2px solid #c15709;
    border-width: 0px 0 2px 2px;
}

@keyframes bounce {
  0%,
  100%,
  20%,
  50%,
  80% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }
  60% {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}

.eight{
	text-align:center; 
	color:white;
	font-size: 70px;
	bottom: 1em;
	padding: 5px 12px 5px 12px;
	position: absolute;
	left: -11%;
	background:#3e3e3e8c;
	
}

.ka7r{
	height:688px;
	
}


.takarob{
text-align:center; 
color:white;
font-size: 60px;
top: 0%;
padding: 5px 12px 5px 12px;
position: absolute;
right: 66%;	
	
}

.kak{
	padding-top: 0rem ;
	
}


.negr{
	margin-top: -2%;  
	margin-right: 21%;
	
}

.fekr{
	margin-left:30%;
	margin-top:4%
	
}

.ba7r9{
	text-align:center; 
	color:white;
	font-size: 70px;
	bottom: 23%;
	padding: 5px 12px 5px 12px;
	position: absolute;
	right: 38%;
	
}

.ba7r5{
	text-align:right; 
	color:#fbaa19;
	font-size: 63px;
	bottom: 0%;
	background: #2125296b;
	padding: 5px 12px 5px 12px;
	position: absolute;
	left: -11%;
	
}


.ba7r6{
	text-align:left; 
	color:#ffffff;
	font-size: 63px;
	bottom: 22%;
	background: #2125296b;
	padding: 5px 12px 5px 12px;
	position: absolute;
	left: -11%;
	
}

.ba7r7{
	text-align:center; 
	color:white;
	font-size: 60px;
	bottom: 0.2em;
	padding: 5px 12px 5px 12px;
	position: absolute;
	right: -11%;
	background: #28232961;
	
}



.ja7to{
	text-align:center;
	color:#fa7d09;
	font-size:40px; 
	padding:20px;
	
}


.gaza3{
	background-color:#ff1e1e;
	border:1px solid #ff1e1e;
	margin-top: -5%;
	margin-left: 65%;
	width: 50% ;
	
}


.no7a{
	position: absolute;
	left: -6%;
	
}

.sozag{
	
}

.botaf{
	text-align:right; 
	color:#ffffff;
	font-size: 63px;
	bottom: 90%;
	background: #2125296b;
	padding: 5px 12px 5px 12px;
	position: absolute;
	right: -11%;
	
}


.ba7r1{
	text-align:right; 
	color:#ffc107;
	font-size: 63px;
	bottom: 90%;
	background: #2125296b;
	padding: 10px 12px 5px 12px;
	position: absolute;
	right: -11%;
	
}



body {
    margin: 0;
    font-family: DroidKufiLight !important;
    background-color: #322e2c !important;
	color:#ffe4d0 !important;
	text-align:justify !important;

	
}


.kiko1{
	margin-left:37%;
	
}

.kiko2{
	margin-left:30%;
	
}

.kiko3{
	margin-left:23%;
	
}



.sec1{
	margin: 0px auto;
	width: 100%;

	
}



.fig {
	margin:50px;
	display: inline-block;
	width: 180px;
	height: 180px;
  /*  border: 1px solid rgba(255, 0, 0, 0.88);*/
	border-radius: 15px ;
	transform: rotate(45deg);/*لفه 45درجه*/
	position: relative;
	overflow: hidden;/*يعني اي حاجه تيجي فوقيه اخفيها */
	transition: all 0.5s ease-in-out;
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.86);
	margin: 0 auto;
}

.fig:hover {
	transform: none;
	transform: scale(1.5);
	z-index:2;
	box-shadow: 0px 0px 20px 0px #000;
    cursor:pointer;
		

}
.fig p {
	position: absolute;
	transform: rotate(-45deg);
	top: 30%;
	left: -28%;
	background: rgba(0, 0, 0, 0.78);
	padding: 10px 20px;
	width:140%;
	text-align:center;
	color: #ff3b00;
	transition: all 0.5s ease-in-out;
	font-size:10pt;
    font-weight: bold;

}

.adon{
	font-size:10pt;
    font-weight: bold;
	color: #ff3b00;
	text-align:center;
}





.fig:hover > p {
	transform: none;
	top: 0;
    cursor:pointer;
	text-align:center;

	
}




.fig:hover > img {
	transform: none;
	cursor:pointer;
	text-align:center;
	
}







input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover, .button:hover, button:hover{
	    background-color: #c15709 !important;
	
}


.pt-md-5, .py-md-5{
	padding-right: 15px !important;
}

.pb-lg-5, .py-lg-5{
	padding-right: 15px ;
	
}

/**new slides */

/* smaller, dark, rounded square */
.flickity-prev-next-button {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #ff7b1a;
      margin-top: 5%;
}

/* arrow color */
.flickity-prev-next-button .arrow {
  fill: white;
}
.flickity-prev-next-button.no-svg {
  color: white;
}
/* position outside */
.flickity-prev-next-button.previous {
  left: 12%;

}

.flickity-prev-next-button.previous:after {
content: "\2B05";
	    position: absolute;
   left: 4%;
    top: -37%;
    color: white;
    font-size: 3rem;

}

.flickity-prev-next-button.next {
    right: -14%;
	
}

.flickity-prev-next-button.next:after {
	content:'\27A1';
	    position: absolute;
   left: 4%;
    top: -37%;
    color: white;
    font-size: 3rem;

}


.ag-container-shops {
  padding: 60px 0;

  overflow: hidden;
}
.ag-card-bg {
  height: 100%;
  width: 150%;
  background-position: 50%;
  background-size: cover;
  
  position: absolute;
  top: 0;
     left: -37%;
  
  -webkit-transition: height .6s;
  -moz-transition: height .6s;
  -o-transition: height .6s;
  transition: height .6s;
}
.ag-shop-card_box-wrap {
  padding: 15px;
}
.ag-shop-card_box {
  background-color: #FFF;
  
  overflow: hidden;
  
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 35, .25);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}
.ag-shop-card_body {
  display: block;
  height: 250px;
  width: 300px;
  background-position: 50%;
  background-size: cover;
  
  overflow: hidden;

  -webkit-transition: .4s;
  -moz-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
  
  position: relative;
}
.ag-shop-card-body_link {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  
  overflow: hidden;

  z-index: 9;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
  -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
  -o-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .35);
  
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  
  -webkit-transition: top .4s;
  -moz-transition: top .4s;
  -o-transition: top .4s;
  transition: top .4s;
}
.ag-shop-card-body_img {
  max-width: 100%;
}
.ag-shop-card_footer {
  padding: 15px 30px;
  border: 0;
  background-color: black;

  position: relative;
}
.ag-shop-card-footer_title {
  display: block;
  line-height: 1.3;
	text-align:right;
  font-weight: bold;
  font-size: 18px;
  color: #ff7b1a;
  direction:rtl;
}
.ag-shop-card-footer_products {
  display: block;
  line-height: 1.3;

  font-size: 12px;
}
.ag-shop-card-footer_link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  background-color: #ff7b1a;

  position: absolute;
  left: 15px;
  top: 7px;

  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.ag-shop-card-footer_arrow {
  max-width: 16px;
}


@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%;
  }

}

@media only screen and (max-width: 639px) {

}

@media only screen and (max-width: 479px) {

}

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px;
  }

}

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px;
  }

}






















/*end-new*/















[data-aos][data-aos][data-aos-duration="1000"], body[data-aos-duration="1000"] [data-aos]{
	
	    transition-duration: 3s;
}



/**/

/* Page Loader */
.js .loading::before {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: var(--color-bg);
}

.js .loading::after {
	content: '';
	position: fixed;
	z-index: 100000;
	top: 50%;
	left: 50%;
	width: 60px;
	height: 60px;
	margin: -30px 0 0 -30px;
	pointer-events: none;
	border-radius: 50%;
	opacity: 0.4;
	background: var(--color-link);
	animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
	to {
		opacity: 1;
		transform: scale3d(0.5,0.5,1);
	}
}

a {
	text-decoration: none;
	color: var(--color-link);
	outline: none;
}

a:hover,
a:focus {
	color: var(--color-link-hover);
	outline: none;
}

.hidden {
	position: absolute;
	overflow: hidden;
	width: 0;
	height: 0;
	pointer-events: none;
}

.message {
	position: relative;
	z-index: 100;
	display: none;
	padding: 1em;
	text-align: center;
	color: var(--color-bg);
	background: var(--color-text);
}

/* Icons */
.icon {
	display: block;
	width: 1.5em;
	height: 1.5em;
	margin: 0 auto;
	fill: currentColor;
}

.frame {
	position: fixed;
	z-index: 10000;
	top: 5rem;
	left: 0;
	width: 100%;
	max-width: none;
	min-height: 0;
	height: 100vh;
	padding: 1rem;
	pointer-events: none;
}

.frame a {
	pointer-events: auto;
}	

/* Header */
.codrops-header {
	position: relative;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.codrops-header__title {
	font-size: 1rem;
	font-weight: normal;
	line-height: 1;
	margin: 0;
}

/* Top Navigation Style */
.codrops-links {
	position: relative;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	white-space: nowrap;
}

.github {
	display: block;
	padding: 0.25em;
	margin: 0 0.25rem;
}

.codrops-icon {
	display: inline-block;
	padding: 0.25em;
	margin: 0.25em 0 0 0;
}

.slideshow {
	position: relative;
	overflow: hidden;
	margin: 0;
	height: 100vh;
	width: 100%;
	height: calc(100vh - 10rem);
	display: grid;
	grid-template-columns: 33% 33% 33%;
	grid-column-gap: 0.5%;
	grid-template-rows: 100%;
	grid-template-areas: '... slide ...';
}

.slide {
	width: 100%;
	display: flex;
	pointer-events: auto;
	cursor: pointer;
	position: relative;
	height: 100%;
	grid-area: slide;
}

.slideshow--previewopen .slide {
	cursor: default;
}

.dod{
	text-align: center !important;border: 5px solid #d06a0c;width: 33%;margin: auto;border-radius:50px;padding:10px;
	
}

.press{
	color:red;
}

#beep-one{
	visibility:hidden;
	
}



.dod:hover{
	border:5px solid #af0d0d;
	
}

.slide--current {
	pointer-events: auto;
}

.slide__img-wrap {
	width: 100%;
	overflow: hidden;
	z-index: 100;
	height: 82.2%;
	top: 10%;
	position: absolute;
	left: -8%;
}

.slideshow__deco {
	grid-area: slide;
	background: var(--color-deco);
	width: 100%;
	height: 80%;
	align-self: center;
	position: relative;
	margin: -40px 0 0 0;
	right: -20px;
}



.nav--next {
	bottom: 1rem;
	right: 1rem;
}

.icon--navarrow-next {
	transform: rotate(45deg);
}

.nav--prev {
	top: 1rem;
	left: 1rem;
}

.icon--navarrow-prev {
	transform: rotate(-135deg);
}

.slideshow--previewopen .nav {
	opacity: 0;
	transition-duration: 0.4s;
}

.slideshow--previewopen .nav--next {
	transform: translate3d(100%, 100%, 0);
}

.slideshow--previewopen .nav--prev {
	transform: translate3d(-100%, -100%, 0);
}

.slide__img {
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: 50% 50%;
	position: absolute;
	pointer-events: none;
	transform: scale3d(1.01,1.01,1);
}

.js .slide__img-wrap, 
.js .slide__title-wrap,
.js .slide__side {
	opacity: 0;
	pointer-events: none;
}

.js .slide--current .slide__img-wrap {
	opacity: 1;
	pointer-events: auto;
}

.slide--visible .slide__img-wrap {
	pointer-events: auto;
	opacity:0;

}

.slide__title-wrap {
	justify-self: flex-end;
	width: 100%;
	position: relative;
	z-index: 1000;
}

.slide__number {
	display: block;
	font-size: 4rem;
	font-weight: bold;
	    color: #fa7d09;
		text-align:right;
		direction:rtl;
}

.slide__number::before {
	content: "\2014";
	display: inline-block;
	margin: 0 0 0 0.5rem;
	
}

.slide__title,
.slide__subtitle,
.slide__side {
	display: none;
}

.contenta {
	position: absolute;
	top: 10rem;
	left: 0;
	width: 100%;
	height: calc(100% - 10rem);
	pointer-events: none;
	z-index: 100;
}

.contenta__item {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	padding: 10vh 5vw;
	overflow: auto;
}

.contenta__item--current,
.content__item--current ~ .content__close {
	pointer-events: auto;
}

.contenta__close {
	position: absolute;
	top: 1rem;
	left: 1rem;
	background: none;
	color: currentColor;
	border: 0;
	margin: 0;
	padding: 0;
}

.icon--longarrow {
	width: 2rem;
}

.contenta__close:focus {
	outline: none;
}

.contenta__number {
	font-weight: bold;
}

.contenta__number::before {
	content: "\2014";
	display: inline-block;
	margin: 0 1rem 0 0;
}

.contenta__title {
	margin: 0.5rem 0;
	font-size: 2rem;
}

.contenta__subtitle {
	margin: 0 0 0.5rem;
	font-size: 1rem;
	font-weight: normal;
}

.contenta__text {
	font-size: 0.85rem;
}

.js .contenta__title,
.js .contenta__subtitle,
.js .contenta__number,
.js .contenta__text,
.js .contenta__close {
	opacity: 0;
}

/**/



.skw-pages {
  overflow: hidden;
  position: relative;
  height: 100vh;
}

.skw-page {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
.skw-page__half {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100vh;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.skw-page__half--left {
  left: 0;
  -webkit-transform: translate3d(-32.4vh, 100%, 0);
          transform: translate3d(-32.4vh, 100%, 0);
}
.skw-page__half--right {
  left: 50%;
  -webkit-transform: translate3d(32.4vh, -100%, 0);
          transform: translate3d(32.4vh, -100%, 0);
}
.skw-page.active .skw-page__half {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.skw-page__skewed {
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 140%;
  height: 100%;
  -webkit-transform: skewX(-18deg);
          transform: skewX(-18deg);
  background: #000;
}
.skw-page__half--left .skw-page__skewed {
  left: -40%;
}
.skw-page__half--right .skw-page__skewed {
  right: -40%;
}
.skw-page__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column wrap;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 30%;
  color: #fff;
  -webkit-transform: skewX(18deg);
          transform: skewX(18deg);
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, -webkit-transform 1s;
  transition: transform 1s, opacity 1s;
  transition: transform 1s, opacity 1s, -webkit-transform 1s;
  background-size: cover;
}
.skw-page__half--left .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}
.skw-page__half--right .skw-page__content {
  padding-left: 30%;
  padding-right: 30%;
  -webkit-transform-origin: 0 100%;
          transform-origin: 0 100%;
}
.skw-page.inactive .skw-page__content {
  opacity: 0.5;
  -webkit-transform: skewX(18deg) scale(0.95);
          transform: skewX(18deg) scale(0.95);
}
.skw-page__heading {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 40px;
  text-align: center;
}
.skw-page__description {
  font-size: 18px;
  text-align: center;
}
.skw-page__link {
  color: #FFA0A0;
}
.skw-page-1 .skw-page__half--left .skw-page__content {
  background-image: url("../images/story1/1.jpg");
}
.skw-page-1 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-page-2 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-2 .skw-page__half--right .skw-page__content {
  background-image: url("../images/story2/main-2.jpg");
}
.skw-page-3 .skw-page__half--left .skw-page__content {
  background-image: url("../images/story3/main-3.jpg");
}
.skw-page-3 .skw-page__half--right .skw-page__content {
  background: #292929;
}
.skw-page-4 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-4 .skw-page__half--right .skw-page__content {
  background-image: url("../images/story4/main4.jpg");
}

.skw-page-5 .skw-page__half--left .skw-page__content {
  background-image:  url("../images/story5/main-5.jpg");
}
.skw-page-5 .skw-page__half--right .skw-page__content {
  background: #292929;
}


.skw-page-6 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-6 .skw-page__half--right .skw-page__content {
  background-image: url("../images/story6/main-6.jpg");
}

.skw-page-7 .skw-page__half--left .skw-page__content {
  background-image:  url("../images/story7/main-7.jpg");
}
.skw-page-7 .skw-page__half--right .skw-page__content {
  background: #292929;
}


.skw-page-8 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-8 .skw-page__half--right .skw-page__content {
  background-image: url("../images/story8/801.jpg");
}


.skw-page-9 .skw-page__half--left .skw-page__content {
  background-image:  url("../images/story9/main-99.jpg");
}
.skw-page-9 .skw-page__half--right .skw-page__content {
  background: #292929;
}


.skw-page-10 .skw-page__half--left .skw-page__content {
  background: #292929;
}
.skw-page-10 .skw-page__half--right .skw-page__content {
  background-image: url("../images/story10/main-100.jpg");
}





.lightbox-opened {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  cursor: pointer !important;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  padding: 0px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
}
.lightbox-opened:before {
  background-color: #333;
  background-color: rgba(51, 51, 51, 0.9);
  color: #eee;
  content: "x";
  font-family: sans-serif;
  padding: 6px 12px;
  position: fixed;
  text-transform: uppercase;
}
.lightbox-opened img {
  box-shadow: 0 0 6px 3px #333;
}

.no-scroll {
  overflow: hidden;
}




.background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  height: 130vh;
  position: absolute;
  width: 100%;
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
  -webkit-transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.2s cubic-bezier(0.22, 0.44, 0, 1);
}
.background:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
.background:first-child {
  background-image: url(../images/main-waba2.jpg);
  -webkit-transform: translateY(-15vh);
          transform: translateY(-15vh);
}
.background:first-child .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background:nth-child(2) {
  background-image: url(../images/main-waba3.jpg);
}


/* Set stacking context of slides */
.background:nth-child(1) {
  z-index: 3;
}

.background:nth-child(2) {
  z-index: 2;
}



.content-wrapper {
  height: 130vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-flow: column nowrap;
  color: #fff;
  font-family: Montserrat;
  text-transform: uppercase;
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
  transition: all 1.7s cubic-bezier(0.22, 0.44, 0, 1);
}
.content-title {
  font-size: 19vh;
  line-height: 1.4;
  font-family:'Rakkas', cursive;
      position: absolute;
    top: 6%;
    left: 26%;
	text-shadow: 3px 4px #272626;
  
}


.content-title2 {
  font-size: 13vh;
  line-height: 1.4;
  font-family:'Rakkas', cursive;
      position: absolute;
    top: 6%;
    left: 28%;
	text-shadow: 3px 4px #272626;
  
}

.background.up-scroll {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.up-scroll .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}
.background.up-scroll + .background {
  -webkit-transform: translate3d(0, 30vh, 0);
          transform: translate3d(0, 30vh, 0);
}
.background.up-scroll + .background .content-wrapper {
  -webkit-transform: translateY(30vh);
          transform: translateY(30vh);
}

.background.down-scroll {
  -webkit-transform: translate3d(0, -130vh, 0);
          transform: translate3d(0, -130vh, 0);
}
.background.down-scroll .content-wrapper {
  -webkit-transform: translateY(40vh);
          transform: translateY(40vh);
}
.background.down-scroll + .background:not(.down-scroll) {
  -webkit-transform: translate3d(0, -15vh, 0);
          transform: translate3d(0, -15vh, 0);
}
.background.down-scroll + .background:not(.down-scroll) .content-wrapper {
  -webkit-transform: translateY(15vh);
          transform: translateY(15vh);
}





.book {
  overflow: hidden;
}
@media only screen and (min-width: 40em) {
  .book {
    margin-top: 0em;
    -webkit-perspective: 250vw;
            perspective: 250vw;
    overflow: visible;
  }
}
.book .pages-responsive {
  overflow-x: auto;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  position: relative;
}
.book .pages-responsive:after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 999;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive {
    overflow: visible;
    -webkit-transform: none;
            transform: none;
  }
  .book .pages-responsive:after {
    display: none;
  }
}
.book .pages-responsive .pages {
  position: relative;
  margin: 0 auto;
  width: 1000%;
  padding-bottom: 40%;
  height: 0;
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages {
    -webkit-transform: rotateX(15deg);
            transform: rotateX(15deg);
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    width: 100%;
  }
}
.book .pages-responsive .pages .page {
  position: relative;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  width: 10%;
  float: left;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page {
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: pointer;
    margin: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0);
    -webkit-transition: background .5s;
    transition: background .5s;
    z-index: 2;
  }
}
.book .pages-responsive .pages .page img {
  width: 100%;
  position: relative;
}
.book .pages-responsive .pages .page .caption {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
		  width:80%;
}
.book .pages-responsive .pages .page .caption p {
  color: white;
  text-shadow: 0 0 50px black;
  font-weight: bold;
  text-align:justify;
  font-size: 20px;
  
}
.book .pages-responsive .pages .page:nth-child(even) {
  pointer-events: none;
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:nth-child(even) {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
    -webkit-transform-origin: 100% 0;
            transform-origin: 100% 0;
    left: 0;
    right: 50%;
  }
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:nth-child(even):after {
    background: -webkit-gradient(linear, left top, right top, color-stop(70%, transparent), color-stop(97%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to right, transparent 70%, rgba(0, 0, 0, 0.6) 97%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    display: block;
  }
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:nth-child(even).page--flipped {
    pointer-events: all;
    -webkit-transform: rotateY(5deg);
            transform: rotateY(5deg);
  }
}
.book .pages-responsive .pages .page:nth-child(even).page--flipped:before {
  background: rgba(0, 0, 0, 0.03);
}
.book .pages-responsive .pages .page:nth-child(even):before {
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:nth-child(odd) {
    pointer-events: all;
    -webkit-transform: rotateY(-5deg);
            transform: rotateY(-5deg);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    left: 50%;
    right: 0;
  }
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:nth-child(odd):after {
    background: -webkit-gradient(linear, right top, left top, color-stop(70%, transparent), color-stop(97%, rgba(0, 0, 0, 0.6)));
    background: linear-gradient(to left, transparent 70%, rgba(0, 0, 0, 0.6) 97%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: ' ';
    display: block;
  }
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page:nth-child(odd).page--flipped {
    pointer-events: none;
    -webkit-transform: rotateY(-180deg);
            transform: rotateY(-180deg);
  }
}
.book .pages-responsive .pages .page:nth-child(odd).page--flipped:before {
  background: rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page--is-hoverable:nth-child(even):hover {
    -webkit-transform: rotateY(10deg);
            transform: rotateY(10deg);
  }
}
@media only screen and (min-width: 40em) {
  .book .pages-responsive .pages .page--is-hoverable:nth-child(odd):hover {
    -webkit-transform: rotateY(-10deg);
            transform: rotateY(-10deg);
  }
}
.book .pages-responsive .pages .page--is-hoverable:nth-child(odd):hover:before {
  background: rgba(0, 0, 0, 0.03);
}
.book .pager ol {
  display: table;
  width: 100%;
  padding: 0;
}
.book .pager ol li {
  list-style: none;
  display: table-cell;
}




.page-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;

}

/* ====================================
Home Slider
==================================== */

#home-slider {
  height: 100vh;
  width: 100vw;
  position: relative;

}
.swiper-container {
  height: 100%;
  width: 100%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}

.swiper-image-one {
  background-image: url(../images/story8/801.jpg);
}

.swiper-image-two {
  background: black;
  
}

.swiper-image-three {
 background-image: url(../images/story8/802.jpg);
}

.swiper-image-four {
 background: black;
}

.swiper-image-five {
  background-image: url(../images/story8/803.jpg);
}

.swiper-image-six {
  background: black;
}


.swiper-image-seven {
 background-image: url(../images/story8/807.jpg);
}

.swiper-image-eight {
  background: black;
}


.swiper-image-nine {
  background-image: url(../images/story8/806.jpg);
}

.swiper-image-ten {
  background: black;
}

.swiper-image-eleven {
   background-image: url(../images/story8/805.jpg);
}

.swiper-image-tweleve {
  background: black;
}



.swiper-image {
  width: 70%;
  height: 100%;
}
.swiper-image-inner {
  background-size: cover;
  background-position: center center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 0%, 0.2);
  background-blend-mode: overlay;
}
.swiper-image-inner.swiper-image-left {
  padding: 4rem;
}
.swiper-image-left {
  filter: sepia(100%);
  transition: all 1s linear;
  transition-delay: 1s;
}
.swiper-slide.swiper-slide-active .swiper-image-left {
  filter: sepia(0%);
}
.swiper-image-inner.swiper-image-right {
  filter: hue-rotate(-60deg);
  transition: all 1s linear;
  transition-delay: 1s;
  background-color: hsla(0, 0%, 0%, 0.5);
  background-blend-mode: multiply;
}


p.paragraph {
  margin: 0;
  font-family: DroidKufiLight;
  color: #fff;
  width: 85%;
  max-width: 500px;
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
  opacity: 0;
  transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 1.4s;
  transform: translate3d(-20%, 0, 0);
  direction:rtl;
      margin-left: -25%;
}
.swiper-slide.swiper-slide-active .swiper-image-right {
  filter: hue-rotate(90deg);
}

.swiper-slide.swiper-slide-active h1,
.swiper-slide.swiper-slide-active p.paragraph,
.swiper-slide.swiper-slide-active h1 span.emphasis,
.swiper-slide.swiper-slide-active h1 + p {
  transform: translate3d(0, 0, 0);
  opacity: 1;
}



@media screen and (max-width: 640px) {
  #home-slider{
    height: 86vh;
    width: 96vw;
  }
  
}


.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  width: 114%;
  height: 100vh !important;
  position: relative;
  background-color: #212529;
  overflow: hidden;
  display: flex;
  
}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform, height;
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
/* Arrows */
.swiper-button-prev, .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -moz-background-size: 27px 44px;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: #fff;
  opacity: 0.4;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #fff;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 15px;
  bottom: 15px;
}
.swiper-container-vertical
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block;
}
.swiper-container-horizontal
  > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -moz-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5);
}
.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff;
}
.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000;
}
/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  background-image: -moz-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Opera 11.10-12.00 */
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  /* Firefox 16+, IE10, Opera 12.50+ */
}
/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/* Cube + Flip */
.swiper-container-cube, .swiper-container-flip {
  overflow: visible;
}
.swiper-container-cube .swiper-slide, .swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -moz-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}






.pagination {
  position: absolute !important;
  width: 100%;
  text-align: left;
     left: 8%;
  padding: 0 !important;
  bottom: 40px;
  z-index: 999;
}

.pagination__item {
  cursor: pointer;
  display: inline-block;
  white-space: nowrap;
  font-size: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #fff;
  margin: 0 5px;
  transition: .2s ease-in-out;
}
.pagination__item.is-current, .pagination__item:hover {
  background-color: #fff;
}

.container {
  position: relative;
  margin: 0 auto;
}



.background-absolute {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover;
}

.slideshow {
  position: relative;
  color: #fff;
  overflow: hidden;
  min-height: 600px;
  height: 100vh;
}



.slideshow__slide {
  visibility: hidden;
  transition: visibility 0s 1.7s;
}
.slideshow__slide.is-current {
  visibility: visible;
  transition-delay: 0s;
}

@media (max-width: 699px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
@media (min-width: 700px) {
  .slideshow .slideshow__slide {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
}
.slideshow__slide-background-load-wrap {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
  overflow: hidden;
}

.is-animated .slideshow__slide-background-load-wrap {
  transform: translate3d(0, 0, 0);
  transition-delay: 0s;
}

.slideshow__slide.is-prev .slideshow__slide-background-parallax, .slideshow__slide.is-next .slideshow__slide-background-parallax, .slideshow__slide.is-prev-section .slideshow__slide-background-parallax, .slideshow__slide.is-next-section .slideshow__slide-background-parallax {
  transform: none !important;
}

.slideshow__slide-background-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, -50%, 0);
}

.is-animated .slideshow__slide-background-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-background-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.5s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
}
.slideshow__slide.is-next .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-background-wrap {
  transform: translate3d(0, -100%, 0);
  transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-background-wrap {
  transform: translate3d(0, 100%, 0);
  transition: none;
}

.slideshow__slide-background {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
  overflow: hidden;
}

.slideshow__slide.is-prev .slideshow__slide-background, .slideshow__slide.is-next .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-background, .slideshow__slide.is-next-section .slideshow__slide-background {
  transform: scale(0.5);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image-wrap {
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.6s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-image-wrap {
  transform: translate3d(0, 50%, 0);
}

.slideshow__slide-image {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) 1.5s;
  transform: scale(1);
}

.slideshow__slide.is-prev .slideshow__slide-image, .slideshow__slide.is-next .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
}
.slideshow__slide.is-prev-section .slideshow__slide-image, .slideshow__slide.is-next-section .slideshow__slide-image {
  transform: scale(1.25);
  transition-delay: 0s;
  transition: none;
}

.slideshow__slide-image::before, .slideshow__slide-image::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.35;
}
.slideshow__slide-image::before {
  background-color: rgb(255 255 255 / 0%);
}
.slideshow__slide-image::after {
  background: rgb(255 255 255 / 0%);
}

.slideshow__slide.is-prev .slideshow_container, .slideshow__slide.is-next .slideshow_container, .slideshow__slide.is-prev-section .slideshow_container, .slideshow__slide.is-next-section .slideshow_container {
  transform: none !important;
}

.slideshow__slide-caption-text {
  position: relative;
  height: 100%;
  padding-top: 10%;
  transition: transform 1.2s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 0, 0);
}

.slideshow__slide.is-prev .slideshow__slide-caption-text {
  transform: translate3d(-100%, -50%, 0);
}
.slideshow__slide.is-next .slideshow__slide-caption-text {
  transform: translate3d(-100%, 10%, 0);
}
.slideshow__slide.is-prev-section .slideshow__slide-caption-text {
  transform: translate3d(-100%, -50%, 0);
  transition: none;
}
.slideshow__slide.is-next-section .slideshow__slide-caption-text {
  transform: translate3d(-100%, 10%, 0);
  transition: none;
}

.slideshow__slide-caption {
  position: relative;
  height: 100%;
  transform: translate3d(-100%, 10%, 0);
  transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
}

.is-animated .slideshow__slide-caption {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-title {
  line-height: 1;
}
.slideshow__slide-caption-title.-full {
  width: 100%;
}

@media (max-height: 500px) {
  .slideshow__slide-caption-title {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 699px) {
  .slideshow__slide-caption-title {
    font-size: 40px;
    margin-bottom: 150px;
  }

  .slideshow.-full .slideshow__slide-caption-title {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .slideshow__slide-caption-title {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .slideshow__slide-caption-title {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .slideshow__slide-caption-title {
    font-size: 6.25rem;
  }
}
.slideshow__slide-caption-subtitle {
  display: inline-block;
  padding: 1.875rem 0;
}
.slideshow__slide-caption-subtitle.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-animated .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .slideshow__slide-caption-subtitle.-load, body[data-route-option="next-section"] .slideshow__slide-caption-subtitle.-load {
  transform: translate3d(0, 0, 0);
}

.slideshow__slide-caption-subtitle-label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .slideshow__slide-caption-subtitle-label,
.o-hsub-wrap:hover .slideshow__slide-caption-subtitle-label {
  transform: translateX(20px);
}

/* OLD */
.c-header-home_heading {
  line-height: 1;
}
.c-header-home_heading.-full {
  width: 100%;
}

@media (max-height: 500px) {
  .c-header-home_heading {
    margin-bottom: 0 !important;
  }
}
@media (max-width: 699px) {
  .c-header-home_heading {
    font-size: 40px;
    margin-bottom: 150px;
  }

  .c-header-home.-full .c-header-home_heading {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) {
  .c-header-home_heading {
    font-size: 5.625rem;
    margin-bottom: 1.25rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_heading {
    font-size: 4.375rem;
  }
}
@media (min-width: 1600px) {
  .c-header-home_heading {
    font-size: 6.25rem;
  }
}
.c-header-home_subheading {
  display: inline-block;
  padding: 1.875rem 0;
}
.c-header-home_subheading.-load {
  transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
  transform: translate3d(0, 3.75rem, 0);
}

.is-loaded .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_subheading.-load, body[data-route-option="next-section"] .c-header-home_subheading.-load {
  transform: translate3d(0, 0, 0);
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: -14%;
  left: 2%;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
button,
.c-header-filters_button,
.o-button {
  display: inline-block;
  overflow: visible;
  margin: 0;
  padding: 0;
  outline: 0;
  border: 0;
  background: none;
  color: inherit;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  font: inherit;
  line-height: normal;
  cursor: pointer;
  user-select: none;
}

button:hover,
.c-header-filters_button:hover,
.o-button:hover {
  text-decoration: none;
}


@media (min-width: 1200px) {
  .o-scroll {
    height: 100%;
  }
}
::-moz-selection {
  background: #0084c0;
  color: #fff;
}



a,
.o-link {
  color: #1a0dab;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

a:hover,
.o-link:hover {
  color: white;
}

a.-normal,
.o-link.-normal {
  color: currentColor;
  text-decoration: none;
}

a.-normal:hover,
.o-link.-normal:hover {
  text-decoration: underline;
}

a.-blue:hover,
.o-link.-blue:hover {
  text-decoration: none;
  color: #0084c0;
}

a.-hover,
.o-link.-hover {
  position: relative;
  text-decoration: none;
  color: #fff;
}

a.-hover::after,
.o-link.-hover::after {
  content: "";
  position: absolute;
  bottom: -1px;
  right: 0;
  left: 0;
  border-bottom: 1px solid;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

a.-hover:hover::after,
.o-link.-hover:hover::after {
  transform: scaleX(1);
}

p {
  margin: 0;
}

.o-wrap {
  overflow: hidden;
}

.o-page.-anim {
  transform: translate3d(0, 9.375rem, 0);
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.is-loaded .o-page.-anim {
  transform: translate3d(0, 0, 0);
}

.o-barba,
.o-barba_container {
  height: 100%;
}



.js-parallax {
  transform: translateZ(0);
  will-change: transform;
}

.scroll-content {
  overflow: hidden;
}

.o-blockquote.-nomargin {
  margin: 0;
}

.o-action-link {
  display: block;
  padding-top: 12.8125rem;
  padding-bottom: 7.5rem;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
}
.o-action-link:hover {
  color: #fff;
}

@media (max-width: 699px) {
  .o-action-link {
    font-size: 40px;
    padding-top: 120px;
  }
}
@media (max-width: 1199px) {
  .o-action-link {
    color: #1e1e22;
  }
}
@media (min-width: 700px) {
  .o-action-link {
    font-size: 5.625rem;
  }
}
@media (min-width: 1200px) {
  .o-action-link {
    color: #fff;
  }
}
.o-action-link_label {
  display: inline-block;
  position: relative;
}
.o-action-link_label::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 0.1875rem solid;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-action-link:hover .o-action-link_label::after {
  transform: scaleX(1);
}

.o-h,
h1,
.o-h1,
h2,
.o-h2,
h3,
.o-h3,
h4,
.o-h4,
h5,
.o-h5,
h6,
.o-h6 {
  font-weight: 700;
  margin-top: 0;
  line-height: 1.1;
}

@media (max-width: 699px) {
  h1,
  .o-h1 {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  h1,
  .o-h1 {
    font-size: 60px;
  }
}
@media (min-width: 1600px) {
  h1,
  .o-h1 {
    font-size: 4.375rem;
  }
}
@media (max-width: 1599px) {
  h2,
  .o-h2 {
    font-size: 1.5625rem;
  }
}
@media (min-width: 1600px) {
  h2,
  .o-h2 {
    font-size: 2.25rem;
  }
}
h3,
.o-h3 {
  font-size: 1.5625rem;
}

h4,
.o-h4 {
  font-size: 1rem;
}

h5,
.o-h5 {
  font-size: 0.8125rem;
}

h6,
.o-h6 {
  font-size: 0.6875rem;
}

.o-hsub {
  font-size: 0.75rem;
  padding: 1.25rem 0;
  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
}
.o-hsub::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid;
  width: 1.5rem;
  background-color: #1e1e22;
  margin-right: 1.125rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}
.o-hsub.-link {
  color: #fff;
  text-decoration: none;
}
.o-hsub.-link:hover::before {
  transform: scaleX(1.5);
}

.o-hsub-wrap:hover .o-hsub.-link::before {
  transform: scaleX(1.5);
}

.o-hsub.-link.-dark {
  color: #1e1e22;
}
.o-hsub.-link.-dark:hover {
  color: #1e1e22;
}
.o-hsub.-h {
  vertical-align: middle;
}

@media (max-width: 699px) {
  .o-hsub.-h {
    display: block;
    margin-top: 20px;
  }
}
@media (min-width: 700px) {
  .o-hsub.-h {
    margin-left: 2.5rem;
  }
}
.o-hsub_label {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
  display: inline-block;
}

.o-hsub.-link:hover .o-hsub_label,
.o-hsub-wrap:hover .o-hsub_label {
  transform: translateX(20px);
}

.is-loaded .o-loader {
  visibility: hidden;
  transition-delay: 0.6s;
}

.o-container {
  position: relative;
  margin: 0 auto;
}

@media (max-width: 699px) {
  .o-container {
    padding-right: 40px;
    padding-left: 40px;
  }
  .o-container.-small {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 700px) and (max-width: 1599px) {
  .o-container {
    padding-right: 7.5rem;
    padding-left: 7.5rem;
    max-width: 140rem;
  }
}
@media (min-width: 1600px) {
  .o-container {
    padding-right: 9.5625rem;
    padding-left: 9.5625rem;
    max-width: 144.125rem;
  }
}
.o-section {
  position: relative;
}
.o-section.-offset {
  margin-top: -9.375rem;
  background-color: #f6f6f6;
}
.o-section.-padding {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}
.o-section.-padding-top {
  padding-top: 7.5rem;
}
.o-section.-left {
  margin-right: 15rem;
}
.o-section.-right {
  margin-left: 15rem;
}
.o-section.-left-large {
  margin-right: 22.5rem;
}
.o-section.-right.-padding {
  padding-left: 9.5625rem;
}

@media (max-width: 699px) {
  .o-section.-bottom {
    padding-bottom: 60px;
  }
}
@media (min-width: 700px) {
  .o-section.-bottom {
    padding-bottom: 7.5rem;
  }
}
.o-section_image {
  position: relative;
  overflow: hidden;
}
.o-section_image.-small {
  padding-bottom: 57.144%;
}
.o-section_image.-large {
  padding-bottom: 55%;
}
.o-section_image.-padding-left {
  margin-left: 7.5rem;
}
.o-section_image.-left {
  margin-right: 15rem;
}
.o-section_image.-right {
  margin-left: 15rem;
}
.o-section_image img {
  width: 100%;
}

@media (max-width: 1599px) {
  .o-section_image.-left {
    margin-left: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-left {
    margin-left: -9.5625rem;
  }
}
@media (max-width: 1599px) {
  .o-section_image.-right {
    margin-right: -7.5rem;
  }
}
@media (min-width: 1600px) {
  .o-section_image.-right {
    margin-right: -9.5625rem;
  }
}
.o-grid {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}
.o-grid.-margin {
  margin-left: -3.75rem;
}

.o-grid_item {
  display: inline-block;
  padding-left: 0;
  width: 100%;
  vertical-align: top;
  font-size: 1rem;
}

@media (max-width: 699px) {
  .o-grid_item.-button {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button {
    width: 18.75rem;
  }
}
@media (max-width: 699px) {
  .o-grid_item.-button-content {
    margin-bottom: 30px;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-button-content {
    margin-bottom: 60px;
  }
}
@media (min-width: 1000px) {
  .o-grid_item.-button-content {
    width: calc(100% - 18.75rem);
  }
}
.o-grid.-margin .o-grid_item {
  padding-left: 3.75rem;
}

@media (min-width: 700px) {
  .o-grid_item.-half {
    width: 50%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-half.-large {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 999px) {
  .o-grid_item.-half.-medium {
    width: 100%;
  }
}
@media (min-width: 700px) and (max-width: 1199px) {
  .o-grid_item.-third {
    width: 50%;
  }
}
@media (min-width: 1200px) {
  .o-grid_item.-third {
    width: 33.3333333333%;
  }
}
.o-form {
  padding-bottom: 11.25rem;
}

@media (max-width: 699px) {
  .o-form_item {
    margin-bottom: 35px;
  }
}
@media (min-width: 700px) {
  .o-form_item {
    margin-bottom: 2.9375rem;
  }
}
.o-form_fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

@media (max-width: 699px) {
  .o-form_fieldset {
    margin-bottom: 20px;
  }
}
@media (min-width: 700px) {
  .o-form_fieldset {
    margin-bottom: 3.75rem;
  }
}
.o-form_button {
  text-align: right;
}

.o-label {
  display: block;
  height: 100%;
  color: #b3b3b3;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.875rem;
  transition: color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-label {
    font-size: 9px;
  }
}
@media (min-width: 700px) {
  .o-label {
    font-size: 0.5625rem;
  }
}
.o-input-wrap .o-label {
  position: absolute;
  bottom: 0;
  left: 0;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input:focus ~ .o-label,
.o-select:focus ~ .o-label,
.o-textarea:focus ~ .o-label,
.o-label.is-active {
  transform: translateY(-1.875rem);
}

.o-input.has-error ~ .o-label {
  color: #cc3d3d;
}

.has-error.o-select ~ .o-label, .has-error.o-textarea ~ .o-label {
  color: #cc3d3d;
}

.o-input-wrap {
  position: relative;
}

.o-input,
.o-select,
.o-textarea {
  padding: 0.875rem;
  background-color: transparent;
  border-bottom: 1px solid #b3b3b3;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-input,
  .o-select,
  .o-textarea {
    font-size: 14px;
  }
}
@media (min-width: 700px) {
  .o-input,
  .o-select,
  .o-textarea {
    font-size: 0.875rem;
  }
}
.o-input::-webkit-input-placeholder,
.o-select::-webkit-input-placeholder,
.o-textarea::-webkit-input-placeholder,
.o-input:-ms-input-placeholder,
.o-select:-ms-input-placeholder,
.o-textarea:-ms-input-placeholder,
.o-input::-ms-input-placeholder,
.o-select::-ms-input-placeholder,
.o-textarea::-ms-input-placeholder,
.o-input::placeholder,
.o-select::placeholder,
.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.-search {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  border-bottom: none;
}

.-search.o-select, .-search.o-textarea {
  background-color: transparent;
  color: #fff;
  font-weight: 700;
  border-bottom: none;
}

@media (max-width: 699px) {
  .o-input.-search {
    font-size: 26px;
  }

  .-search.o-select, .-search.o-textarea {
    font-size: 26px;
  }
}
@media (min-width: 700px) {
  .o-input.-search {
    font-size: 3.75rem;
  }

  .-search.o-select, .-search.o-textarea {
    font-size: 3.75rem;
  }
}
.o-input.-search::-webkit-input-placeholder {
  color: #000;
}

.-search.o-select::-webkit-input-placeholder, .-search.o-textarea::-webkit-input-placeholder {
  color: #000;
}

.o-input.-search:-ms-input-placeholder {
  color: #000;
}

.-search.o-select:-ms-input-placeholder, .-search.o-textarea:-ms-input-placeholder {
  color: #000;
}

.o-input.-search::-ms-input-placeholder {
  color: #000;
}

.-search.o-select::-ms-input-placeholder, .-search.o-textarea::-ms-input-placeholder {
  color: #000;
}

.o-input.-search::placeholder {
  color: #000;
}

.-search.o-select::placeholder, .-search.o-textarea::placeholder {
  color: #000;
}

.-mobile .o-input.-search {
  font-size: 26px;
  padding: 0;
}
.-mobile .-search.o-select, .-mobile .-search.o-textarea {
  font-size: 26px;
  padding: 0;
}

.o-input.-search.-light {
  color: #1e1e22;
}

.-search.-light.o-select, .-search.-light.o-textarea {
  color: #1e1e22;
}

.o-input.-search.-light::-webkit-input-placeholder {
  color: #b3b3b3;
}

.-search.-light.o-select::-webkit-input-placeholder, .-search.-light.o-textarea::-webkit-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light:-ms-input-placeholder {
  color: #b3b3b3;
}

.-search.-light.o-select:-ms-input-placeholder, .-search.-light.o-textarea:-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::-ms-input-placeholder {
  color: #b3b3b3;
}

.-search.-light.o-select::-ms-input-placeholder, .-search.-light.o-textarea::-ms-input-placeholder {
  color: #b3b3b3;
}

.o-input.-search.-light::placeholder {
  color: #b3b3b3;
}

.-search.-light.o-select::placeholder, .-search.-light.o-textarea::placeholder {
  color: #b3b3b3;
}

.o-input.has-error {
  border-color: #cc3d3d;
}

.has-error.o-select, .has-error.o-textarea {
  border-color: #cc3d3d;
}

.o-input:focus,
.o-select:focus,
.o-textarea:focus {
  outline: none;
}

.o-input-line {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #1e1e22;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform-origin: center left;
}

.o-input:focus ~ .o-input-line,
.o-select:focus ~ .o-input-line,
.o-textarea:focus ~ .o-input-line {
  transform: scaleX(1);
}

.o-input-lines::before, .o-input-lines::after {
  content: "";
  position: absolute;
  bottom: 0;
  border-right: 1px solid #b3b3b3;
  height: 0.375rem;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.o-input.has-error ~ .o-input-lines::before {
  border-color: #cc3d3d;
}

.has-error.o-select ~ .o-input-lines::before, .has-error.o-textarea ~ .o-input-lines::before {
  border-color: #cc3d3d;
}

.o-input.has-error ~ .o-input-lines::after {
  border-color: #cc3d3d;
}

.has-error.o-select ~ .o-input-lines::after, .has-error.o-textarea ~ .o-input-lines::after {
  border-color: #cc3d3d;
}

.o-input-lines::before {
  left: 0;
  transition-delay: 0.3s;
}
.o-input-lines::after {
  right: 0;
}

.o-input:focus ~ .o-input-lines::before,
.o-select:focus ~ .o-input-lines::before,
.o-textarea:focus ~ .o-input-lines::before,
.o-input:focus ~ .o-input-lines::after,
.o-select:focus ~ .o-input-lines::after,
.o-textarea:focus ~ .o-input-lines::after {
  border-color: #1e1e22;
}

.o-input:focus ~ .o-input-lines::before,
.o-select:focus ~ .o-input-lines::before,
.o-textarea:focus ~ .o-input-lines::before {
  transition-delay: 0s;
}

.o-input:focus ~ .o-input-lines::after,
.o-select:focus ~ .o-input-lines::after,
.o-textarea:focus ~ .o-input-lines::after {
  transition-delay: 0.3s;
}

.o-checkbox,
.o-radio {
  position: absolute;
  width: 0;
  opacity: 0;
}

.o-checkbox:checked + .o-checkbox-label::after,
.o-radio:checked + .o-checkbox-label::after,
.o-checkbox:checked + .o-radio-label::after,
.o-radio:checked + .o-radio-label::after {
  transform: scale(1);
}

.o-checkbox-label,
.o-radio-label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  line-height: 1.4;
  margin-right: 4.0625rem;
  cursor: pointer;
  padding-top: 0.125rem;
}

@media (max-width: 699px) {
  .o-checkbox-label,
  .o-radio-label {
    font-size: 12px;
    padding-left: 27px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label,
  .o-radio-label {
    font-size: 0.875rem;
    padding-left: 1.1875rem;
  }
}
.o-checkbox-label.-uppsercase,
.-uppsercase.o-radio-label {
  text-transform: uppercase;
}

.o-checkbox-label::before,
.o-radio-label::before,
.o-checkbox-label::after,
.o-radio-label::after {
  position: absolute;
  top: 50%;
  left: 0;
  display: inline-block;
  padding: 0;
  content: "";
  border: 1px solid;
  transition: border-color 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::before,
  .o-radio-label::before,
  .o-checkbox-label::after,
  .o-radio-label::after {
    width: 12px;
    height: 12px;
    margin-top: -6px;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::before,
  .o-radio-label::before,
  .o-checkbox-label::after,
  .o-radio-label::after {
    margin-top: -0.28125rem;
    width: 0.5625rem;
    height: 0.5625rem;
  }
}
.o-checkbox-label::after,
.o-radio-label::after {
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #1e1e22 transparent transparent transparent;
  transform: scale(0);
  transform-origin: top left;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

@media (max-width: 699px) {
  .o-checkbox-label::after,
  .o-radio-label::after {
    border-width: 12px 12px 0 0;
  }
}
@media (min-width: 700px) {
  .o-checkbox-label::after,
  .o-radio-label::after {
    border-width: 0.5625rem 0.5625rem 0 0;
  }
}
.o-checkbox-label.has-error::before,
.has-error.o-radio-label::before {
  border-color: #cc3d3d;
}

.o-checkbox-label_text {
  display: inline-block;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateZ(0);
}

.o-checkbox-label:hover .o-checkbox-label_text {
  transform: translateX(0.3125rem);
}

.o-radio-label:hover .o-checkbox-label_text {
  transform: translateX(0.3125rem);
}
.o-radio-label::before {
  border-radius: 50%;
  width: 12px;
  height: 12px;
}
.o-radio-label::after {
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%20enable-background%3D%22new%200%200%2013%2013%22%20xml%3Aspace%3D%22preserve%22%3E%3Ccircle%20fill%3D%22%23424242%22%20cx%3D%226.5%22%20cy%3D%226.5%22%20r%3D%226.5%22%2F%3E%3C%2Fsvg%3E");
  background-size: 6px;
  background-position: center;
  background-repeat: no-repeat;
  transform: scale(0);
  transform-origin: center;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  border: none;
}

.o-radio:checked + .o-radio-label::after {
  transform: scale(1);
}

.o-select {
  position: relative;
  z-index: 1;
  padding-right: 2.5rem;
}
.o-select:focus {
  border-bottom-color: #1e1e22;
}

.o-select-wrap {
  position: relative;
}
.o-select-wrap::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20version%3D%221.1%22%20x%3D%220%22%20y%3D%220%22%20width%3D%2213%22%20height%3D%2211.3%22%20viewBox%3D%220%200%2013%2011.3%22%20enable-background%3D%22new%200%200%2013%2011.3%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23b3b3b3%22%20points%3D%226.5%2011.3%203.3%205.6%200%200%206.5%200%2013%200%209.8%205.6%20%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: 10px;
  background-repeat: no-repeat;
  content: "";
  pointer-events: none;
}

.o-textarea-wrap {
  position: relative;
}

.o-textarea {
  min-height: 9.375rem;
}

.o-button {
  position: relative;
  display: inline-block;
  text-align: center;
  border: 1px solid #1e1e22;
  white-space: nowrap;
  font-size: 0;
  transition: background-color 0.3s cubic-bezier(0.4, 0, 0.2, 1), color 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.o-button:before {
  display: inline-block;
  height: 100%;
  content: "";
  vertical-align: middle;
}
.o-button > * {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 1rem;
}
.o-button::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e1e22;
  transform: scaleX(0);
  transform-origin: center left;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}
.o-button:hover {
  color: #fff;
  transition-delay: 0s;
}
.o-button:hover::after {
  transform: scaleX(1);
  transition-delay: 0s;
}
.o-button.-left::after {
  transform-origin: center right;
}
.o-button.-white {
  border-color: #fff;
}
.o-button.-white::after {
  background-color: #fff;
}
.o-button.-white:hover {
  color: #000;
}
.o-button.-form {
  width: 11.25rem;
}
.o-button.-form:focus {
  color: #fff;
  transition-delay: 0s;
}
.o-button.-form:focus::after {
  transform: scaleX(1);
  transition-delay: 0s;
}
.o-button.-square {
  padding: 0;
}

@media (max-width: 699px) {
  .o-button {
    height: 60px;
    padding: 0 20px;
  }
}
@media (min-width: 700px) {
  .o-button {
    height: 3.75rem;
    padding: 0 1.875rem;
  }
}
@media (min-width: 1200px) {
  .o-button.-anim {
    border-color: transparent;
  }
}
@media (max-width: 699px) {
  .o-button.-width {
    width: 100%;
  }
}
@media (min-width: 700px) {
  .o-button.-width {
    width: 15rem;
  }
}
@media (max-width: 699px) {
  .o-button.-square {
    width: 60px;
  }
}
@media (min-width: 700px) {
  .o-button.-square {
    width: 3.75rem;
  }
}
.o-button-group .o-button + .o-button {
  border-left: none;
}

@media (max-width: 699px) {
  .o-button.-padding {
    padding: 1.25rem;
  }
}
@media (min-width: 700px) {
  .o-button.-padding {
    padding: 1.25rem 2.5rem;
  }
}
.o-button_label {
  display: inline-block;
  position: relative;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(0);
  line-height: 1.4;
  z-index: 2;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  font-weight: 500;
  font-size: 0.75rem;
}

.o-button:hover .o-button_label {
  transform: translateX(0.5rem);
  transition-delay: 0.075s;
}
.o-button.-left:hover .o-button_label {
  transform: translateX(-0.5rem);
}
.o-button.-square:hover .o-button_label {
  transform: translateX(0.375rem);
}
.o-button.-left.-square:hover .o-button_label {
  transform: translateX(-0.375rem);
}

.o-button-group {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
}

.o-button_icon {
  position: relative;
  width: 1.0rem;
  height: 1.0rem;
  fill: #000;
  transition: fill 0.45s cubic-bezier(0.4, 0, 0.2, 1) 0.075s;
}

.o-button.-white .o-button_icon {
  fill: #fff;
}
.o-button:hover .o-button_icon {
  fill: #f6f6f6;
  transition-delay: 0s;
}
.o-button.-white:hover .o-button_icon {
  fill: #1e1e22;
}

.o-button_line::before, .o-button_line::after {
  content: "";
  position: absolute;
  background-color: #1e1e22;
}

.is-mobile .o-button_line::before, .is-mobile .o-button_line::after {
  display: none;
}

.o-button_line::before {
  width: 1px;
  top: 0;
  bottom: 0;
  transform: scaleY(0);
  transition: transform 0.15s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-button_line::after {
  height: 1px;
  right: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}
.o-button_line:first-of-type::before {
  left: 0;
  transform-origin: center bottom;
}
.o-button_line:first-of-type::after {
  top: 0;
  transform-origin: center left;
}
.o-button_line:last-of-type::before {
  right: 0;
  transform-origin: center top;
}
.o-button_line:last-of-type::after {
  bottom: 0;
  transform-origin: center right;
}

.o-button.is-inview .o-button_line::before {
  transform: scaleY(1);
}
.o-button.is-inview .o-button_line::after {
  transform: scaleX(1);
}
.o-button.is-inview .o-button_line:first-of-type::before {
  transition-delay: 1.15s;
}
.o-button.is-inview .o-button_line:first-of-type::after {
  transition-delay: 0.1s;
}
.o-button.is-inview .o-button_line:last-of-type::before {
  transition-delay: 0.55s;
}
.o-button.is-inview .o-button_line:last-of-type::after {
  transition-delay: 0.7s;
}

.c-header-home_footer {
  z-index: 3;
  position: absolute;
  right: 0;
  bottom: -14%;
  left: 2%;
}

.c-header-home_controls,
.c-header-home_buttons {
  margin-left: 0;
  letter-spacing: normal;
  font-size: 0;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
  transform: translate3d(0, 100%, 0);
}

@media (max-width: 699px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 40px;
  }
}
@media (min-width: 700px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 5.625rem;
  }
}
@media (min-width: 700px) and (max-width: 749px) {
  .c-header-home_controls,
  .c-header-home_buttons {
    padding-bottom: 3.75rem;
  }
}
.is-loaded .c-header-home_controls,
.is-loaded .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

body[data-route-option="prev-section"] .c-header-home_controls,
body[data-route-option="prev-section"] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}
body[data-route-option="next-section"] .c-header-home_controls,
body[data-route-option="next-section"] .c-header-home_buttons {
  transform: translate3d(0, 0, 0);
}

.c-header-home_controls {
  transition-delay: 0.65s;
}

@media (min-width: 700px) {
  .c-header-home_controls {
    float: left;
  }
}
.c-header-home_buttons {
  transition-delay: 0.75s;
}

@media (max-width: 699px) {
  .c-header-home_buttons {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media (min-width: 1000px) {
  .c-header-home_buttons {
    float: right;
  }
}
@media (max-width: 699px) {
  .c-header-home_button {
    width: 50% !important;
  }
}
@media (min-width: 700px) {
  .c-header-home_button {
    width: 15.625rem;
  }
}
.slideshow__slide-image.background-absolute {
  width: 60%;
  left: 40%;
}

h1.slideshow__slide-caption-title {
  padding-left: 98px;
  padding-right: 98px;
  color: black;
}

.o-hsub.-link {
  padding-left: 98px;
  padding-right: 98px;
  color: #000;
  text-decoration: none;
}

button.slider-more-button {
  width: 16rem;
  height: 7rem;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fcc865;
  color: #000;
  text-transform: uppercase;
  transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 470ms, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 470ms;
  transform: rotateZ(-20deg) translate3d(-20vh, 20vh, 0);
}

.is-animated .slider-more-button {
  transform: rotateZ(0deg) translate3d(0, 0, 0);
}

p.slideshow__slide-caption-content {
  padding-left: 28px;
  padding-right: 57px;
  box-sizing: border-box;
  color: white;
  cursor: pointer;
  display: block;
  font-family:DroidKufiLight;
  font-size: 20px;
  font-weight: 200;
  max-height: 218px;
  line-height: 35px;
  margin-top: 0px;
  opacity: 0;
  text-size-adjust: 100%;
  transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94), transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94);
  transform: translate3d(-100px, 0, 0);
  max-width: 50%;
  width: 55%;
  direction:rtl;
  text-align:justify;
  margin-left: -10%;
}

.slideshow__slide.is-current p.slideshow__slide-caption-content {
  opacity: 1;
  transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms;
  transform: translate3d(0, 0, 0);
}

span.slideshow__slide-caption-subtitle-label {
  font-weight: 800;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

.side-nav {
  display: none;
}

@media (min-width: 1024px) {
  .side-nav {
    display: block;
    left: 0;
    z-index: 2;
    width: 100vh;
    height: 5vw;
    transform-origin: top;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translate3d(-100%, 10%, 0);
    transition: transform 1s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  }

  .is-animated .side-nav {
    transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 470ms, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 470ms;
    transform: rotateZ(-90deg) translate3d(-390px, -50vh, 0);
  }

  .side-nav {
    opacity: 1;
    transition: opacity 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms, transform 700ms cubic-bezier(0.8, 0, 0.55, 0.94) 1470ms;
  }
  .side-nav ul {
    list-style: none;
    margin: 0 0;
    padding-top: 0.3vw;
  }
  .side-nav li {
    display: inline-block;
    line-height: 0.9em;
    margin: 0 15px;
    padding-bottom: 8px;
    border-bottom: 1px solid transparent;
    cursor: pointer;
    transition: opacity 400ms cubic-bezier(0.8, 0, 0.55, 0.94), border-color 400ms cubic-bezier(0.8, 0, 0.55, 0.94);
  }
  .side-nav .label {
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    opacity: 0.3;
    margin: 0 0;
    color: #0a0c0d;
    font-weight: 800;
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  }
  .side-nav[data-view="cover"] li[data-view="cover"] {
    opacity: 1;
    border-bottom: 1px solid #000;
  }

  .slideshow__slide.is-prev .side-nav {
    transform: translate3d(-100%, -50%, 0);
  }
  .slideshow__slide.is-next .side-nav {
    transform: translate3d(-100%, 10%, 0);
  }
  .slideshow__slide.is-prev-section .side-nav {
    transform: translate3d(-100%, -50%, 0);
    transition: none;
  }
  .slideshow__slide.is-next-section .side-nav {
    transform: translate3d(-100%, 10%, 0);
    transition: none;
  }
}
/*end slider show*/
/*Floating button*/
.floating-btn {
  font-family: 'Roboto Thin', sans-serif;
  border: none;
  border-width: 0px;
  margin: 0;
  overflow: hidden;
  border: none;
  outline: none;
  color: white;
  font-size: 20px;
  background: #820303;
  position: relative;
  padding: 14px;
  width: 50px;
  height: 50px;
  border-radius: 35%;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.24);
  transition: .3s;
  margin: 0.2em;
}
.floating-btn:hover {
  background: #d2cbbf;
  cursor: pointer;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.js-parallax.is-inview {
  width: 100px;
}

button .floating-btn:focus {
  outline: 0px;
  outline: 0px;
}

.c-header-home_controls.-nomobile.o-button-group {
  margin-left: 30%;
}

.divide {
  margin-top: 50px;
  margin-bottom: 50px;
}

.ripple {
  overflow: hidden;
}

.ripple-effect {
  position: absolute;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  background: white;
  animation: ripple-animation 2s;
}

.ripple > .o-button_icon {
  top: 1px;
}

@keyframes ripple-animation {
  from {
    transform: scale(1);
    opacity: 0.4;
  }
  to {
    transform: scale(100);
    opacity: 0;
  }
}
/* End Floating Button */
/* nav bar*/
.navbar-container {
  z-index: 1000;
  background-color: #fff;
}







.div1{
  display: block;
  background: black;
  height:100vh;
  width: 100%;
}

.div2{
  display: block;
}


.main-sec {
  font-family:Arial;
  width:100%;
  display:block;
  margin:0% auto;
}

.slide-sec{
  display: block;
  width: 100%;
}
.secfirst, .secsecond{
  dispaly:table-cell;
  width: 50%;
}
.singlecard{
  display: table;
  background: #000000;
  width: 100%;
  height: auto;
}
.singlecard-header{
  display: table-cell;
  width: 70%;
  vertical-align: middle;
}

.singlecard-header img{
	width:100%;
  max-width: 100%;
  height: 100vh;
      margin: -1px -1%-1px -1px;
  display: block;
    background: url(../images/story2/main-2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
  
}
.singlecard-body{
  display: table-cell;
  width: 30%;
  vertical-align: middle;
  padding: 10px 15px;
}
.singlecard-title{
  font-family:DroidKufiBold;text-align:center; color:#ffc107;font-size: 34px;bottom: 37%;position: absolute;right: 2%;
  direction:rtl;
  
}
.singlecard-text{
  font-size: 1.2rem;
  line-height: 1.2;
  display:none;
}
.singlecard-index,
.singlecard-date,
.singlecard-place{
  font-size: 0.875rem;
  line-height: 1.7;
  display: block;
}


.footer2{
  
  position: relative;
  bottom: 0 ;
  margin:0;
  width: 60%;
  background-color: red;
  display: inline-flex;
  overflow: hidden;
  white-space: nowrap;
  direction:rtl;
  margin-left: 18%;
  margin-bottom:3%;
      border-radius: 50px;

}

.text
{ 
padding-top: 5px;
    vertical-align: middle;
    font-size: 25px;
    color: #ff1e1e;
    margin: 0;
  width:100%;
    animation: marquee 0s linear infinite;
	animation-delay: 1s;
  display: inline-block;
  padding-right: 10px;
  background:white;
  font-weight:bold;
}

.news{
  height:auto;
  background-color:#ff1e1e;
  padding: 10px 30px 10px 10px;
  font-size: x-large;
  color: white;
  z-index:1;
   display: block;
}


/* animation */

@keyframes slide {
	0% {transform:translateX(-100%);}
	100% {transform:translateX(100%);}
}


.project-title {
  color: #ff686b;
  font-size: 50px;
	margin: 40px 0;
  text-align: center;
  text-transform: uppercase;
}
.slider {
  background: #322e2c;
  height: 720px;
  position: relative;
  text-align: center;
  width: 100%;
}
.arrow {
  background: black;
  border: none;
  border-radius: 10%;
  color: white;
  cursor: pointer;
  display: none;
  opacity: .4;
  padding: 10px;
  position: absolute;
  text-transform: uppercase;
  -webkit-transition: .2s;
	top: 50%;
  transition: .2s;
}
.arrow:hover {
  opacity: .8;
}
.arrow.next {
  right: 2%
}
.arrow.prev {
  left: 2%;
}
.slidek {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  height: 100%;
  padding: 90px 0 0;
  position: absolute;
  width: 100%;
}
.slide-title {
  font-size: 40px;
  font-weight: bold;
  margin: 0 auto;
  padding: 15px 0;
  text-transform: uppercase;
}
.slide-desc {
  font-size: 20px;
  margin: 40px auto 0;
  width: 65%;
}
.slide-image,
.slide-image img{
  height: 100%;
  width: 100%;
}
.slidek:first-of-type {
  background-image: url(../images/story6/11.jpg);
}
.slidek:nth-of-type(2) {
  background-image: url(../images/story6/12.jpg);
}
.slidek:last-of-type {
  background-image: url(../images/story6/13.jpg);
}
.active {
  display: block;
}
.slide-nav {
  bottom: 30px;
	position: absolute;
   width: 100%;
}
.nav-item {
  background: #fff;
  border: 2px solid #ff686b;
  cursor: pointer;
  display: inline-block;
  margin-right: 20px;
  transition: background .4s;
}
.nav-item:last-of-type {
  margin-right: 0;
}
.nav-item:hover {
  transform: scale(1.3);
}
.item-active {
  background: #ff686b;
  transform: scale(1.3);
}
.dot {
  border-radius: 50%;
}
.dot,
.square{
  height: 15px;
	width: 15px;
}
.rectangle {
  height: 15px;
  width: 30px;
}



.section {
  height: 100vh;
  width: 100%;
}

.before {
  background: url(../images/story6/2.jpg) no-repeat center center;
  background-size: cover;
}

.before2 {
  background: url(../images/story6/3.jpg) no-repeat center center;
  background-size: cover;
}

.beforex {
  background: url(../images/story3/7.jpg) no-repeat center center;
  background-size: cover;
}

.before3 {
  background: url(../images/story6/15.jpg) no-repeat center center;
  background-size: cover;
}

.before4 {
  background: url(../images/story9/902.jpg) no-repeat center center;
  background-size: cover;
}

.before5 {
  background: url(../images/story9/904.jpg) no-repeat center center;
  background-size: cover;
}

.section-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

.before-wrapper {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100%;
  width: auto;
}

.before-wrapper:before {
  display: block;
  height: 100%;
  width: 100%;
  content: '';
}

.after-wrapper {
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
  position: absolute;
  overflow: hidden;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.after {
 background: url(../images/story6/1.jpg) no-repeat center center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
}

.after2 {
 background: url(../images/story6/4.jpg) no-repeat center center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
}


.afterx {
 background: url(../images/story3/compare.jpg) no-repeat;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  background-position: 10% 30%;
}

.after3 {
 background: url(../images/story6/14.jpg) no-repeat center center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
}

.after4 {
 background: url(../images/story9/901.jpg) no-repeat center center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
}

.after5 {
 background: url(../images/story9/905.jpg) no-repeat center center;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
}



#slider {
  position: relative;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border-radius: 4px;
  margin-bottom	:5%;
}

#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}

#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 600px;
  background: #ccc;
  text-align: center;
  line-height: 300px;
}

.control_prev,
.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: #2a2a2a;
  color: #fff;
  text-decoration: none;
  opacity: 0.8;
  cursor: pointer;
  border: 0;
}

.control_prev:hover, .control_next:hover {
  opacity: 1;
  transition: all 0.2s ease;
}

.control_prev {
  border-radius: 0 2px 2px 0;
}

.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}






#slider-wrap{
	width:1080px;
	height:680px;
	position:relative;
	overflow:hidden;
	margin:auto
}

#slider-wrap ul#slider{
	width:100%;
	height:100%;
	
	position:absolute;
	top:0;
	left:0;		
}

#slider-wrap ul#slider li{
	float:left;
	position:relative;
	width:1080px;
	height:680px;	
}

#slider-wrap ul#slider li > div{
	position:absolute;
	top:20px;
	left:35px;	
}

#slider-wrap ul#slider li > div h3{
	font-size:36px;
	text-transform:uppercase;	
}

#slider-wrap ul#slider li > div span{
	font-family: Neucha, Arial, sans serif;
	font-size:21px;
}

#slider-wrap ul#slider li i{
	text-align:center;
	line-height:400px;
	display:block;
	width:100%;
	font-size:90px;	
}


/*btns*/
.btns{
	position:absolute;
	width:50px;
	height:60px;
	top:50%;
	margin-top:-25px;
	line-height:57px;
	text-align:center;
	cursor:pointer;	
	background:rgba(0,0,0,0.1);
	z-index:100;
	
	
	-webkit-user-select: none;  
	-moz-user-select: none; 
	-khtml-user-select: none; 
	-ms-user-select: none;
	
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	-ms-transition: all 0.1s ease;
	transition: all 0.1s ease;
}

.btns:hover{
	background:rgba(0,0,0,0.3);	
}

#next{right:-50px; border-radius:7px 0px 0px 7px;}
#previous{left:-50px; border-radius:0px 7px 7px 7px;}
#counter{
	top: 30px; 
	right:35px; 
	width:auto;
	position:absolute;
	    color: #ffc214;
    font-weight: bold;
    font-family: tahoma;
}

#slider-wrap.active #next{right:0px;}
#slider-wrap.active #previous{left:0px;}


/*bar*/
#pagination-wrap{
	min-width:20px;
	margin-top:60%;
	margin-left: auto; 
	margin-right: auto;
	height:15px;
	position:relative;
	text-align:center;
	cursor:pointer;
}

#pagination-wrap ul {
	width:100%;
}

#pagination-wrap ul li{
	margin: 0 4px;
	display: inline-block;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#fbaa19;
	position:relative;
  top:0;
  
  
}

#pagination-wrap ul li.active{
  width:15px;
  height:15px;
  top:3px;
	opacity:1;
	box-shadow:rgba(0,0,0,0.1) 1px 1px 0px;	
}

#slider-wrap ul, #pagination-wrap ul li{
	-webkit-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-moz-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-o-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	-ms-transition: all 0.3s cubic-bezier(1,.01,.32,1);
	transition: all 0.3s cubic-bezier(1,.01,.32,1);	
}






.card-5 {
  box-shadow: 0 19px 38px rgb(255 255 255 / 25%), 0 15px 12px rgb(167 166 166 / 12%);
      border-top: 2px solid;
}








.demo-frame header {
  display: none;
}

.demo-wrapper {
  min-height: 500px;
}

.bsap_1280449 {
  position: absolute;
  top: 0;
  right: 0;
}

.parallax [class*="bg__"] {
  position: relative;
  height: 100vh;
  background-attachment: fixed;
  background-position: center center;
  background-size: cover;
}

.parallax [class*="bg__"]:nth-child(2n) {
  box-shadow: inset 0 0 1em #111;
}

.parallax .bg__foo, .parallax .bg__bazz {
  height: 100vh;
}

.parallax .bg__foo2, .parallax .bg__bazz {
  height: 100vh;
}

.parallax .bg__foo50, .parallax .bg__bazz {
  height: 100vh;
}

.parallax .bg__foo60, .parallax .bg__bazz {
  height: 100vh;
}

.parallax .bg__foo90, .parallax .bg__bazz {
  height: 130vh;
}

.parallax .bg__foo3, .parallax .bg__bazz {
  height: 100vh;
}

.parallax .bg__foo007, .parallax .bg__bazz {
  height: 128vh;
}

.parallax .bg__foo0070, .parallax .bg__bazz {
  height: 135vh;
}

.parallax .bg__foofefe, .parallax .bg__bazz {
  height: 128vh;
}

.parallax .bg__foo5, .parallax .bg__bazz {
  height: 100vh;
}

.parallax .bg__foo-new, .parallax .bg__bazz {
  height: 100vh;
}


.parallax .bg__foo {
  background-image: url(../images/story5/bgbg.jpg);
}

.parallax .bg__bar {
   background-image: url(../images/story5/bgbg.jpg);
    height:175vh;
}

.parallax .bg__bar007 {
   background-image: url(../images/main-waba3.jpg);
}

.parallax .bg__barfefe{
   background-image: url(../images/story3/gg3.jpg);
}

.parallax .bg__foo2 {
  background-image: url(../images/story5/bg8.jpg);
}

.parallax .bg__foo007 {
  background-image: url(../images/main-waba2.jpg);
}

.parallax .bg__foo00700 {
  background-image: url(../images/intro.gif);
}

.parallax .bg__foo0070 {
  background-image: url(../images/story10/2afla.jpg);
}

.parallax .bg__foofefe{
  background-image: url(../images/story3/gg2.jpg);
}

.parallax .bg__foo50 {
  background-image: url(../images/story5/bg12.jpg);
}

.parallax .bg__foo60 {
  background-image: url(../images/story5/bg9.jpg);
}

.parallax .bg__foo90 {
  background-image: url(../images/story5/bg2.jpg);
}

.parallax .bg__bar2 {
   background-image: url(../images/story5/bg8.jpg);
   height:175vh;
}

.parallax .bg__bar50 {
   background-image: url(../images/story5/bg12.jpg);
    
}

.parallax .bg__bar60 {
   background-image: url(../images/story5/bg9.jpg);
   height:175vh;
}

.parallax .bg__bar90 {
   background-image: url(../images/story5/bg2.jpg);
     height:175vh;
}


.parallax .bg__foo3 {
  background-image: url(../images/story5/11.jpg);
}

.parallax .bg__bar3 {
   background-image: url(../images/story5/111.jpg);
}


.parallax .bg__foo4 {
  background-image: url(../images/story5/bg12.jpg);
}

.parallax .bg__bar4 {
   background-image: url(../images/story5/bg13.jpg);
}


.parallax .bg__foo5 {
  background-image: url(../images/story3/s2.jpg);
      background-position: 10% 69%;
}

.parallax .bg__bar5 {
   background-image: url(../images/story3/s2.jpg);
       background-position: 10% 69%;
	   height:170vh;
}

.parallax .bg__foo6 {
  background-image: url(../images/story3/s3.jpg);
      background-position: 30% 52%;
}

.parallax .bg__bar6 {
   background-image: url(../images/story3/s3.jpg);
       background-position: 30% 52%;
}


.parallax .bg__foo7 {
  background-image: url(../images/story3/s4.jpg);
}

.parallax .bg__bar7 {
   background-image: url(../images/story3/s5.jpg);
}

.parallax .bg__foo8 {
  background-image: url(../images/story3/s6.jpg);
}

.parallax .bg__bar8 {
   background-image: url(../images/story3/s5.jpg);
   background-position: 30% 57%;
   height:170vh;
}

.parallax .bg__foo9 {
  background-image: url(../images/story3/s6.jpg);
}

.parallax .bg__bar9 {
   background-image: url(../images/story3/s6.jpg);
    height:170vh;
}


.parallax .bg__foo10 {
  background-image: url(../images/story3/s7.jpg);
}

.parallax .bg__bar10 {
   background-image: url(../images/story3/s7.jpg);
}

.parallax .bg__foo11 {
  background-image: url(../images/story3/s8.jpg);
}

.parallax .bg__bar11 {
   background-image: url(../images/story3/s8.jpg);
       background-position: 10% 40%;
	   height: 170vh;
}


.parallax .bg__foo12 {
  background-image: url(../images/story3/s9.jpg);
}

.parallax .bg__bar12 {
   background-image: url(../images/story3/s9.jpg);
}

.parallax .bg__foo13 {
  background-image: url(../images/story3/s10.jpg);
}

.parallax .bg__bar13 {
   background-image: url(../images/story3/s10.jpg);
   height:170vh;
}

.parallax .bg__foo14 {
  background-image: url(../images/story3/s11.jpg);
}

.parallax .bg__bar14 {
   background-image: url(../images/story3/s11.jpg);
}

.parallax .bg__foo-new {
  background-color:black;
}

.parallax .bg__bar-new {
   background-image: url(../images/story4/main4.jpg);
}




.parallax .capture {
  float: right;
  width: 200px;
  padding: 1em;
  margin: -1.5em 1em 0 0;
  text-indent: 0;
  background: rgba(243, 243, 243, 0.75);
  box-shadow: 0 1px 0.125em #333;
  color: #141414;
}

article .container {
  width: 600px;
  margin: 0 auto;
}

article .header {
  position: relative;
  margin: -16em 0 0 0;
  padding: 4em;
  text-align: left;
  font-size: 2em;
  width:100%;
  color: #333;
}

article h1, article h2 {
  margin: 0 0 0.333em;
}

article section {
  padding: 3em;
}

article section.parallax {
  margin: 0;
  padding: 0;
}

#frame {
  width: 100%;
  margin: 0 auto;
}



#content-block {
	position: relative;
	overflow: hidden;
}

.parallax-slide {
	position: relative;
	height: 100vh;
}

.parallax-clip {
	height: 100%;
	position: absolute;
	width: 100%;
	left: 0px;
	top: 0px;
	/*clip: rect(auto, auto, auto, auto);*/
}

.fixed-parallax {
	position: relative;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center top;
	background-attachment: fixed;
	/* -webkit-transform: translateZ(0); /* necessary for iOS! */
}


/* used only as overlay for the images,
   darkens it a little in this case */
.fixed-parallax:before {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.2);
	content: "";
}


/* CSS specific to iOS devices */ 
@supports (-webkit-overflow-scrolling: touch) {
	.parallax-clip {
		clip: rect(auto, auto, auto, auto);
	}
	.fixed-parallax {
		position: fixed;
		background-attachment: unset;
		-webkit-transform: translateZ(0); /* necessary for iOS! */
	}
}



.scroll-down {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
}

.scroll {
  width: 2rem;
  height: 4rem;
  border: 2px solid var(--white);
  border-radius: 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scroll span {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
  background: var(--white);
  border-radius: 50%;
  animation: cursor-slide 1.15s linear infinite;
}

.arrow-down {
  width: 1.8rem;
  height: 1.8rem;
  border: 2px solid transparent;
  border-right-color: var(--white);
  border-bottom-color: var(--white);
  transform: rotate(45deg);
  margin-top: 0.3rem;
  animation: arrow-pulse 1.15s linear infinite;
  color:#ff1e1e !important;
}


.accordion-slider {
  direction:rtl;
  max-width: 1345px;
  width: 100%;
  margin: 30px auto;
  display: table;
  table-layout: fixed;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.accordion-slider:hover li {
  width: 10%;
}
.accordion-slider li {
  transition: all 500ms ease;
  width: 20%;
  display: table-cell;
  height: 300px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
  position: relative;
}
.accordion-slider li:nth-child(1) {
  background: #fff url(../images/story1/1.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
}
.accordion-slider li:nth-child(2) {
  background: #fff url(../images/story2/main-2.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 55%;
}
.accordion-slider li:nth-child(3) {
  background: #fff url(../images/story3/main-3.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 66%;

}
.accordion-slider li:nth-child(4) {
  background: #fff url(../images/story4/main4.jpg) 0 0 no-repeat;
  background-size: cover;
      background-position: 15%;
}
.accordion-slider li:nth-child(5) {
   background: #fff url(../images/story5/main-5.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 94%;
}

.accordion-slider li:nth-child(6) {
 background: #fff url(../images/story6/main-6.jpg) 0 0 no-repeat;
  background-size: cover;
      background-position: center;
}

.accordion-slider li:nth-child(7) {
  background: #fff url(../images/story7/main-7.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: center;
}

.accordion-slider li:nth-child(8) {
   background: #fff url(../images/story8/main-1.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 40%;
}

.accordion-slider li:nth-child(9) {
  background: #fff url(../images/story9/main-99.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 75%;
}

.accordion-slider li:nth-child(10) {
  background: #fff url(../images/story10/main-100.jpg) 0 0 no-repeat;
  background-size: cover;
  background-position: 60%;
}
.accordion-slider li:hover {
  width: 60%;
}
.accordion-slider li:hover h3 {
  background: rgba(0, 0, 0, 0.6);
}
.accordion-slider .item {
  background: rgba(0, 0, 0, 0.6);
  min-width: 110px;
  position: absolute;
  right: 0;
  left: 0;
  height: 100%;
  color: #ccc;
  padding: 0 10px;
  text-decoration: none;
}
.accordion-slider .item h3 {
  transition: all 1000ms ease;
  text-transform: uppercase;
  background: rgba(0, 0, 0, 0);
  padding: 10px 0;
  font-size: 17px;
  position: absolute;
  right: 0;
  left: 0;
  text-align: center;
  top: 88%;
  margin: 0;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
	
	.parallax .bg__foo00700{
		height: 70vh !important;
		background-size:contain !important;background-repeat:no-repeat !important
		
		
	}
  .accordion-slider:hover li,
  .accordion-slider li,
  .accordion-slider li:hover {
    display: table;
    width: 100%;
  }

  .accordion-slider li {
    height: 100px;
  }
}



.meen {
    position: relative;
    top: 0px;
    right: 18px;
    z-index: 2;
}

#navicon {
    padding: 0;
}

.meen p {
    background: #c10c48;
    color: #fff;
    padding: 4px 13px;
    border-radius: 0px 5px 5px 0px;
    text-align: center;
}


.content_img {
  margin: 1em 0;
}
.content_img .img-text {
  position: absolute;
  bottom: 10px;
  left: 50%;
  background: rgb(178 87 20);
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  color: white;
  opacity: 1;
   padding: 5px 5px;
  visibility: visible;
   max-width: 80%;
  -webkit-transition: visibility 0s, opacity 0.5s linear;
  transition: visibility 0s, opacity 0.5s linear;
      text-align: center;
    font-size: 13px;
}














.king {
  display: none;
  position: relative;
  bottom: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
}





input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: absolute;
  top: 25%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  width: calc(100% + 50px);
  z-index: 2;
}
input[type=range]:focus, input[type=range]:active {
  border: none;
  outline: none;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  border: none;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: transparent;
  border: 4px solid white;
  box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.3);
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 15px;
  width: 100%;
  background-color: transparent;
  position: relative;
  outline: none;
}




/*timeline*/


.timeline{
  position:relative;
  margin:0px auto;
  padding:0px 0;
  width:100%;
  box-sizing:border-box;
  float:right;
  
}
.timeline:before{
  content:'';
  position:absolute;
  left:64%;
  width:2px;
  height:100%;
  background:#c5c5c5;
}
.timeline ul{
  padding:0;
  margin:0;
}
.timeline ul li{
  list-style:none;
  position:relative;
  width:50%;
  padding:50px 40px;
  box-sizing:border-box;
}
.timeline ul li:nth-child(odd){
  float:left;
  text-align:right;
  clear:both;
}
.timeline ul li:nth-child(even){
  float:right;
  text-align:left;
  clear:both;
}
.content{
  padding-bottom:20px;
}
.timeline ul li:nth-child(odd):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
  right:-28.8%;
  background:#ffc107;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li:nth-child(even):before
{
  content:'';
  position:absolute;
  width:10px;
  height:10px;
  top:24px;
      left: 27.4%;
  background:#ffc107;
  border-radius:50%;
  box-shadow:0 0 0 3px rgba(233,33,99,0.2);
}
.timeline ul li h3{
  padding:0;
  margin:0;
  color:rgba(233,33,99,1);
  font-weight:600;
}
.timeline ul li p{
  margin:10px 0 0;
  padding:0;
  font-size: 18px;
  text-align:justify;
}
.timeline ul li .time h4{
  margin:0;
  padding:0;
  font-size:14px;
}
.timeline ul li:nth-child(odd) .time
{
  position:absolute;
  top:0px;
  right:-95%;
  margin:0;
  padding:20% 16px;
  color:#fff;
 width:65%;
     text-align: justify;
 
}


.content, .content-wrap{
	    background: #f2f2f200 !important;
	
}

.timeline ul li:nth-child(even) .time
{
  position:absolute;
  top:12px;
    right: 95%;
  margin:0;
  /*padding:20% 16px; */
  color:#fff;
      width: 90%;
 
}
@media(max-width:1000px)
{
  .timeline{
    width:100%;
  }
}
@media(max-width:767px){
  .timeline{
    width:100%;
    padding-bottom:0;
  }
  h1{
    font-size:40px;
    text-align:center;
  }
  .timeline:before{
    left:20px;
    height:100%;
  }
  .timeline ul li:nth-child(odd),
  .timeline ul li:nth-child(even)
  {
    width:100%;
    text-align:left;
    padding-left:50px;
    padding-bottom:50px;
  }
  .timeline ul li:nth-child(odd):before,
  .timeline ul li:nth-child(even):before
  {
    top:-18px;
    left:16px;
  }
  .timeline ul li:nth-child(odd) .time,
  .timeline ul li:nth-child(even) .time{
    top:0px;
    left:0px;
    right:inherit;
	position:relative;
	width:100%;
	padding:15% 0px !important;
  }
}




body a,
.slider-info a {
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
    text-decoration: none;
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    font-family: DroidKufiLight;
}

p {
    margin: 0;
    color: #ffe4d0;
    font-size: 22px;
    line-height: 1.8;
	font-family: DroidKufiLight;
	direction:rtl;
	    font-size: 18px;
}

ul {
    margin: 0;
    padding: 0;
}

ul {
    list-style-type: none;
}

body a:hover {
    text-decoration: none;
}

body a:focus {
    outline: none;
    text-decoration: none;
}

.list-group-item {
    background-color: transparent;
}

/*-- bottom-to-top --*/

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 24px;
    right: 3%;
    overflow: hidden;
    z-index: 999;
    width: 32px;
    height: 32px;
    border: none;
    text-indent: 100%;
background: url(../images/move-top-2.png) no-repeat 0px 0px;
}

#toTopHover {
    width: 32px;
    height: 32px;
    display: block;
    overflow: hidden;
    float: right;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

/*-- //bottom-to-top --*/

/* header */

header h1,
footer h2 {
    line-height: 0;
}

.navbar-light {
    padding: 0.4em 5em;
    position: absolute;
    z-index: 999;
    width: 80%;
    left: 10%;
    top: 9%;
    border-radius: 70px;
}

a.navbar-brand {
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 0.7em;
    letter-spacing: 1px;
}

a.navbar-brand i {
    color: rgba(0, 0, 0, 0.18);
    font-size: 2em;
}

.navbar-light .navbar-nav .nav-link {
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
    padding: 4px 15px;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    font-size: 0.95em;
    letter-spacing: 1px;
}

ul.navbar-nav.ml-lg-auto.text-center {
    margin-top: 10px;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
    color: #ff924c;
    background: #fff;
    border-radius: 5px;
}

.dropdown-item {
    color: #fff;
}

.dropdown-item,
.dropdown-item.active,
.dropdown-item:active {
    background-color: white;
    color: #000 !important;
    font-weight: 600;
    text-transform: capitalize;
}

.w3ls-btn {
    background: transparent;
    padding: 4px 15px;
    color: #fff;
    text-transform: capitalize;
}

.header-w3_pvt li:last-child {
    margin-left: 1em;
}

.w3ls-btn i {
    font-size: 1.8em;
    color: #fff;
}

ul.header-w3_pvt li span {
    margin-right: 1em;
    color: #fff;
}

.header-top {
    padding: 0.5em 0;
}

.bg-theme {
    background: #ff934b;
    background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
    background: -webkit-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
    background: linear-gradient(135deg, #ff934b 0%, #ff5e62 100%);
}

.bg-theme1 {
    background: #0cc5b7;
    background: -moz-linear-gradient(-45deg, #0cc5b7 0%, #2bd891 100%);
    background: -webkit-linear-gradient(-45deg, #0cc5b7 0%, #2bd891 100%);
    background: linear-gradient(135deg, #0062cc 0%, #046cc7 100%);
}

/*-- //header --*/

/* banner */

.banner {
    position: relative;
    z-index: 0;
}

#slider {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    margin: 0 auto;
}

.rslides_tabs {
    list-style: none;
    padding: 0;
    background: rgba(0, 0, 0, .25);
    box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .3), inset 0 0 5px rgba(0, 0, 0, 1.0);
    font-size: 18px;
    list-style: none;
    margin: 0 auto 50px;
    max-width: 540px;
    padding: 10px 0;
    text-align: center;
    width: 100%;
}

.rslides_tabs li {
    display: inline;
    float: none;
    margin-right: 1px;
}

.rslides_tabs a {
    width: auto;
    line-height: 20px;
    padding: 9px 20px;
    height: auto;
    background: transparent;
    display: inline;
}

.rslides_tabs li:first-child {
    margin-left: 0;
}

.rslides_tabs .rslides_here a {
    background: rgba(255, 255, 255, .1);
    color: #fff;
    font-weight: bold;
}

.events {
    list-style: none;
}

.callbacks_container {
    position: relative;
}

ul.callbacks_tabs {
    position: absolute;
    z-index: 2;
    left: 15%;
    bottom: 20%;
}

.callbacks_tabs a {
    visibility: hidden;
}

.callbacks_tabs a:after {
    content: "\f111";
    font-size: 0;
    visibility: visible;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #ff924c;
}

.callbacks_here a:after {
    background: #fff;
}

.slide-btm-wthree-w3_pvt p i {
    color: #e3ebef;
    font-size: 2em;
    margin-right: 15px;
}

.slide-btm-wthree-pos span {
    color: #eee;
}

/*
.callbacks_nav {
	position: absolute;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	top: 78%;
	opacity: 0.7;
	z-index: 3;
	text-indent: -9999px;
	overflow: hidden;
	text-decoration: none;
	height: 34px;
	width: 34px;
	background: url("../images/left.png") no-repeat 0px 0px;
}
.callbacks_nav.prev {
	left: auto;
	background: url("../images/back.png") no-repeat 0px 0px;
	left: 18em;
}
.callbacks_nav.next {
	left: auto;
	background: url("../images/next.png") no-repeat 0px 0px;
	right: 18em;
}
.callbacks_nav:active {
	opacity: 1.0;
}
.callbacks2_nav:active {
	opacity: 1.0;
}*/

#slider-pager a {
    display: inline-block;
}

#slider-pager span {
    float: left;
}

#slider-pager span {
    width: 100px;
    height: 15px;
    background: #fff;
    display: inline-block;
    border-radius: 30em;
    opacity: 0.6;
}

#slider-pager .rslides_here a {
    background: #FFF;
    border-radius: 30em;
    opacity: 1;
}

#slider-pager a {
    padding: 0;
}

#slider-pager li {
    display: inline-block;
}

.rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%;
}

.rslides li {
    -webkit-backface-visibility: hidden;
    position: absolute;
    display: none;
    left: 0%;
    top: 0;
    width: 100%;
}

.rslides li {
    position: relative;
    display: block;
    float: none;
}

.rslides img {
    height: auto;
    border: 0;
}

.callbacks_tabs li {
    display: inline-block;
}

.callbacks_tabs a {
    visibility: hidden;
    width: 20px;
    line-height: 19px;
    height: 20px;
    text-align: center;
    color: #000;
    font-weight: 600;
    display: block;
    background: #fff;
    border-radius: 50%;
}

.callbacks_tabs a:hover {
    background: #1165f3;
    color: #fff;
}

.banner1 {
    background: url(../images/banner1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
}


header{
	display:none;
	
}

.banner200 {
    background: url(../images/story2/main2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	    background-size: 100% 670px;
	 background-position: top;
	height:100vh;
	
}

.banner400 {
    background: url(../images/start-bg-2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: center;
	height:100vh;
    display: block;
	
	
}


.banner-me {
    background: url(../images/video-g.gif) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: center;
	height:100vh;
    display: none !important;
	
	
}


.banner3ezzo {
    background: url(../images/story10/2afla.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: center;
	height:135vh;
	
	
}

.banner700 {
    background: url(../images/story7/main-7.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: center;
	height:140vh;
	
	
	
}

.banner800 {
    background: url(../images/story8/main-1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: bottom;
	height:130vh;
	z-index:99999;
	
}





.banner8008 {
    background: url(../images/story8/804.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/

	 background-position: center;
	height:100vh;
	
}


.banner8009 {
    background: url(../images/story8/808.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/

	 background-position: center;
	height:100vh;
	
}


.banner801 {
    background: url(../images/story4/im-1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/

	 background-position: bottom;
	height:130vh;
	
}

.banner802 {
    background: url(../images/story4/im-2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/

	 background-position: center;
	height:130vh;
	
}

.banner803 {
    background: url(../images/story4/new-1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/

	 background-position: center;
	height:150vh;
	
}


.banner900 {
    background: url(../images/story9/1.png) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: bottom;
	height:118vh;
	z-index:99999;
	
	
	
}



.banner {
    background: url(../images/story10/final-img.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: bottom;
	height:120vh;
	z-index:99999;
	
	
	
}

.bannerbako {
    background-image:linear-gradient(
    #00000000, rgb(2 2 2 / 21%)), url(../images/cov-2.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center !important;
	 background-repeat: no-repeat;
	height:120vh;
	width:100%;
	
	
}

.bannerdash1 {
    background: url(../images/cov.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center !important;
	 background-repeat: no-repeat;
	height:130vh;
	width:100%;
	
	
}


.bannerstart1 {
    background: url(../images/start-bg-2.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center !important;
	 background-repeat: no-repeat;
	height:100vh;
	width:100%;
	
	
}


.bannerend1 {
    background: url(../images/cove.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center !important;
	 background-repeat: no-repeat;
	height:100vh;
	width:100%;
	
	
}

.bannerdashz {
    background-image:url(../images/cov-3.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center !important;
	 background-repeat: no-repeat;
	height:120vh;
	width:100%;
	
	
}


.bannerxx {
    background-image:linear-gradient(
    #00000000, rgb(50 46 44)), url(../images/story5/cover.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: top center !important;
	 background-repeat: no-repeat;
	height:120vh;
	width:100%;
	
	
}


.bannermm {
    background-image:linear-gradient(
    #00000000, rgb(50 46 44)), url(../images/story6/cover.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: top center !important;
	 background-repeat: no-repeat;
	height:120vh;
	width:100%;
	
	
}



.bannerzz {
    background-image:linear-gradient(
    #00000000, rgb(50 46 44)), url(../images/story4/cover.jpg) ;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: top center !important;
	 background-repeat: no-repeat;
	height:120vh;
	width:100%;
	
	
}


.bannerdash33 {
    background: url(../images/story3/33main.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: center;
	height:100vh;
	
}

.bannerdash555 {
    background: url(../images/story5/main-5.jpg) center no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	height:130vh;
	width:100%;
	
}


.bannerdash999 {
    background: url(../images/story5/bg9.jpg) center no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	height:130vh;
	width:100%;
	
}


.bannerdash16 {
    background: url(../images/story5/bg12.jpg) center no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	height:130vh;
	width:100%;
	
}



.bannerdash000 {
    background: url(../images/story5/bg10.jpg) center no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	height:130vh;
	width:100%;
	
}


.bannerdash666 {
    background: url(../images/story6/10.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	 background-position: center center;
	height:100vh;
	
}


.bannerdash300300 {
    background: url(../images/story3/main-3.jpg) center no-repeat;
     -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
	 background-position: center center;
	 background-repeat: no-repeat;
	height:130vh;
	width:100%;
	
}

.banner-main {
    background: url(../images/main-waba2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    /*background-size: cover;*/
	 background-position: center;
	height:100vh;
	
}





.bgimg-a5{
	background-image: url(../projects/one/images/7ak0.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a90{
	background-image: url(../projects/three/images/1.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a5600{
	background-image: url(../images/story5/66.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg-a5700{
	background-image: url(../images/story5/bg77.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a550{
	background-image: url(../images/story5/bg2.jpg);
    background-position: center center;
    background-attachment: fixed;
    background-size: cover;
    height: 130vh;
	
}

.bgimg-a60{
	background-image: url(../projects/one/images/7ak2.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a65{
	background-image: url(../projects/one/images/7ak6.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}

.bgimg-a63{
	background-image: url(../projects/one/images/7ak5.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}



.bgimg-a62{
	background-image: url(../projects/one/images/7ak4.jpg);
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    height: 100vh;
	
}


.bgimg200 {
    /*background-color: rgba(16, 16, 16, 0.59);*/
  position: relative;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
  height: 100%;
}

.banner2 {
    background: url(../images/section-1.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:600px;
}


.banner3 {
    background: url(../projects/two/images/main-2.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:700px;
}

.banner4 {
    background: url(../projects/three/images/main.jpg) center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -ms-background-size: cover;
    background-size: cover;
	height:700px;
}

.banner:before {
    position: absolute;
    content: '';
    /*background: rgba(0, 0, 0, 0.21);*/
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.banner-text {
    padding: 40vw 0 15vw;
    box-sizing: border-box;
}

.slider-info {
    width: 100%;
}

.slider-info h3 {
    font-size: 2.6em;
    text-transform: capitalize;
    color: #fff;
    word-spacing: 5px;
    letter-spacing: 0px;
    text-shadow: 2px 2px 1px #000;
    font-weight: 800;
    line-height: 1.3;
	font-family: gess;
	text-align:center;
	
}

.slider-info span {
    font-size: 3em;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0px;
    word-spacing: 0px;
    margin-bottom: 15px;
	text-shadow: 2px 2px 1px #000;
    display: block;
	direction:rtl;
	text-align:right;
	font-family:DroidKufiLight;
	font-weight: 800;
}

/*.slider-info span:after {
    content: '';
    width: 20%;
    height: 1px;
    background: #ff725a;
    display: inline-block;
    margin-left: 8px;
}*/

.w3_pvt-link-bnr {
    padding: 8px 24px;
    color: #000;
    font-weight: 600;
    font-size: 15px;
    border: none;
    text-transform: capitalize;
    border-radius: 30px;
}

/* //banner */

.w3_pvt-contact-top h4 {
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 1.5em;
    color: #000;
}

label {
    display: inline-block;
    margin-bottom: .5rem;
    color: #000;
    font-weight: 600;
}

.form-control {
    background-color: #fff;
    border: none;
}

.close {
    font-size: 1.5rem;
    color: #fff;
    text-shadow: none;
    opacity: 1;
}

ul.social-iconsv2 li {
    display: inline-block;
    border-radius: 50%;
}

ul.social-iconsv2 li a {
    text-decoration: none;
    font-size: 16px;
}

ul.social-iconsv2 li a i.fab {
    font-size: 18px;
    line-height: 38px;
    width: 30px;
    height: 37px;
    color: #000;
    margin-right: 15px;
    border-radius: 50%;
    background-color: transparent;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}

ul.list-w3_pvtits li a {
    color: #333;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
}

ul.social-iconsv2 li:first-child a {
    color: #3b5998;
}

ul.social-iconsv2 li:last-child {
    color: #287bbc;
}

.cpy-right p {
    letter-spacing: 1px;
    font-size: 14px;
    color: #fff;
}

/* //end fixed social */

/* login */

.modal-title {
    letter-spacing: 1px;
    font-size: 1.3em;
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    border: 10px solid rgba(0, 0, 0, 0.19);
    border-radius: 0.3rem;
    outline: 0;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.right-w3l input[type="submit"] {
    background: #333;
    border: none;
    color: #fff;
    font-size: 1em;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    font-family: 'Lato', sans-serif;
    cursor: pointer;
}

.col-form-label {
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    font-size: 13px;
    letter-spacing: 1px;
}

.modal-header {
    color: #eee;
    border: none;
    text-transform: capitalize;
    margin: 0 auto;
    width: 100%;
    background: #333;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1rem;
}

/* //modal */

/* section title */

h3.main-title-w3_pvt {
    text-transform: capitalize;
    font-weight: 800;
    font-size: 1.8em;
    color: #ff1e1e;
    margin-bottom: 15px;
    text-align: center;
}

.title-section {
    position: relative;
}

span.title-line:before {
    content: '';
    width: 14px;
    height: 14px;
    background: #000;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: -7px;
    left: 48%;
}

span.title-line {
    border: 1px solid #ff934b;
    height: 1px;
    display: block;
    width: 200px;
    margin: 0em auto 13px;
    position: relative;
}

.space-sec1 {
    margin-top: 1em;
}

.space-sec {
    margin-top: 3em;
}

/* //section title */

/* services */

h4.sec-title {
    display: block;
    text-transform: capitalize;
    font-weight: 600;
    color: #00a199;
    font-size: 32px;
}

h4.sec-title small {
    color: #222;
    display: block;
    font-size: 23px;
    margin-bottom: 18px;
}

.abt-block i {
    font-size: 2em;
    color: #fff;
    line-height: 2.5;
}

.abt-block h3 {
    font-size: 1.3em;
    font-weight: 600;
    color: #0062cc;
    text-transform: capitalize;
}

.abt-block p {
    line-height: 1.8;
    margin-top: 1em;
    color: #000;
    letter-spacing: 0.5px;
    padding: 0 5px;
}

.abt-block {
    padding: 1em;
}

.abt-block:nth-child(odd) {
    margin-top: 13em;
}

.about-icon-w3 {
    margin-bottom: 1.5em;
}

p.about-txt.text-center {
    /*width: 80%;*/
    margin: 0em auto 20px;
	direction:rtl;
	font-family:DroidKufiLight;
	font-size: 20px;
	text-align:justify !important;
}

.about-image {
    position: absolute;
    top: 50%;
       width: 40%;
    left: 30%;
}

.about-image img {
    border-radius: 50%;
}

.about-icon-w3 span {
    text-align: center;
    font-size: 3.5em;
    color: #0cc5b7;
}

h5.w3_pvt-title {
    color: #000;
    font-size: 1.6em;
    line-height: 1.5;
    font-weight: 600;
    letter-spacing: 2px;
    word-spacing: 1px;
    font-family: 'Lato', sans-serif;
    max-width: 750px;
}

h3.w3_pvt-title {
    font-size: 1.2em;
    line-height: 36px;
    font-weight: 600;
    letter-spacing: 4.7px;
}

i.fas.fa-quote-left {
    font-size: 2em;
    color: #e2e2e2;
}

.about-right-text {
    font-size: 1.1em;
    color: #000;
    font-weight: 600;
}

h5.abt-right {
    color: #7c43b8;
    font-size: 2em;
    text-transform: capitalize;
    font-style: italic;
    font-weight: 800;
    margin-top: 1em;
}

/* //services */

/* team */

.row.team {
    padding: 4em 0 2em;
}

.team-wthree-main {
    min-height: 50vh;
}

.team .carousel-indicators {
    left: 0;
    top: auto;
    bottom: -40px;
}

.team-txt {
    position: absolute;
    bottom: -45%;
    border-radius: 10px;
    width: 88%;
    left: 6%;
    padding: 1em;
    -webkit-box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.92);
    -moz-box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.92);
    box-shadow: 0px 5px 5px 0px rgba(209, 209, 209, 0.92);
}

.team-txt h6 {
    color: #000;
    font-size: 1em;
    text-transform: uppercase;
    margin: 15px 0 10px;
    font-weight: 600;
}

.team-txt p {
    color: #fff;
	text-align:center;
}

.team-txt small {
    color: #333;
    text-transform: capitalize;
    letter-spacing: 1px;
}

/* The colour of the indicators */

.team .carousel-indicators li {
    background: #ff725a;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    cursor: pointer;
}

.team .carousel-indicators .active {
    background: #2ad792;
    opacity: 1;
}

/* //team */

/* services */

.services-bottom {
    margin-top: 2%;
}

.service_grid {
    margin: 2% 0 0;
}

.service_grid p {
    color: #333;
    padding: 1em;
    font-weight: 600;
    font-size: 1.2em;
    text-transform: capitalize;
}

/* hover-effect */

h4.item-title {
    font-size: 1.7em;
    text-transform: capitalize;
    margin: 1em 0;
    color: #333;
    font-weight: 600;
}

.ih-item.circle {
    border-radius: 50%;
    width: 200px;
    height: 200px;
    margin: 0 auto;
    background: #e3e8e8;
}

.info_circle_icon span {
    color: #fff;
    font-size: 4em;
    width: 160px;
    height: 160px;
    line-height: 160px;
    -webkit-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    -moz-box-shadow: 5px 10px 10px 0px rgba(216, 216, 216, 0.78);
    box-shadow: 1px 15px 17px 0px rgba(180, 167, 167, 0.78);
    border-radius: 50%;
}

.ih-item.circle .info h3 {
    color: #fff;
    position: relative;
    font-size: 25px;
    margin: 0 30px;
    padding: 55px 0 0 0;
    height: 110px;
    text-shadow: 0 0 1px white, 0 1px 2px rgba(0, 0, 0, 0.3);
}

/* //services */

span.fa.fa-user.post-icon {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 41px;
    text-align: center;
    font-size: 1.2em;
    border-radius: 50%;
    bottom: -20px;
    color: #fff;
    right: 10px;
    border: 5px solid #fff;
}

/* //posts */

h4.w3_pvt-ser_bot {
    font-size: 2.5em;
    letter-spacing: 4px;
    word-spacing: 3px;
}

/* //view more *services/
/* stats */

.slide-bg {
    background: url(../images/slide.jpg) no-repeat center;
    background-size: cover;
    min-height: 50vh;
}

.bg-theme1.slide-left {
    padding-top: 8em;
}

p.slide-txt {
    width: 90%;
}

.bg-theme1.slide-left {
    padding: 8em 3em;
}

section.w3_pvt_stats {
    background: url(../images/slide.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    z-index: 0;
}

section.w3_pvt_stats:before {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    content: '';
    background: rgba(13, 17, 18, 0.61);
    z-index: -1;
}

.counter i {
    font-size: 2em;
    color: #0cc5b7;
}

p.count-text {
    letter-spacing: 1px;
    font-size: 1.2em;
    text-transform: uppercase;
}

.timer {
    font-size: 3em;
    font-weight: 600;
}

/* //stats */

/* blog */

.card-body {
    background: rgba(255, 113, 89, 0.14);
}

h5.blog-title a {
    font-size: 0.85em;
    text-transform: uppercase;
    color: #000;
}

.blog-btn {
    background: transparent;
    float: right;
    font-weight: 800;
    color: #333;
}

/* //blog */

/*--  slide bottom --*/

.slide-bottom {
    background: url(../images/stat.jpg) no-repeat;
    background-size: cover;
    position: relative;
    z-index: 0;
}

.slide-bottom:before {
    content: '';
    position: absolute;
    background: rgba(0, 0, 0, 0.48);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

.slide-btm-wthree-pos h4 {
    text-transform: uppercase;
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    letter-spacing: 3px;
    margin-bottom: 5px;
}

.slide-btm-wthree-w3_pvt h4 {
    color: #000;
    font-size: 1em;
    text-transform: capitalize;
    margin: 1em 0 0.5em;
    font-weight: bold;
}

.slide-btm-wthree-w3_pvt p {
    letter-spacing: 1px;
    width: 90%;
    margin: 1em auto 0;
    color: #eee;
    line-height: 40px;
    padding: 1em 2em 3em;
}

/* //slide-bottom */

.form-control:focus {
    color: #495057;
    background-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.2rem transparent;
}

/*--//newsletter--*/

/* contact */

form.register-wthree .form-control {
    background: #eee;
    font-size: 0.9em;
}

textarea {
    height: 200px;
    resize: none;
}

form.register-wthree .form-control {
    background: #eee;
    padding: 10px;
    font-size: 15px;
    border: none;
    border-bottom: 2px solid #0cc5b7;
    border-radius: 0;
    -webkit-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    -moz-box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
    box-shadow: 2px 8px 10px 0px rgba(50, 46, 46, 0.23);
}

.map iframe {
    width: 100%;
    border: 1px solid #17a2b8;
    min-height: 265px;
    margin-top: 1em;
}

/* //contact */

/* footer variant4 */

ul.bottom-links-w3_pvt {
    border-top: 1px solid #1a1d1d;
    border-bottom: 1px solid #1a1d1d;
    padding: 1.5em 0;
    margin: 3em 0;
}

ul.bottom-links-w3_pvt li {
    display: inline-block;
    margin: 0 2em;
}

ul.bottom-links-w3_pvt li:last-child {
    float: right;
}

ul.bottom-links-w3_pvt li a.active,
ul.bottom-links-w3_pvt li a:hover {
    color: #34c663;
}

ul.bottom-links-w3_pvt li a {
    font-size: 14px;
    color: #606161;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footerv4-top {
    padding: 5em 0;
    background: url(../images/banner1.jpg) no-repeat center;
    background-size: cover;
    position: relative;
}

.footerv4-top:before {
    content: '';
    background: rgba(0, 0, 0, 0.67);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.footerv4-top h3 {
    font-size: 1.1em;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 1.5em;
    letter-spacing: 0.5px;
    font-weight: 700;
}

.footv4-left h2 a {
    font-size: 0.9em;
    letter-spacing: 0.5px;
    color: #fff !important;
    display: block;
    position: relative;
    margin-bottom: 1em;
    font-weight: 800;
    text-transform: uppercase;
}

ul.d-flex.header-agile li span {
    margin-right: 1em;
    color: #0cc5b7;
}

.footv4-left ul.v4-rel li {
    display: block;
    list-style-type: none;
    margin-bottom: 10px;
}

ul.v4-content li {
    display: block;
    line-height: 2;
}

ul.v4-content li a {
    color: #fff;
    text-transform: capitalize;
    font-size: 1em;
}

.footv4-left p {
    width: 80%;
}

.footerv4-social ul li {
    display: inline-block;
}

span.icon_twitter {
    background: #1da1f2;
}

span.icon_facebook {
    background: #3b5998;
}

span.icon_dribbble {
    background: #ea4c89;
}

span.icon_g_plus {
    background: #dd4b39;
}

.footerv4-social ul li a {
    color: #212121;
}

.footerv4-social ul li span {
    margin-right: 10px;
    color: #fff;
    padding: 10px;
    width: 35px;
    height: 35px;
    font-size: 15px;
    text-align: center;
    border-radius: 50%;
}

.footerv4-social ul {
    margin: 1.5em 0 0;
}

.footerv4-social ul li a {
    color: #212121;
}

.footerv4-social ul li:hover a {
    color: #fff;
    text-decoration: none;
}

.cpy-right {
    padding: 1em 0;
    text-align: center;
}

.cpy-right p a {
    color: #fff;
}

/* -- Responsive code -- */

@media screen and (max-width: 1920px) {
    .team-txt {
        bottom: -30%;
    }
}
@media screen and (max-width: 1680px) {
    .team-txt {
        bottom: -31%;
    }
}
@media screen and (max-width: 1600px) {
    .team-txt {
        bottom: -8%;
    }
}

@media screen and (max-width: 1440px) {
    .navbar-light {
        padding: 0.4em 1em;
    }
}

@media screen and (max-width: 1366px) {
    h3.main-title-w3_pvt {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 1280px) {
    .w3ls-btn {
        padding: 2px 15px;
    }
    ul.callbacks_tabs {
        left: 6%;
    }
    .abt-block:nth-child(odd) {
        margin-top: 11em;
    }
    .bg-theme1.slide-left {
        padding: 6em 2em;
	}
	.timer {
		font-size: 2.5em;
	}
	p.count-text {
		font-size: 1em;
	}
}

@media screen and (max-width: 1080px) {
    .slider-info h3 {
        font-size: 2.5em;
    }
    .footerv4-top {
        padding: 3em 0;
    }
    .footerv4-top h3 {
        font-size: 1em;
    }
    .about-image {
        top: 38%;
    }
    h3.main-title-w3_pvt {
        font-size: 1.8em;
	}
	.ih-item.circle {
		width: 150px;
		height: 150px;
	}
	.info_circle_icon span {
		font-size: 3em;
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	h5.blog-title a {
		font-size: 0.75em;
	}
}

@media screen and (max-width: 1050px) {
   .row.team {
		padding: 2em 0;
	}
}

@media screen and (max-width: 1024px) {
    .bg-theme1.slide-left {
        padding: 4em 2em;
    }
}

@media screen and (max-width: 991px) {
    .navbar-collapse {
        background: #ff934b;
        background: -moz-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
        background: -webkit-linear-gradient(-45deg, #ff934b 0%, #ff5e62 100%);
        background: linear-gradient(135deg, #ff934b 0%, #ff5e62 100%);
        padding: 1em;
        margin-top: 1em;
    }
    .dropdown-menu.show {
        text-align: center;
    }
    .navbar-toggler {
        background: #ff934b;
    }
    ul.callbacks_tabs {
        left: 15%;
    }
    .abt-block:nth-child(odd) {
        margin-top: 0;
    }
    .about-image {
        position: inherit;
    }
    .abt-block {
        padding: 0 8em 2em;
    }
    .about-image {
        width: 34%;
        left: 33%;
    }
    h3.main-title-w3_pvt {
        font-size: 1.8em;
	}
	.slide-btm-wthree-w3_pvt p {
		padding: 1em 2em 1em;
	}
}

@media screen and (max-width: 900px) {
    ul.callbacks_tabs {
        left: 11%;
	}
	.timer {
		font-size: 2.2em;
	}
}

@media screen and (max-width: 800px) {
    .slider-info h3 {
        font-size: 2.3em;
    }
    ul.callbacks_tabs {
        left: 6%;
    }
}

@media screen and (max-width: 768px) {
    ul.callbacks_tabs {
        left: 6%;
    }
    .w3_pvt-link-bnr {
        padding: 4px 20px;
    }
    h3.main-title-w3_pvt {
        font-size: 1.8em;
    }
    span.title-line {
        width: 150px;
	}
	.team-wthree-main {
		min-height: 35vh;
	}
}

@media screen and (max-width: 736px) {
    
    .bannerstart1{
        height: 60vh !important; 
        
    }
    
    .banner-me{
        display: block !important;
        height: 60vh !important; 
        
    }
    
    .banner400{
        display: none !important;
        
    }
    
    
    
    .bgd{
    margin-left: 0% !important;
    
}
    
    
    .fonti{
        font-size: 1em !important;
            margin-left: 43% !important;
        
    }
    
    .popup-content{
        width: 100% !important;
        
    }
    
    .marwa {
    float: left !important;
    position: relative !important;
    top: 0% !important;
    right: 0% !important;
    }
    
    .hasnaa {
    float: left !important;
    position: relative !important;
    top: 0% !important;
    left: 0% !important;
    }
    
    .eric{
        position: relative !important;
        
    }
    
    .memo{
        position: relative !important;
        
    }
    
    .gebr{
        font-size: 13px !important;
    line-height: 30px !important;
        
    }
    
    .wary{
         font-size: 15px !important;
        
    }
    
    .start{
        font-size: 13px !important;
        
    }
    
    
    .mesh{
        font-size: 35px !important;
        
    }
    
    .blockquote h1{
        font-size: 1.8rem !important;
        
    }
    
    .bannerbako{
        height: 35vh !important;
        
    }
    
    .bannerdashz{
       height: 35vh !important; 
        
    }
    
    
    .slider ul li{
        width: 100% !important;
        height: 400px !important;
        
    }
    
    
    .bannerzz{
        height: 60vh !important;
        
    }
    
    
    .bannerxx{
        height: 60vh !important;
        
    }
    
    .bannermm{
        height: 60vh !important;
        
    }
    
    
    
    .header-w3_pvt li:last-child {
        margin-left: 12em;
    }
    .navbar-light {
        top: 15%;
    }
    .slider-info h3 {
        font-size: 2.1em;
    }
    ul.callbacks_tabs {
        left: 14%;
    }
    a.navbar-brand {
        font-size: 0.6em;
        letter-spacing: 1px;
    }
    .footv4-left p {
        width: 100%;
    }
    p.about-txt.text-center {
        width: 100%;
    }
    .abt-block {
        padding: 0 6em 2em;
	}
	.team-txt {
		position: inherit;
		width: 100%;
		left: 0;
	}
	.w3-slide-grid {
		text-align: center;
	}
	.w3-slide-grid:nth-child(even) {
		margin: 3em 0;
	}
	.slide-btm-wthree-w3_pvt p {
		padding: 1em 0em 1em;
	}
	.slide-btm-wthree-w3_pvt p i {
	font-size: 1.8em;
	}

}

@media screen and (max-width: 667px) {
    ul.callbacks_tabs {
        left: 12%;
        bottom: 14%;
    }
}

@media screen and (max-width: 640px) {
    .bg-theme1.slide-left {
        padding: 3em 2em;
	}
	.space-sec {
		margin-top: 1em;
	}
}

@media screen and (max-width: 600px) {
    .w3_pvt-contact-top h4 {
        font-size: 1.3em;
    }
}

@media screen and (max-width: 568px) {
    .header-w3_pvt li:last-child {
        margin-left: 0;
    }
    .header-w3_pvt li,
    .hearder-right-w3_pvt li {
        margin: 0 auto;
        text-align: center;
    }
    .hearder-right-w3_pvt {
        justify-content: center;
        display: flex;
    }
    .navbar-light {
        top: 24%;
    }
    .slider-info h3 {
        font-size: 1.8em;
    }
    ul.callbacks_tabs {
        left: 3%;
    }
    .slider-info span:after {
        width: 10%;
    }
    .footerv4-top {
        padding: 2em 0 0em;
    }
    .footv4-left h2 a {
        font-size: 0.8em;
    }
    .abt-block {
        padding: 0 3em 2em;
    }
    .about-icon-w3 span {
        font-size: 3.3em;
    }
    h3.main-title-w3_pvt {
        font-size: 1.5em;
	}
	.timer {
		font-size: 2em;
	}
	.modal-title {
		font-size: 1.1em;
	}
}

@media screen and (max-width: 480px) {
	
	.dod{
	  width:100%;
	  
  }
    .slider-info h3 {
        font-size: 1.6em;
    }
    .about-image {
        width: 50%;
        left: 25%;
    }
    h3.main-title-w3_pvt {
		font-size: 1.6em;
		line-height: 1.5;
    }
    .bg-theme1.slide-left {
        padding: 2em 1em;
    }
}

@media screen and (max-width: 414px) {
    .slider-info h3 {
        font-size: 1.4em;
    }
    .slider-info span {
        font-size: 0.9em;
    }
    .abt-block {
        padding: 0 0em 2em;
	}
	p.count-text {
		font-size: 0.9em;
		letter-spacing: 0;
	}
	h4.item-title {
		font-size: 1.1em;
	}
	.slide-btm-wthree-w3_pvt p {
		line-height: 25px;
	}
}

@media screen and (max-width: 384px) {
    .slider-info h3 {
        font-size: 1.4em;
        word-spacing: 0;
    }
    .slider-info span {
        font-size: 0.8em;
    }
    .navbar-light {
        top: 22%;
        width: 96%;
        left: 2%;
    }
    .about-icon-w3 span {
        font-size: 3em;
	}
	.w3-abbottom .row {
		display: block !important;
	}
	.counter i {
		font-size: 1.5em;
	}
	.counter {
		margin-bottom: 1em;
		max-width: 100%;
	}
	.row.sub-w3l {
		display: block;
	}
	.forgot-w3l{
		text-align: left !important;
	}
	.slide-btm-wthree-w3_pvt p i {
		font-size: 1.4em;
	}
	
}

@media screen and (max-width: 375px) {
    .slider-info h3 {
        font-size: 1.3em;
    }
    ul.callbacks_tabs {
        left: 5%;
        bottom: 10%;
    }
    h3.main-title-w3_pvt {
        font-size: 1.4em;
	}
	.w3-slide-grid:nth-child(even) {
		margin: 2em 0;
	}
}

@media screen and (max-width: 320px) {
    .w3ls-btn {
        background: transparent;
        padding: 2px 15px;
    }
    .slider-info h3 {
        font-size: 1.1em;
	}
	.modal-title {
		font-size: 1em;
	}
}

/* -- //Responsive code -- */

.blue-bg {
  /*background-color: #4D4545;*/
  color: #0062cc;
  height: 100%;
}

.circle {
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 50%;
  background-color: #0062cc;
  color: white;
  /*max-height: 50px;*/
  z-index: 2;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #0062cc;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
  height: 100%;
  left: 50%;
  top: 0;
}

.timeline div {
  padding: 0;
  height: 100%;
}
.timeline hr {
  border-top: 3px solid #0062cc;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #0062cc;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}


/*new*/

section#counter-stats {
	display: flex;
	justify-content: center;
	margin-top: 100px;
}

.stats {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  font-family: 'Montserrat', sans-serif;
}

.stats .fa {
  color: #ff725a;
  font-size: 80px;
}

/*/ end count stats /*/


.box {
	display: grid;
	grid-gap: 2.5rem;
	grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
	margin: 1rem auto;
	max-width: 1200px;
	width: 85%;
	padding:0em !important;
}

.box .card:before,
.box .card:after {
	background-color: #f4d8d8;
	border-radius: 4px;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	transition: box-shadow 0.5s ease,
							transform 0.5s ease;
	width: 100%;
	z-index: -1;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: rotateZ(20deg);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	transform: rotateZ(10deg);
}


.box .card {
	background-color: #ffffff;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
	height: 300px;
	margin: -3rem auto;
	position: relative;
	width: 300px;
}



.box .card .img-box {
	background-color: #222222;
	bottom: 10px;
	left: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: bottom 0.5s ease;
	z-index: 1;
}



.box .card .img-box img {
	height: 100%;
	left: 0;
	object-fit: cover;
	position: absolute;
	top: 0;
	width: 100%;
}




/* Blue Background */
.blue {
  text-shadow: 0px 1px 0px #ffffff;
    background-image: -webkit-linear-gradient(top, #87e0fd, #53cbf1);
    background-image: -moz-linear-gradient(top, #87e0fd, #53cbf1);
    background-image: -o-linear-gradient(top, #87e0fd, #53cbf1);
    background-image: linear-gradient(to bottom, #3478d4, #2f79d8);
    -webkit-animation: blue 2s infinite;
    -moz-animation: blue 2s infinite;
    -o-animation: blue 2s infinite;
    animation: blue 2s infinite;
    font-family: gess;
    direction: rtl;
    padding: 8px;

  }

/* Blue Shadow */
@-moz-keyframes blue {
  0%, 100% {
    -moz-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-webkit-keyframes blue {
  0%, 100% {
    -webkit-box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5);
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@-o-keyframes blue {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }

@keyframes blue {
  0%, 100% {
    box-shadow: 1px 0px 19px 4px rgba(0, 130, 196, 0.7), inset 0px 0px 10px rgba(255, 255, 255, 0.5); }

  50% {
    box-shadow: 0px 0px 0px 0px rgba(0, 130, 196, 0), inset 0px 0px 0px rgba(255, 255, 255, 0); } }



/******************/
@media (min-width: 768px) {

    /* show 3 items */
    .carouselPrograms .carousel-inner .active,
    .carouselPrograms .carousel-inner .active + .carousel-item,
    .carouselPrograms .carousel-inner .active + .carousel-item + .carousel-item {
        display: block;
    }

    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .carouselPrograms .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item {
        transition: none;
    }

    .carouselPrograms .carousel-inner .carousel-item-next,
    .carouselPrograms .carousel-inner .carousel-item-prev {
        position: relative;
        transform: translate3d(0, 0, 0);
    }

    .carouselPrograms .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item {
        position: absolute;
        top: 0;
        right: -33.333%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* left or forward direction */
    .carouselPrograms .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    /* farthest right hidden item must be abso position for animations */
    .carouselPrograms .carousel-inner .carousel-item-prev.carousel-item-right {
        position: absolute;
        top: 0;
        left: 0%;
        z-index: -1;
        display: block;
        visibility: visible;
    }

    /* right or prev direction */
    .carouselPrograms .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .carouselPrograms .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item {
        position: relative;
        transform: translate3d(100%, 0, 0);
        visibility: visible;
        display: block;
        visibility: visible;
    }
}


/***********/

.media{
  -webkit-box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
  -moz-box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
  box-shadow: 10px 10px 61px 6px rgba(0,0,0,0.75);
}

.containera:before {
  content: '';
  z-index: 2;
  position: absolute;
  width: 1100px;
  height: 500px;
  -webkit-box-shadow: 0 0 0 7px rgba(0,0,0,0.75);
  -moz-box-shadow: 0 0 0 7px rgba(0,0,0,0.75);
  box-shadow: 0 0 0 10px rgba(0,0,0,0.75);
/*   box-shadow: 0px 0px 61px 6px rgba(0,0,0,0.68); */
  pointer-events: none;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}




/*video*/

header2 {
  position: relative;
  background-color: black;
  height: 100%;
  min-height: 100%;
  width: 100%;
  overflow: hidden;
}

header2 iframe {
  position: absolute;
  top: 45%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  z-index: 0;
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

header2 .container {
  position: relative;
  z-index: 2;
}

header2 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #fff1e0;
  opacity: 1;
  z-index: 1;
  visibility:visible;
}

@media (pointer: coarse) and (hover: none) {
  
  header2 iframe {
    display: block;
  }
}


/*****************/

#cd-lateral-nav li>a{
	text-align:right !important;
	
}

.articleSocialMediaIcons a{
	color:white !important;
	
}

footer .middle .navMenu ul .has-children a{
	text-align:right;
	line-height:25px;
}

footer .bottom{
	height:45px;
	
}



/**/

.carousel-control-next, .carousel-control-prev{
	width:6% !important;
	
}


#lightbox .modal-content {
    display: inline-block;
    text-align: center;   
	width:900px;
}

#lightbox .close {
    opacity: 1;
    color: rgb(255, 255, 255);
    background-color: rgb(25, 25, 25);
    padding: 5px 8px;
    border-radius: 30px;
    border: 2px solid rgb(255, 255, 255);
    position: absolute;
    top: -15px;
    right: -55px;
    
    z-index:1032;
}


@media (min-width: 576px){
	.modal-dialog {
    max-width: 900px !important;
    margin: 1.75rem auto;
}
	
}


.table .thead-dark th{
	    background-color: #2f75d3;
    border-color: #2f75d3;
	
}

.top-left {
  position: absolute;
 top: 14%;
    left: 11%;
    /*background: #2f75d3ad;*/
    padding: 2px;
    color: white;
	font-size: 15px;
}




@media only screen and (max-width: 600px) {
  .mob { 
   display:none; 
  }

}



.blockquote-wrapper {
   display: flex;
   height: 55vh;
   padding: 0 20px;
}

h1, h2, h3, h4, h5, h6{
    letter-spacing: 0em !important;
    
}

/* Blockquote main style */
.blockquote {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 100%;
    margin: 0px auto;
    align-self: center;
}

/* Blockquote header */
.blockquote h1 {
    font-family: Rakkas;
    position: relative; /* for pseudos */
    color: #c15709;
    font-size: 2.8rem;
    font-weight: normal;
    line-height: 1;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}

/* Blockquote right double quotes */
.blockquote h1:after {
    content:"";
    position: absolute;
    border: 2px solid #c15709;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3; 
}

.blockquote h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #332e2b;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote h1 {
        font-size: 3rem;
        line-height: 1.2;
   }

}

/* Blockquote subheader */
.blockquote h4 {
    position: relative;
    color: #c15709;
    font-size: 2rem !important;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
    font-family: aref-bold;
    text-align: left;
    
}

 
.blockquote h4:first-letter {
  margin-left:-12px;
}



/***envelope**/


/*.popup-link{
  display:flex;
  flex-wrap:wrap;
}*/

.popup-link a{
    /*background: #333;*/
    color: #fff;
    padding: 10px 30px;
    border-radius: 5px;
    font-size:17px;
    cursor:pointer;
    margin:20px;
    text-decoration:none;
}

.popup-container {
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease-in-out;
    transform: scale(1.3);
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0%;
    width: 100%;
    height: 100%;
    background-color: rgb(0 0 0 / 81%);
    display: flex;
    align-items: center;
}
.popup-content {
   background-image: url(../images/zarf.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin: auto;
    padding: 20px;
    /*border: 1px solid #c15709;*/
    width: 60%;
    border-radius: 10px;
}
.popup-content p{
        font-size: 15px;
    padding: 10px;
    line-height: 23px;
    font-weight: bold;
    text-align: justify;
    color: black;
}
.popup-content a.close{
    color: white;
    float: right;
    font-size: 28px;
    font-weight: bold;
    background: none;
    padding: 0;
    margin: 0;
    text-decoration:none;
}

.popup-content a.close:hover{
  color:#333;
}

.popup-content span:hover,
.popup-content span:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.popup-container:target{
  visibility: visible;
  opacity: 1;
  transform: scale(1);
}

.popup-container h3{
  margin:10px;
}
/*End popup styles*/

/* Additional styles */
.popup-style-2{
  transform: scale(0.3);
  
}

.popup-style-2:target{
  transform: scale(1);
}

.popup-style-3{
  left:100%;
  
}

.popup-style-3:target{
  left:0;
}

.popup-style-4{
  transform: rotate(180deg);
}

.popup-style-4:target{
  transform: rotate(0deg);
}

.popup-style-5{
  top:100%;
  
}

.popup-style-5:target{
  top:0;
}

.popup-style-6{
  transform: scale(15.3);
  
}

.popup-style-6:target{
 transform: scale(1);
 }

.popup-style-7{
  transform: skewY(180deg);
   transition: all 0.7s ease-in-out;
}

.popup-style-7:target{
 transform: skewY(0deg);

 }


/**********slider***/

.slider{position:relative;overflow:hidden;margin:0;border-radius:4px;overflow:hidden;}
		.slider ul{position:relative;margin:0;padding:0;height:100%;list-style:none;width:100%;overflow:hidden;left:0;}
		.slider ul li{position:absolute;display:block;float:left;margin:0;padding:0;width:500px;height:500px;text-align:center;transition: ease-out 0.4s;color: #fff;font-size: 22px;font-family: monospace;display: flex;}
		.slider ul li span{margin:auto}
		.slider ul li.active{left: 0;}
		.slider ul li.slider2{background: #322e2c;}
		.slider ul li.slider3{background: #322e2c;}
		.slider ul li.slider4{background: #322e2c;height:500px;}
		.slider ul li.slider5{background: #322e2c;}
		.slider ul li.slider6{background: #322e2c;}
		.slider ul li.slider7{background: #322e2c;}
.slider ul li.slider8{background: #322e2c;}
.slider ul li.slider9{background: #322e2c;}
.slider ul li.slider10{background: #322e2c;}
		/*controls*/
		.controls{-webkit-transition:all 0.5s ease;opacity: 0;}
		.control_prev,
		.control_next{position:absolute;top:40%;z-index:999;display:block;padding:20px;width:auto;height:auto;background:rgb(169 78 11);color:#fff;text-decoration:none;font-weight:600;font-size:18px;opacity:0;cursor:pointer;}
		.slider:hover .controls{-webkit-transition:all 0.5s ease;opacity: 1;}
		.slider:hover .controls .control_prev,
		.slider:hover .controls .control_next{opacity:0.8}
		.control_prev{left:0;border-radius: 0 10px 10px 0;}
		.control_next{right:0;border-radius:10px 0 0 10px;}
		.slider:hover .controls .control_prev:hover,
		.slider:hover .controls .control_next:hover{opacity:1;-webkit-transition:all 0.2s ease;}


/********pop****/

#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #0006;
filter:alpha(opacity=70);
-moz-opacity:0.7;
-khtml-opacity: 0.7;
opacity: 0.7;
z-index: 100;
display: none;
}
.cnt223 a{
text-decoration: none;
}
.popup{
width: 100%;
margin: 0 auto;
display: none;
position: fixed;
z-index: 101;
}
.cnt223{
min-width: 600px;
width: 900px;
min-height: 150px;
margin: 20px auto;
background: #ffffffc7;
position: relative;
z-index: 103;
padding: 15px 35px;
border-radius: 5px;
box-shadow: 0 2px 5px #000;
    margin-top: 7% !important;
}
.cnt223 p{
clear: both;
    color: black;
	font-weight:bold;
    text-align: justify;
    font-size: 18px;
    line-height:30px;
}
.cnt223 p a{
color: #d91900;
font-weight: bold;
}
.cnt223 .x{
float: right;
height: 35px;
left: 22px;
position: relative;
top: -25px;
width: 34px;
}
.cnt223 .x:hover{
cursor: pointer;
}

.close {
    float: left;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    font-family: tahoma;
	opacity: 2 !important;
}



/************/
.gebr{
    text-align: center;
    font-size: 20px;
    line-height: 40px;
    direction: rtl;
    
}

.mosp{
    padding: 20vw 0 15vw !important;
    
}

.wary{
    color:#c15709;
    font-size: 24px;
    font-weight: bold;
    
}

.mesh{
    text-align: left;
    font-size: 85px;
    font-family: 'Rakkas';
    
}

.memo{
    display: none;
    position: absolute;
    
}

.hasnaa{
    float: left;
    position: absolute;
    top: 118%;
    left: 12%;
    
}

.eric{
    
    float: left;
    position: absolute;
}

.marwa{
    
    float: left;
    position: absolute;
    top: 118%;
    right: 12%;
}


.fonti{
    position: relative;
    float: left;
    margin-left: 17%;
    margin-top: 2%;
    font-family: aref-bold;
    font-size: 1.8em;
    
}

.bgd{
    margin-left: 34%;
    
}

video{
    display: block;
    
}