/*
Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
/* 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 */
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:#F4F4F4;
	border-top:5px solid #454545;
}
/*----start-wrap----*/
 .wrap{
 	width:80%;
 	margin:0 auto;
 }
/*---start-header----*/
.header {
	border-bottom: 3px solid #FFCC33;
}
.logo{
	float:left;
	margin: 19px 0px 0px 0px;
}
.top-nav{
	float:right;
}
.top-nav ul li{
	display:inline-block;
	float:left;
}
.top-nav ul li a{
	font-family: 'PT Sans Narrow', sans-serif;
	padding: 37px 30px;
	display: block;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	color: #454545;
	font-size: 1.2em;
}
.top-nav li.active> a, .top-nav li> a:hover {
	color: #FFF;
	background:#454545;
}
/*---content----*/
.grid{
	float: left;
	width: 23%;
	border: 1px solid #dbdbdb;
	margin-right: 1.833%;
	margin-top: -101px;``
}
.grid h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	background: url(../images/grid-h.png) 0 0 repeat;
	text-align: center;
	margin: 10px;
	padding: 15px 0px;
}
.grid p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 24px 0;
	text-align: center;
	line-height: 1.5em;
	width: 86%;
	margin: 0 auto;
}
.grid img{
	
}
.last-grid{
	margin-right:0%;
}
.button {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 0 auto;
	color: #FFCC33;
	padding: 12px 0px;
	display: block;
	border-top: 1px solid #dbdbdb;
}
.button1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 0 auto;
	color: #FFCC33;
	padding: 12px 0px;
}
.button:hover,.button1:hover{
	color:#454545;
}
/*-----boxs-----*/
.boxs{
	background: rgba(227, 227, 225, 0.44);
	padding: 40px 0px 25px 0px;
	margin: 40px 0px;
}
.box{
	width: 29.33%;
	float: left;
}
.box h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
}
.box span{
	display: block;
	color: #FFCC33;
	font-size: 0.875em;
	font-weight: bold;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box span:hover,.box p a:hover{
	color:#454545;
}
.box p {
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 24px 0;
	line-height: 1.8em;
	width: 89%;
}
.box p a{
	font-weight:bold;
	color: #FFCC33;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'PT Sans Narrow', sans-serif;
}
.center-box{
	border-right: 1px dashed silver;
	border-left: 1px dashed silver;
	padding: 0px 40px;
	margin-right: 40px;
}
.center-box ul li{
	display: block;
	padding: 0px 0px 10px 0px;
}
.center-box ul li a{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #454545;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'PT Sans Narrow', sans-serif;
}
.center-box ul li a:hover{
	color:#FFCC33;
}
.center-box ul li:before{
	content:url(../images/marker.png);
	padding: 10px;
}
.center-box ul{
	margin-top:30px;
}
/*---footer----*/
.footer-right{
	float:right;
}
.footer-left{
	float:left;
}
.footer-left p{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 2em;
    margin: 0;
    text-transform: uppercase;
    color: #454545;
    margin-top: 8px;
}
.footer-left p a{
	color:#FFCC33;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.footer-left p a:hover{
	color:#454545;
}
.footer-right ul li{
	display: inline-block;
	margin: 0px 0px 0px 103px;
	padding: 2px 0px;
}
.footer-right ul li a{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	line-height: 1.8em;
	width: 89%;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'PT Sans Narrow', sans-serif;
}
.footer-right ul li a:hover{
	color:#FFCC33;
}
.footer-right ul li:before{
	content:url(../images/marker1.gif);
	padding: 10px;
}
/*---top-link----*/
.top-link{
	text-align:center;
	background: rgba(227, 227, 225, 0.44);
	padding:10px 0;
	margin-top:31px;
}
.top-link a{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.top-link a:hover{
	color:#FFCC33;
}
/*----start-about-----*/
.about-grid{
	width: 31.33%;
	float: left;
}
.about-grid h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
}
.about-grid span{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 1px 0;
	line-height: 1.5em;
	font-weight: bold;
	display: block;
}
.about-grid p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.center-grid1 p{
	padding:0px 0px 10px 0px;
}
.center-grid1 label{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #FFCC33;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'PT Sans Narrow', sans-serif;
	cursor:pointer;
}
.center-grid1{
	margin:0 3%;
}
.center-grid1 label:hover {
	color: #454545;
}
.about-team-left{
	float:left;
	width:25%;
}
.about-team-right{
	float:right;
	width: 73%;
}
.about-team-right p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 0px 0 10px 0;
	line-height: 1.8em;
}
.client {
	padding-bottom: 10px;
}
.about-grids {
	padding: 10px 0px 0px 0px;
}
.about-team-left img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.about-team-left img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}
/*---services-----?*/
/*---services----*/
.service-content h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 5%;
	float: left;
	font-size: 3em;
	color: #454545;
	font-family: 'PT Sans Narrow', sans-serif;
}
.service-content ul li p{
	font-family: Arial, Helvetica, sans-serif;
	color: #6a6a6a;
	font-size: 0.875em;
	padding: 5px 0 10px 0;
	line-height: 1.8em;
}
.service-content ul li p a{
	font-size: 1.2em;
	color: #454545;
	font-family: 'PT Sans Narrow', sans-serif;
	display: block;
}
.service-content{
	float:left;
	width: 74.5%;
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{
	float:right;
	width:23%;
}
.services-sidebar h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
}
.services-sidebar ul li a{
	display: block;
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 1em;
	color: #454545;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.services-sidebar ul li a:hover{
	color: #FFCC33;
}
.services-sidebar ul li {
	border-bottom: 1px dashed rgba(192, 192, 192, 0.33);
	background: url(../images/marker.png) 0 15px no-repeat;
	padding: 9px 13px 8px 23px;
}
.services {
	padding-top: 10px;
}
/*---start-gallery---*/
.gallerys {
	padding-top: 10px;
}
.gallerys h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
}
.gallery-grid{
	width: 31.3%;
	float:left;
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.gallery-button a {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 0 auto;
	color: #FFCC33;
	padding: 12px 0px;
}
.gallery-button a:hover {
	color:#454545;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	margin-bottom: 30px;
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 55px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #FFCC33;
	color:#fff;
}
.gallery-grid h4{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #454545;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	font-family: 'PT Sans Narrow', sans-serif;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover{
	color:#FFCC33;
}
/*---contect----*/
/*  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;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 30px;
	font-weight: 400;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #454545;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:1em;
	color: #454545;
	padding-bottom:5px;
	font-family: 'PT Sans Narrow', sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#464646;
			font-size:0.8125em;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	font-family: 'PT Sans Narrow', sans-serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.2em;
	text-decoration: none;
	text-transform: uppercase;
	margin-right: 15px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	text-align: center;
	margin: 0 auto;
	color: #FFCC33;
	border:none;
	outline: none;
	background:none;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	color: #454545;
}
.contact-form input[type="submit"]:active{
	color: #454545;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: Arial, Helvetica, sans-serif;
}
.company_address p span,.company_address p a{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	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-footer{
	border-top: 1px solid rgba(69, 69, 69, 0.13);
	padding: 28px 0px 0px 0px;
}
/*----responsive-design-----*/
@media only screen and (max-width: 1440px){
	.footer-right ul li {
		margin: 0px 0px 0px 76px;
	}
	.center-box ul li a {
		font-size: 16px;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.grid2 {
		margin: 0px 34px;
	}
	.footer-right ul li {
		margin: 0px 0px 0px 75px;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.grid2 {
		margin: 0px 32px;
	}
	.center-box ul li a {
		font-size: 16px;
	}

}
@media only screen and (max-width: 1080px){
	.center-box ul li a {
		font-size: 13px;
	}
	.center-box {
		margin-right: 32px;
	}
	.footer-right ul li {
		margin: 0px 0px 0px 30px;
	}
}
@media only screen and (max-width: 1050px){
	.center-box {
		padding: 0px 35px;
	}
	.footer-left p {
		font-size: 19px;
	}
	.box h3 {
		font-size: 24px;
	}
	.grid h3 {
		font-size: 26px;
		line-height: 1.5em;
		padding: 9px 0px;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 29px;
	}
}
@media only screen and (max-width: 1024px){
	.wrap{
		width:90%;
	}
	.grid2 {
		margin: 0px 24px;
	}
	.box {
		width: 29%;
	}
	.footer-right ul li {
		margin: 0px 0px 0px 93px;
	}
	.footer-left p {
		font-size: 17px;
	}
	.footer-left,.footer-right {
		float: none;
		text-align: center;
	}
	.footer-right ul li {
		margin: 0.3em 1em 0;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 26px;
	}

}
@media only screen and (max-width: 991px){
	.box {
		width: 30%;
	}
	.center-box {
		padding: 0px 24px;
	}
	.logo img {
		width: 85%;
	}
	.logo {
		margin: 28px 0px 0px 0px;
	}
	.about-grid h3 {
		font-size: 25px;
	}
	.about-team-right {
		width: 70%;
	}
	.center-grid1 label {
		font-size: 15px;
	}
}
@media only screen and (max-width: 900px){
	.center-box {
		padding: 0px 13px 0 0;
	}
	.box {
		width: 100%;
		margin: 0.5em 0;
	}
	.center-box ul {
		margin-top: 0;
	}
	.service-content,.services-sidebar {
		float: none;
		width: 100%;
	}
	.service-content ul li span {
		font-size: 2.8em;
	}
	.service-content h3 {
		font-size: 27px;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 23px;
	}
}
@media only screen and (max-width: 800px){
	.top-nav ul li a {
		padding: 37px 25px;
	}
	.grid {
		width: 42%;
		margin: -101px 1.7em 8em;
	}
	.grid1-w3ls{
		margin-bottom: 0;
	}
	.about-team-left,.about-team-right {
		float: none;
		width: 100%;
	}
	.service-content ul li span {
		font-size: 2.5em;
	}
	.service-content ul li span {
		width: 9%;
		height: 100px;
	}
	.gallery-grid {
		width: 30.3%;
	}
}
@media only screen and (max-width: 768px)  {
	.wrap{
		width:90%;
	}
	.grid2 {
		margin: 0px 24px;
	}
	.top-nav ul li a {
		padding: 37px 17px;
	}
	.about-grid h3 {
		font-size: 23px;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.service-content h3 {
		font-size: 23px;
	}
	.grid2 {
		margin: 0px 17px;
	}
	.grid {
		width: 41%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 3% 0;
	}
	.gallery-grid h4 {
		font-size: 17px;
	}
	.gallery-button a {
		font-size: 17px;
	}
}
@media only screen and (max-width: 736px)  {
	.logo img {
		width: 79%;
	}
	.grid h3 {
		font-size: 23px;
		line-height: 1em;
	}
	.gallery-grid h4 {
		font-size: 16px;
	}
}
@media only screen and (max-width: 667px)  {
	.logo,.top-nav {
		float: none;
		width:100%;
	}
	.top-nav ul li{
		float: none;
	}
	.logo img {
		width: 31%;
		margin: 0 auto 1em;
		display: block;
	}
	.top-nav ul li a {
		padding: 16px 31px;
	}
	.grid {
		margin: -101px 1.5em 8em;
	}
	.grid p {
		padding: 5px 0 13px 0;
	}
	.grid1-w3ls {
		margin-bottom: 0;
	}
	.service-content ul li span {
		font-size: 2em;
	}
	.gallery-grid {
		width: 31%;
	}
	.gallery-grid p {
		font-size: 0.8em;
	}
	.gallery-grid h4 {
		font-size: 15px;
	}
	.gallerys h3 {
		font-size: 27px;
	}
}
@media only screen and (max-width: 640px)  {
	.footer-right ul li {
		margin: 0.3em .7em 0;
	}
	.top-nav ul li a {
		padding: 11px 31px;
	}
	.service-content ul li span {
		font-size: 1.8em;
	}
}
@media only screen and (max-width: 600px)  {
	.top-nav ul li a {
		padding: 16px 27px;
	}
	.grid {
		margin: -101px 1.3em 8em;
	}
	.grid1-w3ls {
		margin-bottom: 0;
	}
	.button {
		font-size: 20px;
		line-height: 1em;
		padding: 9px 0px;
	}
}

@media only screen and (max-width: 568px)  {
	.top-nav ul li a {
		padding: 16px 25px;
	}
	.grid h3 {
		font-size: 20px;
	}
	.services-sidebar h3 {
		font-size: 24px
	}
}

@media only screen and (max-width: 480px)  {
	.top-nav ul li a {
		padding: 16px 17px;
	}
	.logo img {
		width: 37%;
	}
	.grid {
		margin: -101px 1.1em 8em;
	}
	.grid1-w3ls {
		margin-bottom: 0;
	}
	.grid p {
		font-size: 0.8em;
		width: 91%;
	}
	.top-nav ul li a {
		padding: 12px 17px;
		font-size: 17px;
	}
	.footer-left p {
		font-size: 16px;
	}
	.button {
		font-size: 18px;
	}
	.service-content h3 {
		font-size: 20px;
	}
	.gallery-grid {
		width: 100%;
	}
	.grid2 {
		margin: 17px 0;
	}
	.span_2_of_3 {
		padding: 0% 5%;
	}
}

@media only screen and (max-width: 414px)  {
	.top-nav ul li a {
		padding: 9px 13px;
	}
	.logo img {
		width: 43%;
	}
	.grid {
		width: 44%;
		margin:-45px 0.5em 5em;
	}
	.grid1-w3ls {
		margin-bottom: 0;
	}
	.button {
		font-size: 17px;
	}
	.footer-left p {
		font-size: 14px;
	}
	.footer-right ul li {
		margin: 0.3em 0 0 0.5em;
	}
	.box h3 {
		font-size: 20px;
	}
	.service-content ul li span {
		font-size: 1.5em;
	}
	.services-sidebar h3 {
		font-size: 23px;
	}
	.gallerys h3 {
		font-size: 25px;
	}
	.span_2_of_3 h3, .span_1_of_3 h3 {
		font-size: 21px;
	}
}

@media only screen and (max-width:384px)  {
	.top-nav ul li a {
		padding: 9px 11px;
	}
	.about-grid h3 {
		font-size: 21px;
	}
	.grid {
		width: 82%;
		margin-left: 1.7em;
	}
	.grid1-w3ls {
		margin-bottom: 5em;
	}
	.grid.last-grid.grid1-w3ls.grid1-w3l {
		margin-bottom: 0;
	}
	.box {
		padding: 0;
	}
	.footer-right ul li {
		display: block;
		float: left;
	}
	.top-link a {
		font-size: 17px;
	}
	.services-sidebar h3 {
		font-size: 20px;
	}
}
@media only screen and (max-width: 375px)  {
	.top-nav ul li a {
		padding: 9px 10px;
	}
	.boxs{
		padding: 24px 0px 0px 0px;
	}
}

@media only screen and (max-width: 320px)  {
	.top-nav ul li a {
		padding: 9px 6px;
		font-size: 16px;
	}
	.footer-right ul li {
		margin: 0.3em 0 0 2em;
	}
	.logo img {
		width: 53%;
	}
	.service-content ul li span {
		font-size: 1.4em;
	}
}
