<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-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: 16px;
	background-color: #424242;
}
h1 {
	font-size: 21px;
	line-height: 25px;
	font-weight: bold;
}
h3 { color:blue; }
h2 { color:green; }

.this_is_container {
	box-shadow: 0px 0px 12px #2f2f2f;
	margin-bottom: 15px;
}
.color-orange {
	color: #ff7c00;
}



.this_is_header {
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 102px;
	padding-top: 15px;
}
.this_is_fright {
	float: right;
}

.this_is_logo {
	font-size: 25px;
	line-height: 22px;
	font-weight: bold;
	color: #000;
	background-color: #FFF;
	border-radius: 0px 12px 12px 0px;
	-moz-border-radius: 0px 12px 12px 0px;
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 25px;
}
.this_is_logo span {
	font-size: 43px;
	color: #ff8006;
	text-transform: uppercase;
}
.this_is_contact-box {
	font-size: 17px;
	line-height: 22px;
	font-weight: bold;
	text-transform: uppercase;
	color: #000;
	text-align: right;
	background-color: #FFF;
	border-radius: 12px 0px 0px 12px;
	-moz-border-radius: 2px 0px 0px 12px;
	padding-top: 15px;
	padding-right: 25px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.this_is_contact-box span {
	font-size: 25px;
	color: #ff7c00;
	line-height: 26px;
	
}
.this_is_contact-box span img {
	vertical-align: top;
}
.this_is_nav {
	background-image: url(../images/nav-bg-repeat.png);
	background-repeat: repeat-x;
	height: 29px;
}
.this_is_nav ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
.this_is_nav ul li {
	display: inline-block;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #ffb66f;
}
.this_is_nav ul li a {
	font-size: 13px;
	line-height: 29px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	padding-right: 14px;
	padding-left: 14px;
}
.this_is_nav ul li a:hover {
	color: #000;
}
.this_is_nav ul li a:active {
	text-decoration: underline;
}
.this_is_nav ul li a.active {
	color: #000;
}
.main-content {
	background-color: #FFF;
	padding-right: 12px;
	padding-left: 12px;
}

.service-box {
	padding-top: 12px;
}
.service-box .service-heading {
	font-size: 15px;
	line-height: 30px;
	color: #FFF;
	background-color: #424242;
	text-align: center;
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
}
.service-box .service-heading img {
	vertical-align: middle;
	height: 18px;
	width: 19px;
}

.service-box img {
	width: 100%;
}
.this_is_service-info {
	padding: 10px;
	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: #9d9d9d;
	border-bottom-color: #9d9d9d;
	border-left-color: #9d9d9d;
	margin-bottom: 12px;
	min-height:324px;
}
.btn-read-more {
	font-size: 12px;
	line-height: 28px;
	font-weight: bold;
	color: #FFF;
	background-image: url(../images/btn-read-more.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 28px;
	width: 144px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.btn-read-more:hover {
	color: #000;
	text-decoration: none;
}

.this_is_click-to-call {
	font-size: 14px;
	line-height: 38px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFF;
	background-image: url(../images/btn-click-to-call.png);
	background-repeat: no-repeat;
	text-align: center;
	display: block;
	height: 38px;
	width: 194px;
	margin-right: auto;
	margin-left: auto;
	text-decoration: none;
}
.this_is_click-to-call:hover {
	color: #000;
	text-decoration: none;
}



.this_is_info-box img {
	width: 100%;
}
.center-text {
	text-align: center;
	padding-top: 12px;
	padding-bottom: 12px;
}


.orange-heading {
	font-size: 14px;
	line-height: 29px;
	font-weight: bold;
	color: #FFF;
	background-color: #ff7c00;
	padding-right: 14px;
	padding-left: 14px;
	border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	display: inline-block;
	text-transform: uppercase;
	word-spacing: 1px;
	box-shadow: 0px 0px 6px #bbbbbb;
	margin-bottom: 10px;
}
.border-right {
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #f0f0f0;
}

.this_is_sidebar {
	width: 240px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0px 0px 7px #a9a9a9;
	margin-bottom: 15px;
	margin-left: 12px;

}
.this_is_sidebar .this_is_sidebar-top {
	color: #e4e4e4;
	background-color: #828282;
	padding: 12px;
	border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;

}
.this_is_sidebar .this_is_sidebar-top h2 {
	text-transform: uppercase;
	color: #FFF;
	font-size: 21px;
	line-height: 22px;
}

.this_is_sidebar-top p {
	margin-bottom: 0px;
	padding-bottom: 12px;
}

.this_is_sidebar .this_is_sidebar-body {
	background-color: #e4e4e4;
	padding: 12px;
	border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;

}
.this_is_sidebar-body .submit-btn {
	background-image: url(../images/submit-btn.png);
	background-repeat: no-repeat;
	background-position: center top;
	color: #FFF;
}





.this_is_cards {
	padding-top: 6px;
	padding-bottom: 6px;
}
.this_is_footer {
	color: #ececec;
	background-color: #2c2c2c;
	line-height: 18px;
}
.this_is_copyright {
	padding: 14px;
}
.this_is_copyright a {
	color: #ff7c00;
	text-decoration: none;
}
.this_is_copyright a:hover {
	text-decoration: underline;
}
.this_is_copyright a:active {
	color: #999;
}


.this_is_social {
	text-align: right;
	padding: 14px;
}

.mobile-hide{
	display:none;
	
}
@media (min-width: 120px) and (max-width: 767px) {
	
	.this_is_logo {
		padding-left:0px;
		padding-right:0px;
		text-align:center;
		font-size:22px;
	}
	.this_is_logo span{
		font-size:38px;
	}
	.this_is_contact-box{
		text-align:center;
		padding-right:0px;
		margin-bottom:12px;
	}
	.this_is_copyright, .this_is_social{
		text-align:center;
		
	}
	.this_is_sidebar{
		margin:0 auto;
	}
	.mobile-hide{
		display:block;
	}
	.this_is_nav{
		height:auto;
		background:url(none) #ff7e03;
	}
	.this_is_nav ul {
		padding-left:20px;
		display:none;
		
	}
	.this_is_nav ul li{
		display:block;
		border-right:0px solid #FFF;
	}
	.mobile-menu{
		text-decoration:none;
		text-align:center;
		display:block;
		color:#FFF;
		font-weight:bold;
		font-size: 14px;
		line-height:20px;
		padding-top:5px;
		padding-bottom:5px;
	}
	.mobile-menu:hover{
		color:#000;
	}
	.mobile-menu img{
		vertical-align:middle;
  margin-top: -2px;
	}
	
	.this_is_nav.visible ul{
		display:block;
		
	}
}

	@media   (min-width: 550px) and (max-width: 1023px) {
		.this_is_logo{
			font-size: 18px;			
		}
		.this_is_logo span{
			font-size: 24px;			
		}
		.this_is_contact-box{
			font-size: 12px;			
		}
			.this_is_contact-box span{
			font-size: 18px;			
		}
		.this_is_nav ul li a{
			padding-left: 8px;
			padding-right: 8px;
		}
		.this_is_click-to-call{
			width:auto;
			background:url(none) #ff7c01;
			font-size:12px;			
			border-radius: 8px;
-moz-border-radius: 8px;
height:auto;

		}
		.btn-read-more{
			width:auto;
			background:url(none) #61c418;
			font-size:12px;			
		}
		
		.this_is_sidebar{
			width:auto;			
		}
		.this_is_sidebar input[type=text],.this_is_sidebar select {
			max-width:134px; !important;
			
		}
		}</pre></body></html>