.play_btn {
    position: absolute;
    left: 50%;
    top: 50%;
    /* bottom: 12%; */
    width: 100%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .5s ease-in-out;
    transform: translate(-17%, 50%);
    z-index: 1;
}
.play_btn img {
    width: 80%;
}

.drag_wrap {
    position: absolute;
    top: -10%;
    right: 14%;
    cursor: pointer;
    z-index: 2;
}
.swiper.stories-swiper {
    /*cursor: grab;*/
}

.drag_wrap .drag {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.drag_wrap .drag .clickdrg {
    width: 85%;
	animation: spin 15s infinite linear;
}
.drag_wrap .drag img.hand {
    position: absolute;
    width: 2vw;
    transition: all .5s ease;
}
.drag_wrap:hover .drag img.hand {
	transform: rotate(30deg);
}
.sela-story-main {
	position: relative;
	height: 100vh;
	width: 100%;
	overflow: hidden;
}
.sela-story-main video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
}
.sela-story-main .inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
	z-index: 1;
	position: relative;
	color: #fff;
	padding-top: 6vw;
}
.sela-story-main .inner > div {
	width: 100%;
	position: relative;
}
.sela-story-main .inner .page-head {
    position: absolute;
    top: 12vw;
    z-index: 1;
    left: 3vw;
    display: flex;
    flex-direction: column;
    width: 20%;
}

.sela-story-main .inner .page-head a {
    color: #ffffff6b;
    text-transform: uppercase;
    font-size: 22px;
    padding: 0 0 0 20px;
    position: relative;
    font-weight: bold;
}
.sela-story-main .inner .page-head a:hover,
.sela-story-main .inner .page-head a.active{
	color: #fff;
}
.sela-story-main .inner .page-head a:hover::before{
	background: #fff;
}
.sela-story-main .inner .page-head a.active:before{
	background: #fff;
}

.sela-story-main .inner .page-head a::before {
    content: '';
    width: 8px;
    height: 8px;
    background: #ffffff6b;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    margin-top: -2px;
    transition: all .5s ease;
}
.sela-story-main .inner .page-sub {
    text-align: center;
    position: relative;
    padding: 5vw 0 4vw;
    font-size: 70px;
    font-family: 'din_next_lt_arabicheavy';
    line-height: 1;
}
.sela-story-main .inner .page-sub:after,
.sela-story-main .inner .page-sub:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #707070;
	height: 5vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.sela-story-main .inner .page-sub:after {
	height: 3.5vw;
	top: auto;
	bottom: 0;
}
.sela-story-main .inner p  {
	font-size: 24px;
	font-family: 'din_next_lt_arabiclight';
    line-height: 26px;
    text-align: center;
    margin: 0 0 3vw;
}
/*.sela-story-main .inner .sela_button {
    width: 100%;
    display: flex;
    justify-content: center;
}
.sela-story-main .inner .sela_button a {
    justify-content: center;
    text-transform: uppercase;
}
.sela-story-main .inner .sela_button a h3::before {
	background: #00A886;
}

.sela-story-main .inner .sela_button a:hover > div {
	border: 1px solid #00A886;
}
.sela-story-main .inner .sela_button a:hover svg path {
	fill: #00A886;
}
.sela-story-main .inner .sela_button a:hover  h3::before {
	transform: scale(35);
}*/
.sela-story-main .inner .swiper-slide {
	background: transparent;
	color: var(--white);
}
.stories-swiper h3 {
	font-size: 25vw;
	line-height: 1;
	font-family: 'din_next_lt_arabicbold';
	letter-spacing: -2vw;
	transform: translateY(-22%);
	position: relative;
	top: 9%;
}
.stories-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
}
.sela-story-main .inner:before {
	content: '';
	position: absolute;
	bottom: -2px;
	left: 0;
	width: 100%;
	height: 10%;
	background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(255,209,0,0) 100%);
	z-index: 10;
}
.stories-swiper .swiper-slide h3 {
	opacity: .5;
	transition: all .5s ease-in-out;
}
.stories-swiper .swiper-slide-active h3 {
	opacity: 1;
}
.originally-focused .video-section {
	display: flex;
	grid-template-columns: 2fr 1fr;
	padding: 10vw 0 0;
	color: #fff;
	position: relative;
	z-index: 2;
	transition: all .5s ease-in-out;
	margin: 0 9vw;
}
.originally-focused .video-section > img {
	width: 100%;
}
.originally-focused .video-section .left2, 
.originally-focused .video-section .left {
	font-family: 'din_next_lt_arabicbold';
	font-size: 40px;
	line-height: 1;
	position: relative;
	padding: 4vw 6vw 0 3vw;
	transition: all .5s ease-in-out;
	width: 65%;
}
.originally-focused .video-section .left {
	position: absolute;
	transition: all .5s ease-in-out;
}
.originally-focused .video-section .left > div:before {
	content: '';
	position: absolute;
	top:0;
	right: 0;
	width: 60%;
	height: 100%;
	background: linear-gradient(-90deg, rgba(0,0,0,1) 0%, rgba(255,209,0,0) 100%);
	z-index: 10;
}
.partners-main {
	background: #fff;
	padding: 5vw 0 0;
	margin: -5vw 0 0;
	position: relative;
	z-index: 1;
}
.pt-section {
    margin: -15vw 0 0;
    padding: 0 9vw 5vw;
}
.pt-section .img {
    width: 40%;
    margin: 0 0 5vw;
    transition: all .5s ease-in-out;
}
.pt-section .img img{
    width: 100%;
}
.pt-section p {
    font-size: 30px;
    font-family: 'din_next_lt_arabiclight';
    line-height: 36px;
    margin: 0 0 0 10vw;
    max-width: 700px;
}

