/*!
Theme Name: standup4workers
Theme URI: http://ENX2.me/
Author: ENX2.me
Author URI: http://ENX2.me/
Description: Description
Version: 1.1.1
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: standup4workers
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

standup4workers is based on ENX2 https://ENX2.me/, (C) 2012-2020 Automattic, Inc.
ENX2 is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
	/* ===== FONT FAMILIES ===== */
	--font-family-body: "Open Sans", sans-serif;
	--font-family-heading: "Fira Sans", sans-serif;

	/* ===== FONT SIZES ===== */
	--font-size-body: clamp(16px, 1.4vw, 20px);
	--font-size-80: clamp(42px, 5.6vw, 80px);
	--font-size-70: clamp(32px, 5vw, 70px);
	--font-size-64: clamp(30px, 4vw, 64px);
	--font-size-60: clamp(30px, 3.9vw, 60px);
	--font-size-48: clamp(28px, 3.4vw, 48px);
	--font-size-42: clamp(26px, 2.8vw, 42px);
	--font-size-32: clamp(24px, 2.3vw, 32px);
	--font-size-30: clamp(22px, 2.2vw, 30px);
	--font-size-27: clamp(20px, 1.4vw, 27px);
	--font-size-24: clamp(18px, 1.5vw, 24px);

	/* ===== LINE HEIGHTS ===== */
	--line-height-body: 1.75;
	--line-height-heading: 1.20;

	/* ===== FONT WEIGHTS ===== */
	--fw-100: 100;
	--fw-200: 200;
	--fw-300: 300;
	--fw-400: 400;
	--fw-500: 500;
	--fw-600: 600;
	--fw-700: 700;

	/* ===== COLORS ===== */
	/* Primary Colors */
--color-primary: #00305C;
--color-secondary: #BD1C2B;
--color-white: #FFFFFF;
--color-black: #000000;
--color-red: #BD1C2B;
--color-light-gray: #F8F9FA;
--color-gray: #f0f0f0;


	/* ===== BUTTONS ===== */
	--btn-padding: 7.5px 35px 7.5px 35px;
	--btn-arrow-padding: 11px 74px 11px 37px;

	/* ===== RADIUS ===== */
	--radius-circle: 50%;
	--radius-231: 231px;
	--radius-95: 95px;

	--space-0: 0px;
	--space-5: 5px;
	--space-10: 10px;
	--space-18: 18px;
	--space-14: 14px;
	--space-24: 24px;
	--space-26: 26px;
	--space-30: 30px;
	--space-35: 35px;
	--space-100: 100px;
	--space-120: 120px;
	--space-150: 150px;
	--space-170: 170px;
	--space-191: 191px;
	--space-40: 40px;
	--space-45: 45px;
	--space-50: 50px;
	--space-60: 60px;
	--space-75: 75px;
	--section-padding: 100px 0;
	--section-padding-top: 100px;
	--section-padding-bottom: 100px;
	--pt-80: 80px;


	/* ===== WRAPPERS ===== */
	--wrapper-big: 1732px;
	--wrapper-inner: 1622px;
	--wrapper-small: 1400px;
	--wrapper-padding: 0 50px;
}

/* ========================================
   BASE RESET
======================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd {
	margin: 0;
	padding: 0;
}

/* ========================================
   TYPOGRAPHY
======================================== */
body {
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
	font-weight: var(--fw-400);
	color: var(--color-dark-gray);
	font-family: var(--font-family-body);
}

p {
	margin-bottom: 34px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--font-family-heading);
	font-weight: var(--fw-600);
	line-height: var(--line-height-heading);
	color: var(--color-black);
	margin: 0 0 32px 0;
	position: relative;
}
.default-section h1, .default-section h2, .default-section h3, .default-section h4, .default-section h5, .default-section h6, .single-new-content h1, .single-new-content h2, .single-new-content h3, .single-new-content h4, .single-new-content h5, .single-new-content h6 {
	margin: 50px 0 15px 0;
}
h1,
.h1 {
	font-size: var(--font-size-70);
}

h2,
.h2 {
	font-size: var(--font-size-48);
}

h3,
.h3 {
	font-size: var(--font-size-30);
}

h4,
.h4 {
font-size: var(--font-size-27);
}

h5,
.h5 {
font-size: var(--font-size-24);
}

h6, .h6 {
	font-size: var(--font-size-24);
}

.font-70 {
	font-size: var(--font-size-70);
}

.font-30 {
	font-size: var(--font-size-30);
}
.font-42{
	font-size: var(--font-size-42);
}
.font-27 {
	font-size: var(--font-size-27);
}

.font-24 {
	font-size: var(--font-size-24);
}


.section-small-title {
	margin-bottom: 28px;
	position: relative;
	padding: 0 30px 0 0px;
	display: flex;
	align-items: center;
	background-color: var(--color-white);
}

.section-small-title::after {
	content: "";
	width: 32px;
	height: 1px;
	background-color: var(--color-primary);
	display: inline-block;
	margin-left: 12px;
}

.sec-shape {
	position: relative;
	padding-left: 48px;
}

.sec-shape::before {
	content: "";
	width: 28px;
	height: 76%;
	border-left: 1px solid var(--color-primary);
	position: absolute;
	left: 0;
	border-top-left-radius: 10px;
	border-top: 1px solid var(--color-primary);
	top: 13px;
	pointer-events: none;
}

/* ========================================
   LISTS
======================================== */
ul,
ol {
	list-style: none;
	padding: 0;
	margin: 0 0 35px 0;
}

