/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 24 2024 | 13:33:33 */
.thumb {
    width: 100%;
    position: relative;
    padding-bottom: 49.25%;
    overflow: hidden;
}

.thumb img {
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    /* width: 100%; */
    /* height: 100%; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

h2 {
    font-size: 1em;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    padding: 0.5em 0.8em;
}


.infov {
    margin-top: 1em;
    padding-bottom: 0.6em;
}

.item .text {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item .col-inner {
    border-radius: 0.7em;
    overflow: hidden;
    box-shadow: 0px 4px 18px 0px rgba(71,74,182,0.12);
}

.itemx:hover {
    translate: 0 -0.6em;
    transition: 0.5s;
}

.item {
    transition: 0.5s;
}

span.vc_icon_element-icon.far.fa-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2em;
    color: #cade2c;
    opacity: 0.6;
    text-shadow: 0 0 20px #171e54;
    transition: 0.4s ease;
}

.item:hover span.vc_icon_element-icon.far.fa-play-circle {
    opacity: 1;
    transition: 0.4s ease;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3); /* Adjust the alpha value for the darkness */
}

.embed iframe, .embed .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.embed {
    position: relative;
    width: 100%;
    padding-bottom: 58.25%;
}

.item:hover .thumb img {
    transform: scale(1.06);
    transition: transform 0.5s ease;
}

.thumb img {
    transition: 0.5s ease;
}

.infov p {
    margin: 0 !important;
    padding: 0 1em 1em;
    line-height: 1.3 !important;
    font-size: 0.81em;
    margin-top: -15px !important;
}

.video-hl {
    margin-bottom: 2rem;
}

.video-hl .item.large-8 .col-inner {
    border-radius: 0.7em 0 0 0.7em;
}
.video-hl .item.large-4 .col-inner {
    border-radius: 0 0.7em 0.7em 0;
}

.video-hl .item.large-4 .col-inner {
    border-radius: 0 0.7em 0.7em 0;
    padding: 1.4em;
    font-size: 1.2em;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
}

.video-hl h2 {
    overflow: visible;
    text-overflow: unset;
    white-space: normal;
}

.video-hl .item .text {
    height: auto;
    margin-bottom: 1em;
}

@media screen and (max-width: 549px) {
	
	.infov {
		padding: 0 1rem;
		margin-top: 1rem !important;
		margin-bottom: 1rem !important;
	}
	.infov p {
		padding-left: 0;
		padding-right: 0;
		font-size: 1rem;
	}
	.item .text {
		height: auto;
	}
	.video-hl .item.large-8 .col-inner {
		border-radius: 0.7em 0.7em 0 0;
	}
	.video-hl .item.large-4 .col-inner {
		border-radius: 0 0 0.7em 0.7em;
		padding: 1.4em;
		font-size: 1.2em;
		display: flex;
		flex-wrap: wrap;
		align-content: center;
		background: var(--hs-bl);
	}
	.video-hl .infov p {
		line-height: 1.6 !important;
		font-size: 1.1rem;
		padding: 0;
	}
	.video-hl .infov{
		padding: 0;
	}
	.video-hl h2 {
		padding: 0;
		font-size: 1.3rem;
	}
	
	h2 {
		text-align: left !important;
		font-size: 1.2rem;
		line-height: 1.7;
		margin-top: 0.9rem;
	}
	
}