/*
Theme Name: Waypoints
Author: the Waypoints Project team
Version: 1.0

===============================================*/

/*
.tk-calluna-sans { font-family: "calluna-sans",sans-serif; }
.tk-open-sans { font-family: "open-sans",sans-serif; }
.tk-calliope-mvb { font-family: "calliope-mvb",sans-serif; }
font-family: "Open Sans", sans-serif;
*/


/* 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: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 32px;
	background: #ffffff;
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 28px;
}
}


/* #Links
================================================== */

a {
	color: #434faa;
	text-decoration: none;
	-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: #313986;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: #434faa;
	text-decoration: none;
}

a[href^="mailto:"] {
	word-break: break-all;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #313986;
	text-decoration: underline;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6 
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-family: "calluna-sans", sans-serif;	
	font-weight: 700;
	color: #313986;
	padding-bottom: 15px;
}

h1,
.h1 {
	font-size: 75px;
	line-height: 86px;
	padding-bottom: 10px;
}

h2,
.h2 {
	font-size: 48px;
	line-height: 56px;
}

h3,
.h3 {
	font-size: 34px;
	line-height: 42px;
}

h4,
.h4 {
	font-size: 24px;
	line-height: 30px;
}

h5,
.h5 {
	font-size: 20px;
	line-height: 26px;
}

h6,
.h6 {	
	font-size: 20px;
	line-height: 26px;
}

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;
	font-style: 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: #434faa;
	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: 991px) {
h1,
.h1 {
	font-size: 60px;
	line-height: 68px;
	padding-bottom: 15px;
}

h2,
.h2 {
	font-size: 40px;
	line-height: 48px;
}

h3,
.h3 {
	font-size: 30px;
	line-height: 38px;
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 48px;
	line-height: 56px;
}

h2,
.h2 {
	font-size: 30px;
	line-height: 38px;
}

h3,
.h3 {
	font-size: 26px;
	line-height: 34px;
}
}


/*= Unorder List 
================================================== */

ul,
ol {
	list-style: none;
	padding-left: 20px;
}

li {
	position: relative;
	padding-left: 20px;
	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%;
	position: absolute;
	top: .25em;
	left: 0;
}

.elementor-editor-element-settings li:before,
.elementor-select-preset-list li:before {
	display: none;
}

ul li ul {
	padding-top: 20px;
}

ul li ul li:before {
	content: "\f068";
	font-size: 35%;
	top: .25em;
}


/*= Order List 
================================================== */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 30px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}

@media (max-width: 767px) {
ol > li {
	padding-left: 25px;
}
}


/* 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;
}


/* Padding - Left None */
.list-left-none .elementor-widget-container ul,
.list-left-none .elementor-widget-container ol {
	padding-left: 0;
}


/* #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: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 26px;
	letter-spacing: 0.18px;
	padding: 0;
	margin: 0 0 7px 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;
	display: block;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #2a2a2a;
	line-height: 26px;
	letter-spacing: 0.18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;
	border: 1px solid #707070;
	border-radius: 0;
	outline: none;
	overflow: hidden;
	position: relative;
	padding: 20px;
	margin: 0;
}

textarea {
	height: 275px;
	white-space: normal;
	outline: none;
	resize: none;
}

select {
	background-image: url(img/select.svg);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: top 15px right 20px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
}

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

select option:not([disabled]) {
	color: #2a2a2a;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	color: #909090;
}

::-webkit-input-placeholder, 
::-webkit-textarea-placeholder {
	color: #909090;
}

input::-moz-placeholder, 
textarea::-moz-placeholder {
	color: #909090;
}

::-moz-placeholder {
	color: #909090;
}

::-ms-input-placeholder {
	color: #909090;
}

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: #313986;
	box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
}

@media (max-width: 991px) {
label {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.18px;
	margin-bottom: 5px;
}

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 {
	height: 50px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.18px;
	padding: 15px;
}

textarea {
	height: 200px;
}

select {
	background-size: 16px auto;
	background-position: top 13px right 15px;
}
}

@media (max-width: 767px) {
label {
	font-size: 15px;
	line-height: 21px;
	letter-spacing: normal;
	margin-bottom: 5px;
}

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 {
	height: 40px;
	font-size: 15px;
	line-height: 21px;
	letter-spacing: normal;
	padding: 10px 15px;
}

textarea {
	height: 190px;
}

select {
	background-size: 12px auto;
	background-position: top 9px right 15px;
}
}


/* 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 */
@keyframes arrow {
	0%   { margin-left:5px; margin-right:0;}
	75% { margin-left:10px; margin-right:-5px;}
	100% { margin-left:5px; margin-right:0;}
}

@-webkit-keyframes arrow {
	0%   { margin-left:5px; margin-right:0;}
	75% { margin-left:10px; margin-right:-5px;}
	100% { margin-left:5px; margin-right:0;}
}

@keyframes arrow2 {
	0%   { margin-left:10px; margin-right:0;}
	75% { margin-left:15px; margin-right:-5px;}
	100% { margin-left:10px; margin-right:0;}
}

@-webkit-keyframes arrow2 {
	0%   { margin-left:10px; margin-right:0;}
	75% { margin-left:20px; margin-right:-10px;}
	100% { margin-left:10px; 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"] {
	width: auto;
	min-width: 185px;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #ffffff;
	line-height: 26px;
	letter-spacing: 0.18px;	
	text-decoration: none!important;
	text-shadow: none;
	white-space: normal;
	background-color: #434faa;
	border: none;
	border-radius: 360px;
	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: 10px 45px 10px 20px;
	margin: 0;
}

.btn:after {
	content: "\f0da";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 120%;
	-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%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 1px;
}

input[type="button"],
input[type="submit"] {
	background-image: url(img/caret-right-white.svg);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: top 13px right 20px;
}

.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-color: #313986;
	outline: 0;
}

.btn:hover:after,
.btn:focus:after,
.btn:active:after,
.btn:active:focus:after,
.btn.active:after,
.btn.active:focus:after {
	animation: arrow2 0.5s linear 1;
	-webkit-animation-name: arrow2 0.5s linear 1;
}

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 {
	background-image: url(img/caret-right-white.svg);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: top 13px right 15px;
}

.btn-blank {
	color: #434faa;
	background-color: transparent;
	box-shadow: inset #434faa 0 0 0 2px!important; 
}

.btn-blank:hover, 
.btn-blank:focus, 
.btn-blank:active, 
.btn-blank:active:focus, 
.btn-blank.active, 
.btn-blank.active:focus { 
	color: #ffffff;
	background-color: #313986;
	box-shadow: inset #313986 0 0 0 2px!important; 
}

.btn-blank-white {
	color: #ffffff;
	background-color: transparent;
	box-shadow: inset #ffffff 0 0 0 2px!important; 
}

.btn-blank-white:hover, 
.btn-blank-white:focus, 
.btn-blank-white:active, 
.btn-blank-white:active:focus, 
.btn-blank-white.active, 
.btn-blank-white.active:focus { 
	color: #ffffff;
	background-color: #3eb8be;
	box-shadow: inset #3eb8be 0 0 0 2px!important; 
}

.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 {
	width: 100%;
	display: inline-block;
	vertical-align: top;
}

.btn-out.al-left {
	text-align: left;
}

.btn-out.al-right {
	text-align: right;
}

.btn-out.al-center {
	text-align: center;
}


/* #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 {
	width: 100%;
	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: 32px;
	height: 32px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	color: #ffffff;
	line-height: 1em!important;
	text-decoration: none;
	text-align: center;
	background: #0d5d85;
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	top: 50%;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	margin: 0;
	cursor: pointer;
}

.owl-nav button .fal,
.owl-nav button .far,
.owl-nav button .fas,
.owl-nav button .fa-txt {
	display: inline-block;
	vertical-align: middle;
}

.owl-nav button .fa-txt {
	display: none;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active {
	color: #ffffff;
	background: #06334a;
	box-shadow: none;
}

.owl-nav button.disabled {
	cursor: default;
	opacity: 0.75;
	display: none;
}

.owl-nav button.owl-prev {
	left: 0;
	padding: 0;
}

.owl-nav button.owl-next {
	right: 0;
	padding: 0;
}

.owl-nav.disabled {
	display: none;
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin: 60px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 16px;
	height: 16px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #d8d8d8;
	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;
	cursor: pointer;
	position: relative;
	z-index: 3;
	padding: 0;
	margin: 0 9px;
}

.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: #0d5d85;
	box-shadow: none;
}

.owl-dots.disabled {
	display: none;
}

@media (max-width: 991px) {
.owl-dots {
	margin: 50px 0 0 0;
}
}

@media (max-width: 767px) {
.owl-dots {
	margin: 40px 0 0 0;
}

.owl-dots button.owl-dot {
	width: 13px;
	height: 13px;
	margin: 0 7px;
}
}


/* #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 {
	width: 180px;
	height: 40px;
	float: left;
	font-size: 14px;
	color: #ffffff;
	line-height: 60px;
	text-decoration: none;
	text-align: center;
	background: #0d5d85;
	border-radius: 0;
	-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: -40px;
	left: 0;
	opacity: 0;
	padding: 0; 
	margin: 0;
}

.skip-btn:hover,
.skip-btn:focus,
.skip-btn:active {
	color: #ffffff;
	top: 0;
	opacity: 1;
}

.fixed .skip-btn {
	height: 40px;
	line-height: 40px;
	top: -40px;
}

.fixed .skip-btn:hover,
.fixed .skip-btn:focus,
.fixed .skip-btn:active {
	top: 0;
}


/*= Container - Main
================================================== */

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	padding: 110px 0 0 0;
}

