﻿@import url(https://fonts.googleapis.com/css?family=Oswald);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

*{
	margin: 0;
	padding: 0;
}
html, body{
	height:100%;
	position:relative;
}
body {
	font-size: 62.5%; /* Base font size: 10px */;
	position: relative;
	font-family: 'Roboto Condensed', sans-serif;
}
body img { 
	border: 0px; 
	text-decoration: none; 
}

#wrapper{
	background-color: #fff;
	position: relative;
	height: 100%;
	margin: 0 auto;
	padding: 0x;
}

/* Shadow Effect */
.effect
{
  position: relative;
}
.effect:before, .effect:after
{
  z-index: -1;
  position: absolute;
  content: "";
  bottom: 15px;
  left: 7px;
  width: 50%;
  top: 80%;
  max-width:250px;

  -webkit-box-shadow: 0 15px 10px #777;
  -moz-box-shadow: 0 15px 10px #777;
  box-shadow: 0 15px 10px #777;
  -webkit-transform: rotate(-7deg);
  -moz-transform: rotate(-7deg);
  -o-transform: rotate(-7deg);
  -ms-transform: rotate(-7deg);
  transform: rotate(-7deg);
}
.effect:after
{
  -webkit-transform: rotate(7deg);
  -moz-transform: rotate(7deg);
  -o-transform: rotate(7deg);
  -ms-transform: rotate(7deg);
  transform: rotate(7deg);
  right: 7px;
  left: auto;
}

/* Texbox Placeholders*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {/* WebKit browsers */
    color: #333;
	text-shadow: #fff 1px 1px;
}
input:-moz-placeholder, textarea:-moz-placeholder{/* Mozilla Firefox 4 to 18 */
    color: #333;
	text-shadow: #fff 1px 1px;
	opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder{ /* Mozilla Firefox 19+ */
    color: #333;
    text-shadow: #fff 1px 1px;
    opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #333;
    text-shadow: #fff 1px 1px;
}

.label {
	color: #333;
	font-size: 1.4em;
	position: relative;
	text-shadow: #fff 1px 1px;
	display:inline-block;
	padding:5px 0;
}

a.go-to-top {
	background: url('../img/arrow_up.png') no-repeat center;
	width: 42px;
	height: 42px;
	position: fixed;
	bottom: 3em;
	right: 3em;
	text-indent: -9999px;
	cursor: pointer;
	outline: 0;
	text-decoration: none;
	display: none;
	z-index:999;
	filter: alpha(opacity=70);
	opacity: 0.7;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition:  all 0.5s ease;

}
a.go-to-top:hover {
	filter: alpha(opacity=90);
	opacity: 0.9;
	
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition:  all 0.5s ease;
}

/* ===========================
	Header
   =========================== */
#header-wrapper{
	background-repeat: repeat;
	margin:0;
	overflow:hidden;
}

#header-box{

	margin:0px 0 0px;
}
#header{
	width: 960px;
	margin: 0 auto;
	position: relative;
	overflow:hidden;
	padding: 35px 0 30px;
}
#logo{
	position:relative;
	overflow:hidden;
	float:left;
}
#logo img{
	width:200px;
}

#phone-number{
	position:relative;
	float:right;
	text-align:left;
	margin:57px 0 0 0;
	height:20px;
	bottom:0;
}
#phone-number p{
	font-size: 2.1em;
	float: left;
	color: #333;
	margin-top: 1px;
	padding-left: 15px;
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 9px;
	text-shadow: 1px 1px #fff;
	background-image: url('../img/phone.png');
}
#phone-number p span{
	white-space:nowrap;
	margin-left:5px;
	font-weight:bold;
}


/* ===========================
	Menu
   =========================== */

#menu-wrapper{
	height: auto;
	border-top: 1px solid #d6d6d6;
	background-color: #EFEFEF;
	background-image: url('../img/concrete_wall_3.png');
	background-repeat: repeat;
	overflow:hidden;
	box-sizing:border-box;
}
#menu{
	width:960px;
	height: auto;
	margin:0 auto;
	overflow:hidden;
	padding:10px 0;
	box-sizing:border-box;
}

