/*!
Theme Name: RowlandsPerformance
Theme URI: http://underscores.me/
Author: ENX2 Marketing
Author URI: https://enx2marketing.com/
Description: NA
Version: 1.2.1
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: rowlandsperformance
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.

RowlandsPerformance is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores 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/
*/


@import url("web-fonts/webfonts.css");

:root {
	/* ===== FONT FAMILIES ===== */
	--font-family-body: "Roboto";
	--font-family-heading: "Oswald";

	/* ===== FONT SIZES ===== */
	--font-size-20: clamp(16px, 1.4vw, 20px);
	--font-size-body: clamp(16px, 1.4vw, 18px);
	--font-size-100: clamp(32px, 5vw, 65px);
	--font-size-55: clamp(28px, 4.4vw, 55px);
	--font-size-30: clamp(22px, 2.2vw, 30px);
	--font-size-24: clamp(20px, 1.5vw, 24px);
	--font-size-22: clamp(18px, 1.4vw, 22px);
	--font-size-20: clamp(16px, 1.2vw, 20px); 


	/* ===== LINE HEIGHTS ===== */
	--line-height-body: 1.66;
	--line-height-heading: 1.2;

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

	/* ===== COLORS ===== */
	--color-primary: #FF3131;
	--color-light-black: #121212;
	--color-black: #000;
	--color-white: #fff;
	--color-gray: #E8E8E8;
	--color-light-pink: #FFF5F5;
	--color-light-gray: #F7F7F7;


	/* ===== RADIUS ===== */
	--radius-circle: 50%;
	--space-80: 80px;
	--section-padding: 100px 0;
	--section-padding-top: 100px;
	--section-padding-bottom: 100px;
	--pt-80: 80px;


	/* ===== WRAPPERS ===== */
	--wrapper-default: 1544px;
	--wrapper-big: 1920px;
	--wrapper-inner: 1622px;
	--wrapper-small: 1538px;
	--wrapper-padding: 0 50px;
}

/* ===== Text Alignment ===== */

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

.text-start {
	text-align: left
}

.text-center {
	text-align: center
}

.text-end {
	text-align: right
}

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

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

body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', "Helvetica Neue", sans-serif;
	font-size: 18px;
	line-height: 1.66;
}

.image-wrap {
	position: relative;
}

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

/* ========================================
   TYPOGRAPHY
======================================== */

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

body {
	font-size: var(--font-size-body);
	line-height: var(--line-height-body);
	font-weight: var(--fw-400);
	color: var(--color-black);
	font-family: var(--font-family-body);
	margin: 0;
	background: var(--color-white);
}

p {
	margin: 0 0 30px 0;
}
p:last-of-type {
    margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--font-family-heading);
	font-weight: var(--fw-500);
	line-height: var(--line-height-heading);
	margin: 0 0 30px 0;
	position: relative;
	text-transform: uppercase;
	color: var(--color-light-black);
}
h1:first-of-type,
h2:first-of-type,
h3:first-of-type,
h4:first-of-type,
h5:first-of-type,
h6:first-of-type {
    margin-top: 0;
}

h1,
.h1 {
	font-size: var(--font-size-100);
}

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

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

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

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

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

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

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

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


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

.font-20 {
	font-size: var(--font-size-20);
}
h1, h2, h3, h4, h5, h6 {
	margin: 40px 0 20px 0;
}
/*----------------------------------------------------------*/

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

b,
strong {
	font-weight: bold;
}
blockquote {
	background-color: var(--color-primary);
	margin: 0;
	padding: 30px;
	color: var(--color-white);
	margin-bottom: 50px;
	line-height: 1.5;
}
/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
========================================================================== */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

