/* 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{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{
	border-top: 4px solid #0066cc;
	color: #666;
	line-height: 1.6em;
	font-family: 'Open Sans', sans-serif;

}
/*---start-wrap----*/
.wrap{
	width:80%;
	margin:0 auto;
}
/*---start-header---*/
.header {
	padding: 10px 0px 10px 0px;
	background:#FFF;
}
.logo{
	float:left;
	margin-top:6px;
}
.logo a img{
height:90px;
}
.cont
{
	margin-top:20px;
	margin-left:0%;
	 font-family: 'Source Sans Pro', sans-serif;
	 font-size:20px;
	 color:#206dcd; 
	 font-weight:bold;
}


.top-search-social-nav ul li{
	display:inline-block;
	float: left;
	margin-top:30px;
}
.top-search-social-nav ul li a{
	background: none;
	padding: 0px;
	-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;
	display: block;
	margin: 0px 8px 0px 0px;
}

.top-search-social-nav ul li a img{
height:90px;
margin-bottom:-20px;
margin-top:-16px;
text-align:center;
}

.top-search-social-nav li.active> a, .top-search-social-nav li> a:hover img {
	background:none;

}
.top-search-social-nav{
	float:right;
	margin-top: -10px;
}


/*---start-content----*/
/*  GRID OF FOUR   ============================================================================= */
.links, .links a
{
font-weight:bold; 
color:#333;
font-family: 'Source Sans Pro', sans-serif;
}
.links a:hover
{
font-weight:bold; 
color:#336633;
font-family: 'Source Sans Pro', sans-serif;
}

.about-side p
{
	font-size: 0.9em;
	padding: 0.4em 0 0 0;
	color: #666;
	line-height: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
}

.icons
{
float:left;
margin-right:6px;
margin-top:6px;
}

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_4{
	display: block;
	float: left;
	margin: 1% 0 1% 1.3%;
	border: 1px solid rgba(192, 192, 192, 0.28);
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */
	
.span_1_of_4 {
	width: 20.8%;
	padding:1.5%; 
	text-align: center;
	-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;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
}
.span_1_of_4  h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.5em;
	text-transform: uppercase;
}
.span_1_of_4  p {
	font-size: 0.9em;
	padding: 0.4em 0 0 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.grids h4{
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float:left;
}
.grids h5{
	float: right;
	width: 85%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}
.grids h3 img{
	vertical-align:middle;
	padding-right: 8px;
}
.active-grid{
	background:#7FBB00;
	color:#fff;
}
.active-grid h3,.active-grid p{
	color:#fff;
}
.span_1_of_4:hover{
	background:#7FBB00;
}
.span_1_of_4:hover h3{
	color:#fff;
}
.span_1_of_4:hover p{
	color:#fff;
}
.big-button{
	background:url(../images/btn-bg.png) repeat-x;
	padding:20px; 
	margin: 32px 0px 20px 0px;
}
.big-button p{
	float: left;
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 2.7em;
	text-transform: uppercase;
}
.big-button a{
	float: right;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1.5em;
	text-transform: uppercase;
	background: #0066cc;
	border-radius:4px;
	padding: 13px 16px;
	display: inline-block;
	margin: 11px 14px 10px 14px;
	-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;
}
.big-button a:hover{
	background:#7FBB00;
}
.big-button span{
	float:left;
	font-size: 1em;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}
/*---recent-places----*/




.recent-places h4{
	    color: #FFF;
    padding: 8px 8px;
    width:100%;
    background: #0066CC;
    margin: -8px 0 10px 0;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 20px;
   font-family: 'PT Sans', sans-serif;
   text-align:center;	
}
.recent-places  h5{
	float: right;
	width: 82%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}

.recent-places {
		width: 98%;
}


/* Common division block */
.holder{
   float: left;
	margin: 20px 15.5px 0px 0px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
	width: 22.33%;
	border: 0px solid rgba(192, 192, 192, 0.28);
}
.holder img{
	display:block;
}
/* Caption and Light */
.caption
{
    color: rgba(0,0,0,0);
    line-height: 100px;
    
}
.caption:hover
{
    border: 6px solid #E0E0E0;
    color: rgb(255,255,255);
    line-height: 500px;
    box-shadow: 0px 0px 10px 7px #FFFFFF;    
}
.caption>div
{
    position: absolute;
    top: 0px;
    left: 50px;
    font-size: 30px;    
}

/* Smooth Caption */
.smooth
{

}
.smooth:hover img{
	cursor: pointer;
    box-shadow: 0px 0px 10px #333333;
}
.go-left
{
    background-color: rgba(0,0,0,0.5);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    right: -600px;
    width: 360px;
    text-align:center;   
    font-size: 20px;
    margin: 10px;
    padding: 10px;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;
}
.smooth:hover > .go-left
{    
    right:0px;    
}
.go-top
{
    background-color: rgba(127, 187, 0, 0.89);
    color: #FFFFFF;
    position: absolute;
    bottom: 0px;
    top: 600px;
    text-align:center;   
    font-size: 20px;
    padding: 10px 0;
    overflow: hidden;
    -webkit-transition: 0.5s Ease;
    -moz-transition: 0.5s Ease;
    -o-transition: 0.5s Ease;
    transition: 0.5s Ease;339
    
}
.smooth:hover > .go-top
{    
    top:0px;    
}
.go-top p
{
    font-size: 12px;
}
.go-top h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #fff;
	font-size: 1.2em;
	text-transform: uppercase;
	margin-top: 25px
}
.go-top p{
	font-size: 0.8em;
	padding: 0.4em 0 0 0;
	color: #FFF;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}
.go-top a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #FFF;
	padding: 8px 13px;
	display: inline-block;
	margin: 14px;
	-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;
}
.go-top a:hover{
	background:#2E2E2E;
	color:#fff;
}
.last-grid{
	margin-right:0px;
}
.holder img {
	
	opacity: 5;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
	width:100%;
}
/*---footer----*/
.footer{
	background:#2E2E2E;
	padding:20px 0px;
	margin-top:50px;
}
.footer-grid{
	float:left;
	width: 24%;
	margin-right: 2%;
}
.footer-grid h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1.5em;
	text-transform: uppercase;
	padding: 10px 0 3px 0px;
}
.footer-grid p{
	font-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}
