
/**/
.banner-agency .banner-agency-wrapper1 {
	padding: 150px 0;
}
	
.banner-agency .banner-agency-slide {}

.banner-agency .banner-agency-slide .top-subtitle {
	color: #BA0010;
	font-size: 22px;
	font-weight: 600;
	text-transform: uppercase;
}
.banner-agency .banner-agency-slide .banner-title {
	font-size: 60px;
	line-height: 70px;
	margin-bottom: 30px;
}
@media (max-width: 1280px) {
	.banner-agency .banner-agency-slide .banner-title {
		font-size: 50px;
		line-height: 60px;
	}
}
@media (max-width: 1200px) {
	.banner-agency .banner-agency-slide .banner-title {
		font-size: 40px;
		line-height: 50px;
	}
}
.banner-agency .banner-agency-slide p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 400;
	margin-bottom: 50px;
	max-width: 540px;
}




/**/
.home-slider-nav {}
.home-slider-nav .slider-next,
.home-slider-nav .slider-prev {
	height: 50px;
	width: 50px;
	line-height: 50px;
	border: 2px solid #e0e3e8;
	border-radius: 50%;
	text-align: center;
	color: #373d46;
	font-size: 20px;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	cursor: pointer;
	outline: 0;
}
.home-slider-nav .slider-next:hover,
.home-slider-nav .slider-prev:hover {
	background: #fff;
	color: #B80010;
	border-color: #B80010;
	-webkit-box-shadow: 0 20px 30px 0 rgba(10, 4, 70, 0.2);
	        box-shadow: 0 20px 30px 0 rgba(10, 4, 70, 0.2);
}




/**/
.banner-agency .agency-banner-element-wrapper .banner-agency-animate-element li:nth-child(1) {top:40px;}
