<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
body {
	font-size: 13px;
	line-height: 16px;
}
.clear {
	clear: both;
}


.fright {
	float: right;
}
.header {
	padding-top: 25px;
}
.logo {
	font-size: 14px;
	line-height: 18px;
	font-weight: 600;
	color: #807f84;
	text-transform: uppercase;
	padding-left: 5px;
}
.logo span {
	font-size: 21px;
	color: #bf3119;
}



.contact-info {
	text-align: right;
	font-weight: 500;
	padding-right: 5px;
}

.color-red {
	color: #bf3119;
}

h1 {
	font-size: 18px;
	font-weight: 600;
	color: #44434b;
}
h2 {
	font-size: 14px;
	font-weight: 600;
	line-height: 18px;
}


.main-container {
	box-shadow: 0px 0px 10px #afafaf;
	border-radius: 12px;
	-moz-border-radius: 12px;
	margin-top: 12px;
}



.nav {
	background-image: url(../images/nav-bg-repeat.png);
	background-repeat: repeat-x;
	height: 38px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-left-color: #FFF;
	border-radius: 12px 12px 0px 0px;
-moz-border-radius: 12px 12px 0px 0px;

}
.nav ul {
	list-style-type: none;
	padding-left: 15px;
}
.nav ul li {
	display: inline-block;
}
.nav ul li a {
	font-size: 12px;
	line-height: 38px;
	text-transform: uppercase;
	color: #3d3d3d;
	text-decoration: none;
	padding-right: 12px;
	font-weight: 500;
	padding-left: 12px;
}
.nav ul li a:hover {
	color: #FFF;
}
.nav ul li a:active {
	text-decoration: underline;
}

.center-heading {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 6px;
}
.center-heading h1 {
	line-height: 24px;
}


.service-box {
	background-color: #FFF;
	width: 220px;
	font-size: 13px;
	line-height: 16px;
	padding-bottom: 20px;
	box-shadow: 0px 0px 8px #a2a2a2;
	margin-right: 6px;
	margin-left: 6px;
}
.service-box h2 {
	font-size: 13px;
	line-height: 37px;
	font-weight: 600;
	color: #44434b;
	background-image: url(../images/grey-heading-bg-repeat.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
.service-box h2 img {
	vertical-align: middle;
	margin-top: -2px;
}

.service-box p {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 8px;
}
.service-box .btn {
	font-size: 13px;
	line-height: 34px;
	text-decoration: none;
	display: block;
	height: 34px;
	width: 126px;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
	color: #000;
	text-align: center;
}
.service-box .btn-01 {
	background-image: url(../images/btn-01.png);
}
.service-box .btn-02 {
	background-image: url(../images/btn-02.png);
}

.service-box .btn-03 {
	background-image: url(../images/btn-03.png);
}

.service-box .btn-04 {
	background-image: url(../images/btn-04.png);
}
.main-content {
	padding: 20px;
}
.contact-box {
	background-color: #FFF;
	margin-left: 20px;
	box-shadow: 0px 0px 8px #a2a2a2;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}
.contact-box  input[type=text] {
	margin-bottom: 6px;
}




.leftm1 {
	margin-left: 1%  !important;
}

.leftm2 {
	margin-left: 2%  !important;
}
.google-maps img{
	padding: 10px;
	border: 1px solid #c8c8c8;
	text-align: center;
	margin-left: 15px;
	margin-bottom: 15px;
}
.testimonials {
	background-color: #ececec;
	background-image: url(../images/client-top.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: 15px;
}
.testomonials-bottom {
	background-image: url(../images/client-bottom.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 15px;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 1px;
	margin-bottom: 15px;
}







.footer {
	background-image: url(../images/footer-bg-repeat.png);
	background-repeat: repeat-x;
	height: 47px;
	border-radius: 0px 0px 12px 12px;
	-moz-border-radius: 0px 0px 12px 12px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	background-position: center bottom;
}
.footer   .footer-contact {
	font-size: 14px;
	line-height: 48px;
	font-weight: 600;
	padding-left: 25px;
}
.footer  .social {
	text-align: right;
	padding-right: 25px;
	padding-top: 12px;
}
.copy {
	font-size: 12px;
	padding-top: 12px;
	line-height: 28px;
	padding-bottom: 15px;
}
.foot-links {
	font-size: 12px;
	text-align: right;
	padding-top: 12px;
	line-height: 28px;
}

.mobile-menu{
	display:none;
	
}
@media (min-width: 120px) and (max-width: 550px) {
	.logo, .contact-info{
		text-align:center;		
	}
	.logo{
		padding-bottom:15px;		
	}
	.nav{
		height:auto;
		background:#bfbdbe;
		
	}
	.leftm2, .leftm1{
		margin-left: 0 !important;
		
	}
	.service-box{
		width: auto;
		margin-bottom:20px;
	}
	.service-box .service-banner{
		width:100%;		
	}
	.copy, .foot-links{
		text-align:center;
		padding-bottom:0px;
	}
	.footer{
		height:auto;
		background:url(none);
	}
	.footer .footer-contact{		
		text-align:center;
		padding-left:0px;
	}
	.footer .social{
		text-align:center;
		padding-bottom:15px;		
	}
	.testimonials{
		margin-right:0px;		
	}
	.cards{
		padding:12px;
		
	}
	.news{
			padding:12px;
		}
		.video{
			padding:12px;			
		}
		.video img{
			width:100%;			
		}
		.contact-box{
			margin-right: 20px;
			
		}
		.nav ul{
			padding-left:30px;
			display:none;
			
		}
		.nav ul li{
			display:block;
			line-height:18px;
			margin-bottom:0px;
		}
		.mobile-menu{
			display:block;
			font-size:12px;
			line-height:38px;
			text-align:center;
			display:block;
			color:#3d3d3d;
			text-decoration:none;
			font-weight:bold;
		}
		.mobile-menu:hover{
			color:white;
			
		}
}

@media (min-width: 551px) and (max-width: 1200px) {
	.service-box{
		width:auto;		
	}
	.nav{
		height:auto;
		background:#bfbdbe;
		
	}
	.service-box h2{
		font-size:12px;
		
	}
	.service-box .btn{
		width:95%;		
		background: url(none);
		border-radius: 10px;
-moz-border-radius: 10px;

	}
	.service-box .btn-01{
		background:#8ccaff;
	}
	.service-box .btn-02{
		background:#bfb0ff;
	}
		.service-box .btn-03{
			background:#5aff6d;
		}
		.service-box .btn-04{
			background:#fab640;
		}
	
	.service-banner{
		width:100%;		
	}
	
	.google-maps img{
		width:80%;		
	}
	.google-maps{
		margin-left:5px;
		
	}
	.cards img{
		width:100%;
	}
	.video img{
		width:100%;
		
	}
	.contact-box input, select{
 
		width: 100%;!important;
	}
	.footer{
		height:auto;
		background:url(../images/footer-bg-repeat.png) #a1a0a0;
		background-repeat:repeat-x;
		
	}
</pre></body></html>