.z-default-subpage-header.services {
    background-image: url(../images/services-banner.jpg);
}
.services-sec {
    background-color: #161616;
    color: #cdcfd4;
}
a.btn {
    color: #161616;
    background-color: #e7a731;
    padding: 16px 35px;
    display: inline-block;
}
a.btn:hover {
    background-color: #dbdde3;
}
.services-sec .bighead {
    margin-top: -50px;
}




@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.services-sec.sec2 {
	    background-color: #e7e9ef;
	    color: #333333;
	}
	.services-sec.sec2 .bighead {
	    color: #ccced4;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}