/*
Theme Name: Guaranteed 4.0
Author: the Guaranteed 4.0 Project team
Version: 1.0

===============================================*/

/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Elementor - Widgets
 7.) Text - Colors

========================================*/


/*
 1.) Typography
----------------------------------------*/

/*
.inter { font-family: "Inter", sans-serif; }
.poppins { font-family: "Poppins", sans-serif; }
*/


/*
 2.) Default Styles
----------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: inherit;
	font-weight: inherit;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	padding: 0;

}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
	border: 0;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 32px;
	background: #000000;
}


/* #Links
================================================== */

a { 
	color: #e01f26;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #f7383f;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #e01f26;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #f7383f;
	text-decoration: underline;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 600;
	padding-bottom: 20px;
}

h1,
.h1 {
	font-size: 87px; 
	line-height: 105px; 
}

h2,
.h2 {
	font-size: 42px; 
	line-height: 52px; 
}

h3,
.h3 {
	font-size: 22px;
	line-height: 32px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6{
	font-size: 20px;
	line-height: 30px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	font-weight: inherit;
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #f7383f;
	text-decoration: underline;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 20px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700;
}

.light {
	font-weight: 300; 
}

.regular {
	font-weight: 400; 
}

.medium {
	font-weight: 500; 
}

.semibold {
	font-weight: 600; 
}

.bold {
	font-weight: 700; 
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 70px; 
	line-height: 85px; 
}
}

@media (max-width: 991px) {
h1,
.h1 {
	font-size: 55px; 
	line-height: 65px; 
}

h2,
.h2 {
	font-size: 36px; 
	line-height: 46px; 
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 45px; 
	line-height: 55px; 
}

h2,
.h2 {
	font-size: 30px; 
	line-height: 40px; 
}
}


/*= Unorder List
================================================== */

ul,
ol {
	list-style: none;
}

li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 6px;
}

li:last-child {
	padding-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "\f111";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 30%;
	line-height: .5em;
	position: absolute;
	top: 16px;
	left: 0;
}

ul li ul,
ul li ol,
ol li ol,
ol li ul {
	padding-top: 6px;
}

.elementor-editor-element-settings li:before,
.elementor-select-preset-list li:before {
	display: none;
}


/*= Order List
================================================== */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* List Style - None */
.list-style-none .elementor-widget-container ul,
.list-style-none .elementor-widget-container ol {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li:before {
	display: none;
}

.elementor-icon-list-item:before {
	display: none;
}


/* #Input Styles
================================================== */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #102742;
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
	height: 60px;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: none;	
	border: 1px solid #3a3a3a;
	border-radius: 10px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 15px 25px;
	margin: 0;
}

textarea {
	height: 170px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 25px;
	padding-bottom: 25px;
}

select {
	background-image: url(img/chevron-down.svg);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: top 18px right 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select option:not([disabled]) {
	color: #000000;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	font-style: italic;
	color: #ffffff;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	font-style: italic;
	color: #ffffff;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	font-style: italic;
	color: #ffffff;
}

::-moz-placeholder {
	font-style: italic;
	color: #ffffff;
}

::-ms-input-placeholder {
	font-style: italic;
	color: #ffffff;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #ffffff;
	box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/* #Buttons
================================================== */

/* Arrow Right */
@keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}

@-webkit-keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}


/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	min-width: 148px;
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	background: #e01f26;
	border: none;
	border-radius: 5px;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 13px 35px;
	margin: 0;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active {
	color: #ffffff;
	text-decoration: none; 
	background: #f7383f;
	outline: 0;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px -8px -20px -8px;
}

.btn-out .btn,
.btn-out input[type="button"],
.btn-out input[type="submit"] {
	margin: 0 8px 20px 8px;
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px;
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 48px;
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background: #e01f26;
	border-radius: 5px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	z-index: 1001;
	top: -50px;
	left: 0;
	opacity: 0;
	padding: 0 35px;
	margin: 0;
}

.skip-btn:focus {
	color: #ffffff;
	text-decoration: none;
	top: 0;
	opacity: 1;
}


/* #Owl-carousel
=======================================================*/

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	/* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
	touch-action: manipulation;
	-moz-backface-visibility: hidden;
	/* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	/* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display: inline-block;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}


/* No Js */
.no-js .owl-carousel {
	display: block;
}


/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-delay: 200ms;
	animation-delay: 200ms;
}

.owl-carousel .animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
}

.owl-carousel .animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.owl-carousel .fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}
	to {
		opacity: 0;
	}
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	animation-name: fadeOut;
	-webkit-animation-duration: 100ms;
	animation-duration: 100ms;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.fadeIn{
	animation-name: fadeIn;
}


/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}