.tab-wrapper  .tabs {
	margin: 0;
	padding: 0;
	display: flex;
	justify-content: center; 
}

.tab-wrapper .tabs.tabs2 .tab-link {
	color: #aaa;
	cursor: pointer;
	transition: all ease 1s;
	border-bottom: solid 1px #999999ad;
	letter-spacing: 1px;
	font-family: 'din_next_lt_arabicmedium';
	text-transform: uppercase;
}
.tab-wrapper  .tabs.tabs2 .tab-link:hover, 
.tab-wrapper  .tabs.tabs2 .tab-link.active {
	color: #000;
	border-color: #000;
}
.content-wrapper.inner-tabs {
	padding: 3vw 0 12vw;
}
.whoWeAreSwiper {
	margin: 0 0 8vw;
}
.whoWeAreSwiper .swiper-slide{
	background: transparent;
	padding: 0;
}
.whoWeAreSwiper .swiper-slide img {
	width: 100%;
}
.whoWeAreSwiper .swiper-slide:nth-child(4n),
.whoWeAreSwiper .swiper-slide:first-child {
	width: 24% !important; 
}
.whoWeAreSection .heading {
    padding: 0 0 4vw 10vw;
}
.whoWeAreSection .heading h2{
	font-family: 'din_next_lt_arabicbold';
	font-size: 70px;
	line-height: 1;
	color: #000;
	position: relative;
	max-width: 800px;
	padding: 0 0 50px;
	text-transform: uppercase;
}
.whoWeAreSection .heading h2:before {
	content: '';
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 150px;
	height: 6px;
	background: linear-gradient(-90deg, rgb(13 92 84) 0%, rgba(0,174,239,1) 50%, rgba(27,93,103,1) 100%);
}
.experience-holder {
    padding: 0 12vw;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.experience-holder > div {
    width: 50%;
    flex: 1 auto;
    color: #000;
}
.experience-holder > div p {
	font-size: 50px;
	margin: 0;
	line-height: 1;
	padding: 0;
}
.experience-holder > div.left p:first-child {
	font-family: 'din_next_lt_arabicultra_light';
}
.experience-holder > div.left p:nth-child(2) {
	font-family: 'din_next_lt_arabicregular';
}
.experience-holder > div.left p:last-child {
	font-family: 'din_next_lt_arabicbold';
}
.experience-holder > div.right {
	padding: 0 0 0 5vw;
}
.experience-holder > div.right p {
	font-family: 'din_next_lt_arabicultra_light';
	font-size: 30px;
}
.vision-holder {
	padding: 0 10vw;
}
.vision-holder > .heading{
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 0 0 4vw;
}
.vis-content {
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 5vw;
}
.vis-content > div {
    flex: 1 auto;
    color: #000;
}
.vis-content > .left {
	width: 70%;
	padding: 0 5vw 0 0;
}
.vis-content > .right {
	width: 30%;
}
.vis-content > div h3 {
	font-size: 50px;
	margin: 0;
	line-height: 1;
	padding: 0;
	font-family: 'din_next_lt_arabicbold';
}
.vis-content > .right p {
	font-family: 'din_next_lt_arabicultra_light';
	font-size: 30px;
	margin: 0 0 24px;
	line-height: 1;
}
.vis-content > .right p:last-child {
	margin: 0;
}
.our-expertise-holder {
	width: 100%;
	height: auto;
	background: var(--black);
	padding: 5vw 3vw 25vw;
	position: relative;
	overflow: hidden;
}
.our-expertise-holder img {
    position: absolute;
    width: 100%;
    height: inherit;
    top: 0;
    left: 0;
    object-fit: cover;
}
.our-expertise-block {
	color: #fff;
}
.our-expertise-block > h2 {
   	color: #fff;
   	text-transform: uppercase;
   	font-size: 22px;
   	padding: 0 0 0 20px;
   	position: relative;
   	margin: 0 0 5vw;
}
.our-expertise-block > h2:before {
    content: '';
    width: 8px;
    height: 8px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    border-radius: 50%;
    margin-top: -2px;
}
.our-expertise-block .wrap_sett {
    padding: 0 7vw;
    display: flex;
    z-index: 1;
    position: relative;
}

.our-expertise-block .wrap_sett .left {
    width: 42%;
}

.our-expertise-block .wrap_sett .right {
    width: 58%;
}
.our-expertise-block .wrap_sett .left h3{
	 font-family: 'din_next_lt_arabicheavy';
	 font-size: 70px;
	 line-height: 1;
	 position: relative;
	 padding: 0 0 50px;
	 text-transform: uppercase;
}
.our-expertise-block .wrap_sett .left h3:before {
	content: '';
	position: absolute;
	left: 5px;
	bottom: 0;
	width: 150px;
	height: 6px;
	background: linear-gradient(-90deg, rgb(13 92 84) 0%, rgba(0,174,239,1) 50%, rgba(27,93,103,1) 100%);
}
.our-expertise-block .wrap_sett > .right h4 {
	font-size: 50px;
	margin: 0;
	line-height: 1;
	padding: 0;
	font-family: 'din_next_lt_arabicbold';
	margin: 0 0 2vw;
}
.our-expertise-block .wrap_sett > .right p {
	margin: 0 0 2vw;
}
.originally-focused .video-section .right {
    position: relative;
    transition: all .5s ease-in-out;
    width: 35%;
    height: 90vh;
    overflow: hidden;
}
.originally-focused .video-section .right video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.originally-focused .video-section .right {
	cursor: pointer;
}
.originally-focused .video-section .right img {
	width: 100%;
	object-fit: cover;
	position: relative;
}
.originally-focused .video-section.video-show .left{
	opacity: 0;
	position: absolute;
	width: 65%;
}
.originally-focused .video-section .left2 {
	opacity: 0;
}
.originally-focused .video-section.video-show .left2 {
	position: relative;
	opacity: 0;
	width: 0;
	overflow: hidden;
	padding: 0;
	display: block;
	opacity: 0;
    width: 0;
    padding: 0;
}
.originally-focused .video-section.video-show .right{
	width: 100%;
	flex: 1 auto;
	z-index: 1;
}
.our-story-box {
	padding: 0 20vw;
	position:absolute;
    width:100%;
    height:100%;
    /*-moz-transform-style: preserve-3d;
    transform: translateZ(-1000px);
    opacity: 0;
    z-index: -1;*/
}

.our-story-box.active {
	opacity: 1;
	z-index: 1;
	transform: translateZ(0);
}
.our-story-box.active + .our-story-box {
	opacity: .5;
	transform: translateZ(-200px);
} 
.sela-story-main .inner .our-story-box.active .page-sub {
	opacity: 1;
}
.our-story-box:nth-child(2n) .infos{
	flex-direction: row-reverse;
}
.sela-story-main .inner .our-story-box .page-sub {
	font-size: 10vw;
	padding: 3vw 0 5vw;
    line-height: 6.5vw;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.sela-story-main .inner .our-story-box .page-sub:before {
    height: 3vw;
}
.sela-story-main .inner .our-story-box .page-sub:after {
	display: none;
}
#app div > .infos {
    display: flex;
    align-items: center;
}
#app div > .infos > div {
    width: 50%;
    color: #fff;
}
#app .imgBox:nth-child(1n) .infos .right{
	text-align:right;
}
#app div > .infos > div img {
	width: 110%;
}
#app div > .infos > div.right h4{
	font-size: 4vw;
    line-height: 1;
    font-family: 'din_next_lt_arabicbold';
    margin: 0 0 2vw;
    text-transform: uppercase;
    position: relative;
    left: -3.5vw;
}
#app div > .infos > div.right>p {
	text-align: left;
	padding: 0 0 0 5vw;
	margin: 0 0 2vw;
	font-size: 24px;
    line-height: 1;
}
#app .imgBox:nth-child(2n) > div .infos{
	flex-direction: row-reverse;
	text-align: left;
}
#app .imgBox {
	overflow:  inherit !important;
}
#app div .page-sub {
    text-align: center;
    position: relative;
    padding: 5vw 0 4vw;
    font-size: 70px;
    font-family: 'din_next_lt_arabicheavy';
    line-height: 1;
    color: #fff;
}
#app div .page-sub:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #707070;
	height: 5vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
