/*--
	Author: W3layouts
	Author URL: http://w3layouts.com
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/
body{
	margin:0;
	padding:0;
	font-family: 'Open Sans', sans-serif;
	background:#fff;

}
body a{
	transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
h1,h2,h3,h4,h5,h6{
	margin:0;			   
}	
p{
	margin:0;
}
ul{
margin:0;
padding:0;
}
.container{
padding:0;
}
.top-header {
	padding: 1em 0;
	top: 0;
	width: 100%;
	background: #000;
}
.logo{
	float:left;
	margin-top: 1em;
}
.top-menu{
	float:right;
}
.top-menu ul li{
	display:inline-block;
	float:left;
	margin: 0 0.5em;
}
.top-menu ul li a{
	text-decoration:none;
	padding:1em;
	display:block;
	color:#fff;
	font-weight:400;
}
.top-menu ul li.active a{
	color:#EA5B58;
}
.top-menu ul li a:hover{
	color:#EA5B58;
}
.logo a img{
	left:0%;
	display:block;
}
/*----*/
.banner{
clear: both;
background: url(../images/desk.jpg) no-repeat 0px 0px;
background-size: cover;	
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
}
.banner-layer{
background:rgba(22, 24, 40, 0.94);
}
.banner-info h1{
color:#fff;
font-weight: 700;
font-size: 2.2em;
}
.banner-info {
padding: 9% 0 0 0%;
}
.banner-info a{
text-decoration: none;
color: #fff;
background: #EA5B58;
padding: 0.9em 3.2em;
font-size: 1.2em;
border: 1px solid #EA5B58;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
letter-spacing: 1px;
display:inline-block;
}
.banner-info a:hover{
background:#161828;
border:1px solid #fff;
color:#EA5B58;
}
.banner-image img {
	min-height: 300px;
	width: 90%;
	margin: 20px;
	min-width: 200px;
	min-height: 200px;
	float:left;
	box-shadow: -1px 1px rgb(131, 130, 130),
		 -2px 2px rgb(184, 184, 184),
		 -3px 3px rgb(180, 180, 180),
		 -4px 4px rgb(176, 176, 176),
		 -5px 5px rgb(172, 172, 172),
		 -6px 6px rgb(168, 168, 168),
		 -7px 7px rgb(164, 164, 164),
		 -8px 8px rgb(160, 160, 160),
		 -9px 9px rgb(156, 156, 156),
		 -10px 10px rgb(152, 152, 152),
		 -11px 11px rgb(148, 148, 148),
		 -12px 12px rgb(144, 144, 144),
		 -13px 13px rgb(140, 140, 140),
		 -14px 14px rgb(136, 136, 136),
		 -15px 15px rgb(132, 132, 132),
		 -16px 16px rgb(128, 128, 128),
		 -17px 17px rgb(124, 124, 124),
		 -18px 18px rgb(120, 120, 120),
		 -19px 19px rgb(116, 116, 116),
		 -20px 20px rgb(112, 112, 112),
		 -21px 21px rgb(108, 108, 108),
		 -22px 22px rgb(104, 104, 104),
		 -23px 23px rgb(0, 0, 0);
	border-radius:8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	-o-border-radius: 8px;
	
		
}
.banner-image {
margin: 4% 0;
}
.banner-info h3{
color:#fff;
margin:0.7em 0 3em 0;
font-weight: 200;
font-size: 1.6em;
}
/*----*/
.services{
background:#475A85;
padding:6em 0 7em 0;
}
.services-head{
text-align:center;
}
.services-head h3{
color:#fff;
font-size:2em;
margin-bottom: 8px;
font-weight: 700;
}
.services-head h4{
color:#E6E9EF;
letter-spacing: 1px;
font-weight: 200;
}
.services-head img{
margin:1em 0 0 0;
}
.service-section{
margin-top:4em;
}
.pic {
text-align: center;
}
.pic h3,.pic p{
color:#fff;
}
.pic h3{
font-size:1.3em;
padding-top:0.7em;
font-weight:600;
}
.pic p{
width:87%;
margin:0 auto;
margin-bottom:2.5em;
font-size:1em;
font-weight:200;
padding-top:0.7em;
}
.service-section a{
text-decoration: none;
color: #fff;
background: #EA5B58;
padding: 0.9em 3em;
font-size: 0.9em;
border: 1px solid #EA5B58;
border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
}
.service-section a:hover{
background:#161828;
border:1px solid #fff;
color:#EA5B58;
transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
.pic span{
cursor:pointer;
}
.pic i {
	padding:0em 0em;
	width:48px;
	height:52px;
	background:url('../images/service-icons.png') no-repeat 0px 0px;
	display:inline-block;
}
.pic span i.pic1{
	background-position: -16px 0px;
}
.pic:hover i.pic1{
	background-position: -16px -56px;
}
.pic span i.pic2{
	background-position: -64px 0px;
}
.pic:hover i.pic2{
	background-position: -64px -56px;
}
.pic span i.pic3{
	background-position: -124px 0px;
}
.pic:hover i.pic3{
	background-position: -124px -56px;
}
.pic span i.pic4{
	background-position: -180px 0px;
}
.pic:hover i.pic4{
	background-position: -180px -56px;
}
/*----*/
.slide{
background:url(../images/slide.jpg) no-repeat 0px 0px;
background-size:cover;
webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
text-align:center;
min-height:500px;
}
.slide-info{
padding:13% 0;
}
.slide-info h3,.slide-info h4{
color:#fff;
}
.slide-info h3{
font-size: 3.5em;
font-weight: 600
}
.slide-info h4{
font-size:1.5em;
padding-top:0.5em;
font-weight: 500;
}
/*----*/
.portfolio{
padding:5em 0 3em 0;
}
.portfolio-head{
text-align:center;
}
.portfolio-head h3{
color: #323232;
font-size: 2.2em;
margin-bottom: 5px;
font-weight: 700;
letter-spacing: 1px
}
.portfolio-head h4{
color:#696969;
letter-spacing: 1px;
font-weight: 500;
font-size: 1.2em;
}
.portfolio-head img{
margin:1em 0 0 0;
}
*	Strip
/*-----------------------------------------------------------------------------------*/
.b-link-stripe{
	position:relative;
	display:inline-block;
	vertical-align:top;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	overflow:hidden;
}
.b-link-stripe .b-wrapper{
	position: absolute;
	width: 100%;
	height:100%;
	top: 0;
	left: 0;
	text-align: center;
	color: #ffffff;
}
.b-link-stripe .b-wrapper:hover {
	background:rgba(50, 70, 81, 0.71);;
	transition: all 0.5s linear;
	-moz-transition: all 0.5s linear;
	-ms-transition: all 0.5s linear;
	-o-transition: all 0.5s linear;
	-webkit-transition: all 0.5s linear;
}
/*-----------------------------------------------------------------------------------*/
/*--Animation effects---*/
b-animate-go{
	text-decoration:none;
}
.b-animate{
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	visibility: hidden;
	font-size:1.1em;
	font-weight:700;
}
.b-animate img{
	margin-top:33%;
	display: -webkit-inline-box;
}
/* lt-ie9 */
.b-animate-go:hover .b-animate{
	visibility:visible;
}
.b-from-left{
	position:relative;
	left:-100%;
}
.b-animate-go:hover .b-from-left{
	left:0;
}
span.m_4{
	font-size:14px;
	font-weight:400;
}
p.m_5 {
	margin: 2% auto 5%;
	width: 70%;
	color: #283A47;
	font-size: 1.1em;
	font-weight: 600;
	line-height: 1.5em;
	text-align: center;
}
ul#filters {
	padding: 0px;
	text-align: center;
}
#filters {
	margin: 4% 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left;
}
#filters li {
	display:inline-block;
		display: -webkit-inline-box;
		display: -moz-inline-box;
		display: -o-inline-box;
		display: -ms-inline-box;
}
#filters li span.active,#filters li span {
	color:#172F41;
	text-decoration:none;
	display:block;
	border:1px solid #fff;
	font-size:1.15em;
	font-weight:500;
	cursor:pointer;
	margin:0 0.3em;
	border-radius:2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	-o-border-radius: 2px;
}
#filters li span.active{
	color:#696969;
	font-weight: 500;
}
#filters li span:hover{
	color:#D6D6D6;
}
 #portfoliolist .portfolio {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	width: 31%;
	display: none;
	float: left;
	overflow: hidden;
	margin: 1%;
	padding:0;
}
div#portfoliolist {
	padding: 0;
	margin: 1% 0 0 0;
}	
.portfolio-wrapper {
	overflow:hidden;
	position: relative !important;
	cursor:pointer;
}
.portfolio-wrapper img{
	width:100%;
	display:block;
}
.portfolio img {
	max-width:100%;
	/*--position: relative;--*/
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.portfolio .label {
	position: absolute;
	width: 100%;
	height:40px;
	bottom:-40px;
}
.portfolio .label-bg {
	background: #22B4B8;
	width: 100%;
	height:100%;
	position: absolute;
	top:0;
	left:0;
}
.portfolio .label-text {
	color:#fff;
	position: relative;
	z-index:500;
	padding:5px 8px;
}
.portfolio .text-category {
	display:block;
	font-size:9px;
	font-size: 12px;
	text-transform:uppercase;
}
/* Self Clearing Goodness */
.container:after { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix:before,
.clearfix:after,
.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0; }
.row:after,
.clearfix:after {
  clear: both; }
.row,
.clearfix {
  zoom: 1; }

.clear {
  clear: both;
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}
/*----- effects-comman-css------*/
.contenthover{
	padding:1em;
}
.contenthover h3{
	color:#FFF;
}
.contenthover p{
	color:#FFF;
	font-size:0.875em;
	line-height:1.5em;
}
/*-----caption ------*/
.tour-caption {
	display: none;
	top: 0;
	width: 100%;
	position: absolute;
	background: rgba(80, 96, 131, 0.82);
	height: 100%;
	text-align: center;
	padding-top:16%;
}
.tour-caption span{
	background: url(../images/eye.png) no-repeat;
	width: 38px;
	height: 38px;
	display: block;
	text-align: center;
	position: absolute;
	top: 77%;
	right: 46%;
	background-size: 100%;
}
.portfolio-wrapper:hover div.tour-caption {
	display: block;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.tour-caption h4{
color:#fff;
font-size: 2em;
}
.tour-caption p{
color:#fff;
font-size: 1em;
width: 74%;
margin: 0 auto;
padding-top: 1em;
}
h6.b-animate.b-from-left.b-delay03 
{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #CCCCCC;
	margin: 0;
	text-align:center;
	width:100%;
	}
/*--/Animation effects---*/
/*--/top-tours--*/
/*----*/
.down h3,.down h4{
color:#323232;
margin-bottom:11px;
}
/*--/--*/
.customer-say{
padding:6em 0 5em 0;
}
.customer-say-head h3{
color:#323232;
font-size:2.2em;
margin-bottom: 5px;
font-weight: 700;
}
.customer-say-head h4{
color:#323232;
margin-top: 11px;
}
.customer-say-head img{
margin:1em 0 0 0;
}
.customer-say-grid i.icon1,.customer-say-grid i.icon2,.customer-say-grid i.icon3{
float:left;
}
.icon1,.icon2,.icon3,.icon4{
	width:260px;
	height:260px;
	display:inline-block;
	float:left;
	border-radius:50%;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
	margin-top: 3%;
	border:4px solid #EBEBEB;
}
.icon1{
background:url('../images/c1.jpg') no-repeat 0px 0px;
margin-bottom:2em;
}
.icon2{
	background:url('../images/c2.jpg') no-repeat 0px 0px
}
.icon3{
	background:url('../images/c3.jpg') no-repeat 0px 0px;
	margin-bottom:2em;
}
.icon4{
	background:url('../images/c4.jpg') no-repeat 0px 0px;
}
.customer-say-grid p{
width:68%;
font-size:1.3em;
padding-top:8%;
float:right;
text-align:justify;
margin-left:8%;
font-weight: 600;
}
.customer-say-grid p span{
background:url(../images/dots.png) no-repeat 0px 0px;
display:inline-block;
width: 19px;
height: 15px;
margin:1% 1% 1% 0;
}
.customer-say-grid a{
color:#323232;
font-size:1.7em;
text-decoration:none;
float:left;
margin:1% 0 0 10%;
font-weight: 700;
}
.customer-say-grid a:hover{
color:#475A85;
}
/*--- slider-css --*/
.slider{
	position:relative;
	min-height: 342px;
}
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }
.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }
.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }
.rslides_tabs{
	background: none !important;
	border: none;
	box-shadow: none;
	position: relative;
	top: -90px;
	z-index: 999;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	height: 18px;
	width: 18px;
	display: inline-block;
	background:#747474;
	border-radius: 50%;
	-webkit-border-radius: 50%;
		-moz-border-radius:50%;
		-ms-border-radius: 50%;
		-o-border-radius: 50%;
}
.callbacks_here a:after{
	background:#323232;	
}
.callbacks_tabs a{
	visibility:hidden;
}
.callbacks_tabs li{
	display:inline-block;
}
ul.callbacks_tabs.callbacks1_tabs {
	position: absolute;
	bottom: 14px;
	z-index: 999;
	left: 50%;
}
/*-- slider-mediaqueries --*/
@media(max-width:640px){
	.callbacks_tabs a:after {
		height: 10px;
		width: 10px;
	}
}
@media(max-width:480px){
	.callbacks_tabs a:after {
		height:8px;
		width: 8px;
	}
	ul.callbacks_tabs.callbacks1_tabs {
		bottom: 10px;
		left: 4px;
	}
}
/*----*/
.slide2{
background:url(../images/slide2.jpg) no-repeat 0px 0px;
background-size:cover;
webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
min-height:450px;
}
.slide2 h3,.slide2 h4{
color:#fff;
}
.slide2 h3{
font-size:3em;
font-weight:600;
}
.slide2 h4{
margin-top: 0.5em;
font-size: 1.4em;
font-weight: 200;
letter-spacing: 1px;
}
.map {
background:#475A85;
position:relative;
}
.map iframe{
width:100%;
height:500px;
}
.map span{
background:url(../images/location.png) no-repeat 0px 0px;
display:block;
width:45px;
height:73px;
position:absolute;
top: 35%;
right: 56%;
}
/*----*/
.contact{
background:#475A85;
padding: 4em 0em;
}
.contact-head h3{
color:#fff;
font-size:2em;
margin-bottom: 10px;
font-weight: 600;
}
.contact-head h4{
color:#E6E9EF;
letter-spacing: 1px;
font-weight: 200;
margin-bottom: 6px;
}
.contact-head img{
margin:1em 0 0 0;
}
.contact-grids{
margin-top:4em;
}
.address{
padding:0;
}
.address h4,.address p,.address h5{
text-align:left;
}
.address h4{
font-size:1.3em;
color:#fff;
font-weight: 600;
}
.address p{
color:#fff;
font-size:1.15em;
margin: 1em 0 1.5em 0;
font-weight: 200;
}
.address h5{
margin:1.2em 0;
color:#fff;
font-size:1.2em;
font-weight: 200;			
}
.address h5 a{
text-decoration:none;
color:#fff;
}
.address h5 a:hover{
color:#56A7DC;
}
.address h5 span{
background: url("../images/cnt-icons.png") no-repeat 0 0;
width: 25px;
height: 20px;
display: inline-block;
vertical-align: middle;
margin-right: 0.5em;
}
.address h5 span.img1{
background-position:2px 2px;
}
.address h5 span.img2{
background-position:0px -44px;
}
.address h5 span.img3{
background-position:0px -85px;
}
.contact-reg form{
width:100%;
margin-left:10%;
}
.social-icons{
margin-top:3em;
}
.social-icons a span {
width: 44px;
height: 42px;
background: url('../images/social-icons.png') no-repeat 0px 0px;
display: inline-block;
}
.social-icons a span.facebook{
	background-position: 0px 0px;
}
.social-icons a span.facebook:hover{
	background-position: 0px 0px;
}
.social-icons a span.twitter{
		background-position:-52px 0px;
}
.social-icons a span.twitter:hover{
		background-position:-52px -48px;
}
.social-icons a span.googleplus{
		background-position:-107px 0px;
}
.social-icons a span.googleplus:hover{
		background-position:-107px -48px;
}
.contact-reg form input[type="text"],.contact textarea{
	color:#959595;
	border:1px solid #CDCDCD;
	outline:0;
	padding: 1.2em;
	width: 42.8%;
	border-radius: 6px;
		-webkit-border-radius: 6px;
		-moz-border-radius: 6px;
		-ms-border-radius: 6px;
		-o-border-radius: 6px;
	font-size:1.2em;
}
.contact-reg form input[type="text"]:nth-child(2){
	margin:0 0 0 2.4em;
}
.contact-reg textarea{
	width: 91.5%;
	margin-top: 1em;
	min-height: 150px;
	resize: none;
	font-size:1.2em;
}
.contact-reg form input[type="submit"]{
background:#EA5B58;
padding:0.8em 3em;
border:none;
outline:none;
margin-top: 1em;
font-size:1.2em;
border-radius:6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
border:1px solid #EA5B58;
color:#fff;
}
.contact-reg form input[type="submit"]:hover{
background:#161828;
border:1px solid #fff;
color:#fff;
transition:0.5s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
/*----*/
.fotter{
background:#161828;
min-height:150px;
padding:4em 0;
}
.fotter p{
color:#50515C;
font-size:1.1em;
}
.fotter p a{
color:#50515C;
text-decoration:none;
}
.fotter p a:hover{
color:#FF7902;
}
.fotter h3 span{
color:#76777F;
font-weight:600;
}
.fotter h3{
color:#6A6B74;
margin-top:0.5em;
letter-spacing:1px;
}
/*----*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 14px;
	right: 3%;
	overflow: hidden;
	width: 57px;
	height: 57px;
	border: none;
	text-indent: 100%;
	background: url("../images/easytop.png") no-repeat 0px 0px;
}
#toTopHover {
	width: 40px;
	height: 40px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*----responsive-menu-start---*/
@media(max-width:1024px){
.banner-info h1 {
font-size: 2em;
}
.banner-info h3 {
margin: 0.7em 0 2em 0;
font-size: 1.4em;
}
.banner-info a {
padding: 0.8em 3em;
font-size: 1.1em;
}
.services {
padding: 4em 0 6em 0;
}
.pic p {
width: 98%;
}
.slide {
min-height: 350px;
}
.tour-caption p {
font-size:0.9em;
overflow: hidden;
height: 50px;
}
.tour-caption span {
top: 69%;
}
.customer-say-grid p {
width: 61%;
font-size: 1.1em;
padding-top: 8%;
margin-right: 4%;
}
.customer-say-grid a {
font-size: 1.5em;
margin: 1% 0 0 8%;
}
.customer-say {
padding: 6em 0 1em 0;
}
ul.callbacks_tabs.callbacks1_tabs {
left: 49%;
top: 74%;
}
.slide2 {
min-height: 350px;
}
.map iframe {
width: 100%;
height: 350px;
}
.contact-reg form {
width: 94%;
}
.address h5 {
margin: 1em 0;
font-size: 1em;
}
.contact-reg form input[type="text"], .contact textarea {
padding: 0.7em;
}
.contact-reg textarea {
width: 93.5%;
}
.fotter {
min-height:100px;
padding: 2em 0;
}
}
@media(max-width:768px){
span.menu{
	display:block;
	width:33px;
	height:33px;
	background:url(../images/nav.png) no-repeat 0px 0px;
	position:absolute;
	right:15px;
	top:15px;
	cursor:pointer;
}
.top-menu{
	clear:both;
	width:100%;
	margin-right:0;
	background: rgba(234, 91, 88, 0.42);
}
.top-menu ul{
	display:none;
}
.top-menu ul li {
	display:block;
	float:none;
	text-align:center;
}
.top-menu ul li.active a {
border-bottom:none;
}
.top-menu ul li a:hover {
border-bottom: none;
}
.logo {
float: left;
margin: 0.5em 0 0 1em;
}
.banner-info {
padding: 5% 2%;
text-align: center;
font-size: 0.8em;
}
.banner-info h1 {
font-size: 1.9em;
}
.banner-info h3 {
margin: 1em 0 2em 0;
}
.banner-image {
margin:0;
}
.banner-image img {
width: 72%;
margin: 37px 84px;
}
.services {
padding: 3em 0 5em 0;
}
.pic{
width:25%;
float:left;
}
.pic h3 {
padding-top: 0px;
}
.pic p {
width: 100%;
overflow: hidden;
height: 51px;
margin-bottom:1.5em;
}
.slide {
min-height: 282px;
}
.customer-say {
padding: 5em 0 2em 0;
}
.customer-say-grid i.icon1, .customer-say-grid i.icon2, .customer-say-grid i.icon3,.customer-say-grid i.icon4{
background-size:100%;
border-radius:50%;
width: 165px;
height: 169px;
margin-left: 2%;
}
.slider {
min-height: 261px;
}
.customer-say-grid p {
width: 64%;
margin-right: 3%;
overflow: hidden;
height: 134px;
}
.customer-say-grid a {
margin: 1% 0 0 9%;
}
.slide2 {
min-height: 282px;
}
.map iframe {
height: 275px;
}
.address h4, .address p, .address h5 {
text-align: center;
}
.social-icons {
margin-top: 2em;
text-align: center;
}
.contact-reg form {
width: 100%;
margin-top: 3em;
margin-left:0;
}
.contact-reg form input[type="text"],.contact-reg textarea{
width:100%;
margin-bottom:1em;
}
.contact-reg form input[type="text"]:nth-child(2) {
margin: 0;
}
.contact-reg form input[type="submit"] {
 margin-top:0em;
}
}
@media(max-width:640px){
.top-menu ul li a {
padding: 0.5em;
}
.banner-image img {
width: 38%;
margin: 5px 185px 36px;
min-height: 182px;
}
.pic h3 {
font-size: 1em;
}
.pic p {
height: 45px;
margin-bottom: 1em;
font-size: 0.9em;
}
.service-section a {
padding: 0.5em 0em;
font-size: 0.85em;
display:block;
width:65%;
margin:0 auto;
}
.slide {
min-height: 241px;
}
.slide-info h3 {
font-size: 3em;
}
.slide-info h4 {
font-size: 1.2em;
}
.portfolio {
padding: 3em 0;
}
.tour-caption h4 {
font-size: 1em;
}
.tour-caption p {
font-size: 0.8em;
height: 44px;
}
.tour-caption span {
right: 40%;
}
.customer-say {
padding: 3em 0 5em 0;
}
.customer-say-grid p {
width: 59%;
margin-right: 4%;
height: 119px;
font-size:1em;
}
.customer-say-grid a {
font-size: 1.3em;
}
.slider {
min-height: 220px;
}
.slide2 {
min-height: 242px;
}
.slide-info h4 {
padding-top: 0em;
}
.contact {
padding: 2em 0em;
}
.contact-grids {
margin-top: 3em;
}
.address p {
margin: 1em 0;
}
.address h5 {
margin: 0.5em 0;
}
.contact-reg form {
margin-top: 2em;
}
}
@media(max-width:480px){
.top-menu ul li a {
padding: 0.5em;
}
.banner-info h1 {
font-size: 1.5em;
}
.banner-info h3 {
margin: 0.7em 0 1em 0;
font-size: 1.2em;
}
.banner-info a {
padding: 0.5em 2em;
font-size: 1em;
}
.banner-image img {
min-width: 179px;
min-height: 166px;
margin: 6px 124px 33px;
}
.services {
padding: 2em 0;
}
.services-head h3 {
font-size: 1.7em;
}
.services-head h4 {
font-size: 0.9em;
}
.services-head img {
width: 44%;
}
.service-section {
margin-top: 2em;
}
.pic {
width: 50%;
margin-bottom: 1.5em;
}
.slide {
min-height: 131px;
}
.slide-info h3 {
font-size: 2em;
}
.slide-info h4 {
font-size: 1em;
}
.tour-caption h4 {
font-size: 0.85em;
}
.tour-caption p {
font-size: 0.65em;
height: 19px;
width: 100%;
padding-top: 0.5em;
}
.tour-caption span {
right: 39%;
width: 22px;
height: 15px;
}
.down h3{
margin-bottom: 2px;
font-size:17px;
}
.portfolio-head h3 {
font-size: 1.7em;
}
.portfolio-head img{
width:44%;
}
.tour-caption h4 {
font-size: 1em;
}
.tour-caption {
width: 100%;
}
.tour-caption p {
font-size: 0.8em;
height: 34px;
}
.tour-caption span {
right: 43%;
top:72%;
}
#portfoliolist .portfolio {
width: 47%;
}
.slider {
min-height: 317px;
}
.customer-say {
padding: 3em 0 2em 0;
}
.customer-say-head h3 {
font-size: 1.5em;
}
.customer-say-grid i.icon1,.customer-say-grid i.icon2, .customer-say-grid i.icon3, .customer-say-grid i.icon4 {
margin-left: 25%;
}
.customer-say-grid p {
width: 88%;
margin-right: 4%;
height: 75px;
padding-top:3%;
}
.customer-say-grid i.icon1, .customer-say-grid i.icon2, .customer-say-grid i.icon3, .customer-say-grid i.icon4 {
width: 51%;
margin: 0 auto;
float: none;
}
ul.callbacks_tabs.callbacks1_tabs {
left: 37%;
top: 90%;
}
.slide2 {
min-height: 136px;
}
.map iframe {
height: 244px;
}
.contact-head h4 {
font-size:13px;
margin-bottom: 1px;
}
.contact-head img{
width:44%;
}
.contact-grids {
margin-top: 2em;
}
.address h4 {
font-size: 1.1em;
}
.address h5 {
font-size: 0.9em;
}
.address p {
margin: 0.5em 0;
font-size:0.9em;
}
.social-icons {
margin-top: 1em;
}
.contact-reg form input[type="text"], .contact textarea {
padding: 0.5em;
font-size: 0.9em;
}
.contact-reg textarea {
min-height: 113px;
font-size: 0.9em;
}
.contact-reg form input[type="submit"] {
padding: 0.5em 3em;
font-size: 1em;
}
}
@media(max-width:320px){
.banner-image img {
min-width: 152px;
min-height: 129px;
margin: 6px 65px 33px;
}
.services-head img {
width: 48%;
}
.portfolio-head img {
width: 47%;
}
.contact-head img {
width: 47%;
}
}