
.ct-section {
	width: 100%;
	background-size: cover;
	background-repeat: repeat;
}

.ct-section>.ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.ct-div-block {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.ct-new-columns {
	display: flex;
	width: 100%;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	flex-wrap: wrap;
}

.ct-link-text {
	display: inline-block;
}

.ct-link {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	text-decoration: none;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-link-button {
	display: inline-block;
	text-align: center;
	text-decoration: none;
}

.ct-link-button {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	color: #fff;
	padding: 10px 16px;
}

.ct-image {
	max-width: 100%;
}

.ct-fancy-icon>svg {
	width: 55px;
	height: 55px;
}

.ct-inner-content {
	width: 100%;
}

.ct-slide {
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.ct-nestable-shortcode {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-comments {
	width: 100%;
	text-align: left;
}

.oxy-comment-form {
	width: 100%;
}

.oxy-login-form {
	width: 100%;
}

.oxy-search-form {
	width: 100%;
}

.oxy-tabs-contents {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-tab-content {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	flex-direction: column;
	align-items: flex-start;
}

.oxy-testimonial {
	width: 100%;
}

.oxy-icon-box {
	width: 100%;
}

.oxy-pricing-box {
	width: 100%;
}

.oxy-posts-grid {
	width: 100%;
}

.oxy-gallery {
	width: 100%;
}

.ct-slider {
	width: 100%;
}

.oxy-tabs {
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: stretch;
}

.ct-modal {
	flex-direction: column;
	align-items: flex-start;
}

.ct-span {
	display: inline-block;
	text-decoration: inherit;
}

.ct-widget {
	width: 100%;
}

.oxy-dynamic-list {
	width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ct-div-block, .oxy-post-content, .ct-text-block, .ct-headline, .oxy-rich-text, .ct-link-text {
		max-width: 100%;
	}
	
	img {
		flex-shrink: 0;
	}
	
	body * {
		min-height: 1px;
	}
}

.oxy-testimonial {
	flex-direction: row;
	align-items: center;
}

.oxy-testimonial .oxy-testimonial-photo-wrap {
	order: 1;
}

.oxy-testimonial .oxy-testimonial-photo {
	width: 125px;
	height: 125px;
	margin-right: 20px;
}

.oxy-testimonial .oxy-testimonial-photo-wrap, .oxy-testimonial .oxy-testimonial-author-wrap, .oxy-testimonial .oxy-testimonial-content-wrap {
	align-items: flex-start;
	text-align: left;
}

.oxy-testimonial .oxy-testimonial-text {
	margin-bottom: 8px;
	font-size: 21px;
	line-height: 1.4;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author {
	font-size: 18px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-testimonial .oxy-testimonial-author-info {
	font-size: 12px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-icon-box {
	text-align: left;
	flex-direction: column;
}

.oxy-icon-box .oxy-icon-box-icon {
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-heading {
	font-size: 21px;
	margin-bottom: 12px;
}

.oxy-icon-box .oxy-icon-box-text {
	font-size: 16px;
	margin-bottom: 12px;
	align-self: flex-start;
}

.oxy-icon-box .oxy-icon-box-link {
	margin-top: 20px;
}

/* GLOBALS */
.oxy-pricing-box .oxy-pricing-box-section {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	text-align: center;
}

.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	justify-content: center;
}

/* IMAGE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-graphic {
	justify-content: center;
}

/* TITLE */
.oxy-pricing-box .oxy-pricing-box-title-title {
	font-size: 48px;
}

.oxy-pricing-box .oxy-pricing-box-title-subtitle {
	font-size: 24px;
}

/* PRICE */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-price {
	flex-direction: row;
}

.oxy-pricing-box .oxy-pricing-box-currency {
	font-size: 28px;
}

.oxy-pricing-box .oxy-pricing-box-amount-main {
	font-size: 80px;
	line-height: .7;
}

.oxy-pricing-box .oxy-pricing-box-amount-decimal {
	font-size: 13px;
}

.oxy-pricing-box .oxy-pricing-box-term {
	font-size: 16px;
}

.oxy-pricing-box .oxy-pricing-box-sale-price {
	font-size: 12px;
	color: rgba(0, 0, 0, .5);
	margin-bottom: 20px;
}

/* CONTENT */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-content {
	font-size: 16px;
	color: rgba(0, 0, 0, .5);
}

/* CTA */
.oxy-pricing-box .oxy-pricing-box-section.oxy-pricing-box-cta {
	justify-content: center;
}

.oxy-progress-bar .oxy-progress-bar-background {
	background-color: #000;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
	animation: none 0s paused;
}

.oxy-progress-bar .oxy-progress-bar-progress-wrap {
	width: 85%;
}

.oxy-progress-bar .oxy-progress-bar-progress {
	background-color: #6af;
	padding: 40px;
	animation: none 0s paused, none 0s paused;
	background-image: linear-gradient(-45deg, rgba(255, 255, 255, .12) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .12) 50%, rgba(255, 255, 255, .12) 75%, transparent 75%, transparent);
}

.oxy-progress-bar .oxy-progress-bar-overlay-text {
	font-size: 30px;
	font-weight: 900;
	-webkit-font-smoothing: subpixel-antialiased;
}

.oxy-progress-bar .oxy-progress-bar-overlay-percent {
	font-size: 12px;
}

.ct-slider .unslider-nav ol li {
	border-color: #fff;
}

.ct-slider .unslider-nav ol li.unslider-active {
	background-color: #fff;
}

.ct-slider .ct-slide {
	padding: 0px;
}

.oxy-superbox .oxy-superbox-secondary, .oxy-superbox .oxy-superbox-primary {
	transition-duration: .5s;
}

.oxy-shape-divider {
	width: 0px;
	height: 0px;
}

.oxy_shape_divider svg {
	width: 100%;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .sub-menu {
	box-shadow: px px px px;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-show-dropdown .oxy-pro-menu-list .menu-item-has-children > a div {
	margin-left: 0px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	width: 30px;
	height: 30px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-open-icon, .oxy-pro-menu .oxy-pro-menu-mobile-open-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon {
	top: 20px;
	left: 20px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	width: 24px;
	height: 24px;
}

.oxy-pro-menu .oxy-pro-menu-mobile-close-icon, .oxy-pro-menu .oxy-pro-menu-mobile-close-icon svg {
	transition-duration: .4s;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container {
	background-color: #fff;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container, .oxy-pro-menu .oxy-pro-menu-open-container {
	background-image: url("");
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container.nitro-lazy, .oxy-pro-menu .oxy-pro-menu-open-container.nitro-lazy {
	background-image: none !important;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item-has-children > a svg, .oxy-pro-menu .oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item-has-children > a svg {
	font-size: 24px;
}

.oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-open-container .menu-item-has-children ul, .oxy-pro-menu .oxy-pro-menu-dropdown-links-toggle.oxy-pro-menu-off-canvas-container .menu-item-has-children ul {
	background-color: rgba(0, 0, 0, .2);
	border-top-style: solid;
}

.oxy-pro-menu .oxy-pro-menu-container:not(.oxy-pro-menu-open-container):not(.oxy-pro-menu-off-canvas-container) .oxy-pro-menu-list {
	flex-direction: row;
}

.oxy-pro-menu .oxy-pro-menu-container .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .menu-item, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .menu-item {
	align-items: flex-start;
}

.oxy-pro-menu .oxy-pro-menu-off-canvas-container {
	top: 0;
	bottom: 0;
	right: auto;
	left: 0;
}

.oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-open-container .oxy-pro-menu-list .menu-item a, .oxy-pro-menu .oxy-pro-menu-container.oxy-pro-menu-off-canvas-container .oxy-pro-menu-list .menu-item a {
	text-align: left;
	justify-content: flex-start;
}

.oxy-site-navigation {
	--oxynav-brand-color: #4831b0;
	--oxynav-neutral-color: #fff;
	--oxynav-activehover-color: #efedf4;
	--oxynav-background-color: #4831b0;
	--oxynav-border-radius: 0px;
	--oxynav-other-spacing: 8px;
	--oxynav-transition-duration: .3s;
	--oxynav-transition-timing-function: cubic-bezier(.84, .05, .31, .93);
}

.oxy-site-navigation .oxy-site-navigation__mobile-close-wrapper {
	text-align: left;
}

.oxy-site-navigation > ul {
	left: 0;
}

.oxy-site-navigation {
	--oxynav-animation-name: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) {
	background-color: var(--oxynav-brand-color);
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
	border: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) {
	background: transparent;
	border: 1px solid currentColor;
	transition: var(--oxynav-transition-duration);
	margin-left: var(--oxynav-other-spacing);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2):not(:hover) > img {
	filter: invert(0) !important;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover {
	background-color: var(--oxynav-activehover-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(1) > a::after {
	color: var(--oxynav-neutral-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:nth-last-child(2) > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true']:hover > a::after {
	color: var(--oxynav-brand-color);
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > button, .oxy-site-navigation > ul:not(.open) > li[data-cta='true'] > ul {
	display: none;
}

.ct-section-inner-wrap, .oxy-header-container {
	max-width: 1120px;
}

body {
	font-family: "Open Sans";
}

body {
	line-height: 1.17;
	font-size: 16px;
	font-weight: 300;
	color: #000;
}

.oxy-nav-menu-hamburger-line {
	background-color: #000;
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Source Sans Pro";
	font-size: 64px;
	font-weight: 600;
	line-height: 1;
}

h2, h3, h4, h5, h6 {
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
}

h3, h4, h5, h6 {
	font-size: 24px;
	line-height: 1.2;
}

h4, h5, h6 {
	font-size: 20px;
}

h5, h6 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

a {
	color: #e8e7e6;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

.ct-link-text {}

.ct-link {}

.ct-link-button {
	border-radius: 3px;
}

.ct-section-inner-wrap {}

.ct-new-columns > .ct-div-block {}

.oxy-header-container {}

@media (max-width: 992px) {
	.ct-columns-inner-wrap {
		display: block !important;
	}
	
	.ct-columns-inner-wrap:after {
		display: table;
		clear: both;
		content: "";
	}
	
	.ct-column {
		width: 100% !important;
		margin: 0 !important;
	}
	
	.ct-columns-inner-wrap {
		margin: 0 !important;
	}
}

.button-primary {
	padding: 10px 16px;
}

.button-primary {
	transition-duration: .3s;
	transition-delay: .2s;
}

.sector-menu {}

.sector-list-style {}

.logo_slider-image {
	max-height: 100px;
	max-width: 177px;
	object-fit: contain;
	object-position: left;
}

@media (max-width: 991px) {
	.logo_slider-image {}
}

@media (max-width: 767px) {
	.logo_slider-image {
		min-width: 119px;
	}
}

.section_logo-slider {}

.oxel_accordion {
	border-top-color: #adb4b9;
	border-right-color: #adb4b9;
	border-bottom-color: #adb4b9;
	border-left-color: #adb4b9;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 100%;
	background-color: #e8e7e6;
	max-width: 581px;
}

.oxel_accordion:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion.oxy-easy-posts .oxy-posts, .oxel_accordion.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
}

.oxel_accordion__row {
	width: 100%;
	padding-top: 31px;
	padding-left: 37px;
	padding-right: 8px;
	border-bottom-color: #eceeef;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	background-color: #f9f9f9;
	padding-bottom: 30px;
	text-align: justify;
	cursor: pointer;
}

.oxel_accordion__row:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row.oxy-easy-posts .oxy-posts, .oxel_accordion__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.oxel_accordion__icon {
	color: #d41f30;
}

.oxel_accordion__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_accordion__icon {
	margin-right: 8px;
	transition-duration: .3s;
}

.oxel_accordion__row_left {}

.oxel_accordion__row_left:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__row_left.oxy-easy-posts .oxy-posts, .oxel_accordion__row_left.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_accordion__content {
	width: 100%;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-bottom-color: #98a1a8;
	border-bottom-width: 2px;
	border-bottom-style: none;
	overflow: hidden;
	opacity: 1;
	transition-duration: 3s;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
	transition-property: max-height;
	text-align: left;
	max-height: 3000px;
	margin-top: 0px;
}

.oxel_accordion__content:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content.oxy-easy-posts .oxy-posts, .oxel_accordion__content.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_accordion__content__hidden {
	max-height: 0px;
	padding-right: 8px;
	padding-top: 0px;
	z-index: -1;
	padding-bottom: 0px;
	transition-duration: 0s;
	padding-left: 8px;
}

.oxel_accordion__content__hidden:not(.ct-section):not(.oxy-easy-posts), .oxel_accordion__content__hidden.oxy-easy-posts .oxy-posts, .oxel_accordion__content__hidden.ct-section .ct-section-inner-wrap {
	display: flex;
}

.oxel_accordion__row__label {
	font-family: "Roboto";
	font-weight: 400;
	color: #d41f30;
	font-size: 14px;
	line-height: 1.17;
}

.support-menu {}

.slider-nav-no-padding {
	slider-stretch-slides: no;
}

.oxel_icon_button__container:hover {
	background-color: #cfd3d7;
}

.oxel_icon_button__container {
	background-color: #eceeef;
	padding-top: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-bottom: 8px;
	transition-duration: .3s;
}

.oxel_icon_button__container:not(.ct-section):not(.oxy-easy-posts), .oxel_icon_button__container.oxy-easy-posts .oxy-posts, .oxel_icon_button__container.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_icon_button_text {
	color: #374047;
}

.oxel_icon_button_icon {
	color: #606e79;
}

.oxel_icon_button_icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_icon_button_icon {
	margin-right: 8px;
}

.oxel_iconlist {}

.oxel_iconlist__row {
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	width: 100%;
	margin-top: 0px;
}

.oxel_iconlist__row:not(.ct-section):not(.oxy-easy-posts), .oxel_iconlist__row.oxy-easy-posts .oxy-posts, .oxel_iconlist__row.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_iconlist__row__icon {
	color: #7f8b93;
}

.oxel_iconlist__row__icon 
>svg {
	width: 18px;
	height: 18px;
}

.oxel_iconlist__row__icon {
	margin-left: 32px;
	margin-right: 32px;
}

.oxel_iconlist__row__label {}

.oxel_iconlist__row--dark {
	background-color: #eceeef;
}

.sec {}

.oxel_dropdown_button__submenu {
	position: absolute;
	top: 100%;
	left: 0px;
	min-width: 100%;
	padding-top: 4px;
	width: 200px;
	z-index: 10;
}

.oxel_dropdown_button {
	background-color: #374047;
	position: relative;
}

.oxel_dropdown_button:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_button.oxy-easy-posts .oxy-posts, .oxel_dropdown_button.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.oxel_dropdown_button__label {
	margin-right: 8px;
	color: #d41f30;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.17;
}

.oxel_dropdown_button__icon {
	color: #d41f30;
}

.oxel_dropdown_button__icon 
>svg {
	width: 16px;
	height: 16px;
}

.oxel_dropdown_button__icon {
	margin-left: 268px;
}

.oxel_dropdown_button__submenu__button:hover {
	background-color: #dee1e3;
}

.oxel_dropdown_button__submenu__button {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 16px;
	padding-right: 16px;
	text-align: left;
	background-color: #eceeef;
	min-width: 100%;
	color: #374047;
	transition-duration: .3s;
	transition-timing-function: ease-in-out;
}

.oxel_dropdown_button__submenu__button:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_button__submenu__button.oxy-easy-posts .oxy-posts, .oxel_dropdown_button__submenu__button.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}

.oxel_dropdown_button__submenu__button__label {}

.oxel_dropdown_button__submenu--hidden {
	opacity: 0;
	pointer-events: none;
}

.oxel_dropdown_button__trigger {
	width: 100%;
	cursor: pointer;
}

.oxel_dropdown_button__trigger:not(.ct-section):not(.oxy-easy-posts), .oxel_dropdown_button__trigger.oxy-easy-posts .oxy-posts, .oxel_dropdown_button__trigger.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hero_buttons:hover {}

.hero_buttons {
	background-color: #1e73be;
	border: 1px solid #1e73be;
	padding: 10px 16px;
}

.hero_buttons {
	font-family: "Roboto";
	font-size: 18px;
	font-weight: 500;
	min-width: 190px;
	border-radius: 0px;
	margin-right: 15px;
	transition-delay: .2s;
	transition-duration: .3s;
}

@media (max-width: 767px) {
	.hero_buttons {
		margin-bottom: 15px;
		margin-right: 0px;
	}
}

.section_testimonial {}

.overlay-button {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 9px 15px;
}

.overlay-button {
	border-radius: 0px;
}

.homepage-product-wrapper {}

.homepage-product-block {
	text-align: center;
	background-color: #fff;
	position: relative;
}

.homepage-product-block:not(.ct-section):not(.oxy-easy-posts), .homepage-product-block.oxy-easy-posts .oxy-posts, .homepage-product-block.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.product-overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .5s ease;
}

@media (max-width: 479px) {
	.product-overlay {}
}

.atomic-subheading {
	font-family: Source Sans Pro;
	color: #2b2c27;
	font-size: 24px;
	line-height: 1.6;
	font-weight: 200;
	max-width: 480px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 767px) {
	.atomic-subheading {
		font-size: 20px;
	}
}

@media (max-width: 479px) {
	.atomic-subheading {
		font-size: 18px;
	}
}

.atomic-secondary-heading {
	color: #2b2c27;
	font-weight: 400;
	font-size: 56px;
	line-height: 1.1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

@media (max-width: 1120px) {
	.atomic-secondary-heading {
		font-size: 52px;
	}
}

@media (max-width: 767px) {
	.atomic-secondary-heading {
		font-size: 44px;
	}
}

@media (max-width: 479px) {
	.atomic-secondary-heading {
		font-size: 40px;
	}
}

.atomic-outline-button:hover {
	background-color: transparent;
	color: #6799b2;
	border-top-color: #6799b2;
	border-right-color: #6799b2;
	border-bottom-color: #6799b2;
	border-left-color: #6799b2;
}

.atomic-outline-button {
	background-color: transparent;
	border: 1px solid #6799b2;
	color: #6799b2;
	padding: 9px 15px;
}

.atomic-outline-button {
	font-family: Open Sans;
	font-weight: 700;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	text-align: center;
	line-height: 1.2;
	border-top-width: 3px;
	border-right-width: 3px;
	border-bottom-width: 3px;
	border-left-width: 3px;
	border-top-color: #65bec2;
	border-right-color: #65bec2;
	border-bottom-color: #65bec2;
	border-left-color: #65bec2;
	padding-left: 46px;
	padding-right: 46px;
	padding-top: 18px;
	padding-bottom: 18px;
	color: #65bec2;
	background-color: transparent;
	font-size: 20px;
	margin-right: 2px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	letter-spacing: .25em;
	transition-duration: .5s;
	transition-timing-function: ease;
	transition-property: all;
	text-transform: none;
	font-style: normal;
	text-decoration: none;
}

@media (max-width: 991px) {
	.atomic-outline-button {
		padding-top: 14px;
		padding-bottom: 14px;
		padding-right: 34px;
		padding-left: 34px;
	}
}

@media (max-width: 767px) {
	.atomic-outline-button {
		font-size: 18px;
	}
}

@media (max-width: 479px) {
	.atomic-outline-button {
		font-size: 16px;
	}
}

.atomic-gridbased-1-image {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #eff4fb;
	border-right-color: #eff4fb;
	border-bottom-color: #eff4fb;
	border-left-color: #eff4fb;
	margin-bottom: 12px;
}

.atomic-gridbased-1-text {
	margin-bottom: 48px;
	color: #3b3c38;
	font-size: 18px;
	text-align: left;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-weight: 300;
}

.footer_text:hover {}

.footer_text {
	font-family: "Roboto";
	color: #000;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.125;
}

@media (max-width: 767px) {
	.footer_text {
		padding-top: 5px;
		padding-bottom: 5px;
	}
}

.footer_menu {}

.tabs-3075-tab {}

.tabs-3075-tab-active {}

.tabs-contents-3075-tab {}

.slider-nav-light600 {}

.slider-nav-white {}

.oxy-stock-content-styles {}

.filter_select {}

.homepage_product-filter {}

.tabs-6120-tab:hover {
	background-color: #d41f30;
}

.tabs-6120-tab {
	width: 33.33%;
	text-align: center;
	color: #fff;
	background-color: #1e1e1e;
	min-height: 80px;
	max-height: 80px;
	height: 100%;
}

.tabs-6120-tab:not(.ct-section):not(.oxy-easy-posts), .tabs-6120-tab.oxy-easy-posts .oxy-posts, .tabs-6120-tab.ct-section .ct-section-inner-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

@media (max-width: 991px) {
	.tabs-6120-tab {
		max-height: 100%;
		min-height: 100px;
	}
}

@media (max-width: 767px) {
	.tabs-6120-tab {
		min-height: 100%;
	}
}

.tabs-6120-tab-active {
	background-color: #d41f30;
}

.tabs-contents-6120-tab {
	width: 100%;
}

.filter_documents {}

.document-repeater {}

.accordion-slider {}

.product-single-remove-m {}

.toggle-8342 {}

.toggle-8342-expanded {}

.products-toggle {
	top: 0px;
	position: absolute;
	visibility: hidden;
}

.repeater-pagination {
	position: relative;
}

.repeater-pagination:not(.ct-section):not(.oxy-easy-posts), .repeater-pagination.oxy-easy-posts .oxy-posts, .repeater-pagination.ct-section .ct-section-inner-wrap {
	display: grid;
	display: grid !important;
	align-items: stretch;
	grid-template-columns: repeat(4, minmax(200px, 1fr));
	grid-column-gap: 20px;
	grid-row-gap: 20px;
}

@media (max-width: 1120px) {}

@media (max-width: 991px) {}

@media (max-width: 767px) {}

@media (max-width: 479px) {}

.category-text-grey {}

.link-text-black {}

.accordion-animation {}

.sectors-section-title {
	width: 100%;
}

@media (max-width: 991px) {
	.sectors-section-title {
		max-width: 100%;
	}
}

.privacy-content {}

.bg-parallax {}

.accordion-container {
	min-height: 800px;
	max-height: 800px;
	height: 100%;
}

@media (max-width: 991px) {
	.accordion-container {
		min-height: 100%;
		max-height: 100%;
		height: 100%;
	}
}

.oxy-close-modal:hover {
	background-color: transparent;
	border: 1px solid #e8e7e6;
	color: #e8e7e6;
}

.oxy-close-modal:hover {
	border-top-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(0, 0, 0, 0);
}

.oxy-close-modal {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
	padding: 0px .6px;
}

.oxy-close-modal {
	padding-left: 5px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	button-hover_color: #e8e7e6;
	border-radius: 0px;
	border-top-color: rgba(0, 0, 0, 0);
	border-right-color: rgba(0, 0, 0, 0);
	border-bottom-color: rgba(0, 0, 0, 0);
	border-left-color: rgba(0, 0, 0, 0);
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	margin-left: auto;
}

.login-form {
	width: 100%;
}

.portal-landing {}

.accordion-properties {}

.model-comparison {}

.product-page {}

.tab-contents {}

.link-text-red {}

.registration-form {}

.oxy-social-icons a {
	padding: 5px;
	border: 1px solid #000;
	border-radius: 50px;
	transition: .3s;
}

.oxy-social-icons:hover a {
	border: .4px solid #d41f30;
	background: #d41f30;
}

.oxy-social-icons:hover a svg {
	color: #fff !important;
}

.footer_menu .oxy-pro-menu-list li:not(:last-child) a {
	border-right: solid 1px #011e41;
}

#menu-footer-terms li:last-child {
	pointer-events: none;
}

.hero_buttons:hover {
	background: #fff !important;
	color: #1e1e1e !important;
}

.button-primary:hover {
	background: #d41f30 !important;
	color: #fff !important;
}

.ct-link-button {
	text-decoration: none !important;
}

.button-enquire:hover {
	filter: brightness(85%);
	cursor: pointer;
}

.overlay-button {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	text-align: center;
	boder: 1px solid #e8e7e6;
	padding: 14px 34px;
}

.homepage-product-block:hover .product-overlay {
	background: rgba(212, 31, 48, .75);
	background-blend-mode: multiply;
	z-index: 1;
}

.homepage-product-block:hover .overlay-button {
	opacity: 1;
	z-index: 10;
}

.overlay-button:hover {
	color: #fff !important;
}

/* Menu Dropdown */
.menu-primary-container li .sub-menu {
	padding-top: 30px !important;
}

.menu-primary-container li .sub-menu .menu-item:nth-child(1) a {
	padding-top: 20px !important;
}

.menu-primary-container li .sub-menu .menu-item:last-child a {
	padding-bottom: 20px !important;
}

@media (max-width: 992px) {
	.menu-primary-container li .sub-menu .menu-item:nth-child(1) a {
		padding-top: 0 !important;
	}
	
	.menu-primary-container li .sub-menu {
		padding-top: 20px !important;
	}
}

#menu-primary .menu-item-has-children .sub-menu {
	transform: translateX(-16px);
}

.menu-primary-container .oxy-pro-menu-list .current-menu-ancestor .sub-menu .current-menu-item a {
	text-decoration: underline;
	text-decoration-color: #d41f30;
	text-underline-offset: 3px;
}

/* Underline animation on hover */
#menu-primary li {
	display: inline-block;
	vertical-align: middle;
	/* 
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); 
  */
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
}

#menu-primary li:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 100%;
	bottom: -90%;
	background: #d41f30;
	height: 4px;
	-webkit-transition-property: right;
	transition-property: right;
	-webkit-transition-duration: .3s;
	transition-duration: .3s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}

#menu-primary li:hover:after, #menu-primary li:focus:after, #menu-primary li:active:after {
	right: 0;
}

#menu-primary .sub-menu li:after {
	content: none;
}

#menu-primary .current-menu-item:after {
	content: "";
	position: absolute;
	z-index: -1;
	left: 0;
	right: 0;
	bottom: -90%;
	background: #d41f30;
	height: 4px;
}

#menu-primary .current_page_ancestor:after {
	content: "";
	right: 0;
	bottom: -90%;
}

@media (max-width: 991px) {
	#menu-primary li:after, #menu-primary .current-menu-item:after {
		content: none !important;
	}
	
	.menu-primary-container .oxy-pro-menu-list .current-menu-item a {
		text-decoration: underline;
		text-decoration-color: #d41f30;
		text-underline-offset: 3px;
	}
	
	.menu-primary-container .oxy-pro-menu-list .sub-menu li a {
		text-decoration: none;
	}
	
	/* .menu-primary-container .oxy-pro-menu-list .current-menu-ancestor a {
		text-decoration: none;
	} */
	.menu-primary-container .oxy-pro-menu-list .current-menu-parent a {
		text-decoration: underline;
		text-decoration-color: #d41f30;
		text-underline-offset: 3px;
	}
}

.sector-menu .menu-sectors-container .oxy-nav-menu-list {
	display: flex;
	justify-content: space-evenly;
	flex-wrap: wrap;
}

.sector-menu .menu-sectors-container .oxy-nav-menu-list li {
	width: 14.2%;
	background: #1e1e1e;
}

@media (max-width: 768px) {
	.sector-menu .menu-sectors-container .oxy-nav-menu-list li {
		width: 33%;
		margin-top: 3px;
	}
}

@media (max-width: 425px) {
	.sector-menu .menu-sectors-container .oxy-nav-menu-list li {
		width: 49%;
		margin-top: 3px;
	}
}

@media (max-width: 320px) {
	.sector-menu .menu-sectors-container .oxy-nav-menu-list li {
		width: 100%;
		margin-top: 3px;
	}
}

.support-menu .menu-support-container .oxy-nav-menu-list {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.support-menu .menu-support-container .oxy-nav-menu-list li {
	width: 24.9%;
	background: #1e1e1e;
}

@media (max-width: 768px) {
	.support-menu .menu-support-container .oxy-nav-menu-list li {
		width: 49.8%;
		margin-top: 3px;
	}
}

@media (max-width: 320px) {
	.support-menu .menu-support-container .oxy-nav-menu-list li {
		width: 100%;
		margin-top: 3px;
	}
}

/* Sector Custom Bullet points */
.sector-list-style ul {
	list-style: none;
}

.sector-list-style ul li:before {
	content: ".";
	position: absolute;
	font-size: 40px;
	left: 6%;
	line-height: 0px;
}

/* Slider nav */
.slider-nav-light600 .unslider-nav ol li {
	border: 1px solid #737373;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin-top: 40px;
	box-shadow: none;
}

.slider-nav-white .unslider-nav ol li {
	border: 1px solid #e8e7e6;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin-top: 40px;
	box-shadow: none;
}

.slider-nav-no-padding .unslider-nav ol li {
	border: 1px solid #e8e7e6;
	height: 12px;
	width: 12px;
	border-radius: 50%;
	margin-top: 10px;
	box-shadow: none;
}

.filter_select {
	max-width: 200px;
	width: 100%;
}

.filter_select select {
	-moz-appearance: none;
	/* Firefox */
	-webkit-appearance: none;
	/* Safari and Chrome */
	appearance: none;
	width: 100%;
	padding: 13px 15px;
	border: 1px solid #b3b2b1;
	font-family: "Roboto";
	font-size: 12px;
	color: #1e1e1e;
	text-transform: uppercase;
	border-radius: 0;
	background-color: transparent;
	min-height: 38px !important;
	background-image: url("data:image/svg+xml,%3Csvg aria-hidden=\'true\' focusable=\'false\' data-prefix=\'fas\' data-icon=\'chevron-down\' class=\'svg-inline--fa fa-chevron-down fa-w-14\' role=\'img\' xmlns=\'http://www.w3.org/2000/svg\' viewBox=\'0 0 448 512\'%3E%3Cpath fill=\'%23000\' d=\'M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z\'%3E%3C/path%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position-x: 95%;
	background-position-y: 55%;
}

.filter_select select.nitro-lazy {
	background-image: none !important;
}

.category-text-grey span a {
	color: #737373 !important;
}

.link-text-black a {
	color: #000;
	text-decoration: underline;
}

/* News Filter hide uncategorize */
.filter_select select option[value="1"] {
	display: none;
}

.homepage_product-filter .oxy-repeater-pages-wrap {
	display: none;
}

.repeater-pagination .oxy-repeater-pages-wrap {
	position: absolute;
	bottom: -50px;
	left: 48%;
}

.repeater-pagination .oxy-repeater-pages span, .repeater-pagination .oxy-repeater-pages a {
	border: 1px solid #737373;
	border-radius: 50%;
	padding: 6px;
	font-size: 0;
	margin: 0 4.5px;
}

.repeater-pagination .oxy-repeater-pages .current {
	background: #737373;
}

.repeater-pagination .oxy-repeater-pages .next, .repeater-pagination .oxy-repeater-pages .prev {
	display: none;
}

/* Product archive images */
@media (max-width: 1024px) {
	.repeater-pagination .homepage-product-wrapper img {
		object-fit: contain;
	}
}

/* Product Documents */
#_dynamic_list-152-391::-webkit-scrollbar {
	display: none;
}

/* Product Archive */
#product_category_title a {
	color: #e8e7e6;
	text-decoration: none;
}

/* Product page */
.product-page .homepage-product-wrapper img {
	object-fit: cover;
}

.woof_list_checkbox {
	padding: 0;
}

.woof_list_checkbox input {
	display: none;
}

.woof_list_checkbox li input:checked + label {
	font-weight: 700;
}

.woof_list_checkbox label {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
	margin-left: 0;
}

/* Child category */
.woof_childs_list {
	padding: 0;
	margin-left: 0 !important;
}

.woof_childs_list li {
	margin-left: 0 !important;
	padding: 5px 0 !important;
}

.woof_childs_list input {
	display: inline-block;
}

.woof_childs_list label {
	font-weight: 300 !important;
	font-size: 16px;
	line-height: 1.5;
	margin-left: 7px;
}

/* widget product cat */
.widget_product_categories .product-categories {
	list-style: none;
	padding: 0;
	margin: 0;
}

.widget_product_categories .product-categories li a {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
	margin-left: 0;
	color: #000;
}

.widget_product_categories .product-categories .current-cat > a {
	font-weight: 700;
}

.widget_product_categories .product-categories li {
	padding: 15px 0;
}

.widget_product_categories .product-categories > li:nth-child(1) {
	display: none;
}

.widget_product_categories .product-categories .cat-parent .children {
	padding-top: 20px;
	padding-left: 25px;
}

/* children */
.widget_product_categories .product-categories .cat-parent .children li a {
	font-weight: 300;
	font-size: 16px;
	line-height: 1.5;
}

.widget_product_categories .product-categories .children {
	position: relative;
	list-style: none;
}

.widget_product_categories .product-categories .children a:before {
	content: "";
	position: absolute;
	height: 14px;
	width: 16px;
	border: 1px solid #1e1e1e;
	left: 0;
	margin-top: 4px;
}

.widget_product_categories .product-categories .children .current-cat > a:before {
	content: "";
	position: absolute;
	height: 14px;
	width: 16px;
	background: #d41f30;
	border: none;
	left: 0;
	margin-top: 4px;
}

/* Test shortcode */
.product-category {
	padding: 15px 0;
}

.product-category a {
	font-family: "Roboto";
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.33;
	margin-left: 0;
	color: #000;
}

.product-category:focus-within a {
	font-weight: 700;
}

.accordion-slider .unslider-carousel li > div {
	display: none;
}

.accordion-slider .unslider-carousel .unslider-active > div {
	display: block;
}

.product-single-remove-m p, .product-single-remove-m ul {
	margin: 0;
}

@media (max-width: 768px) {
	.product-single-remove-m ul {
		padding-left: 20px;
	}
}

.tab-contents h4, .tab-contents h5 {
	color: #d41f30;
}

.tabs-6120-tab {
	width: 100% !important;
}

.products-toggle .oxy-expand-collapse-icon {
	display: none;
}

.privacy-content a {
	color: #d41f30;
	text-decoration: underline;
}

.link-text-red a {
	color: #d41f30;
	text-decoration: underline;
	transition-duration: .3s;
}

.link-text-red a:hover {
	color: #000;
}

/* Contact Form */
.wpcf7-form p {
	margin: 0;
}

.wpcf7-form p span {
	width: 100%;
}

.wpcf7-form .form-align {}

.wpcf7-form .form-align span:nth-child(1) {
	margin-right: 20px;
}

.wpcf7 textarea, .wpcf7 select {
	border: 1px solid #b2b2b1;
	margin-bottom: 20px;
	width: 100%;
}

.wpcf7 textarea {
	padding: 15px 0 0 25px;
	max-height: 100px;
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder, .wpcf7-select {
	font-family: Roboto;
	color: #1e1e1e;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 1.18;
}

.wpcf7-submit {
	font-family: "Roboto";
	color: #d41f30;
	background-color: #f9f9f9;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.17;
	padding: 13px 66px;
	transition-delay: .2s;
	transition-duration: .3s;
	border: 1px solid #d41f30;
}

#portal-form .wpcf7-submit {
	background-color: transparent;
}

.wpcf7-text, .wpcf7-select, .wpcf7dtx-dynamictext, .wpcf7-date {
	border: 1px solid #b2b2b1;
	margin-bottom: 20px;
	width: 100%;
	font-size: 16px;
	padding: 15px 25px;
}

.wpcf7 .wpcf7-spinner {
	display: none;
}

.wpcf7-form .wpcf7-not-valid-tip {
	margin-top: -15px;
	margin-bottom: 10px;
	text-align: left;
}

.wpcf7-select {
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml,%3Csvg width=\'12\' height=\'17\' viewBox=\'0 0 12 17\' fill=\'none\' xmlns=\'http://www.w3.org/2000/svg\'%3E%3Cpath d=\'M11 6L6 1L1 6\' stroke=\'%231E1E1E\' stroke-width=\'0.8\' stroke-linecap=\'square\'/%3E%3Cpath d=\'M11 11L6 16L1 11\' stroke=\'%231E1E1E\' stroke-width=\'0.8\' stroke-linecap=\'square\'/%3E%3C/svg%3E%0A");
	background-repeat: no-repeat;
	background-size: 10px;
	background-position-x: 95%;
	background-position-y: 55%;
}

.wpcf7-select.nitro-lazy {
	background-image: none !important;
}

/* Product Contact Enquire Form */
.wpcf7-form .productSubject {
	pointer-events: none;
}

.wpcf7-form .forms-title {
	font-family: "Barlow";
	font-weight: 500;
	font-size: 16px;
	padding-bottom: 5px;
}

.wpcf7-form .product-terms {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 12px;
	padding-bottom: 10px;
}

.wpcf7-form .product-terms a {
	text-decoration: underline;
}

.wpcf7-form .product-enquire {
	font-family: "Barlow";
	font-weight: 400;
	font-size: 17px;
	padding-bottom: 20px;
}

.wpcf7-form .button-enquire {
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px;
	padding: 8px 10px;
}

#product-enquire-modal .wpcf7-form .wpcf7-not-valid-tip {
	color: #e8e7e6;
	font-size: 14px;
}

#product-enquire-modal .wpcf7-text, #product-enquire-modal .wpcf7-select, #product-enquire-modal .wpcf7dtx-dynamictext {
	border: 1px solid #fff;
	padding: 8px 10px;
	margin-bottom: 15px;
	font-size: 14px;
}

#product-enquire-modal .wpcf7-text:focus, #product-enquire-modal .wpcf7dtx-dynamictext:focus {
	outline: none;
}

#product-enquire-modal .wpcf7-response-output {
	font-size: 14px;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
}

#account-details .woocommerce a {
	color: #d41f30;
}

#account-details  .woocommerce-MyAccount-navigation li {
	padding: 5px 0;
}

#wppb-loginform .login-username label, #wppb-loginform .login-password label, #wppb-loginform .login-remember {
	display: none;
}

#wppb-loginform p {
	margin: 20px 0;
}

