body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	line-height: 28px;
	font-weight: 400;
	font-family: 'Atlas Grotesk' !important;
    background: #29323D;
}

body, a, p {
	font-family: 'Atlas Grotesk' !important;
}

html,
body {
	height: 100%;
}

.main-wrapper {
	position: relative;
	overflow-x: hidden;
}

ul,
ol,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a {
	color: #B2AD9C;
	text-decoration: none;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

a:hover {
	text-decoration: none;
	color: #B2AD9C;
}

a:focus,
input:focus,
button:focus,
select:focus,
button:focus,
textarea:focus {
	outline: none;
}

img {
	max-width: 100%;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	color: #B2AD9C;
	margin-bottom: 15px;
	font-family: 'Industry Inc Base' !important;
}

h1,
.h1 {
	font-size: 58px;
	line-height: 100%;
}

h2,
.h2 {
	font-size: 50px;
	line-height: 100%;
}

h3,
.h3 {
	font-size: 48px;
	line-height: 100%;
}

h4,
.h4 {
	font-size: 36px;
	line-height: 100%;
}

h5,
.h5 {
	font-size: 25px;
	line-height: 100%;
}

h6,
.h6 {
	font-size: 16px;
	line-height: 24px;
}


p {
	margin-bottom: 20px;
}


p:last-child {
	margin-bottom: 0 !important;
}

button {
	border: none;
	transition: all 0.4s ease 0s;
	background: transparent
}

.f_industry {
	font-family: 'Industry Inc Base' !important;
}

.section,
section {
	padding: 70px 0
}

.container.wide {
	width: 100%;
	max-width: 1480px
}


.container {
	width: 100%;
	max-width: 1200px;
}

.cta-btn {
	display: inline-block;
	padding: 18px 25px;
	border-radius: 8px;
	font-family: 'Industry Inc Base' !important;
	font-size: 18px;
	line-height: 100%;
	border: 2px solid transparent;
	text-align: center
}

.btn_default {
	background: #CD3838;
	color: #E9E6DD;
	border: none;
	padding: 20px 25px;
	position: relative;
	overflow: hidden;
}

.btn_default:before {
	content: "";
	box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.25);
	position: absolute;
	top: -10px;
	left: -7px;
	width: calc(100% + 14px);
	height: calc(100% + 14px);
	opacity: 0;
	transition: 0.3s all;
}

.btn_default:hover {
	background: #ef3939;
	color: #E9E6DD;
}

.btn_default:hover::before {
	opacity: 1;
	top: 0px;
}

.btn_dark_gray {
	border: 2px solid #B2AD9C;
	color: #B2AD9C
}

.btn_dark_gray:hover {
	background: #29323D;
	border-color: #29323D;
	color: #CEC8B4
}

.text_dark,
.text_dark>* {
	color: #29323D
}

.site-logo {
	width: 150px;
}

.header-area .cta-btn {
	font-size: 15px;
	padding: 16px 20px
}

.header-area {
	padding-top: 30px
}

.header-inn {
	padding: 20px 40px;
	background: #E9E6DD;
	border-radius: 16px
}

.mainmenu ul li {
	margin: 0 7px;
	display: inline-block
}

.mainmenu ul li a {
	color: #29323D;
	font-family: 'Industry Inc Base' !important;
	font-size: 15px;
	transition: all 0.3s ease-out 0s;
	display: block;
	padding: 10px 0;
}

#menu > ul > li > a {
	background: -webkit-linear-gradient(left, #CD3838, #CD3838 50%, #29323D 50%);
	background: linear-gradient(to right, #CD3838, #CD3838 50%, #29323D 50%);
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-size: 200% 100%;
	background-position: 100%;	
}

#menu > ul > li:hover > a ,
#menu > ul > li > a:hover {
	background-position: 0 100%;
	border-color: #B78D65;
}

.header_links {
	display: flex;
	align-items: center
}

.header_links {
	margin-right: 30px
}

.header_links li {
	margin-left: 13px
}

.header_links li svg {
	height: 20px;
}

.header_links li svg * {
	transition: 0.3s all;
}

.header_links li a:hover svg * {
	fill: #ef3939 !important;
}

.header_links li:nth-child(2):hover svg * {
	fill: #ef3939 !important;
}

.header_links li:first-child {
	margin-left: 0
}

