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,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,summary,time,mark,audio,video{margin:0;padding:1;border:0;font-size:100%;font:inherit;vertical-align:top;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav {display: block;}

ul{
	margin:0;
	list-style-position: outside;
	margin-bottom:auto;
	list-style-type:disc;
	padding:0 0 0 5%;
	line-height:27px;
}

ol{
	margin:10px;
	list-style-position: outside;
	margin-bottom:auto;
	list-style-type: decimal;
	padding:0 0 0 5%;
	line-height:27px;
}

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{
	font-family:Arial, Helvetica, sans-serif;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position:center;
	background-size: 100% 100%;
	font-size: 16px;
	color: #666666;
	text-align: left;
}
p a{color:#289AAE;}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;

}
.header{
	background-color: #FFFFFF;
	background-position: 2;
}
.header-top{
	padding-top: 2%;
	padding-right: 0;
	padding-bottom: 2%;
	padding-left: 0;
}
.header-bottom{
	padding:1% 0;
	text-align: center;
	background-color: #666666;
	background-position: 51;
}
.logo {
	float:left;
}
ul.follow_icon{
	float:right;
}
.follow_icon li {
	float: left;
	margin-right: 20px;
}
.follow_icon li a img {
	vertical-align: middle;
}
.phone {
	float: right;
	font-family: 'Roboto Condensed', sans-serif;
	margin:20px 0 0px 0px;
	line-height: 15px;
}
span.order{
	font-weight: normal;
	font-style: italic;
	font-size:1.3em;
	line-height: 10px;
	padding-left: 30px;
	color:#fff;
}
h5.ph-no{
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	padding-left: 20px;
	display: inline-block;
	font-size:1.5em;
	background:url(../images/phone.png) 0px -1px no-repeat;
	margin-top:15px;
}




#example { width: 100%; }
#example iframe {
width: 400px;
height: 360px;
float: right;
margin: 30px 30px;
}


#example-r { width: 100%; }
#example-r iframe {
float: right;
margin: 5px 5px;
}


#example-l { width: 100%; }
#example-l iframe {
float: left;
margin: 5px 5px;
}