#wppb-loginform input {
	width: 100%;
}

#wppb-loginform input::placeholder {
	color: #1e1e1e;
}

#wppb-loginform .login-username input, #wppb-loginform .login-password input {
	padding: 16px 0 16px 25px;
	border: 1px solid #b2b2b1;
	border-radius: 0;
	background: transparent;
}

#wppb-loginform .login-submit {
	text-align: center;
}

#wppb-loginform .login-submit input {
	max-width: 211px;
	padding: 16px 0;
	border: 1px solid #d41f30;
	border-radius: 0;
	color: #d41f30;
	background: transparent;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.17;
}

#wppb-loginform .login-username input:focus, #wppb-loginform .login-password  input:focus {
	outline: none;
}

/* Lost password */
.woocommerce-ResetPassword .woocommerce-form-row input {
	padding: 5px;
	border: 1px solid #b2b2b1;
	border-radius: 0;
	background: transparent;
}

.woocommerce-ResetPassword .woocommerce-form-row button {
	border: 1px solid #d41f30;
	border-radius: 0;
	color: #d41f30;
	background: transparent;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.17;
	transition-duration: .3s;
	transition-delay: .2s;
}

.woocommerce-ResetPassword .woocommerce-form-row button:hover {
	background: #d41f30;
	color: #fff;
}