.hero-area {
	padding-top: 16px
}

.hero-area .container {
	position: relative;
}

.hero-inner {
	border-radius: 16px;
	padding: 48px;
	background: #E9E6DD
}

.hero-text p {
	font-size: 18px;
	color: rgba(41, 50, 61, 0.72)
}

.hero-img {
	border-radius: 16px;
	overflow: hidden
}

.hero-slider-actions>ul {
	display: flex;
	align-items: center;
}

.hero-slider-actions>ul>li:not(.hero_dots) {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #29323D;
	cursor: pointer
}

.hero_dots {
	display: flex;
	align-items: center;
	margin: 0 10px
}

.hero-slider-actions {
	margin-top: 0;
	position: absolute;
	bottom: 30px;
}

@media(min-width: 1361px) {

	.hero-slider-actions {
		left: 60px;
	}

}

@media(max-width: 1360px) {

	.hero-slider-actions {
		right: 43px;
	}

}

@media(min-width: 1050px) and (max-width: 1360px) {

	.hero-slider-actions {
		right: 0;
		left: 0;
		margin: 0 auto;
		display: table;
		bottom: 7px;
	}

}

.slick-dots {
	position: inherit;
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
	height: auto;
	display: flex
}

.slick-dots li {
	width: auto;
	height: auto;
	margin: 0 7px
}

.slick-dots li button {
	width: 6px;
	height: 6px;
	padding: 0;
	border-radius: 50%;
	background: #CAC9C3;
}

.slick-dots li.slick-active button {
	background: #29323D
}

.slick-dots li button:before {
	display: none
}

.hero-slider {
	margin: 0 !important
}

.hero-text .btn_default {
	margin-right: 15px
}

.icon-slider.row {
	margin: 0 -7px;
}

.icon-slider .slider {
	padding: 0 7px;
}

.icon-slider {
	margin-bottom: 0 !important
}

.icon-slider .slick-list {
	margin-left: -7px;
	margin-right: -7px
}

.icon-teaser.v1 {
	border: 1px solid #B2AD9C;
	border-radius: 16px;
	padding: 25px;
	transition: all 0.4s;
	position: relative;
	display: block;
	height: 100%;
}

.icon-teaser.v1:hover {
	background: #CD3838;
	border-color: #CD3838
}

.icon-teaser.v1 .title {
	font-size: 34px;
	line-height: 100%;
	color: #B2AD9C;
	transition: all 0.4s
}

.icon-teaser.v1 .icon {
	margin-bottom: 20px
}

.icon-slider .slick-dots li.slick-active button {
	background: #CD3838;
}

.icon-slider .slick-dots {
	justify-content: center;
	margin-top: 30px
}

.icon-teaser.v1 li {
	font-size: 14px;
	line-height: 25px;
	font-weight: 500;
	color: #B2AD9C;
	transition: all 0.4s
}

.icon-teaser.v1 path {
	transition: all 0.4s
}

.icon-teaser.v1 li a {
	color: #B2AD9C;
	border-bottom: 1px dotted transparent;
}

.icon-teaser.v1 li:hover a {
	border-bottom: 1px dotted;
}

.icon-teaser.v1:hover .title,
.icon-teaser.v1:hover li a,
.icon-teaser.v1:hover li {
	color: #E9E6DD;
}

.icon-teaser.v1:hover path {
	stroke: #E9E6DD
}

.icon-teaser.v1 {
	overflow: hidden;
}

.icon-teaser.v1>a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.icon-teaser.v1 ul {
	position: relative;
	z-index: 3;
}

.action-arrow {
	position: absolute;
	left: 30px;
	bottom: 20px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.4s
}

.icon-teaser.v1:hover .action-arrow {
	opacity: 1;
	visibility: visible;
	bottom: 50px
}

.action-arrow img {
	width: 25px;
	height: 25px
}

.pt_16 {
	padding-top: 16px
}

.gx-lg-8 {
	--bs-gutter-x: 16px;
}

.site-heading {
	margin-bottom: 40px
}

.section_title {
	margin-bottom: 30px
}

.icon-teaser.v2 .icon {
	margin-bottom: 10px;
	display: block;
}

.icon-teaser.v2 .title {
	color: #B2AD9C;
	font-size: 20px;
}

