.hsec1 .box {
    max-width: 395px;
    text-align: center;
}
.hsec1 .box .title {
    font-weight: bold;
}
.hsec1 .box a.thumb {
    opacity: 0.7;
}
.hsec1 .box a.thumb:hover {
    opacity: 1;
}
.hsec1 .box a.btn {
    display: inline-block;
    background-color: #dbe7f8;
    color: #000;
    min-width: 300px;
    max-width: 100%;
    padding: 15px;
}
.hsec1 .box a.btn:hover {
    background-color: #b1cdf2;
}
.hsec2 {
    background-color: #b1cdf2;
    overflow: hidden;
}
.hsec2 .box {
    padding-right: 40px;
    background-color: #b1cdf2;
    position: relative;
}
.hsec2 .box:after {
    content: '';
    position: absolute;
    background-image: url(../images/Welcome.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
}
.hsec2 a.btn, .hsec3 a.btn {
    background-color: #ffffff;
    display: inline-block;
    padding: 20px 30px;
    color: #000;
}
.hsec2 a.btn:hover, .hsec3 a.btn:hover {
    background-color: #dbe7f8;
}
.hsec3 {
    background-image: url(../images/hsec3-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}
.hsec3 .box {
    max-width: 290px;
}
.hsec4 {
    background-color: #dbe7f8;
}



@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.hsec2 .box:after {
	    display: none;
	}
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 479px) {
	.hsec1 .box a.btn {
	    padding: 10px;
	}
	.hsec2 .box {	
	    padding-right: 4%;
	}
	.hsec2 a.btn, .hsec3 a.btn {
	    padding: 15px;
	}
}