textarea {
	overflow: auto;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/* Elements
--------------------------------------------- */
em,
i {
	font-style: italic;
}

big {
	font-size: 125%;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}
ul, ol {
	margin: 0 0 30px 0;
	padding: 0 0 0 16px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li>ul,
li>ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: var(--color-light-black);
	text-decoration: none;
	transition: 0.5s;
	display: inline-block;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* Navigation
--------------------------------------------- */
.main-navigation li {
	position: relative;
	list-style-type: none;
}
/*.main-navigation li.active a,
.main-navigation li.current_page_item a { 
	color: var(--color-primary);
}*/ 
.main-navigation a {
	display: block;
	text-decoration: none;
}


/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*------------------------------------------------------------------------------------------*/

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

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

.solid-btn {
	color: var(--color-white);
	font-weight: var(--fw-700);
	padding: 15px 39px;
	font-size: var(--font-size-20);
	text-transform: uppercase;
	display: inline-block;
	position: relative;
	background-color: var(--color-primary);
	transform: skew(-20deg);
	z-index: 1;
	transition: 0.5s;
	line-height: 1.5;
}

.solid-btn:hover {
	background-color: var(--color-light-black);
}

.solid-btn span {
	display: block;
	transform: skew(20deg);
}

.solid-btn::after {
	content: "";
	position: absolute;
	right: -8px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: var(--color-primary);
}

.hover-white:hover {
	background-color: var(--color-white);
	color: var(--color-light-black);
}

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

.validation_message {
	font-size: 12px !important;
	margin: 6px 0 0 0 !important;
}
.contact-form ::placeholder{
	font-size: inherit !important;
}
.contact-form input,
.contact-form textarea,
.contact-form select {
	height: auto !important;
	line-height: 1.2 !important;
	padding: 24px 28px !important;
	color: var(--color-light-black) !important;
	background-color: var(--color-light-gray) !important;
	border-radius: 0px !important;
	font-size: var(--font-size-body) !important;
	border: 1px solid rgba(18, 18, 18, 0.15) !important;
}
.contact-form .gfield--input-type-select .gform-field-label {
	display: none !important;
}
body .contact-form .gfield--input-type-textarea label {
	top: 34px;
	transform: unset;
}
.contact-form .gfield_required_asterisk {
	font-size: var(--font-size-body) !important;
	color: var(--color-primary);
}
body .contact-form .ginput_address_zip {
	width: 100%;
	inline-size: 100%;
}
body .contact-form .gfield {
	position: relative;
}
.contact-form .gfield_label {
	color: var(--color-light-black) !important;
	font-size: var(--font-size-body) !important;
	line-height: 1.11 !important;
	margin: 0 !important;
	font-weight: var(--fw-400) !important;
	font-family: var(--font-family-body) !important;
	left: 34px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	display: none !important;
}
.contact-form .gform-loader {
  display: none !important;
}
body .contact-form .gform-field-label.active {
	/* top: -30px;
	left: 0;
	transform: unset; */
	display: none;
}
.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;
}

.gform_heading {
	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: 20px !important;
	column-gap: 20px !important;
}

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

.contact-form .gform_footer {
	margin: 30px 0 0 12px !important;
	width: fit-content;
	position: relative;
}

body .contact-form input[type="submit"],
body .contact-form .gform_button {
	color: var(--color-white) !important;
	padding: 15px 50px 15px 50px !important;
	font-size: var(--font-size-20) !important;
	font-weight: var(--fw-700) !important;
	line-height: 1.5 !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-body) !important;
	position: relative;
	background-color: var(--color-primary) !important;
}
body .contact-form .gform_button:hover, body .contact-form .gform_button:focus{
	background-color: var(--color-light-black) !important;
}
/*.contact-form .gform_footer::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-primary);
	position: absolute;
	inset: 0;
	z-index: 0;
	pointer-events: none;
	transform: skew(-20deg);
	pointer-events: none;
	transition: 0.5s;
}*/

.gform_footer:has(input[type="submit"]:hover)::before {
	background-color: var(--color-light-black) !important;
}

/* .gform_footer::after {
	content: "";
	position: absolute;
	right: -8px;
	top: 0;
	width: 4px;
	height: 100%;
	background-color: var(--color-primary);
	transform: skew(-20deg);
} */

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

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


/*============================================
	Header CSS
============================================*/
.site-header {
	overflow: hidden;
	position: sticky;
	top: 0;
	width: 100%;
	z-index: 10;
	background-color: var(--color-white);
}

.header-wrap-row::before {
	content: "";
	position: absolute;
	left: calc(-100em - -25px);
	top: 0;
	background-color: #121212;
	width: 100em;
	height: 100%;
}

.header-wrap-row {
	position: relative;
	padding-right: 20px;
}

.menu-main-menu-container {
	padding-left: 60px;
}

