@import url("../plugins/wow/animate.css");
@import url("../plugins/font-awesome/font-awesome-new.min.css");
@import url("../plugins/bootstrap/bootstrap.min.css");
@import url("fonts.css");

*{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;font-size:16px;}
:after,:before{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
body{font-family: 'Roboto', sans-serif;padding:0;margin:0;overflow-x: hidden;}
/* Header */

body.onloadsite>.loader{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
}
body.onloadsite>.loader .img{
    position: fixed;
    left: 0;
    right: 0;
    width: 200px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: pulse 1.5s linear infinite;
    animation: pulse 1.5s linear infinite;
    margin: 0 auto;
    top: calc(50% - 30px);
}

p{line-height:1.7;margin:0 0 20px 0;font-weight:300;}
strong{font-weight:500}
p:last-child{margin:0}
h1,h2,h3,h4,h5,h6{margin-top:0;}
.font-cabin{font-family: 'Cabin', sans-serif}

/**************** Header ********************/
header {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
}
header.header-absolute {
    position: absolute;
}
body.fixed-header header.header-absolute {
    position: fixed;
    -webkit-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    -moz-box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
    box-shadow: 0 0 7px 0 rgb(0 0 0 / 13%);
}
header a {
    text-decoration: none;
    outline: 0 !important;
}
header .logo-wrap a,
header .logo-wrap a img{
	width:auto;
	display:block;
	position:relative;
	z-index: 1;
	cursor:pointer;
}
header .menu-links,
header .languages,
header .languages a,
header .menu-socials,
header .menu-socials a{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
	justify-content:flex-end;
	-webkit-justify-content:flex-end;
	-moz-justify-content:flex-end;
}
header .menu-links a{
	margin: 0 0 0 15px;
	line-height:1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;
	align-items: center;
}
header .menu-links a span{
	position:relative;
	top:1px;
}
header .menu-links a i{
    font-weight: 500;
	position:relative;
	top:2px;
}
header .menu-links a:first-child{
	margin: 0 0 0 0;
}

body.fixed-header header .logo-wrap a picture:first-child,
body.mobile-menu-open header .logo-wrap a picture:first-child,
body.pages header .logo-wrap a picture:first-child,
header .logo-wrap a picture:last-child{
	display:none;
}
body.mobile-menu-open header .logo-wrap a picture:last-child,
body.pages header .logo-wrap a picture:last-child,
body.fixed-header header .logo-wrap a picture:last-child{
	display:block;
}

header .menu-socials a{color:var(--theme-color-1);margin: 0 0 0 10px;}
header .menu-socials a i{position:relative;top:1px;}
header .menu-socials a:first-child{margin: 0;}
/********* Menu ********/

@media (min-width: 1200px) {
	body.fixed-header header .header-top{display:none}
	header .menu-links a{color: #fff;font-size: 14px;}
	
	body.fixed-header header .menu-links{display:none;}	
	header .header-top{position:relative;z-index:1;margin-bottom:20px;}
	header .logo-wrap a picture img{max-height:75px;}
	body.fixed-header header .logo img {max-height: 45px;}
	
	header .menu-socials{width:124px;}
	
	header{padding: 50px 0 0 0}
	body.fixed-header header{padding:0;background-color:#fff;border-bottom: 2px solid var(--theme-color-1);-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);}
	
}
@media (max-width: 1200px) {
	body.mobile-menu-open header{background-color:#fff;}
	header .menu-links a{color: #fff;font-size: 14px;}
	body.fixed-header header .menu-links a,body.mobile-menu-open header .menu-links a{color: #000;}
	
	body.fixed-header header .menu-links{display:none;}	
	header .header-top{position:relative;z-index:1;}
	header .logo-wrap a picture img{max-height:30px;}
	
	header .menu-socials{width:124px;}
	
	header{padding: 10px 0 0 0}
	body.mobile-menu-open header,
	body.fixed-header header{padding: 10px 0}
	body.fixed-header header{background-color:#fff;border-bottom: 2px solid var(--theme-color-1);-webkit-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);-moz-box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);box-shadow: 0 0px 20px 5px rgb(0 0 0 / 10%);}
	
}

@media (min-width: 1200px) {
	.menu-toggle{display:none;}
    .menu-wrap .bottom ul{
		margin:0;
		padding:0;
		list-style-type:none;
	}
	.menu-wrap .bottom>ul{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: flex-end;
		-webkit-justify-content: flex-end;
		-moz-justify-content: flex-end;
	}
	.menu-wrap .bottom ul li.menu-item{position:relative;border:0;padding:0;}
	
	
	.menu-wrap .bottom ul li.menu-item a{
		font-weight: 300;
		position: relative;
		line-height: 1;
		color: #fff;
		letter-spacing: 1.5px;
		text-decoration: none;
		z-index:1;
		display:block;
	}
	.menu-wrap .bottom>ul>li.menu-item>a{
		white-space: nowrap;
		text-transform: uppercase;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		cursor:pointer;
	}
	
	
	.menu-wrap .bottom ul li.menu-item{margin-left:40px;}
	
	.menu-wrap .bottom>ul>li.sub-item>a:after{
		content: "\f078";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		text-align: center;
		font-size: 10px;
		margin: 0 0 0 5px;
		position: relative;
	}
	
	.menu-wrap .bottom>ul>li.sub-item>a{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>a,
	.menu-wrap .bottom ul li.menu-item.sub-item a:hover{
		color: #000;
		background-color: #f1f1f1;
	}
	body:not(.fixed-header) .menu-wrap .bottom ul li.menu-item.sub-item:hover>a,
	body:not(.fixed-header) .menu-wrap .bottom ul li.menu-item.sub-item a:hover{
		-webkit-border-top-left-radius: 4px;
		-webkit-border-top-right-radius: 4px;
		-moz-border-radius-topleft: 4px;
		-moz-border-radius-topright: 4px;
		border-top-left-radius: 4px;
		border-top-right-radius: 4px;
	}
	.menu-wrap .bottom>ul>li.sub-item>.next-link{display:none;}
	.menu-wrap .bottom>ul>li.sub-item .sub-menu .next-link{
		position: absolute;
		right: 20px;
		top: 0;
		bottom: 0;
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-ms-flex-align: center;
		-webkit-align-items: center;
		-webkit-box-align: center;
		align-items: center;
		justify-content: center;
		font-size: 12px;
		line-height: 1;
	}
	body.pages .menu-wrap .bottom ul li.menu-item a,
	body.fixed-header .menu-wrap .bottom ul li.menu-item a{
		font-size: 14px;
		color: #000;
		line-height:70px;
	}
	body.fixed-header .menu-wrap .bottom>ul>li.sub-item>a:after{
		color:#000;
	}
	.menu-wrap .bottom .menu-list .back-link{display:none}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		min-width: 250px;
		visibility:hidden;
		opacity:0;
		background-color: #f1f1f1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		top: 100%;
		position: absolute;
		width: 350px;
		left: 0;
		height: calc(100vh - 97px);
		-moz-transform: translate(0, 30px);
		-webkit-transform: translate(0, 30px);
		-o-transform: translate(0, 30px);
		-ms-transform: translate(0, 30px);
		transform: translate(0, 30px);
	}
	body.fixed-header .menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu{
		height: calc(100vh - 65px);
	}
	.menu-wrap .bottom ul li.menu-item.sub-item>.sub-menu:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: -5000px;
		background-color: #f1f1f1;
	}
	
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu ul{
		padding:30px 0
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a{
		line-height: 50px;
		padding: 0 45px;
		color:#000
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover{
		background-color:#fff;
		position:relative;
	}
	.menu-wrap .bottom ul li.menu-item.sub-item .sub-menu a:hover:before{
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		right: -5000px;
		background-color: #fff;
		z-index: -1;
	}
	
	
	
	.menu-wrap .bottom ul li.menu-item.sub-item:hover>.sub-menu {
		visibility:visible;
		opacity:1;
		-moz-transform: translate(0, 0);
		-webkit-transform: translate(0, 0);
		-o-transform: translate(0, 0);
		-ms-transform: translate(0, 0);
		transform: translate(0, 0);
	}
	.menu-wrap .bottom>ul>li.sub-item>.sub-menu ul li.sub-item:hover>.sub-menu {
		top: 0;
		left: 100%;
		right:auto;
		text-align:left;
	}
	.menu-wrap .bottom>ul>li>ul>li.sub-item:hover>.sub-menu{
		right: 400px;
	}
	body.mobile-menu-open .menu-wrap{
		-moz-transform: translate(0, 0px);
		-webkit-transform: translate(0, 0px);
		-o-transform: translate(0, 0px);
		-ms-transform: translate(0, 0px);
		transform: translate(0, 0px);
	}
}
@media (max-width: 1200px) {
	header .header-middle{
		position: relative;
		z-index: 1;
	}
    .menu-toggle {
		width:25px;
        height: 20px;
        position: relative;
        cursor: pointer;
    }
    .menu-toggle span:nth-child(1),
    .menu-toggle span:nth-child(2),
    .menu-toggle span:nth-child(3) {
        height: 1px;
        background-color: #fff;
        position: absolute;
        right: 0;
        -webkit-transition: all 0.3s 0s ease-in-out;
        -moz-transition: all 0.3s 0s ease-in-out;
        -o-transition: all 0.3s 0s ease-in-out;
        transition: all 0.3s 0s ease-in-out;
        width: 25px;
    }
    body.fixed-header .menu-toggle span:nth-child(1),
    body.fixed-header .menu-toggle span:nth-child(2),
    body.fixed-header .menu-toggle span:nth-child(3),
    body.mobile-menu-open .menu-toggle span:nth-child(1),
    body.mobile-menu-open .menu-toggle span:nth-child(2),
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        background-color: #000;
    }
    .menu-toggle span:nth-child(1) {
        top: 0;
    }
    .menu-toggle span:nth-child(2) {
        top: calc(50% - 0.5px);
    }
    .menu-toggle span:nth-child(3) {
        bottom: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(1) {
        width: 100%;
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        top: calc(50% - 0.5px);
    }
    body.mobile-menu-open .menu-toggle span:nth-child(2) {
        width: 0;
    }
    body.mobile-menu-open .menu-toggle span:nth-child(3) {
        width: 100%;
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        bottom: calc(50% - 0.5px);
    }
    
	
	.menu-list .back-link {
		cursor: pointer;
		display: block;
		padding: 0 15px 0 65px;
		height: 45px;
		line-height: 45px;
		border-top: 1px solid #f1f1f1;
		position: relative;
		font-size: 14px;
	}
	.menu-list .back-link > i {
		display: block;
		cursor: pointer;
		position: absolute;
		left: 0;
		top: 0;
		line-height: 47px;
		width: 45px;
		height: 45px;
		text-align: center;
		z-index: 5;
		border-right: 1px solid #f1f1f1;
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-wrap {
		position: fixed;
		left: 0;
		top:50px;
		bottom: 0;
		width: 100%;
		background-color: #fff;
		z-index: 99;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		-webkit-transform: translate(0, 100%);
		-o-transform: translate(0, 100%);
		-ms-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}
	body.fixed-header .menu-wrap {
		top:52px;
	}
	body.mobile-menu-open .menu-wrap {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list,
	.menu-list ul {
		list-style-type: none;
		padding: 0;
		margin: 0;
	}
	.menu-list ul {
		height: calc(100% - 37px);
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list,
	.menu-list > ul,
	.menu-list > ul div.sub-menu {
		list-style-type: none;
		padding: 0;
		margin: 0;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.menu-list li.sub-item > .next-link {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 0;
		line-height: 48px;
		width: 45px;
		height: 45px;
		text-align: center;
		border-left: 1px solid #f1f1f1;
		margin: -45px 0 0 0;
	}
	.menu-list li.sub-item > .next-link + .back-link {
		position: fixed;
		right: 0;
		left: auto;
		width: 100%;
		top: 33px;
		z-index: 5;
		line-height: 1;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item.open > .next-link + .back-link {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
	.menu-list li:last-child a {
		border-bottom: 1px solid #f1f1f1;
	}
	.menu-list li a h3 {
		margin-bottom:5px;
	}
	.menu-list li a h3 + p {
		opacity:0.7;
	}
	.menu-list li a {
		cursor:pointer;
		display: block;
		line-height: 1;
		color: #000;
		font-size: 14px;
		padding: 15px 20px;
		border-top: 1px solid #f1f1f1;
		text-decoration: none;
	}
	.menu-list li.sub-item a {
		padding-right: 50px;
	}
	.menu-list li.sub-item > div.sub-menu {
		position: fixed;
		top: 0;
		bottom: 0;
		left: auto;
		right: 0;
		width: 100%;
		z-index: 5;
		-webkit-transition: all 0.3s 0s ease-in-out;
		-moz-transition: all 0.3s 0s ease-in-out;
		-o-transition: all 0.3s 0s ease-in-out;
		transition: all 0.3s 0s ease-in-out;
		background-color: #fff;
		-webkit-transform: translate(-100%, 0px);
		-o-transform: translate(-100%, 0px);
		-ms-transform: translate(-100%, 0px);
		transform: translate(-100%, 0px);
	}
	.menu-list li.sub-item li.sub-item > div.sub-menu {
		top: 0;
	}
	.menu-list li.sub-item.open > div.sub-menu {
		-webkit-transform: translate(0%, 0px);
		-o-transform: translate(0%, 0px);
		-ms-transform: translate(0%, 0px);
		transform: translate(0%, 0px);
	}
}
/********* Menu ********/
/**************** Header ********************/

/**************** Breadcrumb ********************/
.breadcrumb {
    color: #333;
}
.breadcrumb .wrap {
    background-color: #f7f7f7;
}
.breadcrumb ul {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.breadcrumb ul li {
    display: inline-block;
    margin: 0;
    color: #000;
	font-weight:300;
	letter-spacing:1px;
	font-size:13px;
}
.breadcrumb ul li a {
	font-weight:300;
    color: #333;
    text-decoration: none;
    padding: 15px 0;
    display: block;
}
.breadcrumb ul li a:after {
    content: "-";
    float: right;
    margin: 0 10px;
}

/**************** Breadcrumb ********************/
/**************** Footer ********************/
/**************** Footer ********************/

footer .wrap{
    background-color: var(--theme-color-2);
	color:#ccc;
	font-weight:300
}
footer .wrap picture,
footer .wrap picture img{
	display:inline-block
}
footer .wrap picture img{
	max-height:45px;
	width:auto;
}
footer .links{
	
}


footer .footer-socials a,
footer .links a{
    -webkit-transition: all 0.3s 0s ease-in-out;
    -moz-transition: all 0.3s 0s ease-in-out;
    -o-transition: all 0.3s 0s ease-in-out;
    transition: all 0.3s 0s ease-in-out;
    color: #ccc;
    display: block;
}
footer .links a{
    margin: 30px 0 0 0;
    text-decoration: none;
    font-weight: 300;
    letter-spacing: 2px;
}
footer .footer-socials a{
    margin: 0 0 0 30px;
}
footer .footer-socials a:first-child,
footer .links a:first-child{
    margin: 0;
}
footer .footer-socials a:hover,
footer .links a:hover{
	color:#fff
}
footer a{
	text-decoration:none;
}


/**************** Footer ********************/
/**************** Cookies ********************/
.cookies:before {
    content: "";
    position: absolute;
    background-color: var(--theme-color-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies .cookies-wrap {
    padding: 30px;
    background-color: var(--theme-color-1);
    position: relative;
    color: #fff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cookies {
    position: fixed;
    z-index: 15;
}
@media (min-width: 768px) {
    .cookies {
        max-width: 400px;
        bottom: 30px;
        left: 30px;
    }
	.cookies:before {
		left: -20px;
		bottom: -20px;
		top: 20px;
		right: 20px;
	}
}
@media (max-width: 768px) {
    .cookies {
        right: 90px;
        bottom: 30px;
        left: 30px;
    }
	.cookies:before {
		left: -20px;
		bottom: -20px;
		top: 20px;
		right: 20px;
	}
}
.cookies h4 {
    margin: 0 0 15px 0;
    font-weight: 600;
}
.cookies a {
    cursor: pointer;
}
/**************** Cookies ********************/

.block-title.left .top:before{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 10px 5px 0;
}
.block-title.right .top:after{
    content: "";
    display: inline-block;
    width: 50px;
    background-color: var(--theme-color-1);
    height: 1px;
    margin: 0 0 5px 10px;
}
.theme-btn {
    text-decoration: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    padding: 18px 30px 18px 30px;
    background-color: var(--theme-color-1);
    color: #fff;
    letter-spacing: 1px;
    font-weight: 400;
    overflow: hidden;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	position:relative;
}
.theme-btn *{
	position:relative;
	z-index:1;
}
.theme-btn.hovered-white:before,
.theme-btn.hovered:before {
    top: 0;
    left: 0;
    right: 0;
    height: 0;
    bottom: auto;
    z-index: 0;
    content: "";
    position: absolute;
	-webkit-transition: all 0.3s 0s ease-in-out;
	-moz-transition: all 0.3s 0s ease-in-out;
	-o-transition: all 0.3s 0s ease-in-out;
	transition: all 0.3s 0s ease-in-out;
	background-color:var(--theme-color-1);
}
.theme-btn.hovered-white:before {
	background-color:#fff
}
.theme-btn.hovered:hover:before,
.theme-btn.hovered-white:hover:before {
    top: auto;
    bottom: 0;
    height: 100%;
}
.theme-btn.hovered:hover {
    color: #fff;
}
.theme-btn.hovered-white:hover {
    color: #000;
}

.content{
    position: relative;
    z-index: 1;
}



.home-banner-video{
    position: relative;
}
.home-banner-video video{
    object-fit: cover;
    width: 100vw;
    height: 100%;
    display: block;
}


.home-about picture,
.home-about picture img{
	display:block;
	width:100%;
	height:auto;
}



.form-builder .field-text input,
.form-builder .field-text textarea {
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}
.form-builder .field-text input::-webkit-input-placeholder,
.form-builder .field-text textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 1px;
}
.form-builder .field-text input::-moz-placeholder,
.form-builder .field-text textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 1px;
}
.form-builder .field-text input::-ms-input-placeholder,
.form-builder .field-text textarea::-ms-input-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 1px;
}
.form-builder .field-text input::-moz-placeholder,
.form-builder .field-text textarea::-moz-placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 1px;
}
.form-builder .field-text input::placeholder,
.form-builder .field-text textarea::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    position: relative;
    top: 1px;
}
.form-builder .select2-selection--single .select2-selection__rendered {
    font-size: 16px;
    font-weight: 300;
}

.home-products .item{
	height:100%;
    text-align: center;
    display: block;
    color: #333;
    text-decoration: none;
    padding: 30px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 5%);
    -moz-box-shadow: 0 4px 7px 0 rgb(0 0 0 / 5%);
    box-shadow: 0 4px 7px 0 rgb(0 0 0 / 5%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
}
.home-products .item picture,
.home-products .item picture img{
    display: block;
    width: 100%;
    height: auto;
}
.home-products .item h4{
    line-height: 1.6;
    margin: 15px 0 0 0;
    color: var(--theme-color-1);
    font-weight: 500;
}