ul li,
ol li {
	margin-bottom: 0px;
	position: relative;
}
ol li {
	list-style: decimal;
}
ol {
	padding-left: 22px;
}
li {
	margin-bottom: 10px;
}

ul li {
	padding-left: 24px;
}

ul li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: var(--color-primary);
	position: absolute;
	left: 0;
	border-radius: var(--radius-circle);
	top: 0.65em;
}

.site-header ul li,
.site-header ul li::before,
.site-footer ul li,
.site-footer ul li::before {
	padding-left: 0;
	content: none;
}

.site-header li,
.site-footer li {
	margin: 0;
}

.list-title {
	margin-bottom: 20px;
	display: inline-block;
}

/* ===== Font Weight Utilities ===== */
.fw-lighter {
	font-weight: var(--fw-100)
}

.fw-light {
	font-weight: var(--fw-300)
}

.fw-normal {
	font-weight: var(--fw-400)
}

.fw-medium {
	font-weight: var(--fw-500)
}

.fw-semibold {
	font-weight: var(--fw-600)
}

.fw-bold {
	font-weight: var(--fw-700)
}

/* ===== Text Alignment ===== */
.text-start {
	text-align: left
}

.text-center {
	text-align: center
}

.text-end {
	text-align: right
}

/* ========================================
   LINKS
======================================== */
a {
	text-decoration: none;
	color: var(--color-primary);
	display: inline-block;
	transition: 0.5s;
}

a:focus-visible {
	outline: none;
}

a:hover {
	outline: none;
	color: var(--color-black);
	text-decoration: none;
}

/* ========================================
   MEDIA
======================================== */
img,
picture,
video,
canvas,
svg {
	display: block;
	max-width: 100%;
	height: auto;
}

.image-wrap {
	position: relative;
}

.image-wrap img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	inset: 0;
}

path {
	transition: 0.5s;
}

body .text-primary {
	color: var(--color-primary);
}

body .text-secondary {
	color: var(--color-secondary);
}

body .text-tertiary {
	color: var(--color-tertiary);
}

body .text-dark-gray {
	color: var(--color-dark-gray);
}

body .text-white {
	color: var(--color-white);
}

body .text-black {
	color: var(--color-black);
}

body .text-red {
	color: var(--color-red);
}

/* ========================================
   FORMS
======================================== */
input,
button,
textarea,
select {
	font: inherit;
	color: inherit;
}

select {
	background-color: transparent;
	border: 1px solid var(--color-secondary);
	border-radius: 38px;
	color: var(--color-secondary);
	font-weight: var(--fw-400);
	padding: 12px 27px 12px 27px;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='%23074754' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 25px center;
	appearance: none;
	min-width: 279px;
}

.btn-list li {
	margin: 0;
}

body .btn-arrow {
	background: var(--color-secondary);
	color: var(--color-white);
	padding: var(--btn-arrow-padding);
	font-size: var(--font-size-body);
	font-weight: var(--fw-400);
	border: none;
	cursor: pointer;
	transition: 0.5s;
	text-transform: uppercase;
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 2L25.5 4L23.5 6V4V2Z' fill='white'/%3E%3Cpath d='M0 4L25.5 4M25.5 4L23.5 2V6L25.5 4Z' stroke='white' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 32px center;
	font-family: var(--font-family-heading);
}
body .btn-arrow:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
	background-position: right 25px center;
}

.solid-btn {
	background: var(--color-secondary);
	color: var(--color-white);
	padding: var(--btn-padding);
	font-size: var(--font-size-24);
	font-weight: var(--fw-400);
	border: none;
	cursor: pointer;
	transition: 0.5s;
	text-transform: capitalize;
	font-family: var(--font-family-heading);
}
.solid-btn:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
}
body .hover-bg-white:hover {
	background-color: var(--color-white);
	color: var(--color-primary);
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 2L25.5 4L23.5 6V4V2Z' fill='%2300305C'/%3E%3Cpath d='M0 4L25.5 4M25.5 4L23.5 2V6L25.5 4Z' stroke='%2300305C' stroke-width='1.5'/%3E%3C/svg%3E");
}


/* .border-button {
	border: 1px solid var(--color-secondary);
	color: var(--color-secondary);
	padding: 12px 45px 12px 35px;
	border-radius: 38px;
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.35547 14.75L9.10147 8.25L1.35547 1.75' stroke='%23074754' stroke-width='2'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: right 22px center;
}
.border-button:hover {
	background-position: right 15px center;
	background-color: var(--color-secondary);
	color: var(--color-white);
	background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.35547 14.75L9.10147 8.25L1.35547 1.75' stroke='%23fff' stroke-width='2'/%3E%3C/svg%3E");
} */

body .read-more-link {
	color: var(--color-secondary);
	font-weight: var(--fw-700);
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 2L25.5 4L23.5 6V4V2Z' fill='%23BD1C2B'/%3E%3Cpath d='M0 4L25.5 4M25.5 4L23.5 2V6L25.5 4Z' stroke='%23BD1C2B' stroke-width='1.5'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	padding-right: 45px;
	background-position: right 5px center;
	line-height: 1;
	font-size: var(--font-size-30);
	font-family: var(--font-family-heading);
}

body .read-more-link:hover {
	color: var(--color-primary);
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 2L25.5 4L23.5 6V4V2Z' fill='%2300305C'/%3E%3Cpath d='M0 4L25.5 4M25.5 4L23.5 2V6L25.5 4Z' stroke='%2300305C' stroke-width='1.5'/%3E%3C/svg%3E");
	background-position: right 0 center;
}