.site-branding {
	background-color: #121212;
	border-right: 5px solid #FF3131;
	padding: 18px 36px 10px 0;
	transform: skewX(-24deg);
	max-width: 25.9%;
	width: 100%;
}

.site-branding .custom-logo {
	display: table;
	transform: skewX(24deg);
}

ul.menu li a {
	color: var(--color-light-black);
	font-size: var(--font-size-body);
	font-weight: var(--fw-700);
	line-height: 1.6;
	text-transform: uppercase;
}

ul.menu li a:hover {
	color: var(--color-primary);
}

.main-navigation ul {
	display: flex;
	gap: 80px;
	margin: 0;
	padding: 0;
}
.header-cta-btn-m-wrap{
	display: none;
}

.welcome-sec::before{
	content: "";
	width: 1px;
	height: 100px;
	background-color: var(--color-primary);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: 0px;
	z-index: 1;
	display: inline-block !important;
}
.our-brands-sec::after {
	content: "";
	width: 1px;
	height: 100px;
	background-color: var(--color-primary);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 20px;
	z-index: 1;
	display: inline-block !important;
}
.left-content-right-image-sec::before {
	content: "";
	width: 1px;
	height: 100px;
	background-color: var(--color-primary);
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0px;
	z-index: 2;
	display: inline-block !important;
}
/*---- Header Mobile menu CSS  ----*/
.header-main {
	box-shadow: 0 10px 39.8px 0 rgba(0, 0, 0, 0.10);
	position: relative;
	z-index: 1;
}

.add-overlay::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: #000;
	position: absolute;
	z-index: 1;
	inset: 0;
	opacity: 0.6;
}

.main-navigation li.menu-item-has-children>a {
	display: flex;
	align-items: center;
	padding-right: 26px;
}

.main-navigation 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-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='black' stroke-width='2'/%3E%3C/svg%3E");
	background-position: center;
}

.main-navigation 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='%23007ea9' stroke-width='2'/%3E%3C/svg%3E");
}

.main-navigation .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	min-width: 240px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(60px);
	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;
	border-top: 5px solid var(--color-gold);
}

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

.main-navigation ul li::before {
	all: unset;
}

body.add-overlay {
	overflow: hidden;
}

.main-navigation .sub-menu li {
	padding: 0;
	transition: 0.3s ease;
}

.main-navigation .sub-menu li:last-child {
	border: none;
}

.main-navigation .sub-menu li a {
	color: var(--color-black);
	text-decoration: none;
	padding: 12px 16px;
	display: block;
	transition: all 0.3s ease;
	height: 100%;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	line-height: 1.2;
	font-size: var(--font-size-body);
}

.main-navigation .sub-menu li a:hover {
	background-color: var(--color-brand-blue);
	color: var(--color-white);
	border-color: rgba(275, 275, 275, 0.2);
}

.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: 20px;
	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: 2px;
	width: 100%;
	background-color: var(--color-light-black);
	transition: all 0.3s ease-in-out;
	border-radius: 0;
	display: block;
}

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

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

.main-navigation ul li:hover>.sub-menu {
	visibility: visible;
	opacity: 1;
	transform: translateY(39px);
}

.site-header.sticky ul li:hover>.sub-menu {
	transform: translateY(34px);
	border-top: 4px solid var(--color-brand-blue);
}

.main-navigation ul ul li:last-child a {
	border-bottom: 0;
}

.main-navigation ul ul .sub-menu {
	left: 100%;
	top: 0;
}

.main-navigation 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);
}

.main-navigation 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='%23007EA9' stroke-width='2'/%3E%3C/svg%3E");
}

.main-navigation .sub-menu .sub-menu {
	left: 100%;
	top: 0;
}

.main-navigation .sub-menu .sub-menu::before {
	top: 0;
}

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

.main-navigation .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;
}

.main-navigation .sub-menu .menu-item-has-children:hover>a::after {
	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='white' stroke-width='2'/%3E%3C/svg%3E");
}

/*---- Header Mobile menu CSS  ----*/



