@charset "utf-8";
/* CSS Document */
/* #Home Hero---*/
.hero-container {
	clear: both;
	min-height: 826px;
	overflow: hidden;
	width: 100%;
	position: relative;
}
.hero-container img {
	clear: both;
	min-height: 826px;
	object-fit: cover;
	background-position: center center;
	width: 100%;
}
.hero-container h1 {
	background: rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
	font-size: 4.2rem;
	font-weight: 700;
	padding: 14px 20px;
	line-height: 5.5rem;
	text-transform: uppercase;
}
.hero-outer-1220 {
	margin: auto;
	top: 36px;
	left: 0;
	bottom: 0;
	right: 0;
	max-width: 1220px;
	position: absolute;
	text-align: left;
	width: 100%;
	padding: 30px;
}
.hero-inner.inner-cont {
	height: 826px;
	vertical-align: middle;
}
/* #/Home Hero ---*/


/* #Home action section ---*/
.home-action-area {
	text-align: center;
}
.home-action-area h1 {
	color: #FFF;
}
.home-action-area p.big {
	color: #FFF;
}
/* #Home about section ---*/
.home-about-area {
	background: url(../images/home-about-area-bg.jpg);
	background-size: cover;
	width: 100%;
	position: relative;
}
.home-about-area h2 {
	color: #FFF;
}
.home-about-area p {
	color: #FFF;
}
/* #Home dark strip ---*/
.home-dark-strip {
	background: #1e2c35;
	padding: 16px 0;
}
.home-dark-strip h3 {
	color: #26a4f7;
}
/* #Home features thumb---*/
.features-thumb-red-a {
	background: #ed2e3a;
	padding: 32px 14px;
}
.features-thumb-red-b {
	background: #c32731;
	padding: 32px 14px;
}
.features-thumb-red-c {
	background: #9d1925;
	padding: 32px 14px;
}
.features-thumb-blue-a {
	background: #2e99ed;
	padding: 32px 14px;
}
.features-thumb-blue-b {
	background: #2780c3;
	padding: 32px 14px;
}
.features-thumb-blue-c {
	background: #19679d;
	padding: 32px 14px;
}
.features-thumb h3 {
	font-size: 21px;
	line-height: 31px;
	font-weight: 400;
}
.features-thumb .portlet .content-body {
	min-height: 153px;
	padding: 20px;
}

@media screen and (max-width: 1200px) {
.features-thumb {
	width: 50% !important;
}
.features-thumb:nth-child(2n+1) {
	clear: both;
	margin-left: 0 !important;
}
}

@media screen and (max-width:640px) {
.features-thumb {
	width: 100% !important;
	margin: 0% 0 0% 3.2%;
}
.features-thumb:nth-child(2n+2) {
	clear: both;
	margin-left: 0 !important;
}
}
/* #Home quote area---*/

.quote-area-wrapper {
	margin: 0 auto;
	text-align: center;
	max-width: 1220px;
	position: relative;
	padding: 5rem 3rem;
	width: 100%;
}
.quote-area-inner {
	background: url(../images/quote-bg.png) no-repeat;
	min-height: 165px;
	background-size: contain;
	background-position: center;
}
.quote-area-inner p {
	font-style: italic;
}
.quote-area-inner .post {
	font-size: 16px;
}

