/*
Theme Name: SCPGA
Author: the SCPGA 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
 
 8.) Header2 - Main
 9.) Footer2 - Main

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


/*
 1.) Typography
----------------------------------------*/

/*
.playfair-display { font-family: "Playfair Display", sans-serif; }
.poppins { font-family: "Poppins", sans-serif; }
*/


/*
 2.) Default Styles
----------------------------------------*/


* {
	margin: 0;
	padding: 0;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	font-family: inherit;
	font-weight: inherit;
	font: inherit;
	font-size: 100%;
	vertical-align: baseline;
	border: 0;
	margin: 0;
	padding: 0;

}

/* render html5 elements as block */
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

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

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
	font-size: 20px;
}

sub {
	bottom: -0.25em;
}

img {
	max-width: 100%;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
	line-height: .5em;
	border: 0;
}

/*  Custom animations
/*-------------------------------------------------- */
@-webkit-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -webkit-transform: scale(0.98) translateY(-15px);
}
 80% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: translateY(0);
}
}
 @-moz-keyframes
reveal {
 0% {
 opacity: 0;
}
 1% {
 opacity: 0;
 -moz-transform: scale(0.98) translateY(-15px);
}
 80% {
 -moz-transform: scale(1);
}
 100% {
 -moz-transform: translateY(0);
}
}


/* #Basic Styles
================================================== */

body {
	-webkit-font-smoothing: antialiased;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #6a727d;
	line-height: 26px;
	background: #ffffff;
}


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

a { 
	color: #102742;
	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: #e6bc5a;
	text-decoration: underline;
}

a:visited {
	outline: 0;
}

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

a:hover[href^="tel:"], 
a:focus[href^="tel:"], 
a:hover[href^="fax:"],
a:focus[href^="fax:"] {
	color: #e6bc5a;
	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: 700;
	color: #102742;
	padding-bottom: 20px;
}

h1,
.h1 {
	font-weight: 600;
	font-size: 70px; 
	line-height: 84px; 
}

h1 strong,
.h1 strong {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-style: italic;	 
}

h2,
.h2 {
	font-family: "Playfair Display", sans-serif;
	font-weight: 500;
	font-size: 28px; 
	line-height: 38px; 
}

h2 strong,
.h2 strong {
	font-family: "Playfair Display", sans-serif;
	font-weight: 700;
	font-style: italic;	 
}

h3,
.h3 {
	font-size: 23px;
	line-height: 33px;
}

h4,
.h4,
h5,
.h5,
h6,
.h6{
	font-size: 22px;
	line-height: 32px;
}

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: #171047;
	text-decoration: underline;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child {
	padding-bottom: 0;
}

p {
	padding-bottom: 20px;
}

p:last-child {
	padding-bottom: 0;
}

em {
	font-style: italic; 
}

em.fal,
em.far,
em.fas,
em.fab {
	font-style: normal; 
}

strong {
	font-weight: 700;
}

.light {
	font-weight: 300; 
}

.regular {
	font-weight: 400; 
}

.medium {
	font-weight: 500; 
}

.semibold {
	font-weight: 600; 
}

.bold {
	font-weight: 700; 
}

@media (max-width: 991px) {
h1,
.h1 {
	font-size: 60px; 
	line-height: 74px; 
}
}

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

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

@media (max-width: 419px) {
h1,
.h1 {
	font-size: 34px; 
	line-height: 44px; 
}
}


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

ul,
ol {
	list-style: none;
}

li {
	position: relative;
	padding-left: 26px;
	padding-bottom: 6px;
}

li:last-child {
	padding-bottom: 20px;
}

ul:last-child li:last-child,
ol:last-child li:last-child {
	padding-bottom: 0;
}

ul li:before {
	width: 15px;
	height: 15px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	content: "\f00c";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 900;
	font-size: 50%;
	color: #ffffff;
	line-height: .5em;
	background: #102742;
	border-radius: 900px;
	position: absolute;
	top: 5px;
	left: 0;
	padding: 0 0 0 1px;
}

ul li ul,
ul li ol,
ol li ol,
ol li ul {
	padding-top: 6px;
}

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


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

ol {
	counter-reset: item;
}

ol > li {
	counter-increment: item;
}

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


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

.list-style-none .elementor-widget-container li {
	padding-left: 0;
}

.list-style-none .elementor-widget-container li:before {
	display: none;
}

.elementor-icon-list-item:before {
	display: none;
}


/* #Input Styles
================================================== */

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	outline: 0;
}

select,
textarea,
input {
	-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
	-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
	-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
	-o-transition: border linear 0.2s, box-shadow linear 0.2s;
	transition: border linear 0.2s, box-shadow linear 0.2s;
}

label {
	width: 100%;
	display: block;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #102742;
	line-height: 20px;
	padding: 0;
	margin: 0 0 10px 0;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
	width: 100%;
/* 	height: 50px; */
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #102742;
	line-height: 18px;
	white-space: nowrap;
	text-overflow: ellipsis;
	background: #ffffff;	
	border: 1px solid #d9d9d9;
	border-radius: 0;
	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: 25px;
	padding-bottom: 25px;
}

select {
	background-image: url(img/chevron-down.svg);
	background-size: 18px auto;
	background-repeat: no-repeat;
	background-position: top 14px right 22px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding-top: 0;
	padding-right: 80px;
	padding-bottom: 0;
}

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

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

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

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

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

::-moz-placeholder {
	color: #6a727d;
}

::-ms-input-placeholder {
	color: #6a727d;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	border-color: #102742;
	box-shadow: rgba(0, 0, 0, .15) 0 0 10px;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none;
}

/* Firefox */
input[type=number] {
	-moz-appearance: textfield;
}


/* #Buttons
================================================== */

/* Arrow Right */
@keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}

@-webkit-keyframes arrowright {
	0%   { margin-left: 8px; margin-right: 0;}
	75% { margin-left: 16px; margin-right: -8px;}
	100% { margin-left: 8px; margin-right: 0;}
}


/* Custom - Select */
button {
	background: none;
	border: none;
	box-shadow: none;
	text-decoration: none;
	white-space: normal;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
}

button:hover,
button:focus,
button:active,
button:active:focus,
button.active,
button.active:focus {
	outline: 0;
}

.btn,
input[type="button"],
input[type="submit"] {
	width: auto;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: none;
	white-space: normal;
	background: #102742;
	border: none;
	border-radius: 0;
	box-shadow: none;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	outline: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 16px 35px 15px 35px;
	margin: 0;
}

.btn em {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	top: 0;
	margin: 0 0 0 8px;
}

.btn:hover,
.btn:focus,
.btn:active,
.btn:active:focus,
.btn.active,
.btn.active:focus,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
input[type="button"]:active:focus,
input[type="button"].active,
input[type="button"].active:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
input[type="submit"]:active:focus,
input[type="submit"].active,
input[type="submit"].active:focus,
.btn:not(:disabled):not(.disabled).active {
	color: #ffffff;
	text-decoration: none; 
	background: #133e70;
	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;
}

.btn-sandle, 
input.btn-sandle[type="button"], 
input.btn-sandle[type="submit"] {
	color: #102742;
	background: #e6bc5a;
}

.btn-sandle:hover,
.btn-sandle:focus,
.btn-sandle:active,
.btn-sandle:active:focus,
.btn-sandle.active,
.btn-sandle.active:focus,
input.btn-sandle[type="button"]:hover,
input.btn-sandle[type="button"]:focus,
input.btn-sandle[type="button"]:active,
input.btn-sandle[type="button"]:active:focus,
input.btn-sandle[type="button"].active,
input.btn-sandle[type="button"].active:focus,
input.btn-sandle[type="submit"]:hover,
input.btn-sandle[type="submit"]:focus,
input.btn-sandle[type="submit"]:active,
input.btn-sandle[type="submit"]:active:focus,
input.btn-sandle[type="submit"].active,
input.btn-sandle[type="submit"].active:focus,
.btn-sandle:not(:disabled):not(.disabled).active {
	color: #102742;
	background: #f2bd41;
}

.disabled {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	opacity: .65;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65;
}

a.btn.disabled,
fieldset[disabled] a.btn {
	pointer-events: none;
}

.btn-out {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 10px -8px -20px -8px;
}

.btn-out .btn,
.btn-out input[type="button"],
.btn-out input[type="submit"] {
	margin: 0 8px 20px 8px;
}


/* Table */
table,
tbody,
thead,
tr,
th,
td {
	border-spacing: 0;
	border-collapse: collapse;
}


/* #Flying focus
================================================== */

#flying-focus {
	position: absolute;
	margin: 0;
	background: transparent;
	-webkit-transition-property: left, top, width, height, opacity;
	transition-property: left, top, width, height, opacity;
	-webkit-transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	transition-timing-function: cubic-bezier(0, 0.2, 0, 1);
	visibility: hidden;
	pointer-events: none;
	box-shadow: -webkit-focus-ring-color 0 0 0 2px;
	border-radius: 0;
}

#flying-focus.flying-focus_visible {
	visibility: visible;
	z-index: 9999;
}

.flying-focus_target {
	outline: none !important; /* Doesn't work in Firefox :( */
}

/* http://stackoverflow.com/questions/71074/how-to-remove-firefoxs-dotted-outline-on-buttons-as-well-as-links/199319 */
.flying-focus_target::-moz-focus-inner {
	border: 0 !important;
}

/* Replace it with @supports rule when browsers catch up */
@media screen and (-webkit-min-device-pixel-ratio: 0) {
#flying-focus {
	box-shadow: none;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -3px;
}
}