/* Footer CSS Start */
.site-footer {
	padding: 180px 0 66px 0;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	z-index: 0;
	clip-path: polygon(0 19%, 100% 0, 100% 100%, 0 100%);
	overflow: hidden;
}
.home .site-footer {
	margin-top: -143px;
}
.site-footer::before {
	content: "";
	width: 100%;
	height: 100%;
	background-color: var(--color-light-black);
	opacity: 0.8;
	position: absolute;
	inset: 0;
	pointer-events: none;
	z-index: -1;
}

/* .site-footer::after {
	content: "";
	width: 100%;
	height: 10px;
	background-color: var(--color-primary);
	position: absolute;
	top: 45px;
	transform: rotate(-2.8deg);
	left: -2px;
	pointer-events: none;
} */
 .site-footer::after {
	content: "";
	width: 100%;
	height: 110px;
	background-color: var(--color-primary);
	position: absolute;
	top: -5px;
	left: 0px;
	pointer-events: none;
	clip-path: polygon(0 88.8%, 100% 0, 100% 14%, 0 100%);
}
.let-us-help-you-win-sec::after {
	content: "";
	width: 1px;
	height: 100px;
	background-color: var(--color-primary);
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 1;
}

.social-media-wrap {
	margin: 0;
	padding: 0;
	gap: 10px;
	list-style-type: none;
}

.social-media-link {
	width: 44px;
	height: 44px;
	background-color: rgba(255, 255, 255, 0.10);
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: var(--radius-circle);
	display: flex;
	justify-content: center;
	align-items: center;
}

.social-media-link:hover {
	background-color: var(--color-primary);
	border-color: var(--color-primary);
}

.footer-contact-list {
	gap: 80px;
}

.contact-icon {
	width: 64px;
	height: 64px;
	background-color: var(--color-primary);
	border-radius: var(--radius-circle);
}

.contact-link {
	text-transform: uppercase;
	font-size: var(--font-size-24);
	font-weight: var(--fw-500);
	font-family: var(--font-family-heading);
}

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

.contact-item {
	gap: 20px;
}

.footer-top-wrap {
	padding: 50px 0 42px;
	border-top: 1px solid rgba(275, 275, 275, 0.1);
	border-bottom: 1px solid rgba(275, 275, 275, 0.1);
}

.footer-bottom-wrap {
	margin-top: 35px;
}

.copyright-content p {
	margin-bottom: 0;
}
.default-sect-wrap > :first-child:is(h1, h2, h3, h4, h5, h6) {
	margin-top: 0;
}

/*============================================
	Blog Page
============================================*/
.inner-banner-section {
	min-height: 450px;
	display: flex;
	padding: 100px 0;
	position: relative;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.inner-banner-section::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	inset: 0;
	background-color: var(--color-black);
	opacity: 0.5;
	z-index: 1;
}
body:not(.home) .wrapper {
	position: relative;
	z-index: 2;
}
.inner-banner-section-title {
	margin: 0;
}
@media screen and (max-width:1600px) {
	.inner-banner-section {
		min-height: 400px;
	}
}
@media screen and (max-width:1200px) {
	.inner-banner-section {
		min-height: 380px;
	}
}
@media screen and (max-width:992px) {
	.inner-banner-section {
		min-height: 340px;
		padding: 80px 0;
	}
}
@media screen and (max-width:768px) {
	.inner-banner-section {
		min-height: 310px;
		padding: 60px 0;
	}
}
@media screen and (max-width:640px) {
	.inner-banner-section {
		min-height: 280px;
		padding: 40px 0;
	}
}
/*=================================*/
.blog-with-sidebar-wrap {
	display: flex;
	flex-wrap: wrap;
}
.blog-content-box{
	width: 70%; padding: 0 40px 0 0;
}
.blog-sidebar{
	width: 30%;
}

.blog-list-grid {
	margin: -20px;
}
.blog-list-item {
	max-width: 50%;
	width: 100%;
	padding: 20px;
}
.blog-item-wrap {
	height: 100%; transition: all 0.2s;
}
.blog-item-wrap:hover{
	transform: translateY(-3px);
	box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
}
.blog-item-box {
	height: 100%;
	display: flex;
	flex-direction: column;
}
.blog-thumbnail-wrap {
	padding-top: 65%;
	border-radius: 8px 8px 0 0;
	overflow: hidden;
}
.blog-thumbnail-wrap img {
	position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
	inset: 0;
	border-radius: 8px 8px 0 0;
	transition: 0.5s;
}
.blog-short-content-wrap {
	border-radius: 0 0 8px 8px;
	border: 1px solid rgba(110, 126, 133, 0.30);
	background: var(--color-white);
	box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
	padding: 35px 24px 28px 24px;
	height: 100%;
	flex-grow: 1;
}
.blog-meta-details {
	margin-bottom: 20px;
}
.blog-date {
	margin-right: 10px;
	padding-right: 10px;
	border-right: 1px solid;
}
.blog-meta-details * {
	line-height: 1;
	color: var(--color-primary);
}