/* ========================================
   TABLES
======================================== */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ========================================
   WORDPRESS IMAGE ALIGNMENTS
======================================== */
.alignleft {
	float: left;
	margin-right: var(--space-18);
}

.alignright {
	float: right;
	margin-left: var(--space-18);
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* ========================================
   UTILITIES
======================================== */
[hidden] {
	display: none !important;
}

.fst-italic {
	font-style: italic;
}

p:last-child,
li:last-child,
blockquote:last-child,
ul:last-child,
ol:last-child {
	margin: 0;
}
blockquote {
	margin-bottom: var(--space-35);
	padding: var(--space-30);
	background-color: var(--color-primary);
	border-left: 8px solid var(--color-secondary);
	color: var(--color-white);
}

/* ========================================
   WRAPPERS
======================================== */
.big-wrapper {
	padding: var(--wrapper-padding);
	max-width: var(--wrapper-big);
	margin: 0 auto;
	width: 100%;
}

.inner-wrapper {
	max-width: var(--wrapper-inner);
	margin: 0 auto;
	padding: var(--wrapper-padding);
	width: 100%;
}

.wrapper {
	max-width: var(--wrapper-default);
	margin: auto;
	padding: var(--wrapper-padding);
	width: 100%;
}

.small-wrapper {
	max-width: var(--wrapper-small);
	margin: 0 auto;
	padding: var(--wrapper-padding);
	width: 100%;
}

/* ========================================
   FLEX UTILITIES
======================================== */
.flex-center {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
}

.d-flex {
	display: flex;
	flex-wrap: wrap;
}

.flex-column {
	flex-direction: column;
}

.flex-row-reverse {
	flex-direction: row-reverse;
}

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

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

.justify-content-end {
	justify-content: flex-end;
}

.justify-content-between {
	justify-content: space-between;
}

.text-uppercase {
	text-transform: uppercase;
}

.text-capitalize {
	text-transform: capitalize;
}

.break-line {
	display: block;
}


.text-white * {
	color: var(--color-white)
}

.text-white {
	color: var(--color-white);
}

/* ===== Position Utilities ===== */
.position-static {
	position: static
}

.position-relative {
	position: relative
}

.position-absolute {
	position: absolute
}

.position-fixed {
	position: fixed
}

.position-sticky {
	position: sticky
}

/* ===== Inset Utilities ===== */
.inset-0 {
	inset: 0
}

/* ===== Individual Sides ===== */

.z-n1 {
	z-index: -1
}

.z-0 {
	z-index: 0
}

.z-1 {
	z-index: 1
}

.z-2 {
	z-index: 2
}

.z-3 {
	z-index: 3
}

/* ========================================
   SPACING UTILITIES
======================================== */
.pt-0 {
	padding-top: var(--space-0) !important;
}

.mt-0 {
	margin-top: var(--space-0) !important;
}

.pb-0 {
	padding-bottom: var(--space-0) !important;
}

.mb-0 {
	margin-bottom: var(--space-0) !important;
}

.pt-18 {
	padding-top: var(--space-18) !important;
}

.mt-18 {
	margin-top: var(--space-18) !important;
}

.pb-18 {
	padding-bottom: var(--space-18) !important;
}

.mb-18 {
	margin-bottom: var(--space-18) !important;
}

.pt-30 {
	padding-top: var(--space-30) !important;
}

.mt-30 {
	margin-top: var(--space-30) !important;
}

.pb-30 {
	padding-bottom: var(--space-30) !important;
}

.mb-30 {
	margin-bottom: var(--space-30) !important;
}

.pt-35 {
	padding-top: var(--space-35) !important;
}

.mt-35 {
	margin-top: var(--space-35) !important;
}

.pb-35 {
	padding-bottom: var(--space-35) !important;
}

.mb-35 {
	margin-bottom: var(--space-35) !important;
}

.pt-50 {
	padding-top: var(--space-50) !important;
}

.mt-50 {
	margin-top: var(--space-50) !important;
}

.pb-50 {
	padding-bottom: var(--space-50) !important;
}

.mb-50 {
	margin-bottom: var(--space-50) !important;
}

.d-block {
	display: block;
}

.d-none {
	display: none;
}

.row {
	margin: 0 -15px;
}

.col {
	padding: 0 15px;
	width: 100%;
}

.col-1 {
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	flex: 0 0 100%;
	max-width: 100%;
}


/* ===== Width Hight Utilities ===== */
.w-25 {
	width: 25%;
}

.w-50 {
	width: 50%;
}

.w-75 {
	width: 75%;
}

.w-100 {
	width: 100%;
}

.w-auto {
	width: auto;
}

.h-100 {
	height: 100%;
}

/* ===== Viewport Width Utilities ===== */
.vw-100 {
	width: 100vw;
}

.min-vw-100 {
	min-width: 100vw;
}

.mx-auto {
	margin-left: auto;
	margin-right: auto;
}

.my-auto {
	margin-top: auto;
	margin-bottom: auto;
}

.mt-auto {
	margin-top: auto;
}

.mb-auto {
	margin-bottom: auto;
}

.ms-auto {
	margin-left: auto;
}

.me-auto {
	margin-right: auto;
}

.full-link {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.section-title {
	padding-bottom: 0;
	position: relative;
}

body .section-padding {
	padding: var(--section-padding);
}

.section-padding-top {
	padding-top: var(--section-padding-top);
}

.section-padding-bottom {
	padding-bottom: var(--section-padding-bottom);
}

body .slick-prev {
	left: 0;
}

body .slick-prev::before,
body .slick-next::before ,
.testimonial-prev::before,
body .testimonial-next::before
{
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background-repeat: no-repeat;
	background-position: center;
	inset: 0;
	opacity: 1 !important;
}

body .slick-prev::before, .testimonial-prev::before {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 6L1.5 4L3.5 2L3.5 4L3.5 6Z' fill='%23BD1C2B'/%3E%3Cpath d='M27 4L1.5 4M1.5 4L3.5 6L3.5 2L1.5 4Z' stroke='%23BD1C2B' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

body .slick-next::before, .testimonial-next::before {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 2L25.5 4L23.5 6V4V2Z' fill='%23BD1C2B'/%3E%3Cpath d='M0 4H25.5M25.5 4L23.5 2V6L25.5 4Z' stroke='%23BD1C2B' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

body .slick-prev:hover::before, .testimonial-prev:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.5 6L1.5 4L3.5 2L3.5 4L3.5 6Z' fill='%2300305C'/%3E%3Cpath d='M27 4L1.5 4M1.5 4L3.5 6L3.5 2L1.5 4Z' stroke='%2300305C' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}

body .slick-next:hover::before, .testimonial-next:hover::before {
	background-image: url("data:image/svg+xml,%3Csvg width='27' height='8' viewBox='0 0 27 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M23.5 2L25.5 4L23.5 6V4V2Z' fill='%2300305C'/%3E%3Cpath d='M0 4H25.5M25.5 4L23.5 2V6L25.5 4Z' stroke='%2300305C' stroke-width='1.5'/%3E%3C/svg%3E") !important;
}


body .slick-next {
	right: 0;
}

body .slick-arrow {
	width: 56px;
	height: 40px;
	background-size: 30px !important;
	background-repeat: no-repeat !important;
	z-index: 9;
	background-position: center !important;
	transition: 0.5s;
	background-color: var(--color-white) !important;
	filter: drop-shadow(0 10px 15.3px rgba(0, 0, 0, 0.07));
	border: none;
	cursor: pointer;
}
body .slick-arrow:hover {
	background-color: var(--color-white) !important;
}

body .slick-dots li::before,
body .slick-dots li button::before {
	all: unset;
}

body .slick-dots li {
	width: 18px;
	height: 18px;
	margin: 0 4px;
}

body .slick-dots li button {
	border: 2px solid var(--color-primary);
	border-radius: var(--radius-circle);
	width: inherit;
	height: inherit;
}

body .slick-dots li.slick-active button {
	background-color: var(--color-primary);
}

body .slick-dotted.slick-slider {
	margin-bottom: 60px;
}

/*---- Gravity FORM Style Start  ----*/
.gform_validation_errors {
	display: none !important;
}

.validation_message {
	font-size: 12px !important;
	margin: 6px 0 0 0 !important;
}

.contact-form input,
.contact-form textarea,
.contact-form select {
	height: auto !important;
	line-height: 1.2 !important;
	padding: 17.5px 20px !important;
	color: var(--color-white) !important;
	background-color: transparent !important;
	border-radius: 0px !important;
	border: 1px solid var(--color-white) !important;
	font-size: var(--font-size-body) !important;
}

body .contact-form .ginput_address_zip {
	width: 100%;
	inline-size: 100%;
}

body .contact-form .gfield_label {
	color: var(--color-white) !important;
	font-size: var(--font-size-27) !important;
	line-height: 1.11 !important;
	margin: 0 0 16px 0 !important;
	font-weight: var(--fw-600) !important;
	font-family: var(--font-family-heading) !important;
}
.contact-form textarea {
	height: 200px !important;
	min-block-size: unset !important;
	resize: none !important;
}

body .contact-form input:focus,
.contact-form textarea:focus,
.contact-form select:focus {
	box-shadow: unset !important;
	outline: 0 !important;
}

.gfield_required {
	display: none !important;
}

.contact-form select {
	cursor: pointer;
}

.contact-form .gform-footer {
	margin: 17px 0 0 0 !important;
}

.contact-form .gform-theme--foundation .gform_fields {
	row-gap: 17px !important;
	column-gap: 24px;
}

.contact-form-wrap {
	max-width: 749px;
}

.contact-form .gform_footer {
	margin: 39px 0 0 0 !important;
}

body .contact-form input[type="submit"] {
	background-color: var(--color-secondary) !important;
	color: var(--color-white) !important;
	padding: 18px 20px !important;
	font-size: var(--font-size-24) !important;
	font-weight: var(--fw-700) !important;
	line-height: normal !important;
	border-radius: 0px !important;
	border: none !important;
	cursor: pointer !important;
	transition: 0.5s !important;
	text-transform: uppercase !important;
	width: 100% !important;
	font-family: var(--font-family-heading) !important;
}

body .contact-form input[type="submit"]:hover {
	background-color: var(--color-white) !important;
	color: var(--color-primary) !important;
}

.contact-form .validation_message,
body .contact-form .validation_message {
	margin: 3px 0 0 0 !important;
	text-align: left !important;
	font-size: 12px !important;
	color: #c02b0a !important;
	background-color: var(--color-white);
	padding: 2px 5px;
}

body .gform-theme--framework .gform-loader {
	border-block-end-color: var(--yellow) !important;
	border-block-start-color: var(--gf-form-spinner-bg-color);
	border-inline-end-color: var(--gf-form-spinner-bg-color);
	border-inline-start-color: var(--yellow) !important;
}

.contact-form select option {
	background-color: var(--green) !important;
}

/*---- Gravity FORM Style End  ----*/

.enx2-logo {
	padding-left: 15px;
}

.powered-by {
	gap: 10px;
}

/*---- Enx2 Logo Style Start ----*/
#enx2_logo path:nth-child(1) {
	transform-origin: 10% center;
}

#enx2_logo path {
	fill: var(--color-black);
	transition: all 0.3s ease 0s;
}

#enx2_logo {
	max-width: 120px;
	line-height: 1;
	height: auto;
}

body .poweredby:hover path {
	fill: var(--color-primary) !important;
}

.poweredby svg {
	transition: 0.5s;
}

.poweredby:hover svg {
	transform: translateY(-2px);
}

.footer-bottom {
	margin-top: 90px;
}

body ul .quick-item {
	border-right: 1px solid;
	line-height: 1;
	padding: 0 15px;
	font-weight: var(--fw-500);
	font-family: var(--font-family-heading);
}

.quick-link-anchor {
	text-decoration: none;
	color: var(--color-black);
}

.quick-link-anchor:hover {
	color: var(--color-primary);
}

.powered-by-text {
	margin: 0;
	font-weight: var(--fw-500);
	font-family: var(--font-family-heading);
}

/*---- Enx2 Logo Style End ----*/

/*---- Header CSS Start ----*/
body.no-scroll {
	overflow: hidden !important;
}


.site-header {
	position: relative;
}

.custom-logo-link {
	display: table;
}

.custom-logo {
	z-index: 92;
	position: relative;
	max-width: 100%;
	width: 100%;
}

/*---- Header Mobile menu CSS  ----*/
.header-btn.m-block{
	display: none;
}
.add-overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index: 2;
	inset: 0;
	opacity: 0.6;
}

