/* - HEADER - */

header {
	position: relative;
}

header > .container {
	position: relative;
	text-align: left;
}

header .header {
	position: relative;
	display: block;
}


/* - HEADER [DESKOP] - */

header.header-desktop {
	display: block;
	height: auto;
	background: #fff;
}

@media only screen and (max-width: 991px) {
	header.header-desktop {
		display: none !important;
	}
}

header.header-desktop .header {
	height: 126px;
	background: #fff;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-ms-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.sticky-header header.header-desktop {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10001;
	box-shadow: 0 3px 3px rgba(0, 0, 0, .15) !important;
}

.sticky-header header.header-desktop .header {
	height: 76px;
}

header.header-desktop .header-logo {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 100%;
}

header.header-desktop .header-logo > .header-logo-set {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

header.header-desktop .header-right-meta {
	display: block;
	height: 32px;
	position: absolute;
	bottom: 81px;
	right: 0;
}

header.header-desktop .header-right-meta > .hrm-element {
	float: left;
	margin: 0 0 0 30px;
}

header.header-desktop .header-right-meta .header-meta {
	font-size: 16px;
}

header.header-desktop .header-meta > ul {
	display: block;
}

header.header-desktop .header-meta > ul::after {
	clear: both;
	content: '';
	display: block;
}

header.header-desktop .header-meta > ul > li {
	float: left;
	margin: 0 30px 0 0;
}

header.header-desktop .header-meta > ul > li:last-child {
	margin: 0;
}

header.header-desktop .header-meta > ul > li > a {
	line-height: 30px;
	color: #959595;
	text-decoration: none;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

header.header-desktop .header-search {
	position: relative;
}

header.header-desktop .header-search.open {
	margin-left: 24px;
}

header.header-desktop .header-search input.search-form {
	width: 38px;
	height: 32px;
	border-radius: 5px;
	padding: 0 15px;
	margin-left: 0;
	font-size: 16px;
	margin-left: 0;
	border: 1px solid;
	color: #3d3935;
}

header.header-desktop .header-search .search-button {
	width: 36px;
	height: 30px;
	border: none;
	border-radius: 5px;
	background: #fff;
	position: absolute;
	top: 1px;
	right: 1px;
	-webkit-transition: background .4s ease;
	-moz-transition: background .4s ease;
	-ms-transition: background .4s ease;
	-o-transition: background .4s ease;
	transition: background .4s ease;
}

header.header-desktop .header-search.closed .search-button {
	top: 0;
	right: 0;
	width: 38px;
	height: 32px;
	border: 1px solid;
}

header.header-desktop .header-search.closed .search-button:hover {
	color: #fff;
}

header.header-desktop .header-search .search-button > i {
	font-size: 16px !important;
	line-height: 30px !important;
}

header.header-desktop .header-search .search-close {
	height: 32px;
	width: 32px;
	padding: 0;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	display: none;
	position: absolute;
	top: 0;
	left: -24px;
	color: #fff;
	cursor: pointer;
}

header.header-desktop .header-search .search-close > i {
	position: absolute;
	top: 8px;
	left: 12px;
	font-size: 16px !important;
	line-height: 16px !important;
}

header.header-desktop .header-nav {
	position: absolute;
	bottom: 10px;
	right: 0;
	left: 0;
	text-align: right;
}

header.header-desktop .header-nav > ul {
	display: inline-block;
	text-align: left;
}

header.header-desktop .header-nav > ul > li {
	float: left;
	margin: 0 50px 0 0;
}

@media only screen and (max-width: 1199px) {
	header.header-desktop .header-nav > ul > li {
		margin: 0 30px 0 0;
	}
}

header.header-desktop .header-nav > ul > li:last-child {
	margin: 0;
}

header.header-desktop .header-nav > ul > li > em.dd-trigger {
	display: none !important;
}

header.header-desktop .header-nav > ul > li.dd-normal {
	position: relative;
}

header.header-desktop .header-nav > ul > li > a {
	font: 500 20px/20px 'Lato', sans-serif;
	display: block;
	color: #3d3935;
	text-decoration: none;
	padding: 0 0 10px 0;
	border-bottom: 5px solid #fff;
	position: relative;
}

header.header-desktop .header-nav > ul > li.dd-normal:hover > a::after,
header.header-desktop .header-nav > ul > li.dd-mega:hover > a::after {
	content: '';
	display: block;
	width: 100%;
	height: 15px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	cursor: pointer;
}

header.header-desktop .header-nav > ul > li > .dd-dropdown {
	display: none;
}

header.header-desktop .header-nav > ul > li:hover > .dd-dropdown {
	display: block;
}

header.header-desktop .header-nav > ul > li.dd-normal > .dd-dropdown {
	width: 300px;
	position: absolute;
	top: 49px;
	left: -50px;
	padding: 25px 50px;
	z-index: 9000;
}

@media only screen and (max-width: 1199px) {
	header.header-desktop .header-nav > ul > li.dd-normal > .dd-dropdown {
		left: -30px;
		padding: 20px 30px;
	}
}

header.header-desktop .header-nav > ul > li.dd-mega > .dd-dropdown {	
	position: absolute;
	top: 49px;
	left: 0;
	right: 0;
	z-index: 9000;
	padding: 15px 50px 25px 50px;
}

@media only screen and (max-width: 1199px) {
	header.header-desktop .header-nav > ul > li.dd-mega > .dd-dropdown {	
		padding: 10px 30px 15px 30px;
	}
}

header.header-desktop .header-nav > ul > li.dd-mega > .dd-dropdown h4 {
	font: 700 20px/20px 'Lato', sans-serif;
	padding: 0 !important;
	margin: 15px 0 15px 0 !important;
	color: #fff;
	cursor: default;
}

header.header-desktop .header-nav > ul > li.dd-normal > .dd-dropdown a,
header.header-desktop .header-nav > ul > li.dd-mega > .dd-dropdown a {
	font: 400 16px/20px 'Lato', sans-serif;
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 0;
}


/* - HEADER [MOBILE] - */

header.header-mobile {
	background: #fff;
	display: block;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10001;
}

@media only screen and (min-width: 992px) {
	header.header-mobile {
		display: none !important;
	}
}

body.sticky-header header.header-mobile {
	box-shadow: 0 3px 3px rgba(0, 0, 0, .15) !important;
}

header.header-mobile .header {
	padding: 0;
	position: relative;
}

header.header-mobile .header-logo {
	display: table;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	height: 64px;
}

header.header-mobile .header-logo > .header-logo-set {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
}

header.header-mobile a.menu-trigger {
	position: absolute;
	top: 9px;
	right: 0;
	width: 44px;
	height: 44px;
	display: block;
	text-decoration: none;
	text-align: right;
	cursor: pointer;
}

header.header-mobile a.menu-trigger > i {
	font-size: 28px;
	line-height: 43px;
}


/* - HEADER IMAGE - */

#header-slider,
#header-image {
	display: block;
	position: relative;
	text-align: center;
	background: #d8d8d8;
	margin: 0px auto;
	overflow: hidden;
}

#header-image .image-title-outer {
	display: table;
	text-align: left;
}