.icon-teaser.v2 p {
	color: rgba(178, 173, 156, 0.64);
	font-size: 15px;
	font-weight: 500
}

.icon-teaser.v2 {
    margin-top: 30px;
    position: relative;
    padding: 0;
    display: inline-block;
    width: 100%;
}

.icon-teaser.v2::after {
	position: absolute;
	content: "";
	top: 0;
	right: -8px;
	width: 1px;
	height: 100%;
	background: #B2AD9C;
	opacity: 0.32;
}

.col-md-3:last-child .icon-teaser.v2::after {
	display: none
}

.promo-inner {
	padding: 80px;
	overflow: hidden;
	border-radius: 16px;
	position: relative;
	z-index: 1;

}

.promo_bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	object-fit: cover
}

.promo-inner .title {
	color: #E9E6DD;
	margin-bottom: 20px
}

.promo-inner p {
	color: #E9E6DD;
	margin-bottom: 30px
}

.testimonial-slider {
	margin-bottom: 0 !important;
	margin-top: 30px
}

.testimonial-slider .slide {
	padding: 0 7px
}

.testimonial-slider .slick-list {
	margin-left: -7px;
	margin-right: -7px
}

.testimonial-box {
	padding: 60px 30px;
	border-radius: 8px;
	border: 1px solid #5E5B52
}

.testimonial-box .rating {
	display: flex;
	align-items: center;
	gap: 2px
}

.testimonial-box .rating svg {
	height: 18px
}

.testimonial-box .title {
	font-size: 24px;
	color: #B2AD9C;
	margin: 14px 0
}

.testimonial-box p {
	line-height: 26px;
	height: 160px;
	overflow: auto;
}

.testimonial-box p::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
	background-color: rgb(41 50 61);
}

.testimonial-box p::-webkit-scrollbar {
	width: 5px;
	background-color: rgb(41 50 61);
	border-radius: 10px;
}

.testimonial-box p::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #191e25;
}

.testimonial-box .meta {
	font-weight: 900
}

.testimonial_arrows {
	text-align: right
}

.testimonial_arrows li {
	width: 30px;
	height: 30px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #CEC8B4;
	cursor: pointer;
	margin-left: 10px;
	transition: all 0.4s
}

.testimonial_arrows li:hover,
.hero_prev:hover,
.hero_next:hover {
	background: #CD3838 !important
}

.testimonial_arrows li:hover path,
.hero_prev:hover path,
.hero_next:hover path {
	stroke: #CEC8B4 !important
}

.testimonial_arrows li:first-child {
	margin-left: 0
}

.text_light {
	color: #CEC8B4
}

.cta-box {
	position: relative;
	overflow: hidden;
}

.cta-box img {
	transition: 0.3s all;
	transform: scale(1);
}

.cta-box:hover img {
	transition: 0.7s all;
	transform: scale(1.1);
}

.cta-text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: center
}

.cta-text .h3 {
	color: #E9E6DD;
	margin-bottom: 40px
}

.cta-text span {
	display: block
}

.bg_red {
	background: #CD3838
}

.newsletter-form .h4 {
	color: #E9E6DD
}

.newsletter-form form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px
}

.newsletter-form form input {
    width: 100%;
    height: 60px !important;
    border-radius: 8px !important;
    border: 2px solid #E9E6DD !important;
    color: #E9E6DD !important;
    font-family: 'Industry Inc Base' !important;
    background: transparent !important;
    padding: 10px 20px !important;
    max-height: inherit !important;
}

.newsletter-form form>div {
	width: 100%;
	padding-right: 15px
}

.newsletter-form form input::placeholder {
	color: #E18888
}

.newsletter-form form button {
	color: #E9E6DD;
	line-height: 100%;
	border: 2px solid #E9E6DD;
	display: inline-block;
	padding: 10px 25px;
	height: 60px;
	border-radius: 8px;
	font-family: 'Industry Inc Base' !important;
	transition: all 0.4s
}

.newsletter-form form button:hover {
	background: #E9E6DD;
	color: #29323D
}

.footer-area {
	padding: 50px 0 0;
	background: #29323D
}

.footer-area hr {
	margin: 40px 0 0;
}

.footer-area .copyright {
	padding: 20px 0;
	font-size: 13px;
	font-weight: 500;
}

.footer-logo {
	width: 340px
}