.container {
	width: 100%;
	max-width: 1320px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container-main {
	padding: 80px 0 0 0;
}

.container {
	padding: 0 30px;
}
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
}


/* Search - Form */
.searchform { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top;
	position: relative;
	padding: 0 210px 0 0;
	margin: 0; 
}

.searchform label {
	width: 100%;
	padding: 0;
	margin: 0; 
}

.searchform select,
.searchform textarea,
.searchform input[type="text"],
.searchform input[type="password"],
.searchform input[type="datetime"],
.searchform input[type="datetime-local"],
.searchform input[type="date"],
.searchform input[type="month"],
.searchform input[type="time"],
.searchform input[type="week"],
.searchform input[type="number"],
.searchform input[type="email"],
.searchform input[type="url"],
.searchform input[type="search"],
.searchform input[type="tel"],
.searchform input[type="color"],
.searchform .uneditable-input {
	height: 60px;
	font-weight: 400;
	font-size: 20px;
	color: #000000;
	line-height: 24px;
	border: none;
	border-radius: 360px;
	padding: 15px 30px; 
}

.searchform .btn,
.searchform .button,
.searchform input[type="button"],
.searchform input[type="submit"] { 
	width: 200px; 
	height: 60px;
	line-height: 60px;
	text-align: left;
	background-image: url(img/caret-right-white.svg);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: top 21px right 30px;
	position: absolute; 
	top:0; 
	right:0;
	padding: 0 30px!important;
	margin: 0;
}

.searchform .btn:hover,
.searchform .btn:focus,
.searchform .btn:active,
.searchform .btn:active:focus,
.searchform .btn.active,
.searchform .btn.active:focus,
.searchform input[type="button"]:hover,
.searchform input[type="button"]:focus,
.searchform input[type="button"]:active,
.searchform input[type="button"]:active:focus,
.searchform input[type="button"].active,
.searchform input[type="button"].active:focus,
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active,
.searchform input[type="submit"]:active:focus,
.searchform input[type="submit"].active,
.searchform input[type="submit"].active:focus,
.searchform .btn:not(:disabled):not(.disabled).active {
	background-position: top 21px right 25px;
}

@media (max-width: 767px) {
.searchform { 
	padding-right: 160px;
}

.searchform select,
.searchform textarea,
.searchform input[type="text"],
.searchform input[type="password"],
.searchform input[type="datetime"],
.searchform input[type="datetime-local"],
.searchform input[type="date"],
.searchform input[type="month"],
.searchform input[type="time"],
.searchform input[type="week"],
.searchform input[type="number"],
.searchform input[type="email"],
.searchform input[type="url"],
.searchform input[type="search"],
.searchform input[type="tel"],
.searchform input[type="color"],
.searchform .uneditable-input {
	height: 50px;
	font-size: 18px;
	line-height: 22px;
}

.searchform .btn,
.searchform .button,
.searchform input[type="button"],
.searchform input[type="submit"] {
	width: 150px; 
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	background-position: top 15px right 30px;
}

.searchform .btn:hover,
.searchform .btn:focus,
.searchform .btn:active,
.searchform .btn:active:focus,
.searchform .btn.active,
.searchform .btn.active:focus,
.searchform input[type="button"]:hover,
.searchform input[type="button"]:focus,
.searchform input[type="button"]:active,
.searchform input[type="button"]:active:focus,
.searchform input[type="button"].active,
.searchform input[type="button"].active:focus,
.searchform input[type="submit"]:hover,
.searchform input[type="submit"]:focus,
.searchform input[type="submit"]:active,
.searchform input[type="submit"]:active:focus,
.searchform input[type="submit"].active,
.searchform input[type="submit"].active:focus,
.searchform .btn:not(:disabled):not(.disabled).active {
	background-position: top 15px right 25px;
}
}

@media (max-width: 499px) {
.searchform { 
	padding-right: 0;
}

.searchform .btn,
.searchform .button,
.searchform input[type="button"],
.searchform input[type="submit"] {
	width: 100%;
	position: relative;
	margin-top: 10px; 
}
}


/* Elementor Search - Form */
.custom-searchform .elementor-search-form .elementor-search-form__container { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top;
	background: none;
	border: none;
	box-shadow: none;
	overflow: visible;
	position: relative;
	padding: 0 210px 0 0;
	margin: 0; 
}

.custom-searchform .elementor-search-form .elementor-search-form__container label {
	width: 100%;
	padding: 0;
	margin: 0; 
}

.custom-searchform .elementor-search-form .elementor-search-form__container select,
.custom-searchform .elementor-search-form .elementor-search-form__container textarea,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="text"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="password"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="datetime"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="datetime-local"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="date"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="month"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="time"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="week"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="number"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="email"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="url"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="search"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="tel"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="color"],
.custom-searchform .elementor-search-form .elementor-search-form__container .uneditable-input {
	height: 60px;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #2a2a2a;
	line-height: 24px;
	background: #ffffff;
	border: 1px solid #707070;
	border-radius: 360px;
	padding: 15px 30px; 
}

.custom-searchform .elementor-search-form .elementor-search-form__container select:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container textarea:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="text"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="password"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="datetime"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="datetime-local"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="date"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="month"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="time"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="week"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="number"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="email"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="url"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="search"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="tel"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="color"]:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container .uneditable-input:focus {
	border-color: #0d5d85;
}

.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit { 
	width: 200px; 
	height: 60px;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 0.18px;	
	text-align: left;
	white-space: normal;	
	border: none;
	border-radius: 360px;
	background-color: #434faa;
	background-image: url(img/caret-right-white.svg);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: top 21px right 30px;
	box-shadow: none;
	-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;
	outline: 0;
	z-index: 1;	
	position: absolute; 
	top:0; 
	right:0;
	padding: 0 30px!important;
	margin: 0;
}

.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:hover,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active:focus {
	color: #ffffff;
	background-color: #313986;
	background-position: top 21px right 25px;
}

@media (max-width: 767px) {
.custom-searchform .elementor-search-form .elementor-search-form__container { 
	padding-right: 160px;
}

.custom-searchform .elementor-search-form .elementor-search-form__container select,
.custom-searchform .elementor-search-form .elementor-search-form__container textarea,
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="text"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="password"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="datetime"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="datetime-local"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="date"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="month"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="time"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="week"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="number"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="email"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="url"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="search"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="tel"],
.custom-searchform .elementor-search-form .elementor-search-form__container input[type="color"],
.custom-searchform .elementor-search-form .elementor-search-form__container .uneditable-input {
	height: 50px;
	font-size: 18px;
	line-height: 22px;	
}

.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
	width: 150px; 
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	background-position: top 15px right 30px;
}

.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:hover,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active:focus,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active,
.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active:focus {
	background-position: top 15px right 25px;
}
}

@media (max-width: 499px) {
.custom-searchform .elementor-search-form .elementor-search-form__container { 
	padding-right: 0;
}

.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
	width: 100%;
	position: relative;
	margin-top: 10px; 
}
}


