/*!
Theme Name: Whello
Theme URI: http://underscores.me/
Author: Whello Developer
Author URI: https://whello.id
Description: Whello Theme standard
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: whello
Tags: 

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/

@font-face {
	font-family: 'Pragati Narrow';
	src: local('Pragati Narrow'), local('PragatiNarrow-Regular'),
		url('assets/fonts/pragati-narrow/PragatiNarrow-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Pragati Narrow';
	src: local('Pragati Narrow Bold'), local('PragatiNarrow-Bold'),
		url('assets/fonts/pragati-narrow/PragatiNarrow-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: local('Poppins Regular'), local('Poppins-Regular'),
		url('assets/fonts/poppins/Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: local('Poppins Bold'), local('Poppins-Bold'),
		url('assets/fonts/poppins/Poppins-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Poppins';
	src: local('Poppins SemiBold'), local('Poppins-SemiBold'),
		url('assets/fonts/poppins/Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

* {
	margin: 0;
	padding: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	font-smoothing: antialiased;
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
	text-shadow: rgba(0, 0, 0, 0) 0 0 1px;
	vertical-align: baseline;
	background-clip: border-box;
	word-break: break-word;
}

*:focus,
*:active,
*:visited,
*:hover {
	outline: 0
}

*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

::-moz-selection {
	color: #fff;
	background-color: #405159;
	text-shadow: none
}

::selection {
	color: #fff;
	background-color: #405159;
	text-shadow: none
}



/* STYLE SCREEN READERS */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	-moz-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

html.prevent-scroll {
	overflow: hidden;
}

html,
body {
	scroll-behavior: smooth;
	width: 100%;
	overflow-x: hidden;
}

.scroll-deactive {
	overflow: hidden;
}

body {
	margin: 0;
	font-family: "Pragati Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #777777;
	-moz-block-height: normal;
	line-height: 1.35;
	font-size: 16px;
	font-weight: 500;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-text-size-adjust: 100%;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	background-color: #fff;
	word-break: break-word;
}

mark {
	background-color: #ffd07b;
	color: inherit;
	padding: 2px 5px
}

article,
aside,
details,
figcaption,
figure,
label,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
	width: 100%;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	width: 100%;
}

li:not(:last-child) {
	margin-bottom: 16px;
}

ol {
	list-style: inside decimal;
}

ul:not([class]) li {
	position: relative;
	list-style: none;
	padding-left: 16px;
}

ul:not([class]) li:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	z-index: 1;
	width: 5px;
	height: 5px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #030304;
}

p+ol,
p+ul {
	margin-top: 16px;
}

[class*="list-bullet"] ul li,
[class*="list-bullet"] ol li,
[class*="list-bullet"] li {
	position: relative;
	padding-left: 24px;
	line-height: 1.35;
	list-style: none;
}

.list-bullet-greencheckcircle ul li,
.list-bullet-greencheckcircle ol li,
.list-bullet-greencheckcircle li {
	padding-left: 60px;
}

.list-customer-label .label-custumer-group:before,
[class*="list-bullet"] ul li:before,
[class*="listlet"] ol li:before,
[class*="list-bullet"] li:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 16px;
	height: 16px;
	background: center/contain no-repeat rgba(0, 0, 0, 0);
}

.list-bullet-greencheckcircle ul li::before,
.list-bullet-greencheckcircle ol li::before,
.list-bullet-greencheckcircle li::before {
	width: 40px;
	height: 40px;
}