.header-menu-wrap li.menu-item-has-children>a {
	display: flex;
	align-items: center;
	padding-right: 23px;
}

.header-menu-wrap li.menu-item-has-children>a::after,
body.single-post .header-menu-wrap li.menu-item-has-children>a::after {
	content: '';
	font-size: 10px;
	right: 0;
	transition: transform 0.3s ease;
	position: absolute;
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
}

.header-menu-wrap li.menu-item-has-children:hover>a::after {
	transform: rotate(180deg);
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}

.header-menu-wrap .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	z-index: 999;
	list-style: none;
	margin: 0;
	flex-direction: column;
	transition: all 0.3s;
	background-color: var(--color-white);
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.header-menu-wrap .sub-menu::before {
	content: "";
	width: 100%;
	height: 23px;
	background-color: transparent;
	position: absolute;
	top: -23px;
	z-index: -1;
}

.header-menu-wrap ul li::before {
	all: unset;
}

body.add-overlay {
	overflow: hidden;
}

.header-menu-wrap .sub-menu li {
	padding: 0;
	transition: 0.3s ease;
}

.header-menu-wrap .sub-menu li:last-child {
	border: none;
}

.header-menu-wrap .sub-menu li a {
	color: var(--color-primary);
	text-decoration: none;
	padding: 10px 16px;
	display: block;
	transition: all 0.3s ease;
	border-left: 3px solid transparent;
	height: 100%;
	border-bottom: 1px solid #F0542361;
	line-height: 1.2;
	font-size: 18px;
}