/* Elementor Search - Form White */
.custom-searchform-white .elementor-search-form .elementor-search-form__container { 
	width: 100%; 
	float: none; 
	display: inline-block; 
	vertical-align: top;
	background: none;
	border: none;
	box-shadow: none;
	overflow: visible;
	position: relative;
	padding: 0 210px 0 0;
	margin: 0; 
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container label {
	width: 100%;
	padding: 0;
	margin: 0; 
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container select,
.custom-searchform-white .elementor-search-form .elementor-search-form__container textarea,
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="text"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="password"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="datetime"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="datetime-local"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="date"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="month"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="time"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="week"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="number"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="email"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="url"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="search"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="tel"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="color"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container .uneditable-input {
	height: 60px;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 24px;
	background: rgba(255, 255, 255, .15);
	border: none;
	border-radius: 360px;
	padding: 15px 30px; 
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit { 
	width: 200px; 
	height: 60px;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 0.18px;	
	text-align: left;
	white-space: normal;	
	border: none;
	border-radius: 360px;
	background-color: transparent;
	background-image: url(img/caret-right-white.svg);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: top 21px right 30px;
	box-shadow: inset #ffffff 0 0 0 2px;
	-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;
	outline: 0;
	z-index: 1;	
	position: absolute; 
	top:0; 
	right:0;
	padding: 0 30px!important;
	margin: 0;
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:hover,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:focus,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active:focus,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active:focus {
	color: #ffffff;
	background-color: #3eb8be;
	background-position: top 21px right 25px;
	box-shadow: inset #3eb8be 0 0 0 2px!important;
}

@media (max-width: 767px) {
.custom-searchform-white .elementor-search-form .elementor-search-form__container { 
	padding-right: 160px;
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container select,
.custom-searchform-white .elementor-search-form .elementor-search-form__container textarea,
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="text"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="password"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="datetime"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="datetime-local"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="date"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="month"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="time"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="week"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="number"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="email"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="url"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="search"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="tel"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container input[type="color"],
.custom-searchform-white .elementor-search-form .elementor-search-form__container .uneditable-input {
	height: 50px;
	font-size: 18px;
	line-height: 22px;
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
	width: 150px; 
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	background-position: top 15px right 30px;
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:hover,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:focus,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit:active:focus,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active,
.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit.active:focus {
	background-position: top 15px right 25px;
}
}

@media (max-width: 499px) {
.custom-searchform-white .elementor-search-form .elementor-search-form__container { 
	padding-right: 0;
}

.custom-searchform-white .elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
	width: 100%;
	position: relative;
	margin-top: 10px; 
}
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 110px;
	float: left;
	background: #ffffff;
	box-shadow: 0px 3px 6px #00000029;
	-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: 5;
}

.header-main.fixed {
	position: fixed;
}

@media (max-width: 991px) {
.header-main {
	background: #313986;
	box-shadow: 0px 3px 6px #00000029;
}
}

@media (max-width: 767px) {
.header-main {
	height: 80px;
}
}


/* Site Brand */
.header-main .brand {
	height: 110px;
	display: flex;
	align-items: center;
	float: left;
	position: relative;
	z-index: 1;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	width: auto;
	max-height: 66px;	
	display: inline-block;
	vertical-align: top;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.header-main .brand .brand-white {
	display: none;
}

@media (max-width: 991px) {
.header-main .brand {
	z-index: 10;
}

.header-main .brand .brand-nrml {
	display: none;
}

.header-main .brand .brand-white {
	display: inline-table;
}
}

@media (max-width: 767px) {
.header-main .brand {
	height: 80px;
}

.header-main .brand img {
	max-height: 46px;	
}
}


/* Nav - Bar */
.header-main .right-header {
	float: right;
}

@media (min-width: 992px) {
.header-main .nav-bar {
	float: left;
}

.header-main .primary-menu {
	float: left;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	float: left;
	line-height: 1em;
	padding: 0;
	margin: 0 0 0 59px;
}

.header-main .primary-menu ul li:before,
.header-main .primary-menu ul li:after {
	display: none;
}

.header-main .primary-menu ul li > a {
	height: 110px;
	float: left;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #313986;
	line-height: 110px;
	text-decoration: none;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.header-main .primary-menu ul li.menu-item-has-children > a {
	padding-right: 20px;
}

.header-main .primary-menu ul li.menu-item-has-children > a:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 90%;
	text-align: right;
	position: absolute;
	top: 2px;
	right: 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,
.header-main .primary-menu ul li.current_page_item > a,
.header-main .primary-menu ul li.current_page_parent > a,
.header-main .primary-menu ul li.current_page_ancestor > a,
.header-main .primary-menu ul li.current-page-item > a,
.header-main .primary-menu ul li.current-page-parent > a,
.header-main .primary-menu ul li.current-page-ancestor > a,
.single-post .header-main .primary-menu ul li.custom-resources-menu > a,
.single-post .header-main .primary-menu ul li.custom-blog-menu > a {
	color: rgba(62, 184, 190, .70);
}

.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, 
.header-main .primary-menu ul li.menu-item-has-children.current-menu-item > a:after, 
.header-main .primary-menu ul li.menu-item-has-children.current-menu-parent > a:after, 
.header-main .primary-menu ul li.menu-item-has-children.current-menu-ancestor > a:after,
.header-main .primary-menu ul li.menu-item-has-children.current_page_item > a:after,
.header-main .primary-menu ul li.menu-item-has-children.current_page_parent > a:after,
.header-main .primary-menu ul li.menu-item-has-children.current_page_ancestor > a:after,
.header-main .primary-menu ul li.menu-item-has-children.current-page-item > a:after,
.header-main .primary-menu ul li.menu-item-has-children.current-page-parent > a:after,
.header-main .primary-menu ul li.menu-item-has-children.current-page-ancestor > a:after {
	font-weight: 400;
}

.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;
	z-index: 1;	
}

.header-main .primary-menu ul li > ul {
	width: 100%;
	min-width: 200px;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .10) 0 10px 10px;
	transition: all .2s ease-in-out;	
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;	
	display: block!important;
	position: absolute;
	top: 110px;
	left: -20px;
	padding: 10px 0 20px 0;
	margin: 0;
	opacity: 0;
	z-index: -1;
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li > ul li a {
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 22px;
	text-align: left;
	padding: 8px 20px;
	margin: 0;
}

.header-main .primary-menu ul li > ul li a:after {
	display: none;
}

.header-main .primary-menu ul li:nth-last-child(2) > ul {
	min-width: 150px;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.header-main .primary-menu ul li {
	margin-left: 30px;
}
}

@media (max-width: 991px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #313986;
	position: fixed;
	top: 110px;
	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: .90;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 85%;
	max-width: 390px;
	height: 100%;
	float: right;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 110px 0 0 0;
}

.header-main .nav-bar.active {
	visibility: visible;
	right: 0;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;	
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
	background: #ffffff;
	position: relative;
	padding: 40px;
}


/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding: 0 0 40px 0;
}

.header-main .primary-menu:last-child {
	padding-bottom: 0;
}

.header-main .primary-menu ul {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	line-height: 1em;
	padding: 0;
	margin: 0 0 40px 0;
}

.header-main .primary-menu ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li:before,
.header-main .primary-menu ul li:after {
	display: none;
}

.header-main .primary-menu ul li > a {
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #313986;
	line-height: 26px;
	letter-spacing: 0.72px;
	text-decoration: none;
	padding: 0;
	margin: 0 12px 0 0;
}

.header-main .primary-menu ul li .submenu-lv1,
.header-main .primary-menu ul li .submenu-lv2 {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv2 {
	float: none;
	display: inline-block;
	vertical-align: top;
	line-height: 1em;
	cursor: pointer;
	position: relative;
	z-index: 2;
	top: 0;
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1:after,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv2:after {
	content: "\f0d7";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 20px;
	color: #313986;
	line-height: 1em;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	position: relative;
	top: 3px;
}

.header-main .primary-menu ul li.menu-item-has-children:hover > .submenu-lv1:after,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1.active:after,
.header-main .primary-menu ul li.menu-item-has-children:hover > .submenu-lv2:after,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv2.active:after {
	font-weight: 900;
	color: rgba(62, 184, 190, .70);
}

.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv1.active:after,
.header-main .primary-menu ul li.menu-item-has-children > .submenu-lv2.active:after {
	content: "\f0d8";
}

.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,
.header-main .primary-menu ul li.current_page_item > a,
.header-main .primary-menu ul li.current_page_parent > a,
.header-main .primary-menu ul li.current_page_ancestor > a,
.header-main .primary-menu ul li.current-page-item > a,
.header-main .primary-menu ul li.current-page-parent > a,
.header-main .primary-menu ul li.current-page-ancestor > a,
.single-post .header-main .primary-menu ul li.custom-resources-menu > a,
.single-post .header-main .primary-menu ul li.custom-blog-menu > a {
	color: rgba(62, 184, 190, .70);
}

.header-main .primary-menu ul li > ul {
	display: none;
	padding: 25px 0 0 20px;
	margin: 0;
}

.header-main .primary-menu ul li > ul li {
	margin: 0 0 20px 0;
}

.header-main .primary-menu ul li > ul li:last-child {
	margin-bottom: 0;
}
}

@media (max-width: 767px) {
.header-main .overlay-menu {
	top: 80px;
}

.header-main .nav-bar {
	max-width: 380px;
	padding: 80px 0 0 0;
}
}


/* Menu - Btn */
.header-main .search-btn {
	height: 110px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 20px;
	color: #313986;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	z-index: 10;	
	padding: 5px 0 0 0;
	margin: 0 0 0 59px;
}

.header-main .menu-btn {
	height: 110px;
	float: left;
	display: none;
	flex-wrap: wrap;
	align-items: center;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	z-index: 10;	
	padding: 0;
	margin: 0 0 0 25px;
}

.header-main .menu-btn .menu-bar {
	width: 26px;
	height: 4px;
	float: left;
	background: #313986;
	text-indent: -99999px;
	position: relative;
	transition: all 0.4s ease;
	margin: 10px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 4px;
	float: left;
	background: #313986;
	position: absolute;
	left: 0;
	transition: all 0.4s ease;
}

.header-main .menu-btn .menu-bar:before {
	top: -10px;
}

.header-main .menu-btn .menu-bar:after {
	top: 10px;
}

.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 (min-width: 992px) and (max-width: 1199px) {
.header-main .search-btn {
	margin-left: 30px;
}
}

@media (max-width: 991px) {
.header-main .search-btn {
	font-size: 24px;
	color: #ffffff;
	padding: 0;
	margin: 0 0 0 25px;
}

.header-main .menu-btn {
	display: flex;
}

.header-main .menu-btn .menu-bar {
	background: #ffffff;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	background: #ffffff;
}
}

@media (max-width: 767px) {
.header-main .search-btn {
	height: 80px;	
}

.header-main .menu-btn {
	height: 80px;
}
}


/* Search Box - Modal */
.hiddenscroll-search {
	overflow: hidden;
}

.header-main .search-box-modal {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	color: #ffffff;
	background: #313986;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: hidden;
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 20;
}

.header-main .search-box-modal.active {
	visibility: visible;
	opacity: 1;
}

.header-main .search-box-modal .container {
	max-width: 870px;
}

.header-main .search-box-modal h1,
.header-main .search-box-modal h2,
.header-main .search-box-modal h3,
.header-main .search-box-modal h4,
.header-main .search-box-modal h5,
.header-main .search-box-modal h6 {
	font-weight: 400;
	font-size: 35px;
	color: #ffffff;
	line-height: 41px;
	padding-bottom: 60px;
}

.header-main .search-box-modal h1:last-child,
.header-main .search-box-modal h2:last-child,
.header-main .search-box-modal h3:last-child,
.header-main .search-box-modal h4:last-child,
.header-main .search-box-modal h5:last-child,
.header-main .search-box-modal h6:last-child {
	padding-bottom: 0;
}

.header-main .search-box-modal .close-modal {
	font-size: 50px;
	color: #ffffff;
	line-height: 1em;
	position: absolute;
	top: 40px;
	right: 40px;
}

.header-main .search-box-modal .close-modal em {
	opacity: 0;
}

.header-main .search-box-modal .close-modal:before {
	content: "\f057";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
}

.header-main .search-box-modal .modal-wrap {
	width: 100%;
	float: left;
}

.header-main .search-box-modal .searchform {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .search-box-modal .searchform input[type="text"],
.header-main .search-box-modal .searchform input[type="password"],
.header-main .search-box-modal .searchform input[type="datetime"],
.header-main .search-box-modal .searchform input[type="datetime-local"],
.header-main .search-box-modal .searchform input[type="date"],
.header-main .search-box-modal .searchform input[type="month"],
.header-main .search-box-modal .searchform input[type="time"],
.header-main .search-box-modal .searchform input[type="week"],
.header-main .search-box-modal .searchform input[type="number"],
.header-main .search-box-modal .searchform input[type="email"],
.header-main .search-box-modal .searchform input[type="url"],
.header-main .search-box-modal .searchform input[type="search"],
.header-main .search-box-modal .searchform input[type="tel"],
.header-main .search-box-modal .searchform input[type="color"],
.header-main .search-box-modal .searchform .uneditable-input {
	width: 100%;
	height: 80px;
	font-weight: 400;
	font-size: 45px;
	color: #ffffff;
	line-height: 51px;
	background: none;
	border: none;
	border-bottom: 2px solid #ffffff;
	border-radius: 0;
	box-shadow: none;
	padding: 30px 100px 30px 0;
}

.header-main .search-box-modal .searchform ::-webkit-input-placeholder, 
.header-main .search-box-modal .searchform ::-webkit-textarea-placeholder {
	color: #ffffff;
}

.header-main .search-box-modal .searchform input::-moz-placeholder, 
.header-main .search-box-modal .searchform textarea::-moz-placeholder {
	color: #ffffff;
}

.header-main .search-box-modal .searchform ::-moz-placeholder {
	color: #ffffff;
}

.header-main .search-box-modal .searchform ::-ms-input-placeholder {
	color: #ffffff;
}

.header-main .search-box-modal .searchform select:focus,
.header-main .search-box-modal .searchform textarea:focus,
.header-main .search-box-modal .searchform input[type="text"]:focus,
.header-main .search-box-modal .searchform input[type="password"]:focus,
.header-main .search-box-modal .searchform input[type="datetime"]:focus,
.header-main .search-box-modal .searchform input[type="datetime-local"]:focus,
.header-main .search-box-modal .searchform input[type="date"]:focus,
.header-main .search-box-modal .searchform input[type="month"]:focus,
.header-main .search-box-modal .searchform input[type="time"]:focus,
.header-main .search-box-modal .searchform input[type="week"]:focus,
.header-main .search-box-modal .searchform input[type="number"]:focus,
.header-main .search-box-modal .searchform input[type="email"]:focus,
.header-main .search-box-modal .searchform input[type="url"]:focus,
.header-main .search-box-modal .searchform input[type="search"]:focus,
.header-main .search-box-modal .searchform input[type="tel"]:focus,
.header-main .search-box-modal .searchform input[type="color"]:focus,
.header-main .search-box-modal .searchform .uneditable-input:focus {
	border-color: #ffffff;
}

.header-main .search-box-modal .searchform input[type="button"],
.header-main .search-box-modal .searchform input[type="submit"] {
	max-width: 100%;
	width: 80px;
	height: 100%;
	background: url(img/caret-right-white.svg) no-repeat right center;
	background-size: 16px auto;
	text-indent: -99999px;
	border: none;	
	border-radius: 0;
	box-shadow: none;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

.header-main .search-box-modal .searchform input[type="button"]:hover,
.header-main .search-box-modal .searchform input[type="button"]:focus,
.header-main .search-box-modal .searchform input[type="button"]:active,
.header-main .search-box-modal .searchform input[type="submit"]:hover,
.header-main .search-box-modal .searchform input[type="submit"]:focus,
.header-main .search-box-modal .searchform input[type="submit"]:active {
	background: url(img/caret-right-white.svg) no-repeat right center;
	background-size: 16px auto;
}

@media (max-width: 991px) {
.header-main .search-box-modal h1,
.header-main .search-box-modal h2,
.header-main .search-box-modal h3,
.header-main .search-box-modal h4,
.header-main .search-box-modal h5,
.header-main .search-box-modal h6 {
	padding-bottom: 40px;
}

.header-main .search-box-modal .close-modal {
	font-size: 40px;
	top: 20px;
	right: 20px;
}

.header-main .search-box-modal .close-modal em {
	opacity: 0;
}

.header-main .search-box-modal .close-modal:before {
	font-weight: 400;
}

.header-main .search-box-modal .searchform input[type="text"],
.header-main .search-box-modal .searchform input[type="password"],
.header-main .search-box-modal .searchform input[type="datetime"],
.header-main .search-box-modal .searchform input[type="datetime-local"],
.header-main .search-box-modal .searchform input[type="date"],
.header-main .search-box-modal .searchform input[type="month"],
.header-main .search-box-modal .searchform input[type="time"],
.header-main .search-box-modal .searchform input[type="week"],
.header-main .search-box-modal .searchform input[type="number"],
.header-main .search-box-modal .searchform input[type="email"],
.header-main .search-box-modal .searchform input[type="url"],
.header-main .search-box-modal .searchform input[type="search"],
.header-main .search-box-modal .searchform input[type="tel"],
.header-main .search-box-modal .searchform input[type="color"],
.header-main .search-box-modal .searchform .uneditable-input {
	height: 70px;
	font-size: 24px;
	line-height: 30px;
	padding: 20px 70px 20px 0;
}

.header-main .search-box-modal .searchform input[type="button"],
.header-main .search-box-modal .searchform input[type="submit"] {
	background-size: 12px auto;
}

.header-main .search-box-modal .searchform input[type="button"]:hover,
.header-main .search-box-modal .searchform input[type="button"]:focus,
.header-main .search-box-modal .searchform input[type="button"]:active,
.header-main .search-box-modal .searchform input[type="submit"]:hover,
.header-main .search-box-modal .searchform input[type="submit"]:focus,
.header-main .search-box-modal .searchform input[type="submit"]:active {
	background-size: 12px auto;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Custom - Video */
.embed-responsive {
	width: 100%;
	background: #000000;
	display: block;
	position: relative;
	overflow: hidden;
	padding: 0 0 56.25% 0;
}

.embed-responsive::before {
	display: block;
	content: ""
}

.embed-responsive img,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
	width: 100%;
	height: 100%;
	border: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
}

.embed-responsive img {
	z-index: 1;
}

.embed-responsive .play-btn {
	z-index: 2;
}


/* Video - Wrapper */
.video_wrapper {
	width: 100%;
	display: block;
	position: relative;
	overflow: hidden;
}

.videoPoster {
	width: 100%;
	height: 100%;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	opacity: 1;
	z-index: 1;
}

.videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}

.embed-responsive .videoPoster:before {
	width: 60px;
	height: 60px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	content: "\f04b";
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 20px;
	color: #ffffff;
	line-height: 1em;
	border: 2px solid #ffffff;
	border-radius: 360px;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transform: translate(-50%, -50%); 	
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
}

.embed-responsive:hover .videoPoster:before,
.embed-responsive:focus .videoPoster:before,
.embed-responsive:active .videoPoster:before {
	-webkit-transform: translate(-50%, -50%) scale(1.1); 	
	-ms-transform: translate(-50%, -50%) scale(1.1); 
	transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 991px) {
.embed-responsive .videoPoster:before {
	width: 40px;
	height: 40px;
	font-size: 18px;
}
}


/* Custom Widgets - Single - Video */
.single-video {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	overflow: hidden;
}

.single-video .embed-responsive {
	padding-bottom: 56.2%;
}


/* Custom - Testimonial */
.custom-testimonial {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
}

.custom-testimonial .aside {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #313986;
	text-align: center;
	position: relative;
	padding: 5px 0 0 40px;
}

.custom-testimonial .aside:after {
	content: "\f10d";
	font-family: "Font Awesome 5 Pro";
	font-weight: 700;
	font-size: 30px;	
	line-height: 30px;
	letter-spacing: 1.81px;
	position: absolute;
	top: 0;
	left: 0;
}

.custom-testimonial .aside p {
	font-family: "calliope-mvb", sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.35px;
	padding-bottom: 0;
}

.custom-testimonial .aside .author-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-style: italic;
	font-size: 12px;
	line-height: 18px;
	letter-spacing: 0.35px;
	margin: 20px 0 0 0;
}

.custom-testimonial .name {
	font-size: 14px;
	line-height: 20px;
}

.custom-testimonial.no-authur .author-txt {
	display: none;
}

@media (max-width: 767px) {
.custom-testimonial .aside {
	text-align: left;
	padding: 0 0 0 46px;
}
}


/* Faqs - List */
.faqs-list {
	width: 100%;
	display: block;
}

.faqs-list .accord-item {
	width: 100%;
	float: left;
	line-height: 1em;
	margin-bottom: 5px;
}

.faqs-list .accord-item:last-child {
	margin-bottom: 0;
}

.faqs-list .accord-item .accord-title {
	width: 100%;
	float: left;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 20px;
	letter-spacing: 0.02em;
	background: #4654ac;
	position: relative;
	cursor: pointer;
	padding: 12px 45px 12px 15px;
}

.faqs-list .accord-item .accord-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 18px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.faqs-list .accord-item .accord-title.active {
	color: #313986;
	background: #ecf8f8;
}

.faqs-list .accord-item .accord-title.active:after {
	content: "\f077";
}

.faqs-list .accord-item .accord-cont {
	width: 100%;
	float: left;
	font-size: 14px;
	line-height: 20px;
	display: none;
	padding: 15px 15px 25px 15px;
}

.faqs-list .accord-item .accord-cont.active {
	display: block;
}

.faqs-list .accord-item .accord-cont ul {
	padding-left: 0;
}


/* Filter Bar - Content */
.filterbar-cont {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
}

.filterbar-cont .accord-link {
	display: none;
}

.filterbar-cont .accord-box {
	width: 100%;
	float: left;
	text-align: center;
}

.filterbar-cont .accord-box ul {	
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: -10px -25px;
}

.filterbar-cont .accord-box ul li {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 10px 25px;
}

.filterbar-cont .accord-box ul li:before {
	display: none;
}

.filterbar-cont .accord-box ul li a {
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #313986;
	line-height: 20px;
	text-decoration: none;
	position: relative;
}

.filterbar-cont .accord-box ul li a:hover,
.filterbar-cont .accord-box ul li a.active,
.filterbar-cont .accord-box ul li.active a {
	color: rgba(62, 184, 190, .70);
	text-decoration: underline;
}

@media (min-width: 768px) {
.filterbar-cont .accord-box {
	height: auto!important;
	display: block!important;
	transform: translate(0)!important;
	top: 0!important;
	left: 0!important;
	right: auto!important;
	overflow: hidden!important;
}
}

@media (max-width: 767px) {
.filterbar-cont .accord-link {
	width: 100%;
	height: 50px;
	float: left;
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #313986;
	line-height: 50px;
	border: 1px solid rgba(0, 0, 0, .20);
	border-radius: 360px;
	cursor: pointer;
	padding: 0 30px;
	margin: 0;
	display: block;
}

.filterbar-cont .accord-link:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	position: absolute;
	top: 50%;
	right: 30px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.filterbar-cont .accord-link.active:after {
	content: "\f077";
}

.filterbar-cont .accord-box {
	width: 100%;
	float: left;
	text-align: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .10) 0 10px 10px;	
	border: 1px solid rgba(0, 0, 0, .20);
	border-radius: 20px;
	position: absolute;
	top: 50px;
	left: 0;
	padding: 0;
	margin: 0;
	display: none;
}

.filterbar-cont .accord-box ul {
	width: 100%;
	float: left;
	padding: 20px 0;
	margin: 0;
}

.filterbar-cont .accord-box ul li {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0;
}

.filterbar-cont .accord-box ul li:before {
	display: none;
}

.filterbar-cont .accord-box ul li a {
	width: 100%;
	float: left;
	position: relative;
	padding: 15px 30px;
}
}


/* Elementor - Pagination */
.elementor-pagination a,
.elementor-pagination span {
	float: none;
	display: inline-block;
	vertical-align: middle;
}

.elementor-pagination .current {
	width: 36px;
	height: 36px;
	color: #ffffff;
	line-height: 36px;
	background: #313986;
}

@media (max-width: 767px) {
.elementor-pagination .current {
	width: 30px;
	height: 30px;
	line-height: 30px;
}
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	float: left;
	flex-shrink: 0;
	font-family: "calluna-sans", sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: #ffffff;
	line-height: 25px;
	background: #313986;
	padding: 55px 0 30px 0;
}

.footer-main a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.footer-main a:hover,
.footer-main a:focus, 
.footer-main a:active, 
.footer-main .current-menu-item > a, 
.footer-main .current-menu-parent > a, 
.footer-main .current-menu-ancestor > a,
.footer-main .current_page_item > a,
.footer-main .current_page_parent > a,
.footer-main .current_page_ancestor > a,
.footer-main .current-page-item > a,
.footer-main .current-page-parent > a,
.footer-main .current-page-ancestor > a,
.single-post .footer-main .custom-resources-menu > a,
.single-post .footer-main .custom-blog-menu > a {
	color: #3eb8be;
	text-decoration: underline;
}

.footer-main h2,
.footer-main h3 {
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: inherit;
	line-height: 20px;
	white-space: nowrap;
	padding: 1px 29px 0 0;
}

.footer-main  p {
	padding-bottom: 24px;
}

.footer-main  p:last-child {
	padding-bottom: 0;
}

.footer-main ul {
	padding: 0;
	margin: 0;
}

.footer-main li {
	padding: 0;
	margin: 0;
}

.footer-main li:before {
	display: none;
}

.footer-main li ul {
	display: none;
}

.footer-main .social-links {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -10px -10px 0;
}

.footer-main .social-links li {
	float: none;
	display: inline-block;
	vertical-align: middle;
	padding: 0;
	margin: 0 10px 10px 0;
}

.footer-main .social-links li a {
	font-size: 20px;
	line-height: 20px;
}

.footer-main .brand img {
	max-height: 74px;
	display: inline-block;
	vertical-align: top;
}

.footer-main .pre-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -15px -40px -15px;
}

.footer-main .pre-footer .aside {
	width: 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px 40px 15px;
}

.footer-main .copy-rights {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: rgba(255, 255, 255, .50);
	line-height: 24px;
}

.footer-main .copy-rights a {
	text-decoration: underline;
}

.footer-main .copy-rights .show-m {
	display: none;
}

@media (min-width: 1200px) {
.footer-main .pre-footer .aside > div {
	display: flex;
	flex-direction: row;
}
}

@media (min-width: 992px) {
.footer-main .pre-footer .aside:nth-child(1) {
	-ms-flex: 0 0 34%;
	flex: 0 0 34%;
	max-width: 34%;
}

.footer-main .pre-footer .aside:nth-child(2) {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.footer-main .pre-footer .aside:nth-child(3) {
	-ms-flex: 0 0 22%;
	flex: 0 0 22%;
	max-width: 22%;
}

.footer-main .pre-footer .aside:nth-child(4) {
	-ms-flex: 0 0 19%;
	flex: 0 0 19%;
	max-width: 19%;
}

.footer-main .copy-rights {
	width: 34%;
	margin: -20px 0 0 0;
}
}

@media (max-width: 1199px) {
.footer-main {
	padding: 55px 0;
}

.footer-main h2,
.footer-main h3 {
	padding: 0 0 20px 0;
}

.footer-main .copy-rights {
	width: 100%;
	margin: 0;
}
}

@media (max-width: 991px) {
.footer-main .brand {
	text-align: center;
}

.footer-main .pre-footer .aside:nth-child(1) {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.footer-main .pre-footer .aside:nth-child(2),
.footer-main .pre-footer .aside:nth-child(3) {
	-ms-flex: 0 0 36%;
	flex: 0 0 36%;
	max-width: 36%;
}

.footer-main .pre-footer .aside:nth-child(4) {
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	max-width: 28%;
}

.footer-main .copy-rights {
	text-align: center;
	margin: 30px 0 0 0;
}
}

@media (max-width: 767px) {
.footer-main {
	padding: 35px 0 20px 0;
}

.footer-main h2,
.footer-main h3 {
	padding: 0 0 11px 0;
}

.footer-main .social-links {
	margin: 0 -20px -10px 0;
}

.footer-main .social-links li {
	margin: 0 20px 10px 0;
}

.footer-main .pre-footer {
	margin: 0 -15px -30px -15px;
}

.footer-main .pre-footer .aside {
	padding: 0 15px 30px 15px;
}

.footer-main .pre-footer .aside:nth-child(2) {
	-ms-flex: 0 0 55%;
	flex: 0 0 55%;
	max-width: 55%;
}

.footer-main .pre-footer .aside:nth-child(3) {
	-ms-flex: 0 0 45%;
	flex: 0 0 45%;
	max-width: 45%;
}

.footer-main .pre-footer .aside:nth-child(4) {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.footer-main .pre-footer .aside:nth-child(4) h2 {
	display: none;
}

.footer-main .copy-rights {
	margin: 40px 0 0 0;
}

.footer-main .copy-rights .show-m {
	display: inline-block;
}

.footer-main .copy-rights .hide-m {
	display: none;
}
}


/*
 6.) Inner - Pages
----------------------------------------*/

/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 90px 0;
}

@media (max-width: 991px) {
.content-inner {
	padding: 70px 0;
}
}

@media (max-width: 767px) {
.content-inner {
	padding: 50px 0;
}
}


/* Custom - Grid Columns */
@media (min-width: 992px) {
.custom-two-column .elementor-container {
	flex-wrap: wrap;
}

.custom-two-column .elementor-column {
	flex: 0 0 50%;
}

.custom-three-column .elementor-container {
	flex-wrap: wrap;
}

.custom-three-column .elementor-column {
	flex: 0 0 33.33%;
}

.custom-four-column .elementor-container {
	flex-wrap: wrap;
}

.custom-four-column .elementor-column {
	flex: 0 0 25%;
}
}


/* Heading Bullet */
.heading-bullet .elementor-widget-container h1,
.heading-bullet .elementor-widget-container h2,
.heading-bullet .elementor-widget-container h3,
.heading-bullet .elementor-widget-container h4,
.heading-bullet .elementor-widget-container h5,
.heading-bullet .elementor-widget-container h6 {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	position: relative;
	padding-left: 38px;
}

.heading-bullet .elementor-widget-container h1:before,
.heading-bullet .elementor-widget-container h2:before,
.heading-bullet .elementor-widget-container h3:before,
.heading-bullet .elementor-widget-container h4:before,
.heading-bullet .elementor-widget-container h5:before,
.heading-bullet .elementor-widget-container h6:before {
	content: "";
	width: 17px;
	height: 17px;
	background: #c4e3e6;
	border-radius: 360px;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%); 	
	-ms-transform: translate(0, -50%); 
	transform: translate(0, -50%);
}

@media (max-width: 991px) {
.heading-bullet .elementor-widget-container h1,
.heading-bullet .elementor-widget-container h2,
.heading-bullet .elementor-widget-container h3,
.heading-bullet .elementor-widget-container h4,
.heading-bullet .elementor-widget-container h5,
.heading-bullet .elementor-widget-container h6 {
	padding-left: 30px;
}

.heading-bullet .elementor-widget-container h1:before,
.heading-bullet .elementor-widget-container h2:before,
.heading-bullet .elementor-widget-container h3:before,
.heading-bullet .elementor-widget-container h4:before,
.heading-bullet .elementor-widget-container h5:before,
.heading-bullet .elementor-widget-container h6:before {
	width: 13px;
	height: 13px;
}
}

@media (max-width: 767px) {
.heading-bullet .elementor-widget-container h1,
.heading-bullet .elementor-widget-container h2,
.heading-bullet .elementor-widget-container h3,
.heading-bullet .elementor-widget-container h4,
.heading-bullet .elementor-widget-container h5,
.heading-bullet .elementor-widget-container h6 {
	padding-left: 24px;
}

.heading-bullet .elementor-widget-container h1:before,
.heading-bullet .elementor-widget-container h2:before,
.heading-bullet .elementor-widget-container h3:before,
.heading-bullet .elementor-widget-container h4:before,
.heading-bullet .elementor-widget-container h5:before,
.heading-bullet .elementor-widget-container h6:before {
	width: 10px;
	height: 10px;
}
}


/* Elementor Page - Title Max */
.hero-main-title .elementor-widget-container,
.elementor-page-title .elementor-widget-container {
	width: 100%;
    max-width: 1000px;
	float: none;
	display: inline-block;
	vertical-align: top;
}


/* White - Text */
@media (min-width: 768px) {
.md-white-txt .elementor-widget-container {
	color: #ffffff;
	text-shadow: 0px 3px 6px #00000029;
}

.md-white-txt .elementor-widget-container h1,
.md-white-txt .elementor-widget-container h2,
.md-white-txt .elementor-widget-container h3,
.md-white-txt .elementor-widget-container h4,
.md-white-txt .elementor-widget-container h5,
.md-white-txt .elementor-widget-container h6 {
	color: #ffffff;
	text-shadow: 0px 3px 6px #00000029;
}


.md-white-txt .elementor-widget-container button, 
.md-white-txt .elementor-widget-container input[type="button"], 
.md-white-txt .elementor-widget-container input[type="submit"], 
.md-white-txt .elementor-widget-container .elementor-button {
    color: #ffffff;
	background: none;
	box-shadow: inset #ffffff 0 0 0 2px!important; 
}

.md-white-txt .elementor-widget-container .elementor-button:hover,
.md-white-txt .elementor-widget-container .elementor-button:focus,
.md-white-txt .elementor-widget-container .elementor-button:active {
	color: #ffffff;
	background: #3eb8be;
	box-shadow: inset #3eb8be 0 0 0 2px!important; 
}
}


/* Fit - Image */
@media (min-width: 768px) {
.md-fit-image {
	height: 100%;
}

.md-fit-image .elementor-widget-container {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}

.md-fit-image .elementor-widget-container img {
	width: auto!important;
	max-width: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%; 
	-webkit-transform: translate(-50%, -50%); 	
	-ms-transform: translate(-50%, -50%); 
	transform: translate(-50%, -50%);
	margin: 0;
}

.left-width-520 .elementor-widget-container {
	width: 100%;
	max-width: 520px;
}

.right-width-520 .elementor-widget-container {
	width: 100%;
	max-width: 520px;
	float: right;
}
}


/* Gravity - Form */
.gform_wrapper.gravity-theme .gform_validation_errors {
	margin-top: 0;
	margin-bottom: 20px;
}

.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 14px;
    line-height: 18px;
}

.gform_wrapper.gravity-theme .gfield_html {
	margin-bottom: 0;
}

.gform_wrapper.gravity-theme form {
	position: relative;
}

.gform_wrapper.gravity-theme form .gfield_label {
	font-family: "calluna-sans", sans-serif;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

.gform_wrapper.gravity-theme form .gfield_label .gfield_required {
	display: none;
}

.gform_wrapper.gravity-theme form input[type="color"], 
.gform_wrapper.gravity-theme form input[type="date"], 
.gform_wrapper.gravity-theme form input[type="datetime-local"], 
.gform_wrapper.gravity-theme form input[type="datetime"], 
.gform_wrapper.gravity-theme form input[type="email"], 
.gform_wrapper.gravity-theme form input[type="month"], 
.gform_wrapper.gravity-theme form input[type="number"], 
.gform_wrapper.gravity-theme form input[type="password"], 
.gform_wrapper.gravity-theme form input[type="search"], 
.gform_wrapper.gravity-theme form input[type="tel"], 
.gform_wrapper.gravity-theme form input[type="text"], 
.gform_wrapper.gravity-theme form input[type="time"], 
.gform_wrapper.gravity-theme form input[type="url"], 
.gform_wrapper.gravity-theme form input[type="week"], 
.gform_wrapper.gravity-theme form select, 
.gform_wrapper.gravity-theme form textarea {
    font-size: 18px;
	line-height: 26px;
	padding: 20px;
}

.gform_wrapper.gravity-theme form .gfield textarea.large {
    height: 275px;
}

.gform_wrapper.gravity-theme form input:not([type="radio"]):not([type="checkbox"]):not([type="image"]):not([type="file"]) {
	min-height: inherit;
	line-height: 26px;
}

.gform_wrapper.gravity-theme form .gform_footer, 
.gform_wrapper.gravity-theme form .gform_page_footer {    
    padding: 0;
	margin: 35px 0 0 0;
}

.gform_wrapper.gravity-theme form .gform_footer button, 
.gform_wrapper.gravity-theme form .gform_footer input, 
.gform_wrapper.gravity-theme form .gform_page_footer button, 
.gform_wrapper.gravity-theme form .gform_page_footer input {
	margin: 0;
}

.gform_wrapper.gravity-theme form .description, 
.gform_wrapper.gravity-theme form .gfield_description, 
.gform_wrapper.gravity-theme form .gsection_description, 
.gform_wrapper.gravity-theme form .instruction {
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 10px 0 0 0;
}

.gform_wrapper.gravity-theme form .gfield_validation_message, 
.gform_wrapper.gravity-theme form .validation_message {
    background: none;
    border: none;
	font-size: 14px;
	line-height: 18px;
	padding: 0;
	margin: 10px 0 0 0;
}

.gform_wrapper.gravity-theme form .gform_fields {
	grid-column-gap: 20px;
	grid-row-gap: 15px;
}

@media (min-width: 768px) {
.gform_wrapper.gravity-theme form.contact_custom {
	min-height: 245px;
	position: relative;
	padding: 0 55% 0 0;
}

.gform_wrapper.gravity-theme form.contact_custom .move-right-cl {
	width: 45%;
	position: absolute;
	top: 0;
	right: 0;
}

.gform_wrapper.gravity-theme form .gform_footer, 
.gform_wrapper.gravity-theme form .gform_page_footer {    
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 55%;
}
}

@media (max-width: 991px) {
.gform_wrapper.gravity-theme form .gfield_label {
	font-size: 16px;
	line-height: 24px;
}

.gform_wrapper.gravity-theme form input[type="color"], 
.gform_wrapper.gravity-theme form input[type="date"], 
.gform_wrapper.gravity-theme form input[type="datetime-local"], 
.gform_wrapper.gravity-theme form input[type="datetime"], 
.gform_wrapper.gravity-theme form input[type="email"], 
.gform_wrapper.gravity-theme form input[type="month"], 
.gform_wrapper.gravity-theme form input[type="number"], 
.gform_wrapper.gravity-theme form input[type="password"], 
.gform_wrapper.gravity-theme form input[type="search"], 
.gform_wrapper.gravity-theme form input[type="tel"], 
.gform_wrapper.gravity-theme form input[type="text"], 
.gform_wrapper.gravity-theme form input[type="time"], 
.gform_wrapper.gravity-theme form input[type="url"], 
.gform_wrapper.gravity-theme form input[type="week"], 
.gform_wrapper.gravity-theme form select, 
.gform_wrapper.gravity-theme form textarea {
	font-size: 16px;
	line-height: 24px;
	padding: 15px;
}

.gform_wrapper.gravity-theme form .gfield textarea.large {
	height: 200px;
}
}

@media (max-width: 767px) {
.gform_wrapper.gravity-theme form .gfield_label {
	font-size: 15px;
	line-height: 21px;
}

.gform_wrapper.gravity-theme form input[type="color"], 
.gform_wrapper.gravity-theme form input[type="date"], 
.gform_wrapper.gravity-theme form input[type="datetime-local"], 
.gform_wrapper.gravity-theme form input[type="datetime"], 
.gform_wrapper.gravity-theme form input[type="email"], 
.gform_wrapper.gravity-theme form input[type="month"], 
.gform_wrapper.gravity-theme form input[type="number"], 
.gform_wrapper.gravity-theme form input[type="password"], 
.gform_wrapper.gravity-theme form input[type="search"], 
.gform_wrapper.gravity-theme form input[type="tel"], 
.gform_wrapper.gravity-theme form input[type="text"], 
.gform_wrapper.gravity-theme form input[type="time"], 
.gform_wrapper.gravity-theme form input[type="url"], 
.gform_wrapper.gravity-theme form input[type="week"], 
.gform_wrapper.gravity-theme form select, 
.gform_wrapper.gravity-theme form textarea {
	font-size: 15px;
	line-height: 21px;
	padding: 10px 15px;
}

.gform_wrapper.gravity-theme form .gfield textarea.large {
	height: 190px;
}
}


/* Subscribe - Form */
@media (min-width: 768px) {
.gform_wrapper.gravity-theme.newsletter_custom_wrapper {
	min-height: inherit;
	padding: 0;
}

.gform_wrapper.gravity-theme.newsletter_custom_wrapper form .gform_footer, 
.gform_wrapper.gravity-theme.newsletter_custom_wrapper form .gform_page_footer {    
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 0;
	left: 0;
	margin-top: 35px;
}
}



/* Subscribe - Form */
.gform_wrapper.gravity-theme.subscribe_custom_wrapper .gform_validation_errors {
    display: none;
}
 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="color"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="date"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="datetime-local"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="datetime"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="email"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="month"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="number"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="password"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="search"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="tel"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="text"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="time"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="url"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="week"], 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form select, 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form textarea {
	height: 45px;	
	font-size: 15px;
	line-height: 21px;
	letter-spacing: normal;
	border-radius: 360px;
	padding: 12px 150px 12px 20px;
}

.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer, 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer {
	margin-top: 15px;
}

.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer button, 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer input, 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer button, 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer input {
	min-width: inherit;
	width: 100%;
	height: 45px;
	line-height: 45px;
	background-position: top 12px right 15px;
	padding-top: 0;
	padding-bottom: 0;
}

.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer button:hover,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer button:focus,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer button:active,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer input:hover,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer input:focus,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer input:active,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer button:hover,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer button:focus,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer button:active,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer input:hover,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer input:focus,
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer input:active {
	background-position: top 12px right 11px;
}

@media (min-width: 480px) {
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_footer, 
.gform_wrapper.gravity-theme.subscribe_custom_wrapper form .gform_page_footer {
	width: 135px;    
	padding: 0;
	margin: 0;
	position: absolute;
	bottom: auto;
	left: auto;
	top: 0;
	right: 0;
	margin-top: 0;
}
}



/* Form - White Colors */
.field-white-colors .elementor-widget-container {
	color: #ffffff;
}

.field-white-colors .elementor-widget-container h1,
.field-white-colors .elementor-widget-container h2,
.field-white-colors .elementor-widget-container h3,
.field-white-colors .elementor-widget-container h4,
.field-white-colors .elementor-widget-container h5,
.field-white-colors .elementor-widget-container h6 {
	color: #ffffff;
}

.field-white-colors .heading-bullet .elementor-widget-container h1,
.field-white-colors .heading-bullet .elementor-widget-container h2,
.field-white-colors .heading-bullet .elementor-widget-container h3,
.field-white-colors .heading-bullet .elementor-widget-container h4,
.field-white-colors .heading-bullet .elementor-widget-container h5,
.field-white-colors .heading-bullet .elementor-widget-container h6 {
	padding-left: 0;
}

.field-white-colors .heading-bullet .elementor-widget-container h1:before,
.field-white-colors .heading-bullet .elementor-widget-container h2:before,
.field-white-colors .heading-bullet .elementor-widget-container h3:before,
.field-white-colors .heading-bullet .elementor-widget-container h4:before,
.field-white-colors .heading-bullet .elementor-widget-container h5:before,
.field-white-colors .heading-bullet .elementor-widget-container h6:before {
	left: -45px;
}

.field-white-colors .gform_wrapper.gravity-theme form .gfield_label {
	color: rgba(255, 255, 255, .71);
}

.field-white-colors .gform_wrapper.gravity-theme form select,
.field-white-colors .gform_wrapper.gravity-theme form textarea,
.field-white-colors .gform_wrapper.gravity-theme form input[type="text"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="password"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="datetime"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="datetime-local"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="date"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="month"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="time"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="week"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="number"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="email"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="url"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="search"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="tel"],
.field-white-colors .gform_wrapper.gravity-theme form input[type="color"],
.field-white-colors .gform_wrapper.gravity-theme form .uneditable-input {
	border-color: #ffffff;
}

.field-white-colors .gform_wrapper.gravity-theme form select option.def:not([disabled]),
.field-white-colors .gform_wrapper.gravity-theme form select.gf_placeholder:not([disabled]) {
	color: #d3d3d3;
}

.field-white-colors .gform_wrapper.gravity-theme form ::-webkit-input-placeholder, 
.field-white-colors .gform_wrapper.gravity-theme form ::-webkit-textarea-placeholder {
	color: #d3d3d3;
}

.field-white-colors .gform_wrapper.gravity-theme form input::-moz-placeholder, 
.field-white-colors .gform_wrapper.gravity-theme form textarea::-moz-placeholder {
	color: #d3d3d3;
}

.field-white-colors .gform_wrapper.gravity-theme form ::-moz-placeholder {
	color: #d3d3d3;
}

.field-white-colors .gform_wrapper.gravity-theme form ::-ms-input-placeholder {
	color: #d3d3d3;
}

.field-white-colors .gform_wrapper.gravity-theme form select:focus,
.field-white-colors .gform_wrapper.gravity-theme form textarea:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="text"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="password"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="datetime"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="datetime-local"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="date"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="month"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="time"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="week"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="number"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="email"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="url"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="search"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="tel"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form input[type="color"]:focus,
.field-white-colors .gform_wrapper.gravity-theme form .uneditable-input:focus {
	border-color: #ffffff;
}

.field-white-colors .gform_wrapper.gravity-theme form .gform_footer button, 
.field-white-colors .gform_wrapper.gravity-theme form .gform_footer input, 
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer button, 
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer input {
    color: #ffffff;
	background-color: transparent;
	box-shadow: inset #ffffff 0 0 0 2px!important; 
}

.field-white-colors .gform_wrapper.gravity-theme form .gform_footer button:hover,
.field-white-colors .gform_wrapper.gravity-theme form .gform_footer button:focus,
.field-white-colors .gform_wrapper.gravity-theme form .gform_footer button:active,
.field-white-colors .gform_wrapper.gravity-theme form .gform_footer input:hover,
.field-white-colors .gform_wrapper.gravity-theme form .gform_footer input:focus,
.field-white-colors .gform_wrapper.gravity-theme form .gform_footer input:active,
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer button:hover,
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer button:focus,
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer button:active,
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer input:hover,
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer input:focus,
.field-white-colors .gform_wrapper.gravity-theme form .gform_page_footer input:active {
	color: #ffffff;
	background-color: #3eb8be;
	box-shadow: inset #3eb8be 0 0 0 2px!important; 
}

.field-white-colors .gform_wrapper.gravity-theme form .gfield_validation_message, 
.field-white-colors .gform_wrapper.gravity-theme form .validation_message {
	color: #ff8c00;
}

.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="color"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="date"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="datetime-local"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="datetime"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="email"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="month"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="number"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="password"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="search"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="tel"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="text"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="time"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="url"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form input[type="week"], 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form select, 
.field-white-colors .gform_wrapper.gravity-theme.subscribe_custom_wrapper form textarea {
	color: #ffffff;
	background: rgba(255, 255, 255, .15);
	border: none;
}

@media (max-width: 991px) {
.field-white-colors .heading-bullet .elementor-widget-container h1:before,
.field-white-colors .heading-bullet .elementor-widget-container h2:before,
.field-white-colors .heading-bullet .elementor-widget-container h3:before,
.field-white-colors .heading-bullet .elementor-widget-container h4:before,
.field-white-colors .heading-bullet .elementor-widget-container h5:before,
.field-white-colors .heading-bullet .elementor-widget-container h6:before {
	left: -25px;
}
}

@media (max-width: 767px) {
.field-white-colors .heading-bullet .elementor-widget-container h1:before,
.field-white-colors .heading-bullet .elementor-widget-container h2:before,
.field-white-colors .heading-bullet .elementor-widget-container h3:before,
.field-white-colors .heading-bullet .elementor-widget-container h4:before,
.field-white-colors .heading-bullet .elementor-widget-container h5:before,
.field-white-colors .heading-bullet .elementor-widget-container h6:before {
	left: 0;
	display: none;
}
}



/* CTA - Contact */
.cta-contact-cont h2,
.cta-contact-cont h3 {
	font-size: 50px;
	line-height: 65px;
	padding-bottom: 11px;
}

.cta-contact-cont h2:last-child,
.cta-contact-cont h3:last-child {
	padding-bottom: 0;
}

@media (min-width: 768px) {
.cta-contact-cont h2,
.cta-contact-cont h3 {
	max-width: 400px;
}

.cta-contact-cont .elementor-widget-container {
	max-width: 510px;
}
}

@media (max-width: 991px) {
.cta-contact-cont h2,
.cta-contact-cont h3 {
	font-size: 40px;
	line-height: 50px;
}
}

@media (max-width: 767px) {
.cta-contact-cont h2,
.cta-contact-cont h3 {
	font-size: 26px;
	line-height: 34px;
	letter-spacing: -0.26px;
	padding-bottom: 18px;
}
}



/* Custom Mobile - BG */
@media (max-width: 767px) {
.cover-center-mobile-bg,
.cover-center-mobile-bg .elementor-motion-effects-layer,
.cover-center-mobile-bg .elementor-widget-wrap {
	background-repeat: no-repeat;
	background-position: center center;	
	background-size: cover;
}

.cover-top-mobile-bg,
.cover-top-mobile-bg .elementor-motion-effects-layer,
.cover-top-mobile-bg .elementor-widget-wrap {
	background-repeat: no-repeat;
	background-position: top center;	
	background-size: cover;
}

.cover-bottom-mobile-bg,
.cover-bottom-mobile-bg .elementor-motion-effects-layer,
.cover-bottom-mobile-bg .elementor-widget-wrap {
	background-repeat: no-repeat;
	background-position: bottom center;	
	background-size: cover;
}
}


/* Elementor - Custom

.elementor a:hover,
.elementor a:focus,
.elementor a:active {
	text-decoration: underline;
}

.elementor .elementor-button:hover,
.elementor .elementor-button:focus,
.elementor .elementor-button:active {
	text-decoration: none;
}

h1.elementor-heading-title {
	line-height: 86px;
}

h2.elementor-heading-title {
	line-height: 56px;
}

h3.elementor-heading-title {
	line-height: 42px;
}

h4.elementor-heading-title {
	line-height: 30px;
}

h5.elementor-heading-title {
	line-height: 26px;
}

h6.elementor-heading-title {
	line-height: 26px;
}

@media (max-width: 991px) {
h1.elementor-heading-title {
	line-height: 68px;
}

h2.elementor-heading-title {
	line-height: 48px;
}

h3.elementor-heading-title {
	line-height: 38px;
}
}

@media (max-width: 767px) {
h1.elementor-heading-title {
	line-height: 56px;
}

h2.elementor-heading-title {
	line-height: 38px;
}

h3.elementor-heading-title {
	line-height: 34px;
}
}


.elementor-button {
	min-width: 185px;
	text-align: left;
	position: relative;
}


*/


.elementor-button:after {
	content: "\f0da";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 120%;
	-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%;
	right: 20px;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 1px;
}

.elementor-button:hover:after,
.elementor-button:focus:after,
.elementor-button:active:after,
.elementor-button:active:focus:after,
.elementor-button.active:after,
.elementor-button.active:focus:after {
	animation: arrow2 0.5s linear 1;
	-webkit-animation-name: arrow2 0.5s linear 1;
}

.elementor-post__read-more {
	position: relative;
	padding-right: 17px;
}

.elementor-post__read-more:after {
	content: "\f0da";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 110%;
	-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%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin-top: 1px;
}

.elementor-post__read-more:hover:after,
.elementor-post__read-more:focus:after,
.elementor-post__read-more:active:after,
.elementor-post__read-more:active:focus:after,
.elementor-post__read-more.active:after,
.elementor-post__read-more.active:focus:after {
	animation: arrow2 0.5s linear 1;
	-webkit-animation-name: arrow2 0.5s linear 1;
}

.custom-boxed .elementor-posts--skin-classic .elementor-post {
	box-shadow: 0px 3px 6px #00000029;
}

.custom-boxed .elementor-posts--skin-classic .elementor-post__text {
	padding: 27px 25px 40px 25px;
}


/* Custom - Heading */
@media (max-width: 991px) {
.custom-heading {
	text-align: center;
}
}

@media (max-width: 767px) {
.custom-heading .uc_style_custom_heading_elementor_sub_text {
	display: block;
	margin-top: 10px;
}
}


@media (max-width: 1399px) {
.cta-newsletter .elementor-widget-container {
	border-right: none!important;
}
}

@media (min-width: 768px) and (max-width: 1399px) {
.cta-newsletter .cta-nwlt-cl .elementor-widget-wrap {
	position: relative;
	padding-right: 80px!important;
}

.cta-newsletter .cta-nwlt-cl .elementor-widget-wrap:after {
	content: "";
	width: 1px;
	height: 100%;
	background: #3EB8BE;
	position: absolute;
	top: 0;
	right: 40px;
}

.cta-newsletter .cta-nwlt-cl .cat-sub-txt {
	width: 100%!important;
	max-width: 100%!important;
}
}

@media (min-width: 992px) and (max-width: 1399px) {
.cta-newsletter .elementor-column {
	width: 60%!important;
}

.cta-newsletter .elementor-column:last-child {
	width: 40%!important;
}
}


/*
 8.) Text - Colors / Wordpress Cores
------------------------------------------------------*/

.txt-16 {
	font-size: 16px;
	line-height: 24px;
}

@media (max-width: 767px) {
.txt-16 {
	font-size: 14px;
	line-height: 22px;
}
}


/* Colors */
.blue {
	color: #0d5d85!important;
}

.sandle {
	color: #a9958b!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: 360px!important;
}