#header-image .image-title-outer .image-title-inner {
	display: table-cell;
	vertical-align: bottom;
	text-align: left;
}

#header-slider .image-title-outer {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
}
#header-slider .image-title-outer .image-title-inner {
	text-align: left;
}

.image-title-outer .image-title-inner .image-title-text {
	color: #fff;
	font: 700 28px/36px 'Lato', sans-serif;
	padding: 31px 45px 33px 45px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.image-title-text-alternate {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 100;
	color: #fff;
	font: 400 22px/28px 'Lato', sans-serif;
	padding: 24px 70px 24px 30px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: left;
}

.image-title-outer .image-title-inner .image-title-text > h1,
.image-title-text-alternate > h1 {
	color: inherit;
	font: inherit;
	padding: 0 !important;
	margin: 0 !important;
}

#header-slider,
#header-image {
	max-width: 2200px;
}

#header-slider,
#header-slider .head-slide,
#header-image,
#header-image .image-title-outer,
#header-image .image-title-outer .image-title-inner {
	height: 750px;
}

@media only screen and (max-width: 1489px) {
	#header-slider,
	#header-slider .head-slide,
	#header-image,
	#header-image .image-title-outer,
	#header-image .image-title-outer .image-title-inner {
		height: 600px;
	}
}

@media only screen and (max-width: 1199px) {
	#header-slider,
	#header-slider .head-slide,
	#header-image,
	#header-image .image-title-outer,
	#header-image .image-title-outer .image-title-inner {
		height: 450px;
	}
}