[class*="list-bullet"] ul,
[class*="list-bullet"] ol {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

[class*="list-bullet"] p+ul,
[class*="list-bullet"] p+ol {
	color: inherit;
}

.list-bullet-greencheck ul li:not(:last-child),
.list-bullet-greencheck ol li:not(:last-child),
.list-bullet-greencheck li:not(:last-child) {
	margin-bottom: 6px;
}

.list-bullet-greencheckcircle ul li,
.list-bullet-greencheckcircle ol li,
.list-bullet-greencheckcircle li {
	color: #4e4e4e;
}

.list-bullet-greencheckcircle ul li:not(:last-child),
.list-bullet-greencheckcircle ol li:not(:last-child),
.list-bullet-greencheckcircle li:not(:last-child) {
	margin-bottom: 26px;
}

.list-bullet-greencheckcircle ul li:before,
.list-bullet-greencheckcircle ol li:before,
.list-bullet-greencheckcircle li:before {
	background-image: url(assets/images/icon-greencheck-greybg.svg);
}


.list-customer-label .label-custumer-group:before,
.list-bullet-greencheck ul li:before,
.list-bullet-greencheck ol li:before,
.list-bullet-greencheck li:before {
	background-image: url(assets/images/icon-greencheck.svg);
}

a {
	text-decoration: none;
	color: inherit;
	cursor: pointer;
	cursor: hand;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

a * {
	cursor: pointer;
	cursor: hand
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #030304;
	font-weight: 700;
}

h1,
h2,
h3,
h4 {
	margin-bottom: 20px;
}

h5,
h6 {
	margin-bottom: 10px;
}

p {
	margin-top: 0;
	line-height: 1.5;
}

p>a,
ul a,
ol a,
table a {
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

p b,
p strong {
	font-weight: 600;
}

p em {
	font-size: 18px;
	font-weight: 300;
	color: #405159;
}

p>a,
ul a,
ol a,
table a {
	font-weight: 700;
	color: #68ce97;
}

p a:hover,
ul a:hover,
ol a:hover,
table a:hover {
	color: #1e87e3;
}

strong,
b {
	font-weight: 700;
}

img {
	width: 100%;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

img:not([src*="png"]):not([src*="svg"]) {
	background-color: #62a0c0;
}

p img,
p .alt-image {
	width: 100%;
	margin-top: 16px;
}

.alt-image {
	overflow: hidden;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.alt-objectfit-contain .alt-image {
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
}

.grw-slider>.alt-image {
	display: none;
}

.alt-image.emoji {
	display: inline-block;
}

input::-webkit-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

input::-webkit-input-placeholder,
input:-moz-placeholder,
input::-moz-placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder,
input::placeholder,
input:-ms-input-placeholder,
input::-ms-input-placeholder {
	color: #a0a0a0;
	opacity: 1;
}

select::-ms-expand {
	display: none;
}

input[type="file"]::-ms-value,
input[type="file"]::-ms-browse {
	display: none;
}

input,
textarea,
select {
	font-family: "Pragati Narrow", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

button,
input,
textarea,
select {
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s
}

button {
	background-color: rgba(0, 0, 0, 0);
}

input,
textarea,
select {
	width: 100%;
	padding: 10px 24px 12px;
	caret-color: #405159;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #e0e0e0;
	font-size: 20px;
	font-weight: 700;
	color: #010101;
	background: -webkit-calc(100% - 20px) 12px/30px #fff no-repeat;
	background: -moz-calc(100% - 20px) 12px/30px #fff no-repeat;
	background: calc(100% - 20px) 12px/30px #fff no-repeat;
}

input.valid,
textarea.valid,
select.valid {
	border-color: #07cd6b;
}

input.valid,
textarea.valid {
	background-image: url(assets/images/icon-checkmark-fillgren-keesing.svg);
}

select {
	word-wrap: normal;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	appearance: none;
	background: #fff url(assets/images/icon-arrow-chevrongreen-down.svg) -webkit-calc(100% - 28px) 50%/16px no-repeat;
	background: #fff url(assets/images/icon-arrow-chevrongreen-down.svg) -moz-calc(100% - 28px) 50%/16px no-repeat;
	background: #fff url(assets/images/icon-arrow-chevrongreen-down.svg) calc(100% - 28px) 50%/16px no-repeat;
}

select option {
	background-color: #f2f6f7;
	color: #405159;
}

textarea {
	height: 140px;
	resize: none;
	overflow: auto;
}

textarea::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #405159;
}

textarea::-webkit-scrollbar {
	width: 7px;
	background-color: #405159;
}

textarea::-webkit-scrollbar-thumb {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	background-color: #405159;
}

input:active,
input:focus,
input:hover,
textarea:active,
textarea:focus,
textarea:hover,
select:active,
select:focus,
select:hover {
	border-color: #405159;
	outline: none;
}

.input-field input.error,
.input-field select.error,
.input-field textarea.error {
	border-color: #f35926;
}

.wpcf7 label.error {
	display: none !important;
}

input[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0
}

input[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none
}



/* STYLE CTA */
button,
input[type=submit],
input[type=reset],
input[type=button] {
	border: 0;
	overflow: visible;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-appearance: button;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

button:not(:disabled),
input[type=submit]:not(:disabled),
input[type=reset]:not(:disabled),
input[type=button]:not(:disabled),
select {
	cursor: pointer;
	cursor: hand
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
	padding: 0;
	border-style: none
}

button,
select {
	text-transform: none
}

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
	-webkit-appearance: none
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-clear-button {
	display: none;
	-webkit-appearance: none;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto
}

[type="search"] {
	outline-offset: -2px;
	-webkit-appearance: none
}

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button
}

input[type=number] {
	padding: 0;
	height: 48px;
	outline-color: #62a0c0;
}

input[type="date"] {
	background-image: url(assets/images/icon-calendar-outline-green.svg);
	-webkit-background-size: 24px 26px;
	-moz-background-size: 24px 26px;
	-o-background-size: 24px 26px;
	background-size: 24px 26px;
}

input[type="radio"],
input[type="checkbox"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	width: 30px;
	min-width: 30px;
	height: 30px;
	min-height: 30px;
	padding: 0;
	line-height: normal;
	border: 1px solid #e0e0e0;
	cursor: pointer;
	background: center/20px 20px no-repeat;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

input[type="checkbox"] {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

input[type="checkbox"]:checked {
	background-image: url(assets/images/icon-checkmark-white-keesing.svg);
	border-color: #07cd6b;
	background-color: #07cd6b;
}

input[type="radio"] {
	/*
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
*/
}

input[type="radio"]:checked {
	border-width: 4px;
}

fieldset {
	min-width: 0;
	border: 0
}

progress {
	vertical-align: baseline
}

p~table {
	margin-top: 16px;
}

table {
	border-collapse: collapse;
	border-spacing: 0
}

th,
td {
	vertical-align: middle;
}

audio,
video {
	display: -moz-inline-stack;
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: top
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible
}

address {
	margin-bottom: 1rem;
	font-style: normal;
	line-height: inherit
}

dd {
	margin-left: 0
}

pre,
code,
kbd,
samp {
	font-family: source-code-pro, Menlo, Monaco, Consolas, "Courier New", monospace;
}

pre {
	margin-top: 0;
	margin-bottom: 1rem;
	overflow: auto
}

svg {
	overflow: hidden;
	vertical-align: middle
}

.container {
	margin: 0 auto;
}

[hidden] {
	display: none !important
}

abbr[title] {
	border-bottom: none;
	text-decoration: none;
	border-bottom: 0;
	-webkit-text-decoration-skip-ink: none;
	text-decoration-skip-ink: none
}



/* WORDPRESS RESET & PLUGIN STANDARD WHELLO */
.mdf_standard_paginate>br {
	display: none;
}

li#wp-admin-bar-duplicate_this {
	display: none;
}

.vc_row div.wpb_single_image * {
	width: 100%;
	height: 100%;
}

.wpb_wrapper .wpb_content_element {
	margin-bottom: 0;
}

body>.site {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-moz-box-orient: vertical;
	-moz-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
}

body>.site>.site-main {
	-webkit-box-flex: 1;
	-webkit-flex: 1 0 auto;
	-moz-box-flex: 1;
	-ms-flex: 1 0 auto;
	flex: 1 0 auto;
}

.vc_row.vc_row-flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.vc_row.vc_row-has-fill {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	background-position: center !important;
	background-repeat: no-repeat !important;
}

div.vc_col-has-fill>.vc_column-inner,
div.vc_row-has-fill+.vc_row-full-width+.vc_row>.vc_column_container>.vc_column-inner,
div.vc_row-has-fill+.vc_row>.vc_column_container>.vc_column-inner,
div.vc_row-has-fill>.vc_column_container>.vc_column-inner {
	padding-top: 0;
}

.wpb_text_column p+p {
	margin-top: 16px;
}

.post-views {
	display: none !important;
}




/* STYLE CTA */
div.vc_btn3-container {
	margin-bottom: 0;
}

.vc_btn3-container a.vc_btn3:focus {
	background-color: rgba(0, 0, 0, 0);
}

.vc_btn3-container[class*="btn-"] a.vc_btn3,
a[class*="btn-"],
[class*="btn-"] a,
button[class*="btn-"],
[class*="btn-"] button,
input[class*="btn-"],
[class*="btn-"] input {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	font-weight: 600;
	line-height: 1;
	color: #405159;
	border-color: rgba(0, 0, 0, 0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.vc_btn3-container[class*="btn-"] a.vc_btn3::first-letter,
a[class*="btn-"]::first-letter,
[class*="btn-"] a::first-letter,
button[class*="btn-"]::first-letter,
[class*="btn-"] button::first-letter,
input[class*="btn-"]::first-letter,
[class*="btn-"] input::first-letter {
	text-transform: capitalize;
}

.vc_btn3-container[class*="btn-icon"] a.vc_btn3,
a[class*="btn-icon"],
[class*="btn-icon"] a,
button[class*="btn-icon"],
[class*="btn-icon"] button {
	padding: 0;
	display: -webkit-inline-box;
	display: -webkit-inline-flex;
	display: -moz-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.vc_btn3-container[class*="orange"] a.vc_btn3,
a[class*="orange"],
[class*="orange"]>a,
button[class*="orange"],
[class*="orange"]>button,
input[class*="orange"],
[class*="orange"]>input {
	color: #f35926;
}

.vc_btn3-container[class*="black"] a.vc_btn3,
a[class*="black"],
[class*="black"]>a,
button[class*="black"],
[class*="black"]>button,
input[class*="black"],
[class*="black"]>input {
	color: #030304;
}

.vc_btn3-container[class*="white"] a.vc_btn3,
a[class*="white"],
[class*="white"]>a,
button[class*="white"],
[class*="white"]>button,
input[class*="white"],
[class*="white"]>input {
	color: #fff;
}

.vc_btn3-container[class*="btn-icon"] a.vc_btn3:after,
a[class*="btn-icon"]:after,
[class*="btn-icon"] a:after,
button[class*="btn-icon"]:after,
[class*="btn-icon"] button:after {
	content: '';
	display: inline-block;
	margin-left: 20px;
	background-position: center right;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	background-repeat: no-repeat;
	-webkit-transform: translateZ(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
}

.vc_btn3-container[class*="btn-icon"]:not(.btn-icon-noanimate) a.vc_btn3:hover:after,
a[class*="btn-icon"]:not(.btn-icon-noanimate):hover:after,
[class*="btn-icon"]:not(.btn-icon-noanimate) a:hover:after,
button[class*="btn-icon"]:not(.btn-icon-noanimate):hover:after,
[class*="btn-icon"]:not(.btn-icon-noanimate) button:hover:after {
	-webkit-transform: translateX(3px);
	-moz-transform: translateX(3px);
	-ms-transform: translateX(3px);
	-o-transform: translateX(3px);
	transform: translateX(3px);
}

.vc_btn3-container[class*="btn-flat-"] a.vc_btn3,
a[class*="btn-flat-"],
[class*="btn-flat-"] a,
button[class*="btn-flat-"],
[class*="btn-flat-"] button,
input[class*="btn-flat-"],
[class*="btn-flat-"] input,
.vc_btn3-container[class*="btn-outline"] a.vc_btn3,
a[class*="btn-outline"],
[class*="btn-outline"] a,
button[class*="btn-outline"],
[class*="btn-outline"] button,
input[class*="btn-outline"],
[class*="btn-outline"] input {
	padding: 18px 36px 16px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	border: 2px solid;
}


.vc_btn3-container[class*="btn-outline"] a.vc_btn3,
a[class*="btn-outline"],
[class*="btn-outline"] a,
button[class*="btn-outline"],
[class*="btn-outline"] button,
input[class*="btn-outline"],
[class*="btn-outline"] input {
	background-color: rgba(0, 0, 0, 0);
}

.vc_btn3-container[class*="btn-flat-"] a.vc_btn3,
a[class*="btn-flat-"],
[class*="btn-flat-"] a,
button[class*="btn-flat-"],
[class*="btn-flat-"] button,
input[class*="btn-flat-"],
[class*="btn-flat-"] input,
.vc_btn3-container[class*="btn-outline"] a.vc_btn3:hover,
a[class*="btn-outline"]:hover,
[class*="btn-outline"] a:hover,
button[class*="btn-outline"]:hover,
[class*="btn-outline"] button:hover,
input[class*="btn-outline"]:hover,
[class*="btn-outline"] input:hover {
	color: #fff;
}

.vc_btn3-container.btn-icon-reverse a.vc_btn3,
a.btn-icon-reverse,
.btn-icon-reverse a,
button.btn-icon-reverse,
.btn-icon-reverse button {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.vc_btn3-container.btn-icon-reverse a.vc_btn3:after,
a.btn-icon-reverse:after,
.btn-icon-reverse a:after,
button.btn-icon-reverse:after,
.btn-icon-reverse button:after {
	margin-right: 20px;
	margin-left: 0;
}

.vc_btn3-container.btn-icon-reverse[class*="btn-icon-arrow"] a.vc_btn3:after,
a.btn-icon-reverse[class*="btn-icon-arrow"]:after,
.btn-icon-reverse[class*="btn-icon-arrow"] a:after,
button.btn-icon-reverse[class*="btn-icon-arrow"]:after,
.btn-icon-reverse[class*="btn-icon-arrow"] button:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}

.vc_btn3-container.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] a.vc_btn3:hover:after,
a.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"]:hover:after,
.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] a:hover:after,
button.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"]:hover:after,
.btn-icon-reverse:not(.btn-icon-noanimate)[class*="btn-icon-arrow"] button:hover:after {
	-webkit-transform: rotate(180deg) translateX(3px);
	-moz-transform: rotate(180deg) translateX(3px);
	-ms-transform: rotate(180deg) translateX(3px);
	-o-transform: rotate(180deg) translateX(3px);
	transform: rotate(180deg) translateX(3px);
}

.vc_btn3-container.btn-icon-rotatebottom a.vc_btn3:after,
a.btn-icon-rotatebottom:after,
.btn-icon-rotatebottom a:after,
button.btn-icon-rotatebottom:after,
.btn-icon-rotatebottom button:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

.vc_btn3-container.btn-icon-rotatebottom:not(.btn-icon-noanimate) a.vc_btn3:after,
a.btn-icon-rotatebottom:not(.btn-icon-noanimate):after,
.btn-icon-rotatebottom:not(.btn-icon-noanimate) a:after,
button.btn-icon-rotatebottom:not(.btn-icon-noanimate):after,
.btn-icon-rotatebottom:not(.btn-icon-noanimate) button:after {
	-webkit-transform: rotate(90deg) translateX(3px);
	-moz-transform: rotate(90deg) translateX(3px);
	-ms-transform: rotate(90deg) translateX(3px);
	-o-transform: rotate(90deg) translateX(3px);
	transform: rotate(90deg) translateX(3px);
}

.vc_btn3-container.btn-icon-arrow-chevronwhite a.vc_btn3:after,
a.btn-icon-arrow-chevronwhite:after,
.btn-icon-arrow-chevronwhite a:after,
button.btn-icon-arrow-chevronwhite:after,
.btn-icon-arrow-chevronwhite button:after {
	min-width: 8px;
	min-height: 14px;
	background-image: url(assets/images/icon-arrow-chevronwhite.svg);
}

input.btn-icon-arrow-chevronblack {
	background: url(assets/images/icon-arrow-chevronwhite.svg) left center/8px 14px no-repeat;
	background: url(assets/images/icon-arrow-chevronwhite.svg) left center/8px 14px no-repeat;
	background: url(assets/images/icon-arrow-chevronwhite.svg) left center/8px 14px no-repeat;
}

.vc_btn3-container.btn-icon-arrow-chevronorange a.vc_btn3:after,
a.btn-icon-arrow-chevronorange:after,
.btn-icon-arrow-chevronorange a:after,
button.btn-icon-arrow-chevronorange:after,
.btn-icon-arrow-chevronorange button:after {
	min-width: 8px;
	min-height: 14px;
	background-image: url(assets/images/icon-arrow-chevronorange.svg);
}

input.btn-icon-arrow-chevronblack {
	background: url(assets/images/icon-arrow-chevronorange.svg) left center/8px 14px no-repeat;
	background: url(assets/images/icon-arrow-chevronorange.svg) left center/8px 14px no-repeat;
	background: url(assets/images/icon-arrow-chevronorange.svg) left center/8px 14px no-repeat;
}

@supports (not (-ms-ime-align:auto)) {

	input[type=submit]:hover,
	input[type=reset]:hover,
	input[type=button]:hover {
		background-position: -webkit-calc(100% - 15px) center;
		background-position: -moz-calc(100% - 15px) center;
		background-position: calc(100% - 15px) center;
	}
}

.vc_btn3-container.btn-outline-orange a.vc_btn3,
a.btn-outline-orange,
.btn-outline-orange a,
button.btn-outline-orange,
.btn-outline-orange button,
input.btn-outline-orange,
.btn-outline-orange input {
	border-color: #f35926;
}

.vc_btn3-container.btn-outline-orange a.vc_btn3:hover,
a.btn-outline-orange:hover,
.btn-outline-orange a:hover,
button.btn-outline-orange:hover,
.btn-outline-orange button:hover,
input.btn-outline-orange:hover,
.btn-outline-orange input:hover {
	background-color: #f35926;
}

.vc_btn3-container.btn-outline-white a.vc_btn3,
a.btn-outline-white,
.btn-outline-white a,
button.btn-outline-white,
.btn-outline-white button,
input.btn-outline-white,
.btn-outline-white input {
	border-color: #fff;
}

.vc_btn3-container.btn-outline-white a.vc_btn3:hover,
a.btn-outline-white:hover,
.btn-outline-white a:hover,
button.btn-outline-white:hover,
.btn-outline-white button:hover,
input.btn-outline-white:hover,
.btn-outline-white input:hover {
	background-color: #fff;
	color: #405159;
}

.vc_btn3-container.btn-flat-orange a.vc_btn3,
a.btn-flat-orange,
.btn-flat-orange a,
button.btn-flat-orange,
.btn-flat-orange button,
input.btn-flat-orange,
.btn-flat-orange input {
	border-color: #f35926;
	background-color: #f35926;
}

.vc_btn3-container.btn-flat-orange a.vc_btn3:hover,
a.btn-flat-orange:hover,
.btn-flat-orange a:hover,
button.btn-flat-orange:hover,
.btn-flat-orange button:hover,
input.btn-flat-orange:hover,
.btn-flat-orange input:hover {
	background-color: #1e87e3;
	border-color: #1e87e3;
}

.vc_btn3-container.btn-flat-black a.vc_btn3,
a.btn-flat-black,
.btn-flat-black a,
button.btn-flat-black,
.btn-flat-black button,
input.btn-flat-black,
.btn-flat-black input {
	border-color: #405159;
	background-color: #405159;
}

.vc_btn3-container.btn-flat-black a.vc_btn3:hover,
a.btn-flat-black:hover,
.btn-flat-black a:hover,
button.btn-flat-black:hover,
.btn-flat-black button:hover,
input.btn-flat-black:hover,
.btn-flat-black input:hover {
	background-color: #fff;
	color: #405159;
}

.vc_btn3-container.btn-flat-white a.vc_btn3,
a.btn-flat-white,
.btn-flat-white a,
button.btn-flat-white,
.btn-flat-white button,
input.btn-flat-white,
.btn-flat-white input {
	border-color: #fff;
	background-color: #fff;
	color: #405159;
}

.vc_btn3-container.btn-flat-white a.vc_btn3:hover,
a.btn-flat-white:hover,
.btn-flat-white a:hover,
button.btn-flat-white:hover,
.btn-flat-white button:hover,
input.btn-flat-white:hover,
.btn-flat-white input:hover {
	background-color: rgba(0, 0, 0, 0);
	color: #fff;
}

.vc_btn3-container .vc_btn3.vc_general,
.vc_btn3-container .vc_btn3.vc_general:hover {
	background-image: none;
	background-color: rgba(0, 0, 0, 0);
}

div.mdf_info_popup[style*="block"],
div.mdf_info_popup[style*="flex"] {
	background-color: #f35926;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	width: 200px;
	height: 200px;
	top: -webkit-calc(50% - 50px);
	top: -moz-calc(50% - 50px);
	top: calc(50% - 50px);
	left: -webkit-calc(50% - 100px);
	left: -moz-calc(50% - 100px);
	left: calc(50% - 100px);
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -moz-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	animation: loadingText 1s linear alternate-reverse infinite;
}

@-webkit-keyframes loadingText {
	0% {
		-webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

@-moz-keyframes loadingText {
	0% {
		-moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

@-o-keyframes loadingText {
	0% {
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}

@keyframes loadingText {
	0% {
		-webkit-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		-moz-border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
		border-radius: 54% 46% 63% 37% / 44% 58% 42% 56%;
	}

	100% {
		-webkit-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		-moz-border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
		border-radius: 34% 63% 37% 66% / 45% 55% 46% 54%;
	}
}



/* RESET SELECT2 STYLE */
select~.select2 .selection {
	display: block;
}

select~.select2 .select2-selection {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border: solid 1px #405159;
	background-color: #fff;
	height: auto;
	margin: 0;
	overflow: hidden;
}

select~.select2 .select2-selection .select2-selection__rendered {
	padding: 10px 20px 10px 10px;
	color: #405159;
	font-size: 14px;
	line-height: 1;
	background: #fff url(assets/images/icon-arowsv-black-kindr.svg) -webkit-calc(100% - 10px) 50%/6px no-repeat;
	background: #fff url(assets/images/icon-arowsv-black-kindr.svg) -moz-calc(100% - 10px) 50%/6px no-repeat;
	background: #fff url(assets/images/icon-arowsv-black-kindr.svg) calc(100% - 10px) 50%/6px no-repeat;
}

select~.select2 .select2-selection .select2-selection__arrow {
	display: none;
}

.select2-container--default {
	font-size: 14px;
}

.select2-container--default .select2-dropdown {
	overflow: hidden;
}

.select2-container--default .select2-search--dropdown {
	display: none;
}

.select2-container--default .select2-results .select2-results__options[role="listbox"] {
	max-height: 250px;
}

.select2-container--default .select2-results .select2-results__option {
	background-color: rgba(0, 0, 0, 0);
	padding: 6px 10px;
}

.select2-container--default .select2-results .select2-results__option.select2-results__option--highlighted {
	background-color: #f2a2bb;
}



/* RESET SELECTRIC STYLE */
form .selectric-wrapper {
	width: 100%;
}

form .selectric-wrapper .selectric-items {
	display: block;
	z-index: 10;
	min-width: 100%;
	padding-bottom: 15px;
	border: solid 1px #687c86;
	background-color: #fff;
	border-top: none;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	border-bottom-right-radius: 10px;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
	opacity: 0;
	visibility: hidden;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

form .selectric-wrapper.selectric-open .selectric-items {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

form .selectric-wrapper .selectric {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 1px #687c86;
	background-color: #fff;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s;
}

form .selectric-wrapper:not(.selectric-open) .selectric:hover {
	border-color: #405159;
}

form .selectric-wrapper.selectric-open .selectric {
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-right-radius: 0;
}

form .selectric-items li[class] {
	color: #405159;
	font-size: 16px;
	padding: 10px 18px 12px;
	background-color: #fff;
	-webkit-transition: .25s;
	-o-transition: .25s;
	-moz-transition: .25s;
	transition: .25s
}

form .selectric-items li:nth-child(even) {
	background-color: #f2f6f7;
}

form .selectric-items li:hover {
	background-color: #405159;
	color: #fff;
}

form .selectric-items ul {
	border-top: none;
}

form .selectric-wrapper .selectric span.label {
	color: #405159;
	font-size: 16px;
	padding: 3px 18px 5px;
	height: auto;
	margin: 0;
}

form .selectric .button {
	width: 55px;
	height: 100%;
	background-color: #fff;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	font-size: 0;
	padding-left: 5px;
}

form .selectric .button:after {
	position: static;
	border: none;
}

form .selectric .button:before,
form .selectric .button:after {
	content: '';
	display: block;
	width: 15px;
	height: 3px;
	background-color: #405159;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

form .selectric .button:before {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

form .selectric .button:after {
	-webkit-transform: rotate(-45deg) translate(-4px, -4px);
	-moz-transform: rotate(-45deg) translate(-4px, -4px);
	-ms-transform: rotate(-45deg) translate(-4px, -4px);
	-o-transform: rotate(-45deg) translate(-4px, -4px);
	transform: rotate(-45deg) translate(-4px, -4px);
}

form .selectric-open .selectric .button:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

form .selectric-open .selectric .button:after {
	-webkit-transform: rotate(45deg) translate(-4px, 4px);
	-moz-transform: rotate(45deg) translate(-4px, 4px);
	-ms-transform: rotate(45deg) translate(-4px, 4px);
	-o-transform: rotate(45deg) translate(-4px, 4px);
	transform: rotate(45deg) translate(-4px, 4px);
}



/* RESET CONTACT FORM 7 STYLE */
.wpcf7 .wpcf7-form,
form.wpcf7,
.mc4wp-form-fields {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-moz-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.wpcf7 .wpcf7-not-valid-tip {
	display: none;
	color: #f2a2bb;
	position: absolute;
	top: 100%;
	left: 0;
	white-space: nowrap;
	font-size: 14px;
}

.wpcf7 .wpcf7-control-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
}

.wpcf7 .screen-reader-response {
	display: none;
}

.wpcf7 .errorMsgshow .wpcf7-response-output,
.wpcf7 .wpcf7-response-output.wpcf7-validation-errors,
.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ng,
.wpcf7 .wpcf7-response-output.wpcf7-spam-blocked {
	border-color: #4dd98f;
	background-color: #7fe4af;
}

.wpcf7 .wpcf7-response-output.wpcf7-mail-sent-ok {
	background-color: #a0d5d0;
	color: #fff;
}

.wpcf7 .wpcf7-response-output {
	width: 100%;
	margin: 25px 0 0 0;
	padding: 14px 12px 10px;
	font-weight: 500;
	font-size: 16px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #fff;
}

.wpcf7 .wpcf7-response-output:not([style*="display: block"]) {
	margin: 0;
	padding: 0;
}

.wpcf7 .wpcf7-response-output.wpcf7-display-none {
	display: none;
}

.wpcf7 input.wpcf7-submit {
	white-space: normal;
}

.wpcf7 br {
	display: none;
}

.wpcf7-control-wrap .wpcf7-list-item {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-webkit-flex-direction: row-reverse;
	-moz-box-orient: horizontal;
	-moz-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.wpcf7-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
	margin: 0 20px 0 0;
	font-size: 12px;
	color: #405159;
}

.wpcf7-control-wrap .wpcf7-checkbox {
	margin-left: auto;
}

.input-field {
	width: 100%;
	margin-bottom: 15px;
	position: relative;
}

.input-field.checkbox-group {
	margin-top: 10px;
}

.input-field.checkbox-group .wpcf7-form-control-wrap:not(:last-child) {
	margin-bottom: 14px;
}

.input-field.checkbox-group .wpcf7-form-control-wrap {
	display: block;
}

.input-field label.error {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	font-size: 14px;
	padding-left: 0;
}

.input-field.lghalf-field {
	width: -webkit-calc(65% - 10px);
	width: -moz-calc(65% - 10px);
	width: calc(65% - 10px);
}

.input-field.smlhalf-field {
	width: -webkit-calc(35% - 10px);
	width: -moz-calc(35% - 10px);
	width: calc(35% - 10px);
}

.input-field.half-field,
.woocommerce form .form-row.half-field {
	width: -webkit-calc(50% - 10px);
	width: -moz-calc(50% - 10px);
	width: calc(50% - 10px);
}

.input-field label {
	margin-bottom: 10px;
	font-size: 16px;
	color: #010101;
	padding-left: 24px;
}

.submit-field {
	position: relative;
	width: 100%;
	margin-top: 20px;
}

.submit-field button {
	margin-left: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.submit-field>.ajax-loader {
	display: none !important;
}

.ajax-loader {
	border: 3px solid #dbe3e6;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	border-top: 3px solid #8dadbd;
	width: 20px;
	height: 20px;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	-o-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
	margin-left: 20px;
	display: none;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-moz-box-ordinal-group: 4;
	-ms-flex-order: 3;
	order: 3;
	opacity: 0;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.ajax-loader.is-active {
	display: block;
	opacity: 1;
}

.input-field .wpcf7-list-item {
	margin-left: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.input-field .wpcf7-control.wpcf7-radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
}

.input-field .wpcf7-control.wpcf7-radio>.wpcf7-list-item {
	margin-bottom: 10px;
}

.input-field .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 18px;
	margin-left: 18px;
	width: -webkit-calc(100% - 18px);
	width: -moz-calc(100% - 18px);
	width: calc(100% - 18px);
	color: #405159;
}

.checkbox-group .wpcf7-list-item-label strong {
	font-weight: 400;
}

.wpcf7 h1,
.wpcf7 h2,
.wpcf7 h3,
.wpcf7 h4,
.wpcf7 h5,
.wpcf7 h6 {
	margin-bottom: 25px;
}

.input-field .wpcf7-checkbox {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 10px;
}

.input-field .wpcf7-checkbox .wpcf7-list-item {
	font-size: 14px;
	margin-bottom: 15px;
	padding-right: 5px;
}



/* PAGINATION STYLE */
.pagination,
.tw-pagination,
.woocommerce-pagination ul.page-numbers {
	font-family: "Poppins", -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-moz-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	margin-top: 50px;
}

.woocommerce-pagination ul.page-numbers li,
.tw-pagination li {
	width: auto;
	list-style: none;
	margin-left: 0;
	margin-bottom: 0;
}

.pagination .page-numbers.current,
.tw-pagination .page.current,
.woocommerce-pagination ul.page-numbers .page-numbers.current {
	color: #f35926;
}

.pagination .page-numbers,
.tw-pagination .page,
.woocommerce-pagination ul.page-numbers .page-numbers,
.tw-pagination .next,
.tw-pagination .prev {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 16px;
	font-weight: 600;
	color: #a9a9a9;
	background-color: #f9f9f9;
	padding-top: 3px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.pagination .page-numbers:not(:last-child),
.tw-pagination li:not(:last-child),
.woocommerce-pagination ul.page-numbers li:not(:last-child) {
	margin-right: 25px;
}

.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.woocommerce-pagination ul.page-numbers .next,
.woocommerce-pagination ul.page-numbers .prev,
.tw-pagination .next,
.tw-pagination .prev {
	position: relative;
	line-height: 1;
	font-size: 0;
}

.pagination .page-numbers.next::before,
.pagination .page-numbers.prev::before,
.woocommerce-pagination ul.page-numbers .next::before,
.woocommerce-pagination ul.page-numbers .prev::before,
.tw-pagination .next:before,
.tw-pagination .prev:before,
.pagination .page-numbers.next::after,
.pagination .page-numbers.prev::after,
.woocommerce-pagination ul.page-numbers .next::after,
.woocommerce-pagination ul.page-numbers .prev::after,
.tw-pagination .next:after,
.tw-pagination .prev:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 12px;
	z-index: 1;
	display: block;
	width: 10px;
	height: 2px;
	background-color: #a9a9a9;
	-webkit-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	transition: all .25s ease-out;
	margin: 0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.pagination .page-numbers.next::before,
.woocommerce-pagination ul.page-numbers .next::before,
.tw-pagination .next:before {
	-webkit-transform: translate(-50%) rotate(45deg);
	-moz-transform: translate(-50%) rotate(45deg);
	-ms-transform: translate(-50%) rotate(45deg);
	-o-transform: translate(-50%) rotate(45deg);
	transform: translate(-50%) rotate(45deg);
}

.pagination .page-numbers.next::after,
.woocommerce-pagination ul.page-numbers .next::after,
.tw-pagination .next:after {
	-webkit-transform: translate(-50%) rotate(-45deg);
	-moz-transform: translate(-50%) rotate(-45deg);
	-ms-transform: translate(-50%) rotate(-45deg);
	-o-transform: translate(-50%) rotate(-45deg);
	transform: translate(-50%) rotate(-45deg);
	top: 18px;
}

.pagination .page-numbers.prev::before,
.woocommerce-pagination ul.page-numbers .prev::before,
.tw-pagination .prev:before {
	-webkit-transform: translate(-50%) rotate(135deg);
	-moz-transform: translate(-50%) rotate(135deg);
	-ms-transform: translate(-50%) rotate(135deg);
	-o-transform: translate(-50%) rotate(135deg);
	transform: translate(-50%) rotate(135deg);
}

.pagination .page-numbers.prev::after,
.woocommerce-pagination ul.page-numbers .prev::after,
.tw-pagination .prev:after {
	-webkit-transform: translate(-50%) rotate(-135deg);
	-moz-transform: translate(-50%) rotate(-135deg);
	-ms-transform: translate(-50%) rotate(-135deg);
	-o-transform: translate(-50%) rotate(-135deg);
	transform: translate(-50%) rotate(-135deg);
	top: 18px;
}





/* SLICK SLIDER STYLE */
.slick-slider {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.slick-slider .slick-dots {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-top: 15px;
	padding-right: 10px;
}

.slick-slider .slick-dots li {
	width: auto;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0
}

.slick-slider .slick-dots li:not(:last-child) {
	margin-right: 8px;
}

.slick-slider .slick-dots button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 17px;
	height: 17px;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	background-color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	font-size: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
}

.slick-slider .slick-dots button:hover {
	border-color: #388bda;
}

.slick-slider .slick-dots button::after {
	content: '';
	width: 9px;
	height: 9px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #388bda;
	opacity: 0;
}

.slick-dots .slick-active button::after {
	opacity: 1;
}

/* .slick-slider .slick-prev {
	background: #405159 url(assets/images/icon-chevronwhite-left-kindr.svg) center/7px 13px no-repeat;
}

.slick-slider .slick-next {
	background: #405159 url(assets/images/icon-chevronwhite-right-kindr.svg) center/7px 13px no-repeat;
} */

.slick-slider .slick-arrow {
	position: absolute;
	top: 50%;
	z-index: 1;
	width: 30px;
	height: 40px;
	font-size: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-moz-transition: .2s;
	transition: .2s;
	background-color: #405159;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

.slick-slider .slick-arrow:before,
.slick-slider .slick-arrow:after {
	content: '';
	width: 10px;
	height: 2px;
	background-color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
}

.slick-next.slick-arrow:before,
.slick-prev.slick-arrow:after {
	-webkit-transform: rotate(45deg) translate(-50%, 50%);
	-moz-transform: rotate(45deg) translate(-50%, 50%);
	-ms-transform: rotate(45deg) translate(-50%, 50%);
	-o-transform: rotate(45deg) translate(-50%, 50%);
	transform: rotate(45deg) translate(-50%, 50%);
}

.slick-next.slick-arrow:after,
.slick-prev.slick-arrow:before {
	-webkit-transform: rotate(-45deg) translate(-50%, -50%);
	-moz-transform: rotate(-45deg) translate(-50%, -50%);
	-ms-transform: rotate(-45deg) translate(-50%, -50%);
	-o-transform: rotate(-45deg) translate(-50%, -50%);
	transform: rotate(-45deg) translate(-50%, -50%);
}

.slick-slider .slick-arrow:hover {
	background-color: #f2a2bb;
}

.slick-slider .slick-arrow.slick-disabled {
	pointer-events: none;
	opacity: 0;
}




/* PLYR STYLE */
.plyr--video .plyr__poster {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.plyr--video .plyr__video-wrapper {
	height: 100%;
}

.plyr--video>button.plyr__control {
	background-color: rgba(0, 0, 0, 0);
	border: 5px solid #fff;
}

.plyr--video .plyr__controls {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	-moz-transition: opacity .2s;
	transition: opacity .2s;
}

.plyr--video.plyr--playing .plyr__controls {
	opacity: 1;
	visibility: visible;
}

.plyr--video.plyr--paused iframe {
	opacity: 0;
}

.plyr--video.plyr--paused .plyr__poster {
	opacity: 1;
}




/* LISTING STYLE */
.listing,
.listing .thumbnail-item {
	width: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.listing .thumbnail-item {
	overflow: hidden;
}

.listing .listing-item,
.listing .wpb_column {
	position: relative;
}

.listing .listing-item {
	cursor: pointer;
}

.listing .vc_row {
	margin: 0;
}

.listing .wpb_column {
	float: none;
}

ul.listing li {
	list-style: none;
	margin-left: 0;
}

.vc_row.listing:before,
.vc_row.listing:after {
	display: none;
}

@media screen and (min-width:0\0) and (min-resolution:+72dpi) {
	.listing {
		width: -webkit-calc(100% + 1px);
		width: -moz-calc(100% + 1px);
		width: calc(100% + 1px);
	}
}

.vc_row.listing {
	width: 100%;
	margin: 0;
}

.vc_row.listing .vc_column-inner {
	padding: 0;
}

.site .listing[class*="lists-"] .listing-item:last-child,
.site .listing[class*="lists-"] .wpb_column:last-child {
	margin-right: 0;
}

.listing .title-listing,
.listing .content-item p {
	display: block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}

.listing.slick-slider .slick-track,
.listing.slick-slider:not(.slick-slider) {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-webkit-align-items: stretch;
	-moz-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}


/**
 * Graviti form
 **/

.gform_wrapper .gform_body .gform_fields .gfield {
	margin: 0 0 28px !important;
	padding-right: 0;
}

.gform_wrapper .gform_fields li.gfield.gfield_error,
.gform_wrapper .gform_fields li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
	border: none;
	padding: 0;
	width: 100%;
	background-color: rgba(0, 0, 0, 0);
}

.gform_wrapper .gform_fields label.gfield_label,
.gform_wrapper .gform_fields legend.gfield_label {
	font-size: 16px;
	color: #010101;
	font-weight: 400;
	padding-left: 16px;
	line-height: 1;
	margin-bottom: 12px;
}

.gform_wrapper .gform_fields li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.gform_wrapper .gform_fields li.gfield.gfield_error.gfield_contains_required label.gfield_label {
	margin-top: 0;
}

.gform_wrapper .gform_body .gform_fields .ginput_container {
	margin-top: 0;
}

.gform_fields input,
.gform_fields textarea {
	background: #fff -webkit-calc(100% - 20px) 14px/28px no-repeat;
	background: #fff -moz-calc(100% - 20px) 14px/28px no-repeat;
	background: #fff calc(100% - 20px) 14px/28px no-repeat;
}

.gform_fields input,
.gform_fields select,
.gform_fields textarea {
	font-size: 18px !important;
	padding: 12px 24px !important;
	line-height: unset;
	margin: 0 !important;
}

div.gform_wrapper .gform_fields input[type="radio"],
div.gform_wrapper .gform_fields input[type="checkbox"] {
	padding: 0 !important;
	-webkit-background-size: 16px 16px;
	-moz-background-size: 16px;
	-o-background-size: 16px;
	background-size: 16px;
	background-position: center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #e0e0e0 !important;
	background: #fff center/16px no-repeat;
	vertical-align: baseline;
}

.gform_fields input[type="radio"]:hover,
.gform_fields input[type="checkbox"]:hover {
	border-color: #405159;
}

.gform_wrapper .gform_fields li ul.gfield_checkbox,
.gform_wrapper .gform_fields li ul.gfield_radio {
	width: 100%;
	margin: 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-webkit-justify-content: flex-start;
	-moz-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
}

.gform_wrapper .gform_fields li ul.gfield_radio li,
.gform_wrapper .gform_fields li ul.gfield_checkbox li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-moz-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-flow: row wrap;
	-moz-box-orient: horizontal;
	-moz-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	line-height: 1;
}

.gform_wrapper .gform_fields li ul.gfield_radio li {
	width: auto;
	min-width: -webkit-calc((100% / 3) - ((40px * 2) / 3));
	min-width: -moz-calc((100% / 3) - ((40px * 2) / 3));
	min-width: calc((100% / 3) - ((40px * 2) / 3));
}

.gform_wrapper .gform_fields li ul.gfield_radio li:not(:last-child) {
	margin-right: 40px;
}

.gform_wrapper .gform_fields li ul.gfield_checkbox li:not(:last-child) {
	margin-bottom: 14px;
}

.gform_wrapper .gform_fields ul.gfield_checkbox li label,
.gform_wrapper .gform_fields ul.gfield_radio li label,
.gchoice_select_all,
.gform_wrapper .gform_fields ul.gfield_checkbox li input[type=checkbox]:checked+label,
.gform_wrapper .gform_fields ul.gfield_radio li input[type=radio]:checked+label {
	font-weight: 400;
	font-size: 18px;
	margin: 6px 0 0;
	width: 100%;
	max-width: -webkit-calc(100% - 34px);
	max-width: -moz-calc(100% - 34px);
	max-width: calc(100% - 34px);
	padding-left: 12px;
	vertical-align: baseline;
	line-height: 1;
}

.gform_wrapper .gform_fields ul.gfield_checkbox li input[type=checkbox]:checked,
.gform_wrapper .gform_fields ul.gfield_radio li input[type=radio]:checked,
.col-contactform .gform_wrapper input[type=radio]:checked,
.col-contactform .gform_wrapper input[type=checkbox]:checked {
	background-image: url(assets/images/icon-checkmark-white-keesing.svg);
	background-color: #07cd6b;
}

.gform_fields input.LV_valid_field,
.gform_fields select.LV_valid_field,
.gform_fields textarea.LV_valid_field {
	border-color: #07cd6b !important;
}

.gform_wrapper form .gfield .intl-tel-input label.error {
	display: none !important;
}

.gform_fields input.LV_valid_field,
.gform_fields textarea.LV_valid_field {
	background-image: url(assets/images/icon-checkmark-fillgren-keesing.svg);
}

.gform_fields input.LV_invalid_field,
.gform_fields select.LV_invalid_field,
.gform_fields textarea.LV_invalid_field,
.gform_wrapper form .gfield .intl-tel-input input.LV_valid_field.error {
	border-color: #f35926 !important;
	background-color: rgba(121, 0, 0, 0.2);
}

.gform_fields input.LV_invalid_field,
.gform_fields textarea.LV_invalid_field,
.gform_wrapper form .gfield .intl-tel-input input.LV_valid_field.error {
	background-image: url(assets/images/icon-errormark-fillred.svg);
}

.gform_wrapper .validation_message {
	display: none;
}

div.gform_wrapper .gform_footer {
	padding: 0;
	margin: 48px 0 0;
}

.col-contactform .gform_wrapper.gravity-theme .gform_footer {
	margin: 0;
	padding-top: 32px;
	padding-bottom: 0;
}

.row-contact-content {
	display: flex;
	justify-content: center;
}

.row-contact-content .wpb_single_image {
	width: 391px;
	height: 391px;
	margin-left: auto;
	margin-right: 30px;
}

.row-contact-content .wpb_text_column {
	width: 437px;
}

div.gform_wrapper .gform_footer input.button,
div.gform_wrapper .gform_footer input[type=submit],
div.gform_wrapper .gform_page_footer input.button,
div.gform_wrapper .gform_page_footer input[type=submit],
div.gform_wrapper.gf_browser_ie .gform_footer input.button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
	line-height: 1 !important;
	padding: 20px 66px 18px 36px;
	background: url(assets/images/icon-arrow-chevronwhite.svg) -webkit-calc(100% - 36px) center/8px 14px no-repeat #f35926;
	background: url(assets/images/icon-arrow-chevronwhite.svg) -moz-calc(100% - 36px) center/8px 14px no-repeat #f35926;
	background: url(assets/images/icon-arrow-chevronwhite.svg) calc(100% - 36px) center/8px 14px no-repeat #f35926;
	color: #fff;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
	margin-left: auto;
	margin-bottom: 0;
	margin-right: 0;
}

@supports (not (-ms-ime-align:auto)) {

	div.gform_wrapper .gform_footer input.button:hover,
	div.gform_wrapper .gform_footer input[type=submit]:hover,
	div.gform_wrapper .gform_page_footer input.button:hover,
	div.gform_wrapper .gform_page_footer input[type=submit]:hover {
		background-position: -webkit-calc(100% - 33px) center;
		background-position: -moz-calc(100% - 33px) center;
		background-position: calc(100% - 33px) center;
	}
}

.ginput_container.ginput_recaptcha.gform-initialized {
	padding-top: 12px;
}