/*
Table of Contents
01. Fonts -------------------------------------
02. General -----------------------------------
03. Anchor Tag Styling ------------------------
04. Order and Unorder List --------------------
05. Heading Style -----------------------------
06. Button Style ------------------------------
07. Text Link ---------------------------------
08. Gravity From Style ------------------------
09. Coming Soon  ------------------------------
10. Cookie Policy  ----------------------------
11. Skip to Main  -----------------------------
*/
/* / ===================== Fonts ===================== / */
@font-face {
    font-family: 'Toyota Type';
    src: url('../fonts/ToyotaType-Semibold.woff2') format('woff2'),
        url('../fonts/ToyotaType-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('../fonts/ToyotaType-Bold.woff2') format('woff2'),
        url('../fonts/ToyotaType-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Toyota Type';
    src: url('../fonts/ToyotaType-Regular.woff2') format('woff2'),
        url('../fonts/ToyotaType-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*
font-family: 'Lato', sans-serif;
*/
/* / ===================== Generate ===================== / */
:root {
    --black-color: #000000;
    --white-color: #ffffff;
    --gray-color: #F6F6F6;
    --red-color: #CC2229;
}
html {
	color: #000000;
	font-size: 10px;
	line-height: 1.5;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 30px 0;
	padding: 0;
}
::-ms-clear {
	display: none;
}
*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input,
select,
input[type="search"] {
	-webkit-appearance: none;
	border-radius: 0;
	box-shadow: none;
}
audio,
canvas,
iframe,
img,
svg,
video {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
img {
	max-width: 100%;
}
body .elementor-widget-image a img[src$=".svg"], 
body .elementor-widget-image figure>a img[src$=".svg"], 
body .elementor-widget-image img[src$=".svg"] {
    width: auto !important;
}
.invisible {
	visibility: hidden !important;
}
/* / ===================== Anchor Tag Styling ===================== / */
body .elementor a,
body a {
	font-family: inherit;
	font-weight: inherit;
	text-decoration: underline;
	color: var(--red-color);
	font-size: inherit;
	transition: all 0.3s;
}
body .elementor a:hover,
body a:hover {
	text-decoration: none;
	color: var(--red-color);
}
body a,
body p a,
body .elementor p a,
body .elementor ol li > a:not(.elementor-button),
body .elementor ul li > a:not(.elementor-button) {
	color: var(--red-color);
	text-decoration: underline;
	font-weight: 700;
}
body a:hover,
body p a:hover,
body .elementor p a:hover,
body .elementor ol li > a:not(.elementor-button):hover,
body .elementor ul li > a:not(.elementor-button):hover {
	color: var(--red-color);
	text-decoration: none;
    font-weight: 700;
}
body a[href*="tel"]{
    display: inline-block;
}
/* / =============== Order and Unorder List =============== / */
body .site-main ul:not([class]) {
	font-size: inherit;
	list-style: none;
}
body .site-main ol {
	list-style: decimal outside;
	font-size: inherit;
    margin-bottom: 10px;
	padding-left: 20px;
}
body .site-main ul:not([class]) > li,
body .site-main ul:not([class]) > li > ol > li > ul:not([class]) > li {
	font-size: inherit;
    line-height: 1.4;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;	
}
body .site-main ol > li,
body .site-main ol:not([class]) > li > ul > li > ol:not([class]) > li {
	font-size: inherit;
    line-height: 1.4;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    margin-bottom: 10px;
    padding-left: 5px;
    position: relative;
}
body .site-main ul:not([class]) li:last-child, 
body .site-main ol:not([class]) li:last-child {
	margin-bottom: 0;
}
body .site-main ol ol,
body .site-main ul:not([class]) ul:not([class]),
body .site-main ol ul:not([class]),
body .site-main ul:not([class]) ol {
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields) {
	margin-left: 0;
	padding-left: 0;
}
body .site-main ul:not([class]):not(.elementor-editor-element-settings):not(.elementor-select-preset-list):not(.gform_fields):not(.camps_and_programs) li:before,
body .site-main ul:not([class]) li ol li ul:not([class]) li:after {
    content: "";
    display: inline-block;
    background-color: var(--red-color);
    position: absolute;
    left: 10px;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 50%;
}
body .site-main ol li::marker, 
body .site-main ul:not([class]) li ol li::marker {
    font-weight: 600;
    color: var(--red-color);
}
body .site-main ul:not([class]) ol li::before {
	display: none !important;
}
/* / ===================== Heading Style ===================== / */
body h1[class],
body h2[class],
body h3[class],
body h4[class],
body h5[class],
body h6[class],
body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child,
body p:last-child,
body ul:last-child,
body ol:last-child,
body dl:last-child,
body table:last-child,
body blockquote:last-child {
	margin-bottom: 0;	
}
body {
	margin: 0;
	padding: 0;
	color: rgba(71, 71, 71, 0.8);
	font-family: "Toyota Type", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
	background-color: #ffffff;
}
body p,
body .elementor-widget-container,
body .elementor-widget-container p,
body .elementor-widget-text-editor, 
body .elementor-widget-text-editor p {
	font-size: inherit;
	font-family: inherit;
	color: inherit;
    line-height: inherit;
	font-weight: inherit;
    text-transform: inherit;
}
body h1,
body .h1,
body .elementor-widget-heading h1.elementor-heading-title,
body .elementor-widget-heading.h1 .elementor-heading-title {
	font-family: "Toyota Type", sans-serif;
    font-size: 46px;
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}
body h2,
body .h2, 
body .elementor-widget-heading h2.elementor-heading-title,
body .elementor-widget-heading.h2 .elementor-heading-title, 
body h2.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h2.elementor-image-box-title,
body .elementor-posts .elementor-post h2.elementor-post__title,
body .elementor-posts h2.elementor-post__title {
	font-family: "Toyota Type", sans-serif;
    font-size: 40px;
    font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0;
}
body h3,
body .h3, 
body .elementor-widget-heading h3.elementor-heading-title,
body .elementor-widget-heading.h3 .elementor-heading-title, 
body h3.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h3.elementor-image-box-title,
body .elementor-posts .elementor-post h3.elementor-post__title,
body .elementor-posts h3.elementor-post__title {
	font-family: "Toyota Type", sans-serif;
    font-size: 28px;
    font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}
body h4,
body .h4, 
body .elementor-widget-heading h4.elementor-heading-title,
body .elementor-widget-heading.h4 .elementor-heading-title, 
body h4.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h4.elementor-image-box-title,
body .elementor-posts .elementor-post h4.elementor-post__title,
body .elementor-posts h4.elementor-post__title {
	font-family: "Toyota Type", sans-serif;
    font-size: 24px;
    font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}
body h5,
body .h5, 
body .elementor-widget-heading h5.elementor-heading-title,
body .elementor-widget-heading.h5 .elementor-heading-title, 
body h5.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h5.elementor-image-box-title,
body .elementor-posts .elementor-post h5.elementor-post__title,
body .elementor-posts h5.elementor-post__title {
	font-family: "Toyota Type", sans-serif;
    font-size: 20px;
    font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}
body h6,
body .h6, 
body .elementor-widget-heading h6.elementor-heading-title,
body .elementor-widget-heading.h6 .elementor-heading-title, 
body h6.elementor-cta__title.elementor-cta__content-item,
body .elementor-image-box-content h6.elementor-image-box-title,
body .elementor-posts .elementor-post h6.elementor-post__title,
body .elementor-posts h6.elementor-post__title {
	font-family: "Toyota Type", sans-serif;
    font-size: 18px;
    font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
}
body .small_text p,
body .small_text.elementor-widget-text-editor,
body .small_text.elementor-widget-text-editor p,
body .small_text .elementor-widget-text-editor,
body .small_text .elementor-widget-text-editor p,
body .small_text .elementor-cta__description.elementor-cta__content-item {
    font-size: 16px;
    line-height: 1.4;
    font-weight: 400;
    letter-spacing: 0;
}
/* / ===================== Button Style ===================== / */
/* / ===== Default Button ===== / */
body .elementor-button,
body .elementor-widget-button .elementor-button,
body .elementor-widget-button button:not(.gm-control-active),
body .elementor-widget-button button:not(.gm-control-active):focus,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button [type="button"]:not(.gm-control-active),
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button {
    font-size: 16px !important;
    line-height: 1.5;
    font-weight: 600 !important;
    font-family: "Toyota Type", sans-serif;
    text-decoration: none;
    box-sizing: border-box;
	color: var(--white-color);
    background-color: var(--red-color);
    border: 1px solid var(--red-color);
    padding: 4px 19px 7px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    -webkit-appearance: none;
    transition: all 0.3s;
    max-width: 100%;
}
.elementor-button:after,
[type="button"]:after {
	content: "";
	width: 120px;
	display: block;
	max-width: 100%;
}
body .elementor-button:hover,
body .elementor-widget-button .elementor-button:hover,
body .elementor-widget-button button:not(.gm-control-active):hover,
body .elementor-widget-button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover{
	color: var(--red-color);
    background-color: var(--white-color);
	text-decoration: none;
	border-color: var(--red-color);
}
/* / ===== Multi Color Button ===== / */
body .transparent_button .elementor-button,
body .elementor-widget-button.transparent_button .elementor-button,
body .elementor-widget-button.transparent_button button:not(.gm-control-active),
body .elementor-widget-button.transparent_button button:not(.gm-control-active):focus,
body .elementor-widget-button.transparent_button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.transparent_button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.transparent_button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.transparent_button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.transparent_button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.transparent_button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.transparent_button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.transparent_button .elementor-cta--skin-classic .elementor-cta__button.elementor-button{
    color: var(--red-color);
    background-color: var(--white-color);
    border: 1px solid var(--red-color);
}
body .transparent_button .elementor-button:hover,
body .elementor-widget-button.transparent_button .elementor-button:hover,
body .elementor-widget-button.transparent_button button:not(.gm-control-active):hover,
body .elementor-widget-button.transparent_button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.transparent_button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.transparent_button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.transparent_button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.transparent_button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.transparent_button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.transparent_button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.transparent_button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.transparent_button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover{
	background-color: var(--red-color);
    color: var(--white-color);
    border-color:var(--red-color);
}
body .white_button .elementor-button,
body .elementor-widget-button.white_button .elementor-button,
body .elementor-widget-button.white_button button:not(.gm-control-active),
body .elementor-widget-button.white_button button:not(.gm-control-active):focus,
body .elementor-widget-button.white_button [class*="elementor-kit"] .elementor-button,
body .elementor-widget-button.white_button [class*="elementor-kit"] .elementor-button:focus,
body .elementor-widget-button.white_button [type="button"]:not(.gm-control-active),
body .elementor-widget-button.white_button [type="button"]:not(.gm-control-active):focus,
body .elementor-widget-button.white_button [type="submit"]:not(.adminbar-button),
body .elementor-widget-button.white_button [type="submit"]:not(.adminbar-button):focus,
body .elementor-widget-button.white_button .elementor-cta .elementor-cta__button.elementor-button,
body .elementor-widget-button.white_button .elementor-cta--skin-classic .elementor-cta__button.elementor-button{
	position: relative;
	padding: 12px 24px;
	font-size: 16px;
	color: var(--white-color);
	background: rgb(255 255 255 / 10%);
	backdrop-filter: blur(20px);
	-webkit-backdrop-filter: blur(20px);
	background-origin: border-box;
	background-clip: padding-box, border-box;
	border-radius: 50px;
	border: 0 solid transparent;
	padding: 14px 30px 14px;
	font-size: 18px !important;
    line-height: 1.4;
}
body .white_button .elementor-button:hover,
body .elementor-widget-button.white_button .elementor-button:hover,
body .elementor-widget-button.white_button button:not(.gm-control-active):hover,
body .elementor-widget-button.white_button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white_button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.white_button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.white_button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white_button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white_button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.white_button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.white_button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.white_button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover{
	background-color: var(--red-color);
    color: var(--white-color);
    border-color:var(--red-color);
}
body .white_button .elementor-button::before {
    border: 2px solid transparent;
    background: linear-gradient(
        360deg, 
        rgba(255, 255, 255, 0.7) 0%, 
        rgba(255, 255, 255, 0.3) 100%
    ) border-box;
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude;
    border-radius: inherit;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    transition: 0.2s all;
    transition-delay: 0.2s;
    border-radius: 50px;
}
body .white_button .elementor-button:hover,
body .elementor-widget-button.white_button .elementor-button:hover,
body .elementor-widget-button.white_button button:not(.gm-control-active):hover,
body .elementor-widget-button.white_button button:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white_button [class*="elementor-kit"] .elementor-button:hover,
body .elementor-widget-button.white_button [class*="elementor-kit"] .elementor-button:focus:hover,
body .elementor-widget-button.white_button [type="button"]:not(.gm-control-active):hover,
body .elementor-widget-button.white_button [type="button"]:not(.gm-control-active):focus:hover,
body .elementor-widget-button.white_button [type="submit"]:not(.adminbar-button):hover,
body .elementor-widget-button.white_button [type="submit"]:not(.adminbar-button):focus:hover,
body .elementor-widget-button.white_button .elementor-cta .elementor-cta__button.elementor-button:hover,
body .elementor-widget-button.white_button .elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover{
    background: var(--white-color);
    color: var(--red-color);
     backdrop-filter: blur(0px);
      -webkit-backdrop-filter: blur(0px);
}
/* / ==================== Text Link ==================== / */
body .text-link .elementor-button,
body .text-link .elementor-button:focus,
body .text-link button:not(.gm-control-active),
body .text-link button:not(.gm-control-active):focus,
body .text-link [class*="elementor-kit"] .elementor-button,
body .text-link [class*="elementor-kit"] .elementor-button:focus,
body .text-link [type="submit"]:not(.adminbar-button),
body .text-link [type="submit"]:not(.adminbar-button):focus,
body .text-link [type="button"]:not(.gm-control-active),
body .text-link [type="button"]:not(.gm-control-active):focus,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button {
	color: var(--red-color);
    background-color: transparent;
    font-size: 16 !important;
    line-height: 1.5;
    padding: 0;
    font-weight: 600 !important;
    border: none;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: left;
    border-radius: 0;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Toyota Type", sans-serif;
    text-transform: capitalize;
    max-width: 100%;
    letter-spacing: 0;
}
body .text-link .elementor-button span.last,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last,
body .arrow-btn .elementor-button span.last{
	display: inline-block;
}
body .text-link .elementor-button span.last:after,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button span.last:after,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button span.last:after,
body .arrow-btn .elementor-button span.last::after {
	content: "";
    width: 15px !important;
    height: 17px;
    display: inline-block;
    background: url("../img/arrow-right.svg") center center no-repeat;
    background-size: contain;
    margin-bottom: -5px;
    margin-left: 10px;
    transition: all 0.3s;
}
body .text-link .elementor-button:hover,
body .text-link .elementor-button:focus:hover,
body .text-link button:not(.gm-control-active):hover,
body .text-link button:not(.gm-control-active):focus:hover,
body .text-link [class*="elementor-kit"] .elementor-button:hover,
body .text-link [class*="elementor-kit"] .elementor-button:focus:hover,
body .text-link [type="submit"]:not(.adminbar-button):hover,
body .text-link [type="submit"]:not(.adminbar-button):focus:hover,
body .text-link [type="button"]:not(.gm-control-active):hover,
body .text-link [type="button"]:not(.gm-control-active):focus:hover,
body .text-link.elementor-cta--skin-classic .elementor-cta__button.elementor-button:hover,
body .text-link.elementor-widget-call-to-action .elementor-cta__button-wrapper .elementor-cta__button:hover {
	background-color: transparent;
	color: var(--red-color);
	text-decoration: underline;
	border: none;
}
/* / ===== Arrow Inside Button ===== / */
body .arrow-btn .elementor-button span.last::after{
	margin-left: 8px;
}
body .arrow-btn .elementor-button span.last::after{
	background-image: url('../img/arrow-right.svg');
}
body .arrow-btn.dark-blue .elementor-button span.last::after{
	background-image: url('../img/arrow-right-light-gray.svg');
}
body .arrow-btn.dark-blue .elementor-button:hover span.last::after{
	background-image: url('../img/arrow-right.svg');
}
body .arrow-btn.light-gray .elementor-button:hover span.last::after{
	background-image: url('../img/arrow-right-light-gray.svg');
}
body .text-link .elementor-button:after{
    display: none !important;
}
body .elementor-button span {
	color: inherit;
}
/* gravity form select dropdowns */
.ginput_container_select .select{
	position: relative;
}
.ginput_container_select .select select,
.gfield .clear-multi .ginput_container_date .select select,
.gfield .gfield_time_ampm .select select,
body select:not([class*="ui-datepicker"]) {
	width: 100%;
    height: 50px;
    cursor: pointer;
    position: relative;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid rgb(71 71 71 / 60%);
    padding-left: 16px;
    padding-right: 16px;
    background: url(../img/arrow-down-black.svg) no-repeat center right 18px;
	background-color: #f2f2f3;
    background-size: 18px;
    padding: 12px 40px 12px 16px !important;
    margin: 0 !important;
}
body .gform_wrapper li.gfield_error .clear-multi .ginput_container_date .select {
	border-color: #e75454;
}
.s-hidden {
	display: none;
}
.styledSelect {
	padding: 10px 45px 10px 20px;
	position: relative;
	height: 50px;
	z-index: 4;
	overflow: hidden;
	text-overflow: ellipsis;
	cursor: pointer;
	border-radius: 50px !important;
	background-color: #F2F2F3;
	border: 2px solid rgb(71 71 71 / 60%);
	box-shadow: none;
	font-size: 16px !important;
	line-height: 28px;
	color: #1E2937 !important;
	text-transform: none;
	letter-spacing: 0px;
  	transition: all 0.3s;
}
.styledSelect:focus{
  	border: 2px solid #a65d43;
}
body .gform_wrapper .gfield_required {
	color: rgb(71 71 72 / 40%);
    font-weight: 400 !important;
    margin-left: 2px;
    text-transform: lowercase;
    letter-spacing: -0.3px;
}
body .gform_wrapper .gfield_time_ampm select {
	width: 80px !important;
	padding-bottom: 17px !important;
	padding-top: 17px !important;
}
/* .styledSelect.active {
  box-shadow: 0 5px 12px rgba(0, 0, 0, .15);
} */
.styledSelect:after {
	content: "";
    position: absolute;
    top: 50%;
    transform: translateY(calc(-50% + 1px));
    right: 18px;
    line-height: 1;
    width: 14px;
    height: 8px;
    background: url(../img/arrow-down-black.svg) no-repeat center;
}
.styledSelect.active:after {
	background: url("../img/arrow-down-black.svg") no-repeat center;
  transform: translateY(-50%) rotate(180deg);
}
body .options {
	display: none;
    position: absolute;
    top: calc(100% + 2px);
    right: 0;
    left: 0;
    z-index: 9;
    margin: 0 !important;
    padding: 0;
    list-style: none;
    background: #f2f2f3;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 30px;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    border: 2px solid var(--red-color);
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 10%);
}
body form .options li {
	margin: 0;
    padding: 10px 20px 10px;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: -0.18px;
	color: #1E2937;
	text-transform: none;
	/* height: 40px; */
	cursor: pointer;
}
body form .options li:hover {
	background-color: #DBE9EE;
}
.options li::before {
	display: none !important;
}
.options li[rel=""] {
	display: none;
}
.options li.active {
	background-color: #DBE9EE;
	position: relative;
	cursor: default;
	pointer-events: none;
}
.styledSelect.noplaceholder .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}
/* ------------------------------------------------------------
End of Select Dropdown Custom Style
------------------------------------------------------------ */
/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="checkbox-container">One
  <input type="checkbox" checked="checked">
  <span class="checkmark"></span>
</label> */
/* end html structure */
/* Create a custom checkbox */
.checkbox-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.checkbox-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
}
/* On mouse-over, add a grey background color */
.checkbox-container:hover input~.checkmark {
	background-color: #ccc;
}
/* When the checkbox is checked, add a blue background */
.checkbox-container input:checked~.checkmark {
	background-color: #2196f3;
}
/* Create the checkmark/indicator (hidden when not checked) */
.checkbox-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the checkmark when checked */
.checkbox-container input:checked~.checkmark:after {
	display: block;
}
/* Style the checkmark/indicator */
.checkbox-container .checkmark:after {
	left: 11px;
	top: 6px;
	width: 5px;
	height: 12px;
	border: solid white;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */
/* ------------------------------------------------------------
Checkbox custom style
------------------------------------------------------------ */
/* html structure */
/* <label class="radio-container">One
  <input type="radio" checked="checked" name="radio">
  <span class="checkmark"></span>
</label> */
/* The container */
.radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
/* Hide the browser's default radio button */
.radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
/* Create a custom radio button */
.radio-container .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #eee;
	border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.radio-container:hover input~.checkmark {
	background-color: #ccc;
}
/* When the radio button is checked, add a blue background */
.radio-container input:checked~.checkmark {
	background-color: #2196f3;
}
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-container .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}
/* Show the indicator (dot/circle) when checked */
.radio-container input:checked~.checkmark:after {
	display: block;
}
/* Style the indicator (dot/circle) */
.radio-container .checkmark:after {
	top: 7px;
	left: 7.5px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
/* ------------------------------------------------------------
End of checkbox custom style
------------------------------------------------------------ */
/* ------------------------------------------------------------
gravity form style
------------------------------------------------------------ */
html body .gform_wrapper *:focus {
	outline: none;
}
html body .gform_wrapper div.validation_error html body .gform_wrapper form {
	border: 2px solid #666;
	padding: 0;
}
html body .gform_wrapper form ul.gform_fields li.gfield {
	margin-top: 0;
	margin-bottom: 16px !important;
	border: 0;
	background: none;
	vertical-align: top;
	letter-spacing: -0.14px;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
	max-width: 100% !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.bottom-info {
	padding-top: 0px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container {
	margin-top: 0 !important;
}
html body .gform_wrapper .top_label .gfield_label,
html body .gform_wrapper .gform_wrapper legend.gfield_label {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 600;
    color: #474747;
    line-height: 24px;
	margin-bottom: 8px;
	letter-spacing: -0.5px;
	margin-top: 0 !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"],
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"], 
html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	margin-top: 0;
    margin-bottom: 0;
    border-radius: 50px !important;
    background-color: #F2F2F3;
    border: 2px solid rgb(71 71 71 / 60%);
    box-shadow: none;
    font-size: 16px !important;
    line-height: 28px !important;
    color: #1E2937 !important;
    width: 100% !important;
    height: 40px;
    padding: 7px 20px !important;
    transition: all 0.3s;
    height: 50px;
}
html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]::-webkit-input-placeholder,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]::-webkit-input-placeholder, 
html body .gform_wrapper form ul.gform_fields li.gfield textarea::-webkit-input-placeholder, 
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6);
}
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses {
	color: rgba(71, 71, 71, 0.6) !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield input[type="text"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="email"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="number"]:focus,
html body .gform_wrapper form ul.gform_fields li.gfield input[type="tel"]:focus, 
html body .gform_wrapper form ul.gform_fields li.gfield textarea:focus, 
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect.active {
	border: 2px solid var(--red-color);
}
html body .gform_wrapper form ul.gform_fields li.gfield textarea {
	height: 195px;
	resize: none;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}
/*Change text in autofill textbox*/
input:-webkit-autofill {
	-webkit-text-fill-color: #666666 !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield .styledSelect .text-ellipses.valueAdded{
    color: #1E2937 !important;
}
/* html body .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
	padding: 16px 15px;
	font-size: 18px;
	line-height: 1;
} */
html body .gform_wrapper form ul.gform_fields li.gfield.gfield_error:not(.top-text):not(.recaptcha-field) {
	margin-bottom: 15px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.recaptcha-field {
	padding-top: 10px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield .ginput_container.ginput_recaptcha {
	margin-top: 0 !important;
}
html body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
	line-height: normal;
	letter-spacing: -0.13px;
	padding-right: 7px;
	display: none;
}
html body .gform_wrapper .validation_message {
	font-size: 10px;
	color: #e11919;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	padding-top: 5px;
}
html body .gform_wrapper li.gfield_error .gfield_required{
    color: #d53b12;
	text-transform: capitalize;
}
html body .gform_wrapper div.validation_error {
	border: 0;
	font-size: 20px;
	color: #f02525;
	display: none;
}
html body .gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
html body .gform_wrapper .gform_wrapper li.gfield_error textarea, 
.gfield_error .styledSelect {
	border: 2px solid #D73F09 !important;
}
/* -------------------------------------------------------
Radio and Checkbox Styling
---------------------------------------------------------- */
html body .gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked+label,
html body .gform_wrapper .gfield_radio li input[type="radio"]:checked+label {
	font-weight: normal;
}
html body .gform_wrapper ul.gform_fields li.gfield.gfield_error+li.gfield.gfield_error {
	margin-top: 0;
}
html body .gform_wrapper li.gfield_error div.ginput_complex.ginput_container label,
html body .gform_wrapper li.gfield_error ul.gfield_checkbox,
html body .gform_wrapper li.gfield_error ul.gfield_radio {
	color: #000;
}
html body .gform_wrapper ul.gfield_radio li {
	display: block;
	position: relative;
	margin-bottom: 12px;
	/* cursor: pointer; */
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
html body .gform_wrapper ul.gfield_radio li:before {
	display: none !important;
}
html body .gform_wrapper ul.gfield_radio li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
html body .gform_wrapper ul.gfield_radio li label {
	padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}
html body .gform_wrapper ul.gfield_radio li label:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 0;
    height: 24px;
    width: 24px;
	border-radius: 50%;
    background-color: #f2f2f3;
    border: 2px solid #8c8c8c;
}
html body .gform_wrapper ul.gfield_radio li input~label:hover:before {
	background-color: #ccc;
}
html body .gform_wrapper ul.gfield_radio li:hover input~label {
	font-weight: normal;
}
html body .gform_wrapper ul.gfield_radio li input:checked~label:before {
	background-color: #12749B;
    border-color: #12749B;
}
html body .gform_wrapper ul.gfield_radio li label:after {
	content: "";
	position: absolute;
	display: none;
}
html body .gform_wrapper ul.gfield_radio li input:checked~label:after {
	display: block;
}
html body .gform_wrapper ul.gfield_radio li label:after {
	top: 10px;
	left: 7px;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: white;
}
html body .gform_wrapper ul.gfield_checkbox li {
	display: block;
    position: relative;
    margin-bottom: 12px;
    /* cursor: pointer; */
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
html body .gform_wrapper ul.gfield_checkbox li:before {
	display: none !important;
}
html body .gform_wrapper ul.gfield_checkbox li input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
html body .gform_wrapper ul.gfield_checkbox li label {
	padding-left: 40px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    padding-bottom: 2px;
}
html body .gform_wrapper ul.gfield_checkbox li label:before {
	content: "";
    position: absolute;
    top: 1px;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #f2f2f3;
    border: 2px solid #8c8c8c;
    border-radius: 6px;
}
html body .gform_wrapper ul.gfield_checkbox li input~label:hover:before {
	background-color: #ccc;
}
html body .gform_wrapper ul.gfield_checkbox li:hover input~label {
	font-weight: normal;
}
html body .gform_wrapper ul.gfield_checkbox li input:checked~label:before {
	background-color: #12749B;
    border-color: #12749B;
}
html body .gform_wrapper ul.gfield_checkbox li label:after {
	content: "";
	position: absolute;
	display: none;
}
html body .gform_wrapper ul.gfield_checkbox li input:checked~label:after {
	display: block;
}
html body .gform_wrapper ul.gfield_checkbox li label:after {
	left: 8px;
    top: 4px;
    width: 8px;
    height: 14px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.elementor .gm-style img {
	max-width: none;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields {
	margin-bottom: 0 !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields input {
	margin-bottom: 20px !important;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .ginput_container>span {
	margin-bottom: 0;
	padding-top: 0;
}
html body .gform_wrapper form ul.gform_fields li.gfield.combo-name-fields .validation_message {
	margin-top: -20px;
	margin-bottom: 20px;
}
/* ------------------------------------------------------------
gravity form Button styling
------------------------------------------------------------ */
html body .gform_wrapper form .gform_footer {
	text-align: left;
	padding: 10px 0 0;
	margin: 0;
}
html body .gform_wrapper form .gform_footer input[type="submit"] {
    color: #1E2937;
    background-color: #F68C1E;
    font-size: 20px !important;
    line-height: 32px !important;
    padding: 12px 24px 12px;
    font-weight: 700 !important;
    border: 2px solid #F68C1E;
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    border-radius: 50px;
    -webkit-appearance: none;
    transition: all 0.3s;
    box-sizing: border-box;
    font-family: "Toyota Type", sans-serif;
    max-width: 300px;
    width: 100%;
}
html body .gform_wrapper form .gform_footer input[type="submit"]:hover {
    background-color: transparent;
	color: #1E2937;
	text-decoration: none;
	border: 2px solid #F68C1E;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
	max-width: 100% !important;
	padding: 0 !important;
}
html body .gform_wrapper form .gform_footer input[type="submit"] + img{
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -30px);
}
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half, 
body .gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half{
	max-width: 50%;
	margin-right: 0 !important;
}
/* ------------------------------------------------------------
End gravity form style
------------------------------------------------------------ */
/* / ===================== Coming Soon ===================== / */
.coming_soon_content {
    min-height: calc(100vh - 222px)
}
/* / ================= Cookie Policy Style ================= / */
#cookie-notice {
	background-color: rgba(0, 37, 104, .85) !important;
	position: fixed;
	z-index: 11111;
}
#cookie-notice #cn-notice-text {
	display: flex;
	justify-content: center;
	align-items: center;
}
#cookie-notice #cn-notice-text+#cn-accept-cookie,
#cn-notice-buttons {
	display: none !important;
}
#cookie-notice .cookie-notice-container {
	padding: 25px 50px;
	margin-left: auto;
	margin-right: auto;
}
#cookie-notice .cookies-message {
	text-align: left;
	font-family: "Montserrat", Sans-serif;
	display: block;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	width: 100%;
	max-width: 60%;
	margin: 0 1em 0 auto;
	font-size: 12px;
}
#cookie-notice .cookies-message a {
	color: #fff;
	text-decoration: underline;
}
#cookie-notice .cookies-message a:hover {
	text-decoration: none;
}
#cookie-notice .cookies-button-container {
	max-width: 40%;
	text-align: center;
	display: flex;
	align-content: space-between;
	margin: 0 auto;
	font-weight: bold;
}
#cookie-notice .cookies-button-container .cookies-button {
	border: 0;
	display: inline-block;
	color: #fff;
	margin: 0 4px;
	padding: 5px 10px;
	min-width: 110px;
	font-weight: 500;
	border-radius: 3px;
	text-align: center;
	background-color: #fff;
	font-family: "Montserrat", sans-serif;
	text-decoration: none;
	line-height: 30px;
	color: #344A83;
}
#cookie-notice .cookies-button-container .cookies-button:hover {
	background-color: #fff;
	color: #344A83;
	opacity: 0.8;
}
.cn-close-icon:before,
.cn-close-icon:after {
	background-color: #fff;
}
.cookie-notice-container .cn-text-container {
	margin: 0
}
/* / ================= Skip to Main Button ================= / */
a.skip-main {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -999;
    background-color: #fff;
    color: #333;
    font-size: 14px;
}
a.skip-main:focus, a.skip-main:active {
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 60%);
    clip: auto!important;
    color: #333;
    display: block;
    font-size: 14px;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}