.blog-title-wrap{
	margin: 0 0 0 0;
}
.font-26 {
	font-size: clamp(18px, 1.8vw, 26px);
}
.blog-title-wrap a:hover{
	color: var(--color-primary);
}
.blog-short-content {
	font-size: 18px;
	line-height: 1.5;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 20px 0;
}
.read-more-link{
	font-weight: bold; color: var(--color-primary);
}
.read-more-link:hover{
	color: var(--color-light-black);
}
.blog-item-box .full-link{
	position: absolute; width: 100%; height: 100%; inset: 0;
}

/*== Sidebar ==*/
.blog-sidebar-wrap {
	position: sticky;
	top: 115px;
}
.blog-sidebar .sidebar-title{
	margin: 0 0 20px 0; color: var(--color-primary);
}
.sidebar-widget {
	background-color: #fff;
	border: 1px solid rgba(110, 126, 133, 0.30);
	border-radius: 8px;
	padding: 30px 25px;
	margin: 0 0 35px 0;
	box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
}
.sidebar-widget ul{
	margin: 0; padding: 0; list-style: none;
}
.sidebar-widget ul li{
	margin: 0; padding: 0;
}
.sidebar-widget .latest-post-item {
	display: flex;
	flex-wrap: wrap;
	margin: 0 0 20px 0;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(110, 126, 133, 0.30);
}
.sidebar-widget .latest-post-item:last-child{
	margin-bottom: 0; padding-bottom: 0; border: 0;
}
.latest-post-image{
	width: 80px;
}
.latest-post-image img.default-img{
	width: 80px;
	height: 80px;
	object-fit: cover;
	object-position: center;
}
.latest-post-content {
	padding: 0 0 0 15px;
	width: calc(100% - 80px);
}
.latest-post-content h5{
	margin: 0;
	text-transform: none;
	font-size: 18px; font-weight: 600;
	line-height: 1.25; font-family: var(--font-family-body);
}
.latest-post-content h5 a:hover{
	color: var(--color-primary);
}
.latest-post-content .post-date{
	font-size: 16px;
}
.sidebar-widget select {
	background-color: transparent;
	border: 1px solid rgba(110, 126, 133, 0.30);
	border-radius: 8px;
	padding: 15px 30px 15px 20px;
	width: 100%;
	color: var(--color-light-black);
	font-size: 20px;
	font-weight: 500;
	appearance: none;
	background-image: url('data:image/svg+xml,<svg width="17" height="10" viewBox="0 0 17 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1.25L7.79289 8.04289C8.18342 8.43342 8.81658 8.43342 9.20711 8.04289L16 1.25" stroke="%236E7E85" stroke-width="1.5" stroke-linecap="round"/></svg>');
	background-repeat: no-repeat;
	background-position: right 15px center;
	cursor: pointer;
}
/*======================*/
.single-banner.inner-banner-section{
	min-height: 550px;
}
.single-banner .inner-banner-section-title{
	text-align: center;
}
.single-blog-thumbnail-wrap {
	margin: -60px 0 0 0;
}
.single-blog-thumbnail-wrap .single-blog-thumbnail-div .post-thumbnail{
	position: relative; 
	padding: 45% 0 0 0;
	box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
	border: 1px solid rgba(110, 126, 133, 0.30);
	border-radius: 8px;

}
.single-blog-thumbnail-div .post-thumbnail img{
	position: absolute; width: 100%; height: 100%; inset: 0;
	object-fit: cover; object-position: center; border-radius: 8px;
}

