.h-sec1 {
    background-image: url(../images/h-sec1-bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding: 35px 0 45px 0;
}
.quick-links .box {
    max-width: 320px;
}
.quick-links .box a {
    display: inline-block;
    background-color: #9c0b0b;
    color: #fff;
}
.quick-links .box a:hover {
    background-color: #071e44;
    box-shadow: 0 0 10px #909090;
}
.quick-links .box a img {
    float: left;
}
.quick-links .box a .text {
    display: inline-block;
    width: 100%;
    padding: 10px;
    text-align: center;
}
.h-sec1 .wel-com .box {
    float: right;
    background-color: rgba(255, 255, 255, .60);
    padding: 60px 80px;
}
.h-sec1 .wel-com .box .head, .h-sec1 .wel-com .box .head2, .h-sec2 .head, .h-sec3 .head {
    font-weight: 600;
    color: #091f43;
}
.h-sec1 .wel-com .box .head2 {
    color: #b30205;
}
.h-sec1 .wel-com .box a.btn {
    display: inline-block;
    color: #fff;
    background-color: #9c0b0b;
    padding: 12px 50px;
    margin: 25px 0 0 0;
}
.h-sec1 .wel-com .box a.btn:hover {
    background-color: #081e44;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 35px 0;
}
.h-sec2 .box {
    background-color: rgba(255, 255, 255, .77);
    padding: 30px;
}
.h-sec2 .head {
    padding-top: 40px;
}
.testi-text-main {
    position: relative;
    padding: 15px 65px;
}
.testi-text-main .content-slider {
    margin-bottom: 0;
}
.testi-text-main:before, .testi-text-main:after {
	content: '';
    position: absolute;
    background-repeat: no-repeat;
    width: 44px;
    height: 35px;	
}
.testi-text-main:before {
    background-image: url(../images/testi1.png);
    left: 0;
    top: 0;
}
.testi-text-main:after {
    background-image: url(../images/testi2.png);
    right: 0;
    bottom: 0;
}
.h-sec4 {
    background-image: url(../images/h-sec4-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
.h-sec4 img {
    margin: 5px 15px;
}
.h-sec5 {
    background-color: #3d5c91;
}
.news-box {
    display: inline-block;
    padding: 45px 0;
}
.news-box a.thumb {
    float: left;
    display: inline-block;
    width: 26%;
    border: 3px solid #ffffff;
    box-sizing: border-box;
}
.news-box a.thumb img {
    float: left;
    width: 100%;
}
.news-box .news-info {
    float: left;
    width: 74%;
    padding: 10px 0 0 70px;
}
.news-box .news-info .text {
    line-height: 35px;
}
.news-box a.thumb:hover {
    border: 3px solid #091f43;
}
.news-box a.title:hover {
    color: #091f43;
}
.before-after-main .content-slider {
    margin-bottom: 0;
    padding: 0 5px;
}
.before-after-main .content-slider .slider-previous-button, .before-after-main .content-slider .slider-next-button {
    width: 46px;
    height: 99px;
    background-color: #9c0b0b;
}
.before-after-main .content-slider .slider-previous-button:hover, .before-after-main .content-slider .slider-next-button:hover {
    background-color: #071e44;
}


@media screen and (max-width: 1362px) {
	.h-sec1 .wel-com .box {
	    padding: 30px;
	}
	.news-box .news-info .text {
	    line-height: 28px;
	}
	.news-box .news-info {
	    padding: 0 0 0 40px;
	}
}
@media screen and (max-width: 992px) {
	.h-sec2 .head {
	    padding-top: 0;
	}
}
@media screen and (max-width: 767px) {
	.h-sec1 .quick-links {
	    padding-bottom: 0;
	}
	.h-sec1 {
	    padding: 35px 0 10px 0;
	}
	.h-sec2 .box {
	    padding: 20px;
	}
	.h-sec2 .box .z-6of12 {
	    width: 100%;
	    max-width: 100%;
	    margin: 0;
	}
	.h-sec4 img {
	    width: 35%;
	}
}
@media screen and (max-width: 479px) {
	.testi-text-main {
	    padding: 0;
	}
	.testi-text-main::before, .testi-text-main::after, .news-box a.thumb {
	    display: none;
	}
	.h-sec4 img {
	    width: 57%;
	    margin: 10px 0;
	}
	.h-sec3, .h-sec4, .h-sec5 {
	    padding: 35px 0;
	}
	.news-box {
	    padding: 15px 0;
	}
	.news-box .news-info {
	    padding: 0;
	    width: 100%;
	}
}