.nolinecustom {
	margin:0 auto 25vw !important
}
.proditem {
	display: flex;
	justify-content: space-between;
	padding: 20px 0 0;
	align-items: center;
	margin-bottom: 10px;
	background-color: rgba(0, 0, 0, 0.1);
}
.proditem.reverce {
	flex-direction: row-reverse;
}
.w75 {
	width: calc(75% - 15px);
}
.w50 {
	width: calc(50% - 15px);
}
.w25 {
	width: calc(25% - 15px);
}
.proditem h3 {
	color: rgb(215, 181, 109);
	font-size: 20px;
}
.proditem p {
	color: #fff;
}
#whatwedo h2 {
	margin-top: 50px;
}
#whatwedo h3 {
	margin-bottom: 30px;
}
#whatwedo h2, #whatwedo h3 {
	color: rgb(215, 181, 109);
	text-align: center;
}
.slick-slide {
	width: 50% !important;
}
.wwa {
	display: flex;
	justify-content: space-between;
	padding: 50px 0;
}
.wwa h3 {
	color: rgb(215, 181, 109);
	text-align: center;
}

#Content b {
	color: #000;
	font-weight: 900;
}
.subs {
	background-color: rgb(215, 181, 109);
	padding: 10px;
	border-radius: 15px;
}
.subs h3 {
	color: #fff;
	padding: 15px 0;
	text-shadow: 0 0 1px #000;
}
.subs img {
	transition: 1s;
}
.subs:hover img {
	transform: scale(1.02);
}
.subs p {
	text-align: center;
	font-size: 16px;
	padding: 10px 0 15px;
	line-height: 1.4;
}
.textwidget a {
	color: rgb(215, 181, 109) !important;
	transition: 0.54s;
}
.textwidget a:hover {
	margin-left: 7px;
}
.one-third ul.social {
	display: flex;
}
.one-third ul.social li {
	width: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transition: 0.54s;
}
.one-third ul.social li:hover {
	transform: scale(1.1);
}
.one-third ul.social li i {
	font-size: 30px;
	color: #fff;
}
@media(min-width:1025px){
	.one-third ul.social {
		margin-top: 100px;
	}
	.mtt {
		margin-top: 4px;
		position: relative;
		margin-left: 4px;
	}
	
}
#slider-1-slide-1-layer-0 {
    right: -14vw;
}
@media(max-width: 1024px){
	.nolinecustom {
		margin:0 auto 100vw !important
	}
	.proditem {
		display: block;
	}
	.w75, .w50, .w25 {
		width: 100%;
	}
	.wwa {
		display: block;
	}
	nav#menu i {
		font-size: 18px;
		margin-bottom: 10px;
	}
	.msocm {
		margin-bottom: 10px !important;
		width: 33.3% !important;
	}
	.subs {
		margin-bottom: 5px;
	}
	footer h6 span {
		font-size: 12px;
	}
	footer .social {
		margin-top: 50px;
	}
	.proditem p {
		padding: 15px;
		font-size: 12px;
		text-align: center;
	}
}