 video {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
	.video-poster {
    width: 100%;
    height: 100%;
    background: transparent no-repeat 50%;
    background-size: cover;
}
.search-container.new-style {
    height: auto;
    min-height: auto;
    top: 200px;
}
 .search-container {
    width: 100%;
    min-width: 1280px;
    height: 312px;
    height: 39vh;
    max-height: 360px;
    min-height: 273px;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    z-index: 1;
}
.new-style {
    height: auto;
    min-height: auto;
    top: 200px;
}
.blog-details-desc .article-content .entry-meta ul li span {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
    margin-right: 3px;
}
.blog-details-desc .article-content .entry-meta ul li a {
    display: inline-block;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}
.main-grad {
    background: #70d0d9;
    background: linear-gradient(45deg, #70d0d9 0%, #8adeab 50%, #ffba4a 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}
.main-title {
    background: #70d0d9;
    background: linear-gradient(45deg, #70d0d9 0%, #8adeab 50%, #ce0000 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-box-decoration-break: clone;
}