.footer_title {
	font-size: 22px;
	line-height: 100%;
	color: #B2AD9C;
	margin-bottom: 25px
}

.footer-widget li {
	margin-top: 4px
}

.footer-widget li a {
	font-weight: 500;
	color: rgba(178, 173, 156, 0.64);
	font-size: 15px;
	line-height: 28px;
	display: inline-block;
}

.footer-widget li a:hover {
	color: rgb(178, 173, 156);
}

#search-overlay {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: auto;
	text-align: center;
	background: rgba(41, 50, 61, 0.95);
	margin: 0;
	z-index: 99;
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s;
	display: flex;
	align-items: center;
	justify-content: center
}

#search-overlay.active {
	opacity: 1;
	visibility: visible
}

#search-overlay:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}

.centered {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
	padding: 10px 15px;
	color: #FFF;
	border: none;
	background: transparent;
}

#search-box {
	position: relative;
	width: 100%;
	margin: 0;
}

#search-box form {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 0px;
	background: transparent;
}

#search-box form>div {
	width: 100%;
	padding-right: 15px;
}

body #search-box form input {
	width: 100%;
	min-height: 60px !important;
	border-radius: 8px !important;
	border: 2px solid #E9E6DD !important;
	background: #E9E6DD !important;
	color: #29323D !important;
	font-family: 'Industry Inc Base' !important;
	padding: 10px 20px !important;
	max-height: auto !important !important;
}

#search-box form input::placeholder {
	color: #29323D
}

body #search-box form button {
	color: #E9E6DD;
	line-height: 100%;
	border: 2px solid #CD3838;
	background: #CD3838;
	display: inline-block;
	padding: 10px 25px;
	min-height: 60px !important;
	border-radius: 8px;
	font-family: 'Industry Inc Base' !important;
	transition: all 0.4s;
	box-shadow: none !important;
}

#close-btn {
	position: fixed;
	top: 20px;
	right: 20px;
	color: #fff
}

#close-btn svg {
	width: 40px;
	height: 40px
}

.header-toggle {
	display: none;
}

.header-toggle {
	height: 46px;
	width: 46px;
	text-align: center;
	background: #29323D;
	margin-left: 10px;
	border-radius: 10px
}

.header-toggle span {
	height: 2px;
	width: 95%;
	background: #fff;
	display: block;
	margin-top: 5px;
	position: relative;
	transition: all 0.2s ease 0s;
	border-radius: 5px;
	margin-right: auto;
	margin-left: 0;
}

.header-toggle span:nth-child(1) {
	top: 4px;
}

.header-toggle span:nth-child(2) {
	top: 6px;
	width: 65%;
}

.header-toggle span:nth-child(3) {
	top: 8px;
}

#menu-toggle {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	background: transparent;
	padding: 4px 8px;
	border-radius: 7px;
	margin-left: auto;
	margin-right: auto;
}

.mobile_quote_btn {
	display: none
}

/*Responsive*/
@media(max-width:1200px) {
	.mainmenu ul li a {
		font-size: 12px
	}

	.mainmenu ul li {
		margin: 0 5px
	}

	.header-inn {
		padding: 16px 25px
	}

	.site-logo {
		width: 100px;
	}

	.header_links {
		margin-right: 15px;
	}

	.header-area .cta-btn {
		font-size: 12px;
		padding: 13px 16px;
	}

	.header_links li svg {
		height: 15px;
	}

	.header_links li {
		margin-left: 8px;
	}

	.icon-teaser.v1 .title {
		font-size: 26px;
		margin-bottom: 15px
	}

	h1,
	.h1 {
		font-size: 46px;
		line-height: 100%;
	}

	.icon-teaser.v2 .title {
		font-size: 18px;
	}

	.promo-inner {
		padding: 40px
	}

	.cta-text {
		padding: 40px
	}

	h3,
	.h3 {
		font-size: 38px;
		line-height: 100%;
	}

	.footer-logo {
		width: 260px;
	}
}

body.stop-scroll {
	overflow: hidden;
}

