/*================================================
Main Banner Area FS CSS
=================================================*/
.main-banner-area {
	background-color: #f8f8f8;
	position: relative;
	z-index: 1;
	padding-top: 160px;
	padding-bottom: 160px;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-banner-area .container-fluid {
	padding-left: 35px;
	padding-right: 35px;
}
.main-banner-content-fs {
	border-left: 10px solid #e82b2b;
	max-width: 840px;
	background-color: rgba(255, 255, 255, 0.7);
	padding-top: 70px;
	padding-bottom: 70px;
	padding-left: 90px;
	padding-right: 90px;
}
.main-banner-content-fs .sub-title {
	display: block;
	color: #e82b2b;
	margin-bottom: 12px;
	font-size: 14px;
	font-weight: 700;
}
.main-banner-content-fs h1 {
	font-size: 60px;
	margin-bottom: 13px;
	line-height: 1.3;
}
.main-banner-content-fs p {
	font-weight: 600;
	color: var(--blackColor);
	max-width: 600px;
}
.main-banner-content-fs .default-btn {
	margin-top: 10px;
	background-color: var(--blackColor);
	color: var(--whiteColor);
}
.main-banner-content-fs .default-btn:hover {
	background-color: #e82b2b !important;
	color: var(--whiteColor) !important;
}
.home-slides {
	display: block;
}
.home-slides.owl-theme .owl-nav {
	top: 50%;
	right: 35px;
	margin-top: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	opacity: 0;
	visibility: hidden;
}
.home-slides.owl-theme .owl-nav[class*=owl-] {
	padding: 0;
	width: 40px;
	height: 40px;
	margin: 8px 0;
	display: block;
	font-size: 25px;
	border-radius: 0;
	position: relative;
	color: var(--blackColor);
	background: var(--whiteColor);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}
.home-slides.owl-theme .owl-nav[class*=owl-] i {
	right: 0;
	left: 0;
	top: 50%;
	margin-top: 1px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.home-slides.owl-theme .owl-nav[class*=owl-]:hover {
	background-color: #e82b2b;
	color: var(--whiteColor);
}
.home-slides.owl-theme:hover .owl-nav {
	opacity: 1;
	visibility: visible;
}
/* Max width 767px */
@media only screen and (max-width: 767px) {
    .main-banner-content-fs {
		max-width: 100%;
		padding: 25px 15px;
		border-left-width: 2px;
		text-align: center;
	}
	.main-banner-content-fs .sub-title {
		font-size: 13px;
		margin-bottom: 10px;
	}
	.main-banner-content-fs h1 {
		font-size: 30px;
		margin-bottom: 12px;
	}
	.main-banner-content-fs p {
		max-width: 100%;
	}
	.main-banner-content-fs .default-btn {
		margin-top: 5px;
	}
	.home-slides.owl-theme .owl-nav {
		opacity: 1;
		visibility: visible;
		top: auto;
		bottom: 60px;
		-webkit-transform: unset;
		transform: unset;
		right: 0;
		left: 0;
	}
	.home-slides.owl-theme .owl-nav[class*=owl-] {
		width: 35px;
		height: 35px;
		margin: 0 5px;
		font-size: 20px;
		display: inline-block;
	}
	.home-slides.owl-theme .owl-nav[class*=owl-] i {
		margin-top: 0;
	}
}


/* Min width 768px to Max width 991px */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-banner-content-fs {
		max-width: 720px;
		padding: 50px;
		border-left-width: 5px;
	}
	.main-banner-content-fs .sub-title {
		font-size: 13px;
	}
	.main-banner-content-fs h1 {
		font-size: 42px;
		margin-bottom: 15px;
	}
	.main-banner-content-fs .default-btn {
		margin-top: 5px;
	}
	.home-slides.owl-theme .owl-nav {
		opacity: 1;
		visibility: visible;
		top: auto;
		bottom: 100px;
		-webkit-transform: unset;
		transform: unset;
		right: 0;
		left: 0;
	}
	.home-slides.owl-theme .owl-nav[class*=owl-] {
		width: 35px;
		height: 35px;
		margin: 0 5px;
		font-size: 20px;
		display: inline-block;
	}
	.home-slides.owl-theme .owl-nav[class*=owl-] i {
		margin-top: 0;
	}
	/* End Main Banner Area FS */
}

/* Min width 992px to Max width 1199px */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-banner-content-fs {
		max-width: 700px;
		padding-top: 55px;
		padding-bottom: 55px;
		padding-left: 75px;
		padding-right: 75px;
	}
	.main-banner-content-fs h1 {
		font-size: 45px;
	}
	.main-banner-content-fs p {
		max-width: 100%;
	}
}