#header .header-nav-main nav > ul > li a {
		display: flex;
		line-height: 1.42857143;
		letter-spacing: .1em;
		color: #000;
		text-decoration: none;
		font-family: "lucida console",lucida-console-w01,monospace; 
		align-items: center;
		font-size: 15px;
		
	}
	
.icon-animate {
  display: inline-block;
  transition: transform 0.25s ease;
}

.hover-left:hover .icon-animate {
  transform: translateX(-4px);
}

.hover-right:hover .icon-animate {
  transform: translateX(4px);
}


.z-index-1 {
	position: relative;
	z-index: 1;
}
/* VIDEO PLAYER FRONT PAGE*/

.video-cover-section {
	position: relative;
	background: url('../img/videocover.jpg') center center / cover no-repeat;
	overflow: hidden;
	--video-overlay-opacity: 0.55;
}

.video-cover-overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, var(--video-overlay-opacity));
	opacity: 0;
	transition: opacity 0.3s ease;
	pointer-events: none;
}

.video-cover-section.video-active .video-cover-overlay {
	opacity: 1;
}

.min-vh-50 {
	min-height: 50vh;
}

.custom-video-popup {
	max-width: 960px;
	margin: 40px auto;
	background: #000;
	padding: 0;
	position: relative;
}

.custom-video-popup video {
	display: block;
	width: 100%;
	height: auto;
}

/* CUSTOM  GALLERY SERVICES*/

.static-overlay-gallery .portfolio-item .image-frame-action {
	opacity: 1 !important;
	visibility: visible !important;
}

.static-overlay-gallery .portfolio-item .image-frame-action-sm > span {
	position: relative;
	top: -100px;
}

.static-overlay-gallery .portfolio-item .image-frame-wrapper:before,
.static-overlay-gallery .portfolio-item .image-frame-wrapper:after,
.static-overlay-gallery .portfolio-item:hover .image-frame-wrapper:before,
.static-overlay-gallery .portfolio-item:hover .image-frame-wrapper:after {
	opacity: 0.35 !important;
}

.static-overlay-gallery .portfolio-item .image-frame-action,
.static-overlay-gallery .portfolio-item:hover .image-frame-action {
	transform: none !important;
}

.static-overlay-gallery .portfolio-item .image-frame,
.static-overlay-gallery .portfolio-item .image-frame-wrapper,
.static-overlay-gallery .portfolio-item .image-frame-action,
.static-overlay-gallery .portfolio-item .image-frame img {
	transition: none !important;
}

.static-overlay-gallery .portfolio-item:hover .image-frame,
.static-overlay-gallery .portfolio-item:hover .image-frame-wrapper,
.static-overlay-gallery .portfolio-item:hover .image-frame-action,
.static-overlay-gallery .portfolio-item:hover .image-frame img {
	transform: none !important;
	opacity: 1 !important;
	filter: none !important;
}

/* CUSTOM  FILM GALLERY */

.video-gallery-wrap {
	max-width: 1600px;
}

.video-gallery-main {
	background: #000;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
}

.video-gallery-main iframe {
	width: 100%;
	height: 100%;
	border: 0;
	display: block;
}

#mainVideoTitle {
	color: #fff;
}

#mainVideoDescription {
	color: rgba(255, 255, 255, 0.7);
	max-width: 980px;
}

/* Owl carousel reset */
.video-thumb-carousel,
.video-thumb-carousel .owl-stage-outer,
.video-thumb-carousel .owl-stage,
.video-thumb-carousel .owl-item,
.video-thumb-carousel .item {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
}

.video-thumb-carousel {
	margin: 0 !important;
	padding: 0 !important;
}

.video-thumb-carousel .owl-stage-outer {
	padding: 0 !important;
	margin: 0 !important;
}

.video-thumb-carousel .owl-stage {
	display: flex;
	align-items: flex-start;
}

.video-thumb-carousel .owl-item {
	margin: 0 !important;
	padding: 0 !important;
}

