.quick-links {
    background-color: #000;
    margin-top: -10px;
}
.quick-links .box {
    max-width: 290px;
    position: relative;
}
.quick-links .box .text {
    position: absolute;
    bottom: 18%;
    width: 100%;
    left: 0;
}
.quick-links .box .text p {
    font-size: 46px;
    line-height: 45px;
    font-weight: 600;
    min-height: 110px;
    padding-bottom: 25px;
}
.h-sec3 {
    background-image: url(../images/hsec2-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.h-sec4 {
    background-color: #000;
}
.hpro {
    display: inline-block;
    width: 100%;
}
.hpro-slider, .hser, .h-sec6 .nform, .hblog-slider, .world-slider {
    display: inline-block;
    width: 100%;
}
.hpro-slider .box {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
}
.hser .box {
    border: 1px solid #282727;
    max-width: 395px;
}
.hser .box a.rbtn {
    margin: 10px 0 25px 0;
}
.hser .box img {
    margin: -35px 0 0 0;
}
.h-sec6 {
    background-color: #af1d15;
}
.h-sec6 .nform input {
    background-color: transparent;
    border: 1px solid #fff;
    padding: 20px;
    color: #fff;
    width: 300px;
    margin: 0 10px;
    font-size: 18px;
}
.h-sec6 .nform input::placeholder {
    color: #fff;
}
.h-sec6 .nform button.submit {
    font-size: 22px;
    background-image: linear-gradient(#ef3024, #d52a1f, #bc241b);
    padding: 13px 50px;
    display: inline-block;
    border-radius: 8px;
    font-family: 'Impact';
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 0 10px;
}
.h-sec6 .nform button.submit:hover {
    background-image: linear-gradient(#bc241b, #d52a1f, #ef3024);
}
.h-sec7 {
    background-color: #000000;
}
.h-sec8 {
    background-image: url(../images/blog-bg.jpg);
    background-position: center top;
    background-size: cover;
}
.hblog-slider .box {
    display: inline-block;
    width: 33%;
    padding: 0 15px;
}
.social-slider .box {
    display: inline-block;
    width: 24%;
    padding: 0 15px;
    vertical-align: top;
}
.world-slider .box {
    display: inline-block;
    width: 19%;
    padding: 0 15px;
    vertical-align: top;
}
.blog-slider, .social-slider, .world-slider, .hpro-slider {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
}
.content-slider .slider-previous-button, .content-slider .slider-next-button {
    background: transparent;
}
.section-slideshow .btns {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}
.section-slideshow .btns a.rbtn {
    margin: 0 15px;
    width: 243px;
    padding: 16px;
}

.section-5 .social-box {
    float: left;
    display: inline-block;
    width: 100%;
    max-width: none;
    height: 50%;
    margin: 0;
    position: relative;
}
.section-5 .social-box a {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-5 .social-box a:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba( 0, 0, 0, 0.75 );
    -webkit-transition: background-color 0.5s ease-out;
    -moz-transition: background-color 0.5s ease-out;
    -o-transition: background-color 0.5s ease-out;
    transition: background-color 0.5s ease-out;
}
.section-5 .social-box a:hover:after {
    background-color: rgba( 0, 0, 0, 0 );
}
.section-5 .social-box i.fa {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #FFFFFF;
    font-size: 40px;
}

.homePlaceHolder{height:200px; background-color:#000;}

@media screen and (max-width: 1362px) {
	.quick-links .box .text p {font-size: 36px;}
}
@media screen and (max-width: 992px) {	
    .homePlaceHolder{height:130px;}
    .content-slider .slider-previous-button {right: 93%;}
    .content-slider .slider-next-button {left: 93%;}	

    .blog-slide{padding-left:10%; padding-right:10%;}
    .hblog-slider .box, .hpro-slider .box {width:100%; padding-left:10%; padding-right:10%;} 

    .section-slideshow .btns a.rbtn {margin: 0 6px;width: auto;padding: 7px 20px;}
    .section-5 .social-column {
        float: none;
        width: 25%;
    }
}
@media screen and (max-width: 767px) {
    .homePlaceHolder{height:100px;}
	.h-sec6 .nform input {padding: 18px;width: 100%;}
    .h-sec6 .nform button{padding:18px;width: 100%;}

}



@media screen and (max-width: 479px) {
	.quick-links .box .text p {font-size: 28px;}
	.hblog-slider .box, .hpro-slider .box {width: 100%;}
	.h-sec6 .nform input {width: 100%;margin: 0 0 15px 0;}
	.h-sec6 .nform input.submit {margin: 0;}
	.world-slider .box {width: 100%;padding: 15px;} 
    .hser .box img {max-width: 200px;}
    .world-slider .box {width: 48%;padding: 8px;}
    .social-slider .box {width: 100%;padding: 15px;}
    .social-slider .box {width: 48%;padding: 8px;}
}