h1.section-title {
    padding: 0 20px;
    margin: 0;
    overflow: hidden;
    line-height: 32px;
    letter-spacing: -1px;
    /* font-weight: 500; */
    color: #303030;
}
h1.section-title:before,
h1.section-title:after {
    content: '';
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,0.09);
    display: inline-block;
    vertical-align: middle;
}

h1.section-title:before {
    margin-left: -100%;
    margin-right: 20px;
}
h1.section-title:after {
    margin-right: -100%;
    margin-left: 20px;
}


/*-----------------------------------------------------------------------------------*/
/* 	27. VIDEO PARALLAX
/*-----------------------------------------------------------------------------------*/
.video-wrap video {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: baseline;
	
}
video::-webkit-media-controls {
    display: none !important
}
.video-wrap {
    height: 100%;
    width: 100%;
}
#video-work {
    background: url('../images/video/office.jpg') fixed no-repeat center center;
    background-size: cover;
}
.content-overlay {
    position: relative;
    z-index: 20;
    width: 100%;
    height: 100%;
    text-align: center;
    display: table;
    /* background: rgba(127,127,127,0.9); */
}
.content-overlay .text {
    display: table-cell;
    vertical-align: middle;
}
.outer-wrap {
    height: 500px
}