.post-meta {
	gap: 10px 15px;
	margin: 20px 0 20px 0;
	line-height: 1.25;
}
.post-meta .post-author, 
.post-meta .post-categories {
	position: relative;
}
.post-author::before, .post-categories::before {
	content: "\f007";
	font-family: ;
	font-weight: 700;
	color: #fff;
	margin-right: 8px;
	font-family: "Font Awesome 6 Free";
}
.post-categories::before {
	content: "\f07c";
}
.post-meta .post-author a, 
.post-meta .post-categories a{
	color: #fff;
}
.post-meta .post-author a:hover, 
.post-meta .post-categories a:hover{
	color: var(--color-primary);
}
.post-meta .separator {
	color: #fff;
}

.single-post .entry-footer{
	margin: 30px 0;
}
.single-post .custom-post-tags {
	display: flex;
	flex-wrap: wrap; align-items: center; gap: 8px;
}
.custom-post-tags strong{
	margin: 0 5px 0 0;
}
.custom-post-tags a {
	border: 1px solid rgba(110, 126, 133, 0.30);
	padding: 10px 15px;
	border-radius: 50px;
	line-height: 1;
	background-color: #f4f6f9;
	font-size: 15px;
}
.custom-post-tags a:hover {
	color: var(--color-primary);
}

.blog-post-navigation .nav-links {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
}
.blog-post-navigation .nav-previous,
.blog-post-navigation .nav-next{
	width: calc(50% - 10px);
}
.blog-post-navigation .nav-links a {
	border-radius: 8px;
	border: 1px solid rgba(110, 126, 133, 0.30);
	padding: 15px 20px;
	width: 100%;
	height: 100%;
	background-color: #f4f6f9; line-height: 1.4;
	transition: all 0.2s;
}
.blog-post-navigation .nav-links .nav-subtitle{
	display: block; color: #333; font-size: 16px;
}
.blog-post-navigation .nav-links .nav-title{
	font-weight: 600; font-size: 16px;
}
.blog-post-navigation .nav-links .nav-next a{
	text-align: right;
}
.blog-post-navigation .nav-links a:hover{
	transform: translateY(-3px);
  box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
}

/*=====================*/
@media screen and (max-width: 1360px) {
	.blog-short-content-wrap{
		padding: 25px 20px;
	}
}

@media screen and (max-width: 1200px) {
	.single-banner.inner-banner-section {
		min-height: 350px;
	}
	.single-blog-thumbnail-wrap {
		margin: -30px 0 0 0;
	}
}

@media screen and (max-width: 1023px) {
	.blog-content-box {
		width: 100%;
		padding: 0 0 30px 0;
	}
	.blog-sidebar {
		width: 100%;
		max-width: 450px;
		margin: auto;
	}
}

@media screen and (max-width: 639px) {
	.blog-list-grid{
		margin: 0;
		justify-content: center;
	}
	.blog-list-item {
		max-width: 450px;
		padding: 0 0 25px 0;
	}
	.blog-list-item:last-child {
		padding-bottom: 0;
	}
	.sidebar-widget select{
		font-size: 18px; padding: 13px 30px 13px 20px;
	}
	.sidebar-widget{
		padding: 25px 20px;
	}
	.blog-post-navigation .nav-previous, .blog-post-navigation .nav-next {
		width: 100%;
	}
	.blog-post-navigation .nav-links a{
		text-align: left !important;
	}
	.custom-post-tags a{
		font-size: 14px;
	}
}

/*============================================
	EMD Blog Page
============================================*/

/*============================================
	Responsive CSS
============================================*/
@media screen and (max-width: 1890px) {
	.menu-main-menu-container {
		padding-left: 0;
	}
}

@media screen and (max-width: 1800px) {
	.main-navigation ul {
		gap: 50px;
	}
	.site-branding {
		max-width: 23.9%;
	}
	.site-footer::after {
		top: -8px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 15%, 0 100%);
	}
}

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

	.main-navigation ul {
		gap: 40px;
	}

	.site-header-wrap .big-wrapper {
		padding: 0 20px;
	}
	.site-footer {
		padding: 170px 0 66px 0;
	}
	.site-footer::after {
		top: -10px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 17%, 0 100%);
	}
	.contact-form input, .contact-form textarea, .contact-form select {
		padding: 25px 30px !important;
	}
	.contact-form textarea {
		height: 180px !important;
	}
	body .contact-form .gfield--input-type-textarea label {
		top: 25px;
	}

}