.footer-grid a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #7FBB00;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #FFF;
	padding: 10px 15px;
	display: inline-block;
	margin: 9px 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;
}
.footer-grid a:hover{
	background:#7FBB00;
	color:#FFF;
}
.footer-grid ul li{
	display:block;
}
.center-grid a{
	background: none;
	padding: 0px;
	color: #666;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 0px 9px 0px;
}
.center-grid{
	width:20%;
}
.center-grid a:hover{
	background:none;
}
.center-grid ul{
	margin-top:5px;
}
.twitts p label{
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
	padding-right:5px;
}
.twitts span{
	display:block;
	color:#7FBB00;
	font-family: 'Source Sans Pro', sans-serif;
	-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;
}
.twitts span:hover{
	color:#fff;
	cursor:pointer;
}
/*----copy-right-----*/
.copy-right{
	text-align:center;
	padding:10px 0px;
	background: linear-gradient(#0066cc, #0053a6); 
}
.copy-right p{
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 0.8em;

}
.copy-right p a{
	color:#FFF;
	font-family: 'Source Sans Pro', sans-serif;
	-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;
}
.copy-right p a:hover{
	color:#0FC;
}
/*----start-about-----*/


.about-content{
	width: 100%;
	float: left;
}

.about-content p{
	font-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:justify;
}

.about-content h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 12px 0px;
	float: left;
}
.about-content h5 {
	float: right;
	width: 86%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 11px;
	margin-left: 10px;
}

.about-side{
	width: 74%;
	float: left;
	padding-right:2%;
}

.about-side p{
	font-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
	text-align:justify;
}

.about-side h1{
		font-family: 'Source Sans Pro', sans-serif;
	color: #0066cc;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 15px 0 4px 0px;
	font-weight:bold;
	float: left;
	border-bottom:1px solid #e94c4c;
	width:100%;
	margin-bottom:10px;
}
.about-side h5 {
	float: left;
	width: 36.5%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 11px;
	margin-left: 10px;
}
.about-side 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{
	width: 26.33%;
	float: left;
}
.about-grid h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 12px 0px;
	float: left;
}
.about-grid h5 {
	float: left;
	width: 36.5%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 11px;
	margin-left: 10px;
}
.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-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}
.center-grid1 p{
	padding:0px 0px 10px 0px;
}
.center-grid1 label{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #7FBB00;
	-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: 'Source Sans Pro', sans-serif;
	cursor:pointer;
}
.center-grid1{
	margin:0 3%;
}
.center-grid1 label:hover {
	color: #2E2E2E;
}
.about-team-left{
	float:left;
	width:25%;
}
.about-team-right{
	float:right;
	width: 72%;
}
.about-team-right p{
	font-size: 0.9em;
	padding: 0em 0 0.5em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}
