/*
Theme Name: Plane Poster
Author: the Plane Poster Project team
Version: 1.0

===============================================*/

/*
Table Of Contents
 
 1.) Typography
 2.) Default Styles
 3.) Header - Main
 4.) Content - Main
 5.) Footer - Main
 6.) Elementor - Widgets
 7.) Text - Colors

========================================*/


/*
 1.) Typography
----------------------------------------*/

/*
.montserrat { font-family: "Montserrat", sans-serif; }
*/


/*
 2.) Default Styles
----------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: inherit;
	font-weight: inherit;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	padding: 0;

}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
	border: 0;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #000000;
	line-height: 28px;
	background: #ffffff;
}

@media (max-width: 767px) {
body {
	font-size: 16px;
	line-height: 26px;
}
}


/* #Links
================================================== */

a { 
	color: inherit;
	text-decoration: underline;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
}

a:hover,
a:focus,
a:active {
	color: #2563eb;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

a[href^="tel:"], 
a[href^="fax:"] {
	color: inherit;
	text-decoration: underline;
}

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #2563eb;
	text-decoration: underline;
}

a[href^="mailto:"] {
	word-break: break-all;
}


/*= Headings: P, H1, H2, H3, H4, H5, H6
================================================== */

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
	font-weight: 800;
	color: #0d2a4f;
	text-transform: uppercase;
	padding-bottom: 20px;
}

h1,
.h1 {	
	font-size: 60px; 
	line-height: 60px;
}

h2,
.h2 {
	font-size: 48px; 
	line-height: 48px; 
}

h3,
.h3,
h4,
.h4 {
	font-size: 36px;
	line-height: 40px;
}

h5,
.h5,
h6,
.h6{
	font-size: 30px;
	line-height: 34px;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
	font-weight: inherit;
	color: inherit;
}

h1 a:hover,
.h1 a:hover,
h2 a:hover,
.h2 a:hover,
h3 a:hover,
.h3 a:hover,
h4 a:hover,
.h4 a:hover,
h5 a:hover,
.h5 a:hover,
h6 a:hover,
.h6 a:hover {
	color: #2563eb;
	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; 
}

h1 strong,
h2 strong,
h3 strong,
h4 strong,
h5 strong,
h6 strong {
	font-weight: inherit;
	color: #eec265; 
}

@media (max-width: 1199px) {
h1,
.h1 {
	font-size: 50px; 
	line-height: 50px;
}

h2,
.h2 {
	font-size: 42px; 
	line-height: 42px; 
}

h3,
.h3,
h4,
.h4 {
	font-size: 32px;
	line-height: 36px;
}

h5,
.h5,
h6,
.h6{
	font-size: 28px;
	line-height: 34px;
}
}

@media (max-width: 991px) {
h2,
.h2 {
	font-size: 40px; 
	line-height: 40px; 
}
}

@media (max-width: 767px) {
h1,
.h1 {
	font-size: 40px; 
	line-height: 40px;
}

h2,
.h2 {
	font-size: 32px; 
	line-height: 36px; 
}

h3,
.h3,
h4,
.h4 {
	font-size: 26px;
	line-height: 30px;
}

h5,
.h5,
h6,
.h6{
	font-size: 22px;
	line-height: 28px;
}
}


/* Small - Paddings */
.sml-padding h1,
.sml-padding h2,
.sml-padding h3,
.sml-padding h4,
.sml-padding h5,
.sml-padding h6,
.sml-padding p {
	padding-bottom: 10px;
}

.sml-padding h1:last-child,
.sml-padding h2:last-child,
.sml-padding h3:last-child,
.sml-padding h4:last-child,
.sml-padding h5:last-child,
.sml-padding h6:last-child,
.sml-padding p:last-child {
	padding-bottom: 0;
}


/*= Unorder List
================================================== */

ul,
ol {
	list-style: none;
}

li {
	position: relative;
	padding-left: 15px;
	padding-bottom: 10px;
}

li:last-child {
	padding-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	content: "\f111";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 6px;
	line-height: .5em;
	position: absolute;
	top: 14px;
	left: 0;
}

ul li ul,
ul li ol,
ol li ol,
ol li ul {
	padding-top: 10px;
}

.elementor-editor-element-settings li:before,
.elementor-select-preset-list li:before {
	display: none;
}

@media (max-width: 767px) {
ul li:before {
	font-size: 5px;
	top: 13px;
}
}


/*= Order List
================================================== */

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
	padding-left: 25px;
}

ol > li:before {
	content: counter(item)".";
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
}


/* Large - List */
.lrg-list .elementor-widget-container ul,
.lrg-list .elementor-widget-container ol {
	margin-bottom: -32px;
}

.lrg-list .elementor-widget-container li {
	padding-left: 30px;
	padding-bottom: 0;
	margin-bottom: 32px;
}

.lrg-list .elementor-widget-container li:before {
	font-size: 12px;
	color: #93c5fd;
	top: 12px;
}


/* List Style - None */
.list-style-none .elementor-widget-container ul,
.list-style-none .elementor-widget-container ol {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li:before {
	display: none;
}

.elementor-icon-list-item:before {
	display: none;
}


/* #Input Styles
================================================== */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	display: block;
	font-family: "Montserrat", sans-serif;
	font-weight: 600;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	padding: 0;
	margin: 0 0 5px 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: 50px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: none;	
	border: 1px solid #adaebc;
	border-radius: 8px;
	box-shadow: none;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	position: relative;
	padding: 12px 25px;
	margin: 0;
}

textarea {
	height: 170px;
	white-space: normal;
	outline: none;
	resize: none;
	padding-top: 20px;
	padding-bottom: 20px;
}

select {
	background-image: url(img/chevron-down.svg);
	background-size: 16px auto;
	background-repeat: no-repeat;
	background-position: top 16px right 23px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 50px;
	padding-bottom: 0;
}

select::-ms-expand {
	display:none;
}

select option:not([disabled]) {
	color: #000000;
}

select option.def:not([disabled]),
select.gf_placeholder:not([disabled]) {
	color: #adaebc;
}

::-webkit-input-placeholder,
::-webkit-textarea-placeholder {
	color: #adaebc;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
	color: #adaebc;
}

::-moz-placeholder {
	color: #adaebc;
}

::-ms-input-placeholder {
	color: #adaebc;
}

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;
	box-shadow: rgba(0, 0, 0, .3) 0 0 10px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/* #Buttons
================================================== */

/* Arrow Right */
@keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}

@-webkit-keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}


/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: none;
	white-space: normal;
	background: #60a5fa;
	box-shadow: none;
	border: 2px solid #60a5fa;
	border-radius: 8px;	
	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: 17px 35px;
	margin: 0;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active,
a.box:hover .btn,
a.box:focus .btn,
a.box:active .btn {
	color: #ffffff;
	text-decoration: none; 
	background: #000000;
	border-color: #000000;
	outline: 0;
}