/* Footer */
.footer_list ul{
    gap: 10px 30px;
}
.footer_list ul > li a{
   max-width: max-content;
}
.footer_icon .elementor-icon-wrapper{
    display: flex;
}
.footer_icon .elementor-icon-wrapper .elementor-icon{
    border: 1.5px solid var(--black-color) !important;
    width: 40px !important;
    height: 40px !important;
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.3s all;
}
.footer_icon .elementor-icon-wrapper svg{
    max-width: 23px !important;
    max-height: 23px !important
}
.footer_icon .elementor-icon-wrapper .elementor-icon:hover{
    border: 1.5px solid var(--red-color) !important;
}
.insta_icon .elementor-icon-wrapper svg{
	position: relative;
}
.counter_card .elementor-counter-number-prefix {
    display: none
}
.counter_card .elementor-counter-number-suffix {
    font-size: 42px;
    position: relative;
    top: -11px;
    max-width: max-content;
}
.counter_card .elementor-counter-number-wrapper{
    max-width: max-content;
    min-width: 95px;
}
.counter_card .elementor-counter-title{
   padding-left: 20px;
    margin-top: 6px;
	justify-content: flex-start !important;
}
.counter_card{
    flex: 1;
}
.counter_card .elementor-counter{
    height: 100%;
    align-items: center
}
.testi_slider .elementor-main-swiper{
    margin: 0;
    width: 100%;
}
body:not(.home) .home_footer_logo{
    display: none
}
body.home .other_footer_logo{
    display: none
}
/* slider progress controls */
.event-controllers,
.hero-controllers,
.testi-slider-controls{
    display: flex;
    align-items: center;
    margin-top: 20px;
    position: relative
}
.event-controllers .swiper-pagination,
.event-controllers .elementor-swiper-button,
.hero-controllers .swiper-pagination,
.hero-controllers .elementor-swiper-button,
.testi-slider-controls .swiper-pagination,
.testi-slider-controls .elementor-swiper-button{
    position: static !important;
}
.event-controllers .swiper-button svg,
.hero-controllers .swiper-button svg,
.testi-slider-controls .elementor-swiper-button svg{
    display: none;
}
.event-controllers .swiper-button,
.hero-controllers .swiper-button,
.testi-slider-controls .elementor-swiper-button{
    min-width: 40px;
    min-height: 40px;
    max-width: 40px;
    max-height: 40px;
    background: url('../img/test-slider-icon.svg') no-repeat calc(50% + 1px) center / 7px;
    transform: none !important;
    border-radius: 50%;
    border: 1.5px solid var(--black-color);
    transition: 0.3s all;
    margin: 0;
    transition: 0.3s all;
	cursor: pointer;
}
.event-controllers .swiper-button.event-arrow-left,
.hero-controllers .swiper-button.hero-arrow-left,
.testi-slider-controls .elementor-swiper-button.elementor-swiper-button-prev{
    transform: scale(-1) !important
}
.hero-controllers .swiper-button.hero-arrow-right,
.testi-slider-controls .elementor-swiper-button.elementor-swiper-button-next{
    margin-left: 15px
}
.hero-controllers .swiper-pagination,
.testi-slider-controls .swiper-pagination{
    margin-left: 19px;
    border-radius: 10px;
    height: 4px !important;
    background: rgb(0 0 0 / 30%);
    overflow: hidden
}
.hero-controllers .swiper-pagination .swiper-pagination-progressbar-fill,
.testi-slider-controls .swiper-pagination .swiper-pagination-progressbar-fill{
    color: var(--black-color);
    border-radius: 50px;
}
.hero-controllers{
    margin-top: 30px;
	padding-left: 1px;
}
.hero-controllers .swiper-button{
    border: 2px solid var(--white-color);
    min-width: 50px;
    min-height: 50px;
    max-width: 50px;
    max-height: 50px;
    background: url('../img/white-right-arrow.svg') no-repeat calc(50% + 1px) center / 11px;
}
.hero-controllers .swiper-pagination-progressbar{
    background: rgb(255 255 255 / 30%);
}
.hero-controllers .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
    background: white
}
.hero-controllers .swiper-button.hero-arrow-right{
	margin-left: 20px;
}
.hero-controllers .swiper-button.swiper-button-disabled{
    opacity: 0.5;
    pointer-events: none
}
.testi_slider .elementor-main-swiper{
    padding-top: 22px;
    position: relative
}
.testi_slider .testi-slider-controls::before,
.testi_slider .elementor-main-swiper::before {
    width: 33px;
    height: 28px;
    content: '';
    background: url('../img/testi-quote-top.svg') no-repeat center / contain;
    position: absolute;
    top: 10px;
    left: 22px;
    z-index: 2
}
.testi_slider .testi-slider-controls::before{
    left: auto;
    right: 21px;
    top: -33px;
    background: url('../img/testi-quote-bottom.svg') no-repeat center / contain;   
}
/* header */
/* /header/ */
.header-menu ul.menu {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 50px;
}
html body .header-menu ul.menu > li > a:hover,
html body .header-menu ul.menu > li > a{
    font-family: "Toyota Type", sans-serif;
    font-weight: 600;
    color: var(--black-color);
    font-size: 16px;
    line-height: 1.4;
    text-decoration: none;
	position: relative;
}
body header[data-elementor-type="header"]{
    position: sticky;
    top: 0;
    z-index: 1001;
}
body.admin-bar header[data-elementor-type="header"]{
    top: 32px;
}
body.active-header header{
    background: var(--white-color);
}
body.active-header .header-main-wrapper {
    box-shadow: 5px 10px 26px rgb(0 0 0 / 7%);
}
body.active-header .header-main-wrapper .header-menu ul.menu > li > a{
    color: var(--black-color)
}
body.active-header .header-menu ul.menu > li > a:hover,
body.active-header .header-main-wrapper .header-menu ul.menu > li > a.active-nav,
html body .header-menu ul.menu > li > a.active-nav,
html body .header-menu ul.menu > li > a:hover{
    color: var(--red-color)
}
body.home header[data-elementor-type="header"]{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}
body.home.admin-bar header[data-elementor-type="header"]{
	top: 32px
}
#wpadminbar{
    position: fixed !important;
    top: 0 !important
}
body.home:not(.active-header) header .header-main-wrapper{
	background: transparent !important;
}
body.home:not(.active-header):not(.mobile-menu-open) .header-logo {
    display: none;
}
body.home.mobile-menu-open .home_default_logo,
body.home.active-header .home_default_logo{
    display: none
}
.home_hero_wrapper::after{
    width: 100%;
    height: 500px;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0) 21.87%);
    opacity: 1
}
.container_max_width{
    max-width: var(--content-width)
}
body:not(.elementor-editor-active) .hero_gallery_slider .gallery-item{
    max-width: 100% !important;
}
.hero_gallery_slider .elementor-image-gallery{
    overflow: visible
}
.hero_slider_col{
    clip-path: inset( -100vw -100vw -100vw 0 );
}
body:not(.elementor-editor-active) .hero_gallery_slider .gallery{
	gap: 0px !important;
    flex-wrap: nowrap !important;
    margin: 0 !important;
    display: flex !important
}
body:not(.elementor-editor-active) .hero_gallery_slider .elementor-image-gallery:not(.swiper-initialized) .gallery-item{
	margin: 0 !important;
	min-width: 50% !important  
}
body:not(.elementor-editor-active) .hero_gallery_slider .gallery .gallery-item{
    padding: 0 !important;
	border-radius: 10px;
}
.hero_gallery_slider .swiper-slide{
    height: auto;
    box-shadow: 15px 15px 15px 0px rgb(0 0 0 / 50%);
}
.hero_gallery_slider .swiper-slide .gallery-icon{
    height: 100%;
    width: 100%;
    max-height: 340px;
    min-height: 240px
}
.hero_gallery_slider .swiper-slide .gallery-icon img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.hero_inner_container::after{
    content: '';
    position: absolute;
    left: -11px;
    top: -80px;
    width: 522px;
    height: 522px;
    filter: blur(200px);
    -webkit-backdrop-filter: blur(200px);
    border-radius: 1000px !important;
    background: black;
    opacity: 0.5;
}
.hero_inner_container> *{
    z-index: 1;
}
.vld_event_slider .vld_card_wrapper{
    height: auto;
}
.vld_event_slider .vld_card_wrapper .vld_card_inner{
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 30px;
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    background: #F6F6F6;
    height: 100%;
}
.vld_event_slider .vld_card_wrapper .vld_card_inner .elementor-button{
    margin-top: auto;
}
.vld_event_slider .vld_card_wrapper .vld_card_inner .vld_event_card_title{
    margin: 0;
}
.vld_event_slider .vld_card_wrapper .vld_card_inner .vld_event_card_title,
.vld_event_slider .vld_card_wrapper .vld_card_inner .vld_event_card_title a{
    color: var(--black-color);
    text-decoration: none;
    font-weight: 600;
}
.vld_event_slider .vld_card_wrapper .vld_card_inner .vld_event_card_title a:hover{
    text-decoration: underline    
}
.vld_event_slider .vld_card_wrapper .vld_event_date{
    padding-left: 27px; 
    margin-top: 16px;
    color: var(--black-color);
    font-size: 15px;
    line-height: 1.5;
    position: relative
}
.vld_event_slider .vld_card_wrapper .vld_event_date::before{
    content: '';
    width: 17px;
    height: 18px;
    position: absolute;
    left: -1px;
    top: 2px;
    background: url('../img/icon-calendar.svg') no-repeat center / 15px
}
.vld_event_slider .vld_card_wrapper .vld_event_date ul{
    display: flex;
	gap: 5px 10px;
    overflow: hidden;
    flex-wrap: wrap;    
}
.vld_event_slider .vld_card_wrapper ul span:not(:first-child){
	position: relative
}
.vld_event_slider .vld_card_wrapper ul span:not(:first-child)::before{
	content: '';
	width: 1px;
	height: 15px;
	position: absolute;
	left: -5px;
	top: 6px;
	background: var(--black-color);
}
.vld_event_slider .vld_card_wrapper ul span.time_span{
	text-transform: uppercase;
}
.vld_event_slider .vld_card_wrapper .vld_evet_text{
    color: var(--black-color);
    font-weight: 700;
    margin-top: 14px;
    font-size: 16px
}
.vld_event_slider .vld_card_wrapper .event_btn_wrap{
    margin-top: auto;
    padding-top: 25px
} 
.vld_event_slider .vld_card_wrapper .event_btn_wrap a{
    color: white;
    text-decoration: none
}
.vld_event_slider .vld_card_wrapper .event_btn_wrap a::after{
    width: 94px
}
.vld_event_slider .vld_card_wrapper .event_btn_wrap a:hover{
    color: var(--red-color);
}
.event-controllers{
    display: flex;
    justify-content: center;
    margin-top: 30px;
	gap: 30px;
}
.event-controllers .swiper-pagination{
    display: flex;
    max-width: max-content;
    gap: 10px;
	justify-content: center;
	align-items: center;
}
.event-controllers .swiper-pagination > span{
    margin: 0 !important;
    width: 15px;
    height: 15px;
    background: var(--red-color);
    opacity: 0.2;
    border-radius: 20px;
    transition: 0.3s all
}
.event-controllers .swiper-pagination > span.swiper-pagination-bullet-active{
    width: 60px;
    opacity: 1;
	pointer-events: none;
}
.event-controllers .swiper-button.swiper-button-disabled{
    opacity: 0.5
}
.event-controllers .swiper-button:not(.swiper-button-disabled):hover{
    opacity: 0.7
}
html body .big_btn .elementor-button{
    padding: 10px 30px 11px !important;
    font-size: 18px !important
}
.home_tabs_wrapper {
    overflow: hidden;
}
.home_tabs_wrapper .e-n-tabs{
    background: #E2E2E2 !important
}
.home_tabs_wrapper.elementor .elementor-element.elementor-widget-n-tabs:not(:has(>.elementor-widget-container))>.e-n-tabs>.e-n-tabs-heading .e-n-tab-title[aria-selected=true],
.home_tabs_wrapper .e-n-tabs-content,
.home_tabs_wrapper .e-n-tab-title[aria-selected="true"]{
    background: var(--white-color) !important;
    background-color: var(--white-color) !important
}