/* Skip - Button */
.skip-btn {
	height: 50px;
	float: left;
	font-weight: 500;
	font-size: 14px;
	color: #102742;
	line-height: 50px;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;	
	background: #e6bc5a;
	border-radius: 0;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	z-index: 1001;
	top: -50px;
	left: 0;
	opacity: 0;
	padding: 0 35px;
	margin: 0;
}

.skip-btn:focus {
	color: #102742;
	text-decoration: none;
	top: 0;
	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-main:before {
	content: "";
	width: 100%;
	height: 79px;
	float: left;
	background: #102742;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

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

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


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


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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

.custom-searchform .elementor-search-form .elementor-search-form__container .elementor-search-form__submit {
	width: 200px;
	height: 60px;
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #ffffff;
	line-height: 60px;
	letter-spacing: 0.18px;
	text-align: left;
	white-space: normal;
	border: none;
	border-radius: 900px;
	background-color: #434faa;
	background-image: url(img/caret-right-white.svg);
	background-size: 8px auto;
	background-repeat: no-repeat;
	background-position: top 21px right 30px;
	box-shadow: none;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	cursor: pointer;
	outline: 0;
	z-index: 1;
	position: absolute;
	top:0;
	right:0;
	padding: 0 30px!important;
	margin: 0;
}

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

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

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

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

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

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

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


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

.header-main {
	width: 100%;
	height: 79px;
	float: left;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;	
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.header-main:after {
	content: "";
	width: 100%;
	height: 1px;
	float: left;
	background: rgba(237, 237, 237, .20);
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

@media (min-width: 992px) {
.header-main .container {
	max-width: 100%;
}
}


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

.header-main .brand img {
	width: auto;
	height: 47px!important;
	display: inline-block;
	vertical-align: top;
}


/* Nav - Bar */
@media (min-width: 992px) {
.header-main .nav-bar {
	width: 100%;
	float: left;
	position: relative;
	z-index: 1;
}

.header-main .nav-bar .nav-max,
.header-main .nav-bar .nav-inn {
	width: 100%;
	float: left;
}

.header-main .primary-menu {
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0 163px 0 140px;
}

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

.header-main .primary-menu ul li {
	height: 79px;
	float: left;
	padding: 19px 0 0 0;
	margin: 0 14px;
}

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

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

.header-main .primary-menu ul li > a {
	height: 60px;
	float: left;
	font-weight: 400;
	font-size: 14px;
	color: #ffffff;
	line-height: 48px;
	text-decoration: none;
	position: relative;
	padding: 0 12px;
}

.header-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 3px;
	float: left;
	background: #e6bc5a;
	-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 {
	padding-right: 17px;
}

.header-main .primary-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 80%;
	line-height: 80%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: -5px 0 5px 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: #e6bc5a;
}

.header-main .primary-menu ul li:hover > a:before,
.header-main .primary-menu ul li > a:focus:before, 
.header-main .primary-menu ul li.nav-menu-open > a:before, 
.header-main .primary-menu ul li.current-menu-item > a:before, 
.header-main .primary-menu ul li.current-menu-parent > a:before, 
.header-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-contact {
	position: absolute;
	top: 0;
	right: 0;
}

.header-main .primary-menu ul li.menu-contact > a {
	width: 163px;
	height: 48px;
	font-weight: 500;
	font-size: 12px;
	color: #102742;	
	line-height: 48px;
	letter-spacing: 0.2em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	background: #e6bc5a;
	padding: 0;
}

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

.header-main .primary-menu ul li.menu-contact:hover > a,
.header-main .primary-menu ul li.menu-contact > a:focus, 
.header-main .primary-menu ul li.menu-contact.nav-menu-open > a, 
.header-main .primary-menu ul li.menu-contact.current-menu-item > a, 
.header-main .primary-menu ul li.menu-contact.current-menu-parent > a, 
.header-main .primary-menu ul li.menu-contact.current-menu-ancestor > a {
	color: #102742;
	background: #f2bd41;
}

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

.header-main .primary-menu ul li > a:focus+ul,
.header-main .primary-menu ul li:hover > ul,
.header-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

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

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

.header-main .primary-menu ul li > ul li > a {
	height: auto;
	font-size: 14px;
	color: #102742;
	line-height: 20px;
	text-shadow: none;
	padding: 0 0 3px 0;
	margin: 0;	
}

.header-main .primary-menu ul li > ul li > a:before {
	height: 2px;
	background: #e6bc5a;
	bottom: 0;
	left: 0;
}

.header-main .primary-menu ul li > ul li:hover > a,
.header-main .primary-menu ul li > ul li > a:focus, 
.header-main .primary-menu ul li > ul li.nav-menu-open > a, 
.header-main .primary-menu ul li > ul li.current-menu-item > a, 
.header-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	color: #e6bc5a;
}
}

@media (max-width: 991px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #ffffff;
	position: fixed;
	top: 79px;
	left: 0;
	z-index: 7;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: top .15s ease-out;
	-moz-transition: top .15s ease-out;
	transition: top .15s ease-out;
	overflow: hidden;
}

.header-main .overlay-menu.active {
	visibility: visible;
	opacity: .70;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
}

.header-main .nav-bar {
	width: 90%;
	max-width: 360px;
	height: 100%;
	float: right;	
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 79px 0 0 0;
}

.header-main .nav-bar.active {
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	visibility: visible;
	right: 0;
}

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

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

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

.header-main .primary-menu ul li {
	width: 100%;
	float: left;
	border-bottom: 1px solid rgba(255, 255, 255, .20);
	position: relative;
	padding: 0;
	margin: 0;
}

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

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

.header-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	padding: 17px 0;
	margin: 0;
}

.header-main .primary-menu ul li .sub-title {
	width: 100%;
	height: 54px;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	padding: 0;
}

.header-main .primary-menu ul li .sub-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #ffffff;
	line-height: 1em;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 1px 0;
}

.header-main .primary-menu ul li .sub-title.active:after {
	content: "\f077";
}

.header-main .primary-menu ul li.menu-item-has-children > .sub-title {
	display: block;
}

.header-main .primary-menu ul li > a:hover,
.header-main .primary-menu ul li > a:focus, 
.header-main .primary-menu ul li.nav-menu-open > a, 
.header-main .primary-menu ul li.current-menu-item > a, 
.header-main .primary-menu ul li.current-menu-parent > a, 
.header-main .primary-menu ul li.current-menu-ancestor > a {
	color: #e6bc5a;
}

.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: #e6bc5a;
}

.header-main .primary-menu ul li ul {
	display: none;
	padding: 0 15px 17px 15px;
	margin: 0;
}

.header-main .primary-menu ul li ul li > a {
	padding: 12px 0;
}
}


/* Menu - Button */
.header-main .menu-btn {
	min-width: inherit;
	height: 79px;
	float: right;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Poppins", sans-serif;	
	font-weight: 400;
	font-size: 16px;
	color: #ffffff;
	line-height: 1em;
	letter-spacing: 0.02em;
	text-transform: uppercase;
	background: none;
	cursor: pointer;
	position: relative;
	z-index: 10;
	padding: 15px 0 0 0;
	margin: 0 0 0 -500px;
	display: none;
}

.header-main .menu-btn a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.header-main .menu-btn .menu-txt {
	float: none;
	display:inline-block;
	vertical-align: top;
	margin: 4px 6px 4px 0;
}

.header-main .menu-btn .menu-bar {
	width: 32px;
	height: 2px;
	float: none;
	display:inline-block;
	vertical-align: top;
	background: #ffffff;
	text-indent: -99999px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 9px 0;
}

.header-main .menu-btn .menu-bar:before,
.header-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #ffffff;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	left: 0;
}

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

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

.header-main .menu-btn.active .menu-bar {
	background: none;
}

.header-main .menu-btn.active .menu-bar:before,
.header-main .menu-btn.active .menu-bar:after {
	top: 0;
}

.header-main .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 991px) {
.header-main .menu-btn {
	display: flex;
}
}


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

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


/* Form - Block */
.form-block {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block form {
	width: 100%;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0;
}

.form-block ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -15px -15px -15px;
}

.form-block ul:last-child {
	padding-bottom: 0;
}

.form-block ul li {
	width: 100%;
	float: left;
	line-height: 1em;
	text-align: left;
	padding: 0 15px 15px 15px;
	margin: 0;
}

.form-block ul li:before {
	display: none;
}

.form-block ul li:last-child {
	padding-bottom: 15px;
}

.form-block .btn-out {
	width: 100%;
	text-align: center;
	margin: 39px 0 0 0;
}

.form-block .btn-out .btn,
.form-block .btn-out input[type="button"],
.form-block .btn-out input[type="submit"] {
	margin: 0;
}

@media (max-width: 767px) {
.form-block .btn-out {
	margin: 30px 0 0 0;
}
}


/* WPCF7 - Validation */
.wpcf7 {
	width: 100%;
	padding: 0;
	margin: 0;
}

.wpcf7 form span.wpcf7-not-valid-tip {
	width: 100%;
	height: auto;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #e63917;
	line-height: 18px;
	text-align: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.wpcf7 form .wpcf7-response-output {
	width: 100%;
	font-size: 16px;
	color: #e63917;
	line-height: 22px;
	text-align: center;
	border: none;
	padding: 40px 0 0 0;
	margin: 0;
}

.wpcf7 form .wpcf7-not-valid {
	border-color: #e63917;
}

.wpcf7 form .wpcf7-spinner {
	width: 18px;
	height: 18px;
	vertical-align: middle;
	padding: 0;
	margin: 2px 0 -2px 15px;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: #46b450;
}


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

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


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

.footer-main {
	width: 100%;
	flex-shrink: 0;
	font-size: 14px;
	line-height: 21px;
	overflow: hidden;
}


/* Newsletter - Form */
.footer-main .newsletter-form {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-size: 16px;
	color: #102742;
	line-height: 26px;
	position: relative;
	z-index: 1;
	padding: 100px 0;
	margin: 0 -20px;
}

.footer-main .newsletter-form:after {
	content: "";
	width: 10000px;
	height: 100%;
	float: left;
	background: #e6bc5a;
	position: absolute;
	top: 0;
	left: -5000px;
	z-index: -1;
}

.footer-main .newsletter-form .wrap-widget {
	width: 100%;
	float: left;
}

.footer-main .newsletter-form .textwidget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-main .newsletter-form h2,
.footer-main .newsletter-form .h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 47px;
	line-height: 56px;
	padding-bottom: 14px;
}