.btn:hover em,
.btn:focus em,
.btn:active em,
.btn:active:focus em,
.btn.active em,
.btn.active:focus em {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-wrap {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px -8px -20px -8px;
}

.btn-wrap .btn {
	margin: 0 8px 20px 8px;
}

@media (max-width: 767px) {
.btn,
input[type="button"],
input[type="submit"] {
	padding: 14px 30px;
}
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
}


/* #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 {
	animation-duration: 1000ms;
	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;
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}


/* 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 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 35px 0 0 0;
}

.owl-nav button { 
	width: 40px; 
	height: 40px;
	display: inline-flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	vertical-align: top;
	font-weight: inherit;
	font-size: 16px;
	color: #737373;
	line-height: 1em;
	text-decoration: none;
	text-align: center;
	background: #ffffff; 
	border: 1px solid #737373;
	box-shadow: none;
	border-radius: 900px;
	position: relative;
	cursor: pointer;
	z-index: 2;
	outline: 0;
	padding: 2px 0 0 0;
	margin: 0 15px;
}

.owl-nav button:hover,
.owl-nav button:focus,
.owl-nav button:active { 
	color: #ffffff;
	background: #1e4883;
	border-color: #1e4883;
	outline: 0;
}

.owl-nav button.owl-prev {
	left: 0;
}

.owl-nav button.owl-next {
	right: 0; 
}

.owl-nav button.disabled { 
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

.owl-nav.disabled {
	display: none;
}


/* Bullets */
.owl-dots {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	line-height: .5em;
	margin: 35px 0 -12px 0;
}

.owl-dots button.owl-dot {
	width: 15px;
	height: 15px;
	float: none;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	background: #dddee2;
	border: none;
	box-shadow: none; 
	border-radius: 900px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out; 
	position: relative;
	cursor: pointer;
	padding: 0;
	margin: 0 4px 12px 4px;
}

.owl-dots button.owl-dot:hover,
.owl-dots button.owl-dot:focus,
.owl-dots button.owl-dot:active,
.owl-dots button.owl-dot.active {
	background: #737373;
}

.owl-dots.disabled {
	display: none;
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px;
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 48px;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 48px;
	text-align: center;
	text-decoration: none;
	background: #000000;
	border-radius: 6px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	z-index: 1001;
	top: -50px;
	left: 3px;
	opacity: 0;
	padding: 0 30px;
	margin: 0;
}

.skip-btn:focus {
	color: #ffffff;
	text-decoration: none;
	top: 3px;
	opacity: 1;
}


/*= Container - Main
================================================== */

.container-main {
	width: 100%;
	min-height: 100vh;
	float: left;
	display: flex;
	flex-direction: column;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.container {
	width: 100%;
	max-width: 1320px;
	padding: 0 40px;
	margin: 0 auto;
}

@media (max-width: 767px) {
.container {
	padding: 0 25px;
}
}


/* Full - Image */
.full-image {
	min-width: 100%!important;
}


/* Custom - Arrow */
.cust-arrow i {
	position: relative;
	top: 1px;
	margin-left: 8px;
}

.cust-box:hover .cust-arrow .elementor-heading-title,
.cust-box:focus .cust-arrow .elementor-heading-title,
.cust-box:active .cust-arrow .elementor-heading-title {
	color: #2563eb!important;
}

.cust-box:hover .cust-arrow i,
.cust-box:focus .cust-arrow i,
.cust-box:active .cust-arrow i {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}


/* Hidden */
.hidden {
	width: 1px;
	height: 1px;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
	overflow: hidden;
	position: absolute;
	padding: 0;
}


/* Break - Word */
.break-word {
	word-wrap: break-word;
}


/* Search - Box */
.search-box {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.search-box:last-child {
	margin-bottom: 0;
}

.search-box form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0;
	margin: 0;
}

.search-box select, 
.search-box textarea, 
.search-box input[type="text"], 
.search-box input[type="password"], 
.search-box input[type="datetime"], 
.search-box input[type="datetime-local"], 
.search-box input[type="date"], 
.search-box input[type="month"], 
.search-box input[type="time"], 
.search-box input[type="week"], 
.search-box input[type="number"], 
.search-box input[type="email"], 
.search-box input[type="url"], 
.search-box input[type="search"], 
.search-box input[type="tel"], 
.search-box input[type="color"], 
.search-box .uneditable-input {
	height: 38px;
	font-size: 14px;
	line-height: 18px;
	border-color: #e5e7eb;
	border-radius: 900px;
	padding: 8px 20px 8px 40px;
}

.search-box .btn, 
.search-box input[type="button"], 
.search-box input[type="submit"] {
	min-width: inherit;
	width: 45px!important;
	height: 100%!important;
	float: right;
	background-color: transparent!important;
	background-image: url(img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px auto;	
	border-radius: 9px 0 0 9px!important;
	box-shadow: none!important;
	border: none!important;
	text-indent: -9999px;
	outline: 0;	
	position: absolute;
	top: 0;
	left: 0;
	padding: 0!important;
	margin: 0!important;
	z-index: 1;
}

.search-box .btn:hover,
.search-box .btn:focus,
.search-box .btn:active,
.search-box .btn:active:focus,
.search-box .btn.active,
.search-box .btn.active:focus,
.search-box input[type="button"]:hover,
.search-box input[type="button"]:focus,
.search-box input[type="button"]:active,
.search-box input[type="button"]:active:focus,
.search-box input[type="button"].active,
.search-box input[type="button"].active:focus,
.search-box input[type="submit"]:hover,
.search-box input[type="submit"]:focus,
.search-box input[type="submit"]:active,
.search-box input[type="submit"]:active:focus,
.search-box input[type="submit"].active,
.search-box input[type="submit"].active:focus,
.search-box .btn:not(:disabled):not(.disabled).active, 
.search-box .btn:not(:disabled):not(.disabled):active  {
	background-color: transparent!important;
	background-image: url(img/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px auto;
}

@media (max-width: 767px) {
.search-box .btn, 
.search-box input[type="button"], 
.search-box input[type="submit"] {
	max-width: inherit!important;
	position: absolute!important;
	margin: 0!important;
}
}


/* Newsletter - Form */
.newsletter-form form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 60px 0 0;
	margin: 0;
}

.newsletter-form select,
.newsletter-form textarea,
.newsletter-form input[type="text"],
.newsletter-form input[type="password"],
.newsletter-form input[type="datetime"],
.newsletter-form input[type="datetime-local"],
.newsletter-form input[type="date"],
.newsletter-form input[type="month"],
.newsletter-form input[type="time"],
.newsletter-form input[type="week"],
.newsletter-form input[type="number"],
.newsletter-form input[type="email"],
.newsletter-form input[type="url"],
.newsletter-form input[type="search"],
.newsletter-form input[type="tel"],
.newsletter-form input[type="color"],
.newsletter-form .uneditable-input {
	height: 50px;
	font-size: 16px;
	line-height: 20px;	
	background: #ffffff;
	box-shadow: 0px 0px 6px 0px #0000001A;
	border-radius: 900px;
	border: none;
	padding: 12px 20px;
}

.newsletter-form .btn,
.newsletter-form input[type="button"],
.newsletter-form input[type="submit"] {
	width: 130px;
	height: 50px;
	line-height: 50px;
	background: #0d2a4f!important;
	border-radius: 8px!important;
	box-shadow: 0px 0px 6px 0px #0000001A!important;
	border: none!important;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
}

.newsletter-form .btn:hover,
.newsletter-form input[type="button"]:hover,
.newsletter-form input[type="submit"]:hover {
	background: #000000!important;
}

.newsletter-form .gjs-row {
	margin: 0!important;	
}

.newsletter-form .es_spinner_image {
	position: absolute;
	top: 9px;
	right: 140px;
}

.newsletter-form .es_subscription_message.success,
.newsletter-form .es_subscription_message.error {
	font-size: 12px;
	line-height: 19px;
}

.newsletter-form .es_subscription_message.error {
	width: 100%;
	float: left;
	padding-top: 10px;
}


/* Newsletter - Form ALT */
.newsletter-form.alt .btn,
.newsletter-form.alt input[type="button"],
.newsletter-form.alt input[type="submit"] {
	background: #2563eb!important;
}

.newsletter-form.alt .btn:hover,
.newsletter-form.alt input[type="button"]:hover,
.newsletter-form.alt input[type="submit"]:hover {
	background: #000000!important;
}


/* Newsletter - Form2 */
.newsletter-form2 form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 130px 0 0;
	margin: 0;
}

.newsletter-form2 select,
.newsletter-form2 textarea,
.newsletter-form2 input[type="text"],
.newsletter-form2 input[type="password"],
.newsletter-form2 input[type="datetime"],
.newsletter-form2 input[type="datetime-local"],
.newsletter-form2 input[type="date"],
.newsletter-form2 input[type="month"],
.newsletter-form2 input[type="time"],
.newsletter-form2 input[type="week"],
.newsletter-form2 input[type="number"],
.newsletter-form2 input[type="email"],
.newsletter-form2 input[type="url"],
.newsletter-form2 input[type="search"],
.newsletter-form2 input[type="tel"],
.newsletter-form2 input[type="color"],
.newsletter-form2 .uneditable-input {
	height: 56px;
	font-size: 16px;
	line-height: 20px;	
	background: #ffffff;
	border-radius: 900px 0 0 900px;
	border: none;
	padding: 15px 25px;
}

.newsletter-form2 .btn,
.newsletter-form2 input[type="button"],
.newsletter-form2 input[type="submit"] {
	width: 130px;
	height: 56px;
	line-height: 56px;
	background: #0d2a4f!important;
	border-radius: 0 900px 900px 0!important;
	box-shadow: none!important;
	border: none!important;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
}

.newsletter-form2 .btn:hover,
.newsletter-form2 input[type="button"]:hover,
.newsletter-form2 input[type="submit"]:hover {
	background: #000000!important;
}

.newsletter-form2 .gjs-row {
	margin: 0!important;	
}

.newsletter-form2 .es_spinner_image {
	position: absolute;
	top: 13px;
	right: 140px;
}

.newsletter-form2 .es_subscription_message.success,
.newsletter-form2 .es_subscription_message.error {
	font-size: 12px;
	line-height: 19px;
}

.newsletter-form2 .es_subscription_message.error {
	width: 100%;
	float: left;
	padding-top: 10px;
}


/* Newsletter - Form3 */
.newsletter-form3 form {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 0 145px 0 0;
	margin: 0;
}

.newsletter-form3 select,
.newsletter-form3 textarea,
.newsletter-form3 input[type="text"],
.newsletter-form3 input[type="password"],
.newsletter-form3 input[type="datetime"],
.newsletter-form3 input[type="datetime-local"],
.newsletter-form3 input[type="date"],
.newsletter-form3 input[type="month"],
.newsletter-form3 input[type="time"],
.newsletter-form3 input[type="week"],
.newsletter-form3 input[type="number"],
.newsletter-form3 input[type="email"],
.newsletter-form3 input[type="url"],
.newsletter-form3 input[type="search"],
.newsletter-form3 input[type="tel"],
.newsletter-form3 input[type="color"],
.newsletter-form3 .uneditable-input {
	height: 50px;
	font-size: 16px;
	line-height: 20px;	
	background: #ffffff;
	border-radius: 900px;
	box-shadow: 0px 4px 6px 0px #0000001A;	
	border: none;
	padding: 12px 25px;
}

.newsletter-form3 .btn,
.newsletter-form3 input[type="button"],
.newsletter-form3 input[type="submit"] {
	width: 130px;
	height: 50px;
	line-height: 50px;
	background: #0d2a4f!important;
	border-radius: 8px!important;
	box-shadow: 0px 4px 6px 0px #0000001A!important;
	border: none!important;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0!important;
	margin: 0!important;
}

.newsletter-form3 .btn:hover,
.newsletter-form3 input[type="button"]:hover,
.newsletter-form3 input[type="submit"]:hover {
	background: #000000!important;
}

.newsletter-form3 .gjs-row {
	margin: 0!important;	
}

.newsletter-form3 .es_spinner_image {
	position: absolute;
	top: 13px;
	right: 160px;
}

.newsletter-form3 .es_subscription_message.success,
.newsletter-form3 .es_subscription_message.error {
	font-size: 12px;
	line-height: 19px;
}

.newsletter-form3 .es_subscription_message.error {
	width: 100%;
	float: left;
	padding-top: 10px;
}


/*
 3.) Header - Main
----------------------------------------*/

.header-main {
	width: 100%;
	height: 68px;
	float: left;
	background: #ffffff;
	box-shadow: 0px 4px 6px 0px #0000001A;	
	position: relative;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main .brand {
	height: 68px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header-main .brand img {
	width: auto;
	height: 45px!important;
	display: inline-block;
	vertical-align: top;
}

@media (min-width: 1280px) {
.header-main .brand img {
	height: 48px!important;
}
}


/* Nav - Bar */
.header-main .mega-menu {
	display: none;
}

@media (min-width: 1140px) {
.header-main .nav-bar {
	width: 100%;
	float: left;
	position: relative;	
}

.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0 200px 0 210px;
}

.header-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0 -15px;
}

.header-main .primary-menu ul li {
	height: 68px;
	float: left;
	padding: 0;
	margin: 0 15px;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	height: 68px;
	float: left;
	font-weight: 600;
	font-size: 15px;
	color: #0d2a4f;
	line-height: 68px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
}

.header-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 2px;
	float: left;
	background: #0d2a4f;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	opacity: 0;
}

.header-main .primary-menu ul li .sub-title {
	display: none;
}

.header-main .primary-menu ul li.menu-item-has-children > a,
.header-main .primary-menu ul li.mega-menu-item > a {
	padding-right: 20px;
}

.header-main .primary-menu ul li.menu-item-has-children > a:after,
.header-main .primary-menu ul li.mega-menu-item > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 95%;
	line-height: 95%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: -1px 0 0 0;
}

.header-main .primary-menu ul li:hover > a,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a,
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #1e4883;
}