.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;
}
.button1 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding: 10px 15px;
	display: inline-block;
	margin: 11px 14px 10px 0px;
	-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:#7FBB00;
}
/*---services----*/
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.listview_1_of_2{
	display: block;
	float:left;
	margin: 0% 0 0% 1.6%;
}
.listimg{
	display: block;
	float:left;
}
.text{
	display: block;
	float:left;
	margin: 0% 0 0% 3.6%;
}
.listview_1_of_2:first-child { margin-left: 0; } 

.images_1_of_2 {
	width: 46%;
	padding: 1.5%;
	margin-top: 11px;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	border: 1px solid rgba(192, 192, 192, 0.28);
}
.listimg_2_of_1 {
	width: 30.2%;
}
.list_2_of_1 {
	width: 66.2%;
}
.images_1_of_2  img {
	max-width:100%;
	display:block;
}
.list_2_of_1  h3{
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.5em;
	text-transform: uppercase;
}
.list_2_of_1  p{
	font-size: 0.9em;
	padding: 0.1em 0 0.1em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif; 	
}
.list_2_of_1 .button{
	line-height:1.9em;
	margin-top:0.5em;
}
.list_2_of_1 .button a{
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding:5px 15px;
	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;
}
.list_2_of_1 .button a:hover{
        background: #7FBB00;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 640px){
	.wrap{
		width:95%;
	}
.about-side{
	width: 100%;
	float: left;
}
.client img{
	width: 100%;
}


.big-button p{
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
}

.big-button span{
	font-size:9px;
}

.big-button a{
	text-align:center;
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1.3em;
	text-transform: uppercase;
	background: #0066cc;
	border-radius:4px;
	padding: 13px 16px;
	display: inline-block;
	margin: 0px;
	-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;
}
.big-button a:hover{
	background:#7FBB00;
}
.big-button span{
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
	text-transform:uppercase;
}

	.listview_1_of_2{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_2 {
		width:94%;
		padding:3%;
	}
	.listimg_2_of_1{
	     width:100%;		
   }
	.list_2_of_1 {
		width: 100%;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		 width:95%;
	}
	.listview_1_of_2{ 
		margin: 2% 0 2% 0%;
	}
.header {
	padding: 4px 0px 0px 0px;
	background:#FFF;
}

	
	.images_1_of_2 {
		width:92%;
		padding:4%;
	}
	.listimg_2_of_1{
	     width:100%;		
  }
	.list_2_of_1 {
		width: 100%;
	}
	.heading-title {
   width:100%;
}

.about-side .heading-title {
   width:92%;
}
.client .heading_title {
   width:90%;
}
.client .img_box {
   width:90%;
}
.about-side .img_box {
   width:88%;
}
.about-team  .client .img_box {
   width:88%;
}

.about-team .client h3 {
font-size:18px;
}

.about-grids .about-side .img-box {
margin-bottom:0px;

}

.imgbox {
   width:100%;
}
}
.services h4 {
	font-family: 'Source Sans Pro', sans-serif;
	color: #2E2E2E;
	font-size: 1.8em;
	text-transform: uppercase;
	padding: 15px 0 0px 0px;
	float: left;
}
.services h5 {
	float: right;
	width: 83.5%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 12px;
}
.services {
	margin-bottom: 35px;
}
/*---start-gallery---*/
.gallerys {
	padding-top: 10px;
}
.gallerys h1{
		font-family: 'Source Sans Pro', sans-serif;
	color: #0066cc;
	font-size: 1.6em;
	text-transform: uppercase;
	padding: 15px 0 4px 0px;
	font-weight:bold;
	float: left;
	border-bottom:1px solid #e94c4c;
	width:100%;
	margin-bottom:10px;
}
.gallerys h5 {
	width: 100%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top:7px;
}
.gallery-grid{
	width: 25%;
	float:left;
}
.gallery-grids img {
	width:90%;
}
.gallery-grid p {
	font-size: 0.9em;
	padding: 0.1em 0 0.6em 0;
	color: #666;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	font-family: 'Source Sans Pro', sans-serif;
}
.gallery-button a {
	font-family: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
	background: #2E2E2E;
	padding: 9px 15px;
	display: inline-block;
	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;
	display: inline-block;
}
.gallery-button a:hover {
	background: #7FBB00;
}
.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;
	font-family: 'Source Sans Pro', sans-serif;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #7FBB00;
	color:#fff;
}
.gallery-grid h4{
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #2E2E2E;
	-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: 'Source Sans Pro', sans-serif;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover{
	color:#7FBB00;
}
/*  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: 29.2%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3,.contact-form h3 {
   font-family: 'PT Sans', sans-serif;
	color: #0066CC;
	font-size: 1.6em;
	text-transform: uppercase;
	 padding: 6px 0px;
	font-weight:bold;
	float: left;
	width:100%;
	margin-top:8px;
	border-bottom: 1px solid #e94c4c;
}
.span_1_of_3  h5,.contact-form h5{
	float: right;
	width: 75.5%;
	background: url(../images/hd-bg.png) 0% 73% repeat-x;
	display: inline-block;
	padding: 10px;
	height: 15px;
	margin-top: 7px;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.9em;
	color: #444;
	padding-bottom:5px;
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing:1px;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#464646;
			font-size:1;
			font-family:Arial, Helvetica, sans-serif;
			border: 1px solid rgba(192, 192, 192, 0.41);
			-webkit-appearance:none;
}
.contact-form input[type="email"]
{
		    padding:8px;
			display:block;
			width:98%;
			border: none;
			outline:none;
			color:#464646;
			font-size:1;
			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: 'Source Sans Pro', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	background: #0066cc;
	padding: 10px 16px;
	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;
	display: inline-block;
	border: none;
	border-radius:4px;
	outline: none;
	-webkit-appearance: none;
	cursor:pointer;
}
.contact-form input[type="submit"]:hover{
	background: #7FBB00;
}
.contact-form input[type="submit"]:active{
	background: #7FBB00;
}
.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{
	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%; 
	}
	.gallery-grid{
	width: 100%;
}

.big-button span{
	display:none;
}
.big-button p{
	font-size: 1.6em;
}
.about-side h1{
	font-size: 1.4em;
}
.recent-places h4{
        font-size: 1.0em;
		width:100%;
}
.big-button a{
   padding: 6px 10px;        
}
.holder{
   float: left;
	margin: 20px 25.5px 0px 0px;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 10px rgba(187, 255, 181, 0.26);
	-webkit-transition: 0.5s Ease;
	-moz-transition: 0.5s Ease;
	-o-transition: 0.5s Ease;
	transition: 0.5s Ease;
	text-align:center;
	width: 97%;
	border: 0px solid rgba(192, 192, 192, 0.28);
}
	.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: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 95.6px;
	}
	.grids h5 {
		width: 84%;
	}
	.big-button p {
		font-size: 2.6em;
	}
	.recent-places h5 {
		width: 81%;
	}
	.holder {
		width: 23.2%;
	}
	.go-top h3 {
		margin-top: 16px;
	}
	.about-grid h5 {
		width: 34%;
	}
	.gallerys h5 {
		width: 88.5%;
	}
	.grid2 {
		margin: 0px 34px;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 87.9px;
	}
	.grids h5 {
		width: 84%;
	}
	.big-button p {
		font-size: 2.4em;
	}
	.recent-places h5 {
		width: 80%;
	}
	.holder {
		width: 23%;
	}
	.go-top h3 {
		margin-top: 9px;
	}
	.about-grid h5 {
		width: 29%;
	}
	.gallerys h5 {
		width: 88.2%;
	}
	.grid2 {
		margin: 0px 32px;
	}
	.span_1_of_3 h5, .contact-form h5 {
		width: 73.5%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 64.9px;
	}
	.grids h5 {
		width: 79%;
	}
	.big-button p {
		font-size: 1.7em;
	}
	.recent-places h5 {
		width: 74%;
	}
	.holder {
		width: 22.6%;
	}
	.go-top h3 {
		margin-top: 18px;
	}
	.about-grid h5 {
		width: 10%;
	}
	.gallerys h5 {
		width: 88.2%;
	}
	.grid2 {
		margin: 0px 25px;
	}
	.span_1_of_3 h5, .contact-form h5 {
		width: 66.5%;
	}
	.span_1_of_4 h3 {
		font-size: 1.3em;
	}
	.go-top h3 {
		font-size: 0.9em;
	}
	.go-top{
		width:100%;
	}
	.images_1_of_2 {
		width: 45.5%;
	}
	.go-top p {
		padding:0;
		display:none;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.top-nav li a {
		padding: 15px 42.7px;
	}
	.grids h5 {
		width: 72%;
	}
	.big-button p {
		font-size: 1.2em;
	}
	.recent-places h5 {
		width:66%;
	}
	.holder {
		width: 21.8%;
	}
	.go-top h3 {
		margin-top: 0px;
		font-size: 0.8em;
	}
	.about-grid h5 {
		width: 10%;
	}
	.gallerys h5 {
		width: 88.2%;
	}
	.grid2 {
		margin: 0px 19px;
	}
	.span_1_of_3 h5, .contact-form h5 {
		width: 70.5%;
	}
	.span_1_of_4 h3 {
		font-size: 1.3em;
	}
	.go-top h3 {
		font-size: 0.9em;
	}
	.go-top{
		width:100%;
	}
	.images_1_of_2 {
		width: 45.5%;
	}
	.go-top p {
		padding:0;
		display:none;
	}
	.span_1_of_4 {
		width: 20.6%;
	}
	.big-button a {
		font-size: 1.2em;
		padding: 7px 8px;
	}
	.go-top a {
			font-size: 0.7em;
			padding: 5px 12px;
			margin: 5px 0px 14px 0px;
	}
	.footer-grid h3 {
		font-size: 1.2em;
	}
	.about-grid h3 {
		font-size: 1.3em;
	}
	.about-grid h5 {
		margin-top: 6px;
	}
}



/*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 17px;
	right: 20px;
	overflow: hidden;
	width: 48px;
	height: 48px;
	border: none;
	text-indent: 100%;
	background: url(../images/top-move.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 48px;
	height: 48px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*---- //End-wrap----*/

.recent-places .holder img{
	-webkit-box-shadow: 0 1px 1px -1px gray;
	   -moz-box-shadow: 0 1px 1px -1px gray;
	        box-shadow: 0 1px 1px -1px gray;
padding: 4px;
background: #FFF;
border:1px solid #CCC;
width:96%;
}

.img-box {
	-webkit-box-shadow: 0 1px 1px -1px gray;
	   -moz-box-shadow: 0 1px 1px -1px gray;
	        box-shadow: 0 1px 1px -1px gray;
padding: 4px;
background: #FFF;
border:1px solid #CCC;
width:94.5%;
}

.map-box {
	-webkit-box-shadow: 0 1px 1px -1px gray;
	   -moz-box-shadow: 0 1px 1px -1px gray;
	        box-shadow: 0 1px 1px -1px gray;
padding: 4px;
background: #FFF;
border:1px solid #CCC;
width:99%;
}


ul.list12 li {
margin-bottom:10px;
margin-left: 14px;
list-style: none;
} 

ul.list12 li:before {
content: '\2022';
color: #0066CC;
font-size: 23px;
 display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left:-14px;
  top: 5px;
}

h2 p strong {
color:#ff3333; 
font-weight:bold; 
font-size:16px;
}

h2 {
color:#ff3333; 
font-weight:bold; 
font-size:16px;
text-transform:uppercase;
}


ol li {
font-size: 0.9em;
	padding: 0.4em 0 0 0;
	color: #666;
	line-height: 1.6em;
	font-family: 'Source Sans Pro', sans-serif;
	margin-left:16px;
	font-weight:bold;
	margin-bottom:4px;
}



ul.list11 li {
margin-bottom:0px;
margin-left: 14px;
list-style: none;
font-size: 0.9em;
} 

ul.list11 li:before {
content: '\2022';
color: #0066CC;
font-size: 22px;
 display: block;
  position: relative;
  max-width: 0;
  max-height: 0;
  left:-14px;
  top: 4px;	
}

h3 {
	  color: #0066CC;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
  padding-bottom: 0.5em;
  margin: 0 0 1em;
  border-bottom: 0px solid #0066CC;
  vertical-align: middle;
}


ul.has-sub li a span {
color:#0066CC;
font-size:16px;
font-weight:bold;
}

ul.has-sub li a span:hover {
color:#FFF;
font-size:16px;
font-weight:bold;

}

.table-size {
	border: 1px solid #555; 
	font-weight:bold; 
	font-size:15px; 
	margin-bottom:26px;
	width:70%;
}




@media only screen and (max-width: 480px) {
.table-size {
	width:98%;
}

.cont
{
	margin-left:0%;
}

.top-search-social-nav ul li a img{
	display:none;
}
.big-button {
display:none;
}
.img123 (
width:100%;
)

.recent-places .img-box-lt img {
margin-left:4%;
}


}


a.move-here:hover {
	text-decoration:underline;
}

.img123 {
padding-right:20px;
width:40%;
}

.heading-title {
    color: #FFF;
    padding: 4px 14px;
    background: #0066CC;
    margin: 0px 0 10px 0;
	margin-bottom:0px;
    font-weight: bold;
    font-size: 16px;
	text-transform: uppercase;
   font-family: 'PT Sans', sans-serif;
   width:96.5%;
}

.heading_title {
    color: #FFF;
    padding: 4px 14px;
    background: #e94c4c;
    margin: 0px 0 10px 0;
	margin-bottom:0px;
    font-weight: bold;
    font-size: 16px;
	text-transform: uppercase;
   font-family: 'PT Sans', sans-serif;
   width:92.5%;
}
.img_box {

padding: 4px;
background: #FFF;
border:1px solid #e94c4c;
box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.2);
}

