.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.l-left {
	float: left;
}

.l-right {
	float: right;
}

.end {
	margin-top: 30px;
	font-size: 3em;
	font-weight: bold;
	opacity: 0;
	-webkit-transform: translateY(300px);
	-ms-transform: translateY(300px);
	transform: translateY(300px);
	-webkit-transition: opacity, -webkit-transform 1s;
	transition: opacity, transform 1s;
	-webkit-transition-delay: 1s;
	transition-delay: 1s;
}



/* SECTION STYLES - fullPage.js 
–––––––––––––––––––––––––––––––––––––––––––––––––– */

section {
	text-align: center;
	padding: 0;
	line-height: 3rem;
}

h2, h4 {
	font-weight: 400;

}

h4 {
	font-size: 22px;
}

p {
	letter-spacing: 1px;
	line-height: 1.5rem;
	font-size: 16px;

}

h2 {
	color: rgb(75, 75, 75);
}

h3, h4, h5 {
	color: rgb(156, 47, 80);
}

.row {
	padding-left: 10%;
	padding-right: 10%;
	display: flex;
	align-items: center;

}

.vertical-scrolling {
	width: 100%;
	background-repeat: no-repeat;
}

.slider-content {
	float: left;
	z-index: 10;
}

.slider-img {
	text-align: center;
	border-radius: 30px;
	margin-right: auto;
	margin-left: auto;
	z-index: 10;
}



.slider-1 {
	background-image: url('../images/slider-1.jpg');
	background-size: cover;
	z-index: -1;
}


.slider-2 {
	background-image: url('../images/slider-2.jpg');
	background-size: cover;
}

.slider-3 {
	background-image: url('../images/slider-3.jpg');
	background-size: cover;
}


/* SLIDER*/
html {
	box-sizing: border-box;
	font-family: 'Montserrat', 'sans-serif';
	font-size: 16px;
	line-height: 1.8;
	width: 100vw;
	height: 100vh;
	overflow: hidden;
	color: #fff;
	background: #333;
	background-image: linear-gradient(to bottom, #333, #000);
}

body {
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: inherit;
}

*:focus {
	outline: none !important;
}

.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

/** * Slick */
.slick-vertical .slick-slide {
	border: none;
}

/** * Slider */
.c-slider {
	width: 100%;
	height: 100%;
}

.c-cell {
	position: relative;
	z-index: 10;
	display: flex;
	align-items: center;
	width: 100vw;
	height: 100vh;
}

.c-cell:before {
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	/* background: #333; */
	background-image: linear-gradient(to bottom, rgb(255, 255, 255), rgb(167, 167, 167));
	opacity: 0.5;
}

.c-content {
	position: absolute;
	z-index: 3;
	width: 100%;
	padding: 0 10px 0 10px;
	display: flex;
	align-items: center;
}

@media (min-width:1440px) {
	.c-content {
		padding: 0 50px 0 50px;
	}
}

.c-bg {
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-attachment: scroll;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	opacity: 0;
	transition: opacity ease-in-out 0.3s;
}

.c-bg.is-lazy-loaded {
	opacity: 1;
}

.c-wrapper {
	max-width: 1180px;
	margin-left: auto;
	margin-right: auto;
}

.c-wrapper-left {
	width: 50%;
	margin-right: auto;
	text-align: right;
	float: left;
}

.c-wrapper-right {
	width: 50%;
}

.c-wrapper-left-fix {
	width: 50%;
}

.c-wrapper-right-fix {
	width: 50%;
	margin-right: auto;
	text-align: right;
	float: left;
}

.text {
	max-width: 100%;
}

.c-slider__item {
	vertical-align: top;
}

.c-slider .slick-dots {
	position: absolute;
	z-index: 100;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	bottom: auto;
	list-style: none;
	font-size: 0;
}

.c-slider .slick-dots li button {
	position: relative;
	right: 15px;
	border: none;
	background: none;
	font-size: 0;
	width: 40px;
	height: 40px;
	cursor: pointer;
}

.c-slider .slick-dots li button:before, .c-slider .slick-dots li button:after {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: -6px;
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #FFF;
	transition: all 0.3s ease-in-out;
}

.c-slider .slick-dots li.slick-active button:after {
	transform: scale(2);
	background-color: transparent;
	box-shadow: 0 0 0 1px #FFF;
}

@media (max-width: 576px) {
	.c-content {
		padding-bottom: 90px;
	}
}

@media (max-width: 991px) {
	.c-wrapper-left {
		width: 100%;
		text-align: center;
	}

	.c-wrapper-right {
		width: 0;
	}

	.c-wrapper-left-fix {
		width: 0;
	}

	.c-wrapper-right-fix {
		width: 100%;
		text-align: center;
	}

	.text {
		width: 100%;
	}

	.c-wrapper-right>img {
		width: 0;
	}

	.c-wrapper-left-fix>img {
		width: 0;
	}
}

@media (max-width: 746px) {
	p {
		letter-spacing: 0;
		line-height: 1.4rem;
		font-size: .8rem
	}

	.c-content {
		width: 100%;
		position: absolute;
		display: flex;
		align-items: center;
		margin-top: -6rem;
		letter-spacing: 0;
		padding: 0;
		z-index: 3
	}

	.c-content span {
		font-size: 15px !important;
		font-family: "Times New Roman", serif !important;
	}

	.c-slider .slick-dots {
		top: 35%
	}
}