.video-thumb-carousel .item {
	margin: 0 !important;
	padding: 0 !important;
	height: 100%;
}

/* Thumbnail button reset */
.video-thumb {
	display: block;
	width: 100%;
	height: 100%;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
	margin: 0 !important;
	text-align: left;
	cursor: pointer;
	opacity: 1;
	appearance: none;
	-webkit-appearance: none;
}

.video-thumb:hover,
.video-thumb:focus,
.video-thumb:active {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	transform: none;
}

/* Image area only */
.video-thumb-image-wrap {
	position: relative;
	display: block;
	width: 100%;
	background: transparent !important;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	overflow: hidden;
	line-height: 0;
}

.video-thumb img {
	display: block;
	width: 100%;
	height: auto;
	border: 0 !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	opacity: 0.72;
	transition: opacity 0.2s ease;
	background: transparent !important;
}

.video-thumb:hover img,
.video-thumb.active img {
	opacity: 1;
}

/* No active card styling */
.video-thumb.active,
.video-thumb.active .video-thumb-image-wrap,
.video-thumb.active img {
	border: 0 !important;
	box-shadow: none !important;
	outline: none !important;
}

/* Play icon */
.video-thumb-play {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 30px;
	height: 30px;
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.58);
	transition: background 0.2s ease;
}

.video-thumb:hover .video-thumb-play,
.video-thumb.active .video-thumb-play {
	background: rgba(0, 0, 0, 0.72);
}

.video-thumb-play::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	width: 0;
	height: 0;
	border-top: 5px solid transparent;
	border-bottom: 5px solid transparent;
	border-left: 8px solid #fff;
}

/* Title underneath, not boxed */
.video-thumb-title {
	display: block;
	margin: 8px 0 0 0;
	padding: 0;
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0 !important;
	font-size: 0.8rem;
	line-height: 1.25;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.82);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Nav */
.video-thumb-carousel .owl-nav {
	margin-top: 14px;
}

.video-thumb-carousel .owl-nav button.owl-prev,
.video-thumb-carousel .owl-nav button.owl-next {
	margin: 0 4px;
}

/* Mobile */
@media (max-width: 767.98px) {
	.video-thumb-title {
		font-size: 0.75rem;
		margin-top: 6px;
	}
}

.video-gallery-caption {
	padding-top: 6px;
}

#mainVideoTitle {
	color: #fff;
	margin: 0 0 0.5rem 0;
}

#mainVideoDescription {
	color: rgba(255, 255, 255, 0.72);
	max-width: 980px;
	line-height: 1.6;
	margin: 0;
}

.video-gallery-main {
	background: #000;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	transition: opacity 0.25s ease;
}

.video-gallery-main.is-fading {
	opacity: 0.35;
}

/*  ROUNDED CORDERS ON PRICING TABLES */

/* Small */
.pricing-table .plan.rounded-sm {
    border-radius: 12px;
    overflow: hidden;
}

/* Medium */
.pricing-table .plan.rounded-md {
    border-radius: 20px;
    overflow: hidden;
}

/* Large */
.pricing-table .plan.rounded-lg {
    border-radius: 32px;
    overflow: hidden;
}


/*  underline on pricing table title theme-elements 7245     */

.pricing-table .plan-title {

    border-bottom: 0;
	
	.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}


.image-frame-neumorphic .image-frame-wrapper {
	display: block !important;
	position: relative !important;
	border-radius: 18px !important;
	padding: 10px !important;
	background: #1f1f1f !important;
	box-shadow:
		0 0 0 2px rgba(255, 255, 255, 0.18),
		0 20px 40px rgba(0, 0, 0, 0.95),
		inset 8px 8px 16px rgba(0, 0, 0, 0.75),
		inset -8px -8px 16px rgba(255, 255, 255, 0.12) !important;
}

.image-frame-neumorphic img {
	display: block !important;
	width: 100% !important;
	border-radius: 12px !important;
}