/*-------------------------------------------------------------------------------------------*/
/*  Main Banner        ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.banner_slider{
	position: relative;
		height: 100vh;
}
.banner_static {
	background: url(../images/banner/construction_banner.jpg);
	background-size: cover;
	overflow: hidden;
	background-attachment: fixed;
	height: 100vh;
	position: relative;
}
.banner_static p{
	color:#ffb81d;
}
.banner_content {
	position: absolute;
	right: 0px;
	bottom: 0px;
	padding: 100px;
	width: 50%;
	background: #ffb81d;
	color: #fff;
}
.banner_content .btn-text {
	border:none;
	position:relative;
	z-index:1;

}

.solid_show:hover{
	background: #1d1d1d !important;
	border-color: #1d1d1d !important;
	color: #fff;
}


@media (min-width: 768px) and (max-width: 991px) {
	.banner_content {
		padding: 50px;
		width: 65%;
	}
}

@media (max-width: 767px) {
	
	.banner_content {
		width: 88%;
		text-align: center;
		padding: 40px 20px;
		margin: 0 auto;
		left: 0;
		bottom: 50%;
		transform: translateY(50%);
	}
	
}
@media (max-width: 400px) {
	.banner_stetic{
		height:75vh;
	}
}
/*sec_tital*/
.sec-title {
	position: relative;
}
.sec-title h2 {
	position: relative;
	color: #1d1d1d;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2em;
	padding-bottom: 15px;
}
.sec-title h2:before {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 270px;
	border-bottom: 2px solid #ffb81d;
}
.sec-title h2:after {
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 70px;
	border-bottom: 5px solid #ffb81d;
}
.center_bdr h2:before, .center_bdr h2:after{
left: 50%;
transform: translateX(-50%);
}
@media (max-width:767px){
	.sec-title h2{
		font-size:28px;
	}
	.about_comp h2{
		font-size:20px;
	}
}
/*banner_bottum*/
.about_comp h2 {
	margin: 20px 0px;
}
.about_comp span {
	color: #333 !important;
}
.about_comp p {
	margin-bottom: 20px;
}
.about_box p {
	margin: 0px;
}
.white_btn {
	border: 1px solid #1d1d1d;
	color: #1d1d1d;
}
.white_btn:hover {
	color: #fff;
	border-color: #1d1d1d;
	background: #1d1d1d;
}
/***========Services Section===================== ***/

.services-section {
	position: relative;
	padding: 95px 0px 60px;
}

.services-block {
	position: relative;
}

.services-block .inner-box {
	position: relative;
	display: block;
}

.services-block .inner-box .image {
	position: relative;
}

.services-block .inner-box .image img {
	position: relative;
	width: 100%;
	display: block;
}

.services-block .inner-box .image .overlay-box {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	display: block;
	padding: 30px 30px;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	background-color: rgba(51,51,51,0.90)
}

.services-block .inner-box:hover .image .overlay-box {
	opacity: 1;
}

.services-block .inner-box .image .icon-box {
	position: absolute;
	left: 0px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	bottom: 0px;
	top: auto;
	color: #222;
	font-size: 35px;
	z-index: 1;
	text-align: center;
	background-color: #ffb200;
	margin: 0px;
	border-radius: 0px;
	transform: inherit;
}

.services-block .inner-box .image .overlay-box .text {
	position: relative;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.8em;
	margin-bottom: 10px;
}

.services-block .inner-box .image .overlay-box .read-more {
	position: relative;
	float: right;
	color: #fff;
	font-size: 14px;
	font-weight: 600;
	font-family: 'Raleway', sans-serif;
}

.services-block .inner-box .image .overlay-box .read-more:hover {
	color: #ffb200;
}

.services-block .inner-box .lower-box {
	position: relative;
	padding: 10px 0px;
	border-bottom: 1px solid #ffb200;
}

.services-block .inner-box .lower-box h3 {
	position: relative;
	color: #333333;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2em;
}

.services-block .inner-box .lower-box a {
	color: #333333;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.services-block .inner-box .lower-box a:hover {
	color: #ffb200;
}

 
	


/*Project*/
.booking-section {
	overflow: hidden;
}
.bg-color {
	background:#1d1d1d;
}
.left-block {
	width: 50%;
	float: left;
	position: relative;
	height: 630px;
}
.treatment {
	float: right;
	max-width: 650px;
	padding: 0 60px 0;
	width: 100%;
}
.light-color p, .light-color h2, .light-color {
	color: #fff;
}

.bg-side {
	background: url(../images/construction_video.jpg) 50% 50% /cover no-repeat;
}
.right-block {
	width: 50%;
	float: right;
	position: relative;
	height: 630px;
}

.tital_projct {
	position: relative;
	margin-top:25px;
}