@media only screen and (max-width: 991px) {
	#header-slider,
	#header-slider .head-slide,
	#header-image,
	#header-image .image-title-outer,
	#header-image .image-title-outer .image-title-inner {
		height: 450px;
	}
}

@media only screen and (max-width: 767px) {
	#header-slider,
	#header-slider .head-slide,
	#header-image {
		height: 300px;
	}
}

@media only screen and (max-width: 399px) {
	#header-slider,
	#header-slider .head-slide,
	#header-image {
		height: 200px;
	}
}





.hero-header-wrap {
	text-align: center;
}

.hero-header-wrap .hero-header {
	max-width: 2200px;
	margin: 0 auto;
	overflow: hidden;
}

.hero-header-wrap .hero-header > .container-fluid {
	margin-left: -15px;
	margin-right: -15px;
}

.hero-header-wrap .hero-header .hero-header-1 {
	display: block;
	position: relative;
	background: #fbfbfb;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.hero-header-wrap .hero-header .hero-header-1 {
		margin-bottom: 15px;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .slide-status-text {
	display: none;
	position: absolute;
	width: 70px;
	height: 40px;
	left: 120px;
	bottom: 60px;
	z-index: 10;
	text-align: center;
	font: 400 26px/38px 'Merriweather Sans', sans-serif;
	color: #777 !important;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-header-1 .slide-status-text {
		left: 90px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-1 .slide-status-text {
		left: 60px;
		bottom: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .slide-status-text {
		width: 60px;
		font: 400 18px/38px 'Merriweather Sans', sans-serif;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .flex-control-nav {
	display: none !important;
}

.hero-header-wrap .hero-header .hero-header-1 .flex-prev,
.hero-header-wrap .hero-header .hero-header-1 .flex-next {
	width: 30px !important;
	height: 30px !important;
	opacity: 1 !important;
	top: auto !important;
	margin: 0 !important;
	background: #ece9ea !important;
	bottom: 65px !important;
}

.hero-header-wrap .hero-header .hero-header-1 .flex-prev::after,
.hero-header-wrap .hero-header .hero-header-1 .flex-next::after {
	color: #777 !important;
	font-size: 28px !important;
	line-height: 30px !important;
}

.hero-header-wrap .hero-header .hero-header-1 .flex-prev::after {
	left: -1px;
}

.hero-header-wrap .hero-header .hero-header-1 .flex-next::after {
	left: 1px;
}

.hero-header-wrap .hero-header .hero-header-1 .flex-prev {
	left: 90px !important;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-header-1 .flex-prev {
		left: 60px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-1 .flex-prev {
		left: 30px !important;
		bottom: 35px !important;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .flex-next {
	left: 190px !important;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-header-1 .flex-next {
		left: 160px !important;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-1 .flex-next {
		left: 130px !important;
		bottom: 35px !important;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .flex-next {
		left: 120px !important;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-flexslider .slides > li > a  {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 100;
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set {
	display: table;
	width: 100%;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set {
		display: block !important;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text {
	display: table-cell;
	width: auto;
	vertical-align: top;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text {
		display: block;
		width: 100% !important;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner {
	display: block;
	position: relative;
	background: #fbfbfb;
	padding: 60px 60px 60px 90px;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner {
		padding: 60px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner {
		padding: 30px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner {
		padding: 30px 60px 90px 30px;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 60px;
	bottom: 65px;
	z-index: 4;
	display: block;
	content: '\f061';
	font-size: 30px;
	-webkit-transition: color .4s ease;
	-moz-transition: color .4s ease;
	-ms-transition: color .4s ease;
	-o-transition: color .4s ease;
	transition: color .4s ease;
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner::after {
		right: 30px;
		bottom: 35px;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .slides li .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner h2 {
	font: 700 22px/26px 'Merriweather Sans', sans-serif;
	margin: 0 0 15px 0;
	color: inherit;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-ms-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner p {
	color: #575450;
	line-height: 30px;
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-text > .hero-slider-set-text-inner p {
		font-size: 18px;
		line-height: 24px;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image {
	display: table-cell;
	width: 65%;
	vertical-align: top;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image {
		display: block;
		width: 100% !important;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image .hero-slider-set-image-outer {
	display: block;
	position: relative;
	overflow: hidden;
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image .hero-slider-set-image-outer .hero-slider-set-image-inner {
	display: block;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image img {
	display: block;
	border: none;
	width: 100%;
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image em {
	display: none;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image em {
		display: block;
		font-style: normal;
		color: #fff;
		position: relative;
		font: 400 22px/26px 'Merriweather Sans', sans-serif;
		padding: 20px 70px 22px 25px;
	}
	.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-slider-set > .hero-slider-set-image em::after {
		font-family: Font Awesome\ 5 Pro;
		font-style: normal;
		font-weight: 400;
		speak: none;
		text-align: right;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 30px;
		bottom: 27px;
		z-index: 4;
		display: block;
		content: '\f061';
		font-size: 30px;
	}
}

.hero-header-wrap .hero-header .hero-header-1 .hero-header-slider .hero-flexslider .flex-control-nav {
	bottom: 35px;
}

.hero-header-wrap .hero-header .hero-header-2 {
	display: block;
	position: relative;
	background: #fff;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.hero-header-wrap .hero-header .hero-header-2 {
		margin-bottom: 15px;
	}
}

.hero-header-wrap .hero-header .hero-header-2-outer {
	display: table;
	width: 100%;
	height: 739px;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-header-2-outer {
		height: 600px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-header-2-outer {
		height: 450px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-2-outer {
		display: block;
		height: auto;
	}
}

.hero-header-wrap .hero-header .hero-header-2-outer-left {
	display: table-cell;
	vertical-align: top;
	width: 60%;
	height: 100%;
	background: #111;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-2-outer-left {
		display: block;
		width: 100%;
		height: auto;
	}
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap {
	display: block;
	position: relative;
	overflow: hidden;
	height: 739px;
	background: #fff;
	text-align: left;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap {
		height: 600px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap {
		height: 450px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap {
		height: 250px;
	}
}



@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap::after,
	.hero-header-wrap .hero-header .hero-head-2-1-wrap::before {
		display: none !important;
	}
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 6;
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap > .hero-head-2-1-wrap-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 8px;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap > .hero-head-2-1-wrap-image {
		bottom: 0;
	}
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger {
	display: block;
	position: absolute;
	left: 0;
	right: 270px;
	bottom: 8px;
	z-index: 5;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger {
		right: 180px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger {
		right: 90px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger {
		right: 0;
		bottom: 0;
	}
}

@media only screen and (min-width: 992px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger::after {
		font-family: Font Awesome\ 5 Pro;
		font-style: normal;
		font-weight: 400;
		speak: none;
		text-align: right;
		font-variant: normal;
		text-transform: none;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		position: absolute;
		right: 30px;
		bottom: 20px;
		z-index: 4;
		display: block;
		content: '\f061';
		font-size: 30px;
	}
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger > .hero-head-trigger-title {
	display: block;
	position: relative;
	font: 400 22px/26px 'Merriweather Sans', sans-serif;
	padding: 21px 70px 20px 29px;
	display: block;
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger > .hero-head-trigger-title::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	bottom: 25px;
	z-index: 4;
	display: block;
	content: '\f061';
	font-size: 30px;
}

@media only screen and (min-width: 992px) {
	.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger > .hero-head-trigger-title::after {
		display: none !important;
	}
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger > .hero-head-trigger-text-spacer {
	display: block;
	height: 1px;
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger > .hero-head-trigger-text {
	display: none;
	position: relative;
	padding: 0 30px 25px 30px;
	margin-top: -10px;
}

.hero-header-wrap .hero-header .hero-head-2-1-wrap .hero-head-trigger > .hero-head-trigger-text > p {
	margin: 0 70px 0 0 !important;
	line-height: 30px;
}

.hero-header-wrap .hero-header .hero-header-2-outer-right {
	border-left: 10px solid #fff;
	display: table-cell;
	vertical-align: top;
	width: 40%;
	height: 100%;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-header-2-outer-right {
		border-left: none;
		display: block;
		width: 100%;
		height: auto;
	}
}

.hero-header-2-right-outer {
	display: table;
	width: 100%;
	height: 100%;
}

@media only screen and (max-width: 991px) {
	.hero-header-2-right-outer {
		display: block;
		height: auto;
	}
}

.hero-header-2-right-outer > .hero-header-2-right-top {
	display: table-row;
	height: 60%;
}

@media only screen and (max-width: 991px) {
	.hero-header-2-right-outer > .hero-header-2-right-top {
		display: block;
		height: auto;
	}
}

.hero-header-2-right-outer > .hero-header-2-right-top > .hero-header-2-right-top-inner {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	height: 60%;
}

@media only screen and (max-width: 991px) {
	.hero-header-2-right-outer > .hero-header-2-right-top > .hero-header-2-right-top-inner {
		display: block;
		height: auto;
		border-top: 15px solid #fff;
		background: #fff;
	}
}

.hero-header-2-right-outer > .hero-header-2-right-bottom {
	display: table-row;
	height: 40%;
}

@media only screen and (max-width: 991px) {
	.hero-header-2-right-outer > .hero-header-2-right-bottom {
		display: block;
		height: auto;
	}
}

.hero-header-2-right-outer > .hero-header-2-right-bottom > .hero-header-2-right-bottom-inner {
	display: table-cell;
	vertical-align: top;
	width: 100%;
	height: 40%;
	border-top: 10px solid #fff;
}

@media only screen and (max-width: 991px) {
	.hero-header-2-right-outer > .hero-header-2-right-bottom > .hero-header-2-right-bottom-inner {
		display: block;
		height: auto;
		border-top: 30px solid #fff;
		background: #fff;
	}
}

.hero-header-wrap .hero-header .hero-head-2-2-wrap {
	display: block;
	height: 443px;
	position: relative;
	text-align: left;
	overflow: hidden;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap {
		height: 360px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap {
		height: 270px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap {
		height: 400px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap {
		height: 250px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap::after,
	.hero-header-wrap .hero-header .hero-head-2-2-wrap::before {
		display: none !important;
	}
}

.hero-header-wrap .hero-header .hero-head-2-2-wrap > .hero-head-2-2-wrap-image {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 8px;
	z-index: 1;
	overflow: hidden;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap > .hero-head-2-2-wrap-image {
		bottom: 0;
	}
}

.hero-header-wrap .hero-header .hero-head-2-2-wrap > a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.hero-header-wrap .hero-header .hero-head-2-2-wrap > span {
	font: 400 22px/26px 'Merriweather Sans', sans-serif;
	padding: 21px 70px 20px 30px;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 8px;
	z-index: 2;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-2-wrap > span {
		bottom: 0;
	}
}

.hero-header-wrap .hero-header .hero-head-2-2-wrap > span::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	bottom: 20px;
	z-index: 4;
	display: block;
	content: '\f061';
	font-size: 30px;
}

.hero-header-wrap .hero-header .hero-head-2-3-wrap {
	display: block;
	height: 286px;
	position: relative;
	background: #fff;
	text-align: left;
	overflow: hidden;
}

@media only screen and (max-width: 1489px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap {
		height: 230px;
	}
}

@media only screen and (max-width: 1199px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap {
		height: 170px;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap {
		height: 240px;
		margin: 0 15px;
	}
}

@media only screen and (max-width: 767px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap {
		height: auto;
	}
}

@media only screen and (max-width: 991px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap::after,
	.hero-header-wrap .hero-header .hero-head-2-3-wrap::before {
		display: none !important;
	}
}

.hero-header-wrap .hero-header .hero-head-2-3-wrap > a {
	display: block;
	color: #fff;
	text-decoration: none;
	font: 500 22px/26px 'Merriweather Sans', sans-serif;
}

@media only screen and (max-width: 767px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap > a {
		padding: 21px 70px 90px 30px;
	}
}

@media only screen and (min-width: 768px) {
	.hero-header-wrap .hero-header .hero-head-2-3-wrap > a {
		padding: 21px 30px 60px 30px;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 2;
	}
}

.hero-header-wrap .hero-header .hero-head-2-3-wrap > a::after {
	font-family: Font Awesome\ 5 Pro;
	font-style: normal;
	font-weight: 400;
	speak: none;
	text-align: right;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: absolute;
	right: 30px;
	bottom: 35px;
	z-index: 4;
	display: block;
	content: '\f061';
	font-size: 30px;
}