.header-main .primary-menu ul li:hover > a:before,
.header-main .primary-menu ul li > a:focus:before, 
.header-main .primary-menu ul li.nav-menu-open > a:before, 
.header-main .primary-menu ul li.current-menu-item > a:before, 
.header-main .primary-menu ul li.current-menu-parent > a:before, 
.header-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	background: #1e4883;
	left: 0;
	opacity: 1;
}

.header-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after,
.header-main .primary-menu ul li.mega-menu-item:hover > a:after,
.header-main .primary-menu ul li.mega-menu-item > a:focus:after,
.header-main .primary-menu ul li.mega-menu-item.nav-menu-open > a:after {
	content: "\f077";
}

.header-main .primary-menu ul li > ul {
	width: 250px;
	float: left;
	background: #ffffff;
	border-radius: 0 0 6px 6px;
	box-shadow: rgba(0, 0, 0, .15) 0 15px 15px;
	transition: all .2s ease-in-out;
	transform-origin: left top;	
	transform: scaleY(0);
	visibility: hidden;
	opacity: 0;
	display: block!important;
	position: absolute;
	top: 100%;
	left: -30px;
	padding: 30px;
	margin: 0;
}

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

.header-main .primary-menu ul li > ul li:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li > ul li:before {
	display: none;
}

.header-main .primary-menu ul li > ul li > a {
	height: auto;
	line-height: 22px;
	text-transform: none;
	padding: 0;
	margin: 0;	
}

.header-main .primary-menu ul li > ul li > a:before {
	bottom: 0;
	left: 0;
	display: none;
}

.header-main .primary-menu ul li > ul li:hover > a,
.header-main .primary-menu ul li > ul li > a:focus, 
.header-main .primary-menu ul li > ul li.nav-menu-open > a,
.header-main .primary-menu ul li > ul li.current-menu-item > a, 
.header-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.header-main .nav-bar .search-box {
	width: 200px;
	float: right;
	position: relative;
	z-index: 1;
	padding: 0;
	margin: 15px 0 15px -200px;
}


/* Mega - Menu */
.header-main .primary-menu ul li.mega-menu-item {
	position: static;
}

.header-main .primary-menu ul li .mega-menu {
	display: block!important;
	width: 100%;
	float: left;
	background: #ffffff;
	box-shadow: 0px 15px 15px 0px #0000001A;
	border-radius: 0 0 8px 8px;
	transition: all .2s ease-in-out;	
	transform-origin: left top;
	overflow: hidden;	
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 68px;
	left: 0;
	-ms-transform: scaleY(0) translate(0, 0);
	-webkit-transform: scaleY(0) translate(0, 0);
	-moz-transform: scaleY(0) translate(0, 0);
	-o-transform: scaleY(0) translate(0, 0);
	transform: scaleY(0) translate(0, 0);
	z-index: 1;
	padding: 20px 35px 35px 35px;
}

.header-main .primary-menu ul li.mega-menu-item:hover > .mega-menu, 
.header-main .primary-menu ul li.mega-menu-item.nav-menu-open .mega-menu {	
	-ms-transform: scaleY(1) translate(0, 0);
	-webkit-transform: scaleY(1) translate(0, 0);
	-moz-transform: scaleY(1) translate(0, 0);
	-o-transform: scaleY(1) translate(0, 0);
	transform: scaleY(1) translate(0, 0);
	visibility: visible;
	opacity: 1;
}

.header-main .primary-menu ul li .mega-menu .mega-menu-inn {
	width: 100%;
	margin: 0 auto;
}

.header-main .primary-menu ul li .mega-menu .aside-links {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -25px -45px -25px;
}

.header-main .primary-menu ul li .mega-menu .aside {
	width: 25%;
	float: left;
	padding: 0 25px 45px 25px;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-title {
	width: 100%;
	float: left;
	font-weight: 700;
	font-size: 16px;
	color: #0d2a4f;
	line-height: 22px;
	text-transform: uppercase;
	border-bottom: 1px solid #e5e7eb;
	padding-bottom: 6px;
	margin-bottom: 12px;
	cursor: default;
	pointer-events: none;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-title:last-child {
	margin-bottom: 0;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-cont {
	width: 100%;
	float: left;
	display: block!important;
}

.header-main .primary-menu ul li .mega-menu .aside ul {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 -8px 0;
}

.header-main .primary-menu ul li .mega-menu .aside ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 8px 0;
}

.header-main .primary-menu ul li .mega-menu .aside ul li:before {
	display: none;
}

.header-main .primary-menu ul li .mega-menu .aside ul li > a {
	height: auto;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	text-transform: none;
	padding: 0;
	margin: 0;	
}

.header-main .primary-menu ul li .mega-menu .aside ul li > a:before {
	bottom: 0;
	left: 0;
	display: none;
}

.header-main .primary-menu ul li .mega-menu .aside ul li:hover > a,
.header-main .primary-menu ul li .mega-menu .aside ul li > a:focus, 
.header-main .primary-menu ul li .mega-menu .aside ul li.nav-menu-open > a,
.header-main .primary-menu ul li .mega-menu .aside ul li.current-menu-item > a, 
.header-main .primary-menu ul li .mega-menu .aside ul li.current-menu-parent > a, 
.header-main .primary-menu ul li .mega-menu .aside ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.header-main .primary-menu ul li .mega-menu .aside .btn-view-inn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #eaebee;
	padding-top: 16px;
	margin-top: 16px;
}

.header-main .primary-menu ul li .mega-menu .aside .btn-view-inn a {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	background: #1e4883;
	border: none;
	padding: 9px 25px;
}

.header-main .primary-menu ul li .mega-menu .aside .btn-view-inn a:hover,
.header-main .primary-menu ul li .mega-menu .aside .btn-view-inn a:focus,
.header-main .primary-menu ul li .mega-menu .aside .btn-view-inn a:active {
	background: #000000;
}

.header-main .primary-menu ul li .mega-menu .btn-view-out {
	display: none;
}

.overlay-menu-xl {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .50);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
}

.overlay-menu-xl.show-over {
	visibility: visible;
	opacity: 1;
}

.overlay-megamenu-xl {
	width: 100%;
	height: 100%;
	float: left;
	background: rgba(0, 0, 0, .50);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 8;
	visibility: hidden;
	opacity: 0;
}

.overlay-megamenu-xl.show-over {
	visibility: visible;
	opacity: 1;
}
}

@media (min-width: 1280px) {
.header-main .primary-menu {
	padding: 0 250px 0 225px;
}

.header-main .primary-menu ul {
	margin: 0 -15px;
}

.header-main .primary-menu ul li {
	margin: 0 15px;
}

.header-main .primary-menu ul li > a {
	font-size: 16px;
}

.header-main .nav-bar .search-box {
	width: 250px;
	margin: 15px 0 15px -250px;
}
}

@media (max-width: 1139px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;
	position: fixed;
	top: 68px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 360px;
	height: 100%;
	float: right;	
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 68px 0 0 0;
}

.header-main .nav-bar.active {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: visible;
	right: 0;
}

.header-main .nav-bar:before {
	content: "";
	width: 150%;
	height: 100%;
	box-shadow: inset 0px 3px 6px #00000029;
	position: absolute;
	top: 68px;
	left: -25%;
}

.header-main .nav-bar .nav-max {
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;	
	overflow: auto;
	overflow-x: hidden;
}

.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
	padding: 25px 40px 50px 40px;
}

/* Primary - Menu */
.header-main .primary-menu {
	width: 100%;
	float: left;
	padding-bottom: 30px;
}

.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;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.header-main .primary-menu ul li:before {
	display: none;
}

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #0d2a4f;
	line-height: 22px;
	text-transform: uppercase;
	text-decoration: none;
	position: relative;
	padding: 19px 0;
	margin: 0;
}

.header-main .primary-menu ul li .sub-title {
	width: 100%;
	height: 58px;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	padding: 0;
}

.header-main .primary-menu ul li .sub-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 24px;
	color: #0d2a4f;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0;
}

.header-main .primary-menu ul li .sub-title.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-item-has-children > .sub-title {
	display: block;
}

.header-main .primary-menu ul li > a:hover,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #1e4883;
}

.header-main .primary-menu ul li.current-menu-item > .sub-title:after,
.header-main .primary-menu ul li.current-menu-parent > .sub-title:after,
.header-main .primary-menu ul li.current-menu-ancestor > .sub-title:after {
	color: #1e4883;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 0 15px 20px 15px;
	margin: 0;
}

.header-main .primary-menu ul li ul li {
	border-bottom: none;
}

.header-main .primary-menu ul li ul li > a {
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	padding: 10px 0;
}

.header-main .primary-menu ul li ul li > a:hover,
.header-main .primary-menu ul li ul li > a:focus, 
.header-main .primary-menu ul li ul li.nav-menu-open > a, 
.header-main .primary-menu ul li ul li.current-menu-item > a, 
.header-main .primary-menu ul li ul li.current-menu-parent > a, 
.header-main .primary-menu ul li ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.header-main .nav-bar .header-btns a {
	height: 50px;
	font-weight: 500;
	font-size: 18px;
	line-height: 50px;
	padding: 0 30px;
}


/* Mega - Menu */
.header-main .primary-menu ul li .mega-menu {
	width: 100%;
	float: left;
	padding-left: 15px;
	padding-bottom: 25px;
}