/* Alert */
.login-form .wppb-alert a {
	color: #d41f30;
}

.login-form .wppb-alert {
	margin-bottom: 25px;
}

/* Login Portal New */
#loginform {
	padding: 0 !important;
}

/* Remove form label #text */
#loginform label[for=user_login] > br, #loginform label[for=user_pass] > br, #loginform .forgetmenot {
	display: none;
}

.wpc_form_login label {}

#loginform label {
	width: 100%;
	display: block;
	overflow: hidden;
	margin-bottom: 20px;
}

#loginform p {
	margin: 0;
	padding: 0;
}

/* Form Fields */
#user_login, #user_pass {
	padding: 16px 0 16px 25px;
	border: 1px solid #b2b2b1;
	border-radius: 0;
	background: transparent;
}

#loginform input::placeholder {
	color: #1e1e1e;
}

#loginform .submit {
	text-align: center;
	width: 100%;
	margin: 20px 0;
}

#loginform .submit input {
	max-width: 211px;
	width: 100%;
	padding: 16px 0;
	border: 1px solid #d41f30;
	border-radius: 0;
	color: #d41f30;
	background: transparent;
	font-family: "Roboto";
	font-weight: 500;
	font-size: 16px;
	line-height: 1.17;
	float: none;
}

#loginform + #nav a {
	color: #d41f30;
}

