<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	background:url(../images/bg.png);
}
.wrap{
	width:70%;
	margin:0 auto;
}
.header{
	background:#BEBEBE;
	padding: 20px 0px;
}
.logo{
	float:left;
}
.top-search-bar{
	float:right;
}
.header-top-nav ul li{
	display:inline-block;
}
.header-top-nav ul li a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	padding-right: 11px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: rgb(78, 78, 78);
}
.header-top-nav ul li img{
	padding-right:5px;
}
.header-top-nav {
	margin-top: 11.8px;
}
/*---menu----*/
.left-nav ul li,.right-social-icons ul li{
	display:inline-block;
}
.left-nav {
	float:left;
}
.left-nav ul li a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	padding-right: 11px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	color: #fff;
	text-transform: uppercase;
	display: block;
	padding: 16px 30px;
}
.left-nav ul li.active&gt; a,.left-nav ul li&gt; a:hover {
	background:url(../images/menu-bg.gif);
}
.right-social-icons{
	float:right;
	margin-top: 12px;
}
.left-nav ul li{
	float:left;
}
.header-nav{
	background: #4c4c4c url(../images/topnav_s.gif) repeat-x;
	background: #4c4c4c;
	background: -moz-linear-gradient(top, #4c4c4c 0%, #2c2c2c 99%, #2b2b2b 100%, #474747 100%, #131313 100%, #2c2c2c 100%, #000000 100%, #111111 100%, #666666 100%, #1c1c1c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4c4c4c), color-stop(99%,#2c2c2c), color-stop(100%,#2b2b2b), color-stop(100%,#474747), color-stop(100%,#131313), color-stop(100%,#2c2c2c), color-stop(100%,#000000), color-stop(100%,#111111), color-stop(100%,#666666), color-stop(100%,#1c1c1c));
	background: -webkit-linear-gradient(top, #4c4c4c 0%,#2c2c2c 99%,#2b2b2b 100%,#474747 100%,#131313 100%,#2c2c2c 100%,#000000 100%,#111111 100%,#666666 100%,#1c1c1c 100%);
	background: -o-linear-gradient(top, #4c4c4c 0%,#2c2c2c 99%,#2b2b2b 100%,#474747 100%,#131313 100%,#2c2c2c 100%,#000000 100%,#111111 100%,#666666 100%,#1c1c1c 100%);
	background: -ms-linear-gradient(top, #4c4c4c 0%,#2c2c2c 99%,#2b2b2b 100%,#474747 100%,#131313 100%,#2c2c2c 100%,#000000 100%,#111111 100%,#666666 100%,#1c1c1c 100%);
	background: linear-gradient(to bottom, #4c4c4c 0%,#2c2c2c 99%,#2b2b2b 100%,#474747 100%,#131313 100%,#2c2c2c 100%,#000000 100%,#111111 100%,#666666 100%,#1c1c1c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#1c1c1c',GradientType=0 );
}
.icon1{
	width: 22px;
	height: 22px;
	background: url(../images/01.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon1:hover {
	background: url(../images/01.png) 0 -22px no-repeat;
}
.icon2{
	width: 22px;
	height: 22px;
	background: url(../images/02.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon2:hover {
	background: url(../images/02.png) 0 -22px no-repeat;
}
.icon3{
	width: 22px;
	height: 22px;
	background: url(../images/03.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon3:hover{
	background: url(../images/03.png) 0 -22px no-repeat;
}
.icon4{
	width: 22px;
	height: 22px;
	background: url(../images/04.png) 0 0 no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon4:hover{
	background: url(../images/04.png) 0 -22px no-repeat;
}
/*----error-page----*/
.error-page{
	text-align: center;
	min-height: 500px;
	padding-top: 62px;
}
.error-page h3,.error-page h4{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 5em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.error-page h3{
	font-size:15em;
}
/*----image-slider-----*/
.image-slider{
}
/*  GRID OF Four   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
		
} 
.images_1_of_4 {
	width: 23.8%;
	padding: 1%;
	box-shadow: 0px 0px 10px rgba(230, 230, 230, 0.61);		
}
.images_1_of_4  span{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 21em;
	color: rgb(146, 146, 146);
	line-height: 1.5em;
	margin-top: 11px;
}
.images_1_of_4  img{
	max-width:100%;
	display:inline-block;
	padding: 1%;
}

.images_1_of_4  h3{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color:#000;	
	line-height: 1.5em;
	margin: 8px 0;
	border-bottom: 1px dashed rgb(219, 219, 219);
	padding-bottom: 10px;
}

.images_1_of_4  h2{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.0em;
	color:#333333;
	line-height: 1.5em;
	margin: 8px 0;	
}

.images_1_of_4  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}
.images_1_of_4 .button{
	margin-top:.3em;
	line-height:1.9em;
}

.images_1_of_4 .button a{
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		display: inline-block;
		background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
		line-height: 15px;
		padding: 10px 8px;
		font-size: 0.9em;
		text-transform: uppercase;
		border-left: 1px solid #424242;
		border-right: 1px solid #242424;
		border-top: 1px solid #646464;
		border-bottom: 1px solid #171717;
		color: rgb(160, 160, 160);
		font-family: 'Ropa Sans', sans-serif;
		
		font-weight: bold;
		cursor: pointer;
		border-radius: .3em;
}
.images_1_of_4 .button a:hover{
	   color:#fff;

}
.images_1_of_4 h4{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.44em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

#mylist ul{
  list-style: none;
}

#mylist li{
  display: inline;
  font-size: 1.2em;
  font-family: 'Ropa Sans', sans-serif;
}

/***** videos *****/

.images_1_of_4_video {
	width: 35.8%;
	padding: 1%;
	box-shadow: 0px 0px 10px rgba(230, 230, 230, 0.61);		
}


.images_1_of_4_video  span{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 21em;
	color: rgb(146, 146, 146);
	line-height: 1.5em;
	margin-top: 11px;


}
.images_1_of_4_video  img{
	max-width:100%;
	display:inline-block;
	padding: 1%;
}

.images_1_of_4_video  h3{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color:#000;	
	line-height: 1.5em;
	margin: 8px 0;
	border-bottom: 1px dashed rgb(219, 219, 219);
	padding-bottom: 10px;
}

.images_1_of_4_video  h2{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1.5em;
	color:#333333;
	line-height: 1.5em;
	margin: 8px 0;	
}

.images_1_of_4_video  p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}
.images_1_of_4_video .button{
	margin-top:.3em;
	line-height:1.9em;
}

.images_1_of_4_video .button a{
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		display: inline-block;
		background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
		line-height: 15px;
		padding: 10px 8px;
		font-size: 0.9em;
		text-transform: uppercase;
		border-left: 1px solid #424242;
		border-right: 1px solid #242424;
		border-top: 1px solid #646464;
		border-bottom: 1px solid #171717;
		color: rgb(160, 160, 160);
		font-family: 'Ropa Sans', sans-serif;
		
		font-weight: bold;
		cursor: pointer;
		border-radius: .3em;
}
.images_1_of_4_video .button a:hover{
	   color:#fff;

}
.images_1_of_4_video h4{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.44em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

/***** end video *****/

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;

	}	
	.images_1_of_4 {
		width:94%;
		padding:3%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:92%;
		padding:4%;
	}
}
.services{
	box-shadow:none;
}
.services ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.9em;
	color: rgb(233, 21, 70);
	font-weight: bold;
	line-height: 1.5em;
	border-bottom: 1px dashed rgb(200, 200, 200);
	padding: 8px 0px;
	display: block;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services ul li a:hover{
	color:#fa8d03;
}
.services ul li a img{
	padding-right:5px;
	vertical-align: middle;
}
.text-center {
	text-align:center;
}
/*  GRID OF Content with Image   ============================================================================= */
.image {
	clear: both;
	padding: 0px;
	margin: 0px;
	/*padding:1.5% 0;*/
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid {
	display: block;
	float:left;
	/*margin: 0% 0 0% 1.6%;*/
}
.grid:first-child { 
	 
}

.images_3_of_1 {
	width: 26.2%;
}
.span_2_of_3{
	width: 64.1%;
}
.images_3_of_1  img {
	max-width:100%;
	display:inline-block;
}
.span_2_of_3  h3,.images_3_of_1 h3{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}


p {	
	color: #000000;
	margin-bottom: 0.5em;
	font-size: 15px;	
	line-height: 200%;	
	font-family: "PageContent";
	margin-top: 0px;	
}

.span_2_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.span_2_of_3 .button a{
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
		display: inline-block;
		background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
		line-height: 15px;
		padding: 10px 8px;
		font-size: 0.9em;
		text-transform: uppercase;
		border-left: 1px solid #424242;
		border-right: 1px solid #242424;
		border-top: 1px solid #646464;
		border-bottom: 1px solid #171717;
		color: rgb(160, 160, 160);
		font-family: 'Ropa Sans', sans-serif;
		font-weight: 500;
		cursor: pointer;
		border-radius: .3em;
}
.span_2_of_3 .button a:hover{
	    color:#fff;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.image{
		padding:3%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;	
		padding:2% 0 2% 0;	
	}
	.span_2_of_3 {
		width:100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.image{
		padding:4%;
	}
	.grid {
		margin:0;
	}	
	.images_3_of_1 {
		width:100%;
		padding:2% 0 2% 0;		
	}
	.span_2_of_3 {
		width:100%;
	}
}
.images_3_of_1 img{
	display:inline-block;
}
.images_3_of_1 a{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-bottom: 10px;
}
.images_3_of_1 a span{
	color:#000;
	text-transform:uppercase;
	padding-left:5px;
}
.images_3_of_1 a span:hover{
	color:#222;
	text-decoration:underline;
}
/*---footer---*/
.footer{
	background: #BEBEBE;
	padding:15px 0;
}
.footer-left{
	float:left;
}
.footer-left ul li{
	display:inline-block;
}
.footer-right{
	float:right;
}
.footer-left ul li a,.footer-right p a{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(78, 78, 78);
	margin-right:14px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right p{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(78, 78, 78);
}
.footer-right p a:hover{
	color:#000;
}
.content {
	background:#ece8b2;
	padding: 3% 3% 3% 3%;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
}

.contentvideo {
	background:#ece8b2;
	padding: 10px 100px 10px 100px;
	text-align: center;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
}

.contentaboutus {
	background:#ffffff;
	padding: 0% 0% 0% 0%;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
}
.clients h5,.services h5,.contact h5{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
/*---services----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

.section  h3 {
	color: #fc6f22;
	margin-bottom: 0.5em;
	font-size: 1.7em;
	line-height: 1.2;	
	font-family: 'Ropa Sans', sans-serif;
	margin-top: 0px;
	letter-spacing: -1px;
}

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 49%;
	padding: 1.5% 0;
}
.listimg_2_of_1 {
	width: 30.2%;
}
.list_2_of_1 {
	width: 66.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
	border: 1px solid rgb(238, 238, 238);
	padding:4px;
}
.list_2_of_1  h3{
	font-family: 'Ropa Sans', sans-serif;
	font-size: 1em;
	color: rgb(83, 83, 83);
	line-height: 1.5em;
	text-transform: uppercase;
}
.list_2_of_1  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: inline-block;
	background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
	line-height: 15px;
	padding:8px;
	font-size: 0.9em;
	text-transform: uppercase;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	color: rgb(160, 160, 160);
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-radius: .3em;
}
.list_2_of_1 .button a:hover{
	   color:#fff;
}

.clsKitImage img {
	padding:10px 10px 0px 0px;
	align:center;
}
.listItems li {
	list-style:disc;
}
.listItems {
	padding-left:15px;
}

.button {
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	margin: 4px 2px;
	cursor: pointer;
}

.button1 {
	font-size: 10px;
}

.button2 {
	font-size: 12px;
}

.button3 {
	font-size: 16px;
}

.button4 {
	font-size: 20px;
}

.button5 {
	font-size: 24px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
	.mpdt10 {padding-top:10px;}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
	.listview_1_of_2{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_2 {
		width:94%;
		padding:3%;
	}
	.listimg_2_of_1{
	     width:100%;		
   }
	.list_2_of_1 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		 width:95%;
	}
	.listview_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_2 {
		width:92%;
		padding:4%;
	}
	.listimg_2_of_1{
	     width:100%;		
   }
	.list_2_of_1 {
		width: 100%;
	}
}
.services h5 {
	margin-bottom:0px;
}
/*----contact----*/
/*---contact----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col{
	display: block;
	float:left;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 70.1%;
	padding: 100 0 1.5% 1.6%;
}

.span_2_of_3  h2,
.span_1_of_3  h2 {
	color: rgb(252, 111, 34);
	margin-top: 0;
	font-size:1.5em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 12px;
}

.span_2_of_3_own  h2 {
	color: rgb(252, 111, 34);
	margin-top: 0;
	font-size:1.5em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin-top: 12px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:1em;
	color: rgb(139, 139, 139);
	padding-bottom:5px;
	font-family: 'Ropa Sans', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:rgb(139, 139, 139);
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px rgb(199, 199, 199);
			-webkit-box-shadow: inset 0px 0px 3px rgb(199, 199, 199);
			-moz-box-shadow: inset 0px 0px 3px rgb(199, 199, 199);
			-o-box-shadow:inset 0px 0px 3px rgb(199, 199, 199);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	display: inline-block;
	background: url(../images/btn_bg.png) repeat-x 0 0 #2c2c2c;
	line-height: 15px;
	padding: 15px 20px;
	font-size: 0.9em;
	text-transform: uppercase;
	border-left: 1px solid #424242;
	border-right: 1px solid #242424;
	border-top: 1px solid #646464;
	border-bottom: 1px solid #171717;
	color: rgb(160, 160, 160);
	font-family: 'Ropa Sans', sans-serif;
	font-weight: 500;
	cursor: pointer;
	border-radius: .3em;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	color: #fff;
}
.contact-form input[type="submit"]:active{
	background-color:#000;  
}

.company_address p{
	font-family: 'PageContent';
	padding: 0.2em 0;
	font-size: 0.8125em;
	color: rgb(155, 155, 155);
	line-height: 1.5em;
}
	.company_address p span {
		text-decoration: underline;
		color: #333;
		cursor: pointer;
		font-family: 'PageContent';
		font-size: 1em;
	}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*---contact----*/
.contact{
	min-height: 572px;
}
/*----single-link-----*/
/*  GRID OF One   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_1{
	display: block;
	float:left;
	margin: 1% 0 1% 0%;
}
.span_1_of_1 {
	width:97%;
	padding:1.5% 0;
}
.span_1_of_1  h3{
	color: rgb(139, 139, 139);
	margin-top: 0;
	font-size: 1.2em;
	font-family: 'Ropa Sans', sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.span_1_of_1  p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: rgb(155, 155, 155);
	line-height: 1.8em;
	margin-bottom: 10px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_1 {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_1{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_1 {
		width:92%;
		padding:4%; 
	}
}
/*-----singlelink-----*/
.singlelink {
	height: 572px;
}
/*----responsive-design----*/
@media screen and (max-width:1366px) {
	.wrap{
		width:90%;
	}
	.error-page {
		min-height: 394px;
		padding-top: 40px;
	}
}
@media screen and (max-width:1024px) {
	.wrap{
			width:90%;
	}
	.services ul li:nth-child(2),.services ul li:nth-child(3),.services ul li:nth-child(4){
		display:none;
	}
	.contact_info{
		display:none;
	}
	.company_address{
		margin-right:20px;
	}
	.error-page {
		min-height: 408px;
		padding-top: 40px;
	}
	.singlelink p:nth-child(1),.singlelink p:nth-child(2),.singlelink p:nth-child(3),.singlelink p:nth-child(4){
		display:none
	}
	.singlelink {
		height: 458px;
	}
}
@media screen and (max-width:800px){
	.wrap{
		width:768px;
	}
	.span_2_of_3 {
		width: 100%;
		padding: 0%;
	}
	.images_3_of_1 {
		width: 100%;
	}
	.grid {
		float:none;
		width:100%;
		margin:10px 0 0 0px;
	}
	.company_address{
		display:none;
	}
}
@media screen and (max-width:640px){
	.wrap{
		width:90%;
	}
	.footer-left,.footer-right{
		float:none;
		text-align:center;
	}
	.left-nav ul li a {
		padding: 16px 15px;
	}
	.text {
		margin:0px;
	}
}
/* Newly Added*/
.pdt10 {padding-top:10px;}
.pdt15 {padding-top: 15px;}
.pdl10 {padding-left: 10px;}
.pdr10 {padding-right: 10px;}
.pdr20 {padding-right: 20px;}
.fnt16{font-size:16px !important;}
.page-subtitle {
	color: #e91546;
	margin-bottom: 0em;
	font-size: 1em;
	line-height: 1.2;
	font-family: 'Montserrat Alternates', sans-serif;
	margin-top: 0px;	
}
.method_points li {
	clear:both;
}
.kpvideos {
	width: 33%;
	float: left
}

.footermenu li {
	height: 25px;
	padding: 5px 0px;
}

.footermenu a {
	color: #fff;
}

.kpvideos a {
	color: #fff;
}

.footermenu li a {
	color: #fff;
	font-family: 'PageContent';
}
.title-desc p {
	font-family: 'PageHeading' !important;
}
h4 strong {
	font-family: 'PageHeading' !important;
}
.copy-right {
	font-family: 'PageContent' !important;
}
.copy-right .divtitle {
	padding-bottom: 10px;
	font-size: 18px;
	font-family: 'PageHeading';
}
</pre></body></html>