.head {
	font-weight: 500;
}
.h-sec2 {
    background-image: url(../images/h-sec2-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 70px 0 220px 0;
}
.h-sec3 .box {
    color: #fff;
    text-align: center;
    max-width: 440px;
    background-size: cover;
    padding: 25px; padding-left:3px; padding-right:3px;
    margin-top: 25px;
}
.h-sec3 .box .head {
    text-transform: uppercase;
}
.h-sec3 .box a.btn.btng { 
    width:auto; padding:4px 5px;
}
.h-sec3 .fea-pro-slider {
    background-color: #fff;
    padding: 1px;
    display: inline-block;
    width: 100%;
}
.h-sec3 .fea-pro-slider .thumb {
    float: left;
    width: 47%;
}
.h-sec3 .fea-pro-slider .text {
    display: inline-block;
    float: left;
    width: 53%;
    padding: 45px;
    box-sizing: border-box;
}
.h-sec3 .fea-pro-slider a.btn.btng {
    padding: 15px 50px;
}
.h-sec3 .box p {
    padding: 0;
}
.h-sec4 {
    background-image: url(../images/h-sec4-bg.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px 0;
}
.testi-main {
    border: 3px solid #fff;
    margin: 50px 0 40px 0;
    padding: 60px 50px 30px 50px;
    line-height: 1.4;
    position: relative;
}
.testi-main:before {
    content: '';
    background-image: url(../images/quote.png);
    width: 64px;
    height: 57px;
    position: absolute;
    top: -18px;
    left: 50%;
    margin-left: -23px;
}
.h-sec4 .content-slider .slider-pager.circles span {
    background-color: #156614;
    margin: 0 5px;
}
.h-sec4 .content-slider .slider-pager.circles span.active {
    background-color: #ffffff;
}
.h-sec4 .content-slider .slider-pager, .h-sec3 .slider-pager.circles {
    bottom: -60px;
}
.h-sec3 .slider-pager.circles span {
    background-color: transparent;
    margin: 0 5px;
    border: 1px solid #13ab1f;
}
.h-sec3 .slider-pager.circles span.active {
    background-color: #13ab1f;
    border: 1px solid #fff;
}
.h-sec3 p {
    padding: 0;
}


@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.h-sec1 {
	    padding: 30px 0 40px 0;
	}
	.h-sec3 .box {
        margin:0px;
	    margin-top: 20px;
	}
	.h-sec2 {
	    padding: 15px 0 0 0;
	    background: transparent;
	}
}
@media screen and (max-width: 767px) {
    .h-sec3 .box { 
        width:90% !important;margin:10px;margin-left:5%; margin-right:5%;
    }
	.h-sec3 .box .z-ph-20 {
	    padding: 10px 0 0 0;
	    font-size: 18px;
	}
	.testi-main {
	    padding: 60px 40px 40px 40px;
	}
}
@media screen and (max-width: 479px) {
	.h-sec3 .fea-pro-slider .thumb {
	    width: 100%;
	}
	.h-sec3 .fea-pro-slider .text {
	    width: 100%;
	    padding: 25px;
	}
	.h-sec3 .fea-pro-slider a.btn.btng {
	    padding: 15px 25px;
	}
}