@media(max-width:991px) {

	body.nav-active {
		overflow: hidden;
	}

	nav#menu {
		position: absolute;
		top: 99%;
		left: 0;
		width: 100%;
		display: block;
		z-index: 999;
		min-height: calc(100vh - 71px);
		opacity: 0;
		visibility: hidden;
		transition: 0.3s all;
	}

	nav#menu.active {
		opacity: 1;
		visibility: visible;
		transition: 0.3s all;
	}

	.mainmenu ul {
		text-align: left;
	}

	nav#menu,
	nav#menu>ul ul {
		overflow: hidden;
		max-height: 0;
		background: #29323D;
		-webkit-transition: all 0.4s ease 0s;
		-o-transition: all 0.4s ease 0s;
		transition: all 0.4s ease 0s;
	}

	nav#menu,
	nav#menu>ul ul {
		overflow: auto;
		padding: 50px 20px;
	}

	nav#menu>ul>li {
		display: block !important;
		margin: 0 !important;
		padding: 0
	}

	nav#menu ul ul,
	nav#menu ul ul ul {
		display: inherit;
		position: relative;
		left: auto;
		top: auto;
		padding: 0
	}

	nav#menu ul ul.sub-menu.active {
		visibility: visible;
		opacity: 1;
		max-height: 55em;
	}

	nav#menu>ul>li>a {
		display: block;
		position: relative;
		padding: 12px 0px;
		border-bottom: 1px solid rgba(178, 173, 156, 0.2);
		font-size: 16px;
		opacity: 1;
		color: #CEC8B4;
		background: linear-gradient(to right, #CD3838, #CD3838 50%, #CEC8B4 50%);
		background-clip: text;
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		background-size: 200% 100%;
		background-position: 100%;
	}

	nav#menu>ul>li:last-child>a {
		border: none
	}

	.mainmenu ul li>ul {
		border: none
	}

	nav#menu li.has-submenu>a:after {
		border: none;
		content: '+';
		position: absolute;
		top: 10px;
		right: 9px;
		display: block;
		top: 50%;
		transform: translateY(-50%);
		width: auto;
		height: auto;
		font-size: 30px;
		font-weight: 400
	}

	.sub-menu::before {
		height: 90% !important;
		left: 50% !important;
		transform: translate(-50%, -50%) !important;
	}

	.sub-menu::after {
		display: none
	}

	nav#menu li.has-submenu>a.active:after {
		content: "-";
		font-size: 20px
	}

	nav#menu ul ul>li a {
		padding: 13px 0px;
		line-height: normal;
		color: #fff;
		font-size: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.06)
	}

	ul.sub-menu {
		padding-left: 20px;
	}

	.header-toggle.active span:nth-child(2) {
		opacity: 0
	}

	.header-toggle.active span:nth-child(1) {
		top: 14px;
		transform: rotate(45deg);
	}

	.header-toggle.active span:nth-child(3) {
		top: 0px;
		transform: rotate(-45deg);
	}

	.header-toggle {
		display: block;
	}

	nav#menu>ul ul {
		background: transparent;
		box-shadow: none;
		width: 100%;
		padding-left: 15px
	}

	.header-inn {
		position: relative;
		padding: 12px 10px;
	}

	.header-right {
		border: none
	}

	.mobile_call {
		display: flex;
		width: 46px;
		height: 46px;
		align-items: center;
		justify-content: center;
		color: #579ED5;
		font-size: 20px;
	}

	.site-logo {
		width: auto;
		border-right: 0;
		margin-right: 0;
		height: auto;
	}

	.site-logo img {
		height: auto;
	}

	.mobile_quote_btn {
		display: block;
		margin-top: 20px
	}

	.mobile_quote_btn a {
		display: flex;
		justify-content: center
	}
	.site-logo img {
		width: 115px;
	}

	.header_links {
		margin-right: 10px;
	}

	.header_links li svg {
		height: 16px;
	}

	.cta-btn {
		padding: 13px;
		font-size: 14px;
		border: 1px solid transparent;
	}

	.hero-text .btn_default {
		margin-right: 4px;
	}

	.btn_dark_gray {
		border: 1px solid #B2AD9C;
	}

	.header-toggle .active span:nth-child(2) {
		opacity: 0
	}

	.header-toggle .active span:nth-child(1) {
		top: 14px;
		transform: rotate(45deg);
	}

	.header-toggle .active span:nth-child(3) {
		top: 0px;
		transform: rotate(-45deg);
	}

	.header-area {
		padding-top: 15px
	}

	.centered {
		width: 80%
	}

	.hero-inner {
		padding: 30px
	}

	h1,
	.h1 {
		font-size: 28px;
		line-height: 100%;
	}

	h3,
	.h3 {
		font-size: 28px;
		line-height: 100%;
	}

	h4,
	.h4 {
		font-size: 24px;
		line-height: 100%;
	}

	.hero-text p {
		font-size: 16px
	}

	.icon-teaser.v1 .title {
		font-size: 20px;
		margin-bottom: 15px
	}

	.icon-teaser.v1 {
		padding: 20px
	}

	.icon-teaser.v1 li {
		font-size: 13px
	}

	.icon-teaser.v2 .title {
		font-size: 18px;
		line-height: 100%
	}

	.promo-inner {
		padding: 40px
	}

	.cta-text {
		padding: 30px
	}

	.footer-logo {
		width: 180px;
		margin: 0 auto 30px;
	}
}


