.hsec1 .box {
    max-width: 395px;
}
.hsec1 {
    background-image: url(../images/hsec1bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.hsec2 {
    background-image: url(../images/hsec2bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.testi-slider {
    position: relative;
    border: 2px solid #f8f8f8;
    display: inline-block;
    width: 92%;
    margin: 65px 4% 0 4%;
    padding: 100px 100px 75px 100px;
    font-size: 22px;
    font-weight: 100;
    font-style: italic;
}
.testi-slider .by {
    padding: 25px 0 0 0;
}
.testi-slider:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -27px;
    background-image: url(../images/quote.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 110px;
    height: 93px;
    margin-left: -55px;
}
.content-slider .slider-previous-button, .content-slider .slider-next-button {
    width: 60px;
    height: 60px;
    background-color: transparent;
}
.content-slider .slider-previous-button img, .content-slider .slider-next-button img {
    max-width: 100%;
}
.content-slider .slider-previous-button {
    margin: 0 10px 0 0;
}
.content-slider .slider-next-button {
    margin: 0 0 0 10px;
}
.hsec3 {
    background-image: url(../images/hsec3bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.hsec3 .blog {
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
}
.hsec3 .blog a.thumb {
    float: left;
    width: 25%;
}
.hsec3 .blog .info {
    float: left;
	padding-left: 30px;
    width: 75%;
}
.hsec3 .blog .info a.title {
    color: #151515;
    margin: 0 0 10px 0;
}
.hsec3 .blog a.more {
    color: #151515;	
}
.hsec3 .blog a.more:hover, .hsec3 .blog .info a.title:hover {
    color: #265938;
}
.hsec4 {
    background-image: url(../images/hsec4bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom; 
    background-size: cover;
}
.hsec4 .left {
    text-align: right;
    position: relative;
}
.hsec4 .left:before {
    content: '';
    width: 2px;
    height: calc(100% - 31px);
    background-color: #fff;
    top: 13px;
    right: -13px;
    position: absolute;
}
.hsec5 {
    background-image: url(../images/hsec5bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
}
.degi {
    margin: -22px 0 30px 0;
    float: left;
    width: 100%;
    font-weight: 100;
}
.sponsimg a {
    margin: 10px 70px;
}
.sponsname h3 {
    color: #717171;
    font-weight: 400;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.hsec4 .left {text-align: left;}
	.hsec4 .left::before {display: none;}
}
@media screen and (max-width: 767px) {
	.testi-slider {padding: 70px 30px 50px 30px;}
	.testi-slider::before {width: 71px;height: 60px;margin-left: -35px;}
}
@media screen and (max-width: 479px) {
	.hsec3 .blog a.thumb, .hsec3 .blog .info {width: 100%;}
	.hsec3 .blog .info {padding: 15px 0 0 0;}
	.sponsimg a {margin: 10px 0;}
}