/*Author: W3layouts
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
--*/
h4, h5, h6,
h1, h2, h3 {margin: 0;}
ul, ol {margin: 0;}
p {margin: 0;}





/* Effect 3: bottom line slides/fades in */
.cl-effect-3 a {
	padding: 8px 0;
}
.cl-effect-3 a::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #673840;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}
.cl-effect-3 a:hover::after,
.cl-effect-3 a:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.banner1{
	background:#fff;
	min-height:700px;	
	padding:6em 0 5em 0;
	text-align: center;
	min-height:150px;	
}
.banner p {
	color: #434458;
	font-size: 1.8em;
	font-weight: 300;
	line-height: 1.8em;
	margin: 1em 0 0;
}
.banner h1{
	margin-bottom:0;
}
.banner h1 a,.banner1 h1 a {
	color: #fff;
	font-size: 0.8125em;
	font-weight: 700;
	margin: 0;
	text-decoration:none;
	
}
.hader-left h6{
	text-align:left;
}
.hader-left h6 a{
	color: #fff;
	font-size: 0.9em;
	font-weight: 700;
	margin: 0;
	text-decoration:none;
}
.banner h3{
	color: #434458;
	font-size: 2.5em;
	font-weight: 700;
	margin: 0;
}
/*--- works ---*/
.worksmain {
	padding: 7em 0 3em 0;
}
.gallery-box:hover span.rollover1 {
	background: url(../images/plus.png) center no-repeat rgba(11, 10, 9, 0.66);
	cursor: pointer;
	height: 262px;
	width: 380px;
	display: block;
	position: absolute;
	z-index: -9999px;
	-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;
}
.gallery-box {
	padding: 0;
	width: 33.333%;
	float:left;
	-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;
	margin: 0;
	position: relative;
}
.section.group {
	margin:0% 0 0% 0;
}
.gallery-box img{
	width: 100%;
}
.down{
	position:relative;
}





