/*

@font-face {
    font-family: 'Inria-Serif';
    src: url('InriaSerif-Bold.eot');
    src: url('InriaSerif-Bold.eot?#iefix') format('embedded-opentype'),
        url('InriaSerif-Bold.woff2') format('woff2'),
        url('InriaSerif-Bold.woff') format('woff'),
        url('InriaSerif-Bold.ttf') format('truetype'),
        url('InriaSerif-Bold.svg#InriaSerif-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.eot');
    src: url('fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff'),
        url('fonts/Roboto-Regular.ttf') format('truetype'),
        url('fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
*/


.max-content .fl-col-content.fl-node-content{
	max-width: 600px;
	margin: 0 auto;
}
/*
.video-div .fluid-width-video-wrapper{
	padding-top:60% !important;
}
*/
.video-info{
	position: relative;
	z-index: 1;
}
.video-info:before{
	position: absolute;
	content: " ";
	top: 60%;
	left: 0;
	width: 100%;
	height: 45%;
	background: #F9E414;
	z-index: -1;
}
.max-vid-content .fl-col-content.fl-node-content{
	max-width: 860px;
	margin: 0 auto;
}
.max-div-content .fl-row-content-wrap{
	max-width: 1070px;
	margin: 0 auto;
}
.fl-module.br-link-dark .fl-rich-text p a{
	position: relative;
}
.fl-module.br-link-dark .fl-rich-text p a::after{
	position: absolute;
    content: "";
    background-color: #0C0C0D;
    width: 40px;
    height: 3px;
    top: 40%;
    transform: translateY(-50%);
    right: -58px;
}
.mobile-header .fl-col-group{
	display: flex;
}
.fl-video.fl-embed-video{
	position: relative;
}
.fl-video.fl-embed-video .fl-video-poster:before{
	position: absolute;
	content: " ";
	width: 48px;
	top: 50%;
	left: 50%;
	height: 48px;
	transform: translate(-50%, -50%);
	background-image: url(assets/images/video-icon.svg);
	background-size: contain;
	background-position: center;
	cursor: pointer;
}

/*tabslider css*/

/*
.slider-section{
	padding: 70px 0px;
}
*/
.slider-tab ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	float: right;
	background: #0C0C0D;
	width: 95%;
	padding: 0px 20px;
	min-height: 120px;
	align-items: center;
}
.slider-tab ul.product-nav{
	float: none;
	max-width: 1370px;
	margin: 0 auto;
}
.slider-tab ul.product-nav li{
	padding: 20px 54px;
	
}
.slider-tab ul li{
	list-style-type: none;
	padding: 20px 25px;
	max-width: 220px;
}
.slider-tab ul li.active > a, .slider-tab ul li.active_2 > a{
	color: #F9E414;
	background-color: transparent;
	border: none;
}
.slider-tab ul li.active > a:hover,
.slider-tab ul li.active > a:focus, 
.slider-tab ul li.active_2 > a:hover,
.slider-tab ul li.active_2 > a:focus{
	background-color: transparent !important;
	color: #F9E414 !important;
	border: none !important;
} 
.left-part .content{
	padding-bottom: 5px;
}
.left-part ul{
    padding-left: 20px;
    list-style: none;
}
.left-part ul li{
    position: relative;
}
.left-part ul li::before {
    content: "\2022";
    color: #F9E414;
    font-weight: bold;
    position: absolute;
    left: -18px;
    top: -3px;
    font-size: 18px;

}
.slider-tab ul li a{
	text-decoration: none;
	color: #fff;
	font-family: "Inria Serif",serif;
	font-weight: bold;
	font-size: 20px;
	line-height: 1.3;
	text-transform: capitalize;
	border: none;
	outline: none;
}
.slider-tab ul li a:hover{
	border: none;
}
.left-part{
	width: 50%;
    max-width: 470px;
    margin-right: 70px;
    margin-left: auto;
}
.products-tab .slider-tab ul{
	min-height: 100px;
}
.products-tab .slider-tab ul li{
	max-width: 100% !important;
}
.products-tab .row{
	max-width: 1252px;
	justify-content: center;
}



/*
.left-part.product-info{
	margin-left: 115px;
}
*/
.left-part h3{
	font-weight: bold;
	max-width: 440px;
	margin: 0px;
	padding: 20px 0px;
	font-size: 35px;
}

