/*
Theme Name: FWHT
Version: 1.6
Description:
Author: the WordPress team
Author URI:
Theme URI:
*/

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-BolIta.woff2') format('woff2'),
        url('fonts/NimbusSanL-BolIta.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-Bol.woff2') format('woff2'),
        url('fonts/NimbusSanL-Bol.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-Reg.woff2') format('woff2'),
        url('fonts/NimbusSanL-Reg.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Nimbus Sans L';
    src: url('fonts/NimbusSanL-RegIta.woff2') format('woff2'),
        url('fonts/NimbusSanL-RegIta.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}



body {
	font-family: 'Nimbus Sans L', sans-serif;
	color: #000;
	font-weight: normal;
	line-height: 26px;
	font-size: 16px;
}
@media (max-width: 767px) {
	body {
		font-size: 12px;
		line-height: 18px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	body {
		font-size: 12px;
		line-height: 18px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	body {
		font-size: 12px;
		line-height: 18px;
 }
}
.wrapper {
	font-family: 'Nimbus Sans L', sans-serif;
	color: #000;
	font-weight: normal;
	line-height: 26px;
	font-size: 16px;
}
@media (max-width: 767px) {
	.wrapper {
		font-size: 12px;
		line-height: 18px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper {
		font-size: 12px;
		line-height: 18px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper {
		font-size: 12px;
		line-height: 18px;
 }
}

@media (max-width: 767px) {
	.wrapper .container, .wrapper .container-fluid {
		padding: 0 35.5px;
 }
}
.wrapper legend {
	display: block;
	width: 100%;
	padding-bottom: 3px;
	margin-bottom: 13px;
	color: #004F6E;
	border: 0;
	border-bottom: 1px solid #D1D1D1;
	font-size: 15px;
	line-height: 34px;
	text-transform: uppercase;
	padding-left: 4px;
	letter-spacing: 1.4px;
}
.wrapper strong, .wrapper b {
	font-weight: bold;
}
.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
	color: #004F6E;
	font-weight: 500;
}
.wrapper p {
	font-family: 'Nimbus Sans L', sans-serif;
	color: #000;
	font-weight: 400;
	line-height: 26px;
	font-size: 16px;
	margin: 0 0 20px;
}
@media (max-width: 767px) {
	.wrapper p {
		font-size: 12px;
		line-height: 18px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper p {
		font-size: 12px;
		line-height: 18px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper p {
		font-size: 12px;
		line-height: 18px;
 }
}
.wrapper p a {
	color: #ac8b50;
}
.wrapper img {
	max-width: 100%;
	height: auto;
}
.wrapper a {
	text-decoration: none;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #ac8b50;
}
.wrapper h1 a,.wrapper h2 a,.wrapper h3 a,.wrapper h4 a,.wrapper h5 a,.wrapper h6 a{
  color: #004f6e;
}
.wrapper h1 a:hover,.wrapper h2 a:hover,.wrapper h3 a:hover,.wrapper h4 a:hover,.wrapper h5 a,.wrapper h6 a:hover{
  color: #ac8b50 !important;
}
.wrapper a:hover {
	color: #004f6e !important;
}
.wrapper li.nav-path-selected {
	color: #BB935C !important;
}
.wrapper li.nav-path-selected &gt;
a {
	color: #BB935C !important;
}
.wrapper ul {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}
.wrapper ul li {
	list-style: none;
	font-size: 16px;
	line-height: 26px;
	color: #AC8B50;
	position: relative;
	font-weight: normal;
}
@media (max-width: 767px) {
	.wrapper ul li {
		font-size: 12px;
		line-height: 18px;
 }
}
.wrapper ul li::before {
	position: absolute;
	left: 0;
	top: 13px;
	background-image: url("../images/checkmark.svg");
	background-size: 14px;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
	width: 14px;
	height: 14px;
	z-index: 1;
}
@media (max-width: 767px) {
	.wrapper ul li::before {
		top: 3px;
		background-size: 10px;
		background-position: top left;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper ul li::before {
		top: 3px;
		background-size: 10px;
		background-position: top left;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper ul li::before {
		top: 3px;
		background-size: 10px;
		background-position: top left;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper ul li::before {
		top: 7px;
 }
}
.wrapper ol {
	margin-bottom: 20px;
	padding: 0 0 0 15px;
}
.wrapper ol li {
	font-size: 16px;
	line-height: 26px;
	color: #AC8B50;
	font-weight: normal;
}
@media (max-width: 767px) {
	.wrapper ol li {
		font-size: 12px;
		line-height: 18px;
 }
}
.wrapper hr {
	margin-top: 30px;
	margin-bottom: 30px;
	border-color: #000;
}
.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1 {
	font-size: 90px;
	margin: 0 0 20px;
	line-height: 90px;
	font-weight: 800;
}
@media (max-width: 767px) {
	.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1 {
		font-size: 36px;
		line-height: 40px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1 {
		font-size: 40px;
		line-height: 40px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1 {
		font-size: 70px;
		line-height: 70px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1 {
		font-size: 70px;
		line-height: 70px;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper .banner-title, .wrapper .inside-page-title, .wrapper h1 {
		font-size: 70px;
		line-height: 70px;
 }
}
.wrapper h2 {
	font-size: 46px;
	margin: 0 0 20px;
	line-height: 58px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.wrapper h2 {
		font-size: 24px;
		line-height: 30px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper h2 {
		font-size: 32px;
		line-height: 38px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper h2 {
		font-size: 36px;
		line-height: 40px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper h2 {
		font-size: 36px;
		line-height: 40px;
 }
}
.wrapper h3 {
	font-size: 26px;
	margin: 0 0 20px;
	line-height: 30px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.wrapper h3 {
		font-size: 18px;
		line-height: 22px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper h3 {
		font-size: 18px;
		line-height: 22px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper h3 {
		font-size: 18px;
		line-height: 22px;
 }
}
.wrapper h4 {
	font-size: 24px;
	margin: 0 0 20px;
	line-height: 28px;
	font-weight: 400;
}
@media (max-width: 767px) {
	.wrapper h4 {
		font-size: 20px;
		line-height: 26px;
 }
}
.wrapper h5 {
	font-size: 18px;
	margin: 0 0 20px;
	line-height: 26px;
	font-weight: 400;
}
.wrapper h6 {
	font-size: 16px;
	margin: 0 0 20px;
	line-height: 20px;
	font-weight: 400;
}
.wrapper blockquote {
	border-color: #004F6E;
	margin: 0 0 35px;
	padding: 20px 35px;
}
@media (max-width: 767px) {
	.wrapper blockquote {
		padding: 20px;
		line-height: 26px;
 }
}
.wrapper a.learn-more {
	font-size: 16px;
	display: inline-block;
	line-height: 34px;
	color: #004F6E !important;
	letter-spacing: 1.7px;
	text-transform: uppercase;
}
.wrapper a.learn-more i {
	color: #803134;
}
.wrapper a.btn-link {
	padding-bottom: 10px;
}
.wrapper a.btn-link i {
	font-size: 20px;
	margin-left: 4px;
	color: #803134;
}
.wrapper a.btn-link::before {
	content: "";
	top: 0;
	width: 0;
	left: 0;
	z-index: 1;
	height: 1px;
	transition: all .3s;
	background: #004F6E;
	position: absolute;
}
.wrapper a.btn-link:hover, .wrapper a.btn-link:active, .wrapper a.btn-link:focus {
	color: #004F6E !important;
}
.wrapper a.btn-link:hover::before, .wrapper a.btn-link:active::before, .wrapper a.btn-link:focus::before {
	width: 100%;
}
.wrapper .btn {
	min-width: 260px;
	border-radius: 0;
	font-family: 'Nimbus Sans L', sans-serif;
	font-size: 16px;
	font-weight: bold;
	background: #004F6E;
	text-align: center;
	line-height: 28px;
	color: #fff !important;
	display: inline-block;
	padding: 11.5px 24px;
	border: 1px solid #004F6E;
	transition: all 0.3s;
	text-transform: uppercase;
	box-shadow: none !important;
	position: relative;
	z-index: 1;
}
@media (max-width: 767px) {
	.wrapper .btn {
		min-width: 180px;
		font-size: 12px;
		line-height: 16px;
		padding: 12px 24px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .btn {
		min-width: 180px;
		font-size: 12px;
		line-height: 16px;
		padding: 11px 35px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .btn {
		min-width: 180px;
		font-size: 12px;
		line-height: 16px;
		padding: 11px 35px;
 }
}
.wrapper .btn::after {
	content: "";
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	transition: all .3s;
}
.wrapper .btn:hover, .wrapper .btn:active, .wrapper .btn:focus {
	background: #fff;
	color: #004F6E !important;
}
.wrapper .btn:hover::after, .wrapper .btn:active::after, .wrapper .btn:focus::after {
	width: 100%;
}
.wrapper .btn.btn-link::after {
	display: none !important;
}
.wrapper .btn.btn-arrow {
	font-size: 16px;
	padding-left: 0;
	padding-right: 0;
	min-width: auto;
	font-weight: 400;
	color: #004F6E !important;
	background: none !important;
	border: 0 !important;
	letter-spacing: 1.7px;
	line-height: 30px;
	position: relative;
}
@media (max-width: 767px) {
	.wrapper .btn.btn-arrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
		position: relative;
		padding: 6px 0px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .btn.btn-arrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
		position: relative;
		padding: 6px 0px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .btn.btn-arrow {
		font-size: 12px;
		letter-spacing: 1.2px;
		line-height: 20px;
		position: relative;
		padding: 6px 0px;
 }
}
.wrapper .btn.btn-arrow::after {
	display: none !important;
}
.wrapper .btn.btn-arrow i {
  font-size: 18px;
  margin-left: 8px;
	color: #803134;
	transition: all .3s;
}
@media (max-width: 767px) {
	.wrapper .btn.btn-arrow i {
		font-size: 16px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .btn.btn-arrow i {
		font-size: 16px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .btn.btn-arrow i {
		font-size: 16px;
 }
}
.wrapper .btn.btn-arrow::before {
	content: "";
	bottom: 0;
	width: 0;
	left: 0;
	z-index: 1;
	height: 1px;
	transition: all .3s;
	background: #004F6E;
	position: absolute;
}
.wrapper .btn.btn-arrow:hover, .wrapper .btn.btn-arrow:active, .wrapper .btn.btn-arrow:focus {
	color: #004F6E !important;
}
.wrapper .btn.btn-arrow:hover i, .wrapper .btn.btn-arrow:active i, .wrapper .btn.btn-arrow:focus i {
	margin-left: 10px;
}
.wrapper .btn.btn-arrow:hover::before, .wrapper .btn.btn-arrow:active::before, .wrapper .btn.btn-arrow:focus::before {
	width: 100%;
}
.wrapper .inside-banner {
	position: relative;
}
.wrapper .inside-banner::before {
	content: "";
	opacity: 0.2;
	background: #000;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
}
.wrapper .inside-banner::after {
	content:"";
	opacity: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background: transparent linear-gradient(180deg,rgba(0,45,75,0.7) 0%,rgba(0,45,75,0.5) 37%,rgba(0,45,75,0.28) 100%) 0% 0% no-repeat padding-box;
}
.wrapper .inside-banner img {
	width: 100%;
	object-fit: cover;
	height: 500px;
}
@media (max-width: 767px) {
	.wrapper .inside-banner img {
		height: auto;
		height: 280px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .inside-banner img {
		height: 400px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .inside-banner img {
		height: 400px;
 }
}
.wrapper .inside-banner .banner-cont {
	position: absolute;
	bottom: 94px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
}
@media (max-width: 767px) {
	.wrapper .inside-banner .banner-cont {
		bottom: 45px;
 }
}
.wrapper .inside-banner .banner-cont .inside-page-title, .wrapper .inside-banner .banner-cont h1 {
	text-transform: none;
	margin: 0 0 21px;
	letter-spacing: -2px;
	text-shadow: 6px 6px 15px rgba(0,0,0,0.16);
}
.wrapper .inside-banner .banner-cont .inside-page-title, .wrapper .inside-banner .banner-cont a, .wrapper .inside-banner .banner-cont h1, .wrapper .inside-banner .banner-cont h2 {
	color: #fff;
}
.wrapper header.site-header {
	box-shadow: 0 3px 6px #00000029;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	background: rgba(0,79,110,0.75);
	padding: 25px 37px 25px 49px;
}
@media (max-width: 767px) {
	.wrapper header.site-header {
		padding: 13px 22px 14px 18px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header {
		padding: 17px 12px 19px 13px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header {
		padding: 17px 12px 19px 13px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header {
		padding: 20px 13px 20px 13px;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header {
		padding: 20px 13px 20px 13px;
 }
}
.wrapper header.site-header ul li {
	padding-left: 0;
}
.wrapper header.site-header ul li::before {
	display: none !important;
}
.wrapper header.site-header .container {
	max-width: 100%;
}
@media (max-width: 767px) {
	.wrapper header.site-header .container {
		padding: 0 36.5px;
 }
}
@media (max-width: 767px) {
	.wrapper header.site-header .container .row {
		margin: 0 -36.5px;
 }
}
.wrapper header.site-header .col-logo {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 281px;
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-logo {
		padding: 0;
		max-width: 160px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-logo {
		max-width: 215px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-logo {
		max-width: 215px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-logo {
		max-width: 210px;
		padding-right: 0;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header .col-logo {
		max-width: 260px;
 }
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-logo img {
		max-width: 164px;
		margin: 0;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-logo img {
		max-width: 185px;
 }
}
.wrapper header.site-header .col-links {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: calc(100% - 281px);
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-links {
		max-width: 100%;
		flex-wrap: wrap;
		padding: 0;
		max-width: calc(100% - 160px);
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links {
		max-width: calc(100% - 215px);
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links {
		max-width: calc(100% - 215px);
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links {
		max-width: calc(100% - 210px);
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header .col-links {
		max-width: calc(100% - 260px);
 }
}
.wrapper header.site-header .col-links span.cont-link {
	display: block;
	margin: 0 6px 0 0px;
	letter-spacing: 1.5px;
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-links span.cont-link {
		display: none;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links span.cont-link {
		margin: 0 20px 0 27px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links span.cont-link {
		margin: 0 6px 0 27px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links span.cont-link {
		margin: 0 6px 0 30px;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header .col-links span.cont-link {
		margin: 0 6px 0 30px;
 }
}
.wrapper header.site-header .col-links span.cont-link a {
	color: #fff;
}
.wrapper header.site-header .col-links span.cont-link a:hover {
	color: #AC8B50 !important;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links span.cont-link a {
		font-size: 12px;
		line-height: 17px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links span.cont-link a {
		font-size: 12px;
		line-height: 17px;
 }
}

@media (max-width: 767px) {
	.wrapper header.site-header .col-links .search-icon {
		background-size: 22px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links .search-icon {
		width: 22px;
		height: 22px;
		background-size: 22px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links .search-icon {
		width: 22px;
		height: 22px;
		background-size: 22px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links .search-icon {
		width: 22px;
		height: 22px;
		background-size: 22px;
 }
}

.wrapper header.site-header .col-links .search-wrap {
	padding-left: 9px;
	margin-right: 24px;
	position: relative;
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-links .search-wrap {
		padding-left: 4px;
		padding-right: 1px;
		position: relative;
		margin-right: 14px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links .search-wrap {
		padding-left: 0;
		margin-right: 18px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links .search-wrap {
		padding-left: 0;
		margin-right: 18px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links .search-wrap {
		padding-left: 0;
		margin-right: 18px;
 }
}
.wrapper header.site-header .col-links .search-wrap form {
	width: 0;
	overflow: hidden;
	padding: 12px 0;
	background: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 55px;
	transition: all .3s;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-links .search-wrap form {
		right: 34px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links .search-wrap form {
		right: 116px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links .search-wrap form {
		right: 46px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links .search-wrap form {
		right: 46px;
 }
}
.wrapper header.site-header .col-links .search-wrap form .btn {
	display: none !important;
}

.wrapper header.site-header .col-links .search-wrap form.search-open {
	display: block !important;
	padding: 12px 15px;
	width: 250px;
	opacity: 1;
	visibility: visible;
}
.wrapper header.site-header .col-links ul {
	padding: 0;
	margin: 0;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links ul {
		justify-content: flex-end;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links ul {
		justify-content: flex-end;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links ul {
		justify-content: flex-end;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header .col-links ul {
		justify-content: flex-end;
 }
}
.wrapper header.site-header .col-links ul li {
	padding: 0;
	color: #000000;
	font-size: 16px;
	line-height: 22px;
	font-weight: 300;
	text-transform: capitalize;
	margin-right: 60px;
	padding-top: 14px;
	padding-bottom: 14px;
	letter-spacing: 1.5px;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links ul li {
		margin-left: 30px;
		margin-right: 0;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 1.2px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links ul li {
		margin-left: 30px;
		margin-right: 0;
		font-size: 12px;
		line-height: 17px;
		letter-spacing: 1.2px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links ul li {
		margin-left: 25px;
		margin-right: 0;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header .col-links ul li {
		margin-left: 24px;
		margin-right: 0;
 }
}
@media (min-width: 1681px) and (max-width: 1880px) {
	.wrapper header.site-header .col-links ul li {
		margin-right: 30px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links ul li:first-child {
		margin-left: 0;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links ul li:first-child {
		margin-left: 0;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper header.site-header .col-links ul li:first-child {
		margin-left: 0;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper header.site-header .col-links ul li:first-child {
		margin-left: 0;
 }
}
.wrapper header.site-header .col-links ul li::before {
	display: none;
}
.wrapper header.site-header .col-links ul li a {
	color: #fff;
	text-decoration: none !important;
	font-size: 16px;
	line-height: 22px;
	text-transform: uppercase;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links ul li a {
		font-size: 12px;
		line-height: 17px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header .col-links ul li a {
		font-size: 12px;
		line-height: 17px;
 }
}
.wrapper header.site-header .col-links ul li a:hover {
	color: #BB935C !important;
}
@media (max-width: 767px) {
	.wrapper header.site-header .col-links ul.nav {
		display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header .col-links ul.nav {
		display: none !important;
 }
}
.wrapper header.site-header a.menu-icon {
	position: relative;
	top: 0;
	margin-left: 8px;
	width: 26px;
	height: 20px;
	z-index: 9;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper header.site-header a.menu-icon {
		width: 25px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper header.site-header a.menu-icon {
		width: 25px;
 }
}
.wrapper header.site-header a.menu-icon:hover span {
	background: #AC8B50;
}
.wrapper header.site-header a.menu-icon.active span:nth-child(1) {
	display: none;
}
.wrapper header.site-header a.menu-icon.active span:nth-child(2) {
	top: 9px;
	transform: rotate(45deg);
}
.wrapper header.site-header a.menu-icon.active span:nth-child(3) {
	top: 9px;
	transform: rotate(-45deg);
}
.wrapper header.site-header a.menu-icon span {
	width: 100%;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	transition: all 0.3s;
}
.wrapper header.site-header a.menu-icon span:nth-child(2) {
	top: 8px;
}
.wrapper header.site-header a.menu-icon span:nth-child(3) {
	top: 16px;
}
.wrapper .mobile-menu {
	background: #004F6E;
	transform: translateX(100%);
	position: fixed;
	z-index: 8;
	top: 0;
	width: 100%;
	right: 0;
	padding: 47px 20px 34px;
	overflow: hidden auto;
	z-index: 12;
	max-width: 400px;
	transition: all .3s;
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .mobile-menu {
		max-width: 300px;
		padding-right: 0;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .mobile-menu {
		max-width: 300px;
		padding-right: 0;
 }
}
.wrapper .mobile-menu .mobile-inner {
	max-width: 304px;
	margin: 0 auto;
	padding-right: 7px;
}
@media (max-width: 767px) {
	.wrapper .mobile-menu .mobile-inner {
		max-width: 240px;
		padding-right: 0;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .mobile-menu .mobile-inner {
		max-width: 240px;
		padding-right: 0;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .mobile-menu .mobile-inner {
		max-width: 240px;
		padding-right: 0;
 }
}
.wrapper .mobile-menu .mobile-inner ul.nav {
	margin: 0 0 36px;
	padding: 0;
	display: block;
}
.wrapper .mobile-menu .mobile-inner ul.nav li {
	display: block;
	text-align: left;
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 8px;
}
@media (max-width: 767px) {
	.wrapper .mobile-menu .mobile-inner ul.nav li {
		font-size: 14px;
		line-height: 20px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .mobile-menu .mobile-inner ul.nav li {
		font-size: 14px;
		line-height: 20px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .mobile-menu .mobile-inner ul.nav li {
		font-size: 14px;
		line-height: 20px;
 }
}
.wrapper .mobile-menu .mobile-inner ul.nav li.nav-path-selected &gt;
a, .wrapper .mobile-menu .mobile-inner ul.nav li.nav-selected &gt;
a {
	color: #AC8B50 !important;
}
.wrapper .mobile-menu .mobile-inner ul.nav li a {
	color: #fff;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	text-decoration: none !important;
}
.wrapper .mobile-menu .mobile-inner ul.nav li a:hover {
	color: #AC8B50 !important;
}
.wrapper .mobile-menu .mobile-inner .btn {
	background: #fff !important;
	border-color: #fff !important;
	color: #004F6E !important;
	position: relative;
	z-index: 1;
	padding: 10.5px 24px;
	display: block;
	margin-bottom: 37px;
}
.wrapper .mobile-menu .mobile-inner .btn::after {
	display: none !important;
}
.wrapper .mobile-menu .mobile-inner .btn::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #004F6E;
	transition: all .2s;
	z-index: -1;
}
.wrapper .mobile-menu .mobile-inner .btn:hover {
	background: none !important;
	border-color: #fff !important;
	color: #fff !important;
}
.wrapper .mobile-menu .mobile-inner .btn:hover::before {
	width: 100%;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul {
	display: block;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li {
	display: inline-block;
	margin-right: 9px;
}
@media (max-width: 767px) {
	.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li {
		margin-right: 5px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li {
		margin-right: 5px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li {
		margin-right: 5px;
 }
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li a {
	display: block;
	width: 41px;
	height: 41px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	transition: all .2s;
	z-index: -2;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li a::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	transition: all .2s;
	z-index: -1;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li a:hover {
	background: none !important;
	border-color: #fff !important;
	color: #fff !important;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li a:hover::before {
	width: 100%;
}
.wrapper .mobile-menu .mobile-inner .ccm-block-social-links ul li a:hover {
	color: #004F6E !important;
}
.wrapper .mobile-menu .mobile-inner p {
	color: #fff;
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 14px;
}
@media (max-width: 767px) {
	.wrapper .mobile-menu .mobile-inner p {
		font-size: 14px;
		line-height: 28px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .mobile-menu .mobile-inner p {
		font-size: 14px;
		line-height: 28px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .mobile-menu .mobile-inner p {
		font-size: 14px;
		line-height: 28px;
 }
}
.wrapper .mobile-menu .mobile-inner p a {
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none !important;
}
@media (max-width: 767px) {
	.wrapper .mobile-menu .mobile-inner p a {
		font-size: 16px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper .mobile-menu .mobile-inner p a {
		font-size: 16px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper .mobile-menu .mobile-inner p a {
		font-size: 16px;
 }
}
.wrapper .mobile-menu .mobile-inner p a:hover {
	color: #AC8B50 !important;
}
.wrapper .mobile-menu .menu-close {
	position: absolute;
	width: 24px;
	height: 24px;
	z-index: 1;
	right: 15px;
	top: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	background-image: url("images/close-icon.png");
	display: block;
	cursor: pointer;
}
.wrapper .mobile-menu .menu-close:hover {
	background-image: url("images/close-icon-hover.png");
}
.wrapper .mobile-menu.open {
	transform: translateX(0);
}
.wrapper footer {
	background: #004F6E;
	padding: 59px 0 67px;
}
@media (max-width: 767px) {
	.wrapper footer {
		padding: 40px 0 41px;
		text-align: left;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer {
		padding: 32px 0 23px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer {
		padding: 32px 0 23px;
 }
}
@media (min-width: 1681px) {
	.wrapper footer .container {
		max-width: 1650px;
 }
}
@media (max-width: 767px) {
	.wrapper footer .container {
		max-width: 375px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .container {
		padding-right: 15px;
		padding-left: 15px;
 }
}
.wrapper footer a, .wrapper footer h1, .wrapper footer h2, .wrapper footer h3, .wrapper footer h4, .wrapper footer h5, .wrapper footer h6, .wrapper footer li, .wrapper footer p {
	color: #fff;
}
.wrapper footer a:hover {
	color: #AC8B50 !important;
}
@media (max-width: 767px) {
	.wrapper footer .col-12 {
		max-width: 100% !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
 }
}
.wrapper footer .f-logo {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 19%;
	padding-top: 6px;
}
.wrapper footer .f-logo img{
  max-width: 246px;
}
@media (max-width: 767px) {
	.wrapper footer .f-logo {
		max-width: 50% !important;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-logo {
		max-width: 17%;
		padding-top: 8px;
		padding-right: 5px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-logo {
		max-width: 16%;
		padding-top: 8px;
		padding-right: 5px;
 }
}
@media (max-width: 767px) {
	.wrapper footer .f-logo img {
		max-width: 146px;
 }
}
.wrapper footer .f-contact {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 14.2%;
  padding-left: 9px;
  padding-top: 0px;
}
.wrapper footer .f-contact p{
  font-size: 15px;
  line-height: 24px;
  margin: 0;
}
@media (max-width: 767px) {
	.wrapper footer .f-contact {
		max-width: 50% !important;
		padding-left: 17px !important;
		padding-right: 5px !important;
		padding-top: 4px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-contact {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 20%;
		padding-left: 7px;
		padding-top: 5px;
		padding-right: 0;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-contact {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		width: 100%;
		max-width: 16%;
		padding-left: 7px;
		padding-top: 5px;
		padding-right: 0;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper footer .f-contact {
		max-width: 19%;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper footer .f-contact {
		max-width: 15%;
 }
}
@media (max-width: 767px) {
	.wrapper footer .f-contact p {
		font-size: 11px;
		line-height: 12px;
		margin-bottom: 14px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-contact p {
		font-size: 11px;
		line-height: 12px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-contact p {
		font-size: 11px;
		line-height: 12px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper footer .f-contact p {
		line-height: 24px;
		font-size: 14px;
 }
}
.wrapper footer .f-contact p a, .wrapper footer .f-contact p strong {
	font-weight: bold;
}
@media (max-width: 767px) {
	.wrapper footer .f-contact p a, .wrapper footer .f-contact p strong {
		font-size: 12px;
		line-height: 12px;
		display: inline-block;
		margin-bottom: 6px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-contact p a, .wrapper footer .f-contact p strong {
		font-size: 9px;
		line-height: 11px;
		display: inline-block;
		margin-bottom: 6px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-contact p a, .wrapper footer .f-contact p strong {
		font-size: 9px;
		line-height: 11px;
		display: inline-block;
		margin-bottom: 6px;
 }
}
.wrapper footer .f-nav {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
	max-width: 46.2%;
	padding: 0px 100px 0 68px;
	position: relative;
}
.wrapper footer .row{
  align-items: center;
}
.wrapper footer .f-nav::before{
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 1px;
  height: 88px;
  background: rgba(255, 255, 255, 0.3);
}
.wrapper footer .f-nav::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  width: 1px;
  height: 88px;
  background: rgba(255, 255, 255, 0.3);
}
@media (max-width: 767px) {
	.wrapper footer .f-nav {
		padding: 17px 52px 17px 15px !important;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav {
    max-width: 22.8%;
    padding: 0px 41px 0 11px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav {
		max-width: 33.8%;
		padding: 4px 70px 0 21px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper footer .f-nav {
    max-width: 30.8%;
    padding: 3px 70px 0 20px;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper footer .f-nav {
    padding: 3px 70px 0 20px;
  max-width: 44.2%;
 }
}
.wrapper footer .f-nav p {
	line-height: 24px;
	font-size: 9px;
	margin: 6px 0 0;
}
@media (max-width: 767px) {
	.wrapper footer .f-nav p {
		line-height: 10px;
		font-size: 8px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav p {
		line-height: 10px;
		font-size: 7px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav p {
		line-height: 10px;
		font-size: 7px;
 }
}
.wrapper footer .f-nav ul {
	margin: 0;
	padding: 0;
	display: flex;
}
.wrapper footer .f-nav ul li {
	list-style: none;
	font-size: 15px;
	line-height: 26px;
	text-align: left;
	padding: 0;
	margin: 0;
}
.wrapper footer .f-nav ul li+li{
  margin-left: 44px;
}
@media (max-width: 767px) {
	.wrapper footer .f-nav ul li {
		font-size: 14px;
		line-height: 20px;
		margin: 0 0 0px;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 50%;
 }
 .wrapper footer .f-nav ul li+li{
   margin-left: 0;
 }
 .wrapper footer .f-nav::before,
 .wrapper footer .f-nav::after{
   display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav ul li {
		font-size: 12px;
		line-height: 16px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav ul li {
		font-size: 12px;
		line-height: 16px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper footer .f-nav ul li {
		font-size: 16px;
		line-height: 26px;
 }
}
@media (max-width: 767px) {
	.wrapper footer .f-nav ul li:nth-child(even) {
		padding-left: 16px;
 }
}
.wrapper footer .f-nav ul li.nav-path-selected &gt;
a, .wrapper footer .f-nav ul li.nav-selected &gt;
a {
	text-decoration: none;
	color: #BB935C !important;
}
.wrapper footer .f-nav ul li::before {
	display: none !important;
}
.wrapper footer .f-nav ul li a {
	font-size: 15px;
	line-height: 26px;
	text-transform: capitalize;
	font-weight: 400;
}
@media (max-width: 767px) {
	.wrapper footer .f-nav ul li a {
		font-size: 14px;
		line-height: 20px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav ul li a {
		font-size: 11px;
		line-height: 14px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav ul li a {
		font-size: 11px;
		line-height: 14px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper footer .f-nav ul li a {
		font-size: 14px;
		line-height: 24px;
 }
}
.wrapper footer .f-nav ul li a:hover {
	color: #BB935C !important;
	text-decoration: none;
}
.wrapper footer .f-nav .f-social {
  position: absolute;
  right: 49px;
  top: 50%;
  z-index: 1;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
	.wrapper footer .f-nav .f-social {
    right: 15px;
    top: 15px;
    transform: none;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav .f-social {
		right: 15px;
		top: 15px;
    transform: none;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav .f-social {
		right: 15px;
		top: 7px;
    transform: none;
 }
}
.wrapper footer .f-nav .f-social ul {
	display: block;
}
.wrapper footer .f-nav .f-social ul li {
	width: 100%;
	max-width: 100%;
	display: block;
	margin: 0 ;
}
@media (max-width: 767px) {
	.wrapper footer .f-nav .f-social ul li {
		margin-bottom: 0;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav .f-social ul li {
		margin-bottom: 0;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav .f-social ul li {
		margin-bottom: 0;
 }
}
.wrapper footer .f-nav .f-social ul li a {
	display: block;
	width: 41px;
	height: 41px;
	line-height: 38px;
	border-radius: 50%;
	text-align: center;
	font-size: 20px;
	color: #FFFFFF;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
@media (max-width: 767px) {
	.wrapper footer .f-nav .f-social ul li a {
		width: 25px;
		height: 25px;
		line-height: 24px;
		font-size: 12px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-nav .f-social ul li a {
		width: 23px;
		height: 23px;
		line-height: 20px;
		font-size: 12px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-nav .f-social ul li a {
		width: 23px;
		height: 23px;
		line-height: 20px;
		font-size: 12px;
 }
}
.wrapper footer .f-nav .f-social ul li a::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	border-radius: 50%;
	background: none;
	border: 1px solid #fff;
	transition: all .2s;
	z-index: -2;
}
.wrapper footer .f-nav .f-social ul li a::before {
	content:"";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 0;
	background: #fff;
	transition: all .2s;
	z-index: -1;
}
.wrapper footer .f-nav .f-social ul li a:hover {
	color: #004F6E !important;
	background: #fff;
}
.wrapper footer .f-nav .f-social ul li a:hover::before {
	width: 100%;
}
.wrapper footer .f-search {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	width: 100%;
  max-width: 20.6%;
  padding-left: 42px;
	padding-top: 3px;
	padding-right: 7px;
}
.wrapper footer .f-search p{
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  letter-spacing: 0;
white-space: nowrap;
}
@media (max-width: 767px) {
	.wrapper footer .f-search {
		max-width: 100%;
		padding-top: 20px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-search {
    max-width: 40%;
    padding-left: 15px;
    padding-top: 0;
    padding-right: 0;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-search {
		max-width: 34%;
		padding-left: 27px;
		padding-top: 3px;
		padding-right: 15px;
 }
}
@media (min-width: 1200px) and (max-width: 1366px) {
	.wrapper footer .f-search {
    max-width: 31%;
    padding-left: 15px;
 }
}
@media (min-width: 1367px) and (max-width: 1680px) {
	.wrapper footer .f-search {
		max-width: 32%;
		padding-left: 60px;
 }
}

.wrapper footer .f-search .btn {
	display: block;
	width: 100%;
	padding: 10px 24px;
	letter-spacing: 1.5px;
	background: #fff !important;
	border-color: #fff !important;
	color: #004F6E !important;
}
@media (max-width: 767px) {
	.wrapper footer .f-search .btn {
		padding: 11px 24px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-search .btn {
		padding: 6px 24px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-search .btn {
		padding: 6px 24px;
 }
}
.wrapper footer .f-search .btn::after {
	background: #004F6E !important;
}
.wrapper footer .f-search .btn:hover {
	background: none !important;
	border-color: #fff !important;
	color: #fff !important;
}
.wrapper footer .f-search h4 {
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0 0 15px;
}
@media (max-width: 767px) {
	.wrapper footer .f-search h4 {
		letter-spacing: 0.8px;
		margin: 4px 0 9px;
		font-size: 14px;
		line-height: 14px;
 }
}
@media (min-width: 768px) and (max-width: 1023px) {
	.wrapper footer .f-search h4 {
		letter-spacing: .6px;
		margin: 4px 0 11px;
		font-size: 12px;
		line-height: 14px;
 }
}
@media (min-width: 1024px) and (max-width: 1199px) {
	.wrapper footer .f-search h4 {
		letter-spacing: .6px;
		margin: 4px 0 11px;
		font-size: 12px;
		line-height: 14px;
 }
}
@media (min-width: 768px) {
  .wrapper .container {
    max-width: 720px;
  }
}
@media (min-width: 1024px) {
  .wrapper .container {
  max-width: 894px;
}
}
  @media (min-width: 1200px) {
    .wrapper .container {
    max-width: 1140px;
  }
  .wrapper .inside-banner .container{
      max-width: 900px;
  }
}
@media (min-width: 1367px) {
  .wrapper .container {
max-width: 1320px;
}
.wrapper .inside-banner .container{
    max-width: 900px;
}
}
@media (min-width: 1681px) {
  .wrapper .container {
max-width: 1394px;
}
.wrapper .inside-banner .container{
    max-width: 1088px;
}
}
.wrapper .blog_item h2,
.wrapper .blog_item h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 16px;
}
.wrapper .blog_single h2,
.wrapper .blog_single h1 {
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;
    margin: 0 0 10px;
}
.wrapper .blog_item:first-child p{
  font-size: 14px;
  line-height: 20px;
  letter-spacing: .35px;
  color: #004F6E;
}
.wrapper .blog_item:first-child h2{
margin: 0 0 18px;
}
.wrapper .blog_item p {
}
.wrapper .left-sidebar {
    padding-top: 50px;
    padding-bottom: 68px;
}
.wrapper .left-sidebar .col-left {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 29%;
}
.wrapper .left-sidebar .col-right {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 71%;
      padding-left: 25px;
}
.wrapper .btn.btn-arrow{
  font-size: 16px;
  padding-top: 0;
margin-top: 5px;
padding-bottom: 6px;
}
.wrapper .blog_item{
  border-bottom: 1px solid #D1D1D1;
  padding-bottom: 22px;
  margin-bottom: 44px;
}
.wrapper{
  background: #EEEEEE;
}
.wrapper .pagination {
    padding: 23px 0;
    align-items: center;
}
.wrapper .pagination a, .wrapper .pagination span {
    width: 25px;
    text-align: center;
    display: block;
    line-height: 25px;
    font-size: 15px;
    font-weight: 400;
    margin-right: 8px;
    border-radius: 2px;
}
.wrapper .pagination span.current{
background: #fff;
color: #AC8B50 !important;
}
.wrapper .pagination a:hover{
color: #004f6e !important;
}
.wrapper .pagination a.prev{
  width: 16px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("images/page-left.png");
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}
.wrapper .pagination a.prev:hover{
  background-image: url("images/page-left-hover.png");
}
.wrapper .pagination a.next{
  width: 16px;
  height: 10px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("images/page-right.png");
  overflow: hidden;
  text-indent: -999px;
  font-size: 0;
}
.wrapper .pagination a.next:hover{
  background-image: url("images/page-right-hover.png");
}
.left_sidebar_wrapper{
  padding-top: 7px;
}
.left_sidebar_wrapper .widget_wrapper{
  max-width: 260px;
}
.left_sidebar_wrapper .widget_wrapper .widget_search .wp-block-search__inside-wrapper{
  position: relative;
}
.left_sidebar_wrapper .widget_wrapper .widget_search .wp-block-search__inside-wrapper input{
  border: 0;
  border-radius: 0;
  width: 100%;
  background: #d1d1d1;
  color: #004F6E;
  height: 40px;
  padding: 0 45px 0 20px;
  outline: 0 !important;
}
.left_sidebar_wrapper .widget_wrapper .widget_search .wp-block-search__inside-wrapper input::-webkit-input-placeholder {
  color: #004F6E;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.left_sidebar_wrapper .widget_wrapper .widget_search .wp-block-search__inside-wrapper input:-ms-input-placeholder {
  color: #004F6E;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.left_sidebar_wrapper .widget_wrapper .widget_search .wp-block-search__inside-wrapper input::placeholder {
  color: #004F6E;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}
.left_sidebar_wrapper .widget_wrapper .widget_search .wp-block-search__inside-wrapper button.wp-block-search__button  {
  position: absolute;
  width: 19px;
  height: 19px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 19px auto;
  background-image: url("images/search-icon.png");
  box-shadow: none !important;
  right: 23px;
  top: 50%;
  border: 0;
  background-color: transparent;
  transform: translateY(-50%);
  z-index: 1;
  overflow: hidden;
  font-size: 0;
  text-indent: -999px;
}
.left_sidebar_wrapper .widget_wrapper .widget_search{
      margin-bottom: 49px;
}
.left_sidebar_wrapper .widget_wrapper h3{
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  color: #AC8B50;
  border-bottom: 1px solid #D1D1D1;
  text-transform: uppercase;
      letter-spacing: 1.5px;
      padding-bottom: 9px;
margin-bottom: 11px;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries ul,
.left_sidebar_wrapper .widget_wrapper .widget_nav_menu ul{
  padding: 0;
  margin: 0;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries{
  margin-bottom: 60px;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries ul li{
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #004F6E;
  letter-spacing: .4px;
      margin-bottom: 14px;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries ul li a{
  font-size: 15px;
  line-height: 18px;
  font-weight: 400;
  color: #AC8B50;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries ul li a:hover{
  color: #004F6E;
  text-decoration: none !important;
}
.left_sidebar_wrapper .widget_wrapper .widget_nav_menu ul li a{
  width: 41px;
  height: 41px;
  border: 1px solid #004F6E;
  color: #004F6E;
  text-decoration: none !important;
  text-align: center;
  line-height: 38px;
  font-size: 20px;
  border-radius: 50%;
  display: block;
}
.left_sidebar_wrapper .widget_wrapper .widget_nav_menu ul li a:hover{
  border-color: #AC8B50 !important;
  color: #AC8B50 !important;
}
.left_sidebar_wrapper .widget_wrapper .menu-social-menu-container {
    padding-top: 5px;
}
.wrapper .blog_single p.author {
    color: #AC8B50;
    font-size: 18px;
    letter-spacing: 0;
    border-bottom: 1px solid #D1D1D1;
    padding-bottom: 23px;
}
.wrapper .blog_single p.category-tit {
    color: #717171;
    font-size: 14px;
        margin: 0 0 16px;
}
.wrapper .contact-authors {
    padding-top: 21px;
}
.wrapper .contact-authors .col-12{
  max-width: 30%;
}
.wrapper .contact-authors h4 {
    color: #AC8B50;
        margin: 0 0 23px;
}
.wrapper .contact-authors h5 {
  font-size: 20px;
  line-height: 26px;
      margin: 0 0 12px;
}
.wrapper .contact-authors p{
  color: #004F6E;
  margin: 0;
  line-height: 24px;
}
.wrapper .contact-authors p span{
  display:inline-block;
  min-width: 60px;
}
.wrapper .contact-authors p a{
  color: #004F6E !important;
}
.wrapper .contact-authors p a:hover{
  color: #AC8B50 !important;
}
.ln-profile {
    padding-top: 18px;
    padding-left: 15px;
}
.ln-profile a{
  color: #004F6E !important;
}
.ln-profile a i{
  width: 30px;
  height: 28px;
  text-align: center;
  border: 2px solid #AC8B50;
  line-height: 24px;
  margin: 0 17px 0 0;
  color: #AC8B50;
}
.ln-profile a:hover{
  color: #AC8B50 !important;
}
.post_footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 11px 0;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    margin-top: 50px;
}
.post_footer p,
.post_footer a{
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 1.4px;
  color: #808080;
  margin: 0;
  text-transform: uppercase;
}
.post_footer .share-post{
  margin-right: 19px;
}
.post_footer .share-post a{
  color: #808080;
  letter-spacing: 0;
  font-size: 18px;
margin-left: 18px;
}
.post_footer .share-post a:hover{
    color: #004F6E !important;
}
.post_footer .download-link a{
  padding-left: 20px;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-image: url("images/download-icon.png");
}
.post_footer .download-link a:hover{
  color: #004F6E !important;
  background-image: url("images/download-icon-hover.png");
}
.post_pagination {
    display: flex;
    margin-top: 58px;
        padding-bottom: 6px;
}
.post_pagination .post_link.prev a{
  padding-left: 27px;
  letter-spacing: 1px;
  color: #808080;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("images/page-left.png");
}
.post_pagination .post_link.prev a:hover{
  color: #004F6E !important;
  background-image: url("images/page-left-hover.png");
}
.post_pagination .post_link.next a{
  padding-right: 30px;
letter-spacing: 1px;
color: #808080;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-image: url("images/page-right.png");
}
.post_pagination .post_link.next a:hover{
  color: #004F6E !important;
  background-image: url("images/page-right-hover.png");
}
.post_pagination .post_link.next {
    margin-left: 31px;
    padding-left: 33px;
    position: relative;
}
.post_pagination .post_link.next::before{
  content: "";
  height: 20px;
  background: #707070;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  left: 0;
  width: 1px;
}
.wrapper .blog_single p{
}
.wrapper .blog_single h4{
      margin: 27px 0 10px;
}
.blog_single_image {
    margin-bottom: 22px;
}
@media (min-width:1024px){
  .wrapper header.site-header a.menu-icon {
    display: none !important;
}
}
@media (max-width:767px){
  .wrapper .left-sidebar .col-left {
      max-width: 100%;
      order: 1;
          padding-top: 25px;
  }
  .wrapper .left-sidebar .col-right {
    max-width: 100%;
    padding-left: 15px;
}
.wrapper .blog_item h2, .wrapper .blog_item h1,
.wrapper .blog_single h2, .wrapper .blog_single h1 {
    font-size: 24px;
    line-height: 30px;
}
.wrapper .blog_item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.wrapper .pagination {
    padding: 15px 0;
}
.left_sidebar_wrapper .widget_wrapper .widget_search {
    margin-bottom: 35px;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries {
    margin-bottom: 40px;
}
.wrapper .left-sidebar {
    padding-top: 40px;
    padding-bottom: 40px;
}
.wrapper footer .f-search p {
    white-space: normal;
}
.wrapper footer .row {
    align-items: flex-start;
}
.wrapper .blog_single p.author {
    font-size: 15px;
  }
  .wrapper .contact-authors {
    padding-top: 10px;
}
.wrapper .contact-authors .col-12 {
    max-width: 100%;
}
.wrapper .contact-authors .col-12+.col-12 {
padding-top: 20px;
}

.post_footer {
    margin-top: 40px;
    flex-wrap: wrap;
        padding: 7px 0;
}
.post_footer >* {
    margin: 4px 0;
}
.post_pagination {
    display: flex;
    margin-top: 35px;
    padding-bottom: 6px;
}
.post_footer p, .post_footer a,.post_footer .download-link a {
    font-size: 14px;
}
}
@media (min-width:768px) and (max-width:1023px){
.wrapper footer .f-search p {
    white-space: normal;
        font-size: 9px;
}
.wrapper footer .f-logo img {
    max-width: 100%;
}
.wrapper footer .f-nav ul li+li {
    margin-left: 0;
}
  .wrapper .left-sidebar .col-left {
      max-width: 100%;
      order: 1;
          padding-top: 25px;
  }
  .wrapper .left-sidebar .col-right {
    max-width: 100%;
    padding-left: 15px;
}
.wrapper .blog_item {
    padding-bottom: 20px;
    margin-bottom: 30px;
}
.wrapper .pagination {
    padding: 15px 0;
}
.left_sidebar_wrapper .widget_wrapper .widget_search {
    margin-bottom: 35px;
}
.left_sidebar_wrapper .widget_wrapper .widget_recent_entries {
    margin-bottom: 40px;
}
.wrapper .left-sidebar {
    padding-bottom: 50px;
}
.left_sidebar_wrapper .widget_wrapper {
    max-width: 400px;
    margin: 0 auto;
}
.wrapper .blog_item h2, .wrapper .blog_item h1,
.wrapper .blog_single h2, .wrapper .blog_single h1 {
    font-size: 28px;
    line-height: 34px;
  }
  .post_pagination {
    margin-top: 40px;
}
.wrapper .contact-authors .col-12 {
    max-width: 33%;
}
}
@media (min-width:1024px) and (max-width:1199px){
  .wrapper footer .f-logo img {
    max-width: 100%;
}
.wrapper footer .f-nav ul li+li {
    margin-left: 0;
}
.wrapper footer .f-nav ul li {
    flex: 0 0 100%;
    max-width: 50%;
}

.wrapper .blog_item:first-child h2 {
    margin: 0 0 18px;
}
.wrapper .blog_item h2, .wrapper .blog_item h1,
.wrapper .blog_single h2, .wrapper .blog_single h1 {
    font-size: 26px;
    line-height: 32px;
  }
  .wrapper .pagination {
    padding: 15px 0 0;
}
.wrapper .inside-banner .banner-cont {
    bottom: 70px;
}
.post_pagination {
  margin-top: 50px;
}
.wrapper .contact-authors .col-12 {
    max-width: 45%;
}
}

@media (min-width:1200px) and (max-width:1366px){
  .wrapper footer .f-logo img {
    max-width: 100%;
}
.wrapper footer .f-nav ul li+li {
    margin-left: 0;
}
.wrapper footer .f-nav ul li {
    flex: 0 0 100%;
    max-width: 50%;
}
.wrapper footer .f-nav .f-social {
    right: 15px;
  }
  .wrapper .contact-authors .col-12 {
    max-width: 40%;
}
}
@media (min-width:1367px) and (max-width:1680px){
  .wrapper footer .f-logo img {
    max-width: 100%;
}
.wrapper footer .f-nav ul li+li {
    margin-left: 30px;
}
.wrapper footer .f-nav .f-social {
    right: 15px;
  }
  .wrapper footer .f-search {
    max-width: 25%;
    padding-left: 15px;
}
.wrapper footer .f-logo {
    max-width: 15%;
}
.wrapper .contact-authors .col-12 {
    max-width: 32%;
}
}