/*--appointment--*/
.book-appointment h4 {
    text-align: center;
    font-size: 25px;
    color: #fff;
    margin-bottom: 1.5em;
    font-weight: 600;
    letter-spacing: 4px;
}
.book-appointment {
    background: rgb(17, 17, 17);
    padding: 50px 50px;
}
.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
      width: 100%;
    color: #fff;
    outline: none;
    font-size: 16px;
    line-height: 25px;
       padding: 10px 14px;
    border: none;
    -webkit-appearance: none;
    margin: .3em 0em 1em;
    background: rgb(62, 61, 61);
}
.book-appointment textarea {
	    resize: none;
    height: 45px;
}
.book-appointment select.option{
    width: 100%;
    color: #fff;
    outline: none;
    font-size: 0.9em;
    line-height: 25px;
    padding: 12px 14px;
    border:solid;
	border-color:#3E3D3D;
    margin: .3em 0em 1em;
    background: rgb(62, 61, 61);
	border-radius:0px!important;
}
.book-appointment select.option {
       background: rgb(62, 61, 61);
}
.book-appointment input[type=submit] {
    display: block;
    color: #fff;
    margin: 0 auto;
    margin-top: 2em;
    padding:14px 30px;
    font-size: 1.04em;
    cursor: pointer;
    border: 2px solid #1DA1F2;
    outline: none;
    background:#1DA1F2;
    font-weight: 600;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
    letter-spacing: 1px;
}
.book-appointment input[type=submit]:hover {
      background: #207fdc;
    border-color: #207fdc;
    color: #fefefe;
    transition: 0.5s all ease;
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    -ms-transition: 0.5s all ease;
}
.arrows-reserve{
	    position:relative;
		color:#EFA52C;
		font-size:2em;
}
.arrows-reserve:before{
    content: '';
    position: absolute;
    bottom: 43%;
    left: 35.5%;
    background: #fff;
    width: 11%;
    height: 3px;
}
.arrows-reserve:after{
     content: '';
    position: absolute;
  bottom: 43%;
    right: 35.5%;
    background: #fff;
        width: 11%;
    height: 3px;
}
.left-agileits-w3layouts {
    width: 49%;
    float: left;
}
.right-agileinfo {
    width: 49%;
    float: left;
}
.book-appointment p {
    color: #1da1f2;
    font-size: 17px;
    letter-spacing: 2px;
    text-transform: capitalize;
}
.same {
    padding: 0px 4px;
}
.gaps {
    padding-left: 3em;
}
p.wickedpicker__title {
    background: #0b6fb2;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.wickedpicker__close {
    color: #fefefe;
}
@media(max-width:1366px){
	.gaps {
		padding-left: 2em;
	}
	.same {
		padding: 0px 2px;
	}
	.book-appointment p {
		font-size: 16px;
	}
	.book-appointment h4 {
		font-size: 22px;
	}
	.book-appointment input[type=submit] {
		margin-top: 1.5em;
		font-size: 1.02em;
	}

}
@media(max-width:1280px){
	.bg-agile {
		width: 69%;
	}
}
@media(max-width:1080px){
	.bg-agile {
		width: 77%;
	}
	.gaps {
		padding-left: 1.5em;
	}
}
@media(max-width:1024px){
	.book-appointment {
		padding: 40px 30px;
	}
	.book-appointment h4 {
		font-size: 21px;
		margin-bottom: 1.3em;
	}
	.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
		margin: .3em 0em .7em;
	}
	.book-appointment select.form-control {
		margin: 5px 0px 9.5px;
	}
}
@media(max-width:991px){
	.book-appointment input[type=submit] {
		font-size: 1.01em;
		padding: 7px 20px;
	}
	.book-appointment select.form-control {
		width: 96.5%;
	}
}
@media(max-width:900px){
	.book-appointment h2 {
		font-size: 18px;
		letter-spacing: 3px;
	}
	.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
		line-height: 21px;
	}
	.book-appointment p {
		font-size: 14px;
	}
	.book-appointment {
		padding: 32px 30px;
	}
}
@media(max-width:800px){
	.bg-agile {
		width: 85%;
	}
	.same {
		padding: 0px 0px;
	}
}
@media(max-width:667px){
	.gaps {
		padding-left: 1em;
	}
	.book-appointment p {
		font-size: 13px;
	}
	.book-appointment input[type="text"], .book-appointment input[type="date"], .book-appointment input[type="time"], .book-appointment input[type="email"],.book-appointment textarea {
		margin: .3em 0em .8em;
	}
	.book-appointment select.form-control {
		margin: 5.2px 0px 11px;
	}
}
@media(max-width:640px){
	.book-appointment h4{
		font-size: 16px;
	}
	.book-appointment input[type=submit] {
		margin-top: 1em;
	}
}
@media(max-width:600px){
	.bg-agile {
		width: 88%;
	}
}
@media(max-width:480px){
	.left-agileits-w3layouts {
		width: 100%;
		float: none;
	}
	.right-agileinfo {
		width: 100%;
		float: none;
	}
	.gaps {
		padding-left: 0;
	}
	.book-appointment {
		padding: 35px 40px;
	}
	.bg-agile {
		width: 83%;
	}
	.book-appointment h4{
		font-size: 15px;
		margin-bottom: 1em;
	}
}
@media(max-width:414px){
	.book-appointment h4{
		font-size: 14px;
		margin-bottom: 1.5em;
		letter-spacing: 2.5px;
	}
}
@media(max-width:384px){
	.book-appointment {
		padding: 35px 32px;
	}
	.book-appointment select.form-control {
		width: 100%;
	}
	.wickedpicker {
		width: 241px;
	}
}
@media(max-width:375px){
	.bg-agile {
		width: 86%;
	}
}
@media(max-width:320px){
	.bg-agile {
		width: 91%;
	}
	.book-appointment h4{
		letter-spacing: 2px;
	}
	.book-appointment {
		padding: 35px 25px;
	}
}
/*--//appointment--*/



