/* Theme and overrides - Bootstrap 4 loaded via CDN */
:root {
	--blue: #571708;
	--indigo: #6610f2;
	--purple: #6f42c1;
	--pink: #e83e8c;
	--red: #dc3545;
	--orange: #fd7e14;
	--yellow: #ffc107;
	--green: #28a745;
	--teal: #20c997;
	--cyan: #17a2b8;
	--white: #ffffff;
	--gray: #6c757d;
	--gray-dark: #343a40;
	--primary: #571708;
	--secondary: #db3020;
	--success: #28a745;
	--info: #17a2b8;
	--warning: #ffc107;
	--danger: #dc3545;
	--light: #f8f9fa;
	--dark: #343a40;
	--breakpoint-xs: 0;
	--breakpoint-sm: 576px;
	--breakpoint-md: 768px;
	--breakpoint-lg: 992px;
	--breakpoint-xl: 1200px;
	--font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	--font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

.ftco-navbar-light {
	background: #571708 !important;
	z-index: 3;
	padding: 0;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light {
		background: #000000 !important;
		position: relative;
		top: 0;
		padding: 10px 15px;
	}
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav {
		padding-bottom: 10px;
	}
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
	font-size: 12px;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 23px;
	padding-right: 23px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	z-index: 0;
	opacity: 1 !important;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	bottom: 0;
	left: 0;
	background-color: #571708;
	visibility: hidden;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.2s ease-in-out 0s;
	-o-transition: all 0.2s ease-in-out 0s;
	transition: all 0.2s ease-in-out 0s;
	z-index: -1;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
	color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
	visibility: visible;
	background-color: #db3020;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav>.nav-item>.nav-link {
		padding-left: 0;
		padding-right: 0;
		padding-top: .9rem;
		padding-bottom: .9rem;
		color: rgba(255, 255, 255, 0.7);
	}

	.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover {
		color: #fff;
	}

	.ftco-navbar-light .navbar-nav>.nav-item>.nav-link:hover:before {
		display: none;
	}
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
	border: none;
	background: #fff;
	-webkit-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	-moz-box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	box-shadow: 0px 10px 34px -20px rgba(0, 0, 0, 0.41);
	border-radius: 4px;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
	font-size: 12px;
	color: #000000;
}

.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:hover,
.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item:focus {
	background: none;
	color: #fff;
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu {
		display: block !important;
		background: #000000;
	}

	.ftco-navbar-light .navbar-nav>.nav-item .dropdown-menu .dropdown-item {
		color: rgba(255, 255, 255, 0.8);
	}
}

.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
	color: #fff;
	background: #571708;
	border-radius: 0px;
}