.header-menu-wrap .sub-menu li a:hover {
	background-color: var(--color-primary);
	color: var(--color-white);
	border-bottom-color: var(--color-white);
}

.sub-menu a::before {
	all: unset;
}

.two-column-menu .sub-menu {
	min-width: 450px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

.two-column-menu .sub-menu li {
	margin: 0;
	max-width: 50%;
	width: 100%;
}

.two-column-menu .sub-menu li:nth-child(2n+1) a {
	border-right: 1px solid var(--color-teal);
}

.two-column-menu .sub-menu li:nth-last-child(-n+2) a {
	border-bottom: 0;
}

.mobile-menu-toggle {
	font-size: 24px;
	cursor: pointer;
	width: 30px;
	height: 21px;
	position: relative;
	flex-direction: column;
	justify-content: space-between;
	background: transparent;
	cursor: pointer;
	z-index: 9;
	padding: 0;
	margin: 0;
	display: none;
	border: none;
}

.mobile-menu-toggle:hover {
	background-color: transparent;
}

.mobile-menu-toggle .bar {
	height: 3px;
	width: 100%;
	background-color: var(--color-white);
	transition: all 0.3s ease-in-out;
	border-radius: 3px;
	display: block;
}

.mobile-menu-toggle.open .bar {
	background-color: var(--color-white);
}

.header-menu-wrap ul ul {
	display: flex;
	flex-direction: column;
	background-color: var(--cyan-blue);
	position: absolute;
	min-width: 170px;
	z-index: 9;
	transform: translateY(30px);
	opacity: 0;
	visibility: hidden;
	transition: all 0.3s ease;
}

.header-menu-wrap ul li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(22px);
}

.header-menu-wrap ul ul li:last-child a {
	border-bottom: 0;
}

.header-menu-wrap ul ul .sub-menu {
	left: 100%;
	top: 0;
}

.header-menu-wrap ul ul li {
	margin: 0;
	padding: 0;
}

