.top-home
{
	background:url('../img/hosld/home_bg.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	background-color: rgb(253, 213, 81);
	padding:6% 0;
}
.h-contain
{
	padding:8% 3%;
}
.fluid-lrpt
{
	padding:0 7%;
}
.mtn
{
margin-top:-6%;
}
.h-col-r
{
	color:#000;
}
.h-col-r span
{
	font-size:16px;
	font-weight:600;
	line-height:2.5em;
	color: #000000;
}
.btn
{
	border-radius:23px;
	padding: 8px 15px;
}
.footer-contact a
{
	color:#fff;
}
.footer-contact i
{
	font-size:18px;
}
.contact
{
	    position: relative;
		padding-left: 40px;
}
.contact h4
{
	font-size: 16px;
    line-height: 24px;
    color: "Roboto", sans-serif;
    font-weight: bold;
    margin-bottom: 0px;
	margin-top:-3%;
    color: #222222;
}
.contact i
{
    position: absolute;
    left: 0;
    top: 0;
    font-size: 20px;
    line-height: 24px;
    color: #3931af;
    font-weight: 600;
}
.contact a
{
	color:#000;
	font-weight:550;
}
.contact p
{
	font-size: 14px;
    line-height: 24px;
    padding: 2px 0px;
}
.contact-form
{
	font-size:15px;
	margin-top:-1.5%;
}

@media (min-width: 1200px) { 

	.col-xl-2
	{
		min-width:21%;
		max-width: 21%;
	}

	.col-xl-3
	{
		min-width:18.5%;
		max-width:18.5%;
	}
 }