/*--menu--*/
#cssmenu > ul > li {
	display:inline-table;
	z-index: 99;
	position: relative;		
}
#cssmenu ul{list-style:none;}
#cssmenu > ul > li > a {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 30px;
	padding: 25px 10px 25px;
	-webkit-transition: color .15s;
	-moz-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
	text-transform: uppercase;
}
#cssmenu li.active a, #cssmenu li a:hover{
	color:#fff;
	background:#303030;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 10px 0 10px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 200px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
	color:#fff;
	background:#303030;

  opacity: 1;
  top:51px;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
	color:#fff;
	background:#303030;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  padding: 5px 8px 7px 10px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color:#FFFFFF;
  color: #666666;
}





/*--content--*/
.dc-head-img {
	float: left;
	width: 47%;
}
.dc-head-img img{
	border-radius:500px;
	-webkit-border-radius:500px;
	-moz-border-radius:500px;
	-o-border-radius:500px;
}
.dc-head-info {
	float: left;
	width: 50%;
	margin-left: 3%;
}
h5.head{
	color: #555;
	font-size:2.3em;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 3%;
}
.dc-head-info span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size: 1.1em;
	text-transform: uppercase;
}
.dc-profile p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 12px;
	color: #888;
	padding: 20px 0px;
	line-height: 1.5em;
}
.btn-6a {
	border: 10px solid #999999;
	margin: 5px;
}
.btn-6 {
	color: #FFF;
	background:#333;


	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	visibility: visible;
	cursor: auto;
}
.btn {
	cursor: pointer;
	padding: 10px 40px;
	display: inline-block;
	margin: 15px 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	font-size: 2.2em;
}
.btn-6a:hover {
	background: rgba(0, 0, 0, 0);
	color:#000;
}
.top-box{
	background:#D9DDE5;
}
.content-top{
	padding-top: 3%;
	padding-right: 0;
	padding-bottom: 3%;
	padding-left: 0;
}
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin-top: 0%;
	margin-right: 0;
	margin-bottom: 0%;
	margin-left: 2%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width:18.4%;
}
.span_1_of_3  h3{
	color:#777;
	font-size:1.7em;
	line-height: 1.2;
	font-weight : bold;
	margin-top: 15px;
	letter-spacing: -1px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.content-middle{
	background:#fff;
	padding-top: 2%;
	padding-right: 0;
	padding-bottom: 3%;
	padding-left: 0;
}
h4 span {
	font-weight: 300;
	color: #555;
	display: block;
}
.more1{
	text-align:right;
	padding-top:3%;
}
.box-1 {
	display: block;
	background: #FFF;
	transition: all .4s ease;
	position: static;
	padding-bottom: 0px;
	z-index: 9999;
	z-index: 9999;
}
.box-1:hover {
	color:#fff;
}
.box-1 .inside {
	text-align: center;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
.box-1 .inside p{
	color: #888;
	padding: 10% 0 5%;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	line-height: 1.5em;
}
.box-1 h2 {
	padding-top:20px;
}
h2.v1 {
	color:#555;
	font-size:2.3em;
	line-height: 25px;
	text-transform: uppercase;
	font-family: 'Roboto Condensed', sans-serif;
}
.box-1 .box-btn {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	float: right;
	width: 53px;
	height: 55px;
	background: #3E454C url(../images/arrow3.png) center center no-repeat;
}
.box-1 .box-btn:hover{
	background:#C4DDAB url(../images/arrow3.png) center center no-repeat;
}
p.desc{
	color:#888;
}
.magnifier:hover{
	background:url(../images/banner1.jpg);
}
.magnifier {
	position: relative;
	display: block;
	background: url(../images/magnifier.gif) right bottom no-repeat #000;
}
.magnifier span {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	background: url(../images/magnifier.gif) right bottom no-repeat #000;
}
.magnifier img {
	width: 100%;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-box-shadow: 0 0 0 0 #FFF;
	-moz-box-shadow: 0 0 0 0 #fff;
	box-shadow: 0 0 0 0 #FFF;
	display: block;
}
.gallery ul li {
	display:inline-block;
	width: 31.444%;
	margin-right: 1.5%;
}
.gallery ul li.last{
	width: 31.444%;
	margin-right:0px;
}
.dc-head1 h3 {
	color:#666;
	font-size: 1.7em;
	line-height: 1.2;
	font-weight: normal;
	margin-top: 0px;
	letter-spacing: -1px;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 20px 0 10px;
	text-transform: uppercase;
}
.dc-head1 span{
	color:#888;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
}
/*--footer--*/
.footer{
	background: #333;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
}
.copy{
	float:left;
	margin-top: 3px;
}
ul.follow_icon{
	float:right;
}
.copy p {
	color: #FFF;
	font-size: 1.1em;
	font-family: 'Roboto Condensed', sans-serif;
}
.copy p a{
	color:#E3F7CE;
}
.copy p a:hover{
	color: #FFF;
}
.footer-bot {
	padding-right: 20px;
}
.toTop, .toBottom {
	text-decoration: none;
	background: #FFF;
	color: #000;
	display: inline-block;
	padding: 15px 20px;
	font-weight: bold;
	float: right;
	margin-top: -50px;
}
.footer-box{
	position:relative;
	padding-top: 1%;
	padding-right: 0;
	padding-bottom: 1%;
	padding-left: 0;
	background-color: #303030;
}
.slideshow {
	color:#ff;
}
.f-desc1{
	color: #fff;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	line-height:1.5em;
}
h4.f-head{
	font-size:2em;
	text-align:center;
	color:#fff;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 30px;
	text-transform: uppercase;
}
/*--about--*/
.about-grid {
	width: 31.33%;
	float: left;
}
.about-grid h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.7em;
	margin-bottom: 4%;
	line-height: 2em;
	text-transform: uppercase;
	color: #555;
}
.about-grid span {
	font-family: 'Roboto Condensed', sans-serif;
	color: #777;
	font-size: 1em;
	padding: 20px 0 10px 0;
	line-height: 1.5em;
	display: block;
	text-transform: uppercase;
}
.about-grid p {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	color: #888;
	font-size:12px;
	line-height: 1.5em;
}
.button1 {
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:1.1em;
	font-weight: normal;
	padding: 10px 30px;
	text-transform: uppercase;
	background:#ABC492;
	display: inline-block;
	margin: 1em 0 0;
	-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;
}
.button1:hover{
	background:#333;
}
.center-grid1 label {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 14px;
	line-height: 22px;
	text-transform: uppercase;
	color:#ABC492;
	-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;
	cursor: pointer;
}
.center-grid1 p {
	padding: 0px 0px 20px 0px;
}
.center-grid1 label:hover {
	color: #555;
}
.center-grid1 {
	margin: 0 3%;
}
.client {
	padding-bottom: 10px;
}
.about-team-left {
	float: left;
	width: 25%;
	margin-top: 0.5em;
}
.about-team-right {
	float: right;
	width: 72%;
}
.about-team-right p {
	margin-bottom: 20px;
}
.service-content1 {
	float: left;
	width: 75%;
}
.service-content1 h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.service-content1 ul {
	padding-bottom: 5px;
}
.service-content1 ul li {
	display: block;
}
.service-content1 ul li span {
	width: 5%;
	float: left;
	font-size: 3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
}
.service-content1 ul li p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size: 1em;
	padding: 6px 0 20px 0;
	line-height: 1.5em;
}
.service-content1 ul li p a {
	font-size: 1.3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin-bottom: 10px;
}
.service-content1 ul li p a:hover{
	color:#ABC492;
}
.services-sidebar1 {
	float: right;
	width: 22.5%;
}
.services-sidebar1 h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.services-sidebar1 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-sidebar1 ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #888;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-grids{
	background:#fff;
	padding:4%;
}
.about-grids h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	text-transform: uppercase;
	color: #555;
}