.header-main .primary-menu ul li .mega-menu .aside-links {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.header-main .primary-menu ul li .mega-menu .aside {
	width: 100%;
	float: left;
	border-bottom: 1px solid #dddddd;
}

.header-main .primary-menu ul li .mega-menu .aside:last-child {
	border-bottom: none;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-title {
	width: 100%;
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #0d2a4f;
	line-height: 22px;
	position: relative;
	cursor: pointer;
	padding: 15px 0;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 120%;
	line-height: 120%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0 0 0;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-title.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li .mega-menu .aside .ac-title:hover,
.header-main .primary-menu ul li .mega-menu .aside .ac-title:focus,
.header-main .primary-menu ul li .mega-menu .aside .ac-title.active {
	color: #1e4883;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-cont {
	width: 100%;
	float: left;
	display: none;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-cont ul {
	display: block!important;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-cont ul li {
	border-bottom: none;
}

.header-main .primary-menu ul li .mega-menu .aside .ac-cont ul li > a {
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 0;
}

.header-main .primary-menu ul li .mega-menu .aside .btn-view-inn {
	display: none;
}

.header-main .primary-menu ul li .mega-menu .btn-view-out {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	border-top: 1px solid #eaebee;
	padding-top: 15px;
}

.header-main .primary-menu ul li .mega-menu .btn-view-out a {
	width: 100%;
	font-size: 16px;
	line-height: 22px;
	text-transform: none;
	background: #1e4883;
	border: none;
	padding: 10px 25px;
}

.header-main .primary-menu ul li .mega-menu .btn-view-out a:hover,
.header-main .primary-menu ul li .mega-menu .btn-view-out a:focus,
.header-main .primary-menu ul li .mega-menu .btn-view-out a:active {
	background: #000000;
}
}


/* Nav - Bar ALT */
.header-main.alt .nav-bar .header-btn a {
	height: 46px;
	line-height: 46px;
	border-radius: 900px;
	background: #0d2a4f;
	border-color: #0d2a4f;
	padding: 0 30px;
}

.header-main.alt .nav-bar .header-btn a:hover,
.header-main.alt .nav-bar .header-btn a:focus,
.header-main.alt .nav-bar .header-btn a:active {
	background: #2563eb;
	border-color: #2563eb;
}

@media (min-width: 1140px) {
.header-main.alt .nav-bar {
	width: auto;
	float: right;	
}

.header-main.alt .nav-bar .nav-max,
.header-main.alt .nav-bar .nav-inn {
	width: auto;
	float: left;
}

.header-main.alt .nav-bar .search-box {
	float: left;
	margin-left: 16px;
}

.header-main.alt .nav-bar .header-btn {
	float: left;
	margin: 11px 0 11px 16px;
}
}

@media (max-width: 1139px) {
.header-main.alt .nav-bar .search-box {
	margin: 0 0 30px 0;
}

.header-main.alt .nav-bar .search-box:last-child {
	margin-bottom: 0;
}

.header-main.alt .nav-bar .header-btn {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 0;
}

.header-main.alt .nav-bar .header-btn:last-child {
	margin-bottom: 0;
}

.header-main.alt .nav-bar .header-btn a {
	width: 100%;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 68px;
	float: right;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 0 0 30px;
	display: none;
}

.header-main .menu-btn a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.header-main .menu-btn .menu-txt {
	float: none;
	display:inline-block;
	vertical-align: top;
	margin: 3px 6px 3px 0;
	display: none;
}

.header-main .menu-btn .menu-bar {
	width: 32px;
	height: 2px;
	float: none;
	display:inline-block;
	vertical-align: top;
	background: #000000;
	text-indent: -99999px;
	position: relative;
	margin: 9px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #000000;	
	position: absolute;
	left: 0;
}

.header-main .menu-btn .menu-bar:before {
	top: -9px;
}

.header-main .menu-btn .menu-bar:after {
	top: 9px;
}

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
	-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 .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 1139px) {
.header-main .menu-btn {
	display: flex;
}
}


/*
 4.) Content - Main
----------------------------------------*/

.content-main {
	width: 100%;
	float: left;
	flex: 1 0 auto;
}


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -20px -40px -20px;
}

.form-block ul:last-child {
	padding-bottom: 0;
}

.form-block ul li {
	width: 50%;
	float: left;
	padding: 0 20px 40px 20px;
	margin: 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li:last-child {
	padding-bottom: 40px;
}

.form-block ul li.full-width {
	width: 100%;
}

.form-block .btn-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin: 40px 0 0 0;
}

.form-block .btn-wrap .btn,
.form-block .btn-wrap input[type="button"],
.form-block .btn-wrap input[type="submit"] {
	width: 100%;
	margin: 0;
}

@media (max-width: 767px) {
.form-block ul {
	margin: 0 -20px -30px -20px;
}

.form-block ul li:last-child {
	padding-bottom: 30px;
}

.form-block ul li {
	width: 100%;
	padding: 0 20px 30px 20px;
}

.form-block .btn-wrap {
	margin: 30px 0 0 0;
}
}


/* WPCF7 - Validation */
.wpcf7 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.wpcf7 form span.wpcf7-not-valid-tip {
	width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #e63917;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	font-size: 16px;
	color: #e63917;
	line-height: 22px;
	text-align: center;
	border: none;
	padding: 40px 0 0 0;
	margin: 0;
}

.wpcf7 form .wpcf7-not-valid {
	border-color: #e63917;
}

.wpcf7 form .wpcf7-spinner {
	width: 18px;
	height: 18px;
	position: absolute;
	bottom: 15px;
	right: 20px;
	padding: 0;
	margin: 0;
	z-index: 2;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}


/* Content - Inner */
.content-inner {
	width: 100%;
	overflow: hidden;
	padding: 80px 0;
}

@media (max-width: 767px) {
.content-inner {
	padding: 60px 0;
}
}


/* Slider - Logos */
.slider-logos {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.slider-logos .item img {
	height: 84px;
}

.slider-logos .owl-stage-outer {
	overflow: visible;
}

.slider-logos .owl-stage {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

@media (max-width: 1199px) {
.slider-logos .item img {
	height: 74px;
}
}

@media (max-width: 767px) {
.slider-logos .item img {
	height: 60px;
}
}



/* Product - Single */

/* Product Single - Hero Image */
@media (min-width: 768px) {
.product-single-hero img {
	width: 100%!important;
	min-width: 546px!important;
	margin: 0 -273px!important;
}
}


/* Woocommerce - Breadcrumb */
.woocommerce-breadcrumb {
	font-weight: 600;
	font-size: 14px!important;
	color: #0d2a4f!important;	
	line-height: 20px!important;
	margin: 0!important;
}

.woocommerce-breadcrumb i {
	font-size: 90%;
	color: #4b5563;
	margin: 0 7px;
}

.woocommerce-breadcrumb a {
	font-weight: 400;
	color: #4b5563!important;
	text-decoration: none!important;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus,
.woocommerce-breadcrumb a:active {
	color: #2563eb!important;
	text-decoration: underline!important;
}


/* Product - Images */
.woocommerce div.product div.images {
	margin-bottom: 0!important;
}

.woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0!important;
	margin: 0 -8px -16px -8px!important;
}

.woocommerce-product-gallery__wrapper > div {
	width: 96px!important;
	float: left;
	padding: 0 8px 16px 8px;
}

.woocommerce-product-gallery__wrapper > div a {
	width: 100%;
	float: left;
	text-align: center;
	background: #f3f4f6;
	border-radius: 8px;
	overflow: hidden;
	padding: 10px;
}

.woocommerce-product-gallery__wrapper > div a:hover,
.woocommerce-product-gallery__wrapper > div a:focus,
.woocommerce-product-gallery__wrapper > div a:active {
	box-shadow: inset 0 0 0 2px #1e4883;
}

.woocommerce-product-gallery__wrapper > div:first-child {
	width: 100%!important;
	margin-top: 8px;
}

.woocommerce-product-gallery__wrapper > div:first-child a {
	box-shadow: none;
	padding: 32px;
}

.woocommerce-product-gallery__wrapper > div:first-child a img {
	width: auto!important;
	max-width: 100%!important;
	display: inline-block!important;
}

@media (max-width: 991px) {
.woocommerce-product-gallery__wrapper > div {
	width: 86px!important;
}

.woocommerce-product-gallery__wrapper > div:first-child {
	width: 100%!important;
}
}

@media (max-width: 767px) {
.woocommerce-product-gallery__wrapper > div {
	width: 76px!important;
}

.woocommerce-product-gallery__wrapper > div:first-child {
	width: 100%!important;
}
}


/* Product - Variations */
.woocommerce div.product form.cart .woo-selected-variation-item-name {
	display: none!important;
}

.woocommerce div.product form.cart .variations {
	margin-bottom: 30px;
}

.woocommerce div.product form.cart .variations:last-child {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations tr {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.woocommerce div.product form.cart .variations tr:last-child {
	margin-bottom: 0;
}

.woocommerce div.product form.cart .variations th {
	width: 100%;
	line-height: normal;
}

.woocommerce div.product form.cart .variations th label {
	font-size: 16px;
	color: #0d2a4f;
	line-height: 24px;
	padding: 0;
	margin: 0 0 10px 0;
}

.woocommerce div.product form.cart .variations td {
	width: 100%;
}

.woocommerce div.product form.cart .variations td ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -6px -12px -6px;
}

.woocommerce div.product form.cart .variations td ul li {
	float: left;
	padding: 0 6px 12px 6px;
	margin: 0;
}

.woocommerce div.product form.cart .variations td ul li:before {
	display: none;
}

.woocommerce div.product form.cart .variations tr:nth-child(1) th {
	position: relative;
}

.woocommerce div.product form.cart .variations tr:nth-child(1) th .woo-selected-variation-item-name {
	font-size: 14px;
	color: #4b5563;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	text-indent: -7px;
}

.woocommerce div.product form.cart .variations tr:nth-child(1) th.show-var {
	padding-top: 50px;
}

.woocommerce div.product form.cart .variations tr:nth-child(1) th.show-var .woo-selected-variation-item-name {
	display: block!important;
}

.woocommerce div.product form.cart .variations tr:nth-child(2) td ul li:nth-child(1) {
	display: none!important;
}

.woocommerce div.product form.cart .variations td ul li .variable-item-contents {
	float: left;
	font-weight: 600;
	font-size: 16px;
	color: #374151;
	line-height: 24px;
	border: 2px solid #d1d5db;
	border-radius: 8px;
	cursor: pointer;
	padding: 8px 20px;
}

.woocommerce div.product form.cart .variations td ul li:hover .variable-item-contents,
.woocommerce div.product form.cart .variations td ul li.selected .variable-item-contents {
	color: #ffffff;
	background: #1e4883;
	border-color: #1e4883;
}

.woocommerce div.product form.cart .reset_variations {
	font-weight: 400;
	font-size: 14px;
	color: #2563eb;
	line-height: 20px;
	display: none!important;
}

.woocommerce div.product form.cart .reset_variation_custom {
	font-weight: 400;
	font-size: 14px;
	color: #2563eb;
	line-height: 20px;
	margin: 10px 0 0 0;
	display: none;
}

@media (max-width: 639px) {
.woocommerce div.product form.cart .variations td ul li .variable-item-contents {
	font-size: 14px;
	line-height: 20px;
}
}


/* Quantity */
.quantity .quantity-wrapper {
	width: 120px;
	float: none;
	display: inline-block;
	position: relative;
}

.quantity input {
	width: 120px!important;
	height: 42px;
	font-size: 16px;
	color: #333333;
	line-height: 24px;
	text-align: center;
	border-color: #d1d5db;
	border-radius: 8px;
	padding: 8px 0;
	margin: 0;
}

.quantity .qty-btn {
	width: 35px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	color: #4b5563;
	line-height: 24px;
	text-align: center;
	text-decoration: none!important;
	cursor: pointer;
	position: absolute;
	top: 0;
	z-index: 2;
}

.quantity .minus {
	left: 0;
}

.quantity .plus {
	right: 0;
}


/* Product - Buttons */
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart {
	display: flex;
	flex-wrap: wrap!important;
	padding: 0;
	margin: 0;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity {
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 24px 0;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity .quantity-wrapper {
	width: 146px;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .quantity input {
	width: 146px!important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .button {
	width: 48%;
	height: 56px;
	float: left;
	font-family: "Montserrat", sans-serif!important;
	font-weight: 700!important;
	font-size: 16px!important;
	line-height: 56px!important;
	letter-spacing: 0.02em!important;
	text-transform: uppercase!important;
	background: #ea580c!important;
	box-shadow: 0px 10px 15px 0px #0000001A!important;		
	border-radius: 8px!important;
	padding: 0!important;
	margin: 0 2% 0 0!important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button  {
	background: #f97316!important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .single_add_to_cart_button:before {
	content: "\f217";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	position: relative;
	right: 10px;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart #buy-now-button {
	margin: 0 0 0 2%!important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .button.disabled {
	opacity: .80!important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .button:hover,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .button:focus,
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .button:active {
	background: #000000!important;
}

@media (max-width: 575px) {
.woocommerce div.product form.cart .woocommerce-variation-add-to-cart .button {
	width: 100%;
	height: 50px;
	line-height: 50px!important;
	margin: 0!important;
}

.woocommerce div.product form.cart .woocommerce-variation-add-to-cart #buy-now-button {
	margin: 15px 0 0 0!important;
}
}


/* Post Small - Content */
.post-small-cont {
	font-size: 14px;
	color: #4b5563;
	line-height: 24px;
	margin-bottom: 35px;
}

.post-small-cont:last-child {
	margin-bottom: 0;
}

.post-small-cont strong {
	color: #0d2a4f;
}

.post-small-cont h3,
.post-small-cont h4 {
	font-weight: 700;
	font-size: 16px;
	line-height: 24px;
	text-transform: none;
	padding-bottom: 5px;
}

.post-small-cont h3:last-child,
.post-small-cont h4:last-child {
	padding-bottom: 0;
}

.post-small-cont p {
	padding-bottom: 20px;
}

.post-small-cont p:last-child {
	padding-bottom: 0;
}


/* info_table */
.info_table ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

.info_table ul li {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-weight: 600;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	border-bottom: 1px solid #93c5fd;
	padding: 0 0 11px 0;
	margin: 0 0 29px 0;
}

.info_table ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.info_table ul li:before {
	display: none;
}

.info_table ul li .tlabel {
	width: 40%;
	float: left;
	padding-right: 10px;
}

.info_table ul li .tvalue {
	width: 60%;
	float: left;
	font-weight: 700;
	text-align: right;
	padding-left: 10px;
}


/* Icon - Box */
.cust-icon-box .elementor-icon {
    box-shadow: 0px 10px 15px 0px #0000001A;
}


/* Heading - Txt */
.heading-txt {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #4b5563;
	text-align: center;
	margin-bottom: 60px;
}

.heading-txt:last-child {
	margin-bottom: 0;
}

.heading-txt h2,
.heading-txt .h2 {
	font-size: 60px!important; 
	line-height: 60px!important;
}

@media (max-width: 1199px) {
.heading-txt h2,
.heading-txt .h2 {
	font-size: 50px!important; 
	line-height: 50px!important;
}
}

@media (max-width: 767px) {
.heading-txt {
	margin-bottom: 40px;
}

.heading-txt h2,
.heading-txt .h2 {
	font-size: 40px!important; 
	line-height: 40px!important;
}
}


/* Heading - Products */
.heading-products {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	text-align: left;
	padding: 0 0 40px 0;
	margin: 0 -15px -15px -15px;
}

.heading-products h2,
.heading-products .h2 {
	padding-bottom: 10px;
}

.heading-products .aside-txt {
	width: 73%;
	float: left;
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	padding: 0 15px 15px 15px;
}

.heading-products .aside-box {
	width: 27%;
	float: right;
	padding: 0 20px 20px 20px;	
}

.heading-products .aside-box form {
	width: 100%!important;
	padding: 0!important;
	margin: 0!important;
}

@media (max-width: 991px) {
.heading-products .aside-txt {
	width: 50%;
}

.heading-products .aside-box {
	width: 50%;
}
}

@media (max-width: 479px) {
.heading-products .aside-txt {
	width: 100%;
	text-align: center;
}

.heading-products .aside-box {
	width: 100%;
}
}


/* Products - Row */
.products-row {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -16px -32px -16px;
}

.products-row.justify-center {
	justify-content: center;
}

.products-row > div {
	width: 25%;
	float: left;
	padding: 0 16px 32px 16px;
}

.products-row > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-weight: inherit;
	font-size: 14px;
	color: #4b5563;
	line-height: 20px;
	text-decoration: none;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	padding: 25px;
}

.products-row > div .box .bx-title {
	font-weight: 700;
	font-size: 20px;
	color: #0d2a4f;
	line-height: 28px;
	margin-bottom: 10px;
}

.products-row > div .box .bx-title:last-child {
	margin-bottom: 0;
}

.products-row > div .box .bx-price {
	font-weight: 700;
	font-size: 18px;
	color: #f97316;
	line-height: 26px;
	margin-bottom: 10px;
}

.products-row > div .box .bx-price:last-child {
	margin-bottom: 0;
}

.products-row > div .box .figure {
	width: 100%;
	max-height: 190px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 16px;
}

.products-row > div .box .figure:last-child {
	margin-bottom: 0;
}

.products-row > div .box .figure img {
	width: 100%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
}

.products-row > div .box .aside {
	width: 100%;
	float: left;
}

.products-row > div .box:hover .bx-title,
.products-row > div .box:focus .bx-title,
.products-row > div .box:active .bx-title {
	text-decoration: underline;
}

.products-row > div .box:hover .figure img,
.products-row > div .box:focus .figure img,
.products-row > div .box:active .figure img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

@media (max-width: 991px) {
.products-row > div {
	width: 50%;
}
}

@media (max-width: 767px) {
.products-row > div {
	width: 100%;
}
}




/* ===============================
WooCommerce Form Field Styling
================================ */

body.woocommerce-page .woocommerce form .form-row label {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	padding: 0;
	margin: 0 0 5px 0; 
}

body.woocommerce-page .woocommerce form .form-row .req {
	font-style: normal;
	color: #ffffff;
}

body.woocommerce-page .woocommerce form .form-row input.input-text,
body.woocommerce-page .woocommerce form .form-row select,
body.woocommerce-page .woocommerce form .form-row textarea {
	height: 46px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400; 
	font-size: 16px;
	color: #000000;
	line-height: 22px; 
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #adaebc;
	border-radius: 8px;
	padding: 10px 25px;
}

body.woocommerce-page .woocommerce form .form-row textarea {
	height: 120px;
	padding-top: 20px;
	padding-bottom: 20px;
}

body.woocommerce-page .woocommerce form .form-row select:focus,
body.woocommerce-page .woocommerce form .form-row textarea:focus,
body.woocommerce-page .woocommerce form .form-row input[type="text"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="password"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="datetime"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="datetime-local"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="date"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="month"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="time"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="week"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="number"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="email"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="url"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="search"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="tel"]:focus,
body.woocommerce-page .woocommerce form .form-row input[type="color"]:focus,
body.woocommerce-page .woocommerce form .form-row .uneditable-input:focus { 
	border-color: #000000;
}

.woocommerce .button,
.woocommerce-page .button,
.woocommerce input.button,
.woocommerce-page input.button,
.woocommerce a.button,
.woocommerce-page a.button,
.woocommerce button.button {
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	background: #60a5fa;
	border-radius: 8px;	
	padding: 15px 35px;
}

.woocommerce .button:hover,
.woocommerce-page .button:hover,
.woocommerce input.button:hover,
.woocommerce-page input.button:hover,
.woocommerce a.button:hover,
.woocommerce-page a.button:hover,
.woocommerce button.button:hover {
	color: #ffffff;
	background: #000000;
}

.woocommerce .form-submit input {
	font-family: "Montserrat", sans-serif!important;
	font-weight: 400!important;
	font-size: 16px!important;
	color: #ffffff!important;
	line-height: 22px!important;
	text-transform: uppercase!important;
	background: #0d2a4f!important;
	border-radius: 8px!important;
	padding: 10px 30px!important;
}

.woocommerce .form-submit input:hover {
	color: #ffffff!important;
	background: #000000!important;
}


/* Table */
.woocommerce h2,
.woocommerce .h2 {
	font-size: 30px; 
	line-height: 30px;
}

.woocommerce table.shop_table {
	background: #ffffff;	
	border-radius: 0;
	border: 1px solid rgba(0, 0, 0, 0.15);
	padding: 0;
	margin: 0 0 40px 0;
}

.woocommerce table.shop_table:last-child {
	margin-bottom: 0;
}

.woocommerce table.shop_table tr {
	background: none;
	border: none;
}

.woocommerce table.shop_table td,
.woocommerce table.shop_table th {
	font-weight: inherit!important;
	font-size: 16px;
	line-height: 24px;
	background: none;
	border: none;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	padding: 10px 20px;
}

.woocommerce table.shop_table th strong,
.woocommerce table.shop_table td strong {
	font-weight: inherit;
}

.woocommerce table.shop_table td.product-remove {
	text-align: center;
}

.woocommerce table.shop_table td.product-remove a {
	float: none;
	display: inline-table;
	text-decoration: none;
}

.woocommerce table.shop_table td.product-thumbnail {
	text-align: center;
}

.woocommerce table.shop_table td.product-thumbnail img {
	width: 50px;
	height: auto;
}

.woocommerce table.shop_table td.product-name a {
	font-weight: 700;
	color: #1e4883;
	text-decoration: none;
}

.woocommerce table.shop_table td.product-name a:hover,
.woocommerce table.shop_table td.product-name a:focus,
.woocommerce table.shop_table td.product-name a:active {
	color: #2563eb;
	text-decoration: underline;
}

.woocommerce table.shop_table td:last-child,
.woocommerce table.shop_table th:last-child {
	border-right: none;
}

.woocommerce table.shop_table tr:last-child td,
.woocommerce table.shop_table tr:last-child th {
	border-bottom: none;
}

.woocommerce table.shop_table thead {
	background: #bfdbfe;
}

.woocommerce table.shop_table thead th {
	font-weight: 700!important;
	color: #1e4883;
	border-color: rgba(0, 0, 0, 0.15);
}

.woocommerce table.shop_table tbody td,
.woocommerce table.shop_table tbody th {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
	border-bottom: none;
}

.woocommerce table.shop_table ul {
	padding: 0 0 10px 0!important;
	margin: 0 0 -0px 0!important;
}

.woocommerce table.shop_table ul:last-child {
	padding-bottom: 0;
}

.woocommerce table.shop_table ul li {
	padding: 0!important;
	margin: 0 0 0px 0!important;
}

.woocommerce table.shop_table ul li:before {
	display: none;
}

.woocommerce table.shop_table ul li label {
	font-weight: inherit;
}

.woocommerce table.shop_table .product-quantity {
	font-weight: 400;
}

.woocommerce table.shop_table .variation {
	font-size: 14px;
	color: #4b5563;
	line-height: 22px;
	padding: 0;
	margin: 5px 0 0 0;
}

.woocommerce table.shop_table .variation dt {
	color: #000000;
}

.woocommerce table.shop_table .order-total th,
.woocommerce table.shop_table .order-total td {
	font-weight: 700!important;
}

.woocommerce table.shop_table .edit-order a {
	font-weight: 600;
	color: #1e4883;
}

.woocommerce table.shop_table .edit-order a:hover,
.woocommerce table.shop_table .edit-order a:focus,
.woocommerce table.shop_table .edit-order a:active {
	color: #2563eb;
	text-decoration: underline;
}

.woocommerce table.shop_table .button {
	font-size: 16px;
	color: #ffffff!important;
	line-height: 22px;
	text-transform: none;
	background: #1e4883!important;
	border-radius: 7px;
	padding: 12px 25px!important;
}

.woocommerce table.shop_table .button:hover,
.woocommerce table.shop_table .button:focus,
.woocommerce table.shop_table .button:active {
	background: #000000!important;
}

.woocommerce table.shop_table .coupon input {
	width: 180px!important;
	height: 46px!important;
	padding: 12px 25px!important;
	margin: 0 10px 0 0!important;
}

@media (max-width: 768px) {
.woocommerce table.shop_table_responsive tr td {
	text-align: left!important;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15)!important;
	position: relative;
	padding: 10px 20px 10px 45%;
}

.woocommerce table.shop_table_responsive tr td::before {
	width: 40%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: #1e4883;
	background: #f0f5fb;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	padding: 10px 20px;
}

.woocommerce table.shop_table_responsive tr td::after {
	content: "";
	width: 40%;
	height: 1px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	bottom: -1px;
	left: 0;
	z-index: 1;
}

.woocommerce table.shop_table_responsive tr td:last-child::after {
	display: none;
}

.woocommerce table.shop_table_responsive tr td.actions {
	padding-left: 20px;
}

.woocommerce table.shop_table_responsive tr td.actions::before {
	display: none;
}

.woocommerce table.shop_table_responsive tr:last-child td:last-child {
	border-bottom: none!important;
}

.woocommerce table.shop_table .coupon input {
	width: 48%!important;
	margin: 0 4% 0 0!important;
}
}

@media (max-width: 1199px) {
.woocommerce h2,
.woocommerce .h2 {
	font-size: 28px; 
	line-height: 28px;
}
}

@media (max-width: 767px) {
.woocommerce h2,
.woocommerce .h2 {
	font-size: 26px; 
	line-height: 26px;
}
}

@media (max-width: 479px) {
.woocommerce table.shop_table .variation {
	font-size: 12px;
	line-height: 18px;
}

.woocommerce table.shop_table .coupon input {
	width: 100%!important;
	margin: 0!important;
}

.woocommerce table.shop_table .coupon input {
	width: 100%!important;
	margin: 0!important;
}

.woocommerce table.shop_table .coupon .button {
	width: 100%!important;
	margin: 10px 0 0 0!important;
}
}


/* Cart - Collaterals */
.woocommerce .cart-collaterals .cart_totals {
	margin: 50px 0 0 0;
}

.woocommerce .cart-collaterals .cart_totals h2 {
	text-align: center;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table {
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table td,
.woocommerce .cart-collaterals .cart_totals table.shop_table th {
	border-top: none!important;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table th {
	font-weight: 700!important;
	color: #1e4883;
	background: #f0f5fb;
	border-right: 1px solid rgba(0, 0, 0, 0.15);
}

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form {
	padding: 0;
	margin: 15px 0 -15px 0;
}

.woocommerce .cart-collaterals .cart_totals .shipping-calculator-form p {
	padding: 0;
	margin: 0 0 15px 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	width: 100%;
	padding: 0;
	margin: 25px 0 0 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
	width: 100%;
	font-size: 18px;
	color: #ffffff!important;
	line-height: 24px;
	text-align: center;
	text-transform: uppercase;
	background: #2563eb!important;
	border-radius: 7px;
	padding: 14px 25px!important;
	margin: 0;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:hover,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:focus,
.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button:active {
	background: #000000!important;
}

@media (max-width: 768px) {
.woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td {
	padding-left: 42%;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td::before {
	width: 37%;
}

.woocommerce .cart-collaterals .cart_totals table.shop_table_responsive tr td::after {
	width: 37%;
}

.woocommerce .cart-collaterals .cart_totals .wc-proceed-to-checkout .button {
	font-size: 16px;
	line-height: 22px;
}
}


/* Checkout - Page Coupon */
.woocommerce form.checkout_coupon {
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .30);
	padding: 25px;
	margin: 0 0 50px 0;
}

.woocommerce form.checkout_coupon p {
	padding: 0;
	margin: 0;
}

.woocommerce form.checkout_coupon p .button {
	width: 100%;
	padding: 13px 30px;
}

.woocommerce form.checkout_coupon .form-row-first {
	width: 65%;
	padding-right: 15px;
}

.woocommerce form.checkout_coupon .form-row-last {
	width: 35%;
	padding-left: 15px;
}

@media (max-width: 767px) {
.woocommerce form.checkout_coupon .form-row-first {
	width: 100%;
	padding-right: 0;
}

.woocommerce form.checkout_coupon .form-row-last {
	width: 100%;
	padding-left: 0;
	padding-top: 15px;
}
}


/* Checkout - Page */
.woocommerce .woocommerce-checkout h3,
.woocommerce .woocommerce-checkout .h3 {
	text-transform: none;
	padding-bottom: 30px;
}

.woocommerce .woocommerce-checkout h3:last-child,
.woocommerce .woocommerce-checkout .h3:last-child {
	padding-bottom: 0;
}

.woocommerce .woocommerce-checkout p {
	padding: 0;
	margin: 0 0 25px 0;
}

.woocommerce .woocommerce-checkout p #account_display_name_description {
	font-size: 15px;
	line-height: 21px;
}

.woocommerce .woocommerce-checkout .form-row-first {
	width: 50%;
	padding-right: 15px;
}

.woocommerce .woocommerce-checkout .form-row-last {
	width: 50%;
	padding-left: 15px;
}

.woocommerce .woocommerce-checkout .shop_table tr td,
.woocommerce .woocommerce-checkout .shop_table tr th {
	width: 60%;
}

.woocommerce .woocommerce-checkout .shop_table tr td:nth-child(even),
.woocommerce .woocommerce-checkout .shop_table tr th:nth-child(even) {
	width: 40%;
}

.woocommerce .woocommerce-checkout .shop_table tr.order-total td,
.woocommerce .woocommerce-checkout .shop_table tr.order-total th {
	font-size: 20px;
	line-height: 30px;
}

.woocommerce .woocommerce-checkout .shop_table tr.order-edit th a {
	text-decoration: underline;
}

.woocommerce .woocommerce-checkout .col2-set > div.col-1 {
	width: 60%;
	padding: 0 25px 0 0;
	margin: 0;
}

.woocommerce .woocommerce-checkout .col2-set > div.col-2 {
	width: 40%;
	padding: 0 0 0 25px;
	margin: 0;
}

.woocommerce .woocommerce-checkout #ship-to-different-address {
	padding-bottom: 0;
}

.woocommerce .woocommerce-checkout #ship-to-different-address label {
	width: 100%;
	min-height: 17px;
	float: none;
	display: inline-table;
	vertical-align: top;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
}

.woocommerce .woocommerce-checkout #ship-to-different-address label input[type=checkbox],
.woocommerce .woocommerce-checkout #ship-to-different-address label input[type=radio] {
	display: none;
}

.woocommerce .woocommerce-checkout #ship-to-different-address label span:before {
	content: "";
	width: 18px;
	height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;	
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 70%;
	color: #000000;
	line-height: 1em;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .30);
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
	padding: 2px 0 0 1px;
}

.woocommerce .woocommerce-checkout #ship-to-different-address label input[type=checkbox]:checked+span:before,
.woocommerce .woocommerce-checkout #ship-to-different-address label input[type=checkbox]:checked+span:focus:before {
	content: "\f00c";
	border-color: #000000;
}

@media (max-width: 991px) {
.woocommerce .woocommerce-checkout .col2-set > div.col-1 {
	width: 100%;
	padding: 0 0 30px 0;
}

.woocommerce .woocommerce-checkout .col2-set > div.col-2 {
	width: 100%;
	padding: 0;
}
}


/* Payment - Box */
.woocommerce .woocommerce-checkout #payment {
    background: #ffffff;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
	border: 1px solid rgba(0, 0, 0, 0.15);	
	border-radius: 10px;
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods {
	width: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
	padding: 20px;
	margin: 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li {
	background: none;
	border: none;
	line-height: inherit;
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li:last-child {
	margin-bottom: 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li:before {
	display: none;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li label {
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding: 0 0 0 28px;
	margin: 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li label:before {
	content: "";
	width: 18px;
	height: 18px;
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 45%;
	color: #1e4883;
	line-height: 16px;
	text-align: center;
	background: #ffffff;
	border: 1px solid #1e4883;
	border-radius: 900px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	padding: 0;
	opacity: 1!important;
	margin: -9px 0 0 0;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked+label:before,
.woocommerce .woocommerce-checkout #payment ul.payment_methods li input[type=radio]:checked+label:focus:before {
	content: "\f111";
	border-color: #1e4883;
}

.woocommerce .woocommerce-checkout #payment ul.payment_methods li input.input-radio {
	position: absolute;
	top: 8px;
	left: 0;
    margin: 0;
	display: none;
}

.woocommerce .woocommerce-checkout #payment .payment_box {
	font-size: 16px;
	color: inherit;
	line-height: 24px;
	background: #dbeafe;
	border-radius: 0;
	padding: 15px;
	margin: 15px 0 0 0;
}

.woocommerce .woocommerce-checkout #payment .payment_box::before {
	border-bottom-color: #dbeafe;
	top: -16px;
}

.woocommerce .woocommerce-checkout #payment .place-order {
	padding: 20px;
	margin: 0;
}

.woocommerce .woocommerce-checkout #payment .place-order .woocommerce-privacy-policy-text {
	font-size: 14px;
	line-height: 20px;
	padding: 0;
	margin: 0;
}

.woocommerce .woocommerce-checkout #payment .place-order .button {
	width: 100%;
	background: #2563eb;
}

.woocommerce .woocommerce-checkout #payment .place-order .button:hover,
.woocommerce .woocommerce-checkout #payment .place-order .button:focus,
.woocommerce .woocommerce-checkout #payment .place-order .button:active {
	background: #000000;
}


/* Order - Received */
.woocommerce .order-wrapclass {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 60px;
}

.woocommerce .order-wrapclass:last-child {
	margin-bottom: 0;
}

.woocommerce .order-wrapclass p {
	padding-bottom: 30px;
}

.woocommerce .order-wrapclass p:last-child {
	padding-bottom: 0;
}

.woocommerce .order-wrapclass ul.order_details {
	display: flex;
	flex-wrap: wrap;
	padding: 0 0 30px 0;
    margin: 0 -30px -25px -30px;
}

.woocommerce .order-wrapclass ul.order_details:last-child {
	padding-bottom: 0;
}

.woocommerce .order-wrapclass ul.order_details li {
	float: left;
	font-size: 14px;
	color: #2563eb;
	line-height: 20px;
	text-transform: uppercase;
	border: none;
	padding: 0 30px 25px 30px;
	margin: 0;
}

.woocommerce .order-wrapclass ul.order_details li:before {
	display: none;
}

.woocommerce .order-wrapclass ul.order_details li strong {
	font-size: 18px;
	color: #000000;
	line-height: 26px;
	word-wrap: break-word;
}

.woocommerce .order-wrapclass2 {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -25px -50px -25px;
}

.woocommerce .order-wrapclass2 .woocommerce-order-details {
	width: 100%;
	float: left;
	padding: 0 25px 50px 25px;
	margin: 0;
}

.woocommerce .order-wrapclass2 .woocommerce-order-details .shop_table tr th,
.woocommerce .order-wrapclass2 .woocommerce-order-details .shop_table tr td {
	width: 50%;
}

.woocommerce .order-wrapclass2 .woocommerce-customer-details {
	width: 100%;
	float: left;
	padding: 0 25px 50px 25px;
	margin: 0;
}

.woocommerce .order-wrapclass2 .woocommerce-customer-details address {
	min-height: 230px;
	font-size: 16px;
	line-height: 26px;
	background: #f0f5fb;
	border: 1px solid rgba(0, 0, 0, 0.15);	
	border-radius: 10px;
	padding: 20px 25px;
	margin: 0;
}

@media (max-width: 768px) {
.woocommerce .order-wrapclass2 .woocommerce-customer-details address {
	min-height: inherit;
}

.woocommerce .order-wrapclass2 .woocommerce-customer-details .woocommerce-column--shipping-address {
	margin-top: 40px;
}
}


/* My Account - Address */
.woocommerce .woocommerce-Addresses {
	margin-top: 20px;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0 0 20px 0;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title h2 {
	width: 65%;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title .edit {
	width: 35%;
	float: left;
	font-size: 16px;
	line-height: 22px;
	text-align: right;
	padding: 0 0 0 20px;
	margin: 0;
}

.woocommerce .woocommerce-Addresses address {
	font-size: 16px;
	line-height: 26px;
	background: #f0f5fb;
	border: 1px solid rgba(0, 0, 0, 0.15);	
	border-radius: 10px;
	padding: 20px 25px;
	margin: 10px 0 0 0;
}

@media (max-width: 768px) {
.woocommerce .woocommerce-Addresses .col-2 {
	margin-top: 40px;
}
}

@media (max-width: 430px) {
.woocommerce .woocommerce-Addresses .woocommerce-Address-title h2 {
	width: 60%;
}

.woocommerce .woocommerce-Addresses .woocommerce-Address-title .edit {
	width: 40%;
}
}


/* My Account - page */
.woocommerce .my-account-inner-wrapper {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

/*
.woocommerce .my-account-inner-wrapper .col-1 {
	width: 100%;
}
*/

.woocommerce .my-account-inner-wrapper form legend {
	font-weight: 700;
	font-size: 26px;
	line-height: 32px;
	padding: 0;
	margin: 20px 0 25px 0;
}

.woocommerce .my-account-inner-wrapper form p {
	padding: 0;
	margin: 0 0 25px 0;
}

.woocommerce .my-account-inner-wrapper form p #account_display_name_description {
	font-size: 15px;
	line-height: 21px;
}

.woocommerce .my-account-inner-wrapper form .form-row-first {
	width: 50%;
	padding-right: 15px;
}

.woocommerce .my-account-inner-wrapper form .form-row-last {
	width: 50%;
	padding-left: 15px;
}

.woocommerce .my-account-inner-wrapper form .button {
	min-width: 200px;
}

.woocommerce .my-account-inner-wrapper .custom-nav-wrapper {
	width: 250px;
	float: left;
	position: relative;
	padding: 0;
	margin: 0 -250px 0 0;
	z-index: 2;
}

.woocommerce .my-account-inner-wrapper .custom-content-wrapper {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 0 0 300px;
	margin: 0;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation {
	width: 100%;
	background: #f0f5fb;
	border: 1px solid rgba(0, 0, 0, .10);
	padding: 0;
	margin: 0;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul {
	padding: 0;
	margin: 0;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid rgba(0, 0, 0, .10);
	padding: 0;
	margin: 0;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li:before {
	display: none;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li a {
	display: block;
	font-weight: 700;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	text-decoration: none;
	border-left: 4px solid transparent;	
	padding: 15px 20px;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li a:hover {
	color: #1e4883;
	border-left-color: #1e4883;
	background: #bfdbfe;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads {
	display: none;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-content {
	width: 100%;
	padding: 0;
	margin: 0;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-content .order-wrapclass2 .woocommerce-order-details {
	width: 100%;
	margin-top: 20px;
}

.woocommerce .my-account-inner-wrapper .woocommerce-MyAccount-content .order-wrapclass2 .woocommerce-customer-details {
	width: 100%;
}

@media (max-width: 991px) {
.woocommerce .my-account-inner-wrapper .custom-nav-wrapper {
	width: 100%;
	margin: 0;
}

.woocommerce .my-account-inner-wrapper .sticky-sidebar {
	min-height: inherit!important;
	position: relative!important;
	top: 0;
	left: 0;
}

.woocommerce .my-account-inner-wrapper .StickySidebar {
	width: 100%!important;
	float: none!important;
	position: relative!important;
	top: 0!important;
	left: 0!important;
	padding: 0!important;
	margin: 0 auto!important;
}

.woocommerce .my-account-inner-wrapper .custom-content-wrapper {
	padding: 50px 0 0 0;
}
}

@media (max-width: 767px) {
.woocommerce .my-account-inner-wrapper .custom-content-wrapper {
	padding: 40px 0 0 0;
}

.woocommerce .my-account-inner-wrapper form .form-row-first {
	padding-right: 10px;
}

.woocommerce .my-account-inner-wrapper form .form-row-last {
	padding-left: 10px;
}
}


/* Login - Page */
#customer_login {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0;
	margin: 0 -25px -60px -25px;
}

#customer_login > div {
	width: 50%;
	max-width: 500px;
	float: left;
	position: relative;
	padding: 70px 25px 60px 25px;
	margin: 0;
}

#customer_login > div h2,
#customer_login > div .h2 {
	width: 100%;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	padding-bottom: 40px;
}

#customer_login > div h2:last-child,
#customer_login > div .h2:last-child {
	padding-bottom: 0;
}

#customer_login > div form {
	height: 100%;
	background: #f0f5fb;
	border: 1px solid rgba(0, 0, 0, 0.15);	
	border-radius: 8px;
	padding: 30px;
	margin: 0;
}

#customer_login > div form p {
	padding: 0;
	margin: 0 0 25px 0;
}

#customer_login > div form .button {
	min-width: 200px;
}

#customer_login > div form .woocommerce-form-login__rememberme {
	width: 100%;
	min-height: 17px;
	float: none;
	display: inline-table;
	vertical-align: top;
	font-weight: 400;
	font-size: 16px;
	line-height: 22px;
	position: relative;
	padding: 0 0 0 30px;
	margin: 0 0 20px 0;
}

#customer_login > div form .woocommerce-form-login__rememberme input[type=checkbox],
#customer_login > div form .woocommerce-form-login__rememberme input[type=radio] {
	display: none;
}

#customer_login > div form .woocommerce-form-login__rememberme span:before {
	content: "";
	width: 18px;
	height: 18px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;	
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 70%;
	color: #000000;
	line-height: 1em;
	background: #ffffff;
	border: 1px solid rgba(0, 0, 0, .30);
	position: absolute;
	top: 50%;
	left: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: 1;
}

#customer_login > div form .woocommerce-form-login__rememberme input[type=checkbox]:checked+span:before,
#customer_login > div form .woocommerce-form-login__rememberme input[type=checkbox]:checked+span:focus:before {
	content: "\f00c";
	border-color: #000000;
}

#customer_login > div form .lost_password {
	margin-top: -10px;
}

#customer_login > div form .woocommerce-privacy-policy-text {
	font-size: 14px;
	line-height: 20px;
}

@media (max-width: 991px) {
#customer_login > div {
	width: 100%;
}
}


