.hsec1 {
    background-color: #0d0d0d;
    position: relative;
    padding-bottom: 170px;
}
.hsec1 .box {
    border: 1px solid #c3904e;
    padding: 20px 30px;
    max-width: 395px;
}
.hsec1 .box .head, .hsec2 .boxes .head {
    font-weight: 600;
}
.hsec1 .box p {
    color: #cdcfd4;
}
.hsec1:after, .hsec3:after {
    content: '';
    background-image: url(../images/bg2.png);
    background-size: 100% 100%;
    position: absolute;
    width: 100%;
    height: 130px;
    bottom: -1px;
    left: 0;
    z-index: 9999;
}
.hsec2 {
    background-color: #d6d7d5;
    position: relative;
    z-index: 99;
}
.hsec2 .boxes .box {
    max-width: 395px;
}
.hsec2 .boxes, .hsec2 .boxes2, .hsec3 .boxes {
    display: inline-block;
    width: 100%;
}
.hsec2 .boxes .text {
    font-weight: 500;
}
.hsec2 .boxes a:hover {
    box-shadow: 0 0 15px #a5a5a5;
    display: inline-block;
}
.hsec2 .boxes2 .box {
    position: relative;
    max-width: 395px;
}
.hsec2 .boxes2 .box .text {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -16px;
    text-align: center;
    color: #fff;
}
.hsec2 .boxes2 {
    margin-bottom: -310px;
}
.hsec3 {
    position: relative;
    padding-bottom: 150px; 
    background-position: center top;
    background-color: #0c0c0c;
    padding-top: 370px;
}
.hsec3 .box {
    max-width: 395px;	
}
.hsec3 .box a.thumb:hover {
    opacity: 0.8;
}
.hsec3 .box a {
    color: #c3904e;
}
.hsec3 .box a:hover, .hsec3 .box .text {
    color: #fff;
}
.hsec3:after {
    content: '';
    background-image: url(../images/bg3.png);
}
.hsec4 img {
    margin: 0 25px;
}
.labor-box {
    border: 1px solid #c3904e;
    padding: 30px;
}
.labor-box img.z-fluid {
    float: right;
    margin: 0 0 25px 25px;
}
.testisec .testi-main .slide img.z-fluid {
    float: right;
    margin-left: 20px;
    margin-bottom: 10px;
}

@media screen and (max-width: 1362px) {
	.hsec4 img {
	    height: 120px !important;
	}
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.hsec1::after, .hsec3::after {
	    height: 80px;
	}
	.hsec1, .hsec3 {
	    padding-bottom: 80px;
	}
	.hsec1 .box {
	    height: auto !important;
	}
	.hsec4 img {	
	    height: 95px !important;
	    margin: 0 15px;
	}
}
@media screen and (max-width: 479px) {
	#hslider::after, .hsec1::after, .hsec3::after {	
	    height: 45px;
	}
	.hsec1, .hsec3 {
	    padding-bottom: 40px;
	}
	.hsec3 {
	    padding-top: 340px;
	}
	.hsec4 img {
	    height: 80px !important;
	    margin: 5px 15px;
	}
   .testisec .testi-main .slide img.z-fluid {
        display: none;
    }
}