@import url("normalize.css");
@import url("animate.css");
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Urbanist:wght@400;500;600;700&display=swap');
@media (min-width: 1600px) {
	.container { max-width:1500px; }
}
@media (min-width: 1800px) {
	.container { max-width:1600px; }
}
@media (min-width: 1920px) {
	.container { max-width:1800px; }
}
:root, [data-theme="default"] { --bs-gutter-x:40px; }
:root .row, [data-theme="default"] .row { --bs-gutter-x:40px; }
:root .vc_row, [data-theme="default"] .vc_row {
	margin-left:-20px;
	margin-right:-20px;
}
:root .vc_column_container>.vc_column-inner, [data-theme="default"] .vc_column_container>.vc_column-inner {
	padding-left:20px;
	padding-right:20px;
}
@media all and (max-width: 767.98px) {
	:root { --bs-gutter-x:30px; }
	:root .row { --bs-gutter-x:30px; }
	.vc_row {
		margin-left:-15px;
		margin-right:-15px;
	}
	.vc_column_container>.vc_column-inner {
		padding-left:15px;
		padding-right:15px;
	}
}
@media all and (max-width: 575.98px) {
	:root { --bs-gutter-x:20px; }
	:root .row { --bs-gutter-x:20px; }
	.vc_row {
		margin-left:-10px;
		margin-right:-10px;
	}
	.vc_column_container>.vc_column-inner {
		padding-left:10px;
		padding-right:10px;
	}
}
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
	display:table;
	content:"";
	line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
	font:0/0 a;
	color:transparent;
	text-shadow:none;
	background-color:transparent;
	border:0;
}
@media (prefers-reduced-motion: reduce) {
	* {
		animation-duration:0s !important;
		transition-duration:0s !important;
	}
}
.screen-reader-text {
	border:0;
	clip:rect(1px,1px,1px,1px);
	-webkit-clip-path:inset(50%);
	clip-path:inset(50%);
	height:1px;
	margin:-1px;
	overflow:hidden;
	padding:0;
	position:absolute !important;
	width:1px;
	word-wrap:normal !important;
	word-break:normal;
}
.screen-reader-text:focus {
	background-color:#f1f1f1;
	border-radius:3px;
	box-shadow:0 0 2px 2px rgba(0,0,0,0.6);
	clip:auto !important;
	-webkit-clip-path:none;
	clip-path:none;
	color:#21759b;
	display:block;
	font-size:14px;
	font-size:0.875rem;
	font-weight:700;
	height:auto;
	right:5px;
	line-height:normal;
	padding:15px 23px 14px;
	text-decoration:none;
	top:5px;
	width:auto;
	z-index:100000;
}
.skip-link {
	left:-9999rem;
	top:2.5rem;
	z-index:999999999;
	text-decoration:underline;
}
.skip-link:focus {
	display:block;
	left:6px;
	top:7px;
	font-size:14px;
	font-weight:600;
	text-decoration:none;
	line-height:normal;
	padding:15px 23px 14px;
	z-index:100000;
	right:auto;
}
.social-menu {
	margin:0 -30px;
	padding:0;
	list-style-type:none;
	line-height:0;
	display:flex;
}
@media (max-width: 575.98px) {
	.social-menu {
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
	}
}
.social-menu::before { display:none; }
.social-menu li {
	margin:0;
	padding:0 30px;
}
@media (max-width: 575.98px) {
	.social-menu li { padding:0 10px; }
}
.social-menu a {
	display:block;
	text-decoration:none;
	text-align:center;
	width:30px;
	height:30px;
	font-size:30px;
	text-indent:-999px;
	overflow:hidden;
	position:relative;
}
.social-menu a:hover {
	-webkit-transform:scale(1.5);
	-moz-transform:scale(1.5);
	-ms-transform:scale(1.5);
	-o-transform:scale(1.5);
	transform:scale(1.5);
}
.social-menu a[href*="linkedin.com"]::before { content:'\f0e1'; }
.social-menu a[href*="plus.google.com"]::before { content:'\f0d5'; }
.social-menu a[href*="instagram.com"]::before { content:'\f16d'; }
.social-menu a[href*="facebook.com"]::before { content:'\f39e'; }
.social-menu a[href*="twitter.com"]::before { content:'\f099'; }
.social-menu a[href*="youtube.com"]::before { content:'\f167'; }
.social-menu a[href*="vimeo.com"]::before { content:'\f27d'; }
.social-menu a[href*="yelp.com"]::before { content:'\f1e9'; }
.social-menu a[href*="pinterest.com"]::before { content:'\f0d2'; }
.social-menu a::before {
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	right:0;
	bottom:0;
	font-family:'Font Awesome\ 5 Brands';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:30px;
	text-align:center;
	text-indent:0;
	background-color:#fff372;
	background-image:linear-gradient(#fff372,#ffbc41);
	background-size:100%;
	-webkit-background-clip:text;
	-moz-background-clip:text;
	-webkit-text-fill-color:transparent;
	-moz-text-fill-color:transparent;
}
.home.admin-bar .site-header, .page-rich.admin-bar .site-header { top:32px; }
@media (max-width: 782px) {
	.home.admin-bar .site-header, .page-rich.admin-bar .site-header { top:46px; }
}
.home .site-header, .page-rich .site-header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	margin:0;
	padding:30px 0;
	border:none;
	z-index:900;
}
@media (max-width: 991.98px) {
	.home .site-header, .page-rich .site-header { padding:20px 0; }
}
.home .site-header > .wrapper, .page-rich .site-header > .wrapper {
	position:relative;
	z-index:10;
}
body:not(.home):not(.page-rich) .site-header {
	position:relative;
	padding:30px 0;
	border:none;
	z-index:900;
	background-color:#27292a;
	background-image:url("../images/bg-header.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
}
body:not(.home):not(.page-rich) .site-header:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:1;
	display:block;
	background-color:rgba(0,0,0,0.8);
}
@media (max-width: 991.98px) {
	body:not(.home):not(.page-rich) .site-header { padding:20px 0; }
}
.site-header {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.site-header > .wrapper {
	position:relative;
	z-index:10;
}
.site-header .logo {
	position:relative;
	display:block;
	vertical-align:top;
	margin:0;
	padding:0;
	z-index:10;
}
@media (max-width: 767.98px) {
	.site-header .logo {
		order:5;
		width:180px;
	}
}
.site-header .logo img {
	max-width:100%;
	height:auto;
	display:block;
	margin:0;
}
.site-header .site-header-wrapper {
	display:flex;
	justify-content:space-between;
	align-items:center;
}
@media (max-width: 767.98px) {
	.site-header .site-header-wrapper { flex-wrap:wrap; }
}
.site-header .site-header-wrapper .menu-primary-trigger {
	display:block;
	margin-left:85px;
}
@media (max-width: 1199.98px) {
	.site-header .site-header-wrapper .menu-primary-trigger { margin-left:30px; }
}
@media (max-width: 767.98px) {
	.site-header .site-header-wrapper .menu-primary-trigger { order:10; }
}
.site-header .header-widget-wrapper { margin:0 0 0 auto; }
@media (max-width: 767.98px) {
	.site-header .header-widget-wrapper { display:none; }
}
@media (max-width: 600.98px) {
	.admin-bar .sticky-header { top:0 !important; }
}
.page-rich .is-sticky .site-header { background-color:#27292a; }
.sticky-wrapper {
	position:relative;
	z-index:200;
}
:root {
	--hamburger-color:#fff;
	--hamburger-dimension:60px;
	--hamburger-strokeWidth:25px;
	--hamburger-strokeLineCap:round;
	--hamburger-anim-duration:.35s;
	--hamburger-anim-easing:cubic-bezier(0.25,-0.25,.7,1.25);
}
.menu-primary-trigger {
	margin:0;
	font-size:0;
	line-height:0;
	padding:0;
	box-shadow:none;
	position:relative;
	-webkit-transition:0.3s ease;
	-moz-transition:0.3s ease;
	-o-transition:0.3s ease;
	transition:0.3s ease;
	background:transparent;
	border:none;
	display:block;
	cursor:pointer;
	z-index:200;
}
.menu-primary-trigger:focus { outline:none; }
.menu-primary-trigger:active, .menu-primary-trigger:focus { outline:none !important; }
.menu-primary-trigger svg {
	position:relative;
	width:var(--hamburger-dimension);
	height:var(--hamburger-dimension);
	cursor:pointer;
}
.menu-primary-trigger svg:active, .menu-primary-trigger svg:focus { outline:none !important; }
.menu-primary-trigger svg .path-menu {
	fill:none;
	stroke-width:var(--hamburger-strokeWidth);
	stroke-linecap:var(--hamburger-strokeLineCap);
	stroke:var(--hamburger-color);
	stroke-dashoffset:0;
	-webkit-transition:stroke-dashoffset var(--hamburger-anim-duration) var(--hamburger-anim-easing), stroke-dasharray var(--hamburger-anim-duration) var(--hamburger-anim-easing);
	-o-transition:stroke-dashoffset var(--hamburger-anim-duration) var(--hamburger-anim-easing), stroke-dasharray var(--hamburger-anim-duration) var(--hamburger-anim-easing);
	transition:stroke-dashoffset var(--hamburger-anim-duration) var(--hamburger-anim-easing), stroke-dasharray var(--hamburger-anim-duration) var(--hamburger-anim-easing);
}
.menu-primary-trigger svg #bottom, .menu-primary-trigger svg #top { stroke-dasharray:240px 950px; }
.menu-primary-trigger svg #middle { stroke-dasharray:240px 240px; }
.menu-primary-trigger[aria-expanded="true"] { --hamburger-color:#000; }
.menu-primary-trigger[aria-expanded="true"] svg #bottom, .menu-primary-trigger[aria-expanded="true"] svg #top { stroke-dashoffset:-650px; }
.menu-primary-trigger[aria-expanded="true"] svg #middle {
	stroke-dashoffset:-115px;
	stroke-dasharray:1px 220px;
}
.opener {
	font-size:30px;
	margin-left:10px;
	cursor:pointer;
	color:#ffc949 !important;
}
.opener * { color:#ffc949 !important; }
.opener .fa-angle-up { display:none; }
.active > .opener .fa-angle-up { display:inherit; }
.active > .opener .fa-angle-down { display:none; }
.mobile-header-nav {
	position:fixed;
	right:0;
	top:0;
	bottom:0;
	z-index:99;
	display:flex;
	width:460px;
	min-height:100vh;
	padding:160px 0 60px 0;
	flex-direction:column;
	align-items:center;
	justify-content:center;
	background-color:#ffffff;
	-webkit-transform:translate3d(100%,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	-moz-transform:translate3d(100%,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	-ms-transform:translate3d(100%,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	-o-transform:translate3d(100%,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	transform:translate3d(100%,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	opacity:0;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
@media (max-width: 767.98px) {
	.mobile-header-nav { width:360px; }
}
@media (max-width: 575.98px) {
	.mobile-header-nav { width:100%; }
}
@media (max-height: 799.98px) {
	.mobile-header-nav { padding:100px 0 30px 0; }
}
.mobile-header-nav.toggled {
	-webkit-transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	-moz-transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	-ms-transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	-o-transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	transform:translate3d(0,0,0) scale3d(1,1,1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg,0deg);
	opacity:1;
}
.mobile-header-nav .nav-primary-wrapper {
	position:relative;
	width:100%;
	padding:0 120px;
	overflow-y:auto;
}
@media (max-width: 767.98px) {
	.mobile-header-nav .nav-primary-wrapper { padding:0 60px; }
}
.mobile-header-nav .nav-primary-wrapper .nav-primary { width:100%; }
.mobile-header-nav .nav-primary-wrapper .header-widget { margin-top:20px; }
.mobile-header-nav .nav-primary-wrapper .header-widget .btn { color:#000000; }
.mobile-header-nav .primary-menu {
	position:relative;
	margin:0;
	padding:0;
	text-align:left;
	z-index:10;
	width:100%;
}
.mobile-header-nav .primary-menu li.current-menu-item > a, .mobile-header-nav .primary-menu a:hover { color:#ffc949 !important; }
.mobile-header-nav .primary-menu * { color:#000000; }
.mobile-header-nav .primary-menu > li {
	position:relative;
	margin:0;
	padding:10px 0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-wrap:wrap;
}
@media (max-width: 1199.98px) {
	.mobile-header-nav .primary-menu > li { padding:5px 0; }
}
@media (max-height: 799.98px) {
	.mobile-header-nav .primary-menu > li { padding:5px 0; }
}
.mobile-header-nav .primary-menu > li * { line-height:32px; }
@media (max-height: 799.98px) {
	.mobile-header-nav .primary-menu > li * { line-height:26px; }
}
.mobile-header-nav .primary-menu > li > a {
	display:inline-block;
	font-size:30px;
	font-family:'Open Sans', sans-serif;
	margin:0;
	padding:0;
	text-align:left;
	color:#000000;
	font-weight:300;
	border:none;
	text-shadow:none;
	text-decoration:none;
}
@media (max-width: 1199.98px) {
	.mobile-header-nav .primary-menu > li > a { font-size:24px; }
}
@media (max-height: 799.98px) {
	.mobile-header-nav .primary-menu > li > a {
		font-size:24px;
		line-height:26px;
	}
}
@media (max-width: 767.98px) {
	.mobile-header-nav .primary-menu > li > a {
		font-size:20px;
		line-height:30px;
	}
}
.mobile-header-nav .primary-menu ul.sub-menu {
	display:block;
	background:none;
	margin:0 0 0 20px;
	padding:10px 0 0 0;
	position:relative;
	top:auto;
	width:100%;
}
.mobile-header-nav .primary-menu ul.sub-menu li {
	margin:10px 0;
	padding:0;
}
.mobile-header-nav .primary-menu ul.sub-menu li:after { display:none; }
.mobile-header-nav .primary-menu ul.sub-menu li.menu-item-has-children .opener { color:#ffc949; }
.mobile-header-nav .primary-menu ul.sub-menu li a {
	font-size:20px;
	line-height:22px;
	padding:0;
	color:#000000;
	text-decoration:none;
}
.mobile-header-nav .primary-menu ul.sub-menu li .opener { font-size:20px; }
.site-footer {
	background-color:#27292a;
	background-image:url("../images/bg-footer.jpg");
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	margin:0;
	padding:90px 0;
	border-top:none;
}
@media (max-width: 1599.98px) {
	.site-footer { padding:70px 0; }
}
@media (max-width: 1399.98px) {
	.site-footer { padding:50px 0; }
}
@media (max-width: 1199.98px) {
	.site-footer { padding:20px 0; }
}
.site-footer .footer-wrapper-line-1 {
	display:flex;
	align-items:flex-start;
	justify-content:space-between;
}
@media (max-width: 1399.98px) {
	.site-footer .footer-wrapper-line-1 {
		flex-direction:column;
		justify-content:flex-start;
	}
}
@media (max-width: 1199.98px) {
	.site-footer .footer-wrapper-line-1 {
		justify-content:center;
		align-items:center;
	}
}
.site-footer .copyright {
	margin:0;
	padding:0;
}
.site-footer .copyright a:hover { color:#ffc949; }
.site-footer .footer-menu { margin-bottom:40px; }
@media (max-width: 1399.98px) {
	.site-footer .footer-menu { margin-bottom:20px; }
}
@media (max-width: 1399.98px) {
	.site-footer .social-menu { margin-bottom:20px; }
}
.footer-menu {
	display:flex;
	align-items:center;
	margin:0 -20px;
	margin-bottom:60px;
	padding:0;
	list-style:none;
}
@media (max-width: 1599.98px) {
	.footer-menu { margin:0 -10px 30px -10px; }
}
@media (max-width: 767.98px) {
	.footer-menu { display:none; }
}
.footer-menu li {
	margin:0;
	padding:0 20px;
}
@media (max-width: 1599.98px) {
	.footer-menu li { padding:0 10px; }
}
.footer-menu li a {
	position:relative;
	text-transform:uppercase;
	font-family:'Urbanist', sans-serif;
	font-size:18px;
	line-height:1;
	font-weight:700;
	text-decoration:none;
	overflow:hidden;
}
@media (max-width: 991.98px) {
	.footer-menu li a { font-size:16px; }
}
.footer-menu li a:after {
	content:'';
	position:absolute;
	width:0;
	height:1px;
	background:#ffc949;
	-webkit-transition:300ms linear all;
	-moz-transition:300ms linear all;
	-o-transition:300ms linear all;
	transition:300ms linear all;
	left:0;
	bottom:0;
}
.footer-menu li a:hover {
	color:#ffc949;
	text-decoration:none !important;
}
.footer-menu li a:hover:after { width:100%; }
.cycle-slider {
	position:relative;
	width:100%;
	max-height:700px;
	display:block;
	overflow:hidden;
}
.cycle-slider .cycle-pager {
	position:absolute;
	bottom:30px;
	z-index:300;
	left:50%;
	transform:translateX(-50%);
	display:flex;
}
.cycle-slider .cycle-pager span {
	font-size:0;
	line-height:0;
	display:block;
	overflow:hidden;
	position:relative;
	text-indent:-9999px;
	width:14px;
	height:14px;
	margin:0 15px;
	border-radius:50%;
	cursor:pointer;
}
.cycle-slider .cycle-pager span:before {
	content:'';
	width:10px;
	height:10px;
	top:2px;
	left:2px;
	border:2px solid #ffc949;
	position:absolute;
	display:block;
	border-radius:50%;
}
.cycle-slider .cycle-pager span.cycle-pager-active { background-color:#ffffff; }
.cycle-slider .cycle-pager span.cycle-pager-active:before { opacity:0; }
.cycle-slider .cycle-prev, .cycle-slider .cycle-next {
	position:absolute;
	top:50%;
	display:block;
	width:40px;
	height:40px;
	text-align:center;
	font-size:40px;
	line-height:40px;
	color:#ffffff;
	z-index:500;
	transform:translateY(-50%);
	cursor:pointer;
}
.cycle-slider .cycle-prev:hover, .cycle-slider .cycle-next:hover { color:#ffc949; }
.cycle-slider .cycle-prev { left:100px; }
.cycle-slider .cycle-next { right:100px; }
.cycle-slider .cycle-slide { width:100%; }
.cycle-slider .cycle-slide:before {
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	width:100%;
	height:100%;
	background-color:rgba(34,52,65,0.5);
}
.cycle-slider .cycle-slide > img {
	width:100%;
	height:auto;
	display:block;
}
.cycle-slider .slider-caption {
	position:absolute;
	z-index:200;
	display:flex;
	flex-wrap:nowrap;
	align-items:center;
	justify-content:center;
	flex-direction:column;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	text-align:center;
}
@media (max-width: 575.98px) {
	.cycle-slider .slider-caption {
		position:relative;
		height:auto;
		padding:10px 0 50px 0;
	}
}
.cycle-slider h2 {
	margin:0;
	padding:0;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	font-size:60px;
	line-height:80px;
}
@media (max-width: 767px) {
	.cycle-slider h2 {
		font-size:40px;
		line-height:60px;
	}
}
@media (max-width: 767px) {
	.cycle-slider .btn {
		padding:15px 20px;
		font-size:14px;
	}
}
.blog-post-excerpt-wrapper {
	height:100%;
	padding-bottom:40px;
}
@media screen and (max-width: 1199.98px) {
	.blog-post-excerpt-wrapper { padding-bottom:30px; }
}
.blog-post-excerpt-wrapper .blog-post-excerpt {
	position:relative;
	background-color:#FFFFFF;
	display:flex;
	flex-direction:column;
	height:100%;
	background-color:#f8f8f8;
	padding:20px;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail {
	display:block;
	position:relative;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail img {
	display:block;
	width:100%;
	height:auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-thumbnail img.no-image { border:1px solid #2a3238; }
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content {
	position:relative;
	z-index:10;
	padding:20px 0;
	width:100%;
	height:100%;
	display:flex;
	flex-direction:column;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-header { margin-bottom:20px; }
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-header h3 {
	text-transform:none;
	color:#ffc949;
	margin:0;
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-header h3 a { text-decoration:none; }
@media (max-width: 991.98px) {
	.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-header h3 {
		font-size:30px;
		line-height:34px;
	}
}
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-summary { margin-bottom:30px; }
.blog-post-excerpt-wrapper .blog-post-excerpt .post-content .entry-summary > *:last-of-type { margin-bottom:0; }
.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper { margin-top:auto; }
@media screen and (max-width: 991.98px) {
	.blog-post-excerpt-wrapper .blog-post-excerpt .btn-wrapper .btn { width:100%; }
}
.posted-on, .byline, .cat-links, .tags-links, .entry-format, .full-size-link { margin-right:1em; }
.entry-meta { margin-bottom:20px; }
.post_meta i { color:#3b4348; }
.post_meta a {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:focus {
	text-decoration:none;
	color:#1e2731;
}
.post_meta a:hover {
	text-decoration:none;
	color:#ffc949;
}
.wp-caption { max-width:100% !important; }
.post img {
	max-width:100%;
	height:auto;
}
.post-author {
	background:#fff;
	margin:0 0 70px 0;
	padding:15px 20px;
	border:1px solid #dfdfdf;
}
.post-author h3 {
	margin:0 0 15px 0;
	line-height:21px;
	font-size:13px;
	font-weight:400;
	color:#737885;
}
.post-author h3 a {
	text-decoration:none;
	color:#ffc949;
}
.post-author h3 a:focus {
	text-decoration:none;
	color:#ffc949;
}
.post-author h3 a:hover {
	text-decoration:none;
	color:#1e2731;
}
.post-author .post-author_gravatar { margin:2px 20px 5px 0; }
.post-author .post-author_gravatar img {
	padding:0;
	border:none;
}
.post-author .post-author_link { margin:18px 0 0 0; }
.post-author .post-author_link p { margin:0; }
.related-posts { margin:0 0 60px 0; }
.related-posts ul li {
	line-height:22px;
	font-size:16px;
	color:#424f5e;
}
.related-posts ul li a {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:focus {
	text-decoration:none;
	color:#424f5e;
}
.related-posts ul li a:hover {
	text-decoration:none;
	color:#ffc949;
}
ol.comment-list li .comment-body {
	background:#fff !important;
	border:1px solid #dfdfdf;
}
ol.comment-list li .comment-body .author {
	font-weight:400;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:left;
	color:#ffc949;
}
@media (max-width: 480px) {
	ol.comment-list li .comment-body .extra-wrap { overflow:visible; }
}
ol.comment-list li .comment-body .reply { margin:0 0 0 20px; }
ol.comment-list li .comment-body .reply a {
	background:#ffc949;
	display:inline-block;
	margin:0;
	padding:9px 23px 10px 23px;
	vertical-align:top;
	border:none;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
	line-height:20px;
	font-family:'Open Sans';
	font-size:14px;
	font-weight:400;
	text-shadow:none;
	text-transform:lowercase;
	color:#fff !important;
}
ol.comment-list li .comment-body .reply a:focus {
	background:#ffc949;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .reply a:hover {
	background:#000000;
	-webkit-transition:0.4s;
	-moz-transition:0.4s;
	-o-transition:0.4s;
	transition:0.4s;
	color:#fff;
}
ol.comment-list li .comment-body .comment-meta {
	line-height:39px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#1e2731;
}
.cancel-comment-reply { padding:0 0 6px 0; }
body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] {
	position:relative;
	display:inline-block;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	font-family:'Urbanist', sans-serif;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	padding:20px 36px;
	cursor:pointer;
	text-decoration:none !important;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	border:none;
	background:transparent;
	background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="0" y1="60" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbab1e" offset="0"/><stop stop-color="%23fff9a5" offset="1"/></linearGradient></defs><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="6" ry="6" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>');
	color:#000000;
}
@media (max-width: 575.98px) {
	body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] { padding:15px 20px; }
}
body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_page_footer input.button:before, body .gform_wrapper .gform_page_footer input[type=submit]:before {
	content:'';
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:linear-gradient(#fff9a5,#fbaa1d);
	z-index:-1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.inverted body .gform_wrapper .gform_footer input.button, .inverted body .gform_wrapper .gform_footer input[type=submit], .inverted body .gform_wrapper .gform_page_footer input.button, .inverted body .gform_wrapper .gform_page_footer input[type=submit] { color:#ffffff; }
@media (max-width: 575.98px) {
	body .gform_wrapper .gform_footer input.button, body .gform_wrapper .gform_footer input[type=submit], body .gform_wrapper .gform_page_footer input.button, body .gform_wrapper .gform_page_footer input[type=submit] { padding:15px 20px; }
}
body .gform_wrapper .gform_footer input.button:before, body .gform_wrapper .gform_footer input[type=submit]:before, body .gform_wrapper .gform_page_footer input.button:before, body .gform_wrapper .gform_page_footer input[type=submit]:before {
	content:'';
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:linear-gradient(#fff9a5,#fbaa1d);
	z-index:-1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
	color:#000000;
	text-decoration:none;
	background:linear-gradient(#fff9a5,#fbaa1d);
}
body .gform_wrapper .gform_footer input.button:hover:before, body .gform_wrapper .gform_footer input[type=submit]:hover:before, body .gform_wrapper .gform_page_footer input.button:hover:before, body .gform_wrapper .gform_page_footer input[type=submit]:hover:before { opacity:1; }
body .gform_wrapper .gform_footer input.button:focus, body .gform_wrapper .gform_footer input.button.focus, body .gform_wrapper .gform_footer input[type=submit]:focus, body .gform_wrapper .gform_footer input[type=submit].focus, body .gform_wrapper .gform_page_footer input.button:focus, body .gform_wrapper .gform_page_footer input.button.focus, body .gform_wrapper .gform_page_footer input[type=submit]:focus, body .gform_wrapper .gform_page_footer input[type=submit].focus {
	outline:0;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.disabled, body .gform_wrapper .gform_footer input.button:disabled, body .gform_wrapper .gform_footer input[type=submit].disabled, body .gform_wrapper .gform_footer input[type=submit]:disabled, body .gform_wrapper .gform_page_footer input.button.disabled, body .gform_wrapper .gform_page_footer input.button:disabled, body .gform_wrapper .gform_page_footer input[type=submit].disabled, body .gform_wrapper .gform_page_footer input[type=submit]:disabled {
	color:#ffffff;
	background-color:#fff9a5;
	border-color:#fff9a5;
}
body .gform_wrapper .gform_footer input.button:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_footer input.button:not(:disabled):not(.disabled).active, body .gform_wrapper .gform_footer input[type=submit]:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_footer input[type=submit]:not(:disabled):not(.disabled).active, body .gform_wrapper .gform_page_footer input.button:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_page_footer input.button:not(:disabled):not(.disabled).active, body .gform_wrapper .gform_page_footer input[type=submit]:not(:disabled):not(.disabled):active, body .gform_wrapper .gform_page_footer input[type=submit]:not(:disabled):not(.disabled).active {
	color:#ffffff;
	background-color:#fff9a5;
	border-color:#fff9a5;
}
body .gform_wrapper .gform_footer input.button:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_footer input.button:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_footer input[type=submit]:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_footer input[type=submit]:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_page_footer input.button:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_page_footer input.button:not(:disabled):not(.disabled).active:focus, body .gform_wrapper .gform_page_footer input[type=submit]:not(:disabled):not(.disabled):active:focus, body .gform_wrapper .gform_page_footer input[type=submit]:not(:disabled):not(.disabled).active:focus {
	outline:0;
	box-shadow:none;
}
body .gform_wrapper .gform_footer input.button.btn-primary, body .gform_wrapper .gform_footer input[type=submit].btn-primary, body .gform_wrapper .gform_page_footer input.button.btn-primary, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary {
	color:#fff;
	background-color:#ffc949;
	border-color:#ffc949;
}
body .gform_wrapper .gform_footer input.button.btn-primary:hover, body .gform_wrapper .gform_footer input[type=submit].btn-primary:hover, body .gform_wrapper .gform_page_footer input.button.btn-primary:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-primary:hover {
	color:#ffffff;
	background-color:#fff9a5;
	border-color:#fff9a5;
}
body .gform_wrapper .gform_footer input.button.btn-secondary, body .gform_wrapper .gform_footer input[type=submit].btn-secondary, body .gform_wrapper .gform_page_footer input.button.btn-secondary, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary {
	color:#000000;
	background-color:transparent;
	border-color:#000000;
}
body .gform_wrapper .gform_footer input.button.btn-secondary:hover, body .gform_wrapper .gform_footer input[type=submit].btn-secondary:hover, body .gform_wrapper .gform_page_footer input.button.btn-secondary:hover, body .gform_wrapper .gform_page_footer input[type=submit].btn-secondary:hover {
	color:#ffffff;
	background-color:#000000;
	border-color:#000000;
}
body .gform_wrapper .gform_footer input.button:hover, body .gform_wrapper .gform_footer input[type=submit]:hover, body .gform_wrapper .gform_page_footer input.button:hover, body .gform_wrapper .gform_page_footer input[type=submit]:hover {
	color:#000000;
	text-decoration:none;
	background:linear-gradient(#fff9a5,#fbaa1d);
}
.btn {
	color:#000000;
	position:relative;
	display:inline-block;
	font-size:20px;
	line-height:20px;
	font-weight:600;
	font-family:'Urbanist', sans-serif;
	text-align:center;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	-o-user-select:none;
	user-select:none;
	padding:20px 36px;
	cursor:pointer;
	text-decoration:none !important;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	border:none;
	background:transparent;
	background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="0" y1="60" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbab1e" offset="0"/><stop stop-color="%23fff9a5" offset="1"/></linearGradient></defs><rect x="1.5" y="1.5" width="100%" height="100%" style="height:calc(100% - 3px);width:calc(100% - 3px)" rx="6" ry="6" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>');
}
.inverted .btn { color:#ffffff; }
@media (max-width: 575.98px) {
	.btn { padding:15px 20px; }
}
.btn:before {
	content:'';
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	opacity:0;
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:linear-gradient(#fff9a5,#fbaa1d);
	z-index:-1;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
}
.btn:hover {
	color:#000000;
	text-decoration:none;
	background:linear-gradient(#fff9a5,#fbaa1d);
}
.btn:hover:before { opacity:1; }
.btn:focus, .btn.focus {
	outline:0;
	box-shadow:none;
}
.btn.disabled, .btn:disabled {
	color:#ffffff;
	background-color:#fff9a5;
	border-color:#fff9a5;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active {
	color:#ffffff;
	background-color:#fff9a5;
	border-color:#fff9a5;
}
.btn:not(:disabled):not(.disabled):active:focus, .btn:not(:disabled):not(.disabled).active:focus {
	outline:0;
	box-shadow:none;
}
.btn.btn-primary {
	color:#fff;
	background-color:#ffc949;
	border-color:#ffc949;
}
.btn.btn-primary:hover {
	color:#ffffff;
	background-color:#fff9a5;
	border-color:#fff9a5;
}
.btn.btn-secondary {
	color:#000000;
	background-color:transparent;
	border-color:#000000;
}
.btn.btn-secondary:hover {
	color:#ffffff;
	background-color:#000000;
	border-color:#000000;
}
body .gform_wrapper .no-label-form .gfield_label { display:none; }
body .gform_wrapper .top_label .gfield_label, body .gform_wrapper legend.gfield_label {
	color:#777575;
	font-size:18px;
	font-weight:400;
}
body .gform_wrapper label {
	color:#777575;
	margin-bottom:0;
}
body .gform_wrapper .no-label .gfield_label { display:none !important; }
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .gform_wrapper textarea {
	background:#fff;
	min-height:20px;
	height:auto;
	margin:0;
	padding:10px 20px;
	border:2px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	resize:none;
	color:#000000;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .gform_wrapper textarea:focus {
	border-color:#ffc949;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .gform_wrapper select {
	height:44px;
	padding:0 20px !important;
	border:2px solid #c3c4c4;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	color:#000000;
	font-family:'Open Sans', sans-serif;
	font-size:16px;
	line-height:20px;
	font-weight:400;
}
body .gform_wrapper select:focus {
	border-color:#ffc949;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper .top_label .gfield_label, body .inverted .gform_wrapper legend.gfield_label, body .inverted .gform_wrapper .gfield_required, body .inverted .gform_wrapper label { color:#ffffff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), body .inverted .gform_wrapper textarea, body .inverted .gform_wrapper select { border-color:#fff; }
body .inverted .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]):focus, body .inverted .gform_wrapper textarea:focus, body .inverted .gform_wrapper select:focus {
	border-color:#ffc949;
	-webkit-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	-moz-box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
	box-shadow:0 0 20px 0 rgba(24,174,237,0.3);
}
body .inverted .gform_wrapper div.validation_error, body .inverted .gform_wrapper .validation_message, body .inverted .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label, body .inverted .gform_wrapper li.gfield_error ul.gfield_checkbox, body .inverted .gform_wrapper li.gfield_error ul.gfield_radio {
	color:#ffffff;
	border-color:#fff;
}
#back-top-wrapper {
	z-index:999;
	position:fixed;
	right:10px;
	bottom:10px;
	overflow:hidden;
}
#back-top-wrapper #back-top { margin:0; }
#back-top-wrapper #back-top a {
	display:block;
	width:42px;
	height:42px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	margin:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background:#25272c url(../images/helper/up-arrow.png) no-repeat 50% 50%;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top-wrapper #back-top a:hover { background-color:#ffc949; }
#preloader {
	display:block;
	position:fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:9999;
}
#preloader #status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:50%;
	background-image:url(https://raw.githubusercontent.com/niklausgerber/PreLoadMe/master/img/status.gif);
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}
a[href^="tel:"], a[href^="mailto:"] { white-space:nowrap !important; }
.says, .screen-reader-text {
	clip:rect(1px,1px,1px,1px);
	height:1px;
	overflow:hidden;
	position:absolute !important;
	width:1px;
}
.thumbnail {
	padding:0;
	border:none;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.clear {
	border:0;
	clear:both;
	display:block;
	float:none;
	margin:0;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	font-size:1px;
	line-height:1px;
}
.clearfix:after {
	content:".";
	visibility:hidden;
	display:block;
	height:0;
	clear:both;
}
.rich_header:before, .rich_header:after {
	display:inline-block;
	content:'';
	width:4px;
	height:4px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#ffc949;
	margin:0 20px;
	top:-6px;
	position:relative;
}
@media (max-width: 767px) {
	.rich_header:before, .rich_header:after { display:none; }
}
.breadcrumbs {
	font-size:18px;
	line-height:26px;
	color:#000000;
	padding:15px 0;
	background:none;
}
.breadcrumbs ul {
	display:flex;
	justify-content:center;
	align-items:flex-start;
	flex-wrap:wrap;
	margin:0;
	padding:0;
	width:100%;
	text-align:center;
	list-style:none;
}
.breadcrumbs ul li {
	margin:0;
	padding:0;
	position:relative;
	text-align:left;
}
.breadcrumbs .breadcrumbs-item-sep {
	padding:0 10px;
	text-align:center;
}
.breadcrumbs a { color:#ffc949; }
.post-nav {
	padding:24px 0;
	border-top:1px solid #ffc949;
}
.post-nav a { text-decoration:none; }
.post-nav .nav-previous {
	float:left;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.post-nav .nav-next {
	float:right;
	text-align:right;
	width:50%;
	font-weight:600;
	font-size:16px;
}
.nav-links {
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:0 0 30px 0;
}
@media (max-width: 767.98px) {
	.nav-links { flex-wrap:wrap; }
}
.nav-links .nav-next { margin:0 0 0 auto; }
.nav-links .nav-title { display:inline-block; }
.nav-links .nav-previous .nav-title { margin-left:10px; }
.nav-links .nav-next .nav-title { margin-right:10px; }
.post-pagination {
	display:flex;
	width:100%;
	align-items:center;
	justify-content:center;
}
.pagination {
	margin:0;
	padding:0;
	list-style:none;
	display:flex;
	align-items:center;
	justify-content:center;
}
.pagination li {
	margin:0 10px;
	padding:0;
}
.pagination li a, .pagination li span {
	display:inline-block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0 5px;
	margin:0 2px;
	background:none;
	color:#000000;
	font-size:20px;
	border-color:#dedede;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	text-align:center;
}
.pagination li span.current {
	background-color:#ffc949;
	color:#000000;
	text-decoration:none;
	border-color:#ffc949;
	font-weight:700;
}
.pagination li a:hover {
	background-color:#ffc949;
	border-color:#dedede;
	color:#000000;
	text-decoration:none;
}
.wp-pagenavi {
	clear:both;
	text-align:center;
	padding:30px 0;
}
.wp-pagenavi a, .wp-pagenavi span {
	display:inline-block;
	min-width:40px;
	height:40px;
	line-height:40px;
	text-decoration:none;
	padding:0 5px;
	margin:0 2px;
	background:none;
	color:#ffc949;
	font-size:20px;
	border-color:#dedede;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}
.wp-pagenavi span.current {
	background-color:#ffc949;
	color:#ffffff;
	text-decoration:none;
	border-color:#ffc949;
	font-weight:700;
}
.wp-pagenavi a:hover {
	background-color:#ffc949;
	border-color:#dedede;
	color:#ffffff;
	text-decoration:none;
}
article.post { margin-bottom:40px; }
.alignleft {
	float:left;
	margin:0 27px 27px 0;
}
@media (max-width: 767.98px) {
	.alignleft {
		float:none;
		margin:0 auto 27px auto;
	}
}
.alignright {
	float:right;
	margin:0 0 27px 27px;
}
@media (max-width: 767.98px) {
	.alignright {
		float:none;
		margin:0 auto 27px auto;
	}
}
.aligncenter {
	display:block;
	margin:0 auto 27px auto;
}
img.aligncenter, img.alignright, img.alignleft {
	max-width:100%;
	height:auto;
}
.wp-caption { position:relative; }
.wp-caption img[class*="wp-image-"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
}
.wp-caption .wp-caption-text { text-align:center; }
.ui-datepicker a {
	-webkit-transition:none;
	-moz-transition:none;
	-o-transition:none;
	transition:none;
}
.ui-datepicker tbody td { text-align:center; }
table {
	border:1px solid #c9c9c9;
	width:100%;
}
table tr th {
	padding:12px 20px;
	font-size:18px;
	font-weight:800;
	text-transform:uppercase;
	border:1px solid #c9c9c9;
	background-color:#f7f7f7;
	text-align:center;
}
table tr td {
	padding:12px 20px;
	background-color:#f7f7f7;
	border-left:1px solid #c9c9c9;
	border-right:1px solid #c9c9c9;
}
table tr:nth-child(2n) td { background-color:#fff; }
.flexible table th, table.flexible th { white-space:nowrap; }
.flexible table td, table.flexible td {
	text-align:center;
	vertical-align:middle;
}
@media (max-width: 767.98px) {
	.flexible table, table.flexible { display:block; }
	.flexible table thead, .flexible table tbody, .flexible table th, .flexible table td, .flexible table tr, table.flexible thead, table.flexible tbody, table.flexible th, table.flexible td, table.flexible tr { display:block; }
	.flexible table thead tr, table.flexible thead tr {
		position:absolute;
		top:-9999px;
		left:-9999px;
	}
	.flexible table tr, table.flexible tr { border-bottom:1px solid #ccc; }
	.flexible table th, table.flexible th { display:none; }
	.flexible table td, table.flexible td {
		border:none;
		border-bottom:1px solid #eee;
		position:relative;
		padding:5px 10px 5px 30%;
		min-height:37px;
	}
	.flexible table td:before, table.flexible td:before {
		position:absolute;
		top:6px;
		left:10px;
		width:25%;
		padding-right:10px;
		white-space:nowrap;
		text-align:left;
	}
	.flexible table td:nth-of-type(1):before, table.flexible td:nth-of-type(1):before { content:"Column 1"; }
	.flexible table td:nth-of-type(2):before, table.flexible td:nth-of-type(2):before { content:"Column 2"; }
	.flexible table td:nth-of-type(3):before, table.flexible td:nth-of-type(3):before { content:"Column 3"; }
	.flexible table td:nth-of-type(4):before, table.flexible td:nth-of-type(4):before { content:"Column 4"; }
	.flexible table td:nth-of-type(5):before, table.flexible td:nth-of-type(5):before { content:"Column 5"; }
}
.wpb_text_column > .wpb_wrapper > ul, .widget_categories ul {
	margin:0;
	padding:0;
	list-style:none;
}
.wpb_text_column > .wpb_wrapper > ul li, .widget_categories ul li {
	position:relative;
	margin:0 0 20px 0;
	padding:0 0 0 34px;
}
.wpb_text_column > .wpb_wrapper > ul li:last-child, .widget_categories ul li:last-child { margin-bottom:0; }
.wpb_text_column > .wpb_wrapper > ul li:before, .widget_categories ul li:before {
	font-family:'Font Awesome\ 5 Free';
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased;
	display:inline-block;
	font-style:normal;
	font-variant:normal;
	text-rendering:auto;
	line-height:1;
	content:'\f00c';
	position:absolute;
	font-weight:900;
	top:4px;
	left:0;
	color:#ffc949;
}
.jm-youtube-box { position:relative; }
.jm-youtube-box .jm-video-wrapper {
	overflow:hidden;
	padding:0 0 56.25% 0;
	margin:0;
	height:0;
	position:relative;
}
.jm-youtube-box .jm-video-wrapper iframe {
	border:0;
	height:100%;
	width:100%;
	min-width:100%;
	position:absolute;
	left:50%;
	top:50%;
	transform:translate(-50%,-50%);
}
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-169 { padding:0 0 56.25% 0; }
.jm-youtube-box .jm-video-wrapper.video-aspect-ratio-43 { padding:0 0 75% 0; }
.jm-youtube-box .jm-video-wrapper .youtube-overlay {
	display:block;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;
	border:0;
	height:100%;
	width:100%;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	overflow:hidden;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay img {
	display:block;
	width:auto;
	height:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-button {
	border:none;
	background-color:transparent;
	padding:0;
	color:inherit;
	text-align:inherit;
	font-size:100%;
	font-family:inherit;
	cursor:default;
	line-height:inherit;
}
.jm-youtube-box .jm-video-wrapper .ytp-button:focus, .jm-youtube-box .jm-video-wrapper .ytp-button { outline:0; }
.jm-youtube-box .jm-video-wrapper .ytp-button::-moz-focus-inner {
	padding:0;
	border:0;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button {
	position:absolute;
	left:50%;
	top:50%;
	width:68px;
	height:48px;
	margin-left:-34px;
	margin-top:-24px;
	-moz-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	transition:opacity .25s cubic-bezier(0.0,0.0,0.2,1);
	z-index:63;
	cursor:pointer;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button svg {
	height:100%;
	left:0;
	position:absolute;
	top:0;
	width:100%;
}
.jm-youtube-box .jm-video-wrapper .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	-webkit-transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	transition:fill .1s cubic-bezier(0.4,0.0,1,1), fill-opacity .1s cubic-bezier(0.4,0.0,1,1);
	fill:#212121;
	fill-opacity:.8;
}
.jm-youtube-box .jm-video-wrapper .youtube-overlay:hover .ytp-large-play-button-bg {
	-moz-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	-webkit-transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	transition:fill .1s cubic-bezier(0.0,0.0,0.2,1), fill-opacity .1s cubic-bezier(0.0,0.0,0.2,1);
	fill:#f00;
	fill-opacity:1;
}
.jm-services-menu-box {
	position:relative;
	margin:50px 0 0 0;
}
@media (max-width: 1599.98px) {
	.jm-services-menu-box { margin-top:30px; }
}
.jm-services-menu-box.inline-menu .services-menu li a {
	display:flex;
	align-items:flex-start;
}
@media (max-width: 1199.98px) {
	.jm-services-menu-box.inline-menu .services-menu li a {
		flex-direction:column;
		align-items:center;
		justify-content:flex-start;
	}
}
.jm-services-menu-box.inline-menu .services-menu li a svg {
	width:38px;
	height:38px;
	margin:0 10px 0 0;
}
@media (max-width: 1199.98px) {
	.jm-services-menu-box.inline-menu .services-menu li a svg { margin:0 0 10px 0; }
}
.jm-services-menu-box.inline-menu .services-menu li a span { padding:3px 0; }
@media (max-width: 1199.98px) {
	.jm-services-menu-box.inline-menu .services-menu li a span {
		padding:0;
		font-size:16px;
	}
}
.jm-services-menu-box.content-position { margin:0 auto; }
.jm-services-menu-box.content-position .services-menu {
	align-items:center;
	justify-content:center;
}
.jm-services-menu-box .services-menu {
	position:relative;
	margin:0 -20px;
	padding:0;
	list-style:none;
	display:flex;
}
@media (max-width: 1599.98px) {
	.jm-services-menu-box .services-menu { margin:0 -10px; }
}
@media (max-width: 767.98px) {
	.jm-services-menu-box .services-menu {
		flex-wrap:wrap;
		align-items:flex-start;
		justify-content:center;
	}
}
.jm-services-menu-box .services-menu li {
	margin:0;
	padding:0 20px;
}
@media (max-width: 1599.98px) {
	.jm-services-menu-box .services-menu li { padding:0 10px; }
}
@media (max-width: 575.98px) {
	.jm-services-menu-box .services-menu li { padding:0; }
}
.jm-services-menu-box .services-menu li a {
	display:block;
	text-align:center;
	text-decoration:none;
}
@media (max-width: 767.98px) {
	.jm-services-menu-box .services-menu li a {
		margin-bottom:10px;
		width:150px;
	}
}
@media (max-width: 575.98px) {
	.jm-services-menu-box .services-menu li a {
		margin-bottom:10px;
		width:100px;
	}
}
.jm-services-menu-box .services-menu li a span {
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
.jm-services-menu-box .services-menu li a:hover { color:#fbac20 !important; }
.jm-services-menu-box .services-menu li a:hover span { color:#fbac20 !important; }
.jm-services-menu-box .services-menu li a:hover svg {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1);
}
.jm-services-menu-box .services-menu li a svg {
	display:block;
	width:80px;
	height:80px;
	margin:0 auto 10px auto;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
@media (max-width: 1599.98px) {
	.jm-services-menu-box .services-menu li a svg {
		width:60px;
		height:60px;
	}
}
@media (max-width: 767.98px) {
	.jm-services-menu-box .services-menu li a svg {
		width:35px;
		height:35px;
	}
}
.service-box {
	position:relative;
	width:100%;
	margin:0 auto;
	border:1px solid #e5e5e5;
	background-color:#ffffff;
	display:flex;
	flex-direction:column;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
	padding:60px;
}
@media (max-width: 1399.98px) {
	.service-box { padding:40px; }
}
@media (max-width: 991.98px) {
	.service-box { margin-bottom:20px; }
}
@media (max-width: 767.98px) {
	.service-box {
		padding:20px;
		margin-bottom:20px;
	}
}
.service-box.social-box {
	border:none;
	background:none;
	padding:0;
	text-align:center;
}
.service-box.social-box a {
	color:#ffc949 !important;
	text-decoration:none;
}
.service-box.social-box a img { margin:0 auto 10px auto; }
.service-box.social-box a * { color:#ffc949 !important; }
.service-box img {
	display:block;
	max-width:100%;
	height:auto;
	margin:0 auto 20px auto;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
.service-box h3 { text-align:center; }
.service-box .text { display:block; }
.service-box a {
	display:block;
	width:100%;
	height:100%;
	position:relative;
}
.service-box a img {
	display:block;
	max-width:100%;
	height:auto;
}
.service-box a .text { display:block; }
.service-svg-box {
	position:relative;
	width:100%;
	height:100%;
	margin:0 auto;
	text-align:center;
	display:flex;
	flex-direction:column;
	align-items:center;
	justify-content:space-between;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
	background-color:#ffffff;
	padding:30px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.service-svg-box { padding:10px; }
}
@media (max-width: 1199.98px) {
	.service-svg-box { margin-bottom:20px; }
}
.service-svg-box h2 {
	color:#ffc949;
	font:italic normal 900 24px/24px 'Urbanist', sans-serif;
	margin:0 0 6px 0;
	text-align:center;
}
.service-svg-box p {
	color:#ffc949;
	font:normal normal 600 14px/24px 'Open Sans', sans-serif;
	text-align:center;
	margin:0;
}
.service-svg-box svg {
	margin:30px auto;
	width:100px;
	height:82px;
}
@media (min-width: 768px) and (max-width: 991.98px) {
	.service-svg-box svg { margin:10px auto; }
}
.service-svg-box svg path { fill:#ffc949; }
.service-svg-box .btn { width:100%; }
.service-box-feed {
	position:relative;
	padding:50px 0;
}
.service-box-feed .owl-service-carousel .owl-stage-outer {
	overflow:inherit;
	padding:0;
}
.service-box-feed .owl-service-carousel .owl-stage-outer .owl-stage { display:flex; }
.service-box-feed .owl-service-carousel .owl-nav {
	position:absolute;
	top:50%;
	width:100%;
}
.service-box-feed .owl-service-carousel .owl-nav .owl-next, .service-box-feed .owl-service-carousel .owl-nav .owl-prev {
	position:absolute;
	transform:translateY(-50%);
	margin:0;
	width:50px;
	height:50px;
	background-color:#25272c;
	color:#ffffff;
	text-align:center;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
@media (max-width: 767.98px) {
	.service-box-feed .owl-service-carousel .owl-nav .owl-next, .service-box-feed .owl-service-carousel .owl-nav .owl-prev {
		width:40px;
		height:40px;
	}
}
.service-box-feed .owl-service-carousel .owl-nav .owl-next:focus, .service-box-feed .owl-service-carousel .owl-nav .owl-next .focus, .service-box-feed .owl-service-carousel .owl-nav .owl-prev:focus, .service-box-feed .owl-service-carousel .owl-nav .owl-prev .focus {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.service-box-feed .owl-service-carousel .owl-nav .owl-next:hover, .service-box-feed .owl-service-carousel .owl-nav .owl-prev:hover { color:#ffc949; }
.service-box-feed .owl-service-carousel .owl-nav .owl-next i, .service-box-feed .owl-service-carousel .owl-nav .owl-prev i {
	font-size:30px;
	line-height:50px;
}
@media (max-width: 767.98px) {
	.service-box-feed .owl-service-carousel .owl-nav .owl-next i, .service-box-feed .owl-service-carousel .owl-nav .owl-prev i {
		font-size:26px;
		line-height:40px;
	}
}
.service-box-feed .owl-service-carousel .owl-nav .owl-prev { left:-50px; }
.service-box-feed .owl-service-carousel .owl-nav .owl-next { right:-50px; }
.service-box-feed .owl-service-carousel .item {
	overflow:hidden;
	padding:0 0 56.25% 0;
	margin:0;
	height:0;
	position:relative;
}
.service-box-feed .owl-service-carousel .service-item {
	position:absolute;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
	color:#ffffff;
	text-decoration:none;
	font-weight:300;
	font-size:30px;
	line-height:38px;
}
.service-box-feed .owl-service-carousel .service-item.no-filter:before { display:none; }
.service-box-feed .owl-service-carousel .service-item:before {
	content:"";
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background-color:rgba(0,0,0,0.6);
	z-index:1;
}
.service-box-feed .owl-service-carousel .service-item span { text-align:center; }
.service-box-feed .owl-service-carousel .service-item * { z-index:10; }
.service-item-popup {
	max-width:60%;
	-webkit-border-radius:8px;
	-moz-border-radius:8px;
	border-radius:8px;
}
@media (max-width: 767.98px) {
	.service-item-popup { max-width:90%; }
}
.jm-news .owl-carousel .item img {
	max-width:100%;
	height:auto;
	margin:0 auto 30px auto;
}
.jm-news .owl-carousel .item .entry-date {
	display:block;
	margin-bottom:20px;
	color:#ffc949;
}
.jm-news .owl-carousel .item h5 a { color:#ffffff; }
.jm-news .owl-carousel .owl-nav {
	margin-top:40px;
	display:flex;
	align-items:center;
	justify-content:center;
}
.jm-news .owl-carousel .owl-nav button.owl-next, .jm-news .owl-carousel .owl-nav button.owl-prev, .jm-news .owl-carousel .owl-nav button {
	margin:0 15px;
	width:50px;
	height:50px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	background-color:#616367;
}
.jm-news .owl-carousel .owl-nav button.owl-next:focus, .jm-news .owl-carousel .owl-nav button.owl-next .focus, .jm-news .owl-carousel .owl-nav button.owl-prev:focus, .jm-news .owl-carousel .owl-nav button.owl-prev .focus, .jm-news .owl-carousel .owl-nav button:focus, .jm-news .owl-carousel .owl-nav button .focus {
	outline:none;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.jm-news .owl-carousel .owl-nav button.owl-next i, .jm-news .owl-carousel .owl-nav button.owl-prev i, .jm-news .owl-carousel .owl-nav button i { color:#ffc949; }
.vc_row-o-equal-height.vertical-align-middle > .wpb_column > .vc_column-inner { height:100%; }
.vc_row-o-equal-height.vertical-align-middle > .wpb_column > .vc_column-inner > .wpb_wrapper {
	height:100%;
	display:flex;
	align-items:center;
	justify-content:center;
}
@media (max-width: 991.98px) {
	.even-section > .vc_row {
		display:flex;
		flex-direction:column;
	}
}
@media (max-width: 991.98px) {
	.even-section > .vc_row *:first-child { order:20; }
}
@media (max-width: 991.98px) {
	.even-section > .vc_row *:last-child { order:10; }
}
body .vc_section[data-vc-full-width]>.vc_row {
	margin-left:auto;
	margin-right:auto;
	max-width:1920px;
}
html, body {
	margin:0;
	padding:0;
	height:100%;
}
body {
	color:#000000;
	font:400 18px/1.5 'Open Sans', sans-serif;
	width:100%;
	min-width:320px;
	position:inherit;
	text-align:center;
	background-color:#ffffff;
}
@media (max-width: 1199.98px) {
	body { font-size:18px; }
}
td, th {
	color:#000000;
	text-align:left;
	vertical-align:top;
}
p {
	margin:0 0 27px 0;
	padding:0;
}
hr {
	display:block;
	clear:both;
	height:1px;
	border:none;
	margin:0 0 27px 0;
	padding:0;
	border-bottom:1px solid #000000;
}
a {
	color:#ffc949;
	-webkit-transition:0.3s;
	-moz-transition:0.3s;
	-o-transition:0.3s;
	transition:0.3s;
}
a:focus, a:hover {
	text-decoration:none;
	color:#000000;
	outline:none;
}
h1 {
	color:#000000;
	font:300 70px/1.28 'Open Sans', sans-serif;
	margin:0;
	padding:0;
}
@media (max-width: 1599.98px) {
	h1 { font-size:60px; }
}
@media (max-width: 1399.98px) {
	h1 { font-size:50px; }
}
@media (max-width: 1199.98px) {
	h1 { font-size:40px; }
}
h1.page-title {
	position:relative;
	padding-left:40px;
	margin-bottom:40px;
}
h1.page-title:before {
	content:'';
	position:absolute;
	width:5px;
	top:15%;
	bottom:15%;
	left:0;
	z-index:10;
	background:#fff9a6;
	background:-moz-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff9a6),color-stop(100%,#fba91c));
	background:-webkit-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-o-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-ms-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:linear-gradient(to bottom,#fff9a6 0%,#fba91c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9a6',endColorstr='#fba91c',GradientType=0);
}
.wpb-post h1.vc_custom_heading {
	position:relative;
	padding-left:40px;
	margin-bottom:80px;
}
.wpb-post h1.vc_custom_heading:before {
	content:'';
	position:absolute;
	width:5px;
	top:15%;
	bottom:15%;
	left:0;
	z-index:10;
	background:#fff9a6;
	background:-moz-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff9a6),color-stop(100%,#fba91c));
	background:-webkit-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-o-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-ms-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:linear-gradient(to bottom,#fff9a6 0%,#fba91c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9a6',endColorstr='#fba91c',GradientType=0);
}
@media (max-width: 1599.98px) {
	.wpb-post h1.vc_custom_heading { margin-bottom:60px; }
}
@media (max-width: 1399.98px) {
	.wpb-post h1.vc_custom_heading { margin-bottom:50px; }
}
@media (max-width: 1199.98px) {
	.wpb-post h1.vc_custom_heading { margin-bottom:40px; }
}
h1.portfolio-title, h1.entry-title {
	position:relative;
	font-size:40px;
	padding-left:40px;
	margin-bottom:40px;
}
h1.portfolio-title:before, h1.entry-title:before {
	content:'';
	position:absolute;
	width:5px;
	top:15%;
	bottom:15%;
	left:0;
	z-index:10;
	background:#fff9a6;
	background:-moz-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-webkit-gradient(left top,left bottom,color-stop(0%,#fff9a6),color-stop(100%,#fba91c));
	background:-webkit-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-o-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:-ms-linear-gradient(top,#fff9a6 0%,#fba91c 100%);
	background:linear-gradient(to bottom,#fff9a6 0%,#fba91c 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9a6',endColorstr='#fba91c',GradientType=0);
}
@media (max-width: 1199.98px) {
	h1.portfolio-title, h1.entry-title { font-size:30px; }
}
h2 {
	color:#000000;
	font:300 70px/1.28 'Open Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
@media (max-width: 1599.98px) {
	h2 { font-size:60px; }
}
@media (max-width: 1399.98px) {
	h2 { font-size:50px; }
}
@media (max-width: 1199.98px) {
	h2 { font-size:30px; }
}
.callToAction h2, h2.vc_custom_heading {
	font-size:50px;
	margin-bottom:50px;
}
@media (max-width: 1399.98px) {
	.callToAction h2, h2.vc_custom_heading {
		font-size:30px;
		margin-bottom:30px;
	}
}
.callToAction h2 { margin-bottom:10px; }
h2 a {
	color:#000000;
	text-decoration:none;
}
h3 {
	color:#000000;
	font:600 30px/1.1 'Open Sans', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
@media (max-width: 1399.98px) {
	h3 { font-size:26px; }
}
@media (max-width: 1199.98px) {
	h3 { font-size:24px; }
}
h4 {
	color:#000000;
	font:400 24px/48px 'Urbanist', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h5 {
	color:#000000;
	font:400 22px/44px 'Urbanist', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
h6 {
	color:#000000;
	font:700 14px/28px 'Urbanist', sans-serif;
	margin:0 0 16px 0;
	padding:0;
}
@media screen and (max-width: 767.98px) {
	h1 {
		font-size:30px;
		line-height:40px;
	}
	h2 {
		font-size:26px;
		line-height:30px;
	}
	h3 {
		font-size:24px;
		line-height:30px;
	}
	h4 {
		font-size:22px;
		line-height:30px;
	}
	h5 {
		font-size:18px;
		line-height:30px;
	}
	h6 {
		font-size:14px;
		line-height:20px;
	}
}
.site {
	position:relative;
	display:flex;
	flex-direction:column;
	min-height:100%;
	text-align:left;
	overflow:hidden;
}
.site .site-wrapper { flex:1 0 auto; }
.site-content {
	position:relative;
	z-index:40;
}
@media (max-width: 767.98px) {
	.hide-on-mobile { display:none; }
}
@media (max-width: 767.98px) {
	.hide-on-mobile.jm-services-menu-box {
		display:block;
		width:0;
		height:0;
		overflow:hidden;
	}
}
.inverted * { color:#fff; }
.inverted a:not(.btn) { color:#fff; }
.inverted a:not(.btn):hover { color:#ffc949; }
.header-indent { margin:25px 0 60px 0; }
@media (max-width: 1199.98px) {
	.header-indent { margin:0 0 35px 0; }
}
.content-indent { padding:80px 0 80px 0; }
.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .content-indent.vc_section.vc_section-has-fill+.vc_section { padding-top:80px; }
@media (max-width: 1599.98px) {
	.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .content-indent.vc_section.vc_section-has-fill+.vc_section { padding-top:60px; }
}
@media (max-width: 1399.98px) {
	.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .content-indent.vc_section.vc_section-has-fill+.vc_section { padding-top:50px; }
}
@media (max-width: 1199.98px) {
	.content-indent.vc_section.vc_section-has-fill, .content-indent.vc_section.vc_section-has-fill+.vc_row-full-width+.vc_section, .content-indent.vc_section.vc_section-has-fill+.vc_section { padding-top:40px; }
}
.content-indent.vc_col-has-fill>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1599.98px) {
	.content-indent { padding:60px 0 60px 0; }
}
@media (max-width: 1399.98px) {
	.content-indent { padding:50px 0 50px 0; }
}
@media (max-width: 1199.98px) {
	.content-indent { padding:40px 0; }
}
.content-indent-bottom { padding:0 0 80px 0; }
.content-indent-bottom.vc_col-has-fill>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner, .content-indent-bottom.vc_row-has-fill>.vc_column_container>.vc_column-inner { padding-top:0; }
@media (max-width: 1599.98px) {
	.content-indent-bottom { padding:0 0 60px 0; }
}
@media (max-width: 1399.98px) {
	.content-indent-bottom { padding:0 0 50px 0; }
}
@media (max-width: 1199.98px) {
	.content-indent-bottom { padding:0 0 40px 0; }
}
.content-area, .widget-area { margin:80px 0; }
@media (max-width: 1599.98px) {
	.content-area, .widget-area { margin:60px 0 60px 0; }
}
@media (max-width: 1399.98px) {
	.content-area, .widget-area { margin:50px 0 50px 0; }
}
@media (max-width: 1199.98px) {
	.content-area, .widget-area { margin:40px 0; }
}
.single-portfolio .content-area, .single-portfolio .widget-area { margin:30px 0 80px 0; }
@media (max-width: 1599.98px) {
	.single-portfolio .content-area, .single-portfolio .widget-area { margin:30px 0 60px 0; }
}
@media (max-width: 1399.98px) {
	.single-portfolio .content-area, .single-portfolio .widget-area { margin:30px 0 50px 0; }
}
@media (max-width: 1199.98px) {
	.single-portfolio .content-area, .single-portfolio .widget-area { margin:30px 0 40px 0; }
}
.wpb-post.page .content-area, .wpb-post.page .widget-area { margin:0; }
.page-rich .content-area, .page-rich .widget-area { margin:0; }
.home .content-area, .home .widget-area { margin:0; }
.title-section {
	position:relative;
	padding:60px 0;
	margin:0;
	text-align:center;
	background-color:#f8f8f8;
}
@media (max-width: 1199.98px) {
	.title-section { padding:35px 0; }
}
.title-section h1 { margin:0; }
#jm_fullpage_header .section, #jm_fullpage_header .slide, #jm_fullpage .section, #jm_fullpage .slide {
	position:relative;
	background-color:#27292a;
	background-position:center center;
	background-repeat:no-repeat;
	background-size:cover;
	overflow:hidden;
}
#jm_fullpage_header .section.content-left:before, #jm_fullpage_header .section.content-right:before, #jm_fullpage_header .slide.content-left:before, #jm_fullpage_header .slide.content-right:before, #jm_fullpage .section.content-left:before, #jm_fullpage .section.content-right:before, #jm_fullpage .slide.content-left:before, #jm_fullpage .slide.content-right:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
}
#jm_fullpage_header .section.content-left:before, #jm_fullpage_header .slide.content-left:before, #jm_fullpage .section.content-left:before, #jm_fullpage .slide.content-left:before {
	background:rgba(0,0,0,0.7);
	background:-moz-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.46) 35%,rgba(0,0,0,0) 100%);
	background:-webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,0.7)),color-stop(35%,rgba(0,0,0,0.46)),color-stop(100%,rgba(0,0,0,0)));
	background:-webkit-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.46) 35%,rgba(0,0,0,0) 100%);
	background:-o-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.46) 35%,rgba(0,0,0,0) 100%);
	background:-ms-linear-gradient(left,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.46) 35%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to right,rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.46) 35%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
}
#jm_fullpage_header .section.content-right:before, #jm_fullpage_header .slide.content-right:before, #jm_fullpage .section.content-right:before, #jm_fullpage .slide.content-right:before {
	background:rgba(0,0,0,0.7);
	background:-moz-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 65%,rgba(0,0,0,0.7) 100%);
	background:-webkit-gradient(left top,right top,color-stop(0%,rgba(0,0,0,0)),color-stop(65%,rgba(0,0,0,0.46)),color-stop(100%,rgba(0,0,0,0.7)));
	background:-webkit-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 65%,rgba(0,0,0,0.7) 100%);
	background:-o-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 65%,rgba(0,0,0,0.7) 100%);
	background:-ms-linear-gradient(left,rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 65%,rgba(0,0,0,0.7) 100%);
	background:linear-gradient(to right,rgba(0,0,0,0) 0%,rgba(0,0,0,0.46) 65%,rgba(0,0,0,0.7) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=1);
}
#jm_fullpage_header .section .fp-tableCell, #jm_fullpage_header .slide .fp-tableCell, #jm_fullpage .section .fp-tableCell, #jm_fullpage .slide .fp-tableCell { position:relative; }
@media (max-width: 767.98px) {
	#jm_fullpage_header .section .fp-tableCell, #jm_fullpage_header .slide .fp-tableCell, #jm_fullpage .section .fp-tableCell, #jm_fullpage .slide .fp-tableCell { vertical-align:inherit; }
}
#jm_fullpage_header .section .fp-slidesContainer, #jm_fullpage_header .slide .fp-slidesContainer, #jm_fullpage .section .fp-slidesContainer, #jm_fullpage .slide .fp-slidesContainer { display:flex; }
#jm_fullpage_header .section .background-image-gallery, #jm_fullpage_header .slide .background-image-gallery, #jm_fullpage .section .background-image-gallery, #jm_fullpage .slide .background-image-gallery {
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	right:0;
	top:0;
	bottom:0;
	z-index:5;
}
#jm_fullpage_header .section .background-image-gallery .item, #jm_fullpage_header .slide .background-image-gallery .item, #jm_fullpage .section .background-image-gallery .item, #jm_fullpage .slide .background-image-gallery .item {
	width:100%;
	height:100%;
}
#jm_fullpage_header .section .background-image-gallery img, #jm_fullpage_header .slide .background-image-gallery img, #jm_fullpage .section .background-image-gallery img, #jm_fullpage .slide .background-image-gallery img {
	display:block;
	position:absolute;
	min-width:100%;
	min-height:100%;
	width:auto;
	height:auto;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	-ms-transform:translate(-50%,-50%);
	-o-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#jm_fullpage_header .section .section-content-wrapper, #jm_fullpage_header .section .slide-content-wrapper, #jm_fullpage_header .slide .section-content-wrapper, #jm_fullpage_header .slide .slide-content-wrapper, #jm_fullpage .section .section-content-wrapper, #jm_fullpage .section .slide-content-wrapper, #jm_fullpage .slide .section-content-wrapper, #jm_fullpage .slide .slide-content-wrapper {
	position:relative;
	z-index:100;
	margin:70px 0 0 0;
}
@media (max-width: 767.98px) {
	#jm_fullpage_header .section .section-content-wrapper, #jm_fullpage_header .section .slide-content-wrapper, #jm_fullpage_header .slide .section-content-wrapper, #jm_fullpage_header .slide .slide-content-wrapper, #jm_fullpage .section .section-content-wrapper, #jm_fullpage .section .slide-content-wrapper, #jm_fullpage .slide .section-content-wrapper, #jm_fullpage .slide .slide-content-wrapper {
		margin:0;
		padding:110px 0 10px 0;
	}
}
.slide #jm_fullpage_header .section .section-content-wrapper, .slide #jm_fullpage_header .section .slide-content-wrapper, .slide #jm_fullpage_header .slide .section-content-wrapper, .slide #jm_fullpage_header .slide .slide-content-wrapper, .slide #jm_fullpage .section .section-content-wrapper, .slide #jm_fullpage .section .slide-content-wrapper, .slide #jm_fullpage .slide .section-content-wrapper, .slide #jm_fullpage .slide .slide-content-wrapper { margin:0; }
@media (max-width: 767.98px) {
	#jm_fullpage_header .section .section-content-wrapper, #jm_fullpage_header .slide .section-content-wrapper, #jm_fullpage .section .section-content-wrapper, #jm_fullpage .slide .section-content-wrapper { height:100%; }
}
#jm_fullpage_header .section .slide-content-wrapper, #jm_fullpage_header .slide .slide-content-wrapper, #jm_fullpage .section .slide-content-wrapper, #jm_fullpage .slide .slide-content-wrapper { padding:0 40px; }
#jm_fullpage_header .section .slide-wrapper, #jm_fullpage_header .slide .slide-wrapper, #jm_fullpage .section .slide-wrapper, #jm_fullpage .slide .slide-wrapper {
	position:relative;
	z-index:100;
	width:100%;
}
@media (max-width: 767.98px) {
	#jm_fullpage_header .section:last-child .fp-tableCell, #jm_fullpage .section:last-child .fp-tableCell { vertical-align:bottom; }
}
@media (max-width: 767.98px) {
	#jm_fullpage_header .section:last-child .section-content-wrapper, #jm_fullpage .section:last-child .section-content-wrapper {
		height:auto;
		padding-bottom:30px;
	}
}
@media (max-width: 767.98px) {
	#jm_fullpage_header .slide .fp-tableCell, #jm_fullpage .slide .fp-tableCell { vertical-align:middle; }
}
#jm_fullpage_header .fp-controlArrow, #jm_fullpage .fp-controlArrow {
	-webkit-user-select:none;
	-moz-user-select:none;
	-khtml-user-select:none;
	-ms-user-select:none;
	position:absolute;
	z-index:4;
	top:50%;
	cursor:pointer;
	width:30px;
	height:30px;
	border:none;
	margin-top:-15px;
	-webkit-transform:translate3d(0,0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0);
	background:transparent;
}
@media (max-width: 575.98px) {
	#jm_fullpage_header .fp-controlArrow, #jm_fullpage .fp-controlArrow {
		width:20px;
		height:20px;
		margin-top:-10px;
	}
}
#jm_fullpage_header .fp-controlArrow.fp-prev, #jm_fullpage .fp-controlArrow.fp-prev {
	left:130px;
	background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><line x1="26.5" y1="14" x2="2.19" y2="14" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><polyline points="14 26.5 1.5 14 14 1.5" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>');
}
@media (max-width: 1599.98px) {
	#jm_fullpage_header .fp-controlArrow.fp-prev, #jm_fullpage .fp-controlArrow.fp-prev { left:30px; }
}
#jm_fullpage_header .fp-controlArrow.fp-next, #jm_fullpage .fp-controlArrow.fp-next {
	right:130px;
	background:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 28 28"><line x1="1.5" y1="14" x2="25.81" y2="14" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/><polyline points="14 26.5 26.5 14 14 1.5" fill="none" stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="3"/></svg>');
}
@media (max-width: 1599.98px) {
	#jm_fullpage_header .fp-controlArrow.fp-next, #jm_fullpage .fp-controlArrow.fp-next { right:30px; }
}
.slide-content-wrapper .row > *, .section-content-wrapper .row > * {
	display:flex;
	align-items:center;
}
@media (max-width: 991.98px) {
	.slide-content-wrapper > *, .section-content-wrapper > * { font-size:16px; }
}
.slide-content-wrapper .slide-content, .slide-content-wrapper .section-content, .section-content-wrapper .slide-content, .section-content-wrapper .section-content {
	width:100%;
	text-align:left;
	-webkit-transition:0.8s;
	-moz-transition:0.8s;
	-o-transition:0.8s;
	transition:0.8s;
}
.slide-content-wrapper .slide-content > *:last-child, .slide-content-wrapper .section-content > *:last-child, .section-content-wrapper .slide-content > *:last-child, .section-content-wrapper .section-content > *:last-child { margin-bottom:0; }
.slide-content-wrapper .slide-content h2, .slide-content-wrapper .section-content h2, .section-content-wrapper .slide-content h2, .section-content-wrapper .section-content h2 { margin-bottom:10px; }
@media (max-width: 1599.98px) {
	.slide-content-wrapper .slide-content h2, .slide-content-wrapper .section-content h2, .section-content-wrapper .slide-content h2, .section-content-wrapper .section-content h2 {
		font-size:50px;
		line-height:1.2;
	}
}
@media (max-width: 1399.98px) {
	.slide-content-wrapper .slide-content h2, .slide-content-wrapper .section-content h2, .section-content-wrapper .slide-content h2, .section-content-wrapper .section-content h2 { font-size:40px; }
}
@media (max-width: 1199.98px) {
	.slide-content-wrapper .slide-content h2, .slide-content-wrapper .section-content h2, .section-content-wrapper .slide-content h2, .section-content-wrapper .section-content h2 { font-size:30px; }
}
.slide-content-wrapper .slide-content .jm-menu-box, .slide-content-wrapper .section-content .jm-menu-box, .section-content-wrapper .slide-content .jm-menu-box, .section-content-wrapper .section-content .jm-menu-box { padding-top:40px; }
@media (max-width: 767.98px) {
	.slide-content-wrapper .slide-content .jm-menu-box, .slide-content-wrapper .section-content .jm-menu-box, .section-content-wrapper .slide-content .jm-menu-box, .section-content-wrapper .section-content .jm-menu-box { padding-top:10px; }
}
.slide-content-wrapper .slide-content h3, .slide-content-wrapper .section-content h3, .section-content-wrapper .slide-content h3, .section-content-wrapper .section-content h3 {
	font-weight:300;
	margin-bottom:30px;
}
@media (max-width: 1599.98px) {
	.slide-content-wrapper .slide-content h3, .slide-content-wrapper .section-content h3, .section-content-wrapper .slide-content h3, .section-content-wrapper .section-content h3 { margin-bottom:20px; }
}
.section-type-video:before {
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	z-index:10;
	background:rgba(0,0,0,0.65);
	background:-moz-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background:-webkit-gradient(left top,right bottom,color-stop(0%,rgba(0,0,0,0.65)),color-stop(100%,rgba(0,0,0,0)));
	background:-webkit-linear-gradient(top,rgba(0,0,0,0.635) 0%,rgba(0,0,0,0) 100%);
	background:-o-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background:-ms-linear-gradient(top,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background:linear-gradient(to bottom,rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000',endColorstr='#000000',GradientType=0);
}
.background-video {
	position:absolute;
	right:0;
	bottom:0;
	top:0;
	width:100%;
	height:100%;
	background-size:100% 100%;
	background-color:black;
	background-position:center center;
	background-size:contain;
	object-fit:cover;
	z-index:3;
}
.jm-bubbles-box {
	width:650px;
	height:620px;
	position:relative;
	margin:0 auto;
}
@media (max-width: 1599.98px) {
	.jm-bubbles-box {
		width:510px;
		height:483px;
	}
}
@media (max-width: 1199.98px) {
	.jm-bubbles-box {
		width:420px;
		height:400px;
	}
}
@media (max-width: 767.98px) {
	.jm-bubbles-box {
		margin-top:20px;
		width:380px;
		height:360px;
	}
}
@media (max-width: 419.98px) {
	.jm-bubbles-box {
		width:100%;
		height:auto;
	}
}
.jm-bubbles-box .jm-bubble-wrapper {
	width:350px;
	height:350px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	position:absolute;
	background-color:rgba(10,13,21,0.8);
	padding:0 60px;
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
@media (max-width: 1599.98px) {
	.jm-bubbles-box .jm-bubble-wrapper {
		width:273px;
		height:273px;
		padding:0 40px;
	}
}
@media (max-width: 1199.98px) {
	.jm-bubbles-box .jm-bubble-wrapper {
		width:230px;
		height:230px;
	}
}
@media (max-width: 767.98px) {
	.jm-bubbles-box .jm-bubble-wrapper {
		width:200px;
		height:200px;
	}
}
.jm-bubbles-box .jm-bubble-wrapper:before {
	background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="0" y1="100%" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbab1e" offset="0"/><stop stop-color="%23fff9a5" offset="1"/></linearGradient></defs><rect x="1.5" y="1.5" width="347" height="347" rx="173.5" ry="173.5" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>');
	background-size:contain;
	background-position:center center;
	content:'';
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	bottom:0;
	left:0;
	right:0;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
}
@media (max-width: 1599.98px) {
	.jm-bubbles-box .jm-bubble-wrapper:before { background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="0" y1="100%" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbab1e" offset="0"/><stop stop-color="%23fff9a5" offset="1"/></linearGradient></defs><rect x="1.5" y="1.5" width="270" height="270" rx="135" ry="135" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>'); }
}
@media (max-width: 1199.98px) {
	.jm-bubbles-box .jm-bubble-wrapper:before { background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="0" y1="100%" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbab1e" offset="0"/><stop stop-color="%23fff9a5" offset="1"/></linearGradient></defs><rect x="1.5" y="1.5" width="227" height="227" rx="113.5" ry="113.5" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>'); }
}
@media (max-width: 767.98px) {
	.jm-bubbles-box .jm-bubble-wrapper:before { background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><defs><linearGradient id="Gradient" x1="0" x2="0" y1="100%" y2="0" gradientUnits="userSpaceOnUse"><stop stop-color="%23fbab1e" offset="0"/><stop stop-color="%23fff9a5" offset="1"/></linearGradient></defs><rect x="1.5" y="1.5" width="197" height="197" rx="98.5" ry="98.5" stroke-width="3" fill="transparent" stroke="url(%23Gradient)"/></svg>'); }
}
@media (max-width: 419.98px) {
	.jm-bubbles-box .jm-bubble-wrapper {
		position:relative;
		top:inherit !important;
		bottom:inherit !important;
		left:inherit !important;
		right:inherit !important;
		margin:0 0 10px 0 !important;
		width:100%;
		height:auto;
		padding:10px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		border-radius:6px;
		border:1px solid #ffc949;
	}
	.jm-bubbles-box .jm-bubble-wrapper:before { display:none; }
}
.jm-bubbles-box .jm-bubble-wrapper.jm-bubble-1 {
	left:0;
	bottom:0;
	z-index:1;
}
.jm-bubbles-box .jm-bubble-wrapper.jm-bubble-2 {
	left:50%;
	top:0;
	margin-left:-175px;
	z-index:2;
}
@media (max-width: 1599.98px) {
	.jm-bubbles-box .jm-bubble-wrapper.jm-bubble-2 { margin-left:-136.5px; }
}
@media (max-width: 1199.98px) {
	.jm-bubbles-box .jm-bubble-wrapper.jm-bubble-2 { margin-left:-115px; }
}
@media (max-width: 767.98px) {
	.jm-bubbles-box .jm-bubble-wrapper.jm-bubble-2 { margin-left:-100px; }
}
.jm-bubbles-box .jm-bubble-wrapper.jm-bubble-3 {
	right:0;
	bottom:0;
	z-index:3;
}
.jm-bubbles-box .jm-bubble-wrapper .jm-bubble strong {
	display:block;
	font-size:26px;
	color:#ffc949;
	font-weight:600;
}
@media (max-width: 1599.98px) {
	.jm-bubbles-box .jm-bubble-wrapper .jm-bubble strong { font-size:20px; }
}
@media (max-width: 1199.98px) {
	.jm-bubbles-box .jm-bubble-wrapper .jm-bubble strong { font-size:16px; }
}
@media (max-width: 767.98px) {
	.jm-bubbles-box .jm-bubble-wrapper .jm-bubble strong { font-size:14px; }
}
.jm-bubbles-box .jm-bubble-wrapper .jm-bubble span {
	display:block;
	font-size:16px;
}
@media (max-width: 1199.98px) {
	.jm-bubbles-box .jm-bubble-wrapper .jm-bubble span { font-size:14px; }
}
@media (max-width: 767.98px) {
	.jm-bubbles-box .jm-bubble-wrapper .jm-bubble span { font-size:12px; }
}
.skin.contentinleft .layer-content {
	display:flex;
	align-items:center;
	justify-content:center;
	flex-direction:column;
}
.skin.contentinleft .layer-content a {
	color:#ffc949 !important;
	text-decoration:none !important;
}
.skin.contentinleft .layer-content a:hover { color:#ffffff !important; }
.skin.contentinleft .layer-content a.title_link {
	font-size:16px !important;
	text-align:center !important;
}
.project-line {
	margin-top:30px;
	margin-bottom:30px;
	border-top:1px solid #eeeeee;
}
.project-content { margin-top:30px; }
.project-details { position:relative; }
.project-details ul {
	margin:0;
	padding:0;
	list-style:none;
}
.project-details ul li {
	margin:0;
	padding:0;
}
.product-thumbnail { margin-bottom:10px; }
.product-thumbnail img {
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
}
.product-gallery {
	display:flex;
	flex-wrap:wrap;
	margin:0 -5px 40px -5px;
	padding:0;
	list-style:none;
}
.product-gallery li {
	width:33.3333%;
	flex:0 0 auto;
	padding:5px 5px;
}
@media (max-width: 767.98px) {
	.product-gallery li { width:50%; }
}
.product-gallery li img {
	display:block;
	max-width:100%;
	width:100%;
	height:auto;
}
.widget_categories ul { margin-top:10px; }
.widget_categories ul li { margin-bottom:10px; }
.widget_categories ul a {
	text-decoration:none;
	color:#000000;
}
.widget_categories ul a:hover { color:#ffc949; }
.clients-box-wrapper {
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	z-index:100;
	background-color:#fff;
	padding:10px 0;
}
@media (max-width: 1399.98px) {
	.clients-box-wrapper { padding:5px 0; }
}
@media (max-width: 767.98px) {
	.clients-box-wrapper { display:none; }
}
.clients-box-wrapper img {
	margin:0 30px;
	width:auto;
	height:100px;
}
@media (max-width: 1399.98px) {
	.clients-box-wrapper img {
		margin:0 10px;
		height:90px;
	}
}