@media(max-width:767px) {

	body {
	    max-width: 100%;
	    width: 100% !important;
	    margin: 0 !important;
	}

	.icon-teaser.v1 .title {
		font-size: 22px;
		margin-bottom: 15px
	}

	.icon-teaser.v1 li {
		font-size: 14px
	}

	section,
	.section {
		padding: 40px 0
	}

	.icon-teaser.v2 .title {
		font-size: 18px;
		line-height: 110%;
		margin-bottom: 7px
	}

	.icon-teaser.v2 p {
		font-size: 14px;
		line-height: 22px;
	}

	.testimonial-box {
		padding: 40px 25px
	}

	.testimonial-slider {
		margin-top: 15px;
	}

	.testimonial-box .title {
		font-size: 22px;
	}

	.cta-text {
		padding: 30px
	}

	.cta-text .h3 {
		margin-bottom: 20px;
		font-size: 24px
	}

	.footer-widget li a {
		font-size: 14px;
		line-height: 25px;
	}

	.footer_title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.footer-area {
		padding: 25px 0;
	}

	#search-box form button {
		padding: 10px 15px
	}

	#search-box form>div {
		width: 100%;
		padding-right: 5px;
	}

	#search-box form input {
		font-size: 15px
	}

	.centered {
		width: 80%
	}

	.hero-inner {
		padding: 20px
	}

	.icon-teaser.v2::after {
		display: none
	}

	.site-heading {
		margin-bottom: 15px;
	}

	.promo-inner {
		padding: 25px;
		position: relative;
		overflow: hidden;
		z-index: 1
	}

	.cta-text {
		background: rgba(19, 24, 29, 0.5);
	}

	.promo-inner::after {
		position: absolute;
		content: "";
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #13181d;
		opacity: 0.7;
		z-index: -1
	}
}

@media(max-width:575px) {
	.header-area {
		padding-top: 0px;
		background: #E9E6DD;
		position: relative
	}

	.header-inn {
		padding: 12px 0px;
		position: static
	}

	.hero-text {
		text-align: center
	}

	.hero-slider-actions>ul {
		justify-content: center
	}

	.icon-teaser.v1 {
		display: flex
	}

	.icon-teaser.v1 .icon {
		margin-right: 25px
	}


	.newsletter-form form>div {
		width: 100%;
		padding-right: 5px;
	}

	.newsletter-form form button {
		padding: 10px 15px;
		font-size: 14px;
	}

	.newsletter-form form input {
		font-size: 14px
	}


	.footer-widget {
		margin: 15px 0
	}

	.centered {
		width: 100%
	}


}

.header__chat {
	position: relative;
}

.header__chat a {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 22;
    height: 100%;
}

body .header__chat div#chat-text {
    float: none;
    margin: 0px;
}

body .header__chat div#lhnChatButton {
    width: auto !important;
}

@media(max-width: 767px) {
	.hero-img {
		margin-bottom: 30px
	}

	.hero-text .d-flex {
		justify-content: center;
		margin-bottom: 40px;
	}

	.hero-slider-actions {
		right: 0;
		left: 0;
		margin: auto;
		bottom: 10px;
		display: flex;
		justify-content: center;
	}

	.icon-slider .slider {
		margin: 7px 0;
	}

}

@media(min-width: 768px) and (max-width: 1399px) {

	.action-arrow {
		opacity: 0;
		display: none;
	}

}

#menu ul li {
	position: relative;
}

