.wrap-slide {
	height: 520px;
	background: rgba(0, 0, 0, .1)
}

.slider {
	position: relative;
	height: 520px;
	width: 100%
}

.slider.fullscreen {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.slider.fullscreen ul.slides {
	height: 100%
}

.slider.fullscreen ul.indicators {
	z-index: 2;
	bottom: 30px
}

.slider .slides {
	margin: 0;
	height: 520px
}

.slider .slides li {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: inherit;
	overflow: hidden
}

.slider .slides li img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center
}

.slider .slides li .caption {
	color: #444;
	position: absolute;
	top: 20%;
	left: 5%;
	width: 45%;
	opacity: 0;
	padding: 30px
}

.slider .slides li .caption h3 {
	color: #000;
	font-size: 2.5em;
	margin: 0!important;
	padding: 0!important;
	font-weight: bolder;
	font-family: calibri
}

.slider .slides li .caption h5 {
	color: #333;
	margin: 0;
	font-size: 1.7em;
	padding: 0;
	font-weight: 400;
	font-family: verdana;
	margin-bottom: 20px
}

.slider .slides li .caption p {}

.slider .slides li .caption p a {
	padding: 8px 25px;
	display: inline-block;
	margin-right: 10px;
	background: #9b90b8;
	font-size: 1.5em;
	text-align: center;
	font-weight: bolder;
	font-family: calibri;
	border-radius: 5px;
	color: #fff
}

.slider .slides li.active {
	z-index: 2
}

.slider .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	z-index: 99;
	bottom: 25px!important;
	margin: 0
}

.slider .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 10px;
	width: 10px;
	margin: 0 12px;
	background-color: #e0e0e0;
	-webkit-transition: background-color .3s;
	-moz-transition: background-color .3s;
	-o-transition: background-color .3s;
	-ms-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%
}

.slider .indicators .indicator-item.active {
	background-color: #4caf50
}

.left-align {
	text-align: left
}

.center-align {
	text-align: center
}

.right-align {
	text-align: right
}

@media all and (max-width:768px) {
	.wrap-slide,
	.slider,
	.slider .slides {
		height: 400px
	}
	.slider .slides li .caption h3 {
		font-size: 1.4em
	}
	.slider .slides li .caption h5 {
		font-size: 1.1em
	}
	.slider .slides li .caption {
		width: 68%;
		left: 3%;
		padding: 0
	}
	.slider .slides .slide-row1 img {
		background-position: 25%
	}
	.slider .slides .slide-row2 img {
		background-position: 55%
	}
	.slider .slides li .caption p a {
		width: 100%;
		padding: 5px 10px;
		font-size: 1em;
		display: block;
		margin-top: 5px
	}
}