#app .imgBox:nth-child(2n) > div .infos .right h4 {
	text-align: right;
	right: -3.5vw;
	left: auto;
}
#app .imgBox .sela_button {
	display: block;
}
#app .imgBox:nth-child(2n) > div .infos .right p {
	padding: 0 5vw 0 0;
    margin: 0 0 2vw 0;
}

.p-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
}
.sectionPinned {
	height: 100vh;
	overflow: hidden;
}
.sectionPinned video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: inherit;
    object-fit: cover;
}

.storiesSwiper .swiper-slide{
	background: transparent;
	display: flex;
    justify-content: flex-start;
    width: 100%;
    padding: 0 15vw 5vw;
    align-items: end;
}
.storiesSwiper .swiper-wrapper{
	z-index: 10;
}
.storiesSwiper .stories-images {
	z-index: 1;
}
.storiesSwiper .swiper-slide .img {
	width: 50%;
}
.storiesSwiper .swiper-slide .img img {
	width: 100%;
	height: auto;
}
.storiesSwiper .swiper-slide:nth-child(2n) {
	flex-direction: row-reverse;
}
.storiesSwiper.swiper-3d .swiper-slide-shadow {
    background: transparent;
}
.panel {
	position: absolute;
	left: 0%;
	top: 0%;
	right: 0%;
	bottom: 0%;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}