/* Reset - Password */
.lost_reset_password {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}

.lost_reset_password p,
.lost_reset_password p.form-row {
	padding: 0;
	margin: 0 0 25px 0;
}

.lost_reset_password p.woocommerce-form-row {
	width: 100%;
}

.lost_reset_password .button {
	min-width: 200px;
}


/* Select */
.woocommerce form .form-row .select2-container {
    line-height: inherit;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: inherit;
	line-height: inherit;
}

.select2-container--default .select2-selection--single {
	height: 46px;
	font-family: "Montserrat", sans-serif;
	font-weight: 400; 
	font-size: 16px;
	color: #000000;
	line-height: 22px; 
	background: #ffffff;
	box-shadow: none;
	border: 1px solid #adaebc;
	border-radius: 8px;
	padding: 0 20px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	height: 46px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	white-space: normal; 
	padding: 0 25px 0 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	height: 40px;
	padding: 10px 20px;
}

.select2-container .select2-dropdown {
	background-color: #ffffff;
	border: 1px solid rgba(0, 0, 0, .30);
	border-radius: 8px;
	padding: 5px;
}

.select2-dropdown ul {
	padding: 5px 0;
	margin: 0;
}

.select2-dropdown ul li {
	font-size: 16px;
	line-height: 20px;
	padding: 5px 20px;
	margin: 0;
}

