

.banner_part {
	/*margin-top: 100px;*/
	padding: 100px 0;
}
.banner_slider {
	padding: 0;
}
.banner-image {
	padding: 14px;
}
.banner-image img{
	display: block;
	box-shadow: 1px 1px 9px 2px rgb(26, 48, 49);
}
.owl-stage-outer::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 14px;
	background: linear-gradient(-90deg, rgba(0, 0, 0, 0) 0%, rgba(236, 253, 255, 1) 100%);
	z-index: 1000;
}
.owl-stage-outer::after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 14px;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(236, 253, 255, 1) 100%);z-index: 1000;
}
.navbar-brand {
	display: flex;
	font-family: "Poppins",	sans-serif;
}
.navbar-brand img {
	width: 38px;
	height: 38px;
	margin-right: 10px;
}
.brand-name {
	display: flex;
	flex-direction: column;
}
.brand-name span:first-child {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}
.download-link {
	height: 40px;
	display: inline-block;
	line-height: 40px;
	box-shadow: 1px 1px 3px 0px rgba(26, 48, 49, 0.4);
	max-width: 300px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 30px;
	padding: 0px 20px 0px 60px;
	text-transform: uppercase;
	color: #444;
}
.download-link:hover {
	opacity: 0.6;
}
.download-link.pdf {
	background-image: url('/assets/components/app/img/pdf-icon.svg');
	background-color: #FF7F7F;
	color: #FFF!important;
}
.download-link.xls {
	background-image: url('/assets/components/app/img/xls-icon.svg');
	background-color: #7CB075;color: #FFF !important;
}