/*.panel svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}*/
#clip {
	/*  x = 1 / 1440, y = 1 / 720  */
	transform: scale(0.000694444, 0.001699988);
}
#wave-2 {
	visibility: hidden;
}
.panel.purple.is-active{
	clip-path: none !important;
}
.panel.is-active{
	clip-path: url(#clip);
	object-fit: cover;
}
.panel.map1 {
	background:red;
}
.panel.map2 {
	background:grey;
}
.panel.map3 {
	background:blue;
}
.panel.map4 {
	background:pink;
}


.panel .img {
    max-width: 400px;
}

.panel  img {
    width: 100%;
}
.panel + .panel {
	transform: scale(.7);
}
.panel + .panel .infos .right,
.panel + .panel .page-sub{
	opacity: 0;
}
.panel .page-sub {
    text-align: center;
    position: relative;
    padding: 5vw 0 4vw;
    font-size: 70px;
    font-family: 'din_next_lt_arabicheavy';
    line-height: 1;
    color: #fff;
}
.panel .page-sub:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #707070;
	height: 5vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.panel .infos {
    display: flex;
    align-items: center;
    padding: 0 15vw;
} 
.panel .infos > div {
    width: 50%;
    color: #fff;
}
.panel:nth-child(2n) .infos {
	flex-direction: row-reverse;
}
.panel .infos > div img {
	width: 100%;
}
.panel .infos > div.right h4 {
    font-size: 4vw;
    line-height: 1;
    font-family: 'din_next_lt_arabicbold';
    margin: 0 0 2vw;
    text-transform: uppercase;
    position: relative;
    left: -3.5vw;
}

.panel .infos .right > p {
    text-align: left;
    padding: 0 0 0 5vw;
    margin: 0 0 2vw;
    font-size: 24px;
    line-height: 1;
}


.stories-images {
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 15vw 2vw;
	width: 100%;
	height: 100%;
}
.stories-images .img {
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	padding: 0 15vw 3vw;
	align-items: flex-end;
	ransition: all .5s ease-in-out;
}
.stories-images .img img{
	width: 50%;
	height: auto;
	transition: all .5s ease-in-out;
	opacity: 0;
	visibility: hidden;
}
.stories-images .img.active {
	z-index: 1;
}
.stories-images .img + .img img{
	opacity: 0;
	transform: scale(0);
}
.stories-images .img.prev-div img {
    /* transform: scale(5); */
    /* opacity: 1; */
    /* transform: translate(-150%, -20%); */
}
.stories-images .img:nth-child(odd).prev-div img {
    opacity: 1;
    transform: translate(-150%, -20%);
}

.stories-images .img:nth-child(even).prev-div img {
    opacity: 1;
    transform: translate(150%, 20%);
    /*visibility: visible;*/
}

.stories-images .img:nth-child(even).next-div img {
    transform: scale(.4);
}
.stories-images .img:nth-child(even).active img {
    transform: scale(.6);
}
.stories-images .img.scale img {
    opacity: .2;
    visibility: visible;
    transform: scale(.5);
}
.stories-images .img.active img{
	opacity: 1;
	transform: scale(.9);
	visibility: visible;
}
.stories-images .img.next-div img {
    opacity: .2;
    transform: scale(.5);
    visibility: visible;
}
.stories-images .img:nth-child(2n) {
	flex-direction: row-reverse;
}
.stories-images .img {
	transition: all 1s ease-in-out;
}
.headingYear {
    position: absolute;
    top: 15%;
    /* left: 50%; */
    /* transform: translateX(-81%); */
    height: auto;
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 11;
}
.headingYear .page-sub {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	/* top: 0; */
	/* left: 0; */
	text-align: center;
	padding: 4vw 0 4vw;
	font-size: 100px;
	font-family: 'din_next_lt_arabicheavy';
	line-height: 1;
	color: #fff;
	opacity: 0;
}
.headingYear .page-sub.active {
	opacity: 1;
	visibility: visible;
}
.headingYear .page-sub:before {
	content: '';
	position: absolute;
	width: 1px;
	background: #707070;
	height: 4vw;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}
.listyears {
    position: absolute;
    top: 0;
    right: 4vw;
    width: 100px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.listyears .lists {
	position: relative;
}
.listyears .bar {
	width: 1px;
	height: 93%;
	position: absolute;
	top: 0;
	right: 0;
	background:#7B7B7B;
} 
.listyears .bar .inner{
	background: #00A886;
	width: 4px;
	margin: 0 0 0 -2px;
	transition: all .5s ease-in-out;
}
.listyears .bar .circle {
	position: absolute;
	top: 0;
	left: -10px;
	width: 20px;
	height: 20px;
	background: #000;
	border: 4px solid #00A886;
	border-radius: 50%;
	transition: all .5s ease-in-out;
}
.listyears ul {
	display: flex;
	flex-direction: column;
	height: 55vh;
}
.listyears ul li {
	flex:1;
	color: #fff;
	padding: 0 30px 0 0;
	display: flex;
	line-height: 20px;
	position: relative;
	transition: all .5s ease-in-out;
}
.listyears ul li.active:before{
	opacity: 0;
	visibility: hidden;
}
.listyears ul li.active {
    flex: 1.5;
    color: #00A886;
}
.listyears ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 2px;
	top: 10px;
	right: -12px;
	background:#7B7B7B;
	transition: all .5s ease-in-out;
}
.timeline_detail {
    position: absolute;
    left: 0;
    top: 47%;
    z-index: 2;
    width: 100%;
    height: 300px;
    /* transform: translate(-50%, -50%); */
    display: flex;
    justify-content: center;
}

.timeline_detail .timeline {
    position: absolute;
    width: 32%;
    left: 45%;
    opacity: 0;
}

.timeline_detail .timeline h2 {
    font-size: 70px;
    font-family: 'din_next_lt_arabicbold';
    line-height: 1;
    color: var(--white);
    margin-bottom: 2vw;
    text-transform: uppercase;
}

.timeline_detail .timeline p {
    font-size: 25px;
    color: var(--white);
    font-family: 'din_next_lt_arabiclight';
    line-height: 1.4;
    padding-left: 10vw;
}

.timeline_detail .timeline:nth-child(even) {
    left: 34%;
}

.timeline_detail .timeline:nth-child(even) p {
    padding-right: 5vw;
}
.timeline_detail .timeline.active{
	opacity: 1;
}


.closeIcon {
    position: absolute;
	top: 11.5vw;
    right: 1.5vw;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, .7);
    z-index: 2;
    border: none;
    border-radius: 50%;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: all .5s ease-in-out;
    padding: 3px 0 1px;
}
.closeIcon img{
    width: 20px !important;
}