.select2-dropdown ul li:before {
	display: none;
}

.select2-dropdown ul li.select2-results__option--highlighted {
	background-color: #1e4883!important;
}


/* Text Button - Wrap */
.txt-btn-wrap {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 0;
	margin: 0;
}

.txt-btn-wrap .txt-cl {
	width: 60%;
	float: left;
	padding: 0 20px 0 0;
	margin: 0;
}

.txt-btn-wrap .btn-cl {
	width: 40%;
	float: left;
	text-align: right;
	padding: 0 0 0 20px;
	margin: 0;
}

.txt-btn-wrap .btn-cl .button {
	float: right;
	text-align: center;
	padding: 12px 25px;
	margin: 0;
}

@media (max-width: 639px) {
.txt-btn-wrap .txt-cl {
	width: 100%;
	padding: 0;
}

.txt-btn-wrap .btn-cl {
	width: 100%;
	text-align: left;
	padding: 10px 0 0 0;
}

.txt-btn-wrap .btn-cl .button {
	float: left;
}
}


/* Error messages */
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-message {
	font-size: 16px;
	color: #1e4883;
	line-height: 24px;
	border-color: #1e4883;
	background-color: #f0f5fb;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
	padding-right: 25px!important;
	margin-bottom: 50px!important;
	outline: none !important;
}

