/* -----------------------------------
  03. Hero Section
--------------------------------------*/
.hero-section {
}
/*-- Hero Slider --*/
.hero-slider {
}
/*-- Hero Single Slide --*/
.hero-single-slide {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 140px 0 100px 0;
	position: relative;
	z-index: 1;
}
.hero-single-slide::before {
	background: rgba(17, 31, 42, 0.9) url("img/slider/shape.png") no-repeat scroll center center;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}
/*-- Hero Slide Content --*/
.hero-slide-content {
	margin-top: 90px;
}
.hero-slide-content * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hero-slide-content h1 {
	color: #ffffff;
	font-size: 60px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 24px;
	text-transform: uppercase;
	z-index: 2;
}
.hero-slide-content p {
	color: #ffffff;
	font-weight: 400;
	line-height: 28px;
	margin-bottom: 48px;
}
.hero-slide-content a {
}
/*-- Slider Active Content Animation --*/
.slick-active .hero-slide-content h1 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 0.5s;
	animation-delay: 0.5s;
}
.slick-active .hero-slide-content p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slick-active .hero-slide-content a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
/*-- Hero Slide Image --*/
.hero-slide-image {
	padding: 62px 15px;
}
.hero-slide-image .image {
	background-color: #2c3b4a;
	float: right;
	height: 298px;
	position: relative;
	/*right: -120px;*/
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	width: 298px;
}
.hero-slide-image .image::before {
	background-color: #ed552d;
	content: url('../images/small-icon.png');
	height: 77px;
	position: absolute;
	right: 0;
	top: 0;
	width: 77px;
	z-index: 3;
}
.hero-slide-image .image img {
	position: relative;
	right: 28px;
	top: 28px;
}
/*-- Hero Single Slide 2 --*/
.hero-single-slide-2 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 340px 0;
	position: relative;
	z-index: 1;
}
.hero-single-slide-2::before {
	background-color: #000000;
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.85;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -9;
}
/*-- Hero Slide Content --*/
.hero-slide-content-2 {
}
.hero-slide-content-2 * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hero-slide-content-2 .logo-name {
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	text-fill-color: transparent;
	background-image: url("img/slider/text-image.jpg");
	display: block;
	font-family: "Montserrat", sans-serif;
	font-size: 350px;
	font-weight: 900;
	left: 15px;
	letter-spacing: 0.4px;
	line-height: 250px;
	opacity: 0.4;
	position: absolute;
	right: 15px;
	text-transform: uppercase;
	top: 0;
	z-index: -1;
}
.hero-slide-content-2 h1 {
	color: #ffffff;
	font-size: 85px;
	font-weight: 800;
	line-height: 1;
	margin-bottom: 22px;
	text-transform: uppercase;
}
.hero-slide-content-2 p {
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 0.4px;
	line-height: 28px;
	margin: 0 auto 35px;
	max-width: 870px;
}
.hero-slide-content-2 a {
}
/*-- Slider Content Animation --*/ 
.slick-active .hero-slide-content-2 h1 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slick-active .hero-slide-content-2 p {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.slick-active .hero-slide-content-2 a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
/*-- Hero Single Slide 3 --*/
.hero-single-slide-3 {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 290px 0;
	position: relative;
	z-index: 1;
}
.hero-single-slide-3::before {
	background: #ed562d;
	background: -webkit-gradient(linear, left bottom, left top, from(#ed562d), to(#2d3e50));
	background: -webkit-linear-gradient(bottom, #ed562d 0%, #2d3e50 100%);
	background: -o-linear-gradient(bottom, #ed562d 0%, #2d3e50 100%);
	background: linear-gradient(0deg, #ed562d 0%, #2d3e50 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ed562d', endColorstr='#2d3e50', GradientType=1 );
	background-size: cover;
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.9;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -9;
}
/*-- Hero Slide Content --*/
.hero-slide-content-3 {
	background-image: url("img/slider/circle.png");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 65px 15px;
}
.hero-slide-content-3 * {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.hero-slide-content-3 h2 {
	color: #ffffff;
	font-size: 50px;
	font-weight: 500;
	line-height: 36px;
	margin-bottom: 29px;
	text-transform: uppercase;
}
.hero-slide-content-3 h1 {
	color: #ffffff;
	font-size: 80px;
	font-weight: 700;
	line-height: 57px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.hero-slide-content-3 a {
}
/*-- Slider Content Animation --*/ 
.slick-active .hero-slide-content-3 h2 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.slick-active .hero-slide-content-3 h1 {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 1.5s;
	animation-delay: 1.5s;
}
.slick-active .hero-slide-content-3 a {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}
/*-- Hero Slider Dots --*/ 
.hero-slider .slick-dots {
	bottom: 50px;
	height: 13px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.hero-slider .slick-dots li {
	display: inline-block;
	margin: 0 6px;
	vertical-align: top;
}
.hero-slider .slick-dots li button {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 50%;
	display: block;
	height: 13px;
	line-height: 0;
	padding: 0;
	text-indent: -9999px;
	width: 13px;
}
.hero-slider .slick-dots li.slick-active button {
	background-color: transparent;
}
.slick-list, .slick-slider, .slick-track {
	position: relative;
	display: block
}
.slick-loading .slick-slide, .slick-loading .slick-track {
	visibility: hidden
}
.slick-slider {
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}
.slick-list {
	overflow: hidden;
	margin: 0;
	padding: 0
}
.slick-list:focus {
	outline: 0
}
.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}
.slick-track {
	top: 0;
	left: 0
}
.slick-track:after, .slick-track:before {
	display: table;
	content: ''
}
.slick-track:after {
	clear: both
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}
[dir=rtl] .slick-slide {
	float: right
}
.slick-slide img {
	display: block
}
.slick-slide.slick-loading img {
	display: none
}
.slick-slide.dragging img {
	pointer-events: none
}
.slick-initialized .slick-slide {
	display: block
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}
.slick-arrow.slick-hidden {
	display: none
}