#loginform .wpc_notice {
	padding: 10px;
}

#nav {
	display: none;
}

/* Lost Password New */
.wpc_form_lostpassword label {
	padding-top: 20px;
}

.wpc_form_lostpassword label input {
	margin-top: 10px;
}

.wpc_form_lostpassword label[for=user_login] {
	max-width: 700px;
}

.wpc_form_lostpassword .submit {
	text-align: left !important;
	margin: 0 !important;
}

.portal-landing .wpc_client_client_pages_list .wpc_nav_wrapper {
	display: flex;
	justify-content: space-between;
}

.portal-landing a {
	color: #d41f30;
}

.portal-landing .wpc_nav_wrapper .wpc_button {
	background: transparent;
	border: 1px solid #d41f30;
	box-shadow: none;
	color: #d41f30;
}

.portal-landing .wpc_nav_wrapper .wpc_button:hover {
	background: #d41f30;
	color: #fff;
	border: 1px solid #d41f30;
}

.portal-landing .wpc_client_upload_form .plupload_container {
	padding: 0;
}

.portal-landing .file_item .wpc_thumbnail_wrapper {
	width: 60px !important;
}

.accordion-properties .ou-accordion .ou-accordion-content {
	padding-top: 0px;
	margin-top: -10px;
}

.model-comparison table tbody tr:nth-child(1) {
	color: #d41f30;
	font-weight: 600;
}