@media (max-width: 767.98px) {
	.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav>.nav-item.cta>a {
		color: #fff;
		background: none;
		border-radius: 4px;
	}
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a {
	color: #fff;
}

.ftco-navbar-light .navbar-nav>.nav-item.active>a:before {
	visibility: visible;
	background-color: #571708;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}

@media (max-width: 991.98px) {
	.ftco-navbar-light .navbar-nav>.nav-item.active>a {
		color: #571708;
	}

	.ftco-navbar-light .navbar-nav>.nav-item.active>a:before {
		display: none;
	}
}

.ftco-navbar-light .navbar-toggler {
	border: none;
	color: rgba(255, 255, 255, 0.5) !important;
	cursor: pointer;
	padding-right: 0;
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: .1em;
}

.ftco-navbar-light .navbar-toggler:focus {
	outline: none !important;
}

.navbar-brand {
	color: #571708;
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 0px;
	text-transform: uppercase;
}

.navbar-brand .navbar-brand-logo {
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.navbar-brand:hover,
.navbar-brand:focus {
	color: #000000;
}

.searchform {
	height: 46px;
	overflow: hidden;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
}

.searchform .form-control {
	width: calc(100% - 46px);
	border: none;
	color: rgba(0, 0, 0, 0.7) !important;
	font-size: 14px;
}

.searchform .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-ms-input-placeholder {
	/* IE 0+ */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.7) !important;
}

.searchform .form-control {
	height: 46px !important;
	background: rgba(0, 0, 0, 0.05) !important;
	color: #000000 !important;
	font-size: 14px;
	border-radius: 0px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.searchform .form-control:focus,
.searchform .form-control:active {
	border-color: #000000;
}

.searchform .search {
	width: 46px;
	height: 46px;
}

.searchform .search span {
	font-size: 20px;
}

.hero-wrap {
	width: 100%;
	height: 100%;
	position: inherit;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
}

@media (max-width: 1199.98px) {
	.hero-wrap {
		background-position: center center !important;
	}
}

.hero-wrap .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: rgba(0, 0, 0, 0.4);
}

.hero-wrap.hero-wrap-2 {
	height: 400px;
}

.hero-wrap.hero-wrap-2 .overlay {
	background: rgba(0, 0, 0, 0.5);
}

.hero-wrap.hero-wrap-2 .slider-text {
	height: 400px;
}

.hero-wrap.hero-wrap-2 .slider-text h1 {
	font-weight: 400;
	font-size: 40px;
}

.hero-wrap .slider-text h1 {
	color: #fff;
	line-height: 1.2;
	font-family: "Lato", Arial, sans-serif;
}

.hero-wrap .slider-text h1 .text-white,
.hero-wrap .slider-text h1.hero-heading-white {
	color: #fff !important;
}

.hero-wrap .slider-text .text-white {
	color: #fff !important;
}

@media (max-width: 991.98px) {
	.hero-wrap .slider-text h1 {
		font-size: 40px;
	}
}

.hero-wrap .slider-text h1 span:not(.text-white) {
	color: #571708;
}

.hero-wrap .hero-logo-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.hero-wrap .hero-logo {
	height: 72px;
	width: auto;
	object-fit: contain;
	display: block;
}

.hero-wrap .hero-fire-icon {
	font-size: 2.5rem;
	color: #fff;
}

.hero-wrap .slider-text .subheading {
	font-size: 15px;
	color: #571708;
	text-transform: uppercase;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 700;
	letter-spacing: 2px;
}

.hero-wrap .slider-text p {
	font-size: 18px;
	line-height: 1.5;
	color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text p strong {
	font-weight: 700;
}

.hero-wrap .slider-text p strong a {
	color: #000000;
}

.hero-wrap .slider-text .breadcrumbs {
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 20px;
	z-index: 99;
}

.hero-wrap .slider-text .breadcrumbs span {
	color: rgba(255, 255, 255, 0.5);
}

.hero-wrap .slider-text .breadcrumbs span i {
	font-size: 12px;
}

.hero-wrap .slider-text .breadcrumbs span a {
	color: rgba(255, 255, 255, 0.7);
}

.hero-wrap .slider-text .breadcrumbs span a:hover,
.hero-wrap .slider-text .breadcrumbs span a:focus {
	color: #571708;
}

.hero-wrap .slider-text .breadcrumbs span a:hover i,
.hero-wrap .slider-text .breadcrumbs span a:focus i {
	color: #571708;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: 1;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #4d4d4d;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot:hover,
.owl-carousel .owl-dots .owl-dot:focus {
	outline: none !important;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b3b3b3;
}

.owl-carousel .owl-dots .owl-dot.active:after {
	border-color: #fff;
}

.owl-carousel.home-slider {
	position: relative;
	height: 700px;
	z-index: 0;
}

.owl-carousel.home-slider .slider-item {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 700px;
	position: relative;
	z-index: 0;
	overflow: hidden;
}

.owl-carousel.home-slider .slider-item .overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000000;
	opacity: .1;
	padding: 0;
	z-index: 0;
}

@media (max-width: 1199.98px) {
	.owl-carousel.home-slider .slider-item {
		background-position: center center !important;
	}
}

.owl-carousel.home-slider .slider-item .slider-text {
	height: 700px;
	position: relative;
}

.owl-carousel.home-slider .slider-item .slider-text .text {
	z-index: 0;
	color: rgba(255, 255, 255, 0.9);
}

.owl-carousel.home-slider .slider-item .slider-text h1 {
	font-size: 40px;
	font-weight: 700;
	color: #fff;
	line-height: 1;
	text-shadow: 0px 3px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 991.98px) {
	.owl-carousel.home-slider .slider-item .slider-text h1 {
		font-size: 40px;
		letter-spacing: 3px;
	}
}

.owl-carousel.home-slider .slider-item .slider-text h2 {
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-family: "Lato", Arial, sans-serif;
	font-weight: 600;
	color: #571708;
	display: inline-block;
	position: relative;
	letter-spacing: 4px;
}

.owl-carousel.home-slider .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel.home-slider .owl-nav .owl-prev,
.owl-carousel.home-slider .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	outline: none !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.owl-carousel.home-slider .owl-nav .owl-prev span:before,
.owl-carousel.home-slider .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(255, 255, 255, 0.5);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.owl-carousel.home-slider .owl-nav .owl-prev:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-prev:focus span:before,
.owl-carousel.home-slider .owl-nav .owl-next:hover span:before,
.owl-carousel.home-slider .owl-nav .owl-next:focus span:before {
	color: #fff;
}

.owl-carousel.home-slider .owl-nav .owl-prev {
	left: 0;
	margin-left: 0;
}

.owl-carousel.home-slider .owl-nav .owl-next {
	right: 0;
	margin-right: 0;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev,
.owl-carousel.home-slider:hover .owl-nav .owl-next {
	opacity: 1;
}

.owl-carousel.home-slider:hover .owl-nav .owl-prev {
	margin-left: 50px;
}

.owl-carousel.home-slider:hover .owl-nav .owl-next {
	margin-right: 50px;
}

.owl-carousel.home-slider .owl-dots {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 100px;
	width: 100%;
	text-align: center;
}

@media (max-width: 767.98px) {
	.owl-carousel.home-slider .owl-dots {
		bottom: 5px;
	}
}

.owl-carousel.home-slider .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.4);
}

.owl-carousel.home-slider .owl-dots .owl-dot.active {
	background: #fff;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
}

.owl-carousel {
	position: relative;
}

.owl-carousel .owl-item {
	opacity: .4;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-carousel .owl-nav {
	position: absolute;
	top: 50%;
	width: 100%;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	color: #571708 !important;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	transition: all 0.7s ease;
	opacity: 0;
}

.owl-carousel .owl-nav .owl-prev span:before,
.owl-carousel .owl-nav .owl-next span:before {
	font-size: 30px;
}

.owl-carousel .owl-nav .owl-prev {
	left: 0;
}

.owl-carousel .owl-nav .owl-next {
	right: 0;
}

.owl-carousel .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: #e6e6e6;
	position: relative;
}

.owl-carousel .owl-dots .owl-dot:after {
	position: absolute;
	top: -2px;
	left: -2px;
	right: 0;
	bottom: 0;
	width: 14px;
	height: 14px;
	content: '';
	border: 1px solid #e6e6e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.owl-carousel .owl-dots .owl-dot.active {
	background: #b3b3b3;
}

.owl-carousel:hover .owl-nav .owl-prev,
.owl-carousel:hover .owl-nav .owl-next {
	opacity: 1;
}

.owl-carousel:hover .owl-nav .owl-prev {
	left: -25px;
}

.owl-carousel:hover .owl-nav .owl-next {
	right: -25px;
}

.owl-custom-nav {
	float: right;
	position: relative;
	z-index: 10;
	border: 1px solid red;
}

.owl-custom-nav .owl-custom-prev,
.owl-custom-nav .owl-custom-next {
	padding: 10px;
	font-size: 30px;
	background: #ccc;
	line-height: 0;
	width: 60px;
	text-align: center;
	display: inline-block;
}

.bg-light {
	background: #f8f9fd !important;
}

.bg-secondary {
	background: #db3020 !important;
}

.bg-primary {
	background: #571708 !important;
}

.btn {
	padding: 12px 16px;
	cursor: pointer;
	border-radius: 4px;
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.btn.btn-primary {
	background: #571708;
	border: 1px solid #571708;
	color: #ffffff;
}

.btn.btn-primary:hover {
	border: 1px solid #571708;
	background: transparent;
	color: #571708;
}

.btn.btn-primary.btn-outline-primary {
	border: 1px solid #571708;
	background: transparent;
	color: #571708;
}

.btn.btn-primary.btn-outline-primary:hover {
	border: 1px solid transparent;
	background: #571708;
	color: #ffffff;
}

.btn.btn-white {
	background: #fff;
	border: 1px solid #fff;
	color: #000000;
}

.btn.btn-white:hover {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn.btn-white.btn-outline-white {
	border: 1px solid #fff;
	background: transparent;
	color: #fff;
}

.btn.btn-white.btn-outline-white:hover {
	border: 1px solid transparent;
	background: #fff;
	color: #000000;
}

.btn.btn-secondary {
	background: #db3020;
	border: 1px solid #db3020;
	color: #fff;
}

.btn.btn-secondary:hover {
	border: 1px solid #db3020;
	background: transparent;
	color: #db3020;
}

.btn.btn-secondary.btn-outline-secondary {
	border: 1px solid #db3020;
	background: transparent;
	color: #db3020;
}

.btn.btn-secondary.btn-outline-secondary:hover {
	border: 1px solid transparent;
	background: #db3020;
	color: #fff;
}

.img-video {
	background-position: top center !important;
}

@media (max-width: 767.98px) {
	.img-video {
		height: 400px;
	}
}

.icon-video {
	width: 80px;
	height: 80px;
	background: #571708;
	-webkit-animation: pulse 2s infinite;
	animation: pulse 2s infinite;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.icon-video span {
	font-size: 24px;
	color: #fff;
}

.tabulation .nav-pills .nav-item {
	margin-bottom: 10px;
}

.tabulation .nav-pills .nav-item .nav-link {
	background: #fff;
	border-radius: 4px;
	color: #000000;
	font-weight: 600;
	border: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 20px;
	line-height: 30px;
}

.tabulation .nav-pills .nav-item .nav-link span {
	color: #571708;
	font-size: 34px;
}

.tabulation .nav-pills .nav-item .nav-link.active {
	color: #fff;
	background: #571708;
	border: 1px solid #571708;
}

.tabulation .nav-pills .nav-item .nav-link.active span {
	color: #fff;
}

.tabulation .tab-content {
	background: #fff;
	padding: 0;
}

.tabulation .tab-content .img {
	width: 100%;
	height: 400px;
	margin-bottom: 20px;
}

.tabulation .tab-content h3 {
	font-weight: 600;
}

.tabulation .tab-content h3 a {
	color: #000000;
}

/* Services: two buttons per row, half-width layout, spacing and responsive */
.services-nav-list.row {
	margin-left: -8px;
	margin-right: -8px;
}
.services-nav-list .nav-item {
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 12px;
}
#services-nav.nav-pills {
	display: flex;
	flex-wrap: wrap;
}
#services-nav .nav-link {
	white-space: normal;
	font-size: 0.95rem;
	line-height: 1.35;
	min-height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 6px;
	transition: background-color 0.2s ease, color 0.2s ease;
}
@media (min-width: 768px) {
	#services-nav .nav-link {
		font-size: 1rem;
		min-height: 56px;
	}
}
@media (max-width: 575.98px) {
	.services-nav-list .nav-item {
		flex: 0 0 100%;
		max-width: 100%;
		padding-bottom: 10px;
	}
	#services-nav .nav-link {
		min-height: 48px;
		font-size: 0.9rem;
	}
}

.dept .img {
	height: 400px;
}

.services {
	display: flex;
	flex-direction: column;
	width: 100%;
	position: relative;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services .d-block {
	margin-bottom: 20px;
	flex: 1;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	min-height: 0;
}

.services .d-block:last-child {
	margin-bottom: 0;
}

.services .d-block .media-body {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
	padding-left: 1rem;
}

.services .d-block .media-body p:not(:last-child) {
	flex: 1;
	min-height: 0;
}

.services .d-block:hover .icon {
	background: #3d1006;
}

.services .d-block:hover .icon:after {
	bottom: -7px;
	height: 7px;
	left: 4px;
	right: 4px;
}

.services .d-block:hover .icon i,
.services .d-block:hover .icon span {
	color: #fff;
}

.services .icon {
	line-height: 1.3;
	position: relative;
	width: 80px;
	height: 80px;
	flex-shrink: 0;
	align-self: flex-start;
	margin: 0 1rem 1.5rem 0;
	position: relative;
	z-index: 0;
	border-radius: 5px;
	background: #571708;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
}

.services .icon:after {
	position: absolute;
	bottom: -5px;
	left: 5px;
	right: 5px;
	content: '';
	height: 5px;
	background: #3d1006;
	border-radius: 0 0 3px 3px;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.services .icon i,
.services .icon span {
	font-size: 48px;
	color: #fff;
}

.services .media-body h3 {
	font-weight: 700;
	font-size: 18px;
	color: #000000;
}

.services .btn-custom {
	font-size: 12px;
	font-weight: 500;
	text-transform: uppercase;
	color: #000000;
	border-bottom: 2px solid #e6e6e6;
}

.services .btn-custom:hover {
	color: #571708;
	border-color: #571708;
}

#section-counter {
	position: relative;
	z-index: 0;
}

.ftco-counter {
	overflow-x: hidden;
	position: relative;
}

@media (max-width: 1199.98px) {
	.ftco-counter {
		background-position: center center !important;
	}
}

.ftco-counter .block-18 {
	display: block;
	width: 100%;
}

@media (max-width: 991.98px) {
	.ftco-counter .block-18 {
		margin-bottom: 2em;
	}
}

.ftco-counter .text {
	position: relative;
}

@media (max-width: 767.98px) {
	.ftco-counter .text {
		width: 100%;
	}
}

.ftco-counter .text .number {
	line-height: 1;
	font-weight: 700;
	font-size: 38px;
	color: #571708;
	display: block;
	margin-bottom: 10px;
}

.ftco-counter .text span {
	text-transform: uppercase;
	font-weight: 600;
	color: rgba(0, 0, 0, 0.7);
}

@media (max-width: 767.98px) {
	.ftco-counter .counter-wrap {
		margin-bottom: 20px;
	}
}

.staff {
	width: 100%;
	overflow: hidden;
	margin-bottom: 0;
	-webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .img-wrap {
	height: 300px;
}

.staff .img {
	width: 100%;
	display: block;
	background-position: top center;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .text {
	position: relative;
	background: #571708;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: rgba(255, 255, 255, 0.9);
}

.staff .text h3 {
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
	margin-bottom: 5px;
}

.staff .text .position {
	color: rgba(255, 255, 255, 0.8);
	display: block;
	font-weight: 600;
	display: inline-block;
	margin-bottom: 10px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.staff .text .faded {
	opacity: 1;
}

.staff .ftco-social {
	position: absolute;
	top: -50px;
	left: 0;
	right: 0;
	padding: 15px 10px;
	background: transparent;
	opacity: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.staff .ftco-social li {
	width: 30px;
	height: 30px;
	position: relative;
}

.staff .ftco-social li a {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #db3020;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.staff:hover,
.staff:focus {
	-webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.staff:hover .ftco-social,
.staff:focus .ftco-social {
	opacity: 1;
	top: -60px;
}

.staff:hover .img,
.staff:focus .img {
	margin-top: -10px;
}

.ftco-appointment {
	background-position: center center !important;
	position: relative;
}

.ftco-appointment .wrap-appointment {
	-webkit-box-shadow: 0px 12px 31px -16px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 12px 31px -16px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 12px 31px -16px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
	.ftco-appointment .wrap-appointment {
		margin-top: -80px;
	}
}

.ftco-appointment .desc h2 {
	font-size: 22px;
	font-weight: 700;
	margin-bottom: 10px;
}

.ftco-appointment .desc .heading {
	font-size: 18px;
	font-weight: 700;
	color: #571708;
	text-transform: uppercase;
}

.ftco-appointment .desc .phone {
	font-size: 25px;
	color: #571708;
	font-weight: 700;
}

.ftco-appointment .opening-hours h4 {
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 700;
	color: #571708;
}

.ftco-appointment .opening-hours p span {
	display: block;
}

.ftco-appointment .opening-hours p span strong {
	font-weight: 400;
	color: #571708;
}

.appointment .form-group {
	position: relative;
	width: 100%;
	display: block;
}

.appointment .form-group .icon {
	position: absolute;
	top: 50% !important;
	right: 15px;
	font-size: 18px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.appointment .form-group .icon span {
	font-size: 16px;
	color: #571708 !important;
}

.appointment .form-group .select-wrap,
.appointment .form-group .input-wrap {
	position: relative;
}

.appointment .form-group .select-wrap select,
.appointment .form-group .input-wrap select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.appointment .form-group .btn {
	width: 100%;
	display: block !important;
}

.appointment .form-control {
	border: transparent;
	background: #fff !important;
	color: rgba(0, 0, 0, 0.8) !important;
	font-size: 14px;
	font-weight: 500;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.appointment .form-control::-webkit-input-placeholder {
	/* Chrome/Opera/Safari */
	color: rgba(0, 0, 0, 0.5);
}

.appointment .form-control::-moz-placeholder {
	/* Firefox 19+ */
	color: rgba(0, 0, 0, 0.5);
}

.appointment .form-control:-ms-input-placeholder {
	/* IE 10+ */
	color: rgba(0, 0, 0, 0.5);
}

.appointment .form-control:-moz-placeholder {
	/* Firefox 18- */
	color: rgba(0, 0, 0, 0.5);
}

.appointment textarea.form-control {
	height: inherit !important;
}

/* Booking form on home: light labels and visible button on primary background */
.ftco-appointment .appointment label,
.ftco-appointment .appointment .small.text-muted {
	color: rgba(255, 255, 255, 0.9) !important;
}

.ftco-appointment .appointment label.text-muted .text-danger {
	color: rgba(255, 255, 255, 0.95) !important;
}

.ftco-appointment .appointment .btn-primary {
	background: #fff !important;
	color: #571708 !important;
	border: none;
	font-weight: 600;
}

.ftco-appointment .appointment .btn-primary:hover {
	background: rgba(255, 255, 255, 0.9) !important;
	color: #571708 !important;
}

.ftco-appointment .appointment .form-group {
	margin-bottom: 1rem;
}

.work {
	display: block;
	width: 100%;
	height: 270px;
	margin-bottom: 0;
	background-position: top center !important;
	z-index: 0;
	position: relative;
}

.work:after {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: '';
	background: #db3020;
	opacity: 0;
	z-index: 0;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.work .text {
	opacity: 0;
}

@media (max-width: 991.98px) {
	.work .text {
		opacity: 1;
	}
}

.work .text span {
	color: rgba(255, 255, 255, 0.5);
}

.work h2 {
	color: #fff;
	line-height: 1.2;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
}

.work h2 a {
	color: #fff;
}

.work .desc {
	z-index: 1;
}

.work .icon {
	position: absolute;
	top: 50%;
	right: 50%;
	width: 70px;
	height: 70px;
	content: '';
	z-index: 1;
	background: #571708;
	-webkit-transform: translate(50%, 50%);
	-ms-transform: translate(50%, 50%);
	transform: translate(50%, 50%);
	margin-top: -70px;
	opacity: 0;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
	.work .icon {
		opacity: 1;
	}
}

.work .icon span {
	font-size: 28px;
	color: #fff;
}

.work:hover:after {
	opacity: .8;
}

.work:hover .icon {
	opacity: 1;
}

.work:hover .text {
	opacity: 1;
}

.ftco-social {
	padding: 0;
}

.ftco-social li {
	list-style: none;
	margin-right: 10px;
	display: inline-block;
}

.form-control {
	height: 52px !important;
	background: #fff !important;
	color: #000000 !important;
	font-size: 14px;
	border-radius: 5px;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control:focus,
.form-control:active {
	border-color: #000000;
}

textarea.form-control {
	height: inherit !important;
}

.ftco-vh-100 {
	height: 100vh;
}

@media (max-width: 1199.98px) {
	.ftco-vh-100 {
		height: inherit;
		padding-top: 5em;
		padding-bottom: 5em;
	}
}

.ftco-animate {
	opacity: 0;
	visibility: hidden;
}

.about-author .desc h3 {
	font-size: 24px;
}

.ftco-section {
	padding: 7em 0;
	position: relative;
}

@media (max-width: 767.98px) {
	.ftco-section {
		padding: 6em 0;
	}
}

.ftco-bg-dark {
	background: #3c312e;
}

.ftco-no-pt {
	padding-top: 0 !important;
}

.ftco-no-pb {
	padding-bottom: 0 !important;
}

.block-7 {
	border-radius: 4px;
	margin-bottom: 30px;
	padding: 30px;
	background: #fff;
	-webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.05);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

@media (max-width: 991.98px) {
	.block-7 {
		margin-top: 30px;
	}
}

.block-7 .heading-2 {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.block-7 .price {
	margin: 0 0 20px 0;
	padding: 0;
	display: block;
}

.block-7 .price sup {
	font-size: 16px;
	top: -1em;
	color: #db3020;
}

.block-7 .price .number {
	font-size: 34px;
	font-weight: 500;
	color: #db3020;
}

.block-7 .excerpt {
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 2px;
	font-weight: 600;
}

.block-7 .label2 {
	text-transform: uppercase;
}

.block-7:hover,
.block-7:focus {
	-webkit-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
	-moz-box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 24px 48px -13px rgba(0, 0, 0, 0.11);
}

.footer {
	overflow: hidden;
	background: #252525;
}

.footer .logo {
	font-size: 24px !important;
	font-weight: 700 !important;
	line-height: 1;
}

.footer .logo a {
	color: #fff;
}

.footer .logo .footer-logo {
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
	vertical-align: middle;
}

.footer .logo a span {
	color: #571708;
}

.footer .ftco-footer-widget h2 {
	font-weight: normal;
	color: #fff;
	margin-bottom: 40px;
	font-size: 20px;
	font-weight: 600;
}

.footer .ftco-footer-widget ul li a {
	color: rgba(255, 255, 255, 0.7);
}

.footer .ftco-footer-widget ul li a span {
	color: rgba(255, 255, 255, 0.7);
}

.footer .ftco-footer-widget ul li a:hover {
	color: #db3020;
}

.footer .ftco-footer-widget ul li a:hover span {
	color: #db3020;
}

.footer .ftco-footer-widget .btn-primary {
	background: #fff !important;
	border: 2px solid #fff !important;
}

.footer .ftco-footer-widget .btn-primary:hover {
	background: #fff;
	border: 2px solid #fff !important;
}

.footer p {
	color: rgba(255, 255, 255, 0.7);
}

.footer a {
	color: rgba(255, 255, 255, 0.7);
}

.footer a:hover {
	color: #fff;
}

.footer .opening-hours h4 {
	color: white;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

.footer .opening-hours p span {
	color: rgba(255, 255, 255, 0.9);
}

.ftco-footer-social li {
	list-style: none;
	margin: 0 10px 0 0;
	display: inline-block;
}

.ftco-footer-social li a {
	height: 40px;
	width: 40px;
	display: block;
	float: left;
	background: rgba(255, 255, 255, 0.05);
	border-radius: 50%;
	position: relative;
}

.ftco-footer-social li a span {
	position: absolute;
	font-size: 20px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ftco-footer-social li a:hover {
	color: #fff;
}

.footer-small-nav>li {
	display: inline-block;
}

.footer-small-nav>li a {
	margin: 0 10px 10px 0;
}

.footer-small-nav>li a:hover,
.footer-small-nav>li a:focus {
	color: #571708;
}

@-webkit-keyframes pulse {
	0% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4);
	}

	70% {
		-webkit-box-shadow: 0 0 0 30px rgba(1, 210, 142, 0);
	}

	100% {
		-webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
	}
}

@keyframes pulse {
	0% {
		-moz-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4);
		-webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4);
		box-shadow: 0 0 0 0 rgba(1, 210, 142, 0.4);
	}

	70% {
		-moz-box-shadow: 0 0 0 30px rgba(1, 210, 142, 0);
		-webkit-box-shadow: 0 0 0 30px rgba(1, 210, 142, 0);
		box-shadow: 0 0 0 30px rgba(1, 210, 142, 0);
	}

	100% {
		-moz-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
		-webkit-box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
		box-shadow: 0 0 0 0 rgba(1, 210, 142, 0);
	}
}

.heading-section .subheading {
	font-size: 12px;
	display: block;
	font-weight: 700;
	color: #571708;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.heading-section h2 {
	font-size: 30px;
	font-weight: 700;
}

@media (max-width: 767.98px) {
	.heading-section h2 {
		font-size: 28px;
	}
}

.heading-section.heading-section-white .subheading {
	color: rgba(255, 255, 255, 0.8);
}

.heading-section.heading-section-white h2 {
	color: #fff;
}

.heading-section.heading-section-white p {
	color: rgba(255, 255, 255, 0.9);
}

.img,
.blog-img,
.user-img {
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}

.aside-stretch-right {
	background: #571708;
}

.aside-stretch-right:after {
	position: absolute;
	top: 0;
	left: 100%;
	bottom: 0;
	content: '';
	width: 360%;
	background: #571708;
}

@media (max-width: 767.98px) {
	.aside-stretch-right {
		background: transparent;
	}

	.aside-stretch-right:after {
		background: transparent;
		display: none;
	}
}

.testimony-section {
	position: relative;
}

.testimony-section .owl-carousel {
	margin: 0;
}

.testimony-section .owl-carousel .owl-stage-outer {
	padding: 20px 0 2em 0;
	position: relative;
}

.testimony-section .owl-nav {
	position: absolute;
	top: 100%;
	width: 100%;
}

.testimony-section .owl-nav .owl-prev,
.testimony-section .owl-nav .owl-next {
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	margin-top: -10px;
	outline: none !important;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity: 0;
}

.testimony-section .owl-nav .owl-prev span:before,
.testimony-section .owl-nav .owl-next span:before {
	font-size: 30px;
	color: rgba(0, 0, 0, 0.5);
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.testimony-section .owl-nav .owl-prev:hover span:before,
.testimony-section .owl-nav .owl-prev:focus span:before,
.testimony-section .owl-nav .owl-next:hover span:before,
.testimony-section .owl-nav .owl-next:focus span:before {
	color: #fff;
}

.testimony-section .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.testimony-section .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.testimony-section:hover .owl-nav .owl-prev,
.testimony-section:hover .owl-nav .owl-next {
	opacity: 1;
}

.testimony-section:hover .owl-nav .owl-prev {
	left: 50%;
	margin-left: -80px;
}

.testimony-section:hover .owl-nav .owl-next {
	right: 50%;
	margin-right: -80px;
}

.testimony-section .owl-dots {
	text-align: center;
}

.testimony-section .owl-dots .owl-dot {
	width: 10px;
	height: 10px;
	margin: 5px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
}

.testimony-section .owl-dots .owl-dot:after {
	border-color: rgba(255, 255, 255, 0.2);
}

.testimony-section .owl-dots .owl-dot.active {
	background: #db3020;
}

.testimony-section .owl-dots .owl-dot.active:after {
	border-color: #db3020;
}

.testimony-section .owl-carousel .owl-item {
	display: flex;
}

.testimony-section .owl-carousel .owl-item .item {
	flex: 1;
	display: flex;
	width: 100%;
}

.testimony-section .owl-carousel .owl-item .testimony-wrap {
	flex: 1;
	display: flex;
	flex-direction: column;
	width: 100%;
	min-height: 340px;
}

.testimony-section .testimony-wrap .text {
	flex: 1;
	display: flex;
	flex-direction: column;
	min-height: 0;
}

.testimony-section .testimony-wrap .text p.mb-4 {
	flex: 1;
	min-height: 0;
}

.testimony-wrap {
	display: block;
	position: relative;
	padding: 0 20px;
	border: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 16px;
	color: rgba(255, 255, 255, 0.8);
}

.testimony-wrap .icon {
	position: absolute;
	top: -20px;
	left: 20px;
	width: 44px;
	height: 44px;
	border-radius: 5px;
	background: #571708;
	font-size: 22px;
}

.testimony-wrap .icon span {
	color: #fff;
}

.testimony-wrap .user-img {
	width: 70px;
	height: 70px;
	position: relative;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.testimony-wrap .name {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 0;
	color: #fff;
}

.testimony-wrap .position {
	font-size: 14px;
	color: rgba(255, 255, 255, 0.7);
}

.image-popup {
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
	opacity: 0;
	-webkit-backface-visibility: hidden;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
	opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
	opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
	opacity: 0;
}

.block-20 {
	overflow: hidden;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	height: 250px;
	position: relative;
	display: block;
}

@media (min-width: 768px) {
	.blog-entry {
		margin-bottom: 40px;
	}
}

@media (max-width: 767.98px) {
	.blog-entry {
		margin-bottom: 30px;
	}
}

.blog-entry .text {
	position: relative;
	border-top: 0;
	border-radius: 2px;
}

.blog-entry .text .author {
	width: 48px;
	height: 48px;
	border-radius: 50%;
}

.blog-entry .text .desc {
	width: calc(100% - 48px);
}

.blog-entry .text .desc span {
	display: block;
}

.blog-entry .text .desc span:first-child {
	color: #b3b3b3;
}

.blog-entry .text .desc span:last-child {
	font-weight: 500;
	color: #db3020;
}

.blog-entry .text .heading {
	font-size: 18px;
	margin-bottom: 16px;
	font-weight: 700;
}

.blog-entry .text .heading a {
	color: #000000;
}

.blog-entry .text .heading a:hover,
.blog-entry .text .heading a:focus,
.blog-entry .text .heading a:active {
	color: #571708;
}

.blog-entry .btn-custom {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 500;
	color: #019f6c;
}

.block-23 ul {
	padding: 0;
}

.block-23 ul li,
.block-23 ul li>a {
	display: table;
	line-height: 1.5;
	margin-bottom: 15px;
}

.block-23 ul li span {
	color: rgba(255, 255, 255, 0.7);
}

.block-23 ul li .icon,
.block-23 ul li .text {
	display: table-cell;
	vertical-align: top;
}

.block-23 ul li .icon {
	width: 40px;
	font-size: 22px;
	padding-top: 2px;
	color: white;
}

.block-27 ul {
	padding: 0;
	margin: 0;
}

.block-27 ul li {
	display: inline-block;
	margin-bottom: 4px;
	font-weight: 400;
}

.block-27 ul li a,
.block-27 ul li span {
	color: gray;
	text-align: center;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	border: 1px solid #e6e6e6;
}

.block-27 ul li.active a,
.block-27 ul li.active span {
	background: #571708;
	color: #fff;
	border: 1px solid transparent;
}

.wrapper {
	width: 100%;
	-webkit-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	-moz-box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
	box-shadow: 0px 21px 41px -13px rgba(0, 0, 0, 0.18);
}

.contact-wrap {
	background: #fff;
}

.info-wrap h3 {
	color: #fff;
}

.info-wrap .dbox {
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
	margin-bottom: 25px;
}

.info-wrap .dbox:last-child {
	margin-bottom: 0;
}

.info-wrap .dbox p {
	margin-bottom: 0;
}

.info-wrap .dbox p span {
	font-weight: 600;
	color: #fff;
}

.info-wrap .dbox p a {
	color: #fff;
}

.info-wrap .dbox .icon {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.1);
}

.info-wrap .dbox .icon span {
	font-size: 24px;
	color: #fff;
}

.info-wrap .dbox .text {
	width: calc(100% - 50px);
}

.contactForm .form-control {
	border: 2px solid rgba(0, 0, 0, 0.05) !important;
}

#map {
	height: 500px;
	width: 100%;
}

@media (max-width: 767.98px) {
	#map {
		height: 300px;
	}
}

.block-21 .blog-img {
	display: block;
	height: 80px;
	width: 80px;
}

.block-21 .text {
	width: calc(100% - 100px);
}

.block-21 .text .heading {
	font-size: 16px;
	font-weight: 400;
}

.block-21 .text .heading a {
	color: #000000;
}

.block-21 .text .heading a:hover,
.block-21 .text .heading a:active,
.block-21 .text .heading a:focus {
	color: #571708;
}

.block-21 .text .meta>div {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
}

.block-21 .text .meta>div a {
	color: gray;
}

/* Blog*/
.post-info {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
	color: #fff;
	letter-spacing: .1em;
}

.post-info>div {
	display: inline-block;
}

.post-info>div .seperator {
	display: inline-block;
	margin: 0 10px;
	opacity: .5;
}

.tagcloud a {
	text-transform: uppercase;
	display: inline-block;
	padding: 4px 10px;
	margin-bottom: 7px;
	margin-right: 4px;
	border-radius: 4px;
	color: #000000;
	border: 1px solid #ccc;
	font-size: 11px;
}

.tagcloud a:hover {
	border: 1px solid #000;
}

.comment-form-wrap {
	clear: both;
}

.comment-list {
	padding: 0;
	margin: 0;
}

.comment-list .children {
	padding: 50px 0 0 40px;
	margin: 0;
	float: left;
	width: 100%;
}

.comment-list li {
	padding: 0;
	margin: 0 0 30px 0;
	float: left;
	width: 100%;
	clear: both;
	list-style: none;
}

.comment-list li .vcard {
	width: 80px;
	float: left;
}

.comment-list li .vcard img {
	width: 50px;
	border-radius: 50%;
}

.comment-list li .comment-body {
	float: right;
	width: calc(100% - 80px);
}

.comment-list li .comment-body h3 {
	font-size: 20px;
}

.comment-list li .comment-body .meta {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: .1em;
	color: #ccc;
}

.comment-list li .comment-body .reply {
	padding: 5px 10px;
	background: #e6e6e6;
	color: #000000;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: .1em;
	font-weight: 400;
	border-radius: 4px;
}

.comment-list li .comment-body .reply:hover {
	color: #fff;
	background: black;
}

.search-form .form-group {
	position: relative;
}

.search-form .form-group input {
	padding-right: 50px;
	font-size: 14px;
}

.search-form .fa {
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.sidebar-box {
	margin-bottom: 40px;
	font-size: 15px;
	width: 100%;
	float: left;
	background: #fff;
}

.sidebar-box *:last-child {
	margin-bottom: 0;
}

.sidebar-box h3 {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 700;
}

.categories li,
.sidelink li {
	position: relative;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dee2e6;
	list-style: none;
}

.categories li:last-child,
.sidelink li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0;
}

.categories li a,
.sidelink li a {
	display: block;
	color: #1a1a1a;
}

.categories li a span,
.sidelink li a span {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #ccc;
	font-size: 12px;
}

.categories li a:hover,
.categories li a:focus,
.sidelink li a:hover,
.sidelink li a:focus {
	outline: none;
	color: #571708;
}

.categories li.active a,
.sidelink li.active a {
	color: #571708;
}

.categories li.active a span,
.sidelink li.active a span {
	color: #571708;
}

#ftco-loader {
	position: fixed;
	width: 96px;
	height: 96px;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background-color: rgba(255, 255, 255, 0.9);
	-webkit-box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	box-shadow: 0px 24px 64px rgba(0, 0, 0, 0.24);
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s ease-out, visibility 0s linear .2s;
	-o-transition: opacity .2s ease-out, visibility 0s linear .2s;
	transition: opacity .2s ease-out, visibility 0s linear .2s;
	z-index: 1000;
}

#ftco-loader.fullscreen {
	padding: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	background-color: #fff;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#ftco-loader.show {
	-webkit-transition: opacity .4s ease-out, visibility 0s linear 0s;
	-o-transition: opacity .4s ease-out, visibility 0s linear 0s;
	transition: opacity .4s ease-out, visibility 0s linear 0s;
	visibility: visible;
	opacity: 1;
}

#ftco-loader .circular {
	-webkit-animation: loader-rotate 2s linear infinite;
	animation: loader-rotate 2s linear infinite;
	position: absolute;
	left: calc(50% - 24px);
	top: calc(50% - 24px);
	display: block;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

#ftco-loader .path {
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	-webkit-animation: loader-dash 1.5s ease-in-out infinite;
	animation: loader-dash 1.5s ease-in-out infinite;
	stroke-linecap: round;
}

@-webkit-keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes loader-rotate {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-webkit-keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

@keyframes loader-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}

	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}

	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -136px;
	}
}