@media(min-width: 992px) {

#menu > ul > li > ul {
	position: absolute;
	top: 100%;
	left: 0%;
	z-index: 22;
	opacity: 0;
	visibility: hidden;	
}

#menu > ul > li > ul li a {
	padding: 5px 15px;
	font-size: 14px;
	line-height: 19px;
	display: inline-block;
	width: 100%;
	color: #CEC8B4;
}

#menu > ul > li > ul li:hover > a ,
#menu > ul > li > ul li a:hover {
	color: #ef3939;
}

#menu > ul > li > ul li a sup {
	color: #ef3939;
}

#menu > ul > li > ul > li > ul > li > ul,
#menu > ul > li > ul > li > ul {
	position: absolute;
	top: 0%;
	left: 270px;
	z-index: 22;
	opacity: 0;
	visibility: hidden;
}

#menu > ul > li:hover > ul ,
#menu > ul > li > ul > li > ul > li:hover > ul,
#menu > ul > li > ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
}

#menu > ul > li > ul > li > ul > li > ul,
#menu > ul > li > ul > li > ul ,
#menu > ul > li > ul {
	width: 270px;
	background: linear-gradient(to right,  rgba(41,50,61,1) 0%,rgba(41,50,61,1) 44%,rgba(46,57,68,1) 100%);
	padding: 10px 0;
	border-radius: 6px;
}

#menu > ul > li > ul li {
    width: 100%;
    margin: 0;
}

.has-dropdown {
	padding-right: 15px;
}

}

.has-dropdown > span {
	border: 2px solid #28323d;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 19px;
	right: 0;
	transform: rotate(45deg);
	border-width: 0 2px 2px 0;
}

.has-dropdown:hover > span {
	border: 2px solid #CD3838;
	border-width: 0 2px 2px 0;
}


@media(max-width: 991px) {

	.has-dropdown > span {
		border: 1px solid #e9e6dd;
		width: 12px;
		height: 12px;
		position: absolute;
		top: 16px;
		right: 3px;
		transform: rotate(45deg);
		border-width: 0 1px 1px 0;
		z-index: 3;
	}

	.has-dropdown:after {
		content: "";
		width: 30px;
		height: 30px;
		position: absolute;
		top: 11px;
		right: 0;
		z-index: 2;
	}

	nav#menu>ul > li > ul {
		display: none;
		padding: 5px 0 !important;
	}	

	nav#menu>ul > li.show ul {
		display: table;
	}	

	nav#menu>ul > li ul li a {
		font-size: 13px;
		line-height: 18px;
		padding: 10px 0;
		color: #CEC8B4;
	}

	nav#menu>ul > li > ul li {
		width: 100%;
	}
	
	.submenu ,
	.submenu li {
		margin: 0 !important;
		padding: 0 !important;
	}

	#menu > ul > li > ul > li > ul > li > ul,
	#menu > ul > li > ul > li > ul  {
		border-top: 1px solid rgba(255,255,255,0.1);
		border-bottom: 1px solid rgba(255,255,255,0.1);
	}	

	#menu > ul > li > ul > li > ul > li > ul li a,
	#menu > ul > li > ul > li > ul li a {	
		padding: 7px 15px !important;
	}
	
}

body #vp-top-bar {
	display: none !important;
}

@media only screen and (max-width: 1024px) {

body .row {
    left: 0;
    margin-bottom: 0px;
}

}

body .row {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
}

body .ui-autocomplete {
	background-color: #e9e6dd;
	border: none;
}

body .ui-autocomplete.ui-menu .ui-menu-item {
	padding: 0 !important;
	margin: 0 !important;
}

body .ui-autocomplete.ui-menu .ui-menu-item a {
	background: #e9e6dd !important;
	font-size: 15px;
	padding: 5px 15px !important;
	border: none !important;
	margin: 0 !important;
}

body .ui-autocomplete.ui-menu .ui-menu-item a:hover {
	color: #ef3939 !important;
}

* {
--bs-gutter-x: 0;
    --bs-gutter-y: 0;	 
 }

@media only screen and (max-width: 1023px) {

body div#chat-text {
	display: inline;
}

body .search button {
    position: relative;
    top: 0;
    right: 0;
    height: auto !important;
}

}

@media (max-width: 575px) {

.footer-area {
    text-align: center;
}

}