.slider {
	margin-top: 110px;
}

.slider .carousel-control-next, .slider .carousel-control-prev {
	width: 7%;
}

.slider .carousel-item {
	height: 850px;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.slider .slide-content {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 100%;
	padding-left: 180px;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-right: 60px;
	color: #fff;
}

.slider .slide-content h1, .slider .slide-content h4 {
	font-family: 'Muli', sans-serif !important;
	font-weight: 300 !important;
}

.slider .slide-content h1 {
	font-size: 56px;
}

.slider .slide-content h1 strong,  .slider .slide-content h4 strong{
	font-weight: 700 !important;
}

.stratbond-slide-btn {
	display: inline-block;
	box-shadow: none;
	padding: 12px 28px;
	color: #fff;
	outline: 0;
	background-color: transparent;
	border: 1px solid #fff;
	transition: all ease-in-out 300ms;
	-webkit-transition: all ease-in-out 300ms;
}

.stratbond-slide-btn:hover, .stratbond-slide-btn:focus {
	outline: 0;
	text-decoration: none;
	color: #014862;
	background-color: #fff;

}

.slider-control .wrap {
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fff;
	border: 0;
	border-radius: 0;
	color: #014862;
}

@media screen and (max-width: 900px) {
	.slider .slide-content {
		padding-left: 90px;
	}
}

@media screen and (max-width: 500px) {

	.slider .carousel-item {
		height: 600px;
	}

	.slider .slide-content {
		padding-left: 45px;
		padding-right: 30px;
	}

	.slider .slide-content h1 {
		font-size: 36px;
	}

	.slider .slide-content h4 {
		font-size: 16px;
	}
}