@media (max-width:767px){
	.tital_projct{
		margin-top: 9px;
	}
}
.tital_projct span {
	opacity: 0.4;
	display: block;
	text-align: center;
	font-size: 80px;
	font-weight: 500;
	color: #fff;
}
.tital_projct p {
	position: absolute;
	color: #fff;
	top: 0px;
	left: 50%;
	margin: 0px;
	transform: translate(-50%);
}
.project_ditail {
	margin-top: 35px;
}
.project_ditail h2{
	line-height: 1.58;
}
.project_ditail h2, .project_ditail p {
	margin-bottom:25px;
	line-height: 1.82;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.services-block .inner-box .image .overlay-box{
		padding:20px;

	}
	.services-block .inner-box .image .overlay-box .text{
		font-size:12px;
	}
	.treatment{
		padding: 20px;
		float: none;
	}
	.tital_projct p{
		width: 100%;
		text-align: center;
	}
	
}

.section.inner-intro.bg-img.light-color.parallax-background {
	left:0;
	right:0;
}

@media (max-width: 991px) and (min-width: 768px) {
	.services-block .inner-box .image .overlay-box{
		padding:20px;
	}
.services-block .inner-box .image .overlay-box .text{
		font-size:14px;
	}
	.treatment {
		padding-left: 10px;
		padding-right: 10px;
	}
	.right-block, .left-block {
		width: 100%;
		display: none;
	}
	.treatment {
		margin: 0 auto;
		float: none;
		padding-bottom: 0;
	}

}
@media (max-width: 767px) {
	.project_ditail h2{
		font-size:25px;
	}
	.tital_projct span{
		font-size:40px;
	}
	.left-block {
		height: auto;
		width: 100%;
	}
	.booking-section {
		width: 100%;
	}
	.treatment, .right-block, .left-block {
		height: auto;
	}
	.right-block {
		height: auto;
	}
	.treatment{
		padding: 30px 15px 40px;
		float: none;
		margin: 0 auto;
		max-width: 480px;
		width: 100%;
	}
	.tital_projct p{
		width: 100%;
		text-align: center;
	}

}

/* ===================================================================================================== */
/*Work Section*/
/* ===================================================================================================== */
.project_bg .sec-title {
	float: left;
}
.project_bg .sec-title h2 {
	color: #fff;
}
.project_bg {
	background: url(../images/project_bg.jpg);
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.project_bg:before {
	position: absolute;
	content: "";
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.69);
}
.container-filter {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	margin-bottom: 10px;
	padding: 0;
}

.container-filter li {
	list-style: none;
	display: inline-block;
	margin-bottom: 0px;
}

.container-filter li a {
	margin: 0px 4px 0px 0px;
	font-size: 13px;
	cursor: pointer;
	border-radius: 3px;
	border: none;
	padding: 10px 15px;
	color: #fff !important;
	position: relative;
	display: inline-block;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out;
	border: 1px solid transparent;
}
.container-filter li a.active, .container-filter li a:hover {
	color: #787878;
	background: #fff;
}
.item-box {
	position: relative;
	overflow: hidden;
	display: block;
}

.item-box a {
	display: inline-block;
}

.item-box {
	position: relative;
	overflow: hidden;
	display: block;
	border: 1px solid #e8a20d;
}
.item-box img {
	width: 100%;
}

.gallery-heading h4 {
	margin-bottom: 0;
}
.gallery-heading h4 a {
	color: #fff;
}
.gallery-heading h4 a:hover {
	color: #daa106;
}
.gallery-heading {
	transition: all 0.2s linear 0s;
	-webkit-transition: all 0.2s linear 0s;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	color: #fff;
	z-index: 1;
	background: #333;
	text-align: center;
	padding-bottom: 10px;
}
.gallery-heading p {
	margin-bottom: 0;
}

.item-container {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	width: 100%;
	transition: transform .25s;
}
.item-box:hover .item-container {
	-webkit-transform: translateY(-70px);
	transform: translateY(-70px);
}

.item-box > a {
	display: block;
	position: relative;
	z-index: 2;
}
@media (min-width: 992px) and (max-width: 1199px) {
	.container-filter li a{
		padding: 9px;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.project_bg .sec-title {
		width: 100%;
		text-align: center;
	}
	.project_bg .sec-title h2:before,.project_bg .sec-title h2:after{
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 767px) {
	.project_bg .sec-title {
		width: 100%;
		text-align: center;
	}
	.sec-title,.about_comp {
		text-align:center;
	}
	.sec-title h2:before{
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	.sec-title h2:after{
		right:0;
		margin-left:auto;
		margin-right:auto;
	}
	.container-filter {
		float: left;
		margin-top: 20px;
	}
	.container-filter li{
		margin-top:10px
	}
	.container-filter li a {
		margin: 0px 4px 5px 0px;
	}
}