.mobile-menu-toggle.open .top-bar {
	transform: translateY(10px) rotate(45deg);
}

.mobile-menu-toggle.open .middle-bar {
	opacity: 0;
}

.mobile-menu-toggle.open .bottom-bar {
	transform: translateY(-8px) rotate(-45deg);
}



.submenu-toggle {
	margin-left: auto;
	background-color: transparent;
	border: none;
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
	z-index: 9;
	position: relative;
	right: -20px;
	display: none;
	transition: 0.5s;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23FFFFFF' stroke-width='2'/%3E%3C/svg%3E");
}

.submenu-open>a .submenu-toggle {
	transform: rotate(180deg);
}

.header-menu-wrap li.menu-item-has-children>a:hover .submenu-toggle {
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%23F05423' stroke-width='2'/%3E%3C/svg%3E");

}

.header-menu-wrap .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.header-menu-wrap .sub-menu .sub-menu::before {
	top: 0;
}

.header-menu-wrap li:hover .sub-menu .sub-menu {
	transform: translateY(0px);
}

.header-menu-wrap .sub-menu .menu-item-has-children a::after {
	right: 6px;
	background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7 7L13 1' stroke='%2337123C' stroke-width='2'/%3E%3C/svg%3E");
	top: 1.1em;
}

.single .header-menu a,
.single .search-label {
	color: var(--color-black);
	transition: 0.5;
}

.single .header-menu a:hover,
.single .search-icon .search-label:hover {
	color: var(--color-primary);
}

.single .header-menu-wrap li.menu-item-has-children>a::after {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E");

}

.single .header-menu-wrap li.menu-item-has-children>a:hover::after {
	background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7.5L14 1' stroke='%23F05423' stroke-width='2'/%3E%3C/svg%3E");

}

.single .search-icon svg path,
.single .phone-link:hover path {
	fill: var(--color-black);
}

body.single-post .phone-link:hover path {
	fill: var(--color-white);
}

.single .search-icon:hover svg path {
	fill: var(--color-primary);
}

.single .phone-link:hover {
	color: var(--color-black);
}

/*---- Header Mobile menu End  ----*/

.site-header {
	position: relative;
	background-color: var(--color-primary);
}

.header-wrapper {
	padding-right: 51px;
}

.site-branding {
    background-color: var(--color-white);
    height: 100%;
    padding: 24px 20px 26px 60px;
    clip-path: polygon(0 0, 100% 0, 89.8% 100%, 0% 100%);
}
.header-left-wrap {
	max-width: 21.5%;
}

.header-right-wrap {
	max-width: 78%;
}

.header-right-inner {
	gap: 35px;
	padding: 24px 0;
}

.site-header .menu {
	display: flex;
	flex-wrap: wrap;
}

.header-menu-wrap a {
	color: var(--color-white);
	font-family: var(--font-family-heading);
	position: relative;
}

.header-menu-wrap a::before {
	content: "";
	width: 0%;
	height: 2px;
	background-color: var(--color-white);
	position: absolute;
	bottom: 0;
	transition: 0.5s ease-out;
	pointer-events: none;
}

.header-menu-wrap a:hover::before {
	width: 100%;
}

.header-menu-wrap a:hover {
	transform: translateY(-3px);
}

body .header-menu-wrap li {
	padding: 0 44px;
}

body .header-menu-wrap li:last-child {
	padding-right: 0;
}

.site-header .header-menu-wrap li::before {
	content: "";
	width: 1px;
	display: block;
	height: 15px;
	background-color: var(--color-white);
	position: absolute;
	right: 0;
	margin: auto;
	bottom: 0;
	top: 0;
}

.site-header .header-menu-wrap li:last-child::before {
	all: unset;
}

/*--- Footer CSS Start ---*/
.footer-top-wrapper {
	max-width: 1288px;
	width: 100%;
	margin: 0 auto;
}
.footer-column-left {
	max-width: 22.33%;
}

.footer-column-center {
	max-width: 33.33%;
}
.footer-column-right {
	max-width: 32.83%;
}
.footer-disclaimer {
	line-height: 1.4;
	font-weight: var(--fw-500);
	color: var(--color-primary);
	font-family: var(--font-family-heading);
}

body .contact-list-item {
	margin-bottom: 18px;
}

.contact-icon {
	max-width: 31px;
	width: 100%;
}

.contact-text {
	max-width: calc(100% - 31px);
	width: 100%;
	padding-left: 10px;
	line-height: 1.5;
	font-size: 18px;
}
.contact-label {
	font-weight: var(--fw-500);
}
.contact-title {
	color: rgb(0, 17, 33);
	line-height: 1.5;
	font-size: 18px;
	margin: 0 0 18px 0;
	font-weight: var(--fw-600);
}

.contact-text a {
	color: rgb(0, 17, 33);
}

.social-link-item i {
	font-size: 32px;
	color: var(--color-red);
}

.social-links-wrap {
	gap: 24px;
}
.social-link-item a:hover {
	transform: translateY(-2px);
}
.contact-text a:hover {
	color: var(--color-red);
}
.contact-list {
	margin-bottom: 25px;
}

.footer-top-wrap {
	padding: 70px 0 0 0;
	margin-top: 0;
	border-top: 1px solid var(--color-primary);
}

.footer-bottom {
	margin-top: 68px;
	padding: 50px 0 50px 0;
	border-top: 1px solid var(--color-primary);
}