#menu ul{
	list-style:none;
}
#menu ul li{
	display:inline-block;
}
#menu ul li a{
	text-decoration: none;
	color: #000;
	font-size: 1.9em;
	padding: 0 27px;
}

#menu ul li:last-child a{
	padding-right: 0;
}
#menu ul li:first-child a{
	padding-left: 0;
}


#menu ul li a:hover, #menu .current{
	color: #808080;
	-webkit-transition: all 0.5s ease-out;
	-moz-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
	text-shadow: 1px 1px #fff;
}

/* ===========================
	Mobile Menu
   =========================== */
   
#mobile-menu-wrapper{
	display:none;
	height: auto;
	border-top: 1px solid #e6e6e6;
	overflow:hidden;
}
#mobile-menu{
	width:100%;
	height: auto;
	margin:0 auto;
	overflow:hidden;
}
#mobile-menu ul{
	list-style:none;
	-webkit-transition: max-height 0.6s ease;
	-moz-transition: max-height 0.6s ease;
	-o-transition: max-height 0.6s ease;
	transition:  max-height 0.6s ease;
	
}
#mobile-menu ul li{
	display:inline-block;
	box-sizing:border-box;
	width:100%;

	text-align:center;
	border-bottom:1px dotted #ccc;
	position:relative;
	
	-o-box-shadow: 0 0 10px 1px #eee inset;
	-moz-box-shadow: 0 0 10px 1px #eee inset;
	-webkit-box-shadow: 0 0 10px 1px #eee inset;
	box-shadow: 0 0 10px 1px #eee inset;


}
#mobile-menu ul li:first-child{
	border-top:1px dotted #ccc;
}

#mobile-menu ul li:last-child{
	border-bottom: none;
}

#mobile-menu ul li a{
	text-decoration: none;
	color: #333;
	font-size: 1.9em;
	display:inline-block;
	width:100%;
	padding:15px 0;
}

.handle{
	width:100%;
	text-align:left;
	box-sizing: border-box;
	padding:15px 20px;
	cursor:pointer;
	font-size: 1.9em;
}
.menu-bars{
	padding: 2px 5px;
	float:right;
}
.menu-bars > div{
	width:20px;
	height:4px;
	background:#333;
	margin:3px 0;
	border-radius: 5px;
}

/* ===========================
	Top
   =========================== */
#top-wrapper{
	height: auto;
	border-top: 1px solid #d6d6d6;
	background-color: #EFEFEF;
	background-image: url('../img/concrete_wall_3.png');
	background-repeat: repeat;
	overflow:hidden;
}
#top{
	width:960px;
	height: auto;
	margin:0 auto;
	overflow:hidden;
	padding:5px 0;
}

#social-media{
	float:right;
	margin-top:5px;
}
#social-media a{
	display:inline-block;
	margin-left:5px;
}

#social-media img{
	height:20px;
	margin:0 0 0 0px;
}

/* ===========================
	Banner
   =========================== */

.banner-wrapper{
	width: 100%;
	position: relative;
	background-image: url('../img/dark_brick_wall.png');
	padding: 13px 0;
	border-top: 5px solid #ccc;
	border-bottom: 5px solid #ccc;
}
.banner{
	width:960px;
	margin:0 auto;
	position:relative;
}
.banner h2{
	color:#fff;
	font-size:4em;
	margin:15px 0;
}

.slider{
	z-index:1;
	text-shadow: #000 2px 1px;
	position:relative;
	width:960px;
	height:400px;
	margin:25px 0;
}
.slider h3{
	color: #FFF;
	font-size: 5.5em;
	position:absolute;
	left:-9999px;
}

.caption-bg{
	width: 960px;
	height:80px;
	margin: 0px;
	background-image: url('../img/caption-dark2-bg.png');
	background-repeat: repeat;
	position:absolute;
	bottom:0;
}

/* ===========================
	Content
   =========================== */

#content{
	width: 960px;
	margin: 20px auto 50px;
	min-height: 570px;
	position:relative;
	overflow:hidden;
}
#content p{
	font-size: 1.7em;
	line-height: 30px;
	text-align: justify;
	text-shadow: #fff 1px 1px;
}
#content p a{
	text-decoration: none;
	color: #909090;
}

