.h-sec1 {
    background-image: url(../images/h-sec1-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-sec1 .head, .h-sec3 .head {
    color: #b61c2a;
    position: relative;
    padding: 0 0 35px 0;
}
.h-sec1 .head:after, .h-sec3 .head:after {
    content: '';
    width: 35px;
    height: 5px;
    background-color: #41556b;
    position: absolute;
    left: 0;
    bottom: 25px;
}
.h-sec2 {
    background: linear-gradient(#701218, #a82129);
}
.h-sec2 .left {
	padding-right: 50px;
}
.h-sec2 .right img {
    float: left;
    margin: 0 2%;
    width: 29%;
}
.h-sec3 {
    background-image: url(../images/h-sec3-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-sec3 .head {
    color: #fff;
}
.h-sec3 .head:after {
    background-color: #b71c2a;
}

@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
}