@media screen and (max-width:1800px) {
	body .header-menu-wrap li {
		padding: 0 32px;
	}

	.site-branding {
		padding: 22px 2% 22px 8%;
	}

	.header-right-inner {
		padding: 20px 0;
	}
}

@media screen and (max-width:1600px) {

	body .header-menu-wrap li {
		padding: 0 25px;
	}

	.header-menu-wrap a {
		font-size: 18px;
	}

	.site-branding {
		padding: 22px 40px 22px 8%;
	}

	.header-right-inner {
		padding: 18px 0;
	}
	.footer-top-wrap {
	padding: 60px 0 0 0;
}
.footer-bottom {
	margin-top: 60px;
}
}

@media screen and (max-width:1440px) {
:root {
	--wrapper-padding: 0 40px;
	--btn-arrow-padding: 10px 60px 10px 25px;
}
.contact-form input, .contact-form textarea, .contact-form select {
	padding: 14px 20px !important;
}
body .contact-form input[type="submit"] {
	padding: 15px 20px !important;
}

	body .btn-arrow {
		background-position: right 20px center;
	}
body .btn-arrow:hover {
	background-position: right 15px center;
}
	.header-wrapper {
		padding-right: 40px;
	}

	body .header-menu-wrap li {
		padding: 0 22px;
	}
	.footer-bottom {
	padding: 45px 0;
}
}

@media screen and (max-width:1360px) {
		:root {
	--wrapper-padding: 0 30px;
	--section-padding: 90px 0;
}
p {
	margin-bottom: 30px;
}

	.header-wrapper {
		padding-right: 30px;
	}

	body .header-menu-wrap li {
		padding: 0 20px;
	}

	.header-right-wrap {
		max-width: 80%;
	}

	.header-left-wrap {
		max-width: 20%;
	}

	.header-right-inner {
		gap: 25px;
	}

	.header-right-inner {
		padding: 14px 0;
	}
	.contact-form input, .contact-form textarea, .contact-form select {
	padding: 14px 20px !important;
}
.footer-column-right {
	max-width: 37.33%;
}
.social-links-wrap {
	gap: 20px;
}
.social-link-item i {
	font-size: 28px;
}
.contact-icon {
	max-width: 28px;
}
}

@media screen and (max-width:1200px) {
	:root {
	--section-padding:80px 0;
}
p {
	margin-bottom: 26px;
}
	.header-menu-wrap {
		flex-direction: column;
		overflow-y: scroll !important;
		max-height: 100dvh;
		flex-wrap: nowrap;
	}

	.site-header .menu {
		flex-direction: column;
	}

	.site-header .header-menu-wrap li::before,
	.header-menu-wrap a::before {
		all: unset;
	}

	.header-menu-wrap a {
		width: 100%;
		padding: 8px 20px;
		border-bottom: 1px solid;
	}

	body .header-menu-wrap li {
		padding: 0;
	}

	.header-menu-wrap a:hover {
		transform: translateY(0px);
	}

	.header-left-wrap {
		max-width: 275px;
	}

	.header-right-wrap {
		max-width: fit-content;
	}

	body .header-menu {
		gap: 0;
	}

	.header-menu-wrap {
		position: fixed;
		top: 0;
		right: 0;
		box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
		max-width: 40%;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 9;
		transform: translateX(100%);
		height: 100%;
		padding: 100px 0 70px;
		width: 100%;
		overflow: auto;
		background-color: var(--color-primary);
		display: flex;
		min-width: 350px;
	}

	.site-header-right-box {
		gap: 0 10px;
	}

	.header-location {
		order: 1;
		padding: 30px 20px;
		margin-bottom: 0;
		border: 0;
	}

	.site-header .social-links-wrap {
		margin-top: 15px;
	}

	.mobile-menu-toggle.open:hover .bar {
		background-color: var(--color-white);
	}

	.two-column-menu .sub-menu li:nth-child(2n+1) {
		border-right: unset;
	}

	.header-menu .sub-menu::before {
		all: unset;
	}

	.header-menu-wrap.active {
		opacity: 1;
		visibility: visible;
		transform: translateX(0%);
	}

	.header-menu {
		flex-direction: column;
		margin: 0;
		gap: 0;
	}

	.header-menu li {
		padding: 0;
		width: 100%;
	}

	.header-menu>li>a,
	.header-menu .sub-menu li a {
		padding: 12px 24px;
		border-bottom: 1px solid #f0f0f0;
		width: 100%;
	}

	.header-menu>li:last-child>a,
	.header-menu>li>a {
		border-bottom: 1px solid #ffffff3b;
	}

	.site-header .sub-menu {
		position: static;
		opacity: 1;
		visibility: visible;
		transform: none;
		box-shadow: none;
		margin: 0;
		overflow: hidden;
		transition: max-height 0.3s ease;
		padding: 0;
		background-color: var(--color-primary);
	}

	.header-menu li.menu-item-has-children>a::after {
		display: none;
	}

	.search-wrap {
		order: -1;
	}

	.header-menu li:hover .sub-menu {
		transform: translate(0);
	}

	.two-column-menu .sub-menu {
		min-width: unset;
		flex-direction: column;
	}

	.two-column-menu .sub-menu li {
		max-width: 100%;
	}

	.mobile-menu-toggle {
		display: flex;
	}

	.header-menu .sub-menu .sub-menu {
		left: 0;
	}

	.header-menu-wrap ul li:hover>.sub-menu {
		visibility: unset;
		opacity: unset;
		transform: unset;
	}

	.header-menu-wrap .sub-menu li a:hover {
		padding-left: 50px;
		border-left: 4px solid var(--color-white);
		border-bottom-color: #ffffff3b;
	}

	.header-menu-wrap .sub-menu li:last-child {
		margin: 0;
	}

	.header-menu-wrap .sub-menu {
		min-width: auto;
	}

	.header-menu li .sub-menu a {
		display: flex;
		align-items: center;
		border-bottom: 1px solid #ffffff3b;
		color: var(--color-white);
		padding-left: 50px;
		border-left: 0;
		line-height: var(--line-height-body);
	}

	.header-menu li .sub-menu .sub-menu a {
		padding-left: 55px;
	}

	.header-menu li .sub-menu .sub-menu .sub-menu a {
		padding-left: 70px;
	}

	.submenu-toggle {
		display: block;
		right: -10px;
		padding: 12px;
	}

	.submenu-open>a .submenu-toggle {
		transform: rotate(180deg);
	}

	.header-menu-wrap .sub-menu .menu-item-has-children a::after {
		display: none;
	}

	.header-menu-wrap a:hover {
		background-color: var(--color-white);
		color: var(--color-primary);
	}
.footer-column-right {
	max-width: 43.33%;
}
#enx2_logo {
	max-width: 110px;
}
.contact-title {
	font-size: 16px;
}
.default-section h1, .default-section h2, .default-section h3, .default-section h4, .default-section h5, .default-section h6, .single-new-content h1, .single-new-content h2, .single-new-content h3, .single-new-content h4, .single-new-content h5, .single-new-content h6 {
	margin: 40px 0 15px 0;
}
}