.video-section.video-show .closeIcon{
	visibility: visible;
    opacity: 1;
    z-index: 1;
}
.partners-main .wrapper ul.tabs.tabs2 li.tab-link::before {
    background: var(--black);
}

.spin {
    opacity: .5;
  -webkit-animation: spin 15s infinite linear;
  -moz-animation: spin 15s infinite linear;
  -o-animation: spin 15s infinite linear;
  animation: spin 15s infinite linear;
}
@-moz-keyframes spin {
  from {
    -moz-transform: rotate(0deg);
  }
  to {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/* Contact page */
.maps-section{
	background: #000;
	padding: 60px 0;
	z-index: 1;
	position: relative;
}
.main_contact::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 28px;
    left: 0;
    background: linear-gradient(to bottom, #00000000 0%, #000000 100%);
    z-index: -1;
}
.maps-navs {
	display: flex;
	align-items: center;
}
.maps-section .tab-wrapper {
	max-width: inherit;
	margin: 0;
	width: 50%;
}
.maps-section .tab-wrapper .tabs {
	justify-content: flex-start;
}
.maps-section .tab-wrapper .tabs .tab-link {
	padding: 10px 5vw;
	text-transform: uppercase;
    font-weight: bold;
}
.maps-section .right {
	width: 50%;
}

.unit-holder > div {
	display: flex;
	align-items: center;
	grid-gap: 20px;
	justify-content: end;
}
.unit-holder span {
	font-size: 21px;
	color: rgba(255, 255, 255, .43);
	width: 40%;
	font-weight: bold;
	text-transform: uppercase;
}
.unit-holder .dropdown-holder {
	width: 40%;
}
.unit-holder {
	position: relative;
}

.maps-holder .maps{
	height: 80vh;
}
#map {
	height: 100%;
	filter: grayscale(1);
}
.unit-holder .dropdown-div {
	position: relative;
}
/* for dropdown  */

.dropdown {
    width: 100%;
}

@media (min-width: 768px) {
    .dropdown {
        width: 100%;
    }
}
.dropdown__filter-selected {
	color: #fff;
	text-transform: uppercase;
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__select {
    transform: scaleY(1);
}
.dropdown__switch:checked + .dropdown__options-filter .dropdown__filter:after {
    transform: rotate(-135deg);
}
.dropdown__options-filter {
    width: 100%;
    cursor: pointer;
    margin: 0;
}
.dropdown__filter {
    position: relative;
    display: flex;
    /* padding: 15px 0; */
    color: #ffffff45;
    padding-bottom: .4vw;
    /* background-color: #fff; */
    font-size: 21px;
    transition: 0.3s;
    font-weight: bold;
    border-bottom: 2px solid #ffffff45;
}
.dropdown__filter:focus {
    border: none;
    outline: none;
    box-shadow: none;
}
.dropdown__filter::after {
    position: absolute;
    top: 45%;
    right: 0;
    content: '';
    width: 8px;
    height: 8px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #fffdfd;
    transform: rotate(45deg) translateX(-45%);
    transition: 0.2s ease-in-out;
}
.dropdown__select {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    box-shadow: 0 5px 10px 0 rgba(152, 152, 152, 0.6);
    transform: scaleY(0);
    transform-origin: top;
    font-weight: 300;
    transition: 0.2s ease-in-out;
    z-index: 10
}
.dropdown__select-option {
    padding: 14px;
    background-color: #fff;
    border-bottom: 1px solid #d6d6d6;
    transition: 0.3s;
    color: #000;
}

.dropdown__select-option:last-of-type {
    border-bottom: 0;
}

.dropdown__select-option:hover {
    background-color: #f9f9f9;
}
.maps-holder {
	position: relative;
}
.maps-holder .unit-lists {
	position: absolute;
	top: 0;
	right: 0;
	width: 46%;
	height: 100%;
	background: linear-gradient(270deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0.6138830532212884) 80%, rgba(0,0,0,0) 100%);
	padding: 40px 60px;
	color: #fff;
	overflow-y: auto;
}
.maps-holder .unit-lists li {
	display: flex;
	padding: 5px 0 15px;
	border-bottom: 1px solid rgba(255, 255, 255, .27);
	margin: 0 0 20px;
	cursor: pointer;
}
.maps-holder .unit-lists li > div {
	width:35%;	
}
.maps-holder .unit-lists li > div h4 {
	font-size: 24px;
	line-height: 1;
	margin: 0 0 4px;
}
.maps-holder .unit-lists li > div span {
	display: block;
	color: #00A886;
	font-size: 18px;
	line-height: 1;
}
.maps-holder .unit-lists li > p {
	width:65%;	
	font-size: 18px;
    text-align: left;
    line-height: 1.1;
}
.map_info_wrapper {
    padding: 10px 10px 20px 0;
    width: 180px;
}
.map_info_wrapper h2 {
	color: #00A886;
	font-size: 20px;
	margin: 0 0 12px;
	font-weight:bold ;
}
.map_info_wrapper h3 {
	font-size: 18px;
	margin: 0 0 12px;
}