*,
*:before,
*:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('https://gulfnews-labs.s3.us-east-1.amazonaws.com/uae_then_and_now_2021/images/loader.gif') 50% 50% no-repeat rgb(15, 16, 18);
}

.up_down_animo {
	-webkit-animation: action 1s infinite alternate;
	animation: action 1s infinite alternate;
	color: rgb(233, 233, 233);
	font-size: 14px;
	padding: 10px 0 0 0;
}

@-webkit-keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

@keyframes action {
	0% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(-10px);
	}
}

.mouse_scroll {
	display: block;
	margin: 0 auto;
	width: 24px;
	height: 50px;
}

.carousel-control.left {
	background-image: linear-gradient(to right, rgba(0, 0, 0, 1) 0px, rgba(0, 0, 0, 0) 100%);
	background-repeat: repeat-x;
	height: 93%;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .7) 100%);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .7) 100%);
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .7)));
	background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0, rgba(0, 0, 0, .7) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
	background-repeat: repeat-x;
}

.aro_left {
	-webkit-transform: rotate(90deg);
	/* Safari and Chrome */
	-moz-transform: rotate(90deg);
	/* Firefox */
	-ms-transform: rotate(90deg);
	/* IE 9 */
	-o-transform: rotate(90deg);
	/* Opera */
	transform: rotate(90deg);
	position: absolute;
	top: 50%;
	left: 25%;
	z-index: 5;
	display: inline-block;
}

.aro_right {
	-webkit-transform: rotate(270deg);
	/* Safari and Chrome */
	-moz-transform: rotate(270deg);
	/* Firefox */
	-ms-transform: rotate(270deg);
	/* IE 9 */
	-o-transform: rotate(270deg);
	/* Opera */
	transform: rotate(270deg);
	position: absolute;
	top: 50%;
	right: 25%;
	z-index: 5;
	display: inline-block;
}

.m_scroll_arrows {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg);
	/* IE 9 */
	-webkit-transform: rotate(45deg);
	/* Chrome, Safari, Opera */
	transform: rotate(45deg);
	border-right: 3px solid white;
	border-bottom: 3px solid white;
	margin: 0 0 3px 4px;
	width: 16px;
	height: 16px;
}

.unu {
	margin-top: 1px;
}

.unu,
.doi,
.trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
	animation: mouse-scroll 1s infinite;
}

.unu {
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
	animation-delay: alternate;
}

.doi {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
	animation-delay: .2s;
	animation-direction: alternate;
	margin-top: -6px;
}

.trei {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
	animation-delay: .3s;
	animation-direction: alternate;
	margin-top: -6px;
}

.mouse {
	height: 42px;
	width: 24px;
	border-radius: 14px;
	transform: none;
	border: 2px solid white;
	top: 170px;
}

.wheel {
	height: 5px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
	height: 4px;
	width: 4px;
	border: 2px solid #fff;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.wheel {
	-webkit-animation: mouse-wheel 0.6s linear infinite;
	-moz-animation: mouse-wheel 0.6s linear infinite;
	animation: mouse-wheel 0.6s linear infinite;
}

@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}

@-moz-keyframes mouse-wheel {
	0% {
		top: 1px;
	}
	25% {
		top: 2px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 2px;
	}
	100% {
		top: 1px;
	}
}

@-o-keyframes mouse-wheel {
	0% {
		top: 1px;
	}
	25% {
		top: 2px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 2px;
	}
	100% {
		top: 1px;
	}
}

@keyframes mouse-wheel {
	0% {
		top: 1px;
	}
	25% {
		top: 2px;
	}
	50% {
		top: 3px;
	}
	75% {
		top: 2px;
	}
	100% {
		top: 1px;
	}
}

@-webkit-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@-moz-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@-o-keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

@keyframes mouse-scroll {
	0% {
		opacity: 0;
	}
	50% {
		opacity: .5;
	}
	100% {
		opacity: 1;
	}
}

.wrap img {
	/* margin: 0px 0 0 14px; */
	line-height: 60px;
	position: absolute;
	bottom: -20px;
	color: #d6d6d6;
	z-index: 99;
	width: 20px;
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	padding: 4px;
	fill: #d6d6d6;
}

.bounce {
	animation-iteration-count: infinite;
	animation-duration: 2.5s;
	animation: bounce 3.6s ease infinite;
	transform-origin: 50% 50%;
}

@keyframes bounce {
	0% {
		transform: translateY(0);
	}
	5.55556% {
		transform: translateY(0);
	}
	11.11111% {
		transform: translateY(0);
	}
	22.22222% {
		transform: translateY(-15px);
	}
	27.77778% {
		transform: translateY(0);
	}
	33.33333% {
		transform: translateY(-15px);
	}
	44.44444% {
		transform: translateY(0);
	}
	100% {
		transform: translateY(0);
	}
}

.wrap p {
	bottom: -45px;
	text-align: center;
	font-size: 10px;
	width: 100%;
	display: inline;
}


/*Scroll Down*/

body {
	background-color: #000000;
}

.new_banner {
	background-color: #000;
	height: 65vh;
	position: relative;
	width: 100%;
	z-index: 1;
	overflow: hidden;
	background-size: cover;
	background-position: top;
	background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/uae_then_and_now_2021/images/new_banner.jpg); 
	color: #fff;
}

.new_banner h1 {
	font-size: 6rem;
	line-height: 4rem;
	font-style: italic;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
}