.about-team-left img:hover {
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor: pointer;
}
.about-team-left img {
	-webkit-filter: grayscale(100%);
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
/*--services--*/
.service-content {
	float: left;
	width: 64.5%;
}
.service-content h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.service-content ul {
	padding-bottom: 5px;
}
.service-content ul li {
	display: block;
}
.service-content ul li span {
	width: 5%;
	float: left;
	font-size: 3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
}
.service-content ul li p {
	font-family: 'Roboto Condensed', sans-serif;
	color: #888;
	font-size: 1em;
	padding: 6px 0 20px 0;
	line-height: 1.5em;
}
.service-content ul li p a {
	font-size: 1.3em;
	color: #555;
	font-family: 'Roboto Condensed', sans-serif;
	display: block;
	margin-bottom: 10px;
}
.service-content ul li p a:hover{
	color:#ABC492;
}
.services-sidebar {
	float: right;
	width: 33%;
}
.services-sidebar h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:2em;
	line-height: 2em;
	margin: 0;
	text-transform: uppercase;
	color: #555;
}
.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-sidebar ul li a {
	display: block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1em;
	color: #888;
	padding: 2px 0px 5px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.service-box{
	padding-top: 20px;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
h1.title, h2.title {
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom:2%;
	color: #555;
	font-size:2.3em;
	line-height: 60px;
	text-transform: uppercase;
	text-align: center;
}
h3.subtitle {
	margin: 0 auto;
	padding-bottom: 10px;
	width: 100%;
	max-width: 65%;
	text-align: center;
	text-transform: none;
	line-height: 1.5em;
	font-size: 1.2em;
	color:#888;
	font-family: 'Roboto Condensed', sans-serif;
}
form div {
	padding-top: 20px;
}
.to input[type="text"] {
	padding: 20px 9px;
	width: 48%;
	font-size: 1em;
	font-family: 'Roboto Condensed', sans-serif;
	margin: 10px 0;
	border: 1px solid #E1E2E2;
	color: #888;
	background: #FFF;
	float: left;
	outline: none;
}
.text input[type="text"], .text textarea {
	width:98.3%;
	font-size:1em;
	border: 1px solid #E1E2E2;
	color: #888;
	font-family: 'Roboto Condensed', sans-serif;
	outline: none;
	margin-bottom: 5px;
	height: 80px;
	padding: 10px;
	margin-top: 10px;
	margin-right: 0;
	margin-left: 0;
}
.submit{
	color: #FFF;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 1.1em;
	font-weight: normal;
	padding:20px 60px;
	text-transform: uppercase;
	background: #ABC492;
	display: inline-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;
}
.submit:hover{
	background:#333;
}
.map{
	display:block;
}
/*--404--*/
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}

/*--responsive design--*/

@media (max-width:1366px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 47.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 98.2%;
	}
}