.model-comparison table tbody tr td:nth-child(1) {
	color: #d41f30;
	font-weight: 600;
}

@media (max-width: 425px) {
	.model-comparison {
		overflow: scroll;
		white-space: nowrap;
	}
}

#wpc_submit_registration {
	opacity: 1;
	color: #d41f30;
	background-color: transparent;
	border: 1px solid #d41f30;
	transition-duration: .3s;
}

#wpc_submit_registration:hover {
	background: #d41f30;
	color: #fff;
	border: 1px solid #d41f30;
}

@media (max-width: 425px) {
	#wpc_submit_registration {
		width: 100%;
	}
}

#portal-register {
	color: #d41f30;
	font-size: 12px;
	font-family: "Roboto";
	line-height: 1.17;
}

#leco_cp_register_form input[type=text], #leco_cp_register_form input[type=email], #leco_cp_register_form input[type=password], #leco_cp_register_form input[type=number], #leco_cp_register_form input[type=file], #leco_cp_register_form select, #leco_cp_register_form  textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 0;
	color: #444;
	font-size: 13px;
	max-width: 100%;
	padding: 7px;
	width: 100%;
	outline: none;
}

.registration-form #leco_cp_register_form {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.registration-form #leco_cp_register_form h3 {
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
}

.registration-form #leco_cp_register_form label:not(:last-child) {
	font-weight: 500;
}

.registration-form #leco_cp_register_form .leco-cp-register-privacy label {
	display: inline;
}