#site-path {
	margin: 0px 0 30px 0;
}

#site-path p{
	font-size: 1.5em !important;
	color: #333333 !important;
	text-shadow: #fff 1px 1px !important;
	margin:0 !important;
}
#site-path p a{
	text-decoration: none;
	color: #999;
	text-shadow: #fff 1px 1px;
}

#main{
	width:690px;
	float:left;
	margin-right:40px;
	min-height:300px;
}
#main h1{
	line-height:30px;
	margin-bottom:10px;
}

#side{
	width:230px;
	float:left;
	height:auto;
}
#side h2{
	font-size:3em;
	margin-bottom:20px;
}
#side h2 a{
	color:#333;
	text-decoration:none;
}

.vert-border{
	  height: 100%;
	  width: 1px;
	  position: absolute;
	  border-right: 1px dotted #ccc;
	  box-shadow: 1px 0 0 0 #fff;
	  -moz-box-shadow: 1px 0 0 0 #fff;
	  -webkit-box-shadow: 1px 0 0 0 #fff;
	  right: 249px;
}

#intro{
	margin:45px 0;
}
#intro h2{
	font-size:3em;
	color:#333;
	margin-bottom:20px;
	text-align:center;
}


/* ===========================
	Footer
   =========================== */

#footer-wrapper{
	background-color: #000;
}
#footer{
	width: 960px;
	margin: 0 auto;
	font-size: 1.6em;
	color: #fff;
	text-shadow: #000 1px 1px;

	text-align:center;
}
#footer p{
	padding:20px;
	line-height:25px;
}

/* ===========================
	Quick Response
   =========================== */

.quick-response{
	overflow: hidden;
	text-align: center;
	background: #EEEEEE;
	padding: 20px 20px 25px 20px;
	box-sizing: border-box;
	position: relative;
}
.quick-response h3{
	font-size: 2.9em;
	margin-bottom: 10px;
	text-shadow: 1px 1px #fff;
}
.quick-response p{
	text-align:center !important;
}

.quick-response-tb
{
	padding: 9px 10px;
	outline: none;
	position: relative;
	font-size: 1.3em;
	margin: 7px 0 0 10px;
	font-family: Verdana;
	color: #333;
	border:1px solid #ccc;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
	width: 19.5%;
	box-sizing:border-box;
}
.quick-response-tb:first-child
{
	margin-left:0 !important;
}

.quick-response-tb:focus{
	box-shadow: 0 0 1px 1px #999 inset;
}
.quick-response-btn
{
    padding: 9px 20px;
	background:#333;
	font-family:Verdana;
	color:#fff;
	font-size: 1.5em;
	border:none;
	margin-left:20px;
	text-decoration:none;
	text-shadow: #333 1px 1px;
	text-align:center;
	box-sizing:border-box;


	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition:  all 0.3s ease;
}
.quick-response-btn:hover
{
	cursor: pointer;
	background: #808080;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.quick-response-validator
{
	font-size: 1.8em;
	color: #FF3300;
	position: relative;
	top: -8px;
	font-weight: bold;
}
.quick-response-result
{
	font-size: 1.4em;
	color: #CC3300 !important;
	font-weight: bold;
	line-height: 24px;
}

/* ===========================
	Twitter Timeline
   =========================== */
.twitter-timeline{
	max-width:960px !important;
	width:100% !important;
	height:450px !important;
	margin:40px 0 !important;
}
.timeline{
	max-width:100% !important;
}
.tweet{
	width: 35% !important; 
	height:400px; 
	float:left; 
	margin: 10px 3%; 
	overflow:hidden;
} 
 
/* ===========================
	Contact Form
   =========================== */

#contact-form
{
    overflow:hidden;
    margin:20px 0;
}
.contacts-tb
{
	padding: 10px 10px 10px 10px;
	width: 100%;
	box-sizing:border-box;
	outline: none;
	position: relative;
	font-size: 1.4em;
	border: none;
	margin: 7px 0 0 0;
	font-family: Verdana;
	color: #333;
	border:1px solid #ccc;

	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;

}
.contacts-tb:focus{
	box-shadow: 0 0 1px 1px #999 inset;
}
.contacts-btn
{
    padding:10px 20px;
	background:#333;
	font-family:Verdana;
	color:#fff;
	font-size: 1.5em;
	border:none;
	outline:none;
	float:right;
	clear:both;
	margin-top:7px;
	text-decoration:none;
	text-shadow: #333 1px 1px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition:  all 0.3s ease;
}
.contacts-btn:hover
{
	cursor: pointer;
	background: #999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.validator
{
	font-weight: bold;
	font-size: 1.1em;
	margin: 3px 0 5px 10px;
	font-family: Verdana;
	float: left;
	color: #CC3300;
}
.contacts-result
{
	font-size: 1.4em;
	color: #E8A61E;
	font-weight: bold;
	line-height: 24px;
}


#company-details{
	line-height: 24px;
	margin:0 0 20px 0;
	position: relative;
	text-align: justify;
	text-shadow: #fff 1px 1px;
	overflow:hidden;
}
#company-details span{
	color:#000;
}
#company-details p{
	float:left;
}
#company-details a  {
	text-decoration: none;
	color: #999;
	text-shadow: #fff 1px 1px;
}
#contact-us a:hover {
	text-decoration: underline;
}