.imgbox {
	-webkit-box-shadow: 0 1px 1px -1px gray;
	   -moz-box-shadow: 0 1px 1px -1px gray;
	        box-shadow: 0 1px 1px -1px gray;
padding: 4px;
background: #FFF;
border:1px solid #CCC;
}

.client .img_box {
width:90%;padding:10px 17px; font-size:14px;
}

.about-side .img-box {
padding:16px 20px;
}


.icon-bar {
    position: fixed;
    top: 50%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99999;
	padding: 12px 0 0 0; 
	margin-top:40px;
}

.icon-bar a {
    display:block;
    text-align: center;
    padding: 12px;
    transition: all 0.3s ease;
    color: white;
    font-size: 20px;
}

.icon-bar a.phone{
    color: white;
	background:#dd4b39;
}
.icon-bar a.phone:hover {
    color: white;
	background:#000000;
}
.icon-bar a.whatsapp  {
    color: white;
	background:#0aad47;
}
.icon-bar a.whatsapp:hover {
    color: white;
	background:#000000;
}
.icon-bar a.facebook  {
    color: white;
	background:#3b5998;
}
.icon-bar a.facebook:hover {
    color: white;
	background:#000000;
}
.icon-bar a.google  {
    color: white;
	background:#dd4b39;
}
.icon-bar a.google:hover {
    color: white;
	background:#000000;
}
.icon-bar a.youtube  {
    color: white;
	background:#bb0000;
}
.icon-bar a.youtube:hover {
    color: white;
	background:#000000;
}
.icon-bar a.tumblr  {
    color: white;
	background:#34526f;
}
.icon-bar a.tumblr:hover {
    color: white;
	background:#000000;
}

