header{
    overflow: hidden;
}
/*Video Background HTML 5 Style Here*/
.video_bg{
    position: relative;
    max-height:700px;
}
.video_bg h1{font-size: 52px;}
.video_bg_mask {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
}
.video_wrap{
    position: relative;
    width:100%;
    height:100%;
    overflow:hidden;
}
.video_wrap video{
    min-height: 700px;
    min-width: 100%;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
}
.video_bg .post_title {
    display: block;
    width: 80%;
    height: auto;
    background: transparent;
    vertical-align: bottom;
    margin: auto;
    bottom: 0;
    position: absolute;
    top: 13%;
    left: 10%;
    z-index: 10;
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
    color: #fff;
}
.video_bg .post_title .contact{
    font-size: 18px;
    color: #fff;
    border: 1px solid #fff;
    padding: 10px 20px;
    border-radius: 90px;
    display: inline-block;
    margin-top: 20px;
}
@media (max-width: 767px) {
    .video_bg h1{
        font-size: 38px;
    }
    .video_bg .post_title {
        top: 5%;
    }
}

.bottom-nav {clear: both; padding-top: 30px;}
.nav-load {text-align: center;}
.nav-load a {padding: 0 30px; display: inline-block; height: 30px; line-height: 30px; border-radius: 30px;
font-weight: 700; font-size: 14px; background-color: #dcf8ea; color: #000;}
.nav-load a:hover {background-color: #2980b9; color: #000;}
.nav-load span {display: none;}