@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.to input[type="text"] {
		width: 47.7%;
	}
	.text input[type="text"], .text textarea {
		width: 98%;
	}
	.gallery ul li {
		width: 31.4%;
	}
}


@media only screen and (max-width: 1250px) {
#cssmenu > ul > li > a {font-size: 16px; padding-left:9px; padding-right:9px;}
}


@media only screen and (max-width: 1170px) {
.wrap{width:90%;}
#cssmenu > ul > li > a {font-size: 16px; padding-left:7px; padding-right:7px;}
}


@media only screen and (max-width: 1140px) {
.wrap{width:90%;}
#cssmenu > ul > li > a {font-size: 15px; padding-left:9px; padding-right:9px;}
}


@media (max-width:1100px){
	.wrap{width:90%;}
	#cssmenu > ul > li > a {font-size: 15px; padding-left:9px; padding-right:8px;}
}



@media only screen and (max-width: 1090px) {
.wrap{width:90%;}
#cssmenu > ul > li > a {font-size: 15px; padding-left:8px; padding-right:6px;}
}


@media only screen and (max-width: 1066px) {
.wrap{width:90%;}
#cssmenu > ul > li > a {font-size: 15px; padding-left:7px; padding-right:5px; width:inherit;}
}


@media only screen and (max-width: 1040px) {
.wrap{width:90%;}
#cssmenu > ul > li > a {font-size: 14px; padding-left:7px; padding-right:5px; width:inherit;}
}



@media only screen and (max-width: 1024px) {
.wrap{width:95%;}
#cssmenu > ul > li > a {font-size: 14px; padding-left:5px; padding-right:5px;}
#cssmenu ul ul a {font-size: 16px; padding: 4px 8px 1px 10px;}
#cssmenu ul ul a:hover{font-size: 16px;}
}