.footer-main .newsletter-form h2:last-child,
.footer-main .newsletter-form .h2:last-child {
	padding-bottom: 0;
}

.footer-main .newsletter-form p a {
	color: inherit;
}

.footer-main .newsletter-form p a:hover,
.footer-main .newsletter-form p a:focus,
.footer-main .newsletter-form p a:active {
	color: #133e70;
}

.footer-main .newsletter-form select,
.footer-main .newsletter-form textarea,
.footer-main .newsletter-form input[type="text"],
.footer-main .newsletter-form input[type="password"],
.footer-main .newsletter-form input[type="datetime"],
.footer-main .newsletter-form input[type="datetime-local"],
.footer-main .newsletter-form input[type="date"],
.footer-main .newsletter-form input[type="month"],
.footer-main .newsletter-form input[type="time"],
.footer-main .newsletter-form input[type="week"],
.footer-main .newsletter-form input[type="number"],
.footer-main .newsletter-form input[type="email"],
.footer-main .newsletter-form input[type="url"],
.footer-main .newsletter-form input[type="search"],
.footer-main .newsletter-form input[type="tel"],
.footer-main .newsletter-form input[type="color"],
.footer-main .newsletter-form .uneditable-input {
	height: 50px;
	border: none;
	padding: 12px 20px;
}

.footer-main .newsletter-form .btn,
.footer-main .newsletter-form .button,
.footer-main .newsletter-form input[type="button"],
.footer-main .newsletter-form input[type="submit"] {
	width: 150px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 0;
	margin: 0;
}

.footer-main .newsletter-form .gjs-row {
	margin: 0!important;	
}

.footer-main .newsletter-form .es_spinner_image {
	position: absolute;
	top: 9px;
	right: 160px;
}

.footer-main .newsletter-form .es_subscription_message.success,
.footer-main .newsletter-form .es_subscription_message.error {
	font-size: 12px;
	line-height: 19px;
}

.footer-main .newsletter-form .es_subscription_message.error {
	width: 100%;
	float: left;
	padding-top: 10px;
}

.footer-main .newsletter-form .field-wrap {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 150px 0 0;
	margin-bottom: 21px;
}

.footer-main .newsletter-form .field-wrap:last-child {
	margin-bottom: 0;
}

.footer-main .newsletter-form .txt-wrap {
	width: 54%;
	float: left;
	padding: 0 20px;
}

.footer-main .newsletter-form .form-wrap {
	width: 46%;
	float: left;
	font-size: 12px;
	line-height: 19px;
	padding: 0 20px;
}

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

.footer-main .newsletter-form h2,
.footer-main .newsletter-form .h2 {
	font-size: 40px;
	line-height: 50px;
}

.footer-main .newsletter-form .txt-wrap {
	width: 58%;
}

.footer-main .newsletter-form .form-wrap {
	width: 42%;
}
}

@media (max-width: 991px) {
.footer-main .newsletter-form {
	padding: 70px 0;
}

.footer-main .newsletter-form h2,
.footer-main .newsletter-form .h2 {
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 10px;
}

.footer-main .newsletter-form .txt-wrap {
	width: 100%;
	padding-bottom: 40px;
}

.footer-main .newsletter-form .form-wrap {
	width: 100%;
}
}

@media (max-width: 767px) {
.footer-main .newsletter-form {
	padding: 60px 0;
}

.footer-main .newsletter-form h2,
.footer-main .newsletter-form .h2 {
	font-size: 36px;
	line-height: 46px;
}

.footer-main .newsletter-form .txt-wrap {
	padding-bottom: 30px;
}
}

@media (max-width: 399px) {
.footer-main .newsletter-form .btn,
.footer-main .newsletter-form .button,
.footer-main .newsletter-form input[type="button"],
.footer-main .newsletter-form input[type="submit"] {
	width: 135px;
}

.footer-main .newsletter-form .es_spinner_image {
	right: 145px;
}

.footer-main .newsletter-form .field-wrap {
	padding: 0 135px 0 0;
}
}


/* Pre - Footer */
.footer-main .pre-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 70px 0;
	margin: 0 -20px -50px -20px;
}

.footer-main .pre-footer .aside {
	width: 100%;
	float: left;
	padding: 30px 20px;
	margin-bottom: 50px;
}

.footer-main .pre-footer .aside h2,
.footer-main .pre-footer .aside .h2 {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-size: 16px;
	line-height: 26px;
	position: relative;
	padding-bottom: 17px;
	margin-bottom: 33px;
}

.footer-main .pre-footer .aside h2:after,
.footer-main .pre-footer .aside .h2:after {
	content: "";
	width: 47px;
	height: 2px;
	float: left;
	background: #e6bc5a;
	position: absolute;
	bottom: 0;
	left: 0;
}

.footer-main .pre-footer .aside h2:last-child,
.footer-main .pre-footer .aside .h2:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .aside ul {
	max-width: 190px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 0 -15px 0;
}

.footer-main .pre-footer .aside ul li {
	width: 100%;
	padding: 0;
	margin: 0 0 15px 0;
}

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

.footer-main .pre-footer .aside ul li:last-child {
	padding-bottom: 0;
}

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

.footer-main .pre-footer .aside ul li a:hover,
.footer-main .pre-footer .aside ul li a:focus,
.footer-main .pre-footer .aside ul li a:active,
.footer-main .pre-footer .aside ul li.current-menu-item > a,
.footer-main .pre-footer .aside ul li.current-menu-parent > a,
.footer-main .pre-footer .aside ul li.current-menu-ancestor > a,
.footer-main .pre-footer .aside ul li.current_page_item > a,
.footer-main .pre-footer .aside ul li.current_page_parent > a,
.footer-main .pre-footer .aside ul li.current_page_ancestor > a,
.footer-main .pre-footer .aside ul li.current-page-item > a,
.footer-main .pre-footer .aside ul li.current-page-parent > a,
.footer-main .pre-footer .aside ul li.current-page-ancestor > a {
	color: #e6bc5a;
	text-decoration: underline;
}

.footer-main .pre-footer .aside .brand {
	margin-bottom: 40px;
}

.footer-main .pre-footer .aside .brand:last-child {
	margin-bottom: 0;
}

.footer-main .pre-footer .aside .brand img {
	width: auto;
	height: 73px!important;
}

.footer-main .pre-footer .aside .txt-max {
	width: 100%;
	max-width: 500px;
}

@media (min-width: 768px) {
.footer-main .pre-footer .aside:nth-child(1) {
	width: 100%;
}

.footer-main .pre-footer .aside:nth-child(2) {
	width: 32%;
}

.footer-main .pre-footer .aside:nth-child(3) {
	width: 42%;
}

.footer-main .pre-footer .aside:nth-child(4) {
	width: 26%;
}
}

@media (min-width: 992px) {
.footer-main .pre-footer .aside .brand {
	margin-bottom: 60px;
}

.footer-main .pre-footer .aside .txt-max {
	width: 100%;
	max-width: 305px;
}

.footer-main .pre-footer .aside:nth-child(1) {
	width: 45%;
	position: relative;
}

.footer-main .pre-footer .aside:nth-child(1):after {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	background: #a6a6c0;
	position: absolute;
	top: 0;
	right: 10.5%;
}

.footer-main .pre-footer .aside:nth-child(2) {
	width: 17%;
}

.footer-main .pre-footer .aside:nth-child(3) {
	width: 24%;
}

.footer-main .pre-footer .aside:nth-child(4) {
	width: 14%;
}
}

@media (min-width: 1200px) {
.footer-main .pre-footer .aside:nth-child(1):after {
	right: 14.5%;
}
}

@media (max-width: 991px) {
.footer-main .pre-footer .aside {
	padding-top: 0;
	padding-bottom: 0;
}

.footer-main .pre-footer .aside:nth-child(1) {
	position: relative;
	padding-bottom: 50px;
}

.footer-main .pre-footer .aside:nth-child(1):before,
.footer-main .pre-footer .aside:nth-child(1):after {
	content: "";
	width: 50%;
	height: 1px;
	float: left;
	background: #a6a6c0;
	position: absolute;
	bottom: 0;
}

.footer-main .pre-footer .aside:nth-child(1):before {
	left: 20px;
}

.footer-main .pre-footer .aside:nth-child(1):after {
	right: 20px;
}
}

