/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
	--primary-color: #27a449;
	--secondary-color: #76d027;
}

body {
	font-family: "Roboto";
	overflow-x: hidden;
}

.autocomplete-suggestion .search-price {
	display: none;
}

* {
	box-sizing: border-box;
}

img {
	max-width: 100%;
}

.col-inner:last-child {
	padding-bottom: 0;
}

a {
	transition: all .25s ease;
}

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

.off-canvas-left .mfp-content,
.off-canvas-right .mfp-content {
	max-width: 500px;
	width: 100%;
}

.off-canvas:not(.off-canvas-center) .nav-vertical li>a {
	font-size: 16px;
	text-transform: math-auto;
	color: #000;
}

.mfp-bg.mfp-ready {
	background-color: rgba(0, 0, 0, 0.4) !important;
	opacity: 1 !important;
	backdrop-filter: blur(10px) !important;
	-webkit-backdrop-filter: blur(10px) !important;
}

.mfp-wrap.mfp-ready {
	backdrop-filter: none !important;
}

.nav:not(.nav-slide) .active>.children {
	padding-bottom: 0;
}

.icon-box-img img,
.icon-box-img svg {
	padding-top: 0;
}

.autocomplete-suggestion img+.search-name {
	font-size: 16px;
}

.header-nav .sub-menu .menu-item-has-children:after {
	content: '\f105';
	font-family: "FontAwesome";
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	font-size: 11px;
}

.header-nav .sub-menu .menu-item-has-children {
	position: relative;
	width: 100%;
}

.header-nav .sub-menu .menu-item-has-children .sub-menu {
	display: none;
	opacity: 0;
	transition: all 0.25s ease;
	position: absolute;
	left: 100%;
	background: #fff;
	border-radius: 5px;
	top: 0;
	box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .sub-menu {
	display: none;
	opacity: 0;
}

.header-nav .sub-menu .menu-item-has-children:hover .sub-menu .menu-item-has-children:hover .sub-menu {
	display: block;
	opacity: 1;
}

.header-nav .sub-menu.nav-dropdown-default {
	display: flex;
	flex-direction: column;
	padding: 0;
}

.sub-menu li a {
	min-width: 150px;
	font-weight: 400 !important;
	text-transform: math-auto !important;
	color: initial !important;
	font-size: 14px !important;
}


.nav-uppercase li a,
.nav-uppercase li>a,
ul.nav-uppercase>li>a {
	text-transform: none !important;
	letter-spacing: normal !important;
}

.flickity-button {
	opacity: 1;
}

.flickity-button svg {
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
	padding: 10px;
	border-radius: 4px;
	min-width: 30px;
	max-width: 30px;
	height: 30px;
}

.row-slider .flickity-prev-next-button svg {
	padding: 10px !important;
}

.slider-nav-light .flickity-prev-next-button .arrow,
.slider-nav-light .flickity-prev-next-button svg {
	fill: #333;
}

.flickity-page-dots {
	background: #ffffff30;
	width: max-content;
	margin: auto;
	border-radius: 16px;
	padding: 0px 4px;
	padding-bottom: 2px;

}

.flickity-page-dots .dot {
	width: 8px;
	height: 8px;
	background-color: #fff;
}

.wpcf7 div.wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
	background: #fddddd;
	border: 1px solid red;
	color: red;
	box-shadow: none;
	font-size: 14px;
	padding: 15px;
	border-radius: 6px;
	margin: 0;
	margin-top: 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
	background: #ebfee3;
	color: #398f14;
	border-color: #398f142e;
}

ul:last-child,
li:last-child {
	margin-bottom: 0;
}
.header-split-wrapper {
    align-items: stretch;
}

.header-split-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 78px;
    background-color: #162319;
	margin-right: 35px;
	img{
		max-height: 41px;
		max-width: 162px;
	}
}

.header-split-logo #logo,
.header-split-logo img {
    max-height: 100%;
}

.header-split-content {
    display: flex;
    flex-direction: column;
}

.header-split-content #top-bar {
    width: 100%;
}
.header-split-content #masthead {
    width: 100%;
}

#top-bar{
	border-bottom: 1px solid #E4E0EE;
	.flex-row{
		padding: 0;
		.flex-left{
			margin: 0 20px;
		}
	}
	.location-header{
		i{
			font-size: 16px;
			margin-right: 12px;
		}
		span{
			a{
				color: #6C6A72;
				font-size: 14px;
				font-weight: 500;
				line-height: 1.4;
			}
		}
	}
	.email-header{
		img{
			width: 16px;
			height: 16px;
			margin-right: 12px;
		}
		span{
			a{
				color: #6C6A72;
				font-size: 14px;
				font-weight: 500;
				line-height: 1.4;
			}
		}
	}
	.time-work{
		i{
			font-size: 16px;
			margin-right: 12px;
		}
		span{
			font-size: 14px;
			color: #6C6A72;
			font-weight: 500;
			line-height: 1.4;
		}
	}
	.html_top_right_text,
	.html_topbar_right{
		margin: 0 20px;
	}
	.html_nav_position_text {
		background: #f4f2f9;
		min-height: 42px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
	}

	.socials {
		display: flex;
		align-items: center;
		gap: 30px;
		margin: 0 159px;
		span{
			font-size: 14px;
		}
		i {
			font-size: 14px;
		}
	}
}
.header-main{
	.header-inner{
		padding: 0 10px 0 0;
		.header-nav-main{
			li{
				margin: 0 22.4px;
			}
			a{
				font-size: 16px;
				font-weight: 500;
			}
		}
	}
	.info-header {
		display: flex;
		align-items: center;
		gap: 12px;
		margin-right: 50px;
		padding-left: 20px;
	}

	.info-header .icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: var(--primary-color);
		flex-shrink: 0;
	}

	.info-header .icon img {
		width: 20px;
		height: 20px;
		filter: brightness(0) invert(1);
	}

	.info-header .contact {
		display: flex;
		flex-direction: column;
		line-height: 1.3;
	}

	.info-header .label {
		font-size: 13px;
		font-weight: 500;
		color: #636B64;
		text-transform: uppercase;
		line-height: 1.2;
	}

	.info-header .info {
		font-size: 18px;
    	font-weight: 500;
		color: #1D1729;
	}
	.header-search{
		i{
			font-size: 28px!important;
			color: #1d261d!important;
		}
	}
}

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

}

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

}