/*--------------------------------------------------------------------
Start Slider section
--------------------------------------------------------------------*/

.banner-area.banner-1 {
	background: url(../img/kenburns/kayatepe2.jpg)50% no-repeat fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

/*-----------Start Particles Banner CSS-----------*/

.banner-area.banner-2 {
	background: url(../img/kenburns/kayatepe4.jpg)50% no-repeat fixed;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: 100vh;
	position: relative;
}

.banner-2 #particles-js {
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	position: absolute;
	z-index: 9;
	background-color: transparent;
	background-image: url("");
	-moz-background-size: cover;
	-ms-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

/*-----------End Particles Banner CSS-----------*/


.slider-title {
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: column nowrap;
	-moz-flex-flow: column nowrap;
	-ms-flex-flow: column nowrap;
	-o-flex-flow: column nowrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-flow: column nowrap;
	height: 100vh;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}

.slider-title h1,
.slider-title > h3,
.slider-title p {
	z-index: 9;
}

.slider-title span {
    color: #EFC555;
    font-size: 40px;
    font-weight: 600;
}

.slider-title h4 {
	color: #fff;
	font-size: 20px;
	line-height: 35px;
}

.overlay {
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    position: absolute;
    background-color: rgba(31,30,30,0.71);
}

.arrow-down {
	width: 26px;
	height: 55px;
	bottom: 5%;
	right: 50%;
	z-index: 9;
	text-align: center;
	position: absolute;
	border: 1px solid #aaa;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	-webkit-transform: translate(50%, -50%);
	-moz-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	-o-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
}

.arrow-down i {
	color: #fff;
	font-size: 22px;
	line-height: 40px;
	-webkit-animation: arrowdown 2s infinite;
	-moz-animation: arrowdown 2s infinite;
	-o-animation: arrowdown 2s infinite;
	animation: arrowdown 2s infinite;
}

.arrow-down i:hover {
	padding-top: 10px;
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
}

@-webkit-keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@-moz-keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-moz-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

@-o-keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		transform: translate3d(0, 50%, 0);
	}
}

@keyframes arrowdown {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, 50%, 0);
		-moz-transform: translate3d(0, 50%, 0);
		transform: translate3d(0, 50%, 0);
	}
}

/*--------------------------------------------------------------------
End Slider section
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
Start Scroll To Top section
--------------------------------------------------------------------*/

.scroll-top {
	height: 35px;
	width: 35px;
	background: #365669;
	text-align: center;
	position: fixed;
	left: 20px;
	cursor: pointer;
	bottom: 50px;
	-webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	-moz-box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.5);
}

.scroll-top i {
	line-height: 35px;
	color: #fff;
	font-size: 24px;
}

.not-visible {
	visibility: hidden;
	opacity: 0;
}

/*--------------------------------------------------------------------
End Scroll To Top section
--------------------------------------------------------------------*/


/*--------------------------------------------------------------------
End switcher area
--------------------------------------------------------------------*/