.slider-content{
	padding: 40px 0px;
	clear: both;
}	
.products-tab .right-part .item{
	display: flex !important;
    width: 80px;
}
/*
.slider-tab ul li:first-child{
	margin-left: 30px;
}
.slider-tab ul li:last-child{
	margin-right: 50px;
}
*/
.left-part span.link a{
	color: #0C0C0D;
	font-weight: 500;
	text-decoration: underline;
} 
.left-part .content a{
	color: #0C0C0D;
	font-weight: 700;
	text-decoration: underline;
}
.left-part p.right-align{
	text-align: right;
	font-weight: 500;
	position: relative;
	display: none;
}
.left-part p.right-align:after{
	position: absolute;
	content: " ";
	width: 30px;
	height: 1px;
	background: #0C0C0D;
	top: 50%;
	right: 0%;
}
.left-part p.right-align a{
	color: #0C0C0D;
	margin-right: 40px;
}
.left-part p.get-in{
	font-weight: 500;
	position: relative;
	margin-top: 20px;
}
.left-part p.get-in a{
	color: #0C0C0D;
    position: relative;
}
.left-part p.get-in a:hover:after{
    background:#f9e514;
}
.right-part{
	position: relative;
    width: 50%;
}
.slider-section .container-custom{
    position: relative;
}
.slider-section .container-custom p.next-link{
    position: absolute;
    left: calc(50% - 130px);
    bottom: 0px;
    width: 80px;
}
.slider-section .container-custom p.next-link a{
	text-decoration: none;
	color: #0C0C0D;
	font-weight: 500;
	padding-right: 10px;
    position: relative;
}
/*.slider-section .container-custom p.next-link{
    position: relative;
    float: right;
    bottom: -40px;
}*/
.slider-section .container-custom p.next-link a:after{
	position: absolute;
    content: " ";
    width: 30px;
    height: 2px;
    background: #0C0C0D;
    top: 50%;
	transform: translateY(-50%);
    left: 100%;
}
.slider-section .container-custom p.next-link a:hover:after{
    background: #f9e514;
}
.products-tab .slider-content{
    padding-top: 30px;
}
.products-tab .slider-content .container-custom:last-child .next-link,
.services-tab .slider-content .container-custom:last-child .next-link{
    display: none;
}
.right-bar{
	position: relative;
}
.right-bar p.next-link a{
	text-decoration: none;
	color: #0C0C0D;
	font-weight: 500;
	margin-right: 10px;
    
}
.right-bar p.next-link:after{
	position: absolute;
    content: " ";
    width: 30px;
    height: 2px;
    background: #0C0C0D;
    top: 40%;
	transform: translateY(-50%);
    left: 100%;
}

.left-part p.get-in a:after{
	position: absolute;
	content: " ";
	width: 30px;
	height: 2px;
	background: #0C0C0D;
    top: 50%;
    left: auto;
    transform: translateY(-50%);
    margin-left: 10px;
}
.left-part span.right-align a{
	color: #0C0C0D;
}
.container-custom .row{
	display: flex;
	align-items: center;
    margin: 0 auto;
}
.thumb-slider{
    padding-left: 0px;
    padding-top: 10px;
	margin-left: -5px;
    margin-right: -5px;
    display: flex;
    flex-wrap: wrap;
}
.right-part img{
	position: relative;
	width: 100%;
}
.right-part .slide img{
	position: relative;
	width: 100%;
}

.thumb-slider .img-thumb{
	margin: 0px 5px;
	position: relative;
    overflow: hidden;
	object-fit: cover;
    cursor: pointer;
}
.thumb-slider .img-thumb.active:after{
    display: none;
}
.col-md-6.custom-width{
	max-width: 620px;
	margin: 0 auto;
}
.img-thumb{
	position: relative;
}
.img-thumb:after{
	position: absolute;
	content: " ";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.item.slick-current > .img-thumb:after{
	display: none;
}
.custom_faqs .fl-accordion-item:last-child{
	border-bottom: 1px solid #D8D8D8;
	padding-bottom: 15px;
}
.contact-list ul li a{
	color: #0C0C0D;
}
div#gform_2_validation_container {
    padding-top: 5px;
    padding-bottom: 5px;
}

@media (max-width:992px){
	.video-details{
		width: 100%;
	}
	.video-content{
		width: 100%;
	}
	.mobile-vid-info .fl-col-group{
		display: flex;
		flex-wrap: wrap;
	}
	.fl-col-group .order-0{
		order: 0;
	}
	.fl-col-group .order-1{
		order: 1;
	}
	.max-div-content .video-div img,
	.max-div-content .video-div-mobile img{
		margin: 0 auto;
	}
    .slider-section .container-custom p.next-link{
        left: calc(50% - 110px);
    }
    .services-tab.slider-section .container-custom p.next-link{
        left: calc(50% - 80px);
    }

}







@media (max-width:480px){
	.video-info:before{
		position: absolute;
		content: " ";
		top: 35%;
		left: 0;
		width: 100%;
		height: 66%;
		background: #F9E414;
	}
	.mobile-center .fl-module-content{
		max-width: 302px;
		margin: 20px auto;
	}
	.video-info-mobile{
		position: relative
	}
	.video-info-mobile:before{
		position: absolute;
		content: " ";
		top: 34%;
		left: 0;
		width: 100%;
		height: 12%;
		background: #F9E414;
	}
	.contact-form-section .fl-row-content-wrap{
		position: relative;
	}
	body{
		font-size: 16px !important;
	}
	
	.fl-module.content-description.br-link .fl-rich-text p a::after{
		position: absolute;
		content: "";
		background-color: #F9E414;
		width: 26px;
		height: 3px;
		top: 40%;
		transform: translateY(-50%);
		right: -35px;
	}
	.footer-social-icon .fl-icon-group{
		display: block !important;
	}
	
	
	

	
}