@media screen and (max-width: 1440px) {
	:root {
		--wrapper-padding: 0 40px;
	}
	.main-navigation ul {
		gap: 30px;
	}
	p {
		margin: 0 0 20px 0;
	}
	.site-footer::after {
		top: -16px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 22%, 0 100%);
	}
	.footer-top-wrap {
		padding: 45px 0 36px;
	}
	.footer-bottom-wrap {
		margin-top: 30px;
	}
	.site-footer::after {
		top: -14px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 20%, 0 100%);
	}
	.site-footer {
		padding: 160px 0 60px 0;
	}
	.welcome-sec::before {
		height: 90px;
		top: 10px;
	}
	.our-brands-sec::after {
		height: 90px;
		bottom: 30px;
	}
	.left-content-right-image-sec::before {
		height: 90px;
		bottom: 0px;
	}
	.let-us-help-you-win-sec::after {
		height: 90px;
		bottom: 50px;
	}
}

@media screen and (max-width: 1360px) {
	:root {
		--section-padding: 60px 0;
	}
		.home .site-footer {
		margin-top: -138px;
	}
	.main-navigation ul {
		gap: 25px;
	}

	.site-branding {
		padding: 22px 30px 14px 0;
		max-width: 21%;
	}
	.site-footer {
		padding: 150px 0 50px 0;
	}
		.footer-contact-list {
		gap: 60px;
	}
	.footer-site-logo {
		max-width: 33%;
	}
	.contact-icon {
		width: 60px;
		height: 60px;
	}
	.site-footer::after {
		top: -19px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 25%, 0 100%);
	}
	.our-brands-sec::after {
		bottom: 20px;
	}
	.welcome-sec::before {
		top: 15px;
	}
}

@media screen and (max-width: 1200px) {
	:root {
		--wrapper-padding: 0 30px;
	}
	.site-branding {
	min-width: 270px;
}

	.main-navigation {
		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: 100vh;
		padding: 70px 0 70px;
		width: 100%;
		overflow: auto;
		background-color: var(--color-primary);
		display: flex;
		min-width: 350px;
	}

	.main-navigation ul {
		flex-wrap: wrap;
		gap: 0;
	}

	ul.menu li a {
		padding: 10px 30px;
		color: var(--color-white);
	}
.main-navigation li.active a {
	background-color: var(--color-white);
}
	.main-navigation li {
		border-bottom: 1px solid rgba(275, 275, 275, 0.4);
		width: 100%;
	}

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

	.main-navigation.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-brand-blue);
		border: unset;
	}

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

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

	body .main-navigation .sub-menu li a {
		padding-left: 50px;
	}

	.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;
		margin: auto 0 auto 30px;
	}

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

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

	.site-header.sticky ul li:hover>.sub-menu {
		transform: unset !important;
		border-top: unset;
	}

	.main-navigation .sub-menu li a:hover {
		background-color: var(--color-white);
		color: var(--color-brand-blue);
	}

	.site-header.sticky .header-menu a {
		color: var(--color-white);
	}

	.sticky .main-navigation .sub-menu li a:hover {
		color: var(--color-brand-blue);
	}

	.main-navigation ul ul li:last-child a {
		border-bottom: 1px solid #ffffff3b !important;
	}

	.main-navigation .sub-menu li:last-child {
		margin: 0;
	}

	.main-navigation .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);
	}

	.main-navigation .sub-menu .menu-item-has-children a::after {
		display: none;
	}

	.main-navigation a:hover {
		background-color: var(--color-white);
		color: var(--color-brand-blue);
	}

	.main-menu {
		flex-direction: column;
		width: 100%;
	}

	.main-menu a,
	.main-navigation .sub-menu li a {
		width: 100%;
		padding: 10px 30px;
		border-bottom: 1px solid rgba(275, 275, 275, 0.16);
		color: var(--color-white);
		display: flex;
	}

	.header-wrap-row {
		padding-right: 0;
	}

	.header-cta-btn-wrap {
		margin-left: auto;
	}
	.footer-site-logo {
		max-width: 29%;
		display: flex;
		align-items: center;
	}
	.contact-icon {
		width: 50px;
		height: 50px;
	}
	.contact-icon svg {
		width: 20px;
	}
	.footer-contact-list {
		gap: 40px;
	}
	.site-footer::after {
		top: -22px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 27%, 0 100%);
	}
	.our-brands-sec::after {
		bottom: 30px;
	}
	.let-us-help-you-win-sec::after {
		bottom: 36px;
	}
}

