.h-sec1 {
    background-color: #000;
}
.quick-links {
    margin-top: -90px;
    z-index: 9999;
    position: relative;
}
.quick-links a {
    display: inline-block;
    position: relative;
    color: #fff;
    float:left;
    width:100%;
}
.quick-links a img {
    float: left;
}
.quick-links a .text {
    /*background-image: url(../images/quick-link-bg.png);*/
    background-repeat: no-repeat;
    background-position: left top;
    position: absolute;
    width: 100%;
    padding: 5px 10px;
    left: 0;
    bottom: 0;
}
.quick-links a .text span {
    border-left-color: #fff;
    border-width: 15px 15px;
    margin: 7px -7px 0 0;
}
.quick-links a:hover {
    box-shadow: 0 0 10px #424242;
}
.have-a-problem {
    background-color: #0053d0;
}
.have-a-problem .text {
    padding: 25px;
}
.have-a-problem a.touch {
    background-color: #000000;
}
.have-a-problem a.touch:hover {
    background-color: #00beb7;
}
.h-sec2 {
	background-image: url(../images/main-bg.jpg);
	background-position: center top;
	background-size: cover;
}
.h-sec2 .heading {
    border-bottom: 5px solid #000000;
}
.h-sec2 .news-box {
    background-color: rgba(0, 0, 0, .55);
}
.h-sec2 .news-box a.thumb, .h-sec2 .news-box a.thumb img {
    float: left;
}
.h-sec2 .news-box a.thumb {
    width: 26%;
}
.h-sec2 .news-box .text-box {
    float: left;
    width: 68%;
    padding: 30px;
}
.h-sec2 .news-box .text-box .title {
    color: #41dbd5;
}
.h-sec2 .news-box .text a {
    color: #41dbd5;
    text-decoration: none;
}
.h-sec2 .news-box .text a:hover {
    color: #fff;
}
.h-sec2 a.more {
    padding: 18px;
    width: 26%;
    background-color: #000000;
}
.h-sec2 a.more:hover {
    background-color: #00beb7;
}





@media screen and (max-width: 1362px) {
	.quick-links a .text span {
	    display: none;
	}
	.have-a-problem .text {
	    padding: 12px;
	}
}
@media screen and (max-width: 992px) {
	.quick-links {
	    margin-top: 10px;
	}
    .quick-links-box{width:100%;}
}
@media screen and (max-width: 767px) {
	.have-a-problem {
	    max-width: 380px;
	    float: left;
	}
}
@media screen and (max-width: 479px) {	
	.h-sec2 .news-box a.thumb {
	    display: none;
	}
	.h-sec2 .news-box .text-box {
	    width: 100%;
	    padding: 15px;
	}
	.h-sec2 a.more {
	    padding: 15px 30px;
	    width: auto;
	}
}