.h-sec1 {
    background-image: url(../images/h-sec1-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec1 .heading strong, .h-sec2 .text, .h-sec3 strong, .h-sec4 .news-box .news-text .title, .h-sec4 .news-box .news-text a.more {
    color: #fcaf3c;
}
.h-sec1 a.more, .h-sec2 a.more, .h-sec3 a.more, .h-sec4 a.more-news {
    background-color: #fcaf3c;
    color: #000;
    padding: 7px 50px;
}
.h-sec4 a.read-more {
	background-color: #fcaf3c;
	color: #000;
}
.h-sec1 a.more:hover, .h-sec2 a.more:hover, .h-sec4 a.more-news:hover, .h-sec4 a.read-more:hover {
    background-color: #000;
    color: #fff;
} 
.h-sec2 { 
    position:relative; z-index:3; float:left; width:100%; padding-top:140px;
}

.h-sec2 .sec2-text {
    max-width: 755px;
    margin: 0 auto;
}
.h-sec3 {
    background-image: url(../images/h-sec3-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec3 a.more {
    background-color: #fcaf3c;
    color: #000;
}
.h-sec3 a.more:hover {
    background-color: #000;
    color: #fff;
}

.h-sec4 {
    background-image: url(../images/h-sec4-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec4 .heading {
    border-bottom: 8px solid #fcaf3c;
}
.h-sec4 .news-box {
    background-color: rgba(0, 0, 0, .70);
    color: #fff;
}
.h-sec4 .news-box a.thumb {
    float: left;
    width: 24%;
}
.h-sec4 .news-box a.thumb img {
    float: left;
}
.h-sec4 .news-box .news-text {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}
.h-sec4 .news-box .news-text a.more {
	text-decoration: none;
}
.h-sec4 .news-box .news-text a.more:hover {
	text-decoration: underline;
}
.h-sec4 a.more-news {
    width: 40%;
    padding: 10px;
}
.h-sec5 {
    background-color: #2d2d2d;
}
.h-sec5 .heading {
    color: #969696;
}
.h-sec5 img {
    display: inline-block;
    margin: 0 40px;
}

.homeSliderText2{position:relative; z-index:2; margin-top:-650px;}

.mainContent1 img{border:none !important;}
@media screen and (max-width: 1662px) {
    .h-sec2{
    padding-top:90px;
    }
}
@media screen and (max-width: 1462px) {
    .h-sec2{
    padding-top:60px;
    }
}

@media screen and (max-width: 1362px) {
	.h-sec1, .h-sec2, .h-sec3, .h-sec4 {
	    padding: 30px 0;
	}
	.h-sec5 img {
	    margin: 0 10px;
	}
    .homeSliderText2{position:relative; z-index:2; margin-top:-500px;}
    .h-sec2{
    padding-top:30px;
    }
}
@media screen and (max-width: 1162px) {
    .h-sec2{
    padding-top:15px;
    }
    .h-sec2 .sec2-text .text { margin-bottom:10px !important;}

}
@media screen and (max-width: 992px) {
	.h-sec5 img {
	    height: 40px;
	}
}
@media screen and (max-width: 767px) {
	.h-sec4 .news-box a.thumb {
	    display: none;
	}
	.h-sec4 .news-box .news-text {
	    width: 100%;
	    padding: 15px;
	}
}
@media screen and (max-width: 479px) {
	.h-sec4 a.more-news {
	    width: 70%;
	}
}