@media (max-width:1024px){
	.wrap{
		width:95%;
	}
	.to input[type="text"] {
		width:47.2%;
	}	
	.text input[type="text"], .text textarea {
		width:97.7%;
	}
	.gallery ul li {
		width: 31.3%;
	}
	h2.v1 {
		font-size: 2em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
}



@media only screen and (max-width: 1006px) {
.wrap{width:95%;}
#cssmenu > ul > li > a {font-size: 13px; padding-left:6px; padding-right:6px;}
#cssmenu ul ul a {font-size: 15px; padding: 4px 8px 1px 10px;}
#cssmenu ul ul a:hover{font-size: 15px;}
}


@media only screen and (max-width: 920px) {
.wrap{width:95%;}
#cssmenu > ul > li > a {font-size: 13px; padding-left:6px; padding-right:3px;}
#cssmenu ul ul a {font-size: 15px; padding: 4px 8px 1px 10px;}
#cssmenu ul ul a:hover{font-size: 15px;}
}



@media (max-width:900px){
	.to input[type="text"] {
		width:46.4%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:31.2%;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
.wrap{width:95%;}
}



@media (max-width:800px){
	.to input[type="text"] {
		width:46.2%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:31.1%;
	}
	h2.v1 {
		font-size: 1.5em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.service-content ul li span {
		width: 10%;
	}
.wrap{width:95%;}
}


@media only screen and (max-width: 900px) {
.wrap{width:95%;}
#cssmenu > ul > li > a {font-size: 12px; padding-left:6px; padding-right:3px;}
#cssmenu ul ul a {font-size: 15px; padding: 4px 8px 1px 10px;}
#cssmenu ul ul a:hover{font-size: 15px;}
}




@media only screen and (max-width: 852px) {
.wrap{width:95%;}
#cssmenu > ul > li > a {font-size: 11px; padding-left:5px; padding-right:3px;}
#cssmenu ul ul a {font-size: 15px; padding: 4px 8px 1px 10px;}
#cssmenu ul ul a:hover{font-size: 15px;}
}


@media only screen and (max-width: 790px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 11px; padding-left:4px; padding-right:2px;}
#cssmenu ul ul a {font-size: 12px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 12px;}
}


@media only screen and (max-width: 768px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 10px; padding-left:4px; padding-right:2px;}
#cssmenu ul ul a {font-size: 12px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 12px;}
}


@media only screen and (max-width: 709px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 9px; padding-left:4px; padding-right:2px;}
#cssmenu ul ul a {font-size: 11px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 11px;}
}




@media (max-width:640px){
	.wrap{
		width:98%;
	}
	.to input[type="text"] {
		width:45.2%;
	}	
	.text input[type="text"], .text textarea {
		width:96.9%;
	}
	.gallery ul li {
		width:80%;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 40%;
	}
	#cssmenu > ul > li:hover > ul {
		top:100px;
	}
	.service-content ul li span {
		width: 10%;
	}

}

@media only screen and (max-width: 646px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 8px; padding-left:4px; padding-right:2px;}
#cssmenu ul ul a {font-size: 10px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 10px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:20px;}
}



@media only screen and (max-width: 590px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 7px; padding-left:2px; padding-right:2px;}
#cssmenu ul ul a {font-size: 9px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 9px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:20px;}
}


@media only screen and (max-width: 495px) {
     .wrap{
		width:98%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}


@media (max-width:495px){
	.wrap{
		width:98%;
	}
	.to input[type="text"] {
		width: 43.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 94.9%;
	}
	.gallery ul li {
		width:80%;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.7em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 40%;
	}
	span.order {
		font-size: 1.1em;
	}
	h5.ph-no {
		font-size: 1.2em;
	}
	.phone {
		margin: 8px 0 0px 0px;
	}
	.copy {
		float: none;
	}
	ul.follow_icon {
		float: none;
		padding-top: 20px;
	}
	.service-content ul li span {
		width: 10%;
	}
}



@media only screen and (max-width: 508px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 6px; padding-left:2px; padding-right:2px;}
#cssmenu ul ul a {font-size: 8px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 8px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px;}
}




@media only screen and (max-width: 440px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 5px; padding-left:2px; padding-right:2px;}
#cssmenu ul ul a {font-size: 8px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 8px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px;}
}


