
/*end reset*/

@font-face
{
	src:url(../font/ERASLGHT.TTF);
	font-family:eras;
	
	
}

.ml11 {
  font-weight: 400;
  font-size: 3.5em;
  font-family:eras;
}

.ml11 .text-wrapper {
  position: relative;
  display: inline-block;
  padding-top: 0.1em;
  padding-right: 0.05em;
  padding-bottom: 0.15em;
}

.ml11 .line {
  opacity: 0;
  position: absolute;
  left: 0;
  text-align:center;
 
  height: 100%;
  width: 3px;
  background-color: #1B1B1B;
  transform-origin: 0 30%;
}

.ml11 .line1 { 
  top: 0; 
  left: 0;
}

.ml11 .letter {
  display: inline-block;
  line-height: 1em;
  
}



body {
 text-rendering: optimizeLegibility; 
    -webkit-font-smoothing: antialiased; 
	color:#777;
	background: #fff    ;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: 300;
	text-shadow: none;
	font-family: 'Lato', sans-serif;
	width:100%;
    
}
h1, h2 {
	font-family: 'Matura MT Script Capitals',serif;
	line-height:1.1em;
	color: #3a3a3a;
	font-weight:300;
	margin-bottom:10px;
	font-size:40px;

			
}

/*Marquee words in Html*/

