/* Homepage */ 
html {
	overflow-x: hidden;
}
.home-videos {
	width: 100%;
	height: 750px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	overflow: hidden;
	justify-content: center;
	align-items: center;
	display: none;
	margin-top: 50px;
}
.activeHome {
	display: flex;
}
.home-videos-text {
	max-width: 475px;
	cursor: pointer;
}
.home-overlay {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 50;
	cursor: pointer;
}
.client-main-banner {
	height: 100% !important:
}
.home-overlay:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 50;
	background-color: rgba(10, 41, 25, 0.4);
}
.home-videos-text p,
.home-videos-text a {
	color: #FFF !important;
	text-align: center;
	z-index: 100;
	position: relative;
	width: 100%
}
.page-sub {
	width: 100%;
	text-align: center;
	margin-top: 50px;
}
.home-videos-text h1 {
	color: #FFF !important;
	text-align: center;
	z-index: 100;
	position: relative;
	margin-bottom: 25px;
}
.video-list {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	z-index: 100;
	position: relative;
	top: -2px;
}
.video-list > div:first-child {
	width: 20%;
	height: 100%;
}
.video-list > div:last-child {
	width: 100%;
	display: flex;
	justify-content: flex-start;
	border-top: 1px solid #FFF;
}
.video-list > div:last-child > a {
	width: 25%;
	height: 75px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.video-list > div:last-child > a:first-child {
	border-bottom-left-radius: 10px;
}
.video-list > div:last-child > a:last-child {
	border-bottom-right-radius: 10px;
}
.video-list > div:last-child > a p {
	color: #FFF;
	margin-bottom: 0px;
	font-weight: bold;
}
.featured-slider .adver-video-link {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 500;
	transform: translate(-50%, -50%);
}
.video-list > div:last-child > a:not(:first-child) {
	border-left: 1px solid #FFF;
}
.client-area {
	margin-top: 50px;
}
.client-area > h2 {
	text-align: center;
}
.client-area > p {
	text-align: center;
	padding: 0px 200px;
}
.client-list {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.client-item {
	width: 250px;
	height: 200px;
	margin: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.client-item:hover {
	transform: scale(1.1);
}
.featured-slider {
	width: 190%;
	max-width: 2000px;
	margin: 0 auto;
	height: 550px;
}
.featured-slider .slick-slide {
	margin: 0px 25px;
	position: relative;
	top: 75px;
	opacity: 0;
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
}
.featured-slider .slick-active {
	opacity: 1;
}
.featured-slider .slick-track {
	height: 525px;
	display: flex !important;
	justify-content: center;
	align-items: center;
}
.featured-slider .slick-slide > div {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	height: 400px;
	margin: 0px 15px;
	border-radius: 10px !important;
	position: relative;
	background-color: rgba(164, 164, 164, 1);
	-webkit-transition: all 0.3s ease 0s; 
	transition: all 0.3s ease 0s;
	z-index: 50;
}
.featured-slider .slick-center > div > a:last-child {
	width: 100%;
	margin-bottom: 10px;
	color: #FFF;
	font-weight: bold;
	font-size: 35px;
	position: absolute;
	left: 25px;
	bottom: 25px;
}
.featured-slider .slick-slide:not(.slick-center) > div > a:first-child,
.featured-slider .slick-slide:not(.slick-center) > div > a:last-child,
.slick-slide:not(.slick-center) .client-badge {
	display: none;
}
.featured-slider .slick-center > div > a:first-child {
	width: 150px;
	height: 150px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 50;
}
.featured-slider .slick-center > div > a:first-child:after {
	content: '\f04b';
	color: #FFF;
	font-size: 30px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: rgba(40, 40, 40, 0.8);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
}
.featured-slider .slick-slide > div > a > div {
	position: absolute;
	bottom: 15px;
	left: 15px;
	width: 300px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	opacity: 0;
}
.featured-slider .slick-center > div > a > div {
	opacity: 1 !important;
}
.featured-slider .slick-slide > div > a > div > div {
	display: flex;
	justify-content: flex-start;
}
.featured-slider .slick-slide > div > a > div > div p {
	margin-right: 10px;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;
	background-color: #F26822;
	margin-bottom: 0px;
	font-size: 12px;
}
.featured-head {
	text-align: center;
}
.badge-text {
	position: absolute;
	left: 50%;
	top: -3px;
	transform: translateX(-50%);
	z-index: 1000;
}
.badge-text p {
	margin-bottom: 0px;
	text-align: center;
}
.badge-text p:last-child {
	font-weight: bold;
	font-size: 19px;
}

.badge-center-center div p {
	display: none;
}

.slick-center {
  -webkit-transform: scale(1.25) !important;
  -moz-transform: scale(1.25) !important;
  transform: scale(1.25) !important; 
  top: 90px !important;   
}
.slick-center > div:before {
	background-color: transparent !important;
}
.slick-center > div:after {
	content: '\f04b';
	color: #FFF;
	font-size: 30px;
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: rgba(40, 40, 40, 0.8);
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
}
.slick-slide > div:before {
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(164, 164, 164, 0.8);
}
.slider-wrapper {
	width: 100% !important;
	overflow: hidden;
	display: flex;
	height: fit-content;
	justify-content: center;
}
.arrow-container {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 50px;
	margin: 50px 0px;
}
.feature-arrows {
	width: 150px;
	height: 50px;
	position: relative;
}

/* SUBPAGE */
.page-text {
	padding-top: 100px;
	padding-bottom: 50px;
}
.page-text p {
	max-width: 900px;
	margin: 0 auto;
}
.video-banner > a{
	width: 100%;
	height: 800px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.client-container .video-banner > a {
	height: 600px !important;
}
.client-container  #main-banner {
	margin-bottom: 50px;
}
.video-banner > a:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	z-index: 50;
	background-color: rgba(10, 41, 25, 0.4);
}
.video-banner > a:after {
	content: '\f04b';
	color: #FFF;
	font-size: 30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(40, 40, 40, 0.8);
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
}

/* SPONSOR DETAILS */
.client-head h1 {
	margin-bottom: 0px;
}
.client-container {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 50px;
	margin-top: 50px;
}
.client-left {
	width: 350px;
}
.client-right {
	width: 65%;
}
.table.client-details {
	height: fit-content;
}
.client-logo {
	width: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 50px;
}
.client-left ul {
	list-style-type: none;
	display: flex;
	justify-content: flex-start;
	margin-bottom: 25px;
}
.client-left ul li:not(:last-child) {
	padding-right: 25px;
}
.client-left ul li a {
	font-size: 30px;
}
.client-left > a {
	display: block !important;
	width: fit-content;
	margin-bottom: 50px;
}
.client-left > a i {
	font-size: 30px;
	margin-right: 10px;
	position: relative;
	top: 5px;
}
.client-phone {
	font-weight: bold;
	font-size: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.client-left .btnBorder {
	padding: 10px 50px !important;
}
.client-loc {
	width: 100%;
	height: 300px;
	margin-top: 50px;
}
.client-loc-novideo {
	width: 100%;
	height: 600px;
	margin-top: 50px;
}
.client-head {
	margin-bottom: 25px;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}
.details-badge {
	top: -4px !important;
	right: 50px !important;
	left:auto !important;
	transform: scale(1.25);
	z-index: 100;
}
.details-badge p {
	line-height: 18px !important;
}
.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
	border: solid black 2px !important;
}
.industryNum,
.pageNum {
	display: none;
}
.video-wrapper {
	position: relative;
	width: 100%;
	height: 800px;
}
.novideo-overlay,
.video-overlay {
	width: 100%;
	height: 800px;
	border-radius: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	z-index: 25;
	cursor: pointer;
}
.novideo-overlay {
    cursor: not-allowed;
}
.badge-center {
	top: 7px !important;
}
.video-container,
.video-container iframe,
.video-banner {
	height: 100%;
	width: 100%;
}
.video-banner {
	position: relative;
}
.video-container {
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}
.video-container {
	z-index: 20;
	border-radius: 10px;
}
.novideo-overlay:before,
.video-overlay:before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	border-radius: 10px;
	height: 100%;
	z-index: 50;
	background-color: rgba(10, 41, 25, 0.4);
}
.video-overlay:after {
	content: '\f04b';
	color: #FFF;
	font-size: 30px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: rgba(40, 40, 40, 0.8);
	left: 50%;
	top: 50%;
	z-index: 100;
	transform: translate(-50%, -50%);
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 900;
	font-family: 'Font Awesome 5 Pro';
}
.tingle-modal-box__content {
	padding: 0px !important;
}
.tingle-modal-box__content iframe {
	height: 34vw !important;
}
.tingle-modal-box {
	background: transparent !important;
}
#inner p {
	line-height: 25px !important;
}
.page-video-link-text.btnBlue {
	max-width: 300px;
	margin: 0 auto;
	font-size: 20px;
}