@media only screen and (max-width: 395px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 5px; padding-left:1px; padding-right:1px;}
#cssmenu ul ul a {font-size: 8px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 8px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px;}
}

@media only screen and (max-width: 370px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 4px; padding-left:1px; padding-right:1px;}
#cssmenu ul ul a {font-size: 8px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 8px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px;}
}

@media only screen and (max-width: 340px) {
.wrap{width:98%;}
#cssmenu > ul > li > a {font-size: 4px; padding-left:1px; padding-right:1px;}
#cssmenu ul ul a {font-size: 8px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 8px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px; left: 150%;}
}



@media (max-width:320px){
#cssmenu > ul > li > a {font-size: 4px; padding-left:1px; padding-right:0px;}
#cssmenu ul ul a {font-size: 8px; padding: 4px 7px 1px 7px;}
#cssmenu ul ul a:hover{font-size: 8px;}
#cssmenu > ul > li > ul {padding: 2px 0 2px 0; line-height:15px; left: 200%;}
	.wrap{
		width:98%;
	}
	.to input[type="text"] {
		width:39.9%;
	}	
	.text input[type="text"], .text textarea {
		width: 89.9%;
	}
	.gallery ul li {
		width:80%;
	}
	h2.v1 {
		font-size: 1.6em;
	}
	.box-1 h2 {
		padding-top: 45px;
		padding-bottom: 5px;
	}
	.box-1 .inside p {
		font-size: 1em;
	}
	.box-1 .box-btn {
		width: 45px;
		height: 45px;
	}
	h5.head {
		font-size: 2em;	
	}
	.span_1_of_3 h3 {
		font-size: 1.5em;
	}
	.dc-head-info span {
		font-size: 1em;
		line-height:1.5em;
	}
	.dc-profile p {
		font-size: 1em;
	}
	.btn {
		font-size: 1em;
		padding: 10px 25px;
	}
	.dc-head1 h3 {
		font-size: 1.5em;
	}
	.dc-head1 span {
		font-size: 1em;
	}
	.f-desc1{
		font-size: 1em;
	}
	.copy p {
		font-size: 1em;
	}
	.follow_icon li {
		margin-right: 10px;
	}
	.toTop, .toBottom {
		margin-top: -47px;
		padding: 15px 12px;
	}
	.about-grid h3 {
		font-size: 1.7em;
	}
	.about-grid span {
		font-size: 0.89em;
	}
	.about-grid p {
		font-size: 0.97em;
	}
	.service-content h3 {
		font-size: 1.5em;
	}
	.service-content ul li p a {
		font-size: 1.1em;
	}
	.service-content ul li p {
		font-size: 0.97em;
	}
	.service-content ul li span {
		font-size: 2.3em;
	}
	.services-sidebar h3 {
		font-size: 1.7em;
	}
	.services-sidebar ul li a {
		font-size: 0.97em;
	}
	h1.title, h2.title {
		font-size: 2em;
	}
	h3.subtitle {
		font-size: 1em;
	}
	.footer-bot {
		padding-right: 8px;
	}
	.gallery ul li.last {
		width: 80%;
	}
	.about-grid {
		width: 100%;
		float: none;
	}
	.center-grid1 {
		margin: 0 0;
	}
	.service-content {
		float: none;
		width: 100%;
	}
	.services-sidebar {
		float: none;
		width: 100%;
	}
	.to input[type="text"] {
		padding: 15px 9px;
	}
	.text input[type="text"], .text textarea {
		padding: 15px 9px;
	}
	.submit {
		padding: 15px 55px;
		font-size:1em;
	}
	.logo {
		width: 40%;
	}
	span.order {
		font-size: 1.1em;
	}
	h5.ph-no {
		font-size: 1.2em;
	}
	.phone {
		margin: 8px 0 0px 0px;
	}
	.copy {
		float: none;
	}
	ul.follow_icon {
		float: none;
		padding-top: 20px;
	}
	.header-top {
		padding: 30px 0;
	}
	h4.f-head {
		font-size: 1.5em;
	}
	#cssmenu > ul > li:hover > ul {
		top: 86px;
	}
	.service-content ul li span {
		width: 10%;
	}
}

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:98%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}
