.video-box {
	position: relative;
	overflow: hidden;
}
.video-box video {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 0; 	
	z-index: 0;
}
.video-content {
	position: relative;
}
.video-content:before {
	z-index: 0;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;	
}
.video-box2 {
	position: relative;
	overflow: hidden;
	max-height: 460px;
	margin-bottom:30px;
	border-radius: 8px;
}
.video-box2 video {
	position: absolute;
	top: 0px;
	left: 0;
	width: 0;
	height: 0; 	
	z-index: 1;
}
.video-content2 {
	position: relative;
	z-index: 2;
}
.video-content2:before {
	z-index: 0;
	content: '';
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.4;	
	border-radius: 8px;
}

.border-radius-32{
border-radius: 32px;
}	

.theme-bg-dark {
    min-height: 620px;
}
.theme-bg-shapes-left {
    position: absolute;
    height: 100%;
    width: 100%;
    right: 0;
    top: 0;
    overflow: hidden;
}
.page-header.theme-bg-dark .page-heading {
    color: #fff;
    margin-top: 130px;
    font-size: 40px;
}
.page-header.theme-bg-dark .page-intro {
    color: #fff;
    -webkit-opacity: .8;
    -moz-opacity: .8;
    opacity: .8;
}
.page-intro {
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 20px;
    color: #000;
    line-height: 24px;
    margin-top: 20px;
}
.main-search-box {
    max-width: 600px;
}
.single-col-max {
    max-width: 800px;
}
.main-search-box {
	position: relative;
}
.vb-dropdown-menu {
	position: absolute;
	top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border-radius: 0.25rem;
	max-height: 200px;
	overflow-y:auto;
}
.vb-dropdown-menu.show {
	display: block;
}
.vb-dropdown-menu .search-items a{
	display: block;
	
}
.vb-dropdown-menu .search-items a .desc{
	color: #a5a5a5;
}
.video-content #vb-search-input{
	
	background-color: #fff;
	border-top-right-radius: 18px;
    border-bottom-right-radius: 18px;
}
.video-content form>div {
	margin: 0 !important;
}
.video-content form button {
	right: 0 !important;
}
@media screen and (max-width:780px) {
	.vb-dropdown-menu {
		max-height: 150px;
	}
}