/* banners ---------------------------------------------------------- */
.home-top-banner {
	background-image: url(../../assets/images/banners/home-top-banner.jpg);
	margin-top: -20px;
	padding: 215px 0 190px !important;
	background-position: bottom;
}
.home-top-banner .right-image {
    float: right;
    margin-top: -320px;
}
.live-streaming {
    background-image: url(../../assets/images/banners/live-streaming.jpg);

    border-top: 1px solid var(--mas-color-iceblue);
	border-bottom: 1px solid var(--mas-color-iceblue);
	box-shadow: 0px 4px 7px -3px black;
}
/* banners ---------------------------------------------------------- */

/* top-banner ---------------------------------------------------------- */
.home-top-banner .top-banner, .home-top-banner .right-image {
	font-family: cursive;
	font-size: 10px;
}
.home-top-banner .top-banner h1, .home-top-banner .right-image h1 {
	font-size: 50px;
}
.home-top-banner .top-banner h2, .home-top-banner .right-image h2 {
	font-size: 35px;
}
.home-top-banner .top-banner h3, .home-top-banner .right-image h3 {
	font-size: 20px;
}
.home-top-banner .top-banner span, .home-top-banner .right-image span {
	color: #f2a900;
}
/* top-banner ---------------------------------------------------------- */

/* video-item ---------------------------------------------------------- */
.video-item .thumb {
    position: relative;
    margin-bottom: 22px;
}
.video-item .thumb img {
    max-width: 100%;
    border-radius: 10px;
}
.video-item .thumb > a {
    display: block;
    position: relative;
}
.video-item .thumb > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #544a7d;
    background: -webkit-linear-gradient(to bottom, transparent, #111111);
    background: linear-gradient(to bottom, transparent, #111111);
    opacity: .76;
}
.video-item .thumb > a .play {
    max-width: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.video-item .overlay {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.video-item .overlay ul {
    display: flex;
    align-items: center;
}
.video-item .overlay ul li {
    font-size: 10px;
    text-transform: uppercase;
    color: #21232b;
    background: #fff;
    font-weight: 700;
    padding: 7px 11px;
    line-height: 1;
}
.video-item .overlay ul .quality {
    background: transparent;
    color: #fff;
    margin-left: 9px;
    border: 2px solid #fff;
    padding: 5px 10px;
}
.video-item .content {
    margin-right: 50px;
}
.video-item .content .title {
    font-size: 18px;
    font-weight: 600;
    font-family: sans-serif;
    margin-bottom: 12px;
}
.video-item .meta ul {
    display: flex;
    align-items: center;
}
.video-item .meta ul li {
    text-transform: uppercase;
    color: #c7c7c7;
    font-size: 12px;
    margin-right: 20px;
}
.video-item .meta ul li:last-child {
    margin-right: 0;
}
.video-item .status {
    margin-left: auto;
}
.video-item .status > span {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    background: var(--mas-color-red);
    border-radius: 4px;
    padding: 2px 19px;
    display: inline-block;
}
/* video-item ---------------------------------------------------------- */

/* live-stream-item ---------------------------------------------------------- */
.live-stream-item {
    position: relative;
}
.live-stream-item .thumb {
    position: relative;
}
.live-stream-item .thumb::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #544a7d;
    background: -webkit-linear-gradient(to bottom, transparent, #111111);
    background: linear-gradient(to bottom, transparent, #111111);
    opacity: .52;
}
.live-stream-item .thumb img {
    max-width: 100%;
}
.live-stream-item .thumb .popup-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.live-stream-item .content {
    position: absolute;
    left: 35px;
    bottom: 35px;
    width: 60%;
    z-index: 1;
}
.live-stream-item .content .meta {
    margin-bottom: 10px;
}
.live-stream-item .content .meta ul {
    display: flex;
    align-items: center;
}
.live-stream-item .content .meta ul li {
    color: #fff;
    margin-right: 14px;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}
.live-stream-item .content .meta ul li a {
    display: block;
    background: #c8ff0b;
    color: #2a2c36;
    padding: 5px 12px;
    box-shadow: 0px 3px 10px 0px rgba(39, 39, 40, 0.36);
    border-radius: 4px;
}
.live-stream-item .content .title {
    font-size: 22px;
    margin-bottom: 0;
    font-family: sans-serif;
    line-height: 1.6;
}
/* Style-two -----------------------------*/
.live-stream-item.style-two .content {
    width: 73%;
    left: 30px;
    bottom: 20px;
}
.live-stream-item.style-two .content .popup-video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0);
    display: inline-block;
    margin-bottom: 30px;
}
.live-stream-item.style-two .meta ul li a {
    background: #ea8f00;
    color: #fff;
}
.live-stream-item.style-two .content .title {
    font-size: 20px;
    line-height: 1.4;
}
/* live-stream-item ---------------------------------------------------------- */

/* blog-item ---------------------------------------------------------- */
.blog-item .thumb {
    position: relative;
    margin-bottom: 20px;
}
.blog-item .thumb a {
    display: block;
    position: relative;
}
.blog-item .thumb a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #544a7d;
    background: -webkit-linear-gradient(to bottom, transparent, #111111);
    background: linear-gradient(to bottom, transparent, #111111);
    border-radius: 10px;
    opacity: .64;
}
.blog-item .thumb img {
    max-width: 100%;
    border-radius: 10px;
}
.blog-item .meta ul {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.blog-item .meta ul li {
    position: relative;
    font-size: 13px;
    font-weight: 500;
    color: #ffffff;
    margin-right: 15px;
    padding-right: 15px;
}
.blog-item .meta ul li i {
    color: #919090;
    font-size: 12px;
    margin-right: 8px;
}
.blog-item .meta ul li::after {
    content: "|";
    position: absolute;
    right: -1px;
    top: 50%;
    transform: translateY(-50%);
    color: #959393;
}
.blog-item .meta ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}
.blog-item .content .title {
    font-size: 18px;
    font-family: sans-serif;
    line-height: 1.5;
    margin-bottom: 20px;
    padding-right: 50px;
}
.blog-item .content .read-more {
    font-size: 14px;
    font-weight: 500;
    color: #fa0101;
}
.blog-item .content .read-more i {
    font-size: 12px;
    color: #ffffff;
    margin-left: 5px;
}
/* blog-item ---------------------------------------------------------- */

/* responsive-controls ---------------------------------------------- */
@media (max-width: 1500px) {
	.home-top-banner {
		padding: 170px 0 150px;
	}
}
@media (max-width: 767.98px) {
	.home-top-banner {
		padding: 140px 0 120px;
	}
}
/* responsive-controls ---------------------------------------------- */

.speech-bubble {
	position: relative;
	background: black;
	border-radius: 15px;
    padding: 15px 0px;
}

.speech-bubble:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 0;
	height: 0;
	border: 20px solid transparent;
	border-top-color: black;
	border-bottom: 0;
	border-left: 0;
	margin-left: -10px;
	margin-bottom: -20px;
}

.up-and-down-animate-50px {
  animation: MoveUpDown50px 2s linear infinite;
  margin-top: 0;
}

@keyframes MoveUpDown50px {
  0%, 100% {
    margin-top: 0;
  }
  50% {
    margin-top: -50px;
  }
}