.h-sec1 {	
    background-image: url(../images/h-sec1-bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}
.quick-links {
    display: inline-block;
    width: 100%;
}
.quick-links .box {
    padding: 0;
    max-width: 387px;
}

.quick-links a {
    width:100%; float:left;
    display: inline-block;
    background: linear-gradient(#f7f7f7, #e6e6e6);
    box-shadow: 0 0 40px rgba(0, 0, 0, .35);
    color: #000;
    padding: 35px 30px;
    border-radius: 10px;
}
.quick-links a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, .35);
}
.quick-links a .head {
    padding: 25px 0 8px 0;
}
.welcome-text {
    padding: 0 0 300px 0;
}
.h-sec2 .row {
    border-bottom: 2px solid #464646;
    padding: 60px 0;
    display: inline-block;
    width: 100%;
}
.h-sec2 .row img.thumb {
    border: 7px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .35);
    margin: 30px 0 0 0;
}
.h-sec2 .row a.more {
    border-radius: 10px;
    margin: 30px 0 0 0;
    border: none;
    padding: 18px 50px;
}
.h-sec2 .row.row3 {
    margin-bottom: 120px;
}
.h-sec3 {
    background-image: url(../images/h-sec3-bg.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    padding: 80px 0;
}
.h-sec3 .news-box {
    padding: 25px 0;
}
.h-sec3 .title a {
    font-weight: 600;
}
.h-sec3 a:hover {
    color: #000000;
}
.welcome-text .head, .h-sec2 .head {
    font-weight: 300;
}


.testimonial-slider {
    margin: 40px 0;
}
.testimonial-slider-container {
    margin: 0 100px;
    background-color: rgba( 0, 0, 0, 0.1 );
}
.content-slides-container{ text-align:center; width:100%; float:left;}
.testimonial-slider .testimonial-slide {
    padding-bottom: 40px;
    color: #000;
    font-style: italic;
}
.testimonial-slider.content-slider .slider-previous-button {
    background-color: #000000;
    width: 60px;
    height: 80px;
    padding: 0;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-slider.content-slider .slider-previous-button:hover {
    background-color: #666666;
}
.testimonial-slider.content-slider .slider-next-button {
    background-color: #000000;
    width: 60px;
    height: 80px;
    padding: 0;
    margin-left: 20px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.testimonial-slider.content-slider .slider-next-button:hover {
    background-color: #666666;
} 
@media screen and (max-width: 1362px) {
}
@media screen and (max-width: 992px) {
	.h-sec2 .z-1of2 {
	    padding: 0;
	}
}
@media screen and (max-width: 767px) {
	.h-sec2 .z-1of2 {
	    width: 100%;
	}
	.h-sec2 .row {
	    padding: 30px 0 10px 0;
	}
}
@media screen and (max-width: 479px) { 
	.quick-links a {
	    padding: 20px 15px;
	}
	.welcome-text {
	    padding: 0 0 45px 0;
	}
	.h-sec1 {
	    background-color: #d6d3da;
	    background-image: none;
	}
	.h-sec2 .z-1of2 {
	    width: auto;
	}
	.h-sec2 .row.row3 {
	    margin-bottom: 0;
	    border: none;
	}
    .testimonial-slider-container {
        margin: 0;
    }
    .testimonial-slider .slider-previous-button {
        display: none;
    }
    .testimonial-slider .slider-next-button {
        display: none;
    }
}