.icon-bar a.linkedin  {
    color: white;
	background:#0077B5;
}
.icon-bar a.linkedin:hover {
    color: white;
	background:#000000;
}

.icon-bar a.twitter  {
    color: white;
	background:#38A1F3;
}
.icon-bar a.twitter:hover {
    color: white;
	background:#000000;
}
.icon-bar a.instagram  {
    color: white;
	background:#d1277f;
}
.icon-bar a.instagram:hover {
    color: white;
	background:#000000;
}

.icon-bar a.mailto  {
    color: white;
	background:#f9a305;
}
.icon-bar a.mailto:hover {
    color: white;
	background:#000000;
}



@media only screen and (max-width: 480px) {

.wrap .big-button {
display: none;
}

.wrap .about .about-grids .about-side .img-box {
	width:88%;
}

}



.social-icon-bar {
    position: fixed;
    bottom: 4%;
right:0%;
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translatexY(-50%);
    z-index: 99999;
	padding: 8px 0 0 0; 
    
}

.social-icon-bar a {
float:right;
    display: block;
    text-align: center;
    padding: 10px 20px;
    transition: all 0.3s ease;
    color: white;
    font-size: 34px;
    border-radius:10px 0 0 10px;
}

.half-box {
	width:50%;
	float:left;
}


.about .about-grids .about-side .img-box {
	width:95%;
}