/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item {
/**
This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
calculation of the height of the owl-item that breaks page layouts
*/
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
	max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
	transform-style: preserve-3d;
}


/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	/*background: url("owl.video.play.png") no-repeat;*/
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-ms-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}


/* #Slider Controls
================================================== */

/* Previous and Next */
.owl-nav button { 
	width: 63px; 
	height: 63px;
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-weight: inherit!important;
	font-size: 24px!important;
	color:  #000000!important;
	line-height: 1em!important;
	text-decoration: none;
	text-align: center;
	background: none!important; 
	border: 1px solid #d8d7de!important;
	box-shadow: none!important;
	border-radius: 360px!important;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%!important;	
	-ms-transform: translate(0, -50%)!important;
	-webkit-transform: translate(0, -50%)!important;
	-moz-transform: translate(0, -50%)!important;
	-o-transform: translate(0, -50%)!important;
	transform: translate(0, -50%)!important;
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 0!important;
	margin: 0!important;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #e01f26!important;
	border-color: #e01f26!important;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0; 
}

.owl-nav button.disabled {
	cursor: default;
	pointer-events: none; 
	opacity: 1;
}

.owl-nav.disabled {
	display: none;
}

@media (max-width: 991px) {
.owl-nav button { 
	width: 50px; 
	height: 50px;
}
}

/*= Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 36px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 12px;
	height: 12px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #ffffff; 
	border: 1px solid #000000;
	box-shadow: none; 
	border-radius: 360px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out; 
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 4px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #000000; 
	border-color: #000000;
}

.owl-dots.disabled {
	display: none;
}


/*= Container - Main
================================================== */

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.container {
	width: 100%;
	max-width: 1290px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	padding: 0 20px;
}
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
}


/* Newsletter - Form */
.newsletter-form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0;
}

.newsletter-form form {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.newsletter-form label {
	width: 100%;
	padding: 0;
	margin: 0;
}

.newsletter-form select,
.newsletter-form textarea,
.newsletter-form input[type="text"],
.newsletter-form input[type="password"],
.newsletter-form input[type="datetime"],
.newsletter-form input[type="datetime-local"],
.newsletter-form input[type="date"],
.newsletter-form input[type="month"],
.newsletter-form input[type="time"],
.newsletter-form input[type="week"],
.newsletter-form input[type="number"],
.newsletter-form input[type="email"],
.newsletter-form input[type="url"],
.newsletter-form input[type="search"],
.newsletter-form input[type="tel"],
.newsletter-form input[type="color"],
.newsletter-form .uneditable-input {
	height: 64px;
	padding-right: 72px;
}

.newsletter-form .btn,
.newsletter-form .button,
.newsletter-form input[type="button"],
.newsletter-form input[type="submit"] {
	min-width: inherit!important;
	width: 72px;
	height: 64px;
	background: url(img/send.svg) no-repeat center center!important;
	background-size: 26px auto!important;
	border-radius: 0!important;
	text-indent: -99999px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
}

.newsletter-form .btn:hover,
.newsletter-form .btn:focus,
.newsletter-form .btn:active,
.newsletter-form .btn:active:focus,
.newsletter-form .btn.active,
.newsletter-form .btn.active:focus,
.newsletter-form input[type="button"]:hover,
.newsletter-form input[type="button"]:focus,
.newsletter-form input[type="button"]:active,
.newsletter-form input[type="button"]:active:focus,
.newsletter-form input[type="button"].active,
.newsletter-form input[type="button"].active:focus,
.newsletter-form input[type="submit"]:hover,
.newsletter-form input[type="submit"]:focus,
.newsletter-form input[type="submit"]:active,
.newsletter-form input[type="submit"]:active:focus,
.newsletter-form input[type="submit"].active,
.newsletter-form input[type="submit"].active:focus,
.newsletter-form .btn:not(:disabled):not(.disabled).active {
	background-image: url(img/send.svg);
}

.newsletter-form .gjs-row {
	margin: 0!important;	
}

.newsletter-form .es_spinner_image {
	position: absolute;
	top: 68px;
	right: 0;
}

.newsletter-form .es_subscription_message.error {
	width: 100%;
	float: left;
	padding-top: 10px;
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 92px;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main:after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: #3a3a3a;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media (max-width: 991px) {
.header-main {
	height: 79px;
}
}


/* Site Brand */
.header-main .brand {
	height: 91px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	width: auto;
	height: 58.34px!important;
	display: inline-block;
	vertical-align: top;
}

@media (max-width: 1199px) {
.header-main .brand img {
	height: 47px!important;
}
}

@media (max-width: 991px) {
.header-main .brand {
	height: 79px;
}

.header-main .brand img {
	height: 50px!important;
}
}

/* Nav - Bar */
@media (min-width: 992px) {
.header-main .nav-bar {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 157px 0 208px;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0 -6px;
}

.header-main .primary-menu ul li {
	height: 91px;
	float: left;
	padding: 0;
	margin: 0 6px;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul li > a {
	height: 91px;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #c6c6c6;
	line-height: 91px;
	text-decoration: none;
	position: relative;
	padding: 0 12px;
}

.header-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #e01f26;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .primary-menu ul li .sub-title {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > a {
	padding-right: 17px;
}

.header-main .primary-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 80%;
	line-height: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #ffffff;
}

.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	font-weight: 800;
}