.home_tabs_wrapper .e-n-tab-title .e-n-tab-title-text{
    font-weight: normal !important;
    line-height: 1.5;
}
.home_tabs_wrapper .e-n-tab-title[aria-selected="true"] .e-n-tab-title-text{
    font-weight: 700 !important;
}
.home_tabs_wrapper .e-n-tab-title{
    position: relative;
}
.home_tabs_wrapper .e-n-tab-title:not(:first-child):not([aria-selected="true"])::after{
    content: '';
    width: calc(100% - 40px);
    height: 1px;
    background: black;
    opacity: 0.1;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translatex(-50%);
    z-index: 1;
    transition: 0.3s all
}
.home_tabs_wrapper .e-n-tab-title:hover::after,
.home_tabs_wrapper .e-n-tab-title[aria-selected="true"]::after,
.home_tabs_wrapper .e-n-tab-title[aria-selected="true"] + .e-n-tab-title::after,
.home_tabs_wrapper .e-n-tab-title[aria-selected="true"] + .e-n-tab-title:hover::after{
    opacity: 0 !important
}
.tick_icon_list li a{
    text-decoration-color: rgb(0 0 0 / 80%) !important;
    max-width: max-content;
}
.tick_icon_list li a:hover{
   text-decoration: none !important;
   text-decoration-color: rgb(0 0 0 / 80%) !important;
}
.tick_icon_list ul li:not(:last-child){
    margin-bottom: 4px
}
.event-controllers:has(.swiper-pagination-lock){
	margin: 0
}
.elementor-screen-only{
	position: absolute !important;
	left: -9999px;
	top: auto;
	z-index: -9999
}

