.hsec1 {
    background-image: url(../images/hsec1-bg.jpg);
    background-size: cover;
    background-position: center top;
    padding: 130px 0;
}
.hsec1 a.btn {
    background-color: #e29f1d;
    padding: 19px 95px;
    display: inline-block;
}
.hsec1 a.btn:hover {
    background-color: #242424;
}
.hsec2 {
    background-image: url(../images/hsec2-bg.jpg);
    background-size: cover;
    background-position: center top;
}
.hsec2 .box {
    max-width: 395px;
    background-size: cover;
    background-position: center center;
}
.hsec2 .textbox {
    padding: 40px 30px;
}
.hsec2 .textbox a.btn {
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #032a42;
    background-color: #ffff;
    padding: 17px;
    font-weight: 600;
}
.hsec2 .textbox a.btn:hover {
    color: #fff;
    background-color: #0d4f85;
}
.hsec3 .head {
    background-image: url(../images/headbg.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding: 0 0 20px 0;
    color: #0d4f85;
}
.hsec3 img {
    margin: 0 22px;
}



@media screen and (max-width: 1362px) {
	.hsec1 {padding: 60px 0;}
	.hsec3 img {height: 110px;}
	
}
@media screen and (max-width: 992px) {
}
@media screen and (max-width: 767px) {
	.hsec3 img {height: 90px;margin: 0 15px;}
}
@media screen and (max-width: 479px) {
	.hsec1 {padding: 30px 0;}
	.hsec1 a.btn {padding: 14px 40px;}
	.hsec2 .textbox a.btn {padding: 14px;}
	.hsec3 img {height: 70px;margin: 10px;}
}