.header-main .primary-menu ul li:hover > a:before,
.header-main .primary-menu ul li > a:focus:before, 
.header-main .primary-menu ul li.nav-menu-open > a:before, 
.header-main .primary-menu ul li.current-menu-item > a:before, 
.header-main .primary-menu ul li.current-menu-parent > a:before, 
.header-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-contact {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li.menu-contact > a {
	width: 157px;
	height: 48px;
	font-family: "Inter", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;	
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background: rgba(255, 255, 255, .20);
	border-radius: 5px;
	padding: 0;
}

.header-main .primary-menu ul li.menu-contact > a:before,
.header-main .primary-menu ul li.menu-contact > a:after {
	display: none;
}

.header-main .primary-menu ul li.menu-contact:hover > a,
.header-main .primary-menu ul li.menu-contact > a:focus, 
.header-main .primary-menu ul li.menu-contact.nav-menu-open > a, 
.header-main .primary-menu ul li.menu-contact.current-menu-item > a, 
.header-main .primary-menu ul li.menu-contact.current-menu-parent > a, 
.header-main .primary-menu ul li.menu-contact.current-menu-ancestor > a {
	color: #ffffff;
	background: #e01f26;
}

.header-main .primary-menu ul li > ul {
	width: 250px;
	float: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .10) 0 7px 15px;
	transition: all .2s ease-in-out;
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: -30px;
	padding: 30px;
	margin: 1px 0 0 0;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

.header-main .primary-menu ul li > ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li > ul li:before {
	display: none;
}

.header-main .primary-menu ul li > ul li > a {
	height: auto;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	text-shadow: none;
	padding: 0 0 3px 0;
	margin: 0;	
}

.header-main .primary-menu ul li > ul li > a:before {
	height: 2px;
	background: #e01f26;
	bottom: 0;
	left: 0;
}

.header-main .primary-menu ul li > ul li:hover > a,
.header-main .primary-menu ul li > ul li > a:focus, 
.header-main .primary-menu ul li > ul li.nav-menu-open > a, 
.header-main .primary-menu ul li > ul li.current-menu-item > a, 
.header-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	color: #e01f26;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.header-main .primary-menu {
	padding: 0 130px 0 167px;
}

.header-main .primary-menu ul {
	margin: 0 -3px;
}

.header-main .primary-menu ul li {
	margin: 0 3px;
}

.header-main .primary-menu ul li > a {
	font-size: 15px;
}

.header-main .primary-menu ul li.menu-contact > a {
	width: 130px;
	font-size: 15px;
}

.header-main .primary-menu ul li > ul li > a {
	font-size: 15px;
	line-height: 21px;
}
}

@media (max-width: 991px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;
	position: fixed;
	top: 79px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 360px;
	height: 100%;
	float: right;	
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 79px 0 0 0;
}

.header-main .nav-bar.active {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: visible;
	right: 0;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;	
	overflow: auto;
	overflow-x: hidden;
}

/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding: 30px 40px 50px 40px;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255, 255, 255, .20);
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	padding: 17px 0;
	margin: 0;
}

.header-main .primary-menu ul li .sub-title {
	width: 100%;
	height: 54px;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	padding: 0;
}

.header-main .primary-menu ul li .sub-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0;
}

.header-main .primary-menu ul li .sub-title.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-item-has-children > .sub-title {
	display: block;
}

.header-main .primary-menu ul li > a:hover,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #e01f26;
}

.header-main .primary-menu ul li.current-menu-item > .sub-title:after,
.header-main .primary-menu ul li.current-menu-parent > .sub-title:after,
.header-main .primary-menu ul li.current-menu-ancestor > .sub-title:after {
	color: #e01f26;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 0 15px 17px 15px;
	margin: 0;
}

.header-main .primary-menu ul li ul li > a {
	padding: 12px 0;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 79px;
	float: right;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Poppins", sans-serif;	
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 -500px;
	display: none;
}

.header-main .menu-btn a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.header-main .menu-btn .menu-txt {
	float: none;
	display:inline-block;
	vertical-align: top;
	margin: 4px 6px 4px 0;
}