@media (max-width: 767px) {
.footer-main .pre-footer {
	padding: 50px 0;
	margin: 0 -10px -40px -10px;
}

.footer-main .pre-footer .aside {
	width: 50%;
	padding: 0 10px;
	margin-bottom: 40px;
}

.footer-main .pre-footer .aside h2,
.footer-main .pre-footer .aside .h2 {
	padding-bottom: 13px;
	margin-bottom: 20px;
}

.footer-main .pre-footer .aside .brand {
	margin-bottom: 25px;
}

.footer-main .pre-footer .aside .brand img {
	height: 63px!important;
}

.footer-main .pre-footer .aside:nth-child(1) {
	width: 100%;
	order: 1;
	position: relative;
	padding-bottom: 40px;
}

.footer-main .pre-footer .aside:nth-child(1):before {
	left: 10px;
}

.footer-main .pre-footer .aside:nth-child(1):after {
	right: 10px;
}

.footer-main .pre-footer .aside:nth-child(2) {
	order: 3;
}

.footer-main .pre-footer .aside:nth-child(3) {
	width: 100%;
	order: 2;
}

.footer-main .pre-footer .aside:nth-child(3) ul {
	max-width: 100%;
}

.footer-main .pre-footer .aside:nth-child(4) {
	order: 4;
}
}


/* Bottom - Footer */
.footer-main .btm-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	border: 1px solid #a6a6c0;
	border-radius: 35px;
	padding: 40px 55px;
	margin-bottom: 60px;
}

.footer-main .btm-footer .wrap-widget {
	width: 100%;
	float: left;
}

.footer-main .btm-footer .textwidget {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
}

.footer-main .btm-footer .txt-wrap {
	width: 70%;
	float: left;
}

.footer-main .btm-footer .social-wrap {
	width: 30%;
	float: left;
	text-align: right;
	padding: 6px 0 0 0;
}

.footer-main .btm-footer .social-wrap ul {
	float: none;
	display: inline-block;
	vertical-align: top;
	padding: 0;
	margin: 0 -13px -26px -13px;
}

.footer-main .btm-footer .social-wrap ul li {
	width: auto;
	float: left;
	padding: 0;
	margin: 0 13px 26px 13px;
}

.footer-main .btm-footer .social-wrap ul li:before {
	display: none;
}

.footer-main .btm-footer .social-wrap ul li a {
	width: 20px;
	height: 15px;
	float: left;
	text-decoration: none;
	background-color: #ffffff;
	background-repeat: no-repeat;
	background-position: center;
	background-size: auto 100%;
}

.footer-main .btm-footer .social-wrap ul li a:hover,
.footer-main .btm-footer .social-wrap ul li a:focus,
.footer-main .btm-footer .social-wrap ul li a:active {
	text-decoration: none;
}

.footer-main .btm-footer .social-wrap ul li a.facebook {
	width: 8px;
	background-image: url(img/icon-facebook.svg);
}

.footer-main .btm-footer .social-wrap ul li a.facebook:hover,
.footer-main .btm-footer .social-wrap ul li a.facebook:focus,
.footer-main .btm-footer .social-wrap ul li a.facebook:active {
	background-image: url(img/icon-facebook-sandle.svg);
}

.footer-main .btm-footer .social-wrap ul li a.x-twitter {
	width: 16px;
	background-image: url(img/icon-x-twitter.svg);
}

.footer-main .btm-footer .social-wrap ul li a.x-twitter:hover,
.footer-main .btm-footer .social-wrap ul li a.x-twitter:focus,
.footer-main .btm-footer .social-wrap ul li a.x-twitter:active {
	background-image: url(img/icon-x-twitter-sandle.svg);
}

.footer-main .btm-footer .social-wrap ul li a.instagram {
	width: 15px;
	background-image: url(img/icon-instagram.svg);
}

.footer-main .btm-footer .social-wrap ul li a.instagram:hover,
.footer-main .btm-footer .social-wrap ul li a.instagram:focus,
.footer-main .btm-footer .social-wrap ul li a.instagram:active {
	background-image: url(img/icon-instagram-sandle.svg);
}

@media (max-width: 1199px) {
.footer-main .btm-footer {
	border-radius: 28px;
	padding: 30px 40px;
}
}

@media (max-width: 991px) {
.footer-main .btm-footer {
	border-radius: 20px;
	padding: 30px 30px;
}
}

@media (max-width: 767px) {
.footer-main .btm-footer {
	text-align: center;
	border-radius: 15px;
	padding: 30px 30px 25px 30px;
}

.footer-main .btm-footer .txt-wrap {
	width: 100%;
	margin-bottom: 20px;
}

.footer-main .btm-footer .social-wrap {
	width: 100%;
	float: left;
	text-align: inherit;
	padding: 0;
}
}


/*
 6.) Elementor - Widgets
----------------------------------------*/

/* Move */
@-moz-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(7px);
    transform: translateY(7px);
  }
}
@-webkit-keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}
@keyframes move {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  60% {
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -webkit-transform: translateY(7px);
    transform: translateY(7px);
  }
}


/* Hero - Main */
.hero-main {
	position: relative;
}