/* search page styling */
.search_title h1{
    color: var(--black-color)
}
.search_result_main_wrapper .bp_search_result .facetwp-template article{
    border-bottom: 1px solid rgb(0 0 0 / 10%);
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.search_result_main_wrapper .bp_search_result .facetwp-template article:last-of-type{
    margin-bottom: 0;
}
.search_result_main_wrapper .bp_search_result .elementor-post__title a{
    font-weight: 700 !important;
    font-size: 20px;
    text-decoration: none;
    color: var(--black-color);
}
.search_result_main_wrapper .bp_search_result .elementor-post__title a:hover{
    text-decoration: underline
}
.search_result_main_wrapper .bp_search_result .elementor-post__excerpt{
    font-size: 16px;
    color: var(--black-color);
    margin-top: 6px;
    opacity: 70%;
	font-weight: 400;
}
html body .blog_search input{
	margin-top: 0;
    margin-bottom: 0;
    border-radius: 10px !important;
    background-color:var(--white);
    border: 1px solid rgb(0 0 0 / 50%) !important;
    box-shadow: none;
    font-size: 16px !important;
    line-height: 1 !important;
    color: var(--black-color) !important;
    width: 100% !important;
    height: 40px;
    padding: 0px 40px 3px 15px !important;
    transition: all 0.3s;
    height: 50px
}
html body .blog_search input::placeholder{
    color: var(--black-color);
    opacity: 60%;
}
html body .blog_search input:focus{
    border:  1px solid var(--black-color) !important
}
html body .blog_search button{
    padding: 0;
    border: none;
    position: absolute;
    top: 16px;
    right: 12px;
    background: none !important;
    outline:  none !important
}
.search-noresults{
    max-width: 770px;
    margin: 0 auto;
    color: var(--black-color);
    width: 100%;
}
html body .blog_search button svg path{
    fill: black !important
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
.custom_pager .pagination .nav-links .page-numbers:not(.next):not(.prev){
    font-weight: 700 !important;
    font-size: 20px !important;
    line-height: 100%;
    margin: 0;
    padding: 0px 5px 5px;
    min-height: 50px;
    min-width: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--black-color);
    transition: 0.3s all;
    text-decoration: none !important;
    background: var(--gray-color);
    border-radius: 8px
}
.custom_pager .pagination .nav-links .page-numbers:not(.dots):not(.next):not(.prev):hover{
    background: var(--red-color);
    color: var(--white-color)
}
.custom_pager .pagination .nav-links .dots{
   position: relative;
   bottom: 5px;
}
.custom_pager .pagination .nav-links .current{
    pointer-events: none;
    background: var(--red-color) !important;
    color: var(--white-color) !important
}
.custom_pager .pagination .nav-links .page-numbers.next,
.custom_pager .pagination .nav-links .page-numbers.prev{
    margin-left: 6px;
    background: url('../img/testis-slider-arrow.svg') no-repeat center / 8px;
    font-size: 0;
    width: 20px;
    height: 30px;
    padding: 0;
    margin-right: 0;
    transition: 0.3s all;
}
.custom_pager .pagination .nav-links .page-numbers.next:hover,
.custom_pager .pagination .nav-links .page-numbers.prev:hover{
    opacity: 0.7;
}
.custom_pager .pagination .nav-links .page-numbers.prev{
    transform: scale(-1);
    margin-left: 0;
    margin-right: 6px;
}
.facetwp-facet-dmi_paginaion:has(.facetwp-pager:empty){
    display: none
}
.custom_pager .pagination .nav-links{
    justify-content: center;
    display: flex;
    align-items: center;
    gap: 16px;
}
.custom_pager .pagination .nav-links a{
    text-decoration: none !important
}
.custom_pager .pagination{
    margin: 50px 0 0
}
/* button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus-within,
a:focus-within,
input:focus-within,
button:focus-visible,
a:focus-visible,
input:focus-visible {
	outline: 2px solid #000000;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
}   */
.header-main-menu .menu > li:focus-within > ul{
    opacity: 1 !important;
    visibility: visible !important;
    display: block
}
.elementor-search-form__container {
	display: none
}
.elementor-search-form__container.elementor-search-form--full-screen {
	display: flex
}
@media only screen and (min-width: 1025px) and (max-width: 1150px){
	.testimonial_col_wrapper{
		padding-left: 30px 
	}
    .counter_card .elementor-counter-title{
        padding-left: 10px; 
        font-size: 14px !important
    }
}
@media only screen and (min-width: 1025px) {
	body.mobile-menu-open{
		overflow: auto !important;
	}
	header .header-menu{
		display: block !important;
		top: -2px !important;
	}
	body.home:not(.active-header) .header-menu ul.menu > li > a:not(.active-nav):not(:hover){
		color: white;
	}
	/* .hero-controllers .swiper-button:not(.swiper-button-disabled):hover,
	.testi-slider-controls .elementor-swiper-button:hover{
		opacity: 0.7
	} */
	.mmobile_overlay{
		display: none !important;
	}
	.event-controllers .swiper-pagination > span:not(.swiper-pagination-bullet-active):hover{
		opacity: 1
	}
	.hero-controllers .swiper-button:not(.swiper-button-disabled):hover{
		background-color: var(--red-color);
		opacity: 1;
		border-color: var(--red-color) !important;
	}
	.event-controllers .swiper-button:not(.swiper-button-disabled):hover,
	.testi-slider-controls .elementor-swiper-button:hover{
		opacity: 1;
		background-color: var(--red-color);
		color: white;
		border-color: var(--red-color);
		background-image: url('../img/white-slider-arrow.svg')
	}

	.header-menu ul.menu > li{
		position: relative;
	}
	.header-menu ul.menu > li::before{
		content: '';
		width: 100%;
		height: 2px;
		position: absolute;
		top: 100%;
		left: 0;
		background: var(--red-color);
		transition: 0.3s all;
		width: 0
	}
	.header-menu ul.menu > li:has(.active-nav)::before,
	.header-menu ul.menu > li:hover::before{
		width: 100%
	}
	body.home:not(.active-header) .header-menu ul.menu > li > a:hover{
		color: white !important
	}
	/* button:focus, */
	/* a:focus-within,
	input:focus-within,
	select:focus-within,
	textarea:focus-within,
	button:focus-within,
	a:focus-within,
	input:focus-within,
	button:focus-visible,
	a:focus-visible,
	input:focus-visible {
		outline: 2px solid #000000;
		box-shadow: 0 0 0 3px rgba(0, 0, 0, 0.5);
	}   */
}
@media only screen and (max-width: 1024px) {
	body h1,
	body .h1,
	body .elementor-widget-heading h1.elementor-heading-title,
	body .elementor-widget-heading.h1 .elementor-heading-title {
		font-size: 40px;
	}
	body h2,
	body .h2, 
	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-widget-heading.h2 .elementor-heading-title, 
	body h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	body .elementor-posts .elementor-post h2.elementor-post__title,
	body .elementor-posts h2.elementor-post__title {
		font-size: 34px;
	}
	.header-menu ul.menu{
		gap: 0
	}
	.header-menu ul.menu li{
		width: 100%;
		padding: 10px 0 12px;
		border-bottom: 1px solid rgb(0 0 0 / 10%);
	}
	.header-menu ul.menu li:first-child{
		padding-top: 0
	}
	.header-menu ul.menu li:last-child{
		border: none;
	}
	header .header-menu{
		position: fixed;
		top: 89px;
		left: 0;
		right: 0;
		height: 100vh;
		display: none;
		border-top: 1px solid rgb(14 72 90 / 15%);
	}
	.header-menu ul.menu{
		flex-direction: column;
		align-items: flex-start;
		padding: 20px 20px 150px;
		background: white;
		z-index: 1000;
		overflow-y: auto
	}
	header .header-menu > .elementor-widget-container .menu,
	header .header-menu > .elementor-widget-container > div{
		height: 100%;
	}
    body.mobile-menu-open header .menu-burger-icon .elementor-icon-wrapper{
		background: url('/wp-content/uploads/2025/10/header-close-icon.svg') no-repeat center / 20px;
	}
	html:has(body.mobile-menu-open){
		overflow: hidden !important;
	}
	body.mobile-menu-open header .menu-burger-icon .elementor-icon-wrapper .elementor-icon svg{
		opacity: 0
	}
	body.home:not(.active-header) .header-main-wrapper .menu-burger-icon path{
		fill: white
	}
	body.home:not(.active-header).mobile-menu-open  header .header-main-wrapper{
		background:white !important
	}
	.hero_gallery_slider .swiper-slide .gallery-icon{
		max-height: 50vw;
	}
	.hero_inner_container::after{
		min-width: 522px;
		width: 100%;
	}
	.mmobile_overlay{
		position: absolute;
		inset: 0;
		background: #000000;
		z-index: 1;
		opacity: 0.3;
		backdrop-filter: blur(20px);
		-webkit-backdrop-filter: blur(20px);
	}
	.home_hero_wrapper .hero_content_wrapper {
		z-index: 2;
		position: relative
	}
	.tab_img_col{
        min-height: 40vw !important
    }
}
@media only screen and (min-width: 768px) and (max-width: 900px){
	.couter_col_wrap{
		flex-direction: column !important
	}
	.couter_col_wrap > .elementor-element{
		width: 100% !important;
	}
}
@media only screen and (min-width: 768px) {
    .home_tabs_wrapper .e-n-tab-icon{
        display: none !important;
    }
}
@media only screen and (max-width: 782px) {
	body.admin-bar header[data-elementor-type="header"],
	body.home.admin-bar header[data-elementor-type="header"]{
		top: 46px
	}
}
@media only screen and (max-width: 767px) {
	body {
		font-size: 16px;
	}
	body h1,
	body .h1,
	body .elementor-widget-heading h1.elementor-heading-title,
	body .elementor-widget-heading.h1 .elementor-heading-title {
		font-size: 34px;
	}
	body h2,
	body .h2, 
	body .elementor-widget-heading h2.elementor-heading-title,
	body .elementor-widget-heading.h2 .elementor-heading-title, 
	body h2.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h2.elementor-image-box-title,
	body .elementor-posts .elementor-post h2.elementor-post__title,
	body .elementor-posts h2.elementor-post__title {
		font-size: 30px;
	}
	body h3,
	body .h3, 
	body .elementor-widget-heading h3.elementor-heading-title,
	body .elementor-widget-heading.h3 .elementor-heading-title, 
	body h3.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h3.elementor-image-box-title,
	body .elementor-posts .elementor-post h3.elementor-post__title,
	body .elementor-posts h3.elementor-post__title {
		font-size: 24px;
	}
	body h4,
	body .h4, 
	body .elementor-widget-heading h4.elementor-heading-title,
	body .elementor-widget-heading.h4 .elementor-heading-title, 
	body h4.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h4.elementor-image-box-title,
	body .elementor-posts .elementor-post h4.elementor-post__title,
	body .elementor-posts h4.elementor-post__title {
		font-size: 20px;
	}
	body h5,
	body .h5, 
	body .elementor-widget-heading h5.elementor-heading-title,
	body .elementor-widget-heading.h5 .elementor-heading-title, 
	body h5.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h5.elementor-image-box-title,
	body .elementor-posts .elementor-post h5.elementor-post__title,
	body .elementor-posts h5.elementor-post__title {
		font-size: 18px;
	}
	body h6,
	body .h6, 
	body .elementor-widget-heading h6.elementor-heading-title,
	body .elementor-widget-heading.h6 .elementor-heading-title, 
	body h6.elementor-cta__title.elementor-cta__content-item,
	body .elementor-image-box-content h6.elementor-image-box-title,
	body .elementor-posts .elementor-post h6.elementor-post__title,
	body .elementor-posts h6.elementor-post__title {
		font-size: 16px;
	}
	/* Cookies code */
	#cookie-notice .cookie-notice-container{
		padding: 25px 50px 25px 15px;
	}
	#cookie-notice .cookie-notice-container .cn-text-container{
		display: flex;
		flex-direction: column;
		justify-content: flex-start !important;
		align-items: flex-start !important;
		gap: 20px;
	}
	#cookie-notice .cookie-notice-container .cn-text-container > div{
		margin: 0 !important;
		max-width: 100%;
	}
	#cookie-notice .cookie-notice-container .cn-text-container .cookies-button-container{
		display: flex;
		flex-wrap: wrap;
		gap: 10px
	}
	#cookie-notice .cookie-notice-container .cn-text-container .cookies-button-container a{
		margin: 0
	}
	#cookie-notice .cookie-notice-container .cn-close-icon {
		top: 25px;
	}
	.footer_list ul{
		gap: 13px 20px;
	}
	.footer_big_img img{
		height: 50vw !important;
		min-height: 221px;
		max-height: 600px;
	}
	.hero-controllers .swiper-button{
		min-width: 40px;
		min-height: 40px;
		max-width: 40px;
		max-height: 40px;
	}
	.hero-controllers .swiper-button.hero-arrow-right{
		margin-left: 16px;
	}
	.hero-controllers{
		margin-top: 20px;
		padding-left: 0;
	}
	.hero-controllers .swiper-button{
		background-size: 9px;
	}
	.vld_event_slider{
		overflow: visible;
	}
	.vld_event_slider .vld_card_wrapper .vld_card_inner{
		padding: 19px;
	}
	.vld_event_slider .vld_card_wrapper .vld_event_date{
		margin-top: 12px;
	}
	.vld_event_slider .vld_card_wrapper .vld_event_date::before{
		left: 0px;
		top: 3px;
	}
	.vld_event_slider .vld_card_wrapper .vld_evet_text{
		margin-top: 13px;
	}
	.vld_event_slider .vld_card_wrapper .event_btn_wrap{
		padding-top: 22px;
	}
	.home_tabs_wrapper .e-n-tab-icon{
		margin-left: auto;
		align-self: flex-start;
		width: 15px;
		height: 8px;
		position: relative;
		top: 9px
	}
	.home_tabs_wrapper .e-n-tab-title .e-n-tab-title-text{
		max-width: calc(100% - 30px);
	}
	.home_tabs_wrapper .e-n-tab-title{
		border-bottom: 1px solid transparent
	}
	.home_tabs_wrapper .e-n-tab-title[aria-selected="true"]{
		border-bottom: 1px solid rgb(0 0 0 / 10%)
	}
	.event-controllers{
		margin-top: 43px;
	}
	.event-controllers .swiper-pagination > span{
		width: 10px;
		height: 10px;
	}
	.event-controllers .swiper-pagination{
		gap: 5px;
	}
	.event-controllers .swiper-pagination > span.swiper-pagination-bullet-active{
		width: 30px;
	}
	/* .event-controllers .swiper-button{
		display: none
	} */
	header .header-menu{
		top: 74px;
	}
	.event-controllers .swiper-pagination{
		min-width: auto !important;
	}
	.event-controllers{
		gap: 20px;
		margin-top: 30px;
	}
}
/* @media only screen and (max-width: 680px) {
	.footer_main_container > .e-con-inner > .elementor-element:nth-child(2){
		width: calc(100% - 180px) !important
	}
} */
@media only screen and (max-width: 580px) {
	.footer_main_container > .e-con-inner > .elementor-element{
    	width: 100% !important;
		text-align: center;
        justify-content: center;
        align-items: center;
	}
	.footer_list ul{
		align-items: center;
	}
	.hero_inner_container::after{
		max-width: 522px;
	}
}
@media only screen and (max-width: 360px) {
	.footer_main_container > .e-con-inner > .elementor-element:nth-child(2),
	.footer_main_container > .e-con-inner > .elementor-element{
    	width: 100% !important
	}
	.footer_main_container > .e-con-inner > .elementor-element:last-child{
		margin-top: 0 !important;
	}
	.event-controllers .swiper-button{
		min-width: 30px;
		min-height: 30px;
		max-width: 30px;
		max-height: 30px;
		background-size: 6px;
	}
}