.header-main .menu-btn .menu-bar {
	width: 32px;
	height: 2px;
	float: none;
	display:inline-block;
	vertical-align: top;
	background: #ffffff;
	text-indent: -99999px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 9px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -9px;
}

.header-main .menu-btn .menu-bar:after {
	top: 9px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 991px) {
.header-main .menu-btn {
	display: flex;
}
}

@media (max-width: 369px) {
.header-main .menu-btn .menu-txt {
	display: none;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -15px -15px;
}

.form-block ul:last-child {
	padding-bottom: 0;
}

.form-block ul li {
	width: 100%;
	float: left;
	line-height: 1em;
	text-align: left;
	padding: 0 15px 15px 15px;
	margin: 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li:last-child {
	padding-bottom: 15px;
}

.form-block .btn-out {
	width: 100%;
	text-align: center;
	margin: 39px 0 0 0;
}

.form-block .btn-out .btn,
.form-block .btn-out input[type="button"],
.form-block .btn-out input[type="submit"] {
	margin: 0;
}

@media (max-width: 767px) {
.form-block .btn-out {
	margin: 30px 0 0 0;
}
}


/* WPCF7 - Validation */
.wpcf7 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.wpcf7 form span.wpcf7-not-valid-tip {
	width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #e63917;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	font-size: 16px;
	color: #e63917;
	line-height: 22px;
	text-align: center;
	border: none;
	padding: 40px 0 0 0;
	margin: 0;
}

.wpcf7 form .wpcf7-not-valid {
	border-color: #e63917;
}

.wpcf7 form .wpcf7-spinner {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	padding: 0;
	margin: 2px 0 -2px 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}
}


/* Hero - Main */
.hero-main {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	z-index: 1;
	padding: 0 178px;
}

.hero-main .aside {
	width: 100%;
	max-width: 870px;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 1;
}

.hero-main .aside h1,
.hero-main .aside .h1 {
	font-size: 87px;
	line-height: 105px;
}

.hero-main .aside h1 span,
.hero-main .aside .h1 span {
	display: inline;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background: #e01f26;
	border-radius: 14px;
	padding: 0 15px;
}

.hero-main .aside .txt-max {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #c6c6c6;
	line-height: 28px;
	padding: 0 190px 30px 190px;
}

.hero-main .aside .txt-max:last-child {
	padding-bottom: 0;
}

.hero-main .aside .btn-out {
	justify-content: center;
}

.hero-main .user-wrap {
	position: absolute;
	top: 42px;
	left: 0;
}

.hero-main .user-wrap .user-inn {
	width: 100%;
	float: left;
	margin-bottom: 18px;
}

.hero-main .user-wrap .user {
	width: 127px;
	float: left;
	border-radius: 360px;
	overflow: hidden;
}

.hero-main .user-wrap .user img {
	width: 100%;
}

.hero-main .user-wrap .points {
	width: 178px;
	float: left;
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #1bc975;
	line-height: 32px;
	background: rgba(27, 201, 117, 0.1);
	border: 1px solid #1bc975;
	border-radius: 360px;
	padding: 10px 20px;
}

.hero-main .user-wrap .points span {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffffff;
	position: relative;
	padding: 0 4px;
}

.hero-main .user-wrap .points span:before {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #e01f26;
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.hero-main .user-wrap.alt2 {
	top: -56px;
	left: auto;
	right: 0;
}

.hero-main .user-wrap.alt2 .user {
	float: right;
}

.hero-main .user-wrap.alt2 .points {
	float: right;
}

.hero-main .user-wrap.alt3 {
	padding: 0 192px 0 0;
	top: auto;
	bottom: 0;
	left: auto;
	right: 58px;
}

.hero-main .user-wrap.alt3 .user-inn {
	margin-bottom: 0;
}

.hero-main .user-wrap.alt3 .user {
	float: right;
}

.hero-main .user-wrap.alt3 .points {
	float: right;
	position: absolute;
	top: -20px;
	right: 0;
}

@media (max-width: 1299px) {
.hero-main .aside h1,
.hero-main .aside .h1 {
	font-size: 75px;
	line-height: 90px;
}
}

@media (max-width: 1199px) {
.hero-main {
	padding: 0 140px;
}

.hero-main .aside h1,
.hero-main .aside .h1 {
	font-size: 65px;
	line-height: 80px;
}

.hero-main .aside h1 span,
.hero-main .aside .h1 span {
	border-radius: 10px;
	padding: 0 10px;
}

.hero-main .aside .txt-max {
	padding: 0 60px 30px 60px;
}

.hero-main .user-wrap {
	top: 24px;
}

.hero-main .user-wrap .user-inn {
	margin-bottom: 12px;
}

.hero-main .user-wrap .user {
	width: 90px;
}

.hero-main .user-wrap .points {
	width: 140px;
	font-size: 12px;
	line-height: 24px;
	padding: 6px 16px;
}

.hero-main .user-wrap .points span {
	padding: 0 3px;
}

.hero-main .user-wrap .points span:before {
	height: 1px;
}

.hero-main .user-wrap.alt2 {
	top: -32px;
}

.hero-main .user-wrap.alt3 {
	padding: 0 150px 0 0;
	right: 0;
}

.hero-main .user-wrap.alt3 .user-inn {
	margin-bottom: 0;
}

.hero-main .user-wrap.alt3 .points {
	top: -10px;
}
}

@media (max-width: 991px) {
.hero-main .aside h1,
.hero-main .aside .h1 {
	font-size: 55px;
	line-height: 70px;
}
}

@media (max-width: 767px) {
.hero-main {
	padding: 160px 0 120px 0;
}

.hero-main .aside {
	padding: 10px 0;
}

.hero-main .aside h1,
.hero-main .aside .h1 {
	font-size: 40px;
	line-height: 55px;
}

.hero-main .aside h1 span,
.hero-main .aside .h1 span {
	border-radius: 8px;
}

.hero-main .aside .txt-max {
	padding: 0 0 20px 0;
}

.hero-main .user-wrap {
	top: 0;
}

.hero-main .user-wrap.alt2 {
	top: -24px;
}
}


/*Testimonials - Slider */
.testimonials-slider {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.testimonials-slider .item {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: flex-start;
	font-style: italic;
	font-size: 20px;
	color: #79777e;
	line-height: 40px;
}

.testimonials-slider .item .figure {
	width: 51.15%;
	float: left;
	text-align: center;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.testimonials-slider .item .figure img {
	width: 100%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.testimonials-slider .item .figure a {
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.testimonials-slider .item .figure a:before {
	content: "";
	width: 22%;
	height: 32%;
	float: left;
	background: url(img/play.png) no-repeat center center;
	background-size: 100% auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 1;
}

.testimonials-slider .item .figure a:hover img,
.testimonials-slider .item .figure a:focus img,
.testimonials-slider .item .figure a:active img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

.testimonials-slider .item .aside {
	width: 48.85%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0 9% 0 6%;
}

.testimonials-slider .item .aside h3,
.testimonials-slider .item .aside .h3 {
	font-size: 28px;
	color: #000000;
	line-height: 42px;
	position: relative;
	padding-bottom: 27px;
	margin-bottom: 31px;
}

.testimonials-slider .item .aside h3:before,
.testimonials-slider .item .aside .h3:before {
	content: "";
	width: 77px;
	height: 1px;
	float: left;
	background: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
}

.testimonials-slider .item .aside p {
	padding-bottom: 32px;
}

.testimonials-slider .item .aside p:last-child {
	padding-bottom: 0;
}

.testimonials-slider .item .aside .bxt-wrap {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 -35px -20px -20px;
}

.testimonials-slider .item .aside .bxt {
	min-width: 115px;
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 32px;
	border: 1px solid #000000;
	border-radius: 360px;
	position: relative;
	padding: 9px 25px;
	margin: 0 20px 20px 20px;
}

.testimonials-slider .item .aside .bxt:before {
	content: "";
	width: 16px;
	height: 8px;
	float: left;
	background: url(img/arrow-right-sml.png) no-repeat center center;
	background-size: 16px auto;
	position: absolute;
	top: 50%;
	right: -29px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.testimonials-slider .item .aside .bxt:last-child:before {
	display: none;
}

.testimonials-slider .item .aside .bxt-green {
	color: #1bc975;
	border: 1px solid #1bc975;
	background: rgba(27, 201, 117, 0.10);
}

.testimonials-slider .owl-nav {
	text-align: right;
	position: absolute;
	top: -140px;
	right: 0;
	margin: 0 -10px;
}

.testimonials-slider .owl-nav button {
	float: none;
	display: inline-block !important;
	vertical-align: top;
	position: relative !important;
	top: 0 !important;
	-ms-transform: translate(0, 0) !important;
	-webkit-transform: translate(0, -50%) !important;
	-moz-transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	margin: 0 10px !important;
}

@media (max-width: 1199px) {
.testimonials-slider .item {
	font-size: 18px;
	line-height: 36px;
}

.testimonials-slider .item .aside {
	padding: 0 0 0 40px;
}

.testimonials-slider .item .aside h3,
.testimonials-slider .item .aside .h3 {
	font-size: 24px;
	line-height: 36px;
	padding-bottom: 20px;
	margin-bottom: 25px;
}
}

@media (max-width: 991px) {
.testimonials-slider .item .figure {
	width: 48%;
}

.testimonials-slider .item .aside {
	width: 52%;
}

.testimonials-slider .owl-nav {
	top: -120px;
}
}

@media (max-width: 767px) {
.testimonials-slider {
	padding-top: 75px;
}

.testimonials-slider .item {
	font-size: 16px;
	line-height: 32px;
}

.testimonials-slider .item .figure {
	width: 100%;
	margin: 0 0 25px 0;
}

.testimonials-slider .item .figure:last-child {
	margin-bottom: 0;
}

.testimonials-slider .item .aside {
	width: 100%;
	padding: 0;
}

.testimonials-slider .item .aside h3,
.testimonials-slider .item .aside .h3 {
	font-size: 22px;
	line-height: 33px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.testimonials-slider .item .aside h3:before,
.testimonials-slider .item .aside .h3:before {
	width: 60px;
}

.testimonials-slider .item .aside p {
	padding-bottom: 25px;
}

.testimonials-slider .owl-carousel {
	position: static;
}

.testimonials-slider .owl-nav {
	width: 100%;
	text-align: center;
	top: 0;
	right: 0;
	margin: 0;
}
}


/* Steps - List */
.steps-list > div {
	position: relative;
}

.steps-list > div:after {
	content: "";
	width: 111px;
	height: 16px;
	float: left;
	background: url(img/arrow-right-long-red.png) no-repeat center center;
	background-size: auto 100%;
	position: absolute;
	top: 90px;
	right: -55.5px;
}

.steps-list > div:nth-child(2):after {
	background-image: url(img/arrow-right-long-gray.png);
}

.steps-list > div:last-child:after {
	display: none;
}

@media (max-width: 1199px) {
.steps-list > div:after {
	width: 60px;
	background-image: url(img/arrow-right-red.png);
	top: 90px;
	right: -30px;
}

.steps-list > div:nth-child(2):after {
	background-image: url(img/arrow-right-gray.png);
}
}

@media (max-width: 991px) {
.steps-list > div:after {
	top: 70px;
}
}

@media (max-width: 767px) {
.steps-list > div:after {
	width: 100%;
	height: 60px;
	background-image: url(img/arrow-down-red.png);
	top: auto;
	bottom: -90px;
	right: 0;
}

.steps-list > div:nth-child(2):after {
	background-image: url(img/arrow-down-gray.png);
}
}


/* products-list-bx */
.products-list-bx h3 {
	position: relative;
	padding-right: 80px;
}

.products-list-bx h3 strong {
	font-weight: inherit;
	color: #e01f26;
	position: absolute;
	top: 0;
	right: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
.products-list-bx h3.elementor-heading-title {
	font-size: 18px;
	line-height: 28px;
}
}


/* Accordion - Items */
.accord-items {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.accord-items .accord-item {
	width: 100%;
	float: left;
	background: #f8f9fc;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 40px;
}

.accord-items .accord-item:last-child {
	margin-bottom: 0;
}

.accord-items .accord-title {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 36px;
	color: #000000;
	line-height: 46px;
	text-decoration: none;
	position: relative;
	cursor: pointer;
	padding: 25px 90px 25px 55px;
}

.accord-items .accord-title:after {
	content: "\f078";
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	font-size: 24px;
	line-height: 1em;
	-webkit-transition: all 0.25s ease-out;
	-moz-transition: all 0.25s ease-out;
	-o-transition: all 0.25s ease-out;
	transition: all 0.25s ease-out;
	position: absolute;
	top: 50%;
	right: 50px;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.accord-items .accord-title.active:after {
	content: "\f077";
}

.accord-items .accord-cont {
	width: 100%;
	float: left;
	color: #79777e;
	display: none;
	padding: 0 55px 55px 55px;
}

.accord-items .accord-cont strong {
	color: #000000;
}

.accord-items .accord-cont h1,
.accord-items .accord-cont h2,
.accord-items .accord-cont h3,
.accord-items .accord-cont h4,
.accord-items .accord-cont h5,
.accord-items .accord-cont h6 {
	color: #000000;
}

.accord-items .accord-cont .txt {
	margin-bottom: 50px;
}

.accord-items .accord-cont .txt:last-child {
	margin-bottom: 0;
}

.accord-items .accord-cont .txt h1,
.accord-items .accord-cont .txt h2,
.accord-items .accord-cont .txt h3,
.accord-items .accord-cont .txt h4,
.accord-items .accord-cont .txt h5,
.accord-items .accord-cont .txt h6 {
	padding-top: 10px;
}

@media (max-width: 1199px) {
.accord-items .accord-title {
	font-size: 32px;
	line-height: 42px;
	padding: 20px 70px 20px 40px;
}

.accord-items .accord-title:after {
	font-size: 22px;
	right: 35px;
}

.accord-items .accord-cont {
	padding: 0 40px 50px 40px;
}
}

@media (max-width: 767px) {
.accord-items .accord-item {
	margin-bottom: 30px;
}

.accord-items .accord-title {
	font-size: 26px;
	line-height: 36px;
	padding: 15px 50px 15px 30px;
}

.accord-items .accord-title:after {
	font-size: 20px;
	right: 25px;
}

.accord-items .accord-cont {
	padding: 0 30px 40px 30px;
}
}


/* Boxes Content */
.boxes-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.boxes-cont h2,
.boxes-cont .h2 {
	font-size: 26px;
	line-height: 36px;
	padding-bottom: 35px;
}

.boxes-cont h2:last-child,
.boxes-cont .h2:last-child {
	padding-bottom: 0;
}

.boxes-cont .box-items {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}

.boxes-cont .box-item {
	width: 25%;
	float: left;
	padding: 0 15px 30px 15px;
}

.boxes-cont .box-item .box {
	width: 100%;
	height: 100%;
	float: left;
}

.boxes-cont .box-item .box .bx-title {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 18px;
	color: #ffffff;
	line-height: 24px;
	background: #e01f26;
	border-radius: 20px 20px 0 0;
	overflow: hidden;
	padding: 18px 10px;
}

.boxes-cont .box-item .box .bx-cont {
	width: 100%;
	float: left;
	border: 1px solid #d8d7de;
	border-top: none;
	border-radius: 0 0 20px 20px;
	overflow: hidden;
	padding: 35px 20px;
}

.boxes-cont .box-item .box .bx-cont h3 {
	font-size: 22px;
	line-height: 28px;
	padding: 0 0 12px 0;
}

.boxes-cont .box-item .box .bx-cont h3:last-child {
	padding-bottom: 0;
}

.boxes-cont .box-item .box .bx-cont .repeat {
	width: 100%;
	float: left;
	border-bottom: 1px solid #d8d7de;
	padding-bottom: 20px;
	margin-bottom: 30px;
}

.boxes-cont .box-item .box .bx-cont .repeat:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

@media (max-width: 1199px) {
.boxes-cont .box-item {
	width: 50%;
}
}

@media (max-width: 767px) {
.boxes-cont .box-item {
	width: 100%;
}

.boxes-cont h2,
.boxes-cont .h2 {
	padding-bottom: 25px;
}
}



/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	flex-shrink: 0;
	color: #c6c6c6;
	overflow: hidden;
}

/* Footer - Menu */
.footer-menu .elementor-widget-container ul { 
	display: -ms-flexbox; 
	display: flex; 
	-ms-flex-wrap: wrap; 
	flex-wrap: wrap; 
	justify-content: center; 
	padding: 0; 
	margin: 0 -18px -22px -18px;
}

.footer-menu .elementor-widget-container ul li { 
	padding: 0 18px 22px 18px; 
	margin: 0;
}

.footer-menu .elementor-widget-container ul li:before { 
	display: none;
}

.footer-menu .elementor-widget-container ul li > a:hover, 
.footer-menu .elementor-widget-container ul li > a:focus, 
.footer-menu .elementor-widget-container ul li > a:active, 
.footer-menu .elementor-widget-container ul li.nav-menu-open > a, 
.footer-menu .elementor-widget-container ul li.current-menu-item > a, 
.footer-menu .elementor-widget-container ul li.current-menu-parent > a, 
.footer-menu .elementor-widget-container ul li.current-menu-ancestor > a {
	text-decoration: underline!important;
}


/*
 6.) Elementor - Widgets
----------------------------------------*/

.fancybox-button {
	background: rgba(30, 30, 30, .6) !important;
	border-radius: 0 !important;
	margin: 0 !important;
	padding: 10px !important;
}


/* Custom - Grid Columns */
@media (min-width: 992px) {
.custom-two-column .elementor-container {
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.custom-two-column .elementor-column {
	flex: 0 0 50%;
}

.custom-three-column .elementor-container {
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.custom-three-column .elementor-column {
	flex: 0 0 33.33%;
}

.custom-four-column .elementor-container {
	flex-wrap: wrap;
	/*justify-content: center;*/
}

.custom-four-column .elementor-column {
	flex: 0 0 25%;
}
}


/* Max - Middle */
.max-middle {
    margin: 0 auto;    
}


/* Content Align - Center */
.cont-align-center > .e-con-inner {
	display: block!important;
	text-align: center!important;    
}

.cont-align-center > .e-con-inner > div {
	float: none;
	display: inline-block;
	vertical-align: middle;
}


/* Max - Left/Right */
@media (min-width: 768px) {
.max-left-605 .elementor-widget-container {
	width: 100%;
	max-width: 605px;
	float: left;
}

.max-right-605 .elementor-widget-container {
	width: 100%;
	max-width: 605px;
	float: right;
}

.max-left-605 .elementor-widget-container h2,
.max-right-605 .elementor-widget-container h2,
.max-left-605 .elementor-widget-container p,
.max-right-605 .elementor-widget-container p,
.max-left-605 .elementor-widget-container ul,
.max-right-605 .elementor-widget-container ul,
.max-left-605 .elementor-widget-container ol,
.max-right-605 .elementor-widget-container ol,
.max-left-605 .elementor-widget-container .elementor-button-wrapper,
.max-right-605 .elementor-widget-container .elementor-button-wrapper {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}

.max-left2-605 .elementor-widget-container {
	width: 100%;
	max-width: 605px;
	float: left;
}

.max-right2-605 .elementor-widget-container {
	width: 100%;
	max-width: 605px;
	float: right;
}

.max-left2-605 .elementor-widget-container h2,
.max-right2-605 .elementor-widget-container h2,
.max-left2-605 .elementor-widget-container p,
.max-right2-605 .elementor-widget-container p,
.max-left2-605 .elementor-widget-container ul,
.max-right2-605 .elementor-widget-container ul,
.max-left2-605 .elementor-widget-container ol,
.max-right2-605 .elementor-widget-container ol,
.max-left2-605 .elementor-widget-container .elementor-button-wrapper,
.max-right2-605 .elementor-widget-container .elementor-button-wrapper {
	width: 100%;
	max-width: 450px;
	margin: 0 auto;
}
}


/* Custom Video Overlay */
.custom-video-overlay .elementor-widget-container {
	position: relative;
}

.custom-video-overlay .elementor-widget-container:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(img/hero-overlay.png) no-repeat center center;
	background-size: 100% 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}


/* Elementor - Custom
.elementor a {
	text-decoration: underline;
}

.elementor a:hover,
.elementor a:focus,
.elementor a:active {
	text-decoration: underline;
}

.elementor .elementor-button {
	text-decoration: none;
}

.elementor .elementor-button:hover,
.elementor .elementor-button:focus,
.elementor .elementor-button:active {
	text-decoration: none;
}

.elementor .btn {
	text-decoration: none;
}

.elementor .btn:hover,
.elementor .btn:focus,
.elementor .btn:active {
	text-decoration: none;
}

.elementor .menu-btn a {
	text-decoration: none;
}

h1.elementor-heading-title {
	line-height: 105px;
}

h2.elementor-heading-title {
	line-height: 52px;
}

h3.elementor-heading-title {
	line-height: 32px;
}

h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 30px;
}

p.elementor-heading-title,
span.elementor-heading-title,
div.elementor-heading-title {
	line-height: inherit;
}

@media (max-width: 1199px) {
h1.elementor-heading-title {
	line-height: 85px; 
}
}

@media (max-width: 991px) {
h1.elementor-heading-title {
	line-height: 65px;
}

h2.elementor-heading-title {
	line-height: 46px;
}
}

@media (max-width: 767px) {
h1.elementor-heading-title {
	line-height: 55px;
}

h2.elementor-heading-title {
	line-height: 40px;
}
}
*/


/* Container - Main */
.elementor-default {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.elementor-location-header {
	position: relative;
}

.elementor-location-footer {
	flex-shrink: 0;
}

.transparent .elementor-location-header {
	margin-bottom: -91px;
}

@media (max-width: 991px) {
.transparent .elementor-location-header {
	margin-bottom: -79px;
}
}


/* Elementor - Edits */
body.elementor-editor-active.transparent .elementor-location-header {
	margin-bottom: 0;
}

body.elementor-editor-active .container-main:before {
	padding-top: 91px;
}

body.elementor-editor-active .container-main .content-main {
	padding-top: 91px;
}

@media (max-width: 991px) {
body.elementor-editor-active .container-main:before {
	padding-top: 79px;
}

body.elementor-editor-active .container-main .content-main {
	padding-top: 79px;
}
}


/*
 7.) Text - Colors / Wordpress Cores
------------------------------------------------------*/

/* Colors */
.red {
	color: #e01f26!important;
}

.red-alt {
	color: #fa1a23!important;
}

.gray {
	color: #c6c6c6!important;
}

.white {
	color: #ffffff!important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

@media (max-width: 767px) {
.mobi-align-left {
	text-align: left;
}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}


/* ---------------------------- End WordPress Core ---------------------------- */


body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
    padding: 0!important;
    border-radius: 900px!important;
}