.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-error::before,
.woocommerce .woocommerce-message::before {
	color: #1e4883;
}

.woocommerce .woocommerce-error {
	padding-bottom: 1em;
}

.woocommerce .woocommerce-error li:before {
	display: none;
}

body.woocommerce-page .woocommerce .woocommerce-info,
body.woocommerce-page .woocommerce .woocommerce-error,
body.woocommerce-page .woocommerce .woocommerce-message {
	border-color: #1e4883;
	background-color: #f0f5fb;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
}

body.woocommerce-page .woocommerce .woocommerce-info::before,
body.woocommerce-page .woocommerce .woocommerce-error::before,
body.woocommerce-page .woocommerce .woocommerce-message::before {
	color: #1e4883;
}

body.woocommerce-page .woocommerce .woocommerce-error {
	padding-bottom: 1em;
}

body.woocommerce-page .woocommerce .woocommerce-error li:before {
	display: none;
}

@media (min-width: 640px) {
.woocommerce .woocommerce-info::before,
.woocommerce .woocommerce-message::before,
.single-product .woocommerce-error::before,
.woocommerce-cart .woocommerce-error::before {
	top: 50%;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%); 
}
}


/*
 5.) Footer - Main
----------------------------------------*/

.footer-main {
	width: 100%;
	flex-shrink: 0;
	overflow: hidden;
}