#company-map-wrapper{
	width: 100%;
	text-align:center;
	overflow:hidden;
}
#company-map{
	width: 100%;
	height:270px;
	margin: 0;
}


/* ===========================
	About Us
   =========================== */
#about-us{
	margin-bottom:50px;
}
#about-us img{
	width:360px;
	float:right;
	margin:10px 0 10px 30px;
	padding:4px;
	background:#f4f4f4;
	border:1px solid #c0c0c0;
}

/* ===========================
	Services
   =========================== */
#services{
	margin-top:20px;
	overflow:hidden;
}
.services-sub{
	width:300px;
	overflow:hidden;
	float:left;
	margin:0 30px 30px 0;
	box-sizing:border-box;
	padding:10px;
	background-color:#eee;
	text-align:center;
}
.services-sub:nth-child(3n){
	margin-right:0 ;
}
.services-sub img{
	width:275px;
	height:164px;
}
.services-sub h3{
	box-sizing:border-box;
	margin:10px 0 0;		
	font-size:2em;
	text-shadow: 1px 1px #fff;
}
.services-sub h3 a{
	color: #333;
	text-decoration:none;
}
.services-sub h3 a:hover{
	color: #808080;
}
.sub-services{
 	margin-bottom:30px;
}
.sub-services img{
	width:680px;
	height:370px;
	
	padding:4px;
	background:#f4f4f4;
	border:1px solid #c0c0c0;
}

#other-services{
	list-style: none;
}

#other-services li{
	display:block;
	margin:10px 0 0 0;
}
#other-services li a{
	text-decoration: none;
	font-size: 2em;
	color: #808080;
	text-shadow:1px 1px #fff;
}
#other-services li a:hover, .selected{
	color: #993300 !important;
}

.sub-links{
	list-style-type: none;
}
.sub-links li{
	background:none;
	padding-left: 10px;
}
.sub-links li a{
	color: #0077C6;
	font-size: 1.5em;
	padding: 5px 0;
}
.sub-links li a:hover, .active-sub{
	color: #B33334 !important;
}



.call-side{
	background:#333;
	margin-top:40px;
	box-sizing:border-box;
	padding:10px 20px;
	color:#fff;
	text-align:center;
}
.call-side h3{
	font-size:1.7em;
	margin-bottom:0px;
	font-weight:normal;
}
.call-side h4{
	font-size:3em;
}



.tuff-benefits{
	position: relative;
    float: left;
    line-height: 30px;
    margin-top:10px;

}
.tuff-benefits li{
	font-size:1.7em;
	margin-bottom:10px;
	margin-left: 20px
}


.tuff-pdf{
	margin-top:50px;
	overflow:hidden;
}
.tuff-pdf-sub{
	width:160px;
	margin:0 0 30px 0;
}
.tuff-pdf-sub img{
	width:150px;
	padding:4px;
	background:#eee;
	border:1px solid #ccc;
	margin-bottom:5px;
}
.tuff-pdf-sub h3{
	font-size: 1.5em;
	line-height:23px;
}