@media screen and (max-width: 1024px) {
	:root {
		--wrapper-padding: 0 20px;
	}
	.footer-top-wrap {
		flex-direction: column;
		align-items: center;
	}
	.footer-site-logo {
		max-width: 330px;
		margin-bottom: 25px;
	}
	.footer-bottom-wrap {
		justify-content: center;
		gap: 30px;
	}
	.site-footer {
		padding: 140px 0 60px 0;
		clip-path: polygon(0 13%, 100% 0, 100% 100%, 0 100%);
	}
	.home .site-footer{
		margin-top: -118px;
	}
	.site-footer::after {
		top: -37px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 41%, 0 100%);
	}
	.left-content-right-image-sec::before {
		bottom: 5px;
	}
}
@media screen and (max-width: 992px) {
.site-footer {
	padding: 100px 0 50px 0;
	clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
}

.site-footer::after {
	top: -57px;
	clip-path: polygon(0 91.8%, 100% 0, 100% 59%, 0 100%);
}
.welcome-sec::before {
	top: 5px;
	height: 80px;
}
.our-brands-sec::after {
	bottom: 42px;
	height: 80px;
}
.left-content-right-image-sec::before {
	height: 80px;
	bottom: 10px;
}
.let-us-help-you-win-sec::after {
	height: 80px;
	bottom: 50px;
}
}
@media screen and (max-width: 768px) {
	:root {
		--wrapper-padding: 0 15px;
	}
	.footer-contact-list {
	flex-direction: column;
	gap: 20px;
	align-items: center;
}
.contact-item {
	gap: 10px;
	flex-direction: column;
}
.footer-site-logo {
	margin-bottom: 30px;
}
.site-footer {
	clip-path: polygon(0 7.5%, 100% 0, 100% 100%, 0 100%);
}
.our-brands-sec::after {
	bottom: 53px;
	height: 70px;
}
.welcome-sec::before {
	top: 35px;
	height: 70px;
}
h1, h2, h3, h4, h5, h6 {
	margin: 30px 0 16px 0;
}
blockquote {
	padding: 25px;
}
.left-content-right-image-sec::before {
	height: 70px;
	bottom: 16px;
}
.let-us-help-you-win-sec::after {
	height: 70px;
	bottom: 55px;
}
}

@media screen and (max-width: 640px) {
	:root {
		--section-padding: 50px 0;
	}
	.site-branding {
		min-width: 230px;
	}
	.solid-btn {
		padding: 10px 30px;
	}
	.header-cta-btn-wrap {
		display: none;
	}
	.header-cta-btn-m-wrap {
		display: block;
		margin-top: 30px;
	}

	.header-cta-btn-m-wrap .header-cta-btn {
		background-color: var(--color-white);
		width: fit-content;
		margin: 0 auto;
		color: var(--color-primary);
	}
	.header-cta-btn-m-wrap .header-cta-btn:hover {
		background-color: var(--color-light-black);
		color: var(--color-white);
	}
	.header-cta-btn-m-wrap .header-cta-btn::after {
		background-color: var(--color-white);
	}
		.contact-icon {
		width: 45px;
		height: 45px;
	}
	.contact-icon svg {
		width: 19px;
	}
	.footer-bottom-wrap {
		gap: 20px;
		flex-direction: column;
	}
	.site-footer {
		padding: 70px 0 50px 0;
		clip-path: polygon(0 4.5%, 100% 0, 100% 100%, 0 100%);
	}
	.site-footer::after {
		top: -74px;
		clip-path: polygon(0 91.8%, 100% 0, 100% 76%, 0 100%);
	}
	.home .site-footer {
		margin-top: -100px;
	}
	
	blockquote {
		padding: 20px;
		margin-bottom: 40px;
	}
	.let-us-help-you-win-sec::after {
		bottom: 45px;
	}
}

@media screen and (max-width: 480px) {
	.footer-site-logo {
		max-width: 290px;
	}
}