#labs-svg {
  width: 200px;
  height: 200px;
}
#lab-2 {
  width: 400px;
  height: 400px;
}
#__lpform_forminator-field-text-1 {
	display:none !important;
}
.latest-post-cat-title a{
	color: #7B7B7B;
}
.latest_post_title a{
	color: #1B1B1D;
}
.news_list_items_col:hover .latest_post_title a{
	color: #0B83FF;
}

.cta-grid:hover .cta_readmore_wrapper{
	opacity: 1;
}
.video_section .play-button{
	display: none;
}
.footer_form_result_section .contact_result_post_item a{
	color: #fff;
}
.inner-page-video-wrapper video{
	width: 100%;
	object-fit: cover;
	height: 100%;
}

.default_page_nav .oxy-repeater-pages-wrap .oxy-repeater-pages span{
	padding: 10px;
    margin-right: 10px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #0b83ff;
	color: #fff;
}
.default_page_nav .oxy-repeater-pages-wrap .oxy-repeater-pages .page-numbers{
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	margin-right: 10px;
	border: 1px solid transparent;
	margin: 0px 10px;
	background: transparent;
	font-size: 14px;
	font-family: "DM Mono";
	transition: all 0.3s ease;
	color: #1B1B1D;
}
.default_page_nav .oxy-repeater-pages-wrap .oxy-repeater-pages .page-numbers:hover{
	color: #0B83FF;
}
.default_page_nav .oxy-repeater-pages-wrap .oxy-repeater-pages .page-numbers.current{
	border: 1px solid #1B1B1D;
}
.default_page_nav .oxy-repeater-pages-wrap .oxy-repeater-pages .next.page-numbers{
	width: unset;
	color: #1b1b1d;
	height: 44px;
	font-family: "DM Mono";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	
}
.default_page_nav .oxy-repeater-pages-wrap .oxy-repeater-pages .prev.page-numbers	{
	width: unset;
	color: #1b1b1d;
	height: 44px;
	font-family: "DM Mono";
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
}
.slider_custom_arrow_wrapper .ct-fancy-icon{
	cursor: pointer;
}
.investor_logo{
	object-position: left !important;
}
.mega_company_parent .dark_nav_link {
    color: #ffffff !important;
}
.dark_footer_form_shortcode label{
	color: #fff;
}
.lite-footer-slider{
	border-left: none !important;
}


@media(min-width: 2000px){
	.contact-full-height-sec{
		height: calc(100vh - 250px);
	}
	.contact_right_section{
		height: 100%;
	}
	.contact_right_section:not(.ct-section):not(.oxy-easy-posts){
		justify-content: center !important;
	}
}