#content-pro {
	padding-bottom:0;
}

.elementor-155 .elementor-element.elementor-element-emzfmgv .elementor-repeater-item-jcui5nw .boosted-elements-slider-background {
	background-image: url(../images/slide-1.jpg);
}

.elementor-155 .elementor-element.elementor-element-emzfmgv .elementor-repeater-item-wdmfgy0 .boosted-elements-slider-background {
    background-image: url(../images/slide-2.jpg);
}

.elementor-155 .elementor-element.elementor-element-emzfmgv .elementor-repeater-item-tqqn4d8 .boosted-elements-slider-background {
    background-image: url(../images/slide-3.jpg);
}

.elementor-155 .elementor-element.elementor-element-vekxuus {

    background-image: url(../images/about-background.jpg);
    background-position: center center;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}

body #logo-pro img {
	width:230px;
}

.clear:before, .clear:after {
	content:"";
	display: block;
	clear: both;
}

header#masthead-pro h1#logo-pro {
	margin-top:14px;
}

a.elementor-button-link {
	color:#fff !important;
}

.banner-wrapper {
	position: relative;
	background-image: url('../images/banner-bg.jpg');
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding:260px 0 120px; 
	background-position: right center;
}

.banner-wrapper:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.3);
}

.banner-wrapper .banner-title {
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 46px;
	font-family:'Playfair Display', sans-serif;
}

.content-wrapper {
	padding:80px 0; 
}

.content-wrapper .elementor-heading-title {
	text-align: center;
}

.about-left {
	float: left;
	width: 48%;
}

.about-right {
	float: right;
	width: 48%;
	margin-left: 4%;
}

.content-wrapper p {
	font-size: 18px;
	font-family:'Playfair Display', sans-serif;
}

.contact-row {
	padding:30px 0 0; 
}

.contact-left {
	float: left;
	width: 35%;
}

.contact-right {
	float:left;
	width: 60%;
	margin-left: 5%;
}

.contact-title {
	font-size: 25px;
	font-weight: 400;
	font-family:'Playfair Display', sans-serif;
	color: #4c4b46;
	border-bottom: solid 1px #f5f5f5;
	padding-bottom: 10px;
}

.contact-info {
	padding:0;
	margin:40px 0 0;
	list-style: none;
}

.contact-info li {
	padding: 7px 0;
}

.contact-info li .contact-icon {
	display: inline-block;
	vertical-align: middle;
	width: 30px;
	color: #d3bc6c;
}

.contact-info li .contact-icon .fa {
	font-size: 20px;
}

.contact-info li .contact-detail {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 35px);
}

.form-row:before, .form-row:after {
	content: "";
	display: block;
	clear: both;
}

.form-col-half {
	float: left;
	width: 47%;
	margin-left: 6%;
	padding:12px 0; 
}

.form-col-full {
	padding: 12px 0;
}

.form-col-half:first-of-type {
	margin-left: 0;
}

.contact-form {
	margin-top: 40px;
}

.text-box {
	width: 100%;
	border:0;
	background-color: #f5f5f5;
	height: 44px;
	padding: 10px 15px; 
}

.text-area {
	width: 100%;
	border:0;
	background-color: #f5f5f5;
	min-height: 130px;
	padding: 10px 15px; 
}

.send-btn {
	color: #fff;
	transition: all .5s;
	background-color: #d3bc6c;
	padding: 11px 30px;
	border: 0;
	font-family: "Playfair Display", Sans-serif;
	font-size: 16px; 
}

.send-btn:hover {
	background-color: #4c4b46;
}

.enquiry-box {
	width:1000%;
	max-width: 650px;
	margin:0 auto;
}

.produts-ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.produts-ul li {
	display: inline-block;
	width: 30%;
	margin-left: 4%;
	vertical-align: top;
	margin-top: 30px;
	margin-bottom: 30px;
}

.produts-ul li:nth-of-type(3n+1) {
	clear:left;
	margin-left: 0;
}

@media only screen and (max-width: 768px) {
	.about-left {
		float: none;
		width: 100%;
		margin-top: 40px;
	}

	.about-right {
		float: none;
		width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.banner-wrapper {
		padding: 230px 0 100px;
	}
	.content-wrapper {
		padding:60px 0; 
	}
	.contact-left {
		float: none;
		width: 100%;
	}
	.contact-right {
		float: none;
		width: 100%;
		margin-left: 0;
		margin-top: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.banner-wrapper {
		padding: 230px 0 60px;
	}
	.banner-wrapper .banner-title {
		font-size: 38px;
	}
	.content-wrapper p {
		font-size:16px;
		line-height: 1.8;
	}
	.contact-title {
		font-size: 22px;
	}
	.contact-info {
		margin:20px 0 0; 
	}
	.contact-form {
		margin-top: 30px;
	}
	.form-col-half {
		float: none;
		width: 100%;
		margin-left: 0;
	}
}