@media screen and (max-width:1024px) {
		:root {
	--section-padding:70px 0px;
}
	.contact-form input, .contact-form textarea, .contact-form select {
	padding: 12px 20px !important;
}
.contact-form .gform-theme--foundation .gform_fields {
	row-gap: 15px !important;
}
.contact-form .gform_footer {
	margin: 30px 0 0 0 !important;
}
.footer-column-left,.footer-column-center,.footer-column-right  {
	max-width: 100%;
}
.site-logo-wrap img {
	margin: 0 auto 40px auto;
}
.footer-disclaimer {
	max-width: 400px;
	margin: 0 auto;
}
body .footer-column-right {
	padding-top: 45px;
	text-align: center;
}
body .contact-list-item {
	flex-direction: column;
}
.contact-icon {
	margin: 0 0 12px 0;
}
.contact-title {
margin: 0 0 30px 0;
}
body .social-links-wrap {
	margin: 35px 0 0 0;
	justify-content: center;
}
.contact-text {
	max-width: 300px;
	padding-left: 0;
}
}

@media screen and (max-width:991px) {
		:root {
	--wrapper-padding: 0 20px;
	--section-padding:60px 0px;
}
ul li::before {
	top: 0.6em;
}
}

@media screen and (max-width:768px) {
		:root {
		--section-padding:50px 0px;
}

	p {
	margin-bottom: 24px;
}
	.contact-form .gfield_label {
	margin: 0 0 12px 0 !important;
}
.contact-form .gfield_label {
	font-size: 18px !important;
}
body .contact-form input[type="submit"] {
	padding: 12px 20px !important;
	font-size: 17px !important;
}
	.row {
	margin: 0 -10px;
}
.col {
	padding: 0 10px;
}
	.header-left-wrap {
		max-width: 250px;
	}

	.header-wrapper {
		padding-right: 15px;
	}
	.footer-quick-links-wrap, .quick-links {
	flex-direction: column;
		text-align: center;
}
.enx2-logo {
	padding-left: 0;
	margin: 30px 0 0 0;
}
body ul .quick-item {
	border-right: 0;
	margin: 0 0px 16px 0;
}
body ul .quick-item:last-child {
	margin: 0;
}
body ul .quick-item:last-child {
	margin: 0;
}
body .footer-column-right {
	padding-top: 32px;
}
.default-section h1, .default-section h2, .default-section h3, .default-section h4, .default-section h5, .default-section h6, .single-new-content h1, .single-new-content h2, .single-new-content h3, .single-new-content h4, .single-new-content h5, .single-new-content h6 {
	margin: 35px 0 10px 0;
}
}

@media screen and (max-width:640px) {
			:root {
	--wrapper-padding: 0 15px;
}
.header-menu-wrap {
	padding: 80px 0 60px;
}
	.contact-form input, .contact-form textarea, .contact-form select {
	padding: 10px 20px !important;
}
	.header-left-wrap {
		max-width: 230px;
	}
	.footer-top-wrap {
	padding: 50px 0 0 0;
}
#enx2_logo {
	max-width: 90px;
}
.site-logo-wrap img {
	margin: 0 auto 35px auto;
}
.contact-form .gfield_label {
	font-size: 16px !important;
}


}
@media screen and (max-width:480px) {
	.header-menu-wrap {
	min-width: 320px;
}
.header-menu-wrap a {
	font-size: 16px;
	padding: 7px 20px;
}
.header-btn {
	display: none;
}
.header-btn.m-block {
	display: inline-block;
	margin: 30px 0 0 0;
	width: auto;
}
.header-btn.m-block a:hover {
	background-position: right 10px center;
}
.header-btn.m-block a {
	width: fit-content;
	padding: 7px 55px 7px 15px;
	margin: 0 auto;
	display: block;
	border: none;
	font-size: 18px;
	background-position: center right 15px;
	background-size: 24px;
}
}