.example5 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example5 h3 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;
 /* Apply animation to this element */	
 -moz-animation: example5 5s linear infinite alternate;
 -webkit-animation: example5 5s linear infinite alternate;
 animation: example5 5s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes example5 {
 0%   { -moz-transform: translateX(70%); }
 100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes example5 {
 0%   { -webkit-transform: translateX(70%); }
 100% { -webkit-transform: translateX(0%); }
}
@keyframes example5 {
 0%   { 
 -moz-transform: translateX(70%); /* Firefox bug fix */
 -webkit-transform: translateX(70%); /* Firefox bug fix */
 transform: translateX(70%); 		
 }
 100% { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 
 }
}



/*Marquee words in Html*/

.example6 {
 height: 50px;	
 overflow: hidden;
 position: relative;
}
.example6 h4 {
 position: absolute;
 width: 100%;
 height: 100%;
 margin: 0;
 line-height: 50px;
 text-align: left;
 /* Apply animation to this element */	
 -moz-animation: example6 6s linear infinite alternate;
 -webkit-animation: example6 6s linear infinite alternate;
 animation: example6 6s linear infinite alternate;
}
/* Move it (define the animation) */
@-moz-keyframes example6 {
 0%   { -moz-transform: translateX(70%); }
 100% { -moz-transform: translateX(0%); }
}
@-webkit-keyframes example6 {
 0%   { -webkit-transform: translateX(70%); }
 100% { -webkit-transform: translateX(0%); }
}
@keyframes example6 {
 0%   { 
 -moz-transform: translateX(70%); /* Firefox bug fix */
 -webkit-transform: translateX(70%); /* Firefox bug fix */
 transform: translateX(70%); 		
 }
 100% { 
 -moz-transform: translateX(0%); /* Firefox bug fix */
 -webkit-transform: translateX(0%); /* Firefox bug fix */
 transform: translateX(0%); 
 }
}





h4
{
	font-family: eras;
	line-height:1.1em;
	color: #3a3a3a;
	font-weight:100;

	font-size:55px;
	
}
.myButton {
	-moz-box-shadow: -4px 7px 0px -1px #bcf0ad;
	-webkit-box-shadow: -4px 7px 0px -1px #bcf0ad;
	box-shadow: -4px 7px 0px -1px #bcf0ad;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #44c767), color-stop(1, #5cbf2a));
	background:-moz-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-webkit-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-o-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:-ms-linear-gradient(top, #44c767 5%, #5cbf2a 100%);
	background:linear-gradient(to bottom, #44c767 5%, #5cbf2a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#44c767', endColorstr='#5cbf2a',GradientType=0);
	background-color:#44c767;
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	border-radius:12px;
	border:1px solid #18ab29;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:8px 19px;
	text-decoration:none;
	text-shadow:0px 1px 0px #2f6627;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #5cbf2a), color-stop(1, #44c767));
	background:-moz-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-webkit-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-o-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:-ms-linear-gradient(top, #5cbf2a 5%, #44c767 100%);
	background:linear-gradient(to bottom, #5cbf2a 5%, #44c767 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#5cbf2a', endColorstr='#44c767',GradientType=0);
	background-color:#5cbf2a;
}
.myButton:active {
	position:relative;
	top:1px;
}

        
#Bottom
{

		
	background: url(../assets/img/webimages/tilestrip.jpg) no-repeat center;
	
	
	min-height: 100px;
	width: 100%;
	
	
	
	
	
}




.navigation {
	margin:0 0 0 0;
	padding:0;
}

#navigation .navbar {
	padding:0;
	margin:0;
	
}

.navbar.navbar-inverse {
	padding:10px 0;
	margin:0;
	
}
.navbar-brand {
  float: left;
  height: auto;
  padding: 0;
  font-size: 20px;
  line-height: 1em;
}

.navbar-collapse {
  max-height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
}

.navbar .navbar-brand {
	font-weight: 900;
	color: #fff;
	margin: 15px 0 0;
	font-size: 28px;
}
.navbar .navbar-brand:focus {
	outline: 0;
}

.navbar-nav {
  margin-top: 0!important;
  padding:0;

}
.navbar-nav > li > a {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 1em;
}
navbar-nav ul ul li
{
	float:none;
	width:200px
}

.navbar .nav > li > a,
.navbar .nav > li > a:visited {
    padding: 28px 13px 27px;
    font-family: 'Montserrat', sans-serif;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    -webkit-box-shadow: 0 none;
    box-shadow: 0 none;
    -webkit-transition: all 0.3s; 
    -moz-transition: all 0.3s; 
    -o-transition: all 0.3s; 
    transition: all 0.3s; 
}

.navbar .nav > li > a:hover,
.navbar .nav > li > a:focus,
.navbar .nav > li > a:active,
.navbar .nav > li.active > a {
    text-decoration: none;
    background: none !important;
    outline: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.gaps
{
	margin-top:105px;
	display:block;
}



.sub-heading p {	
	font-family: 'Matura MT Script Capitals', sans-serif;
	font-size: 20px;
	line-height:1.6em;
	color: #3a3a3a;
	font-weight:300;
}

#cssmenu,
#cssmenu ul,
#cssmenu li #cssmenu a {
  border-top: 1px solid #FFFFFF;
    list-style: none;
    margin: 0;
    padding: 0px;
    font-size: 14px;
    font-family: Helvetica;
    line-height: 1;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
}
#cssmenu {
  width: 100%;
    height: 20px;
}
#cssmenu ul {
  zoom: 1;
  background:  #B6C94B;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  border: 0px solid #839b4e;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}
#cssmenu ul:before {
  content: '';
  display:none;
}
#cssmenu ul:after {
  content: '';
  display: table;
  clear: both;
}
#cssmenu a,
#cssmenu a:link,
#cssmenu a:visited {
  padding: 15px 20px;
  display: block;
  text-decoration: none;
  color:#0A134C;

  border-right: 0px solid #839b4e;
}
#cssmenu a:hover {
  color: #fff;
  text-shadow: 0 1px 1px #bdcd9c;
}
#cssmenu li {
  float: left;
  border-right: 0px solid #b2c58b;
}
#cssmenu li:hover {
  background: #0A134C url(images/piv) top left repeat;
}
#cssmenu li:first-child {
  border-left: none;
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}



.default {
	background:#010101;
	border-bottom:1px solid transparent;
	opacity: 0.8;
}



.fixed {
	position: fixed;
	background:#2a2a2a;
	border:none;
	top:0;
	left: 0;
	width: 100%;
	box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
}




.wrap{
	margin:0 auto;
	width:80%;
    height: 585px;
}
.h_bg{
	background:url('../images/h_bg.png');
	border-bottom: 5px solid #50ddd2;
}

.logo{
	float:left;
}
.top-social-icons{
	float:right;
	margin-top: 2.8em;
}
.top-social-icons ul li {
	display: inline-block;
}
.icon1{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -121px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon1:hover {
	background: url(../images/sicoal-icons.png) -121px -38px no-repeat;
}
.icon2{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -161px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon2:hover {
	background: url(../images/sicoal-icons.png) -161px -38px no-repeat;
}
.icon3{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -82px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon3:hover {
	background: url(../images/sicoal-icons.png) -82px -38px no-repeat;
}
.icon4{
	width: 34px;
	height: 33px;
	background: url(../images/sicoal-icons.png) -41px 0px no-repeat;
	display: inline-block;
	-webkit-transition: background 0.5s ease;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	transition: background 0.5s ease;
}
.icon4:hover {
	background: url(../images/sicoal-icons.png) -41px -38px no-repeat;
}


.section {
	clear: both;
	padding: 0px;
	margin: 0px;
	background: #FFFFFF url(../images/White%20background.jpg) no-repeat  right;
	
	min-height: 100px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;	
}


.sections {
	clear: both;
	padding: 0px;
	margin: 0px;
	background:url(../images/2be.jpg)  no-repeat right ;
	min-height: 100px;
	width: 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	
}



.sectionz {
	clear: both;
	padding: 0px;
	margin: 0px;
	background:url(../images/bubbles.png)  no-repeat  right ;
	
	
	min-height: 100px;
	width: 100%;
	


	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	
}
.Reviews{
	clear: both;
	padding: 0px;
	margin: 0px;
	background: url(../../images/145672.jpg)no-repeat right;
	min-height: 100px;
	width: 100%;
}
.sectionn {
	
	background: url(../../images/145672.jpg)no-repeat bottom;
	-webkit-backround-size: cover;
	-moz-background-size: cover;
	min-height: 630px;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;

}





.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	border: 1px solid #eee;
	}
.grid_1_of_3:first-child { 
	margin-left: 0; 
} 
.images_1_of_3 {
	width: 30.1%;
	padding: 1.5%;
	background: #FFF;
	text-align:justify;
}
.images_1_of_3  img {
	max-width:100%;
	display:block;
	
	opacity: 0.99;
	transition: all 300ms!important;
	-webkit-transition: all 300ms!important;
	-moz-transition: all 300ms!important;
}
.images_1_of_3  img:hover{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor:pointer;
}
.images_1_of_3:hover img{
	opacity: 1;
	-webkit-filter: grayscale(0%);
	cursor:pointer;
}
.images_1_of_3  h3{
	font-family: 'Karla', sans-serif;
	color:#547373;
	
	letter-spacing: -1px;
	font-size: 1.6em;
	padding: 0px 0px 10px 0px;
}
.images_1_of_3  p  {
	font-size:0.8125em;
	padding: 14px 0;
	color:#777;
	line-height: 1.6em;
	font-family : verdana, arial, helvetica, helve, sans-serif; 	
}
.images_1_of_3 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_3 .button a{
		padding: 10px 12px;
		font-size: 0.875em;
		background: #3C3A3B;
		text-transform: uppercase;
		color: #fff;
		font-family: 'Karla', sans-serif;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
}
.images_1_of_3 .button a:hover{
        background:#079497;
        color: #FFF;
        text-decoration:none; 
}
/*---our team---*/
.ourteam h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 30px;
	font-weight: 400;
	text-transform: uppercase;
	color: #555;
	padding: 13px 0 5px 0;
}
.ourteam h3 span{
	color:#B6C94B;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:90%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}
	
	.images_1_of_3 {
		width:94%;
		padding:3%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_3{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_3 {
		width:92%;
		padding:4%;
	}
	
	.images_1_of_3 ul li
	{
	background: url(../images/marker.png) 0 10px no-repeat;
	padding-left: 18px;
	padding: 5px 21px;
	border-bottom: 1px solid #EEE;
	}
	
	
	.images_1_of_3  ul li{
	display:block;
}
.images_1_of_3 ul li a{
	font-size: 0.8125em;
	padding: 14px 0;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	color:#079497
}

	
	
	
	
}
.last p{
	padding:0px 0px  10px 0px;
}
.last ul li{
	display:block;
}
.last ul li a{
	font-size: 0.8125em;
	padding: 14px 0;
	line-height: 1.5em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	color:#079497
}






.last ul li{
	background: url(../images/marker.png) 0 10px no-repeat;
	padding-left: 18px;
	padding: 5px 21px;
	border-bottom: 0px solid #EEE;
}
.last ul li a:hover{
	color:#6A6B6A;
}
.last ul li:hover{
	background: url(../images/marker1.png) 0 10px no-repeat;
}
.last ul{
	padding: 0px 0px 16px 0px;
}
/*---box----*/
.left-box h3{
	font-family: 'Karla', sans-serif;
	color:#6A6B6A;
	text-transform: uppercase;
	font-size: 1.6em;
}
.left-box{
	width: 66.4%;
	float: left;
	padding: 0px;
	border: 0px solid #eee;
	
	text-align:justify;
}

.left-box1{
	float:none;
	width: 80%;
	padding: 0 100px;
	text-align:justify;
}
.left-box1 p{
	font-size: 0.8125em;
	padding: 0px 0;
	color:#777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.left-box1 h5,.left-box1 span{
	color:#6A6B6A;
	font-size: 0.85em;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.left-box1 h5{
	font-weight:bold;

	
	
}
.left-box1 span{
	padding:20px;
}
.frist-box{
	border-right:0px solid #EEE;	
}
.left-box a{
	font-size: 0.8125em;
	padding: 5px 20px;
	color: #6A6B6A;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	display: block;
	
}
.left-box a:hover{
	color:#F01026;

}
/*----right-box----*/
.right-box{
	float:right;
	width: 27.36%;
	padding:30px;
	border: 0px solid #EEE;
	
}
.right-box h3{
	font-family: 'Karla', sans-serif;
	color:#F01026;
	text-transform: uppercase;
	font-size: 1.6em;
}
.right-box-grid-img{
	float:left;
	width: 25%;
}
.right-box-grid-info{
	float:right;
	width: 73%;
}
.shadow{
	text-align:center;
}
.right-box-grid-info span {
	color: #F01026;
	font-size: 0.8125em;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.right-box-grid-info p{
	font-size: 0.8125em;
	color:#777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.right-box-grid-img img{
	background:#3C3A3B;
	padding: 5px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-box-grid-img img:hover{
	background:#808000;
}
.right-box-grid {
	padding: 10px 0px;
	border-bottom: 1px solid #EEE;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.right-box-grid:hover img{
	background: #808000;
}
.seeall a{
	font-size: 0.8125em;
	padding: 11px 22px;
	color:#808000;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	display: block;
	background: url(../images/marker1.png) 0 16px no-repeat;
}
.seeall a:hover{
	color:#808000;
	background: url(../images/marker.png) 0 16px no-repeat;
}
.box {
	margin: 5px 0px;
}
/*---footer----*/
.footer-left{
	float:left;
	font-family: 'Karla', sans-serif;
	color: #079497;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right{
	float:right;
	margin-top: 14px;
}
.footer-right p{
	font-family: 'Karla', sans-serif;
	color: #079497;
	text-transform: uppercase;
	display: block;
	font-weight: normal;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer {
	padding: 10px 0px 10px 0px;
	margin-top: 3em;
	background:#FFF;
}
.footer-right p a{
	color:#808000;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.footer-right p a:hover{
	color:#3C3A3B;
}
/*---about----*/
.see{
	float:right;
}
/*---services----*/
.services {
	margin-top:0px;
	margin-left:500px;
}
.service-content h3{
	font-size: 1.5em;
	color: #808000;
	border-bottom: 1px solid #EEE;
	font-family: 'Karla', sans-serif;
	padding: 15px 0px 100px 0px;
	margin-bottom: 10px;
	margin-left:100px;
	text-align:center;
	width:100%;
}
.service-content ul li{
	display: block;
}
.service-content ul li span{
	width: 100%;
	float: left;
	font-size: 3em;
	color: #808000;
	font-family: 'Karla', sans-serif;
}
.service-content ul li p{
	float:right;
	width: 94.5%;
	display: block;
	font-size: 0.8125em;
	color:#777;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	padding: 2px 0px 5px 0px;
	line-height: 1.7em;
}
.service-content ul li p a{
	font-size: 0.2em;
	color: #808000;
	font-family: 'Karla', sans-serif;
	display: block;
}
.service-content{
	float: left;
	width: 69.18%;
	padding: 0px;
	background:#fff;
	border:1px solid #eee;
	
}
.service-content ul{
	padding-bottom:5px;
}
.services-sidebar{

	width: 100%;
	padding:0px;
	background:#fff;
	border:0px solid #eee;
	margin-left:30px;
	
}
.services-sidebar h3{
	font-size: 1.5em;
	color: #808000;
	border-bottom: 1px solid #eee;
	font-family: 'Lato', sans-serif;
	padding: 0px 0px 0px 0px;
	margin-bottom: 0px;
}
.services-sidebar ul li a{
	display:inline;
	font-size: 0.8125em;
	color:#948989;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	padding: 0px 0px 0px 0px;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	text-decoration:none;
}
.services-sidebar ul li a:hover{
	color:#fff;
}
.services-sidebar ul li {
	border-bottom: 0px solid #EEE;
	background: url(../images/marker.png) 0 14px no-repeat;
	padding: 9px 15px 8px 22px;
}
.services-sidebar ul li:hover{
	background:#A3BC53;
	color:#F8F3F3;
}
/*---projects----*/
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding-top: 25px;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #FFF;
	padding: 11px 18px;
	background: #3C3A3B;
	text-decoration: none;
	text-shadow: none;
	margin: 16px 0;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #3C3A3B;
	color:#fff;
}
.content h4{
	font-size: 1.5em;
	color: #808000;
	border-bottom: 1px solid #EEE;
	font-family: 'Karla', sans-serif;
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	background: #fff;
}
.gallery {
	background: #fff;
	padding: 0px 1em;
	padding-bottom:3em;
}
/*---contact----*/
.contact{
	padding:0em 1em;
	margin-top:0.5em;
}
.contact1{
	background:#fff;
}
/*  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: 0% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
    height: 391px;
}	
.span_2_of_3 {
	width: 63.1%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 54%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-size: 1.5em;
	color: #808000;
	font-family: 'Karla', sans-serif;
	padding:5px 0px 5px 0px;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color: #808000;
	padding-bottom:5px;
	font-family :verdana, arial, helvetica, helve, sans-serif;
}
.contact-form input[type="text"],.contact-form textarea{
		    padding:8px;
			display:block;
			width:98%;
			background:#fcfcfc;
			border: none;
			outline:none;
			color:#464646;
			font-size:1em;
			font-family:Arial, Helvetica, sans-serif;
			box-shadow: inset 0px 0px 3px #999;
			-webkit-box-shadow: inset 0px 0px 3px #999;
			-moz-box-shadow: inset 0px 0px 3px #999;
			-o-box-shadow: inset 0px 0px 3px #999;
			-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form input[type="submit"]{
	padding: 10px 12px;
	font-size: 1em;
	background: #3C3A3B;
	text-transform: uppercase;
	color: #fff;
	font-family: 'Karla', sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	cursor:pointer;
	border:none;
}
.contact-form input[type="submit"]:hover{
	background: #808000;
	color: #FFF;
}
.contact-form input[type="submit"]:active{
	background: #808000;
	color: #FFF;
}
.company_address p{
	font-size: 0.8125em;
	padding: 4px 0;
	color:#777;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS */

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}
/*----responsive design----*/
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.wrap{
		width:90%;
	}
	.left-box1 {
		padding: 0 33px;
	}
	.last p {
		padding: 0px 0px 0px 0px;
	}
	.grid_1_of_3 {
		border:none;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.wrap{
		width:90%;
	}
	.images_1_of_3 {
		width: 29%;
	}
	.last ul li:nth-child(1){
		display:none;
	}
	.last p {
		padding: 0px 0px 19px 0px;
	}
	.left-box1 {
		padding: 0 30px;
	}
	.left-box {
		width: 60.4%;
	}
	.right-box-grid-info {
		width: 71%;
	}
	.service-content {
		width: 68.18%;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.wrap{
		width:90%;
	}
	.images_1_of_3 {
		width: 29%;
	}
	.last ul li:nth-child(1),.last ul li:nth-child(2){
		display:none;
	}
	.last p {
		padding: 0px 0px 17px 0px;
	}
	.left-box {
		width: 59.4%;
	}
	.left-box1 {
		padding: 0 23px;
	}
	.right-box {
		width: 25.36%;
	}
	.right-box-grid-info {
		width: 66%;
	}
	.service-content {
		width: 65.18%;
	}
	.service-content ul li p {
		width: 92.5%;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.wrap{
		width:90%;
	}
	.top-nav ul li a {
		padding: 40px 15px;
	}
	.logo {
		padding: 24px 4px;
	}
	.images_1_of_3 {
		width: 28.91%;
	}
	.last ul li:nth-child(1),.last ul li:nth-child(2),.last ul li:nth-child(3),.last ul li:nth-child(4){
		display:none;
	}
	.left-box {
		width: 56.6%;
	}
	.left-box1 {
		padding: 0 16px;
	}
	.right-box {
		width: 27.36%;
		padding: 15px;
	}
	.right-box-grid-info {
		width: 64%;
	}
	.service-content {
		width: 60.18%;
	}
	.service-content ul li p {
		width: 89.5%;
	}
}

.seeall a{
	font-size: 0.8125em;
	padding: 11px 22px;
	color:#808000;
	line-height: 1.6em;
	font-family: verdana, arial, helvetica, helve, sans-serif;
	display: block;
	background: url(../images/marker1.png) 0 16px no-repeat;
}
.seeall a:hover{
	color:#808000;
	background: url(../images/marker.png) 0 16px no-repeat;
}
.box {
	margin: 5px 0px;
    height: 117px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.grid_1_of_4{
	display: block;
	float:left;
	margin: 0% 0 1% 1.6%;
}
.grid_1_of_4:first-child { 
	margin-left: 0; 
} 
.images_1_of_4 {
	width: 23.8%;
	padding: 1% 0% 1.5% 0px;
}
.images_1_of_4  img{
	max-width:100%;
	display:block;
}
.images_1_of_4  h4{
	color: #000;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	padding: 15px 0px 0px 0px;
	text-transform:uppercase;
}
.images_1_of_4  p {
	font-size: 0.8125em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	padding: 4px 0px 8px 0px;	
}
.images_1_of_4  p a{
	color:#B6C94B;
}
.images_1_of_4  p a:hover{
	color:#797979;
}
.images_1_of_4 .button{
	margin-top:.3em;
	line-height:1.9em;
}
.images_1_of_4 .button a{
		padding:6px 10px;
		font-size:0.8em;
		font-family: Arial, "Helvetica Neue", "Helvetica", Tahoma, Verdana, sans-serif;
		border: 1px solid rgba(0,0,0,0.1);
  		box-shadow: inset 0 1px 0 rgba(255,255,255,0.7);
        background        : #3f4040;       
        color             : #fff;
        text-shadow       : 0 1px 0 rgba(0, 0, 0, 0.4); 
        -webkit-box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
		-moz-box-shadow: 0 1px rgba(255,255,255,0.2) inset, 0 2px 2px -1px rgba(0,0,0,0.3);
		box-shadow: 0 1px rgba(255, 255, 255, 0.2) inset, 0 2px 2px -1px rgba(0, 0, 0, 0.3);
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
}
.images_1_of_4 .button a:hover{
	    border: 1px solid #303030;
        background: #525252;
        text-decoration:none;
}
.ourteam {
	background: #ffffff url(../images/body-bg.gif) 0 0 repeat-x;
}
/***** Media Quries *****/
@media only screen and (max-width: 1024px) {
	.wrap{
		width:100%;
	}	
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) {
	
	.wrap{
		width:95%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_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%;
	}
	.grid_1_of_4{ 
		margin: 2% 0 2% 0%;
	}	
	.images_1_of_4 {
		width:92%;
		padding:4%;
	}
}
.gallery-block{
  padding-bottom: 60px;
  padding-top: 60px;
}

.gallery-block .heading{
    margin-bottom: 50px;
    text-align: center;
}

.gallery-block .heading h2{
    font-weight: bold;
    font-size: 1.4rem;
    text-transform: uppercase;
}

.gallery-block.compact-gallery .item{
  overflow: hidden;
  margin-bottom: 0;
  background: black;
  opacity: 1;
}

.gallery-block.compact-gallery .item .image{
  transition: 0.8s ease;
}

.gallery-block.compact-gallery .item .info{
  position: relative;
    display: inline-block;
}

.gallery-block.compact-gallery .item .description{
  display: grid;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    font-size: 17px;
    line-height: 18px;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    opacity: 1;
    color: #fff;
    transition: 0.8s ease;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.39));
}

.gallery-block.compact-gallery .item .description .description-heading{
  font-size: 1em;
  font-weight: bold;
}

.gallery-block.compact-gallery .item .description .description-body{
  font-size: 0.8em;
  margin-top: 10px;
  font-weight: 300;
}

@media (min-width: 576px) {

  .gallery-block.compact-gallery .item .description {
    opacity: 0; 
  }

  .gallery-block.compact-gallery .item a:hover .description {
    opacity: 1; 
  } 

  .gallery-block .zoom-on-hover:hover .image {
    transform: scale(1.3);
    opacity: 0.7; 
  }
}