.tuff-pdf-sub h3 a{
	text-decoration: none;
	color: #808080;
	font-weight:normal;
}

.slider-box{
	width: auto;
	margin: 0px auto 50px;
	position:relative;
	height:auto;
	display:inline-block;
}
	



/* ===========================
   Videos
   =========================== */
.photo-box{
	display:inline-block;
	vertical-align:top;
	margin:0 10px 20px 10px;
	height: 130px;
	width:156px;
}
.photo-thumb-box{
	z-index: 99;
}
.photo-box a img{
	width: 140px;
	border: 5px solid #fff;
}
.photo-box a img:hover{
	filter: alpha(opacity=80);
	opacity: 0.8;
}
.photo-box-click span{
	display:none;
}

.ps-mobile{
	display:none;
}

/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media screen and (min-width : 481px) and (max-width : 1024px)
{
	body{
		font-size: 70%; /* Base font size: 11px */;
	}
	#header{
		width:95%;
	}
	#logo{
		float:none;
		text-align:center;
	}
	#header-wrapper{
		background-position: bottom;
	}
	#menu-wrapper{
		display:none; 	
	}

	#mobile-menu-wrapper{
		display:block;
	}
	#mobile-menu ul{
		max-height:0;
	}
	.show-mobile-menu{
		max-height:600px !important;
	}

	#top{
		width:95%;
		height:auto;
	}
	#phone-number img{
		height:24px;	
		float:left;
	}
	.banner{
		width:95%;
		height:auto;
	}
	.banner h2{
		font-size:3em;
		margin:10px 0;
	}

	.slider{
		margin:0;
	}
	.slider h3{
		font-size:4em;
	}
	#content{
		width:95%;
		height:auto;
	}
	#main, #side {
		width: 100%;
		height:auto;
		margin:0 0 30px 0 ;
		min-height:200px;
	}
	#main p{
		font-size: 1.5em;
	}
	#main-col {
		width:100%;
		margin:0;
	}	
	
	.vert-border{
	 	 display:none;
	}
	a.go-to-top {
		background-size: 100% 100%;
		bottom: 2em;
		right: 2em;
		width: 35px;
		height: 35px;
	}
	
	.quick-response-desc{
		width:100%;
		float:left;
	}
	.quick-response-form{
		width:100%;
	}
	.quick-response-tb
	{
		width: 100%;
		margin-left:0;
	}
	.quick-response-btn
	{
		margin:10px 0 0;
		float:right;
	}
	.quick-response-validator
	{
		top: 0px;

	}

	#footer {
		width: 95%;
		height:100%;
		padding:0;
	}
	
	#about-us{
		text-align:center;
	}	
	#about-us img{
		margin:0 0 30px 0;
	}	
	
	#services{
		text-align:center;
	}
	.services-sub{
		float:none;
		margin:0 15px 30px 15px ;
		display:inline-block;
		width:auto;
	}
	.services-sub img{
		width:300px;
		height:179px;
	}
	.sub-services{
		text-align:center;
	}
	.sub-services img{
		width:80%;
		height:auto;
	}
	.services-sub:nth-child(3n){
		margin-right:15px;
	}
	.tuff-pdf{
		width:100%;
	}
	.tuff-pdf-sub{
		float:left;
		margin-right:30px;
	}
	.pp{
		display:none;
	}
	.ps-mobile{
		display:inline-block;
	}
}


@media screen and (min-width : 660px) and (max-width : 760px)
{
	.slider h3{
		font-size:3.5em;
	}
}
@media screen and (min-width : 600px) and (max-width : 659px)
{
	.slider h3{
		font-size:3em;
	}
}
@media screen and (min-width : 481px) and (max-width : 756px)
{
	.services-sub img{
		width:350px;
		height:209px;
	}

}
@media screen and (min-width : 481px) and (max-width : 599px)
{
	.slider h3{
		font-size:2.5em;
	}
	#about-us{
		text-align:center;
	}
	#about-us img{
		width:95%;
		float:none;
		margin:0 0 25px 0 ;
		display:inline-block;
		clear:both;
	}
}


@media screen and (min-width : 150px) and (max-width : 957px) 
{ 
	.twitter-timeline{
		width:95% !important;
		margin-right: auto !important;
		margin-left: auto !important;
		position:relative !important;
		display:block !Important;
	}

	.tweet{ 
		height:auto; 
		margin:10px 0;
	} 
}

@media screen and (min-width : 572px) and (max-width : 957px) 
{ 
	.tweet{ 
		width:85% !important;
	} 

}

@media screen and (min-width : 417px) and (max-width : 571px) 
{ 
	.tweet{ 
		width:80% !important;
	} 

}

@media screen and (min-width : 345px) and (max-width : 416px) 
{ 
	.tweet{ 
		width:75% !important;
	} 

}

@media screen and (min-width : 320px) and (max-width : 344px) 
{ 
	.tweet{ 
		width:70% !important;
	} 

}
@media screen and (min-width : 150px) and (max-width : 319px) 
{ 

	.tweet{ 
		width:90% !important;
		height:auto; 
		margin:10px 0;
	} 

}

@media screen and (min-width : 150px) and (max-width : 480px)
{	
	body{
		font-size: 70%; /* Base font size: 11px */;
	}

	#header{
		width:90%;
	}
	#header-wrapper{
		background-position: bottom;
	}
	#logo{
		text-align:center;
		float:none;
	}
	#menu-wrapper{
		display:none; 	
	}
	
	#mobile-menu-wrapper{
		display:block;
	}
	#mobile-menu ul{
		max-height:0;
	}
	.show-mobile-menu{
		max-height:600px !important;
	}

	#top{
		width:90%;
	}
	#phone-number{
		text-align:center;
		height:auto;
		float:none;
		width:95%;
		margin:0 auto;
	}
	#phone-number p{
		float: none;
		background: none;
		padding:0;
	}
	#phone-number p span{
		padding:0;
	}
	#social-media{
		float:none;
		width:100%;
		display:inline-block;
		text-align:center;
		margin-top:10px;
	}
	.banner{
		width:90%;
		height:auto;
	}
	.banner h2{
		text-align:center;
		font-size:3em;
		margin:5px;
	}

	.slider{
		margin:0;
	}

	.slider h3{
		font-size:2em;
	}
	#content{
		width:90%;
		height:auto;
	}
	#main, #side {
		width: 100%;
		height:auto;
		min-height: auto;
		margin:0 0 30px 0;
	}
	#main h2, #side h2{
		text-align:center;
	}

	#main p{
		font-size: 1.5em;
	}
	#main-col {
		width:100%;
		margin:0;
	}	
	
	.vert-border{
	 	display:none;
	}
	
	.quick-response h3{
		font-size:2.3em;
	}
	.quick-response-desc{
		width:100%;
		float:left;
	}
	.quick-response-form{
		width:100%;
	}
	.quick-response-tb
	{
		width: 100%;
		margin-left:0;
	}
	.quick-response-btn
	{
		margin:10px 0 0;
		float:right;
	}
	.quick-response-validator
	{
		top: 0px;

	}

	
	a.go-to-top {
		background-size: 100% 100%;
		bottom: 1.5em;
		right: 1.5em;
		width: 35px;
		height: 35px;
	}

	#footer {
		width: 90%;
		height:100%;
		padding:0;
	}
	
	#about-us{
		text-align:center;
	}
	#about-us img{
		width:95%;
		float:none;
		margin:0 0 25px 0 ;
		display:inline-block;
		clear:both;
	}
	#services{
		text-align:center;
	}
	.services-sub{
		float:none;
		margin:0 auto 30px auto;
		display:inline-block;
		width:auto;
	}
	.services-sub img{
		width:235px;
		height:124px;
	}
	.sub-services{
		text-align:center;
	}
	.sub-services img{
		width:90%;
		height:auto;
	}
	.tuff-pdf-sub{
		width:100%;
		text-align:center;
	}

	
	.pp{
		display:none;
	}
	
	.ps-mobile{
		display:inline-block;
	}

}
@media screen and (min-width : 150px) and (max-width : 420px)
{
	.slider h3{
		font-size:1.5em;
	}
}

