/* Pre - Footer */
.pre-footer .elementor-nav-menu { 
	margin-bottom: -8px!important;
}

.pre-footer .elementor-nav-menu li {
	width: 100%; 
	margin-bottom: 8px!important;
}

.pre-footer .elementor-nav-menu li:before { 
	display: none;
}

.pre-footer .elementor-nav-menu li a {
	flex-grow: 0!important;
	white-space: normal!important;
}

.pre-footer .elementor-nav-menu li > a:hover, 
.pre-footer .elementor-nav-menu li > a:focus, 
.pre-footer .elementor-nav-menu li > a:active,
.pre-footer .elementor-nav-menu li.current-menu-item > a, 
.pre-footer .elementor-nav-menu li.current-menu-parent > a, 
.pre-footer .elementor-nav-menu li.current-menu-ancestor > a {
	color: #2563eb!important;
	text-decoration: underline!important;
}

@media (min-width: 768px) {
.pre-footer > div {
	padding: 0 15px!important;
	margin: 0 0 50px 0!important; 
}
}

@media (min-width: 768px) and (max-width: 1119px) {
.pre-footer > div:nth-child(1) {
	padding-left: 0!important;
}

.pre-footer > div:nth-child(2) {
	padding-right: 0!important;
}

.pre-footer > div:nth-child(3) {
	padding-left: 0!important;
}

.pre-footer > div:nth-child(4) {
}

.pre-footer > div:nth-child(5) {
	padding-right: 0!important;
}
}

@media (min-width: 1200px) {
.pre-footer > div:nth-child(1) {
	padding-left: 0!important;
}

.pre-footer > div:nth-child(5) {
	padding-right: 0!important;
}
}
 

/*
 6.) Elementor - Widgets
----------------------------------------*/

/* Elementor - Custom
.elementor a {
	text-decoration: underline;
}

.elementor a:hover,
.elementor a:focus,
.elementor a:active {
	text-decoration: underline;
}

.elementor a.elementor-element {
	text-decoration: none;
}

.elementor a:hover h1,
.elementor a:focus h1,
.elementor a:active h1,
.elementor a:hover h2,
.elementor a:focus h2,
.elementor a:active h2,
.elementor a:hover h3,
.elementor a:focus h3,
.elementor a:active h3,
.elementor a:hover h4,
.elementor a:focus h4,
.elementor a:active h4,
.elementor a:hover h5,
.elementor a:focus h5,
.elementor a:active h5,
.elementor a:hover h6,
.elementor a:focus h6,
.elementor a:active h6 {
	text-decoration: underline;
}

.elementor h1 a,
.elementor h2 a,
.elementor h3 a,
.elementor h4 a,
.elementor h5 a,
.elementor h6 a {
	text-decoration: none;
}

.elementor h1 a:hover,
.elementor h1 a:focus,
.elementor h1 a:active,
.elementor h2 a:hover,
.elementor h2 a:focus,
.elementor h2 a:active,
.elementor h3 a:hover,
.elementor h3 a:focus,
.elementor h3 a:active,
.elementor h4 a:hover,
.elementor h4 a:focus,
.elementor h4 a:active,
.elementor h5 a:hover,
.elementor h5 a:focus,
.elementor h5 a:active,
.elementor h6 a:hover,
.elementor h6 a:focus,
.elementor h6 a:active {
	text-decoration: underline;
}

.elementor .btn {
	text-decoration: none;
}

.elementor .btn:hover,
.elementor .btn:focus,
.elementor .btn:active {
	text-decoration: none;
}

.elementor .elementor-button {
	text-decoration: none;
}

.elementor .elementor-button:hover,
.elementor .elementor-button:focus,
.elementor .elementor-button:active {
	text-decoration: none;
}

.elementor .elementor-button .elementor-button-icon {
	font-size: 150%;
	position: relative;
	top: 0;
	margin: -10px 0;
}

.elementor .elementor-button:hover .elementor-align-icon-right svg,
.elementor .elementor-button:focus .elementor-align-icon-right svg,
.elementor .elementor-button:active .elementor-align-icon-right svg {
	animation: arrowright2 0.5s linear 1;
	-webkit-animation-name: arrowright2 0.5s linear 1;
}

.elementor .read-more-btn .elementor-button:hover,
.elementor .read-more-btn .elementor-button:focus,
.elementor .read-more-btn .elementor-button:active {
	text-decoration: underline;
}

.elementor .menu-btn a {
	text-decoration: none;
}

h1.elementor-heading-title {
	line-height: 60px;
}

h2.elementor-heading-title {
	line-height: 48px;
}

h3.elementor-heading-title,
h4.elementor-heading-title {
	line-height: 40px;
}

h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 34px;
}

p.elementor-heading-title,
span.elementor-heading-title,
div.elementor-heading-title {
	line-height: inherit;
}

@media (max-width: 1199px) {
h1.elementor-heading-title {
	line-height: 50px;
}

h2.elementor-heading-title {
	line-height: 42px;
}

h3.elementor-heading-title,
h4.elementor-heading-title {
	line-height: 36px;
}

h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 34px;
}
}

@media (max-width: 991px) {
h2.elementor-heading-title {
	line-height: 40px;
}
}

@media (max-width: 767px) {
h1.elementor-heading-title {
	line-height: 40px;
}

h2.elementor-heading-title {
	line-height: 36px;
}

h3.elementor-heading-title,
h4.elementor-heading-title {
	line-height: 30px;
}

h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 28px;
}
}
*/


/* Container - Main */
.elementor-default {
	width: 100%;
	min-height: 100vh;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1;
}

.elementor-location-header {
	position: relative;
}

.elementor-location-footer {
	flex-shrink: 0;
}


/* Elementor - Edits 
body.elementor-editor-active .content-main {
	padding-top: 68px;
}
*/


/*
 7.) Text - Colors / Wordpress Cores
------------------------------------------------------*/

/* Colors */
.navy {
	color: #0d2a4f!important;
}

.blue {
	color: #1e4883!important;
}

.blue-dark {
	color: #2563eb!important;
}

.blue-med {
	color: #60a5fa!important;
}

.blue-light {
	color: #bfdbfe!important;
}

.blue-light2 {
	color: #dbeafe!important;
}

.blue-lighter {
	color: #f0f5fb!important;
}

.gray {
	color: #4b5563!important;
}

.gray-light {
	color: #e5e7eb!important;
}

.black {
	color: #000000!important;
}

.white {
	color: #ffffff!important;
}

.off-white {
	color: #f4f4f4!important;
}

.orange {
	color: #ea580c!important;
}

.orange2 {
	color: #f97316!important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

@media (max-width: 767px) {
.mobi-align-left {
	text-align: left;
}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;/* Above WP toolbar */
}


/* ---------------------------- End WordPress Core ---------------------------- */


body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
    padding: 0!important;
    border-radius: 900px!important;
}


/*
/product/%product_cat%/
*/