.new_banner h2 {
	font-size: 8rem;
	font-style: italic;
	font-weight: 800;
	font-family: 'Montserrat', sans-serif;
	/* -webkit-text-stroke: 1px #fff;
	-webkit-text-fill-color: rgba(0, 0, 0, .4);
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.4); */
}

.new_banner>.container {
	margin: 0;
	z-index: 555;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%)
}

.gradient {
	width: 100%;
	height: 25%;
	position: absolute;
	display: block;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#d9000000', GradientType=0);
	/* IE6-9 */
	z-index: 2;
}

.carousel-control {
	opacity: .9;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	font-weight: 700;
	font-size: 4rem;
}

h2 {
	font-weight: 700;
	font-size: 1.7rem;
}

.hdr {
	text-align: center;
	color: #e5e5e5;
	position: relative;
}

.hdr p {
	color: #a3a3a3;
}

.hdr h2 {
	color: #cecece;
}

.slider {
	padding: 40px 0px 20px 0px;
	border-bottom: solid 1px #2f2f2f;
	/* margin-bottom: 40px; */
	/* dont want */
}

.slider img {
	width: 100%;
}


/*  -webkit-border-radius: 4px; -moz-border-radius: 4px;  border-radius: 4px; */

.slider h4 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	font-size: 1.6rem;
	line-height: 2.6rem;
	text-shadow: 0px 2px 2px rgba(0, 0, 0, 1);
}

.slider p {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.3rem;
	letter-spacing: .5px;
	margin: 0 0 1rem 0;
	color: #c1bfbf;
	text-align: center;
}

.ftr {
	background-color: #282828;
	color: gray;
	padding: 15px 0px 10px 0px;
}

footer {
	margin-top: 50px;
}

.carousel-caption {
	padding-bottom: 0px;
	left: 10%;
	right: 10%;
	position: initial;
	margin: 0% 6%;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next,
.carousel-control .icon-prev {
	background: rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	padding: 8px;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 667px) {
	.new_banner {
		height: 45vh;
	}
	.new_banner h1 {
		font-size: 3.8rem;
		line-height: 5rem;
		margin: 0px;
		padding: 0px;
	}
	.new_banner h2 {
		font-size: 3.8rem;
		line-height: 4.5rem;
		-webkit-text-stroke: 1px #fff;
		margin: 0px;
		padding: 0px;
		letter-spacing: .2rem;
	}
	.up_down_animo {
		font-size: 12px;
	}
	.slider p {
		font-size: 1rem;
		text-align: center;
		margin: 1rem 0 1rem 0;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
	h1 {
		font-weight: 700;
		font-size: 2.5rem;
		line-height: 2.9rem;
		color: #e5e5e5;
	}
	h2 {
		font-weight: 700;
		font-size: 1.6rem;
		line-height: 2.3rem;
	}
	p {
		font-size: 1.2rem;
	}
	.carousel-caption {
		left: 15%;
		right: 15%;
		padding: 0px;
		bottom: 10px;
		position: initial;
	}
	.carousel-control .glyphicon-chevron-left,
	.carousel-control .glyphicon-chevron-right,
	.carousel-control .icon-next,
	.carousel-control .icon-prev {
		background: none;
	}
	.m_scroll_arrows {
		width: 10px;
		height: 10px;
		margin: 0 0 2px 2px;
	}
	.aro_left {
		left: 10%;
		top: 42%;
	}
	.aro_right {
		right: 25%;
		top: 37%;
	}
	.slider h4 {
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 1.6rem;
		margin-bottom: 0px;
		letter-spacing: .5px;
	}
	.new_banner {
		background-color: #000;
		height: 55vh;
		position: relative;
		width: 100%;
		z-index: 1;
		overflow: hidden;
		background-size: cover;
		background-position: top;
		background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/uae_then_and_now_2021/images/mob_banner.jpg);
	}
	.slider p {
		margin-bottom: 0px;
	}
	.slider {
		padding: 20px 0px 15px 0px;
	}
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.new_banner {
		background-color: #000;
		height: 80vh;
		position: relative;
		width: 100%;
		z-index: 1;
		overflow: hidden;
		background-size: cover;
		background-position: top;
		background-image: url(https://gulfnews-labs.s3.us-east-1.amazonaws.com/uae_then_and_now_2021/images/tab_banner.jpg);
	}
	.new_banner h1 {
		font-size: 7rem;
		font-style: italic;
		font-weight: 800;
		font-family: 'Montserrat', sans-serif;
	}
	.new_banner h2 {
		font-size: 8rem;
		font-style: italic;
		font-weight: 800;
		font-family: 'Montserrat', sans-serif;
		-webkit-text-stroke: 2px #fff;
		-webkit-text-fill-color: rgba(0, 0, 0, .0001);
	}
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1336px) {}


/* Extra small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {  
	#parallax_container { width: 100% !important; }
  }  
  
  
  #parallax_navbar  {
	background-color: #fbfdff;
	color: #242222;
	position: fixed;
	top: 0;
	width: 100%;
	display: block;
	transition: top 0.3s;
	z-index: 999;
	box-shadow: 0 2px 8px 0 hsla(0,0%,7%,.4);
  }
  
  #parallax_navbar img { height: 25px; margin:8px  16px;}
  
  #parallax_container 
  {
	width: 61%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
   
  #parallax_navbar a { 
	text-decoration: none; 
	font-size: .9rem;
	color: #525252; 
  }
  #parallax_navbar a:hover { 
	color: #0c0c0c; 
  }