.search-wrapper i {
	color: white;
	display: block;
}
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	zoom: 1;
}
.search-wrapper {
	margin: 15px auto 0px 10px;
}
.search-wrapper input {
	width: 135px !important;
	height: 24px !important;
	padding: 6px 5px !important;
	float: left !important;
	font: bold 15px 'lucida sans', 'trebuchet MS', 'Tahoma' !important;
	border: 0 !important;
	background: #EEE !important;
	border-radius: 3px 0 0 3px !important;
	font-weight: 400 !important;
	color: #999 !important;
}
.search-wrapper input:focus {
	outline: 0;
	background: #fff;
	box-shadow: 0 0 2px rgba(0,0,0,.8) inset;
}
.search-wrapper input::-webkit-input-placeholder {
	color: #999 !important;
	font-weight: normal !important;
	font-style: italic !important;
}
.search-wrapper input:-moz-placeholder {
	color: #999 !important;
	font-weight: normal !important;
	font-style: italic !important;
}
.search-wrapper input:-ms-input-placeholder {
	color: #999 !important;
	font-weight: normal !important;
	font-style: italic !important;
}
.search-wrapper button {
	overflow: visible;
	position: relative;
	float: right;
	border: 0;
	padding: 0;
	cursor: pointer;
	height: 24px;
	width: 50px;
	font: bold 15px/40px 'lucida sans', 'trebuchet MS', 'Tahoma';
	color: white;
	text-transform: uppercase;
	background: #c0983b;
	border-radius: 0 3px 3px 0;
	text-shadow: 0 -1px 0 rgb(0 0 0 / 30%);
	font-size: 18px;
}
.search-wrapper button:hover {
	background: #c0983b;
}

.search-wrapper button:active, .search-wrapper button:focus {
	background: #c0983b;
	outline: 0;
}
.search-wrapper button:hover:before {
	border-right-color: #c0983b;
}
.search-wrapper button:focus:before, .search-wrapper button:active:before {
	border-right-color: #c0983b;
}
.search-wrapper button::-moz-focus-inner {
	padding: 0;
}

@media (max-width: 999px) {
	.search-wrapper button {
		margin-top: 0px !important;
	}
	.search-wrapper {
		margin: 15px auto 0px 0px !important;
	}
}

.row-2 a {
	width: 100%;
}
.row-2 {
	margin-right: -38px !important;
	margin-left: -17px !important;
}
.row-2 .col-md-4 {
	max-width: 32.333333%;
}
.pt-30 {
	padding-top: 30px;
}
.seo {
	background-color: #343a4061;
}

.seo .item:hover h5, .seo .item:hover p, .seo .item:hover h5 .seo .item:hover span {
	color: #fff;
}
.seo .item p {
	font-size: 15px;
	color: #d6d2d2;
}

.seo .item:hover:after {
	opacity: 0;
}
.seo .item:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	/* background: #1e1e1ea3;*/
	z-index: 1;
	-webkit-transition: all .4s;
	transition: all .4s;
}
.seo .item:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(30, 30, 30, 0.8);
}
.seo .item .con {
	position: relative;
	z-index: 7;
	text-align: center;
}
.seo .item .con .icon-img {
	width: 100%;
	display: block;
	margin-bottom: 20px;
}
.seo .item h5 {
	font-size: 17px;
	font-weight: 300;
	margin-bottom: 20px;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 3px;
}
.seo .item {
	padding: 26px 28px;
	position: relative;
	background-size: cover;
	background-position: 50% 0% !important;
	margin-bottom: 20px;
	margin-right: 5px;
}
.projects-img a {
	width: 100%;
}

.h-30-vh {
	height: 30vh !important;
}
.projects {
	padding: 0 100px;
}
.mobile-shortcut {
	display: none;
}
.section-padding {
	padding: 45px 0;
}
.whatsapp-shortcut {
	position: fixed;
	bottom: 50px;
	left: 50px;
	z-index: 999;
}
.whatsapp-shortcut .whatsapp-shortcut-icon {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #000;
	text-align: center;
	line-height: 50px;
	border: 3px solid #c0983b;
}
.whatsapp-shortcut .whatsapp-shortcut-icon img {
	width: 30px;
	height: 30px;
}
.whatsapp-shortcut:hover .whatsapp-shortcut-title {
	opacity: 1;
	visibility: visible;
	transition: .3s ease;
}
.whatsapp-shortcut .whatsapp-shortcut-title {
	position: absolute;
	top: 50%;
	width: 200px;
	left: calc(100% + 20px);
	transform: translateY(-50%);
	padding: 8px 20px;
	background: #c0983b;
	border-radius: 0.33 rem;
	color: #FFFFFF;
	opacity: 0;
	visibility: hidden;
	transition: .3s ease;
}
.whatsapp-shortcut .whatsapp-shortcut-title:before {
	content: "";
	position: absolute;
	left: -30px;
	border-width: 18px;
	border-color: transparent #c0983b transparent transparent;
	border-style: solid;
	top: 50%;
	transform: translateY(-50%);
}
@media (max-width: 999px) {
	.mb-80 {
		margin-bottom: 80px;
	}
	.mobile-shortcut {
		display: flex;
		position: fixed;
		bottom: 0;
		left: 0;
		height: 50px;
		width: 100%;
		background: black;
		z-index: 999;
	}
	.mobile-shortcut:before {
		content: "";
		position: absolute;
		top: -15px;
		left: 0;
		width: 100%;
		height: 6px;
		background-color: #c0983b;
	}
	.mobile-shortcut-content {
		position: relative;
		flex: 1 0 0;
		margin-top: -50px;
		text-align: center;
	}
	.mobile-shortcut-content .mobile-shortcut-content-image {
		width: 60px;
		height: 60px;
		line-height: 48px;
		border-radius: 50%;
		background: #000;
		margin: 0 auto 6px auto;
		border: 4px solid #e1bf6f;
	}
	.mobile-shortcut-content a {
		display: block;
	}
	.mobile-shortcut-content .mobile-shortcut-content-image img {
		width: 30px;
	}
	.mobile-shortcut-content small {16px;
	}
	.whatsapp-shortcut {
		display: none;
	}
	.projects {
		padding: 0 20px !important;
	}

	.slider-fade .item {
		height: 25vh !important
	}
	.projects-img img {
		height: 210px !important;
	}
	.row-2 .col-md-4 {
		max-width: 100%;
	}
	.row-2 {
		margin-right: -22px !important;
		margin-bottom: 70px;
	}
}