.hero-main:after {
	content: "";
	width: 100%;
	height: 100px;
	float: left;
	background: url(img/hero-curve.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hero-main .icon-down-next a {
	float: none;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-moz-animation: move 2s infinite;
	-webkit-animation: move 2s infinite;
	animation: move 2s infinite;
}

@media (min-width: 1440px) {
.hero-main:after {
	background-size: 100% 100px;
}
}


/* Hero - Inner */
.hero-inner {
	position: relative;
}

.hero-inner:after {
	content: "";
	width: 100%;
	height: 100px;
	float: left;
	background: url(img/hero-curve2.png) no-repeat bottom center;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 1;
}

.hero-inner h1 strong,
.hero-inner .h1 strong {
	font-weight: 500;
	font-style: normal;	 
}

.hero-inner .icon-down-next a {
	float: none;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	-moz-animation: move 2s infinite;
	-webkit-animation: move 2s infinite;
	animation: move 2s infinite;
}

@media (min-width: 1440px) {
.hero-inner:after {
	background-size: 100% 100px;
}
}


/* Embed Image - Overlay */
.elementor-custom-embed-image-overlay {
	position: relative;
	overflow: hidden;
}

.elementor-custom-embed-image-overlay:after {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: url(img/icon-play.png) no-repeat center center;
	background-size: 100% 100%;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.elementor-custom-embed-image-overlay:hover:after,
.elementor-custom-embed-image-overlay:focus:after,
.elementor-custom-embed-image-overlay:active:after { 
	-webkit-transform: scale(1.1); 
	-moz-transform: scale(1.1);	
	transform: scale(1.1);
}


/* Steps - Content */
.steps-cont {
	position: relative;
}

.steps-cont:after {
	content: "";
	width: 100%;
	height: 115px;
	float: left;
	background: url(img/steps-curve.png) no-repeat top center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

.steps-cont .steps-max {
	width: 100%;
	max-width: 1010px;
	margin: 0 auto;
}

.steps-cont .steps-wrap {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 2;
	padding: 131px 0 0 0;
}

.steps-cont .steps-wrap .article {
	width: 100%;
	float: left;
	color: #e6e6e6;
	position: relative;
}

.steps-cont .steps-wrap .article .number {
	width: 49px;
	height: 49px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	font-family: "Playfair Display", sans-serif;
	font-weight: 600;
	font-style: italic;
	font-size: 36px;
	color: #0a1c31;
	line-height: 1em;	
	background: #e6bc5a;
	border-radius: 900px;
	overflow: hidden;
	padding: 0 0 12px 0;	
	margin-bottom: 12px;
}

.steps-cont .steps-wrap .article .number:last-child {
	margin-bottom: 0;
}

.steps-cont .steps-wrap .article h2,
.steps-cont .steps-wrap .article .h2 {
	font-weight: 600;
	font-style: italic;
	font-size: 36px;
	color: #ffffff;
	line-height: 43px;
	padding-bottom: 16px;
}

.steps-cont .steps-wrap .article h2:last-child,
.steps-cont .steps-wrap .article .h2:last-child {
	padding-bottom: 0;
}

@media (min-width: 992px) {
.steps-cont .steps-wrap {
	min-height: 802px;
}

.steps-cont .steps-wrap:before {
	content: "";
	width: 100%;
	height: 802px;
	float: left;
	background: url(img/steps-bg.png) no-repeat top center;
	position: absolute;
	top: -57px;
	left: 0;
	z-index: -1;
}

.steps-cont .steps-wrap .article {
	width: 50%;
}

.steps-cont .steps-wrap .article .aside {
	width: 100%;
	max-width: 335px;
	float: left;
}

.steps-cont .steps-wrap .article:nth-child(1) {
	min-height: 562px;
}

.steps-cont .steps-wrap .article:nth-child(2) {
	margin-top: 300px;
}

.steps-cont .steps-wrap .article:nth-child(2) .aside {
	float: right;
}

.steps-cont .steps-wrap .article:nth-child(2) .number {
	position: absolute;
	top: -8%;
	left: 10%;
}

.steps-cont .steps-wrap .article:nth-child(3) {
	width: 100%;
}

.steps-cont .steps-wrap .article:nth-child(3) .number {
	position: absolute;
	top: -80px;
	left: 17%;
}
}

@media (min-width: 1440px) {
.steps-cont:after {
	background-size: 100% 115px;
}
}

@media (max-width: 991px) {
.steps-cont .steps-wrap {
	padding: 100px 0 0 0;
}

.steps-cont .steps-wrap .article {
	padding: 0 0 50px 75px;
}

.steps-cont .steps-wrap .article:before {
	content: "";
	width: 1px;
	height: 100%;
	float: left;
	background: #e6bc5a;
	position: absolute;
	top: 0;
	left: 25px;
}

.steps-cont .steps-wrap .article .number {
	font-size: 32px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 0 0 10px 0;
	z-index: 1;	
}

.steps-cont .steps-wrap .article h2,
.steps-cont .steps-wrap .article .h2 {
	font-size: 32px;
	line-height: 40px;
}

.steps-cont .steps-wrap .article .aside {
	width: 100%;
	max-width: 400px;
	float: left;
}

.steps-cont .steps-wrap .article:last-child {
	padding-bottom: 0;
}

.steps-cont .steps-wrap .article:last-child:before {
	display: none;
}
}

@media (max-width: 767px) {
.steps-cont .steps-wrap {
	padding: 80px 0 0 0;
}

.steps-cont .steps-wrap .article {
	padding: 0 0 40px 65px;
}

.steps-cont .steps-wrap .article .number {
	font-size: 28px;
	padding: 0 0 8px 0;
}

.steps-cont .steps-wrap .article h2,
.steps-cont .steps-wrap .article .h2 {
	font-size: 28px;
	line-height: 36px;
}
}


/* Banner - Single */
.banner-single {
	position: relative;
	z-index: 1!important;
}

.banner-single:after {
	content: "";
	width: 100%;
	height: 50%;
	float: left;
	background: #0a1c31;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}


/* Banner - Single2 */
.banner-single2 {
	position: relative;
	z-index: 1!important;
}

.banner-single2:after {
	content: "";
	width: 100%;
	height: 50%;
	float: left;
	background: #0a1c31;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}


/* Custom Image - Slider */
.custom-image-slider .swiper .elementor-swiper-button-prev,
.custom-image-slider .swiper .elementor-swiper-button-next {
	width: 25%;
	height: 100%;
	float: left;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	align-items: center;
	top: 0!important;
	transform: translateY(0)!important;
}

.custom-image-slider .swiper .elementor-swiper-button-prev {
	justify-content: flex-start;
	background-image: url(img/shadow-left.png);
	background-position: left;
	left: 0!important;
	padding-left: 5%;
}

.custom-image-slider .swiper .elementor-swiper-button-next {
	justify-content: flex-end;
	background-image: url(img/shadow-right.png);
	background-position: right;
	right: 0!important;
	padding-right: 5%;
}


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

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

.custom-three-column .elementor-container {
	flex-wrap: wrap;
	/*justify-content: center;*/
}

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

.custom-four-column .elementor-container {
	flex-wrap: wrap;
	/*justify-content: center;*/
}

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


/* Max - Middle */
.max-middle {
    margin: 0 auto;    
}

@media (min-width: 768px) {
.max-left-605 .elementor-widget-container {
	width: 100%;
	max-width: 605px;
	float: left;
}

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

.max-left-605 .elementor-widget-container h2,
.max-right-605 .elementor-widget-container h2,
.max-left-605 .elementor-widget-container p,
.max-right-605 .elementor-widget-container p,
.max-left-605 .elementor-widget-container ul,
.max-right-605 .elementor-widget-container ul,
.max-left-605 .elementor-widget-container ol,
.max-right-605 .elementor-widget-container ol,
.max-left-605 .elementor-widget-container .elementor-button-wrapper,
.max-right-605 .elementor-widget-container .elementor-button-wrapper {
	width: 100%;
	max-width: 376px;
	margin: 0 auto;
}

.max-left2-605 .elementor-widget-container {
	width: 100%;
	max-width: 605px;
	float: left;
}

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

.max-left2-605 .elementor-widget-container h2,
.max-right2-605 .elementor-widget-container h2,
.max-left2-605 .elementor-widget-container p,
.max-right2-605 .elementor-widget-container p,
.max-left2-605 .elementor-widget-container ul,
.max-right2-605 .elementor-widget-container ul,
.max-left2-605 .elementor-widget-container ol,
.max-right2-605 .elementor-widget-container ol,
.max-left2-605 .elementor-widget-container .elementor-button-wrapper,
.max-right2-605 .elementor-widget-container .elementor-button-wrapper {
	width: 100%;
	max-width: 550px;
	margin: 0 auto;
}
}

@media (min-width: 1440px) and (max-width: 99999px) {
.fit-image .elementor-hidden-desktop {
	display: block!important;
}
}


/* Content Align - Center */
.cont-align-center > .e-con-inner {
	display: block!important;
	text-align: center!important;    
}

.cont-align-center > .e-con-inner > div {
	float: none;
	display: inline-block;
	vertical-align: middle;
}


/* Read More - Link */
.read-more-link li .elementor-icon-list-text {
	padding: 0!important;
	margin: 0!important;
	order: 1!important;	 
}

.read-more-link li .elementor-icon-list-icon {
	position: relative;
	top: 2px!important;
	padding: 0!important;
	margin: 0 0 0 10px!important;
	order: 2!important;	 
}


/*
 8.) Header2 - Main
----------------------------------------*/

.header2-main {
	width: 100%;
	height: 126px;
	float: left;
	background: #ffffff;
	box-shadow: 0px 4px 30px 0px #00000024;
	-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;
	left: 0;
	z-index: 9;
}

@media (min-width: 992px) {
.header2-main .container {
	max-width: 100%;
}
}


/* Site Brand */
.header2-main .brand {
	height: 126px;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	z-index: 10;
	padding: 0;
	margin: 0 -500px 0 0;
}

.header2-main .brand img {
	width: auto;
	height: 86px!important;
	display: inline-block;
	vertical-align: top;
}


/* Nav - Bar */
.header2-main .btns-header a {
	float: none;
	display: inline-block;
	vertical-align: middle;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 24px;
	text-align: center;
	text-decoration: none;
	background: #000000;
	overflow: hidden;
	position: relative;
	z-index: 1;
	cursor: pointer;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	padding: 8px 20px;
}

.header2-main .btns-header a:hover,
.header2-main .btns-header a:focus,
.header2-main .btns-header a:active {
	background: #333333;
	text-decoration: none;
}

.header2-main .btns-header a.blank {
	color: #000000;
	background: none;
	border: 1px solid rgba(0, 0, 0, 0.15);
	box-shadow: inset rgba(0, 0, 0, 0.15) 0 -2px 0 0;
}

.header2-main .btns-header a.blank:hover,
.header2-main .btns-header a.blank:focus,
.header2-main .btns-header a.blank:active {
	color: #ffffff;
	background: #333333;
	border-color: #333333;
}

@media (min-width: 992px) {
.header2-main .nav-bar {
	float: right;
	position: relative;
	z-index: 1;
	padding: 24px 0;
}

.header2-main .nav-bar .nav-max,
.header2-main .nav-bar .nav-inn {
	float: left;
}

.header2-main .primary-menu {
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.header2-main .primary-menu ul {
	float: left;
	padding: 0;
	margin: 0 -16px;
}

.header2-main .primary-menu ul li {
	height: 79px;
	float: left;
	padding: 19px 0;
	margin: 0 16px;
}

.header2-main .primary-menu ul li:before {
	display: none;
}

.header2-main .primary-menu ul li:last-child {
	padding-bottom: 0;
}

.header2-main .primary-menu ul li > a {
	height: 41px;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 41px;
	text-decoration: none;
	position: relative;
}

.header2-main .primary-menu ul li > a:before {
	content: "";
	width: 0;
	height: 1px;
	float: left;
	background: #666666;
	-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;
}

.header2-main .primary-menu ul li .sub-title {
	display: none;
}

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

.header2-main .primary-menu ul li.menu-item-has-children > a:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 400;
	font-size: 90%;
	line-height: 90%;
	position: absolute;
	top: 50%;
	right: 0;
	-ms-transform: translate(0, -50%);
	-webkit-transform: translate(0, -50%);
	-moz-transform: translate(0, -50%);
	-o-transform: translate(0, -50%);
	transform: translate(0, -50%);
	margin: 0;
}

.header2-main .primary-menu ul li:hover > a,
.header2-main .primary-menu ul li > a:focus, 
.header2-main .primary-menu ul li.nav-menu-open > a, 
.header2-main .primary-menu ul li.current-menu-item > a, 
.header2-main .primary-menu ul li.current-menu-parent > a, 
.header2-main .primary-menu ul li.current-menu-ancestor > a {
	color: #666666;
}

.header2-main .primary-menu ul li:hover > a:before,
.header2-main .primary-menu ul li > a:focus:before, 
.header2-main .primary-menu ul li.nav-menu-open > a:before, 
.header2-main .primary-menu ul li.current-menu-item > a:before, 
.header2-main .primary-menu ul li.current-menu-parent > a:before, 
.header2-main .primary-menu ul li.current-menu-ancestor > a:before {
	width: 100%;
	left: 0;
	opacity: 1;
}

.header2-main .primary-menu ul li.menu-item-has-children:hover > a:after,
.header2-main .primary-menu ul li.menu-item-has-children > a:focus:after,
.header2-main .primary-menu ul li.menu-item-has-children.nav-menu-open > a:after {
	content: "\f077";
}

.header2-main .primary-menu ul li > ul {
	width: 250px;
	float: left;
	background: #ffffff;
	box-shadow: rgba(0, 0, 0, .20) 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;
}

.header2-main .primary-menu ul li > a:focus+ul,
.header2-main .primary-menu ul li:hover > ul,
.header2-main .primary-menu ul li.nav-menu-open > ul {
	transform: scaleY(1);
	visibility: visible;
	opacity: 1;	 
}

.header2-main .primary-menu ul li > ul li {
	width: 100%;
	height: auto;
	float: left;
	padding: 0;
	margin: 0 0 20px 0;
}

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

.header2-main .primary-menu ul li > ul li:before {
	display: none;
}

.header2-main .primary-menu ul li > ul li > a {
	height: auto;
	line-height: 1.4em;
	text-shadow: none;
	padding: 0 0 3px 0;
	margin: 0;	
}

.header2-main .primary-menu ul li > ul li > a:before {
	bottom: 0;
	left: 0;
	display: none;
}

.header2-main .primary-menu ul li > ul li:hover > a,
.header2-main .primary-menu ul li > ul li > a:focus, 
.header2-main .primary-menu ul li > ul li.nav-menu-open > a, 
.header2-main .primary-menu ul li > ul li.current-menu-item > a, 
.header2-main .primary-menu ul li > ul li.current-menu-parent > a, 
.header2-main .primary-menu ul li > ul li.current-menu-ancestor > a {
	text-decoration: underline;
}

.header2-main .btns-header {
	float: right;
	margin: 19px -13px 19px 35px;
}

.header2-main .btns-header a {
	float: left;
	height: 41px;
	line-height: 41px;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 13px 0 0;
}
}

@media (max-width: 991px) {
.hiddenscroll-menu {
	overflow: hidden;
}
	
.header2-main .overlay-menu {
	width: 100%;
	height: 100%;
	float: left;
	background: #000000;
	position: fixed;
	top: 126px;
	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;
}

.header2-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;
}

.header2-main .nav-bar {
	width: 100%;
/* 	max-width: 360px; */
	height: 100%;
	float: right;	
	overflow: hidden;
	visibility: hidden;
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 9;
	padding: 126px 0 0 0;
}

.header2-main .nav-bar:before {
	content: "";
	width: 150%;
	height: 100%;
	box-shadow: inset 0px 3px 12px #00000029;
	position: absolute;
	top: 126px;
	left: -25%;
}

.header2-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;
}

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

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

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

.header2-main .primary-menu ul li {
	width: 100%;
	float: left;
	position: relative;
	padding: 0;
	margin: 0;
}

.header2-main .primary-menu ul li:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.header2-main .primary-menu ul li:before {
	display: none;
}

.header2-main .primary-menu ul li > a {
	width: 100%;
	float: left;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 22px;
	text-decoration: none;
	position: relative;
	padding: 17px 0;
	margin: 0;
}

.header2-main .primary-menu ul li .sub-title {
	width: 80px;
	height: 52px;
	float: left;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	cursor: pointer;
	padding: 0;
}

.header2-main .primary-menu ul li .sub-title:after {
	content: "\f078";
	font-family: "Font Awesome\ 5 Pro";
	font-weight: 300;
	font-size: 20px;
	color: #000000;
	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;
}

.header2-main .primary-menu ul li .sub-title.active:after {
	content: "\f077";
}

.header2-main .primary-menu ul li.menu-item-has-children > .sub-title {
	display: none;
}

.header2-main .primary-menu ul li > a:hover,
.header2-main .primary-menu ul li > a:focus, 
.header2-main .primary-menu ul li.nav-menu-open > a, 
.header2-main .primary-menu ul li.current-menu-item > a, 
.header2-main .primary-menu ul li.current-menu-parent > a, 
.header2-main .primary-menu ul li.current-menu-ancestor > a {
	color: #666666;
}

.header2-main .primary-menu ul li.current-menu-item > .sub-title:after,
.header2-main .primary-menu ul li.current-menu-parent > .sub-title:after,
.header2-main .primary-menu ul li.current-menu-ancestor > .sub-title:after {
	color: #666666;
}

.header2-main .primary-menu ul li ul {
	display: none;
	padding: 0 15px 17px 15px;
	margin: 0;
}

.header2-main .primary-menu ul li ul li > a {
	padding: 12px 0;
}

.header2-main .btns-header {
	width: 100%;
	float: left;
	padding: 0 40px 40px 40px;
	margin: 0 0 -15px 0;
}

.header2-main .btns-header a {
	width: 100%;
	margin-bottom: 15px;
}
}

/* Always have expanded sub-menu on mobile */
/* hide by default */
.primary-menu .sub-menu { display: none !important; }

/* but show whenever the nav-bar is open */
.nav-bar.active .primary-menu .sub-menu {
  display: block !important;
  opacity: 1 !important;
  height: auto !important;
}


/* Menu - Button */
.header2-main .menu-btn {
	min-width: inherit;
	height: 126px;
	float: right;
	flex-wrap: wrap;
	align-items: center;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	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 -500px;
	display: none;
}

.header2-main .menu-btn a {
	font-weight: inherit;
	color: inherit;
	text-decoration: none;
}

.header2-main .menu-btn .menu-txt {
	float: none;
	display:inline-block;
	vertical-align: top;
	margin: 4px 6px 4px 0;
}

.header2-main .menu-btn .menu-bar {
	width: 32px;
	height: 2px;
	float: none;
	display:inline-block;
	vertical-align: top;
	background: #000000;
	text-indent: -99999px;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: relative;
	margin: 9px 0;
}

.header2-main .menu-btn .menu-bar:before,
.header2-main .menu-btn .menu-bar:after {
	content: "";
	width: 100%;
	height: 2px;
	float: left;
	background: #000000;
	-webkit-transition: all .25s ease-out;
	-moz-transition: all .25s ease-out;
	-o-transition: all .25s ease-out;
	transition: all .25s ease-out;
	position: absolute;
	left: 0;
}

.header2-main .menu-btn .menu-bar:before {
	top: -9px;
}

.header2-main .menu-btn .menu-bar:after {
	top: 9px;
}

.header2-main .menu-btn.active .menu-bar {
	background: none;
}

.header2-main .menu-btn.active .menu-bar:before,
.header2-main .menu-btn.active .menu-bar:after {
	top: 0;
}

.header2-main .menu-btn.active .menu-bar:before {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.header2-main .menu-btn.active .menu-bar:after {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

@media (max-width: 991px) {
.header2-main .menu-btn {
	display: flex;
}
}

.entry-content {
  margin-top: -80px;
}


body.is-alumni-section .entry-content {
  		margin-top: 0px;
}

/*
 9.) Footer2 - Main
----------------------------------------*/

.footer2-main {
	width: 100%;
	float: left;	
	flex-shrink: 0;
	padding: 80px 0;
}

.footer2-main .pre-footer {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #000000;
	line-height: 24px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 32px;
	padding: 50px 50px;
	margin: 0 0 32px 0;
}

.footer2-main .pre-footer:last-child {
	margin-bottom: 0;
}

.footer2-main .pre-footer h2,
.footer2-main .pre-footer .h2 {
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 56px;
/* 	color: #000000; */
	line-height: 67px;
	letter-spacing: -0.013em;
	padding-bottom: 23px;
}

.footer2-main .pre-footer h2:last-child,
.footer2-main .pre-footer .h2:last-child {
	padding-bottom: 0;
}

.footer2-main .pre-footer p {
	max-width: 560px;
	padding-bottom: 32px;
}

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

.footer2-main .pre-footer .social-links {
	width: 100%;
	float: none;
	display: inline-block;
	vertical-align: top;
}

.footer2-main .pre-footer .social-links ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	margin: 0 -10px -15px -10px;
}

.footer2-main .pre-footer .social-links ul li {
	float: left;
	padding: 0;
	margin: 0 10px 15px 10px;
}

.footer2-main .pre-footer .social-links ul li::before {
	display: none;
}

.footer2-main .pre-footer .social-links ul li a {
	font-size: 22px;
	color: #000000;
	text-decoration: none;
}

.footer2-main .pre-footer .social-links ul li a.fa-twitter {
	width: 20px;
	height: 20px;
	background: url(img/x.svg) no-repeat center center;
	background-size: 100% auto;
	text-indent: 99999px;
	overflow: hidden;
}

.footer2-main .pre-footer .social-links ul li a:hover,
.footer2-main .pre-footer .social-links ul li a:focus,
.footer2-main .pre-footer .social-links ul li a:active {
	opacity: 0.70;
}

.footer2-main .copy-rights {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #000000;
	line-height: 21px;
}

.footer2-main .copy-rights .txt-wrap {
	width: 50%;
	padding: 0 20px 0 0;
}

.footer2-main .copy-rights p a {
	font-weight: inherit;
	color: #000000;
	text-decoration: underline;
}

.footer2-main .copy-rights p a:hover,
.footer2-main .copy-rights p a:focus,
.footer2-main .copy-rights p a:active {
	color: #000000;
	text-decoration: none;
}

.footer2-main .copy-rights .nav-links {
	width: 50%;
	padding: 0 0 0 20px;
}

.footer2-main .copy-rights .nav-links ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: right;
	padding: 0;
	margin: 0 -12px -20px -12px;
}

.footer2-main .copy-rights .nav-links ul li {
	padding: 0;
	margin: 0 12px 20px 12px;
}

.footer2-main .copy-rights .nav-links ul li::before {
	display: none;
}

.footer2-main .copy-rights .nav-links ul li a {
	font-weight: inherit;
	color: #000000;
	text-decoration: underline;
}

.footer2-main .copy-rights .nav-links ul li a:hover,
.footer2-main .copy-rights .nav-links ul li a:focus,
.footer2-main .copy-rights .nav-links ul li a:active,
.footer2-main .copy-rights .nav-links ul li.current-menu-item > a,
.footer2-main .copy-rights .nav-links ul li.current-menu-parent > a,
.footer2-main .copy-rights .nav-links ul li.current-menu-ancestor > a,
.footer2-main .copy-rights .nav-links ul li.current_page_item > a,
.footer2-main .copy-rights .nav-links ul li.current_page_parent > a,
.footer2-main .copy-rights .nav-links ul li.current_page_ancestor > a,
.footer2-main .copy-rights .nav-links ul li.current-page-item > a,
.footer2-main .copy-rights .nav-links ul li.current-page-parent > a,
.footer2-main .copy-rights .nav-links ul li.current-page-ancestor > a {
	color: #666666;
	text-decoration: none;
}

@media (min-width: 768px) {
.footer2-main .container {
	max-width: 100%;
}
}

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

.footer2-main .pre-footer {
	border-radius: 24px;
	padding: 40px 40px;
}

.footer2-main .pre-footer h2,
.footer2-main .pre-footer .h2 {
	font-size: 44px;
	line-height: 56px;
	padding-bottom: 20px;
}
}

@media (max-width: 991px) {
.footer2-main .copy-rights {
	text-align: center;
}

.footer2-main .copy-rights .txt-wrap {
	width: 100%;
	padding: 0 0 20px 0;
}

.footer2-main .copy-rights .nav-links {
	width: 100%;
	padding: 0;
}

.footer2-main .copy-rights .nav-links ul {
	justify-content: center;
}
}

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

.footer2-main .pre-footer {
	border-radius: 20px;
	padding: 40px 20px;
}

.footer2-main .pre-footer h2,
.footer2-main .pre-footer .h2 {
	font-size: 36px;
	line-height: 46px;
}

.footer2-main .copy-rights .txt-wrap {
	padding-bottom: 25px;
}
}


/* Custom Read More - Button */
.cust-read-more-btn .elementor-button-icon {
	font-size: 85%;
	position: relative;
	top: 1.5px;
}

.cust-read-more-btn .elementor-button:hover,
.cust-read-more-btn .elementor-button:focus,
.cust-read-more-btn .elementor-button:active {
	opacity: .80;
	text-decoration: underline!important;
}

.cust-read-more-btn .elementor-button:hover .elementor-button-icon,
.cust-read-more-btn .elementor-button:focus .elementor-button-icon,
.cust-read-more-btn .elementor-button:active .elementor-button-icon {
	animation: arrowright 0.5s linear 1;
	-webkit-animation-name: arrowright 0.5s linear 1;
}


/* Custom  Animation - Count */
.cust-animation-count .elementor-counter-number-wrapper {
	display: inline-flex!important;
}

@media (min-width: 768px) and (max-width: 991px) {
.cust-animation-count .elementor-counter-number-wrapper {
	font-size: 50px!important;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.cust-animation-count .elementor-counter-number-wrapper {
	font-size: 65px!important;
}
}


/* Custom  Split - Column */
@media (min-width: 768px) and (max-width: 991px) {
.cust-split-col {
	display: flex!important;
	flex-wrap: wrap!important;
	flex-direction: initial!important;
	--gap: 0!important;
	margin-bottom: -50px!important;
}

.cust-split-col > div {
	width: 50%!important;
	padding-left: 0!important;
	padding-right: 20px!important;
	margin-bottom: 50px!important;
}

.cust-split-col > div:nth-child(even) {
	padding-left: 20px!important;
	padding-right: 0!important;
}
}

@media (min-width: 992px) and (max-width: 1299px) {
.cust-split-col > div .elementor-widget-text-editor {
	font-size: 28px!important;
}
}

@media (min-width: 1300px) {
.cust-split-col {
	--gap: 50px 50px!important;
}
}

@media (min-width: 1400px) {
.cust-split-col {
	--gap: 50px 60px!important;
}
}


/* Custom  Split - Column2 */
.cust-split-col2 > div .elementor-widget-container ul li {
	padding-bottom: 16px;
}

.cust-split-col2 > div .elementor-widget-container ul li:last-child {
	padding-bottom: 0;
}

.cust-split-col2 > div .elementor-widget-container ul li:before {
	width: auto;
	height: auto;
	font-weight: 400;
	font-size: 100%;
	color: #000000;
	background: none;
	border-radius: 0;
	top: 8px;
	padding: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
.cust-split-col2 {
	display: flex!important;
	flex-wrap: wrap!important;
	flex-direction: initial!important;
	--gap: 0!important;
	margin-bottom: 48px!important;
}

.cust-split-col2 > div {
	width: 50%!important;
	padding-left: 0!important;
	padding-right: 16px!important;
	margin-bottom: 32px!important;
}

.cust-split-col2 > div:nth-child(even) {
	padding-left: 16px!important;
	padding-right: 0!important;
}
}


/* Events List */
.events-list {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}

.events-list > div {
	width: 100%;
	padding: 0 15px 30px 15px;
}

.events-list > div .box {
	width: 100%;
	height: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #4b5563;
	line-height: 30px;
	text-decoration: none;
	box-shadow: 0px 4px 6px 0px #0000001A;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	transition: all .25s ease-out;
	overflow: hidden;
}

.events-list > div .box .figure {
	width: 100%;
	overflow: hidden;
}

.events-list > div .box .figure img {
	width: 100%;
	transition: all .25s ease-out;
}

.events-list > div .box .aside {
	width: 100%;
	float: left;
	padding: 25px 25px 30px 25px;
}

.events-list > div .box .aside h3 {
	font-weight: 700;
	font-size: 24px;
	color: #111827;
	line-height: 30px;
	padding-bottom: 0px;
}

.events-list > div .box .aside p {
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

.events-list > div .box .aside p:last-child {
	padding-bottom: 0;
}

.events-list > div .box .aside .category {
	font-size: 14px;
	line-height: 20px;
}

.events-list > div .box .aside .tc-wrap {
	padding-bottom: 15px;
}

.events-list > div .box .aside .tc-wrap:last-child {
	padding-bottom: 0;
}

.events-list > div .box .aside .metas {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #6b7280;
	line-height: 20px;
	padding-bottom: 23px;
	margin: 0 -10px -10px -10px;
}

@media (max-width: 442px) {
	.events-list > div .box .aside .metas {
		width: 60vw;
	}
	.events-list > div .box .aside .metas2 > div:last-child {
		text-align: left !important;
	}
	.events-list > div .box .aside .metas2 > div {
		width: 100% !important;
	}
	.events-list > div .box .aside .metas2 .price-txt {
		margin: 15px 0 0 0 !important;
	}
}

.events-list > div .box .aside .metas:last-child {
	padding-bottom: 0;
}

.events-list > div .box .aside .metas > div {
	float: left;
	padding: 0 10px 10px 10px;
}

.events-list > div .box .aside .metas2 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 14px;
	color: #6b7280;
	line-height: 20px;
	padding-bottom: 23px;
	margin: 0 -10px -10px -10px;
}

.events-list > div .box .aside .metas2:last-child {
	padding-bottom: 0;
}

.events-list > div .box .aside .metas2 > div {
	width: 50%;
	float: left;
	padding: 0 10px 10px 10px;
}

.events-list > div .box .aside .metas2 > div:last-child {
	text-align: right;
}

.events-list > div .box .aside .metas2 .price-txt {
	display: block;
	margin: 5px 0 0 0;
	font-weight: 700;
	color: #000;
}

.events-list > div .box .aside .metas2 .action-btn {
	min-width: 130px;
	height: 40px;
	display: inline-block;
	vertical-align: top;
	font-weight: 500;
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-decoration: none;
	text-align: center;
	background: #000000;
	border-radius: 8px;
	overflow: hidden;
	padding: 0;
}

.events-list > div .box .aside .metas2 .goal-txt2 {
	display: block;
	/* font-weight: 700; */
	/* font-size: 18px; */
	/* color: #374151; */
	line-height: 22px;
	margin-top: 4px;
}

.events-list > div .box:hover .figure img,
.events-list > div .box:focus .figure img,
.events-list > div .box:active .figure img { 
	transform: scale(1.1);
}

.events-list > div .box:hover .aside h3,
.events-list > div .box:focus .aside h3,
.events-list > div .box:active .aside h3 {
	text-decoration: underline; 
}

.events-list > div .box:hover .aside .metas2 .action-btn,
.events-list > div .box:focus .aside .metas2 .action-btn,
.events-list > div .box:active .aside .metas2 .action-btn {
	background: #3e3e3e;
}

.events-list a:hover, .events-list a:focus, .events-list a:active {
  text-decoration: none !important;
}

/* .events-list > div:nth-child(3n+2) .box .aside .metas2 .action-btn {
    background: #16a34a;
}

.events-list > div:nth-child(3n+2) .box:hover .aside .metas2 .action-btn,
.events-list > div:nth-child(3n+2) .box:focus .aside .metas2 .action-btn,
.events-list > div:nth-child(3n+2) .box:active .aside .metas2 .action-btn {
	background: #0b8438;
}

.events-list > div:nth-child(3n+3) .box .aside .metas2 .action-btn {
    background: #ca8a04;
}

.events-list > div:nth-child(3n+3) .box:hover .aside .metas2 .action-btn,
.events-list > div:nth-child(3n+3) .box:focus .aside .metas2 .action-btn,
.events-list > div:nth-child(3n+3) .box:active .aside .metas2 .action-btn {
	background: #de9805;
} */

@media (min-width: 768px) {
.events-list > div .box .figure {
	width: 31.7%;
	position: relative;
}

.events-list > div .box .figure img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.events-list > div .box .aside {
	width: 68.3%;
	padding: 35px 30px;
}

.events-list > div .box:hover .figure img,
.events-list > div .box:focus .figure img,
.events-list > div .box:active .figure img { 
	transform: translate(-50%, -50%) scale(1.1);
}
}


@media (min-width: 768px) {
.events-list > div .box .figure img {
	width: auto;
	height: auto;
	max-width: none;
	max-height: none;
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
}

@media (max-width: 991px) {
.events-list > div .box {
	font-size: 16px;
	line-height: 26px;
}
}

@media (max-width: 767px) {
.events-list > div {
	width: 100%;
}

.events-list > div .box .aside h3 {
	font-size: 22px;
	line-height: 28px;
}
}

/* === Events page: 3-column card grid (matches PDF style) === */
.events-list{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 30px;
  margin: 0;               /* kill the negative margins */
}

/* undo the old flex-item sizing/padding */
.events-list > div{
  width: auto;
  padding: 0;
  box-sizing: border-box;
}

/* card */
.events-list > div .box{
  display: flex;
  flex-direction: column;  /* image on top, content below */
  height: 100%;
  float: none;             /* undo float */
}

/* image area (top) */
.events-list > div .box .figure{
  width: 100% !important;
  height: 14rem;           /* tweak if you want taller/shorter */
  position: relative;
  overflow: hidden;
}

/* make image behave like the PDF cards (cover, no absolute centering) */
.events-list > div .box .figure img{
  position: static !important;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  transform: none !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: none !important;
  max-height: none !important;
  transition: transform .25s ease-out;
}

/* content area */
.events-list > div .box .aside{
  width: 100% !important;
  float: none;
  padding: 18px 20px 20px;
  display: flex;
  flex-direction: column;  /* lets us push footer row down */
  flex: 1;
}

/* category pill (PDF-like) */
.events-list > div .box .aside .category{
  display: inline-block;
  width: fit-content;
  padding: 2px 10px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  margin-top: 8px;
}

/* tighten up meta rows for card layout */
.events-list > div .box .aside .metas,
.events-list > div .box .aside .metas2{
  margin: 0;               /* remove the negative margins */
  padding: 0;
}

.events-list > div .box .aside .metas{
  display: flex;
  flex-direction: column;
  gap: 6px;
  padding: 14px 0 12px;
}

.events-list > div .box .aside .metas > div{
  float: none;
  padding: 0;
}

/* footer row pinned toward the bottom like the PDF */
.events-list > div .box .aside .metas2{
  margin-top: auto;
  padding-top: 14px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
}

.events-list > div .box .aside .metas2 > div{
  width: auto;
  float: none;
  padding: 0;
}

.events-list > div .box .aside .metas2 > div:last-child{
  text-align: right;
}

/* button shape a bit more "pill" like the mock */
.events-list > div .box .aside .metas2 .action-btn{
  height: 36px;
  line-height: 36px;
  min-width: 120px;
  font-size: 14px;
}

/* hover zoom like the mock */
.events-list > div .box:hover .figure img,
.events-list > div .box:focus .figure img{
  transform: scale(1.06) !important;
}

/* Responsive */
@media (max-width: 1024px){
  .events-list{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 767px){
  .events-list{ grid-template-columns: 1fr; }
}

/* Force left alignment for text + meta blocks in the cards */
.events-list > div .box .aside,
.events-list > div .box .aside p,
.events-list > div .box .aside .metas,
.events-list > div .box .aside .metas2,
.events-list > div .box .aside .metas2 > div,
.events-list > div .box .aside .metas2 > div:last-child {
  /* text-align: left !important; */
  align-items: unset;

/* Make metas2 not push content to the right */
.events-list > div .box .aside .metas2 {
  justify-content: flex-start !important;
}

/* Optional: add some space between the button/price and the goal */
.events-list > div .box .aside .metas2 > div {
  margin-right: 16px;
}


/* Custom Events Box */
.cust-col-txt .elementor-icon {
	position: relative!important;
	top: 4px!important;
}

.cust-col-txt .elementor-heading-title a {
	text-decoration: none!important;
}

.cust-col-txt .elementor-heading-title a:hover,
.cust-col-txt .elementor-heading-title a:focus,
.cust-col-txt .elementor-heading-title a:active {
	text-decoration: underline!important;
}


/* Events List2 */
.events-list2 {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px -30px -15px;
}

.events-list2 > div {
	width: 50%;
	padding: 0 15px 30px 15px;
}

.events-list2 > div .box {
	width: 100%;
	height: 100%;
	float: left;
	font-family: "Inter", sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #4b5563;
	line-height: 24px;
	text-decoration: none;
	box-shadow: 0px 4px 6px 0px #0000001A;
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	transition: all .25s ease-out;
	overflow: hidden;
}

.events-list2 > div .box .figure {
	width: 100%;
	height: 256px;
	overflow: hidden;
	position: relative;
}

.events-list2 > div .box .figure img {
	width: 100%;
	transition: all .25s ease-out;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.events-list2 > div .box .aside {
	width: 100%;
	float: left;
	padding: 25px 25px 30px 25px;
}

.events-list2 > div .box .aside .date {
	font-size: 14px;
	color: #6b7280;
	line-height: 20px;
	padding-bottom: 8px;
}

.events-list2 > div .box .aside .date:last-child {
	padding-bottom: 0;
}

.events-list2 > div .box .aside h3 {
	font-weight: 700;
	font-size: 20px;
	color: #111827;
	line-height: 28px;
	padding-bottom: 12px;
}

.events-list2 > div .box .aside h3:last-child {
	padding-bottom: 0;
}

.events-list2 > div .box:hover .figure img,
.events-list2 > div .box:focus .figure img,
.events-list2 > div .box:active .figure img { 
	transform: translate(-50%, -50%) scale(1.1);
}

.events-list2 > div .box:hover .aside h3,
.events-list2 > div .box:focus .aside h3,
.events-list2 > div .box:active .aside h3 {
	text-decoration: underline; 
}

@media (max-width: 767px) {
	.events-list2 > div {
		width: 100%;
	}

	.events-list2 > div .box .figure {
		height: 200px;
	}
}


/* Price left, Goal right (like PDF) */
.events-list > div .box .aside .metas2{
  display: flex !important;
  justify-content: space-between !important;
  align-items: flex-end !important;
  gap: 16px;
}

/* Left column */
.events-list > div .box .aside .metas2 .price{
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}

/* Right column */
.events-list > div .box .aside .metas2 .goal{
  margin-left: auto;         /* pushes to the right */
  text-align: right !important;
  display: flex;
  flex-direction: column;    /* goal txt1 above txt2 */
  align-items: flex-end;     /* right edge alignment */
  flex: 0 0 auto;
}

/* Ensure the goal lines are stacked */
.events-list > div .box .aside .metas2 .goal .goal-txt1,
.events-list > div .box .aside .metas2 .goal .goal-txt2{
  display: block;
}

/* Optional: keep price text stacked like the mock */
.events-list > div .box .aside .metas2 .price .price-txt{
  display: block;
}

/* Mobile: stack them */
@media (max-width: 442px){
  .events-list > div .box .aside .metas2{
    flex-direction: column;
    align-items: flex-start !important;
  }
  .events-list > div .box .aside .metas2 .goal{
    align-items: flex-start;
    text-align: left !important;
    margin-left: 0;
  }
}

/* Put PRICE above GOAL, both on the RIGHT (like PDF) */
.events-list > div .box .aside .metas2{
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;   /* right edge */
  justify-content: flex-start !important;
  gap: 10px;
}

/* Make both blocks right-aligned */
.events-list > div .box .aside .metas2 .price,
.events-list > div .box .aside .metas2 .goal{
  width: 100%;
  text-align: right !important;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* Put the button + price text on two lines (button above text) */
.events-list > div .box .aside .metas2 .price{
  gap: 6px;
}
.events-list > div .box .aside .metas2 .price .action-btn{
  display: inline-block;
}
.events-list > div .box .aside .metas2 .price .price-txt{
  display: block;
}

/* Goal already stacks nicely; ensure right alignment */
.events-list > div .box .aside .metas2 .goal .goal-txt1,
.events-list > div .box .aside .metas2 .goal .goal-txt2{
  display: block;
}

/* Mobile: keep it right, or change to left if you prefer */
@media (max-width: 442px){
  .events-list > div .box .aside .metas2{
    align-items: flex-end !important;
  }
}


/* Elementor - Custom
.elementor a {
	text-decoration: underline;
}

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

.elementor .elementor-button {
	text-decoration: none;
}

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

.elementor .btn {
	text-decoration: none;
}

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

.elementor .menu-btn a {
	text-decoration: none;
}

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

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

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

h4.elementor-heading-title,
h5.elementor-heading-title,
h6.elementor-heading-title {
	line-height: 32px;
}

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

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

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

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

@media (max-width: 419px) {
h1.elementor-heading-title {
	line-height: 44px; 
}
}
*/


/* 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-header:before {
	content: "";
	width: 100%;
	height: 100%;
	float: left;
	background: #102742;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
}

.elementor-location-footer {
	flex-shrink: 0;
}

.transparent .elementor-location-header {
	margin-bottom: -79px;
}


/* Elementor - Edits */
body.elementor-editor-active.transparent .elementor-location-header {
	margin-bottom: 0;
}

body.elementor-editor-active .container-main:before {
	padding-top: 79px;
}

body.elementor-editor-active .container-main .content-main {
	padding-top: 79px;
}


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

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

.blue-hover {
	color: #133e70!important;
}

.blue-alt {
	color: #0a1c31!important;
}

.sandle {
	color: #e6bc5a!important;
}

.sandle-hover {
	color: #f2bd41!important;
}

.gray {
	color: #6a727d!important;
}

.off-white {
	color: #f8f8fb!important;
}

.off-white2 {
	color: #e7e7e7!important;
}

.off-white3 {
	color: #e6e6e6!important;
}

.white {
	color: #ffffff!important;
}


/* Text - Positions */
.upper-case {
	text-transform: uppercase;
}

.lower-case {
	text-transform: none;
}

.underline {
	text-decoration: underline;
}

.center-align {
	text-align: center;
	justify-content: center;
}

.vertical-align {
	align-items: center;
}

.left-align {
	text-align: left;
}

.right-align {
	text-align: right;
}

@media (max-width: 767px) {
.mobi-align-left {
	text-align: left;
}
}


/* ---------------------------- Text meant only for screen readers ---------------------------- */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

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


/* ---------------------------- End WordPress Core ---------------------------- */


body.customize-partial-edit-shortcuts-shown .customize-partial-edit-shortcut button {
    padding: 0!important;
    border-radius: 900px!important;
}

