/*!
Theme Name: Gonzalez Jones
Theme URI: http://underscores.me/
Author: Juris Digital
Author URI: https://jurisdigital.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gonzalezjones
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.
Gonzalez Jones 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/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
@font-face {
    font-family: 'Argent CF';
    src: url('./fonts/ArgentCF-Regular.eot');
    src: url('./fonts/ArgentCF-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ArgentCF-Regular.woff2') format('woff2'),
        url('./fonts/ArgentCF-Regular.woff') format('woff'),
        url('./fonts/ArgentCF-Regular.svg#ArgentCF-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Argent CF';
    src: url('./fonts/ArgentCF-Bold.eot');
    src: url('./fonts/ArgentCF-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/ArgentCF-Bold.woff2') format('woff2'),
        url('./fonts/ArgentCF-Bold.woff') format('woff'),
        url('./fonts/ArgentCF-Bold.svg#ArgentCF-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acumin Pro';
    src: url('./fonts/AcuminPro-Bold.eot');
    src: url('./fonts/AcuminPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AcuminPro-Bold.woff2') format('woff2'),
        url('./fonts/AcuminPro-Bold.woff') format('woff'),
        url('./fonts/AcuminPro-Bold.svg#AcuminPro-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Acumin Pro';
    src: url('./fonts/AcuminPro-Regular.eot');
    src: url('./fonts/AcuminPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/AcuminPro-Regular.woff2') format('woff2'),
        url('./fonts/AcuminPro-Regular.woff') format('woff'),
        url('./fonts/AcuminPro-Regular.svg#AcuminPro-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0 !important;
}
/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
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;
}
/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
    text-decoration: none;
}
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
/**
 * 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
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
    overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
    text-transform: none;
}
/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    appearance: button;
}
/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}
/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}
/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}
/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}
/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
    -webkit-appearance: textfield;
    appearance: textfield;
    outline-offset: -2px;
}
/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}
/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}
/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}
/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}
/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
    box-sizing: inherit;
}
html {
    box-sizing: border-box;
}
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
html {
    margin: 0 !important;
}
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
}
p {
    margin-bottom: 1.5em;
}
p:empty {
    display: none !important;
}
dfn,
cite,
em,
i {
    font-style: italic;
}
blockquote {
    margin: 0 1.5em;
}
address {
    margin: 0 0 1.5em;
}
pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}
code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}
mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}
big {
    font-size: 125%;
}
/* Elements
--------------------------------------------- */
body {
    background: #fff;
}
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}
ul,
ol {
    margin: 0 0 1.5em 3em;
}
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: #4169e1;
}
/* a:visited {
	color: #800080;
} */
a:hover,
a:focus,
a:active {
    color: #191970;
}
a:focus {
    outline: thin dotted;
}
a:hover,
a:active {
    outline: 0;
}
/* 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%;
}
/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
    display: block;
    width: 100%;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}
.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}
.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}
.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}
.main-navigation ul ul a {
    width: 200px;
}
.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    display: block;
    text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}
@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}
/* Posts and pages
--------------------------------------------- */
.sticky {
    display: block;
}
.post,
.page {
    margin: 0 0 1.5em;
}
.updated:not(.published) {
    display: none;
}
.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
/* Comments
--------------------------------------------- */
.comment-content a {
    word-wrap: break-word;
}
.bypostauthor {
    display: block;
}
/* Widgets
--------------------------------------------- */
.widget {
    margin: 0 0 1.5em;
}
.widget select {
    max-width: 100%;
}
/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}
/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}
/* 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;
}
/* Galleries
--------------------------------------------- */
.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}
.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}
.gallery-columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
    grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
    grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
    grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
    grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
    grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
    grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
    display: block;
}
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}
/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
    display: block;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* 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;
}
/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}
/* 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;
}
.cmn-btn {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    padding: 24px 80px 24px 30px;
    display: inline-block;
    background-color: #A3563E;
    border-radius: 50px;
    text-decoration: none !important;
    position: relative;
}
.cmn-btn:hover {
    background-color: #0A1A2F;
    color: #fff;
}
.cmn-btn::before {
    position: absolute;
    content: "";
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(./images/bnt-bfr.webp);
    background-repeat: no-repeat;
    width: 40px;
    transition: 0.5s ease-in-out all;
    height: 40px;
    transform: rotate(0deg);
}
.cmn-btn:hover::before {
    background-image: url(./images/cmn-btn-hvr-icn.webp);
    transform: rotate(45deg);
}
.container {
    width: 100%;
    max-width: 1620px;
    margin: auto;
}
.header-sec a.cmn-btn {
    background: linear-gradient(to right, #A3563E 50%, #0A1A2F 50%);
    background-size: 200% 100%;
    transition: all 0.5s ease-out;
    background-position: right bottom;
}
.header-sec a.cmn-btn::before {
    background-image: url(./images/header-call-icn.webp);
}
.header-sec a.cmn-btn:hover::before {
    transform: rotate(0deg);
}
/* Header Section */
.header-sec {
    padding: 25px 0;
    background-color: rgb(255 255 255 / 80%);
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
}
.header-sec .container {
    width: 100%;
    max-width: 1770px;
    margin: auto;
}
.logo-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo img {
    width: 100%;
    display: block;
    max-width: 365px;
}
.top-menu ul {
    margin: 0;
    padding: 0;
}
.top-menu ul li {
    display: inline-block;
    margin: 0 20px;
    position: relative;
}
.top-menu ul li:first-child {
    margin-left: 0;
}
.top-menu ul li:last-child {
    margin-right: 0;
}
.top-menu ul li a {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #0A1A2F;
    display: inline-block;
    text-decoration: none;
    position: relative;
}
.top-menu ul li.menu-item-has-children a {
    padding-right: 18px;
}
.top-menu ul li.menu-item-has-children a::before {
    position: absolute;
    content: " ";
    right: 0;
    top: 6px;
    margin: auto;
    width: 9px;
    height: 6px;
    background-image: url(images/menu-drop-down.webp);
}
.top-menu ul li ul.sub-menu li a::before {
    display: none;
}
.top-menu ul li a:hover {
    color: #A3563E;
}
.hdr-btn span a {
    position: relative;
    z-index: 1;
}
.top-menu ul li ul.sub-menu {
    display: none;
    width: 210px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #A3563E;
    padding: 0px 0;
    z-index: 999;
}
.top-menu ul li:hover ul.sub-menu {
    display: block;
}
.top-menu ul li:hover ul.sub-menu ul {
    display: none;
}
.top-menu ul li:hover ul.sub-menu li {
    position: relative;
}
.top-menu ul li:hover ul.sub-menu li:hover>ul {
    display: block;
    top: 0;
    left: 100%;
}
.top-menu .sub-menu li.current-menu-item a {
    color: #fff;
}
.top-menu .sub-menu li a:after {
    display: none;
}
.top-menu .sub-menu li {
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0;
    padding: 0;
}
.top-menu .sub-menu li a {
    float: left;
    font-size: 15px;
    width: 100%;
    line-height: normal;
    padding: 9px 12px 8px !important;
    color: #fff !important;
    display: block;
    text-transform: capitalize;
}
.top-menu ul li ul.sub-menu a:hover{
	background-color: #0A1A2F !important;
}
.top-menu .sub-menu li a:hover,
/*.top-menu .sub-menu li.current-menu-item a*/ {
    background-color: #0A1A2F !important;
    color: #fff;
}
.showhide {
    display: none;
}
.header-sec a.cmn-btn {
    background-color: #0A1A2F;
    padding: 21px 75px 21px 20px;
    overflow: hidden;
}
.header-sec a.cmn-btn::after {
    position: absolute;
    content: " ";
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    background-color: #A3563E;
    background-size: 200% 100%;
    transition: all 0.5s ease-out;
    background-position: right bottom;
    border-radius: 50px;
    z-index: -1;
}
.header-sec a.cmn-btn:hover:after {
    background-position: left bottom;
    transition: all 0.5s ease-out;
    width: 100%;
}
/* Mobile Header */
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #fff;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px;
    transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    display: flex;
    flex-direction: column;
}
.menu-top-menu-container {
    display: block;
    width: 100%;
}
.mobinav.open {
    transform: translateX(0);
}
.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0px;
    width: 100%;
}
.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0px;
    position: relative;
    font-family: "Nunito", sans-serif;
}
.mobinav a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #121212;
    font-weight: 600;
    width: 100%;
    text-transform: capitalize;
    padding: 10px 0;
    display: block;
    color: #000;
    border: 0;
    margin: 0 0 0px 0;
    text-decoration: none;
}
.mobinav .sub-menu a {
    font-weight: 400;
}
.mobinav a:hover {
    color: #A3563E;
}
.mobinav ul li ul {
    padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
    text-transform: capitalize;
}
.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 37px;
    z-index: 5;
}
.mobinav ul li .drop.open {
    width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
    content: '';
    background-color: #F45626;
    position: absolute;
}
.mobinav ul li .drop::before {
    width: 20px;
    height: 2px;
    top: 16px;
    right: 1px;
}
.mobinav ul li .drop.close::after {
    width: 2px;
    height: 20px;
    top: 7px;
    right: 10px;
}
.call-menu-main {
    display: none;
}
@media screen and (max-width: 1900px) {
    .header-sec .container {
        max-width: 1700px;
    }
    .top-menu ul li {
        margin: 0 17px;
    }
}
@media screen and (max-width: 1800px) {
    .header-sec .container {
        max-width: 1600px;
    }
}
@media screen and (max-width: 1700px) {
    .header-sec .container {
        max-width: 1400px;
    }
    .logo img {
        max-width: 320px;
    }
    .top-menu ul li {
        margin: 0 14px;
    }
    .top-menu ul li a {
        font-size: 16px;
    }
    .header-sec {
        padding: 22px 0;
    }
}
@media screen and (max-width: 1500px) {
    .header-sec .container {
        max-width: 1200px;
    }
    .logo img {
        max-width: 290px;
    }
    .top-menu ul li a {
        font-size: 15px;
    }
    .top-menu ul li {
        margin: 0 7px;
    }
    .header-sec a.cmn-btn {
        padding: 18px 62px 18px 20px;
    }
}
@media screen and (max-width: 1240px) {
    .header-sec .container {
        max-width: 970px;
        padding: 0;
    }
    .header-sec {
        padding: 15px 0;
    }
    .header-sec a.cmn-btn::before {
        transform: scale(0.6);
        right: 3px;
    }
    .header-sec a.cmn-btn {
        padding: 14px 42px 14px 16px;
        font-size: 14px;
    }
    .logo img {
        max-width: 215px;
    }
    .top-menu ul li a {
        font-size: 14px;
    }
    .header-sec a.cmn-btn:hover::before {
        transform: rotate(0deg) scale(0.6);
    }
    .top-menu ul li {
        margin: 0 2px;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        max-width: 750px;
        padding: 0 5px;
    }
    .logo img {
        max-width: 290px;
    }
    .showhide {
        display: block;
        border: navajowhite;
        background-color: transparent;
        cursor: pointer;
        padding: 5px;
    }
    .call-menu-main {
        display: flex;
        gap: 10px;
        align-items: center;
    }
    .call-menu-main img {
        width: 100%;
        display: block;
    }
    .header-sec {
        padding: 10px 18px;
        width: 100%;
        /* position: relative; */
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 30px;
        width: 30px;
        height: 30px;
        border: none;
        background: #A3563E;
        line-height: 1;
        font-size: 27px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-family: "Nunito", sans-serif;
    }
    .header-sec .container {
        padding: 0px;
        width: 100%;
        max-width: 100%;
    }
    .top-menu,
    .top-rit {
        display: none;
    }
    .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 10px;
    }
    .hdr-btn {
        margin-top: 20px;
    }
    .hdr-btn a.cmn-btn {
        padding: 14px 40px 14px 18px;
        background-image: none;
        color: #fff;
        font-size: 16px;
        text-align: left;
    }
}
@media screen and (max-width: 768px) {
    .logo img {
        max-width: 240px;
    }
    .showhide {
        padding: 0;
    }
}
.text-heading {
    font-family: 'Argent CF';
    font-weight: 700;
    font-size: 64px;
    letter-spacing: 0;
    text-transform: capitalize;
    line-height: 1.2;
    padding: 0 0 30px 0;
    color: #0A1A2F;
    margin-bottom: 50px;
    border-bottom: 1px solid #E7E7E7;
}
p {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #485564;
}
/* Banner Section Styling */
.banner-section .container {
    width: 100%;
    max-width: 1620px;
    margin: auto;
}
.banner-section {
    padding: 530px 0 140px;
    /* background-image: url(./images/banner-bg-img.webp); */
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    position: relative;
}
.banner-section:before {
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(255 255 255));
    width: 100%;
    height: 25px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.banner-content {
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.bnr-lft {
    width: 49.1%;
    margin: -61px 0 0;
    padding-bottom: 57px;
}
.bnr-rite {
    width: 23.4%;
    text-align: right;
}
.banner-content .bnr-hdng {
    font-family: 'Argent CF';
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    color: #0A1A2F;
    text-transform: capitalize;
    padding-bottom: 20px;
    border-bottom: 1px solid #0A1A2F;
    margin: 0 0 37px;
    letter-spacing: 0;
}
.banner-content .trusted-legal {
    font-family: 'Acumin Pro';
    font-size: 24px;
    font-weight: 700;
    line-height: 1.7;
    color: #0A1A2F;
    text-transform: capitalize;
    margin: 0;
    max-width: 630px;
}
.banner-content p {
    font-family: 'Acumin Pro';
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #0A1A2F;
    margin: 0 0 20px;
}
.banr-img {
    position: relative;
    display: none;
}
.banr-img img {
    width: 100%;
    display: block;
}
.banr-img:before {
    position: absolute;
    content: "";
    background-image: linear-gradient(to bottom, rgba(255, 0, 0, 0), rgb(255 255 255));
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 768px) {
    .header-sec {
        padding: 10px 15px;
    }
}
/* Banner Responsive Start */
@media screen and (max-width: 1700px) {
    .banner-section .container {
        max-width: 1400px;
    }
    .banner-section {
        padding: 400px 0 120px;
        background-size: cover;
    }
    .banner-content .bnr-hdng {
        font-size: 72px;
        padding-bottom: 25px;
        margin: 0 0 32px;
    }
    .banner-content .trusted-legal {
        font-size: 22px;
    }
    .banner-content p {
        font-size: 18px;
    }
    .bnr-lft {
        margin: -10px 0 0;
        padding-bottom: 10px;
    }
    .cmn-btn {
        font-size: 18px;
        padding: 22px 82px 22px 24px;
    }
}
@media screen and (max-width: 1500px) {
    .banner-section .container {
        max-width: 1200px;
    }
    .banner-section {
        padding: 320px 0 90px;
    }
    .banner-content .bnr-hdng {
        font-size: 62px;
        padding-bottom: 18px;
        margin: 0 0 22px;
    }
    .banner-content .trusted-legal {
        font-size: 20px;
    }
    .bnr-rite {
        width: 26.7%;
    }
    .banner-content p {
        font-size: 16px;
    }
    .bnr-lft {
        margin: 0;
        padding-bottom: 0;
    }
    .cmn-btn {
        font-size: 16px;
        padding: 20px 70px 20px 22px;
    }
    .cmn-btn::before {
        transform: scale(0.9);
    }
    .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.9);
    }
    .header-sec a.cmn-btn::before {
        right: 10px;
    }
    .header-sec a.cmn-btn:hover::before {
        transform: rotate(0deg) scale(0.9);
    }
}
@media screen and (max-width: 1240px) {
    .banner-section .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .banner-section {
        padding: 250px 0 80px;
    }
    .banner-content .bnr-hdng {
        font-size: 48px;
        padding-bottom: 14px;
        margin: 0 0 18px;
    }
    .banner-content .trusted-legal {
        font-size: 16px;
    }
    .bnr-rite {
        width: 28.4%;
    }
    .banner-content p {
        font-size: 15px;
    }
    .cmn-btn {
        font-size: 15px;
        padding: 16px 64px 16px 20px;
    }
    .cmn-btn::before {
        transform: scale(0.8);
        right: 8px;
    }
    .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.8);
    }
    .header-sec a.cmn-btn::before {
        right: 2px;
    }
    .header-sec a.cmn-btn:hover::before {
        transform: rotate(0deg) scale(0.6);
    }
}
@media screen and (max-width: 1024px) {
    .banner-section .container {
        max-width: 750px;
    }
    .banner-section {
        padding: 280px 0 60px;
    }
    .banner-content .bnr-hdng {
        font-size: 40px;
        padding-bottom: 10px;
        margin: 0 0 12px;
        letter-spacing: 0;
    }
    .banner-content .trusted-legal {
        font-size: 12px;
    }
    .bnr-rite {
        width: 31.4%;
    }
    .banner-content p {
        font-size: 12px;
    }
    .cmn-btn {
        font-size: 13px;
        padding: 14px 50px 14px 18px;
    }
    .cmn-btn::before {
        transform: scale(0.7);
        right: 4px;
    }
    .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.7);
    }
}
@media screen and (max-width: 768px) {
    .banner-section .container {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .banner-content {
        align-items: center;
        flex-direction: column;
        width: 382px;
        margin: -112px auto 0;
        z-index: 1;
        position: relative;
    }
    .bnr-lft,
    .bnr-rite {
        width: 100%;
    }
    .banner-content .bnr-hdng {
        font-size: 48px;
        letter-spacing: 0;
        margin: 0 0 19px;
    }
    .banner-content .trusted-legal {
        font-size: 20px;
        line-height: 1.5;
        margin: 0 0 16px;
    }
    .banner-content .trusted-legal br {
        display: none;
    }
    .bnr-rite {
        text-align: left;
    }
    .banner-content p {
        font-size: 18px;
        margin: 0 0 15px;
    }
    .banner-section {
        background-image: none !important;
        padding: 0 0 20px;
    }
    .banr-img {
        display: block;
        width: 100%;
        margin: auto;
    }
    .banner-section:before {
        display: none;
    }
    .cmn-btn {
        font-size: 20px;
        padding: 24px 70px 28px 27px;
    }
    .cmn-btn::before {
        transform: scale(1);
        right: 4px;
    }
    .cmn-btn:hover::before {
        transform: rotate(45deg) scale(1);
    }
    .mobinav.open .cmn-btn::before {
        transform: scale(0.7);
    }
    .mobinav.open .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.7);
    }
    .bnr-btn .cmn-btn::before {
        transform: scale(1);
        right: 15px;
    }
    .bnr-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(1);
    }
}
@media screen and (max-width: 410px) {
    .banner-content {
        width: 100%;
        margin: -390px auto 0;
        padding: 0 15px
    }
    .banner-content .bnr-hdng {
        font-size: 46px;
    }
    .banr-img img {
        content: url(https://gonzalezjonesl.wpenginepowered.com/wp-content/uploads/2025/07/mbl-img.webp);
    }
    .banner-content .trusted-legal {
        font-size: 20px;
    }
    .banner-content p {
        font-size: 18px;
    }
    .banner-section {
        padding: 50px 0 20px;
    }
    .cmn-btn {
        font-size: 20px;
        padding: 24px 70px 24px 30px;
    }
.cmn-btn::before {
    transform: scale(0.8);
    right: 4px;
}
    /*.cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.8);
    }*/
    /*.bnr-btn .cmn-btn::before {
        transform: scale(0.8);
        right: 8px;
    }*/
    /*.bnr-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.8);
        right: 8px;
    }*/
    .bnr-btn .cmn-btn:hover::before {
        transform: rotate(45deg);
        right: 15px;
    }
    .logo img {
        max-width: 215px;
    }
    .header-sec {
        padding: 25px 15px
    }
}
@media screen and (max-width:370px) {
    .banner-content .bnr-hdng {
        font-size: 34px;
    }
    .banner-content {
        margin: -310px auto 0
    }
    .banner-content .trusted-legal {
        font-size: 18px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .banner-section {
        padding: 50px 0 20px;
    }
    .cmn-btn {
        font-size: 16px;
        padding: 20px 70px 20px 30px;
    }
}
@media screen and (max-width:320px) {
    .banner-content .bnr-hdng {
        font-size: 30px;
    }
    .banner-content {
        margin: -310px auto 0
    }
    .banner-content .trusted-legal {
        font-size: 16px;
    }
    .banner-content p {
        font-size: 16px;
    }
    .banner-section {
        padding: 50px 0 20px;
    }
    .cmn-btn {
        font-size: 16px;
        padding: 20px 67px 20px 30px;
    }
}
/* Accident Checklist */
.hm-accident-checklist {
    padding: 156px 0 86px;
}
.hm-accident-checklist .container {
    max-width: 1345px;
    margin: 0 auto;
}
.hm-accident-checklist-main {
    /* background-image: url(./images/hm-accident-bg.webp); */
    background-image: url(./images/hm-accident-bg.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 58px 50px 70px 86px;
    border-radius: 20px;
}
.hm-accident-logo {
    margin-bottom: 32px;
}
.hm-acccident-list {
    display: flex;
    justify-content: center;
    gap: 45px;
    margin: 0 0 40px auto;
    padding: 0 0 0 42px;
}
.hm-accident-lft-cont {
    width: 38%;
    padding-top: 13px;
    position: relative;
}
.hm-accident-lft-cont::before {
    position: absolute;
    content: "";
    right: 22px;
    top: 43px;
    width: 89px;
    height: 89px;
    background-image: url(./images/check-list-bfr.webp);
    background-repeat: no-repeat;
}
.checklist {
    font-family: 'Argent CF';
    font-weight: 400;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 1;
    letter-spacing: -1.1px;
    margin-bottom: 15px;
    color: #0A1A2F;
}
.checklist-img {
    padding-left: 9px;
}
.hm-accident-rgt-cont {
    width: 45.5%;
}
.checklist-cont {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 32px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 17px;
    color: #fff;
}
.checklist-cont strong {
    font-weight: 700;
}
.hm-accident-rgt-cont p {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.5;
    margin-bottom: 20px;
    color: #fff;
}
.hm-checklist-form {
    position: relative;
    padding: 0 7% 0 4%;
    margin: 0 auto;
}
.hm-checklist-form .gform_body.gform-body {
    width: 69%;
}
.hm-checklist-form form {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.hm-checklist-form .gform_wrapper.gravity-theme .gform_footer {
    padding: 0;
    margin-top: 0 !important;
}
.hm-checklist-form .gfield input::placeholder {
    color: #fff !important;
}
.hm-checklist-form .gfield input {
    font-family: 'Acumin Pro' !important;
    font-weight: 400 !important;
    font-size: 18px !important;
    line-height: 1 !important;
    padding: 18px 25px 18px 30px !important;
    color: #fff !important;
    border: 2px solid #fff !important;
    border-radius: 100px !important;
    outline: 0 !important;
    height: 72px !important;
    background-color: transparent !important;
}
.hm-checklist-form .gform-footer.gform_footer.top_label {
    margin: 0 !important;
}
.hm-checklist-form .gform-footer.gform_footer.top_label input {
    outline: 0 !important;
}
.hm-checklist-form .gfield label {
    display: none !important;
}
.hm-checklist-form .gform_footer input[type="submit"] {
    padding: 18px 80px 18px 30px !important;
    font-family: 'Acumin Pro' !important;
    font-weight: 400 !important;
    font-size: 20px !important;
    border-radius: 100px !important;
    letter-spacing: 0.2px !important;
    text-transform: none !important;
    border: 0 !important;
    color: #fff !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
    background-color: #202A45 !important;
    /* margin-top: -73px !important; */
    background-image: url(./images/submit-arw.webp) !important;
    background-position: right 20px center;
    background-size: 40px;
    background-repeat: no-repeat;
    height: 72px !important;
}
.hm-checklist-form .gform_footer input[type="submit"]:hover {
    background-color: #fff !important;
    color: #A3563E !important;
    background-image: url(./images/review-btn2.webp) !important;
    transition: 1s ease-in-out all !important;
}
.hm-checklist-form .gform_wrapper .gfield {
    position: relative;
}
div#validation_message_1_2 {
    padding: 0 0 0 30px;
}
.gform-loader {
    display: none !important;
}
.hm-checklist-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-checklist-form .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 30px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
    top: 8px;
}
.hm-checklist-form .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.hm-checklist-form .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-checklist-form .gform_wrapper .gform_validation_errors {
    display: none;
}
.gform_confirmation_message {
    color: #fff !important;
    font-weight: 500 !important;
}
/* Accident Checklist Responsive */
@media screen and (max-width: 1700px) {}
@media screen and (max-width: 1500px) {
    .hm-accident-checklist .container {
        max-width: 1200px;
    }
    .hm-accident-checklist {
        padding: 80px 0 20px;
    }
    .hm-accident-checklist-main {
        padding: 50px;
    }
    .checklist-cont {
        font-size: 27px;
    }
    .hm-accident-rgt-cont p {
        font-size: 22px;
    }
    .hm-accident-lft-cont {
        padding-top: 0;
    }
    .checklist {
        font-size: 44px;
    }
    .hm-acccident-list {
        padding: 0 0 0 30px;
    }
    .hm-accident-lft-cont::before {
        right: 3px;
        top: 30px;
        transform: scale(0.9);
    }
    .hm-checklist-form .gform_body.gform-body {
        width: 67%;
    }
    .hm-checklist-form .gform_footer input[type="submit"] {
        padding: 22px 80px 22px 30px !important;
        height: 64px !important;
    }
    .hm-checklist-form .gfield input {
        height: 64px !important;
    }
}
@media screen and (max-width: 1240px) {
    .hm-accident-checklist .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hm-accident-checklist-main {
        padding: 60px 20px 20px;
    }
    .hm-accident-logo {
        margin-bottom: 28px;
    }
    .hm-accident-logo img {
        max-width: 520px;
    }
    .hm-acccident-list {
        padding: 0 0 0 20px;
        margin: 0 0 20px auto;
    }
    .checklist {
        font-size: 40px;
    }
    .checklist-cont {
        font-size: 23px;
    }
    .hm-accident-rgt-cont p {
        font-size: 19px;
    }
    .hm-accident-lft-cont::before {
        right: -38px;
        top: 8px;
        transform: scale(0.7);
    }
    .hm-accident-checklist {
        padding: 60px 0 0;
    }
    .hm-checklist-form .gform_footer input[type="submit"] {
        padding: 12px 52px 12px 25px !important;
        font-size: 16px !important;
        background-position: right 10px center;
        background-size: 32px;
        height: 53px !important;
    }
    .hm-checklist-form .gfield input {
        padding: 12px 36px 12px 25px !important;
        font-size: 17px !important;
        height: 53px !important;
    }
}
@media screen and (max-width: 1024px) {
    .hm-accident-checklist .container {
        max-width: 750px;
    }
    .hm-accident-logo img {
        max-width: 400px;
        width: 100%;
        display: block;
    }
    .hm-acccident-list {
        padding: 0;
    }
    .checklist {
        font-size: 36px;
    }
    .hm-accident-lft-cont::before {
        right: 20px;
        top: 20px;
        transform: scale(0.6);
    }
    .checklist-img {
        padding-left: 0;
        text-align: center;
        margin: 0 0 16px;
    }
    .checklist-img img {
        width: 100%;
        max-width: 245px;
    }
    .checklist-cont {
        font-size: 20px;
    }
    .hm-accident-rgt-cont p {
        font-size: 18px;
    }
    .hm-accident-lft-cont {
        width: 46%;
    }
    .hm-accident-rgt-cont {
        width: 54.5%;
    }
    .hm-checklist-form {
        padding: 0;
    }
    .hm-checklist-form .gform_footer input[type="submit"] {
        padding: 16px 47px 16px 16px !important;
        font-size: 15px !important;
        background-position: right 8px center;
        background-size: 30px;
        height: 47px !important;
    }
    .hm-checklist-form .gfield input {
        padding: 12px 22px 12px 22px !important;
        font-size: 15px !important;
        height: 47px !important;
    }
    .hm-checklist-form .gform_wrapper .gfield .validation_message.gfield_validation_message,
    .hm-checklist-form .gform_wrapper .gfield .instruction.validation_message {
        font-size: 11px;
    }
}
@media screen and (max-width: 768px) {
    .hm-accident-checklist .container {
        width: 100%;
        max-width: 100%;
    }
    .hm-accident-logo {
        text-align: center;
        margin-bottom: 30px;
    }
    .hm-acccident-list {
        flex-direction: column;
        width: 100%;
        max-width: 380px;
        margin: auto;
        gap: 0;
    }
    .hm-accident-lft-cont,
    .hm-accident-rgt-cont {
        width: 100%;
        text-align: center;
        padding: 0 30px;
    }
    .hm-checklist-form form {
        flex-direction: column;
    }
    .gform_fields.top_label {
        display: flex !important;
        flex-direction: column !important;
        gap: 18px !important;
    }
    .hm-checklist-form .gform_body.gform-body,
    .hm-checklist-form .gform-footer.gform_footer.top_label {
        width: 320px;
    }
    .checklist {
        margin-bottom: 26px;
    }
    .hm-checklist-form .gform_footer input[type="submit"] {
        background-size: 40px;
        width: 100% !important;
        margin-top: 14px !important;
        padding: 17px 60px 17px 25px !important;
        font-size: 20px !important;
        height: 74px !important;
        text-align: left !important;
        background-position: right 18px center;
    }
    .hm-checklist-form .gfield input {
        padding: 12px 22px 12px 22px !important;
        font-size: 20px !important;
        height: 74px !important;
    }
    .hm-accident-lft-cont::before {
        right: 10px;
        top: 31px;
    }
    .hm-accident-checklist-main {
        padding: 60px 0;
        max-width: 380px;
        margin: auto;
    }
    .checklist-cont {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .hm-accident-rgt-cont p {
        font-size: 20px;
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 410px) {
    .hm-accident-checklist-main {
        padding: 65px 27px 65px 28px;
    }
    .hm-accident-logo img {
        max-width: 380px;
    }
    .hm-accident-logo {
        margin-bottom: 18px;
    }
    .checklist {
        font-size: 40px;
    }
    .hm-accident-lft-cont::before {
        right: -24px;
        top: 30px;
        transform: scale(0.75);
    }
    .checklist-cont {
        font-size: 24px;
    }
    .hm-accident-rgt-cont p {
        font-size: 20px;
    }
    .hm-checklist-form .gform_body.gform-body,
    .hm-checklist-form .gform-footer.gform_footer.top_label {
        width: 100%;
    }
    .hm-accident-checklist {
        padding: 60px 0 0;
    }
    .hm-accident-lft-cont,
    .hm-accident-rgt-cont {
        padding: 0;
    }
    .hm-checklist-form .gfield input,
    .hm-checklist-form .gform_footer input[type="submit"] {
        font-size: 20px !important;
        height: 74px !important;
        padding: 30px 25px 30px 30px !important;
    }
    .hm-checklist-form .gform_footer input[type="submit"] {
        padding: 16px 48px 16px 25px !important;
        background-position: right 20px center;
    }
}
@media screen and (max-width: 360px) {
    .checklist-cont {
        font-size: 20px;
    }
    .checklist {
        font-size: 30px;
    }
    .hm-accident-lft-cont::before {
        right: -25px;
        top: 12px;
        transform: scale(0.6);
    }
    .hm-accident-checklist-main {
        padding: 35px 22px 35px 22px;
    }
    .hm-accident-rgt-cont p {
        font-size: 18px;
    }
    .hm-checklist-form .gfield input,
    .hm-checklist-form .gform_footer input[type="submit"] {
        font-size: 18px !important;
        height: 60px !important;
        padding: 20px 25px 20px 30px !important;
    }
    .hm-checklist-form .gform_footer input[type="submit"] {
        padding: 16px 37px 16px 20px !important;
        background-position: right 10px center;
        background-size: 34px;
        font-size: 17px !important;
        height: 55px !important;
    }
    .hm-accident-checklist {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 320px) {
    .checklist-cont {
        font-size: 18px;
    }
    .hm-accident-rgt-cont p {
        font-size: 16px;
    }
    .hm-checklist-form .gfield input,
    .hm-checklist-form .gform_footer input[type="submit"] {
        font-size: 16px !important;
        height: 55px !important;
        padding: 18px 25px 17px 25px !important;
    }
}
/* Award-sec */
.hm-award-sec {
    padding: 100px 0;
}
.hm-award-sec .container {
    max-width: 1620px;
    width: 100%;
    margin: auto;
}
.award-list {
    padding: 0 6%;
    margin: auto;
}
.award-img {
    width: 100%;
    margin: 0 auto;
    max-width: max-content;
    display: block;
}
.hm-award-sec .text-heading {
    text-align: center;
    font-size: 48px;
    max-width: 660px;
    margin: 0 auto 50px;
    font-weight: 700;
}
.hm-award-sec .owl-carousel .owl-nav.disabled {
    display: block !important;
}
.hm-award-sec button.owl-prev span,
.hm-award-sec button.owl-next span {
    font-size: 0;
}
.hm-award-sec button.owl-prev,
.hm-award-sec button.owl-next {
    background-image: url(./images/award-arrow-icn.webp) !important;
    background-repeat: no-repeat !important;
    width: 42px;
    height: 43px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(180deg);
}
.hm-award-sec button.owl-prev {
    transform: none;
    right: inherit;
    left: 0;
}
.hm-award-sec button.owl-prev:hover,
.hm-award-sec button.owl-next:hover {
    transform: scale(1.1) rotate(0);
}
.hm-award-sec button.owl-next:hover {
    transform: rotate(180deg) scale(1.1);
}
/*Award Section Responsive*/
@media screen and (max-width: 1700px) {
    .hm-award-sec .container {
        max-width: 1400px;
    }
    .hm-award-sec {
        padding: 80px 0;
    }
}
@media screen and (max-width: 1500px) {
    .hm-award-sec .container {
        max-width: 1200px;
    }
    .hm-award-sec .text-heading {
        max-width: 515px;
        margin: 0 auto 40px;
        font-size: 40px;
    }
}
@media screen and (max-width: 1240px) {
    .hm-award-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hm-award-sec {
        padding: 60px 0;
    }
    .hm-award-sec .text-heading {
        max-width: 440px;
        margin: 0 auto 35px;
        font-size: 36px;
        padding: 0 0 20px 0;
    }
}
@media screen and (max-width: 1024px) {
    .hm-award-sec .container {
        max-width: 750px;
    }
    .award-list {
        padding: 0 4%;
    }
    .hm-award-sec {
        padding: 50px 0;
    }
    .award-img {
        max-width: 160px;
    }
    .hm-award-sec .text-heading {
        max-width: 370px;
        margin: 0 auto 30px;
        font-size: 32px;
        padding: 0 0 18px 0;
    }
}
@media screen and (max-width: 768px) {
    .hm-award-sec .container {
        width: 100%;
        padding: 0;
        max-width: 100%;
    }
    .hm-award-sec button.owl-next:hover {
        transform: rotate(180deg) scale(1);
    }
    .hm-award-sec button.owl-prev:hover {
        transform: scale(1) rotate(0);
    }
    .hm-award-sec {
        padding: 70px 0;
    }
    .award-img {
        max-width: 200px;
    }
    .hm-award-sec .text-heading {
        max-width: 384px;
        margin: 0 auto 54px;
        font-size: 32px;
        padding: 0 0 42px 0;
    }
}
@media screen and (max-width: 410px) {
    .hm-award-sec {
        padding: 70px 0;
    }
    .hm-award-sec .text-heading {
        max-width: 260px;
        margin: 0 auto 30px;
        font-size: 32px;
        padding: 0 0 22px 0;
    }
}
@media screen and (max-width:360px) {
    .hm-award-sec {
        padding: 40px 0;
    }
    .hm-award-sec .text-heading {
        max-width: 260px;
        margin: 0 auto 20px;
        font-size: 26px;
        padding: 0 0 15px 0;
    }
}
/* About Section Styling*/
.about-sec {
    padding: 80px 0 200px 0;
}
.about-sec .container {
    max-width: 100%;
    width: 100%;
    margin: 0 0 0 auto;
    padding: 0 0 0 65px;
}
.about-left-cnt .text-heading {
    letter-spacing: 0;
    padding: 0 0 33px 0;
    margin-bottom: 42px;
}
.about-blk-main {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}
.about-left-cnt {
    width: 42.75%;
}
.about-right-cnt {
    width: 51.1%;
    position: relative;
    padding-top: 20px;
}
.play-btn {
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: max-content;
    height: max-content;
}
.about-rgt-img img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    display: block;
    height: auto;
}
.about-left-cnt p {
    margin-bottom: 30px;
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0px;
    color: #485564;
}
.about-btn {
    margin-top: 15px;
}
.about-rgt-img.mbl {
    display: none;
}
/* About Section Responsive*/
@media screen and (max-width: 1800px) {
    .text-heading {
        font-size: 58px;
    }
}
@media screen and (max-width: 1700px) {
    .about-sec .container {
        padding: 0 0 0 50px;
    }
    .about-left-cnt .text-heading {
        padding: 0 0 22px 0;
        margin-bottom: 28px;
    }
    .about-left-cnt p {
        margin-bottom: 18px;
        font-size: 18px;
    }
    .about-sec {
        padding: 70px 0 150px 0;
    }
    .text-heading {
        font-size: 52px;
    }
}
@media screen and (max-width: 1500px) {
    .about-sec .container {
        padding: 0 0 0 38px;
    }
    .about-left-cnt .text-heading {
        padding: 0 0 18px 0;
        margin-bottom: 22px;
    }
    .about-left-cnt p {
        margin-bottom: 10px;
        font-size: 17px;
        line-height: 1.4;
    }
    .play-btn img {
        max-width: 90px;
    }
    .about-sec {
        padding: 60px 0 120px 0;
    }
    .text-heading {
        font-size: 42px;
        padding: 0 0 22px 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1240px) {
    .about-sec .container {
        padding: 0 0 0 20px;
    }
    .about-left-cnt .text-heading {
        padding: 0 0 12px 0;
        margin-bottom: 17px;
    }
    .about-left-cnt {
        width: 45.75%;
    }
    .about-left-cnt p {
        font-size: 16px;
    }
    .about-sec {
        padding: 50px 0 90px 0;
    }
    .text-heading {
        font-size: 35px;
    }
    .about-btn .cmn-btn::before {
        right: 6px;
    }
}
@media screen and (max-width: 1024px) {
    .about-sec .container {
        padding: 0 10px;
        max-width: 750px;
        margin: auto;
    }
    .about-left-cnt .text-heading {
        padding: 0 0 10px 0;
        margin-bottom: 12px;
    }
    .about-left-cnt {
        width: 46.75%;
    }
    .play-btn img {
        max-width: 80px;
    }
    /* .play-btn { top: -41%; } */
    .about-btn .cmn-btn {
        padding: 16px 48px 16px 22px;
    }
    .about-sec {
        padding: 40px 0 80px 0;
    }
    .about-left-cnt,
    .about-right-cnt {
        width: 100%;
        margin: auto;
    }
    .about-right-cnt {
        max-width: 382px;
    }
    .about-blk-main {
        flex-direction: column-reverse;
        width: 100%;
        margin: auto;
    }
    .about-right-cnt {
        padding: 0;
        margin-bottom: 20px;
    }
    .about-btn .cmn-btn::before {
        right: 6px;
    }
    .text-heading {
        font-size: 28px;
    }
    .about-rgt-img img {
        border-radius: 20px;
    }
}
@media screen and (max-width: 768px) {
    .about-sec .container {
        padding: 0 10px;
        max-width: 100%;
    }
    .play-btn {
        top: 0;
    }
    .about-left-cnt .text-heading {
        padding: 0 0 41px 0;
        margin-bottom: 40px;
        letter-spacing: 0;
        line-height: 1.1;
    }
    .about-left-cnt p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .about-btn {
        margin-top: 47px;
    }
    .about-sec {
        padding: 10px 0 80px 0;
    }
    .about-rgt-img {
        display: none;
    }
    .about-rgt-img.mbl {
        display: block;
    }
    .about-left-cnt {
        max-width: 382px;
    }
    .about-right-cnt {
        margin-bottom: 36px;
    }
    .about-left-cnt p {
        font-size: 20px;
        margin-bottom: 29px;
        line-height: 1.5;
    }
    .about-btn .cmn-btn {
        padding: 24px 94px 28px 27px;
    }
    .text-heading {
        font-size: 48px;
        padding: 0 0 37px 0;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 410px) {
    .play-btn img {
        max-width: 60px;
    }
    .about-left-cnt .text-heading {
        padding: 0 0 42px 0;
        margin-bottom: 45px;
        font-size: 46px;
    }
    .about-left-cnt p {
        font-size: 20px;
        margin-bottom: 30px;
    }
    .about-btn {
        margin-top: 20px;
    }
    .about-sec {
        padding: 30px 0 50px 0;
    }
    .text-heading {
        font-size: 46px;
        padding: 0 0 38px 0;
        margin-bottom: 35px;
    }
    .about-btn .cmn-btn {
        padding: 24px 94px 28px 27px;
    }
    .about-btn .cmn-btn::before {
        right: 15px;
    }
}
@media screen and (max-width: 360px) {
    .about-left-cnt .text-heading {
        font-size: 36px;
    }
    .about-left-cnt p {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .about-btn .cmn-btn {
        padding: 20px 60px 20px 25px;
    }
    .about-btn .cmn-btn::before {
        right: 10px;
    }
    .about-left-cnt .text-heading {
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
}
@media screen and (max-width: 320px) {
    .about-left-cnt .text-heading {
        font-size: 30px;
    }
}
/* case-review-sec Styling*/
.case-review-sec {
    padding: 85px 0 104px;
    background-color: #0A1A2F;
}
.case-review-main {
    display: flex;
    justify-content: space-between;
}
.case-review-lft-cnt {
    width: 33%;
}
.case-review-rit-cnt {
    width: 48.9%;
    padding-top: 11px;
}
.case-review-lft-cnt .text-heading {
    color: #fff;
    text-transform: none;
    letter-spacing: 0;
    border-color: #e7e7e74d;
}
.case-review-title {
    font-family: 'Argent CF Demi';
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}
.case-review-rit-cnt p {
    color: #fff;
    margin-bottom: 30px;
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0px;
}
.case-review-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 60px;
}
.casereview-btn .cmn-btn {
    background-color: #fff;
    color: #A3563E;
}
.casereview-btn .cmn-btn:hover {
    background-color: #A3563E;
    color: #fff;
}
.casereview-btn .cmn-btn::before {
    background-image: url(./images/review-btn2.webp);
    transform: rotate(-45deg);
}
.casereview-btn .cmn-btn:hover::before {
    background-image: url(./images/review-btn1.webp);
    transform: rotate(45deg);
}
.review-btn .cmn-btn:hover {
    background-color: #fff;
    color: #A3563E;
}
.review-btn .cmn-btn {
    background-color: #A3563E;
    color: #fff;
}
.review-btn .cmn-btn:hover::before {
    background-image: url(./images/review-btn-nrml.webp);
    transform: rotate(45deg);
}
.review-btn .cmn-btn::before {
    background-image: url(./images/review-btn1.webp);
    transform: rotate(0deg);
}
/* case-review-sec Responsive*/
@media screen and (max-width: 1900px) {
    .case-review-lft-cnt .text-heading {
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1700px) {
    .container {
        max-width: 1400px;
    }
    .case-review-rit-cnt {
        width: 49.9%;
    }
    .case-review-rit-cnt p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .case-review-sec {
        padding: 70px 0 90px;
    }
    .case-review-btn {
        gap: 15px;
    }
}
@media screen and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }
    .do-any-cont {
        width: 46%;
    }
    .case-review-rit-cnt p {
        font-size: 16px;
        margin-bottom: 18px;
    }
    .case-review-btn {
        margin-top: 40px;
    }
    .casereview-btn .cmn-btn,
    .review-btn .cmn-btn {
        padding: 18px 55px 18px 22px;
    }
    .case-review-sec {
        padding: 60px 0 80px;
    }
    .casereview-btn .cmn-btn::before {
        transform: rotate(-45deg) scale(0.9);
        right: 3px;
    }
    .casereview-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.9);
    }
    .review-btn .cmn-btn::before {
        transform: rotate(0deg) scale(0.9);
        right: 3px;
    }
    .review-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.9);
        right: 3px;
    }
}
@media screen and (max-width: 1240px) {
    .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .case-review-rit-cnt {
        width: 58%;
    }
    .case-review-rit-cnt p {
        font-size: 16px;
        margin-bottom: 15px;
    }
    .case-review-sec {
        padding: 50px 0 60px;
    }
    .casereview-btn .cmn-btn,
    .review-btn .cmn-btn {
        padding: 18px 45px 18px 18px;
    }
    .case-review-btn {
        gap: 10px;
    }
    .review-btn .cmn-btn::before {
        transform: rotate(0deg) scale(0.8);
    }
    .review-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.8);
    }
    .casereview-btn .cmn-btn::before {
        transform: rotate(-45deg) scale(0.8);
    }
    .casereview-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.8);
    }
    .case-review-lft-cnt .text-heading {
        letter-spacing: 0;
    }
}
@media screen and (max-width: 1024px) {
    .container {
        max-width: 750px;
    }
    .case-review-lft-cnt {
        width: 35%;
    }
    .case-review-rit-cnt {
        width: 58%;
        padding: 0;
    }
    .casereview-btn .cmn-btn,
    .review-btn .cmn-btn {
        padding: 15px 36px 15px 15px;
        font-size: 12px;
    }
    .case-review-btn {
        margin-top: 25px;
    }
    .case-review-sec {
        padding: 40px 0 50px;
    }
    .review-btn .cmn-btn::before,
    .casereview-btn .cmn-btn:hover::before {
        transform: rotate(0deg) scale(0.7);
        right: -3px;
    }
    .review-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.7);
        right: -3px;
    }
    .casereview-btn .cmn-btn::before {
        transform: rotate(-45deg) scale(0.7);
        right: -3px;
    }
    .casereview-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(0.7);
    }
}
@media screen and (max-width: 768px) {
    .container {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
    .case-review-main {
        flex-direction: column;
        width: 100%;
        max-width: 382px;
        margin: auto;
    }
    .case-review-lft-cnt,
    .case-review-rit-cnt {
        width: 100%;
    }
    .case-review-rit-cnt p {
        font-size: 20px;
        margin-bottom: 31px;
    }
    .case-review-btn {
        margin-top: 0;
        flex-direction: column;
        gap: 15px;
    }
    .casereview-btn .cmn-btn,
    .review-btn .cmn-btn {
        padding: 26px 60px 27px 30px;
        font-size: 20px;
        width: 100%;
    }
    .case-review-sec {
        padding: 69px 0 80px;
    }
    .case-review-lft-cnt .text-heading {
        letter-spacing: 0;
        line-height: 1.1;
    }
    .review-btn .cmn-btn::before {
        transform: rotate(0deg) scale(1);
        right: 10px;
    }
    .review-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(1);
        right: 10px;
    }
    .casereview-btn .cmn-btn::before {
        transform: rotate(-45deg) scale(1);
        right: 10px;
    }
    .casereview-btn .cmn-btn:hover::before {
        transform: rotate(45deg) scale(1);
        right: 10px;
    }
}
@media screen and (max-width: 410px) {
    .casereview-btn .cmn-btn,
    .review-btn .cmn-btn {
        padding: 26px 48px 26px 32px;
        font-size: 20px;
    }
    .review-btn .cmn-btn::before {
        transform: rotate(0deg);
        right: 10px;
    }
    .review-btn .cmn-btn:hover::before {
        transform: rotate(45deg);
        right: 10px;
    }
    .casereview-btn .cmn-btn::before {
        transform: rotate(-45deg);
        right: 10px;
    }
    .casereview-btn .cmn-btn:hover::before {
        transform: rotate(45deg);
        right: 10px
    }
    .case-review-sec {
        padding: 50px 0;
    }
    .case-review-rit-cnt p {
        font-size: 20px;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 360px) {
    .case-review-rit-cnt p {
        font-size: 18px;
        margin-bottom: 20px;
    }
    .text-heading {
        font-size: 36px;
        padding-bottom: 25px;
        margin-bottom: 25px;
    }
    .casereview-btn .cmn-btn,
    .review-btn .cmn-btn {
        padding: 20px 48px 20px 20px;
        font-size: 16px;
    }
    .casereview-btn .cmn-btn::before,
    .review-btn .cmn-btn::before {
        right: 10px;
    }
}
/* Our Expertise Section */
.hm-our-expertise {
    padding: 181px 0 100px;
}
.hm-our-expertise .container {
    max-width: 1345px;
    margin: 0 auto;
}
.our-expertise-title {
    text-align: center;
}
.hm-our-expertise h2.text-heading {
    letter-spacing: 0;
    text-align: center;
    padding: 0 0 30px 0;
    max-width: 658px;
    margin: 0 auto 100px;
}
.our-expertise-list {
    display: flex;
    justify-content: space-between;
    gap: 30px;
}
.our-expertise-itm {
    width: 49%;
    border-radius: 20px;
    position: relative;
}
.expertise-img img {
    border-radius: 20px 20px 0px 0px;
    width: 100%;
    display: block;
}
.expertise-cont {
    border: 1px solid #ECD7BF;
    padding: 40px 52px 22px 57px;
    border-radius: 0px 0px 20px 20px;
    position: relative;
    z-index: 1;
}
.expertise-cont .expertise-cont-title {
    font-family: 'Argent CF Demi';
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    line-height: 1.2;
    letter-spacing: -0.1px;
    margin-bottom: 35px;
    color: #A3563E;
}
.expertise-cont p {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #485564;
}
.expertise-cont .expertise-cont-subtitle {
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0px;
    margin-bottom: 32px;
    color: #485564;
}
.our-expertise-itm:hover::before {
    position: absolute;
    content: "";
    background-color: #A3563E;
    height: 70%;
    width: 100%;
    opacity: 0.5;
    border-radius: 20px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.our-expertise-itm:hover .expertise-cont {
    background-color: #A3563E;
    border-color: #A3563E;
    color: #fff !important;
}
.our-expertise-itm:hover .expertise-cont-title,
.our-expertise-itm:hover .expertise-cont-subtitle,
.our-expertise-itm:hover p {
    color: #fff !important;
}
.expertise-itm-hover a {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    display: block;
    font-size: 0;
    background-image: url(./images/our-expertise-hvr-icn.webp);
    background-repeat: no-repeat;
    background-position: center 180px;
    width: 100%;
    height: 100%;
    display: none;
    animation: slideLeft 0.6s ease-out forwards;
}
@keyframes slideLeft {
    0% {
        transform: translateX(-35px);
        opacity: 0;
    }
    100% {
        transform: translateX(0);
        opacity: 1;
    }
}
.our-expertise-itm:hover .expertise-itm-hover a {
    display: block;
}
/* Our Expertise Section Responsive */
@media screen and (max-width: 1700px) {
    /* .hm-our-expertise .container { max-width: 1400px; } */
    .hm-our-expertise {
        padding: 160px 0 90px;
    }
    .hm-our-expertise h2.text-heading {
        margin-bottom: 80px;
    }
}
@media screen and (max-width: 1500px) {
    .hm-our-expertise .container {
        max-width: 1200px;
    }
    .hm-our-expertise h2.text-heading {
        margin-bottom: 65px;
        max-width: 488px;
    }
    .hm-our-expertise {
        padding: 110px 0 40px;
    }
    .expertise-itm-hover a {
        background-size: 80px;
    }
    .expertise-cont {
        padding: 30px 30px 20px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 29px;
        margin-bottom: 28px;
    }
    .expertise-cont .expertise-cont-subtitle {
        margin-bottom: 25px;
        font-size: 19px;
    }
    .expertise-cont p {
        font-size: 19px;
    }
}
@media screen and (max-width: 1240px) {
    .hm-our-expertise .container {
        max-width: 900px;
        padding: 0 10px;
    }
    .hm-our-expertise h2.text-heading {
        margin-bottom: 50px;
        max-width: 440px;
    }
    .hm-our-expertise {
        padding: 72px 0 20px;
    }
    .expertise-itm-hover a {
        background-size: 60px;
        background-position: center 135px;
    }
    .expertise-cont {
        padding: 25px 20px 15px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .expertise-cont .expertise-cont-subtitle {
        margin-bottom: 20px;
        font-size: 17px;
    }
    .expertise-cont p {
        font-size: 17px;
    }
}
@media screen and (max-width: 1024px) {
    .hm-our-expertise .container {
        max-width: 700px;
    }
    .hm-our-expertise h2.text-heading {
        margin-bottom: 35px;
        padding: 0 0 20px 0;
        max-width: 390px;
    }
    .hm-our-expertise {
        padding: 50px 0 20px;
    }
    .expertise-itm-hover a {
        background-size: 50px;
        background-position: center 90px;
    }
    .expertise-cont {
        padding: 20px 15px 10px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 20px;
        margin-bottom: 10px;
    }
    .expertise-cont .expertise-cont-subtitle {
        margin-bottom: 10px;
        font-size: 16px;
    }
    .expertise-cont p {
        font-size: 15px;
    }
}
@media screen and (max-width: 768px) {
    .hm-our-expertise .container {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
    .our-expertise-list {
        flex-direction: column;
        width: 100%;
        max-width: 382px;
        margin: 0 auto;
        gap: 48px;
    }
    .our-expertise-itm {
        width: 100%;
    }
    .expertise-img img {
        height: 100%;
        object-fit: cover;
        background-position: center;
    }
    .expertise-img {
        height: 425px;
        background-position: center;
    }
    .our-expertise-title {
        max-width: 382px;
        margin: 0 auto;
    }
    .hm-our-expertise h2.text-heading {
        display: block;
        padding: 0 0 36px 0;
        margin-bottom: 79px;
        letter-spacing: 0;
    }
    .expertise-itm-hover a {
        background-size: 50px;
        background-position: center 200px;
    }
    .hm-our-expertise {
        padding: 67px 0 20px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 32px;
        margin-bottom: 32px;
        line-height: 1.3;
    }
    .expertise-cont .expertise-cont-subtitle {
        margin-bottom: 38px;
        font-size: 20px;
    }
    .expertise-cont p {
        font-size: 20px;
        margin: 0;
    }
    .expertise-cont {
        padding: 27px 19px 31px;
    }
}
@media screen and (max-width: 410px) {
    .hm-our-expertise {
        padding: 40px 0;
    }
    .hm-our-expertise h2.text-heading {
        padding: 0 0 24px 0;
        margin-bottom: 30px;
    }
    .expertise-cont {
        padding: 30px 20px;
    }
    .our-expertise-list {
        gap: 25px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 32px;
        margin-bottom: 40px;
    }
    .expertise-cont .expertise-cont-subtitle {
        margin-bottom: 15px;
        font-size: 20px;
    }
    .expertise-cont p {
        font-size: 20px;
    }
    .expertise-itm-hover a {
        background-size: 50p;
        background-position: center 125px;
    }
    .expertise-img {
        height: 280px;
    }
}
@media screen and (max-width: 360px) {
    .expertise-cont .expertise-cont-subtitle {
        margin-bottom: 15px;
        font-size: 18px;
    }
    .expertise-cont p {
        font-size: 18px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 26px;
        margin-bottom: 25px;
    }
    .hm-our-expertise h2.text-heading {
        padding: 0 0 20px 0;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 320px) {
    .text-heading {
        font-size: 30px;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .expertise-cont .expertise-cont-title {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .expertise-cont p {
        font-size: 16px;
    }
}
/* Do Any Section Here */
.hm-do-any-sec {
    padding: 155px 0 80px;
}
.hm-do-any-sec .container {
    max-width: 1345px;
    margin: 0 auto;
}
.hm-do-any-sec .text-heading {
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 46px;
}
.do-any-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px 30px;
}
.do-any-title {
    font-family: 'Acumin Pro';
    font-weight: 700;
    font-size: 20px;
    text-transform: none;
    line-height: 1;
    letter-spacing: 0px;
    margin-bottom: 10px;
    color: #A3563E;
    position: relative;
    padding-left: 28px;
}
.do-any-title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #A3563E;
    border-radius: 50%;
}
.do-any-cont p {
    padding-left: 30px;
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0px;
    margin-bottom: 20px;
    color: #485564;
}
.do-any-cont {
    width: 42.7%;
}
/* Do Any Section Here Responsive */
/* Do Any Section Here Responsive */
@media screen and (max-width: 1700px) {
    /* .hm-do-any-sec .container { max-width: 1400px; } */
    .hm-do-any-sec {
        padding: 140px 0 80px;
    }
}
@media screen and (max-width: 1500px) {
    .hm-do-any-sec .container {
        max-width: 1200px;
    }
    .hm-do-any-sec {
        padding: 90px 0 60px;
    }
    .do-any-list {
        gap: 40px 30px;
    }
    .do-any-cont {
        width: 46%;
    }
}
@media screen and (max-width: 1240px) {
    .hm-do-any-sec .container {
        max-width: 900px;
        padding: 0 10px;
    }
    .hm-do-any-sec {
        padding: 90px 0 60px;
    }
    .do-any-title {
        font-size: 19px;
        padding-left: 22px;
    }
    .do-any-cont p {
        font-size: 18px;
        padding-left: 22px;
    }
    .do-any-list {
        gap: 30px 20px;
    }
    .hm-do-any-sec .text-heading {
        margin-bottom: 40px;
    }
}
@media screen and (max-width: 1024px) {
    .hm-do-any-sec .container {
        max-width: 700px;
    }
    .hm-do-any-sec {
        padding: 60px 0 50px;
    }
    .do-any-title {
        font-size: 18px;
        padding-left: 22px;
    }
    .do-any-cont p {
        font-size: 17px;
        padding-left: 22px;
    }
    .do-any-list {
        gap: 18px 15px;
    }
    .hm-do-any-sec .text-heading {
        margin-bottom: 30px;
    }
    .do-any-cont {
        width: 48.8%;
    }
}
@media screen and (max-width: 768px) {
    .hm-do-any-sec .container {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
    .hm-do-any-sec {
        padding: 47px 0 40px;
    }
    .do-any-main-title {
        max-width: 382px;
        margin: 0 auto;
    }
    .do-any-list {
        flex-direction: column;
        width: 100%;
        max-width: 382px;
        margin: 0 auto;
        gap: 28px 15px;
    }
    .do-any-cont {
        width: 100%;
        padding: 0;
    }
    .hm-do-any-sec .text-heading {
        margin-bottom: 54px;
        letter-spacing: 0;
        line-height: 1.1;
    }
    .do-any-title {
        font-size: 20px;
        padding-left: 24px;
    }
    .do-any-cont p {
        font-size: 20px;
        padding-left: 26px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 410px) {
    .hm-do-any-sec .text-heading {
        margin-bottom: 30px;
    }
    .do-any-cont {
        padding: 0;
    }
    .do-any-title {
        font-size: 19px;
    }
    .do-any-list {
        gap: 15px;
    }
    .do-any-cont p {
        font-size: 17px;
    }
    .hm-do-any-sec {
        padding: 20px 0;
    }
}
/* Testimonials Section Starts */
.hm-testimonials {
    padding: 70px 0 230px;
}
.hm-testimonials .container {
    max-width: 1345px;
}
.testimonials-main {
    width: 100%;
    background-color: #0A1A2F;
    background-image: url(./images/testi-bg.webp);
    border-radius: 20px;
    padding: 63px 140px 77px;
}
.hm-testimonials .hm-testi-item {
    margin-right: 20px;
}
.hm-testimonials .text-heading {
    font-family: 'Argent CF';
    font-weight: 700;
    font-size: 64px;
    color: #A3563E;
    line-height: 1.09;
    margin: 0 0 38px 0;
    padding: 0 0 16px;
    position: relative;
    letter-spacing: 0;
    border-color: #e7e7e74d;
}
.hm-testimonials .text-heading:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: #fff;
    opacity: 13%;
}
.hm-testimonials .hm-testi-item .testi-head {
    font-family: 'Argent CF';
    color: #fff;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.6px;
    margin-bottom: 28px;
}
.hm-testimonials .hm-testi-item p {
    font-family: 'Acumin Pro';
    font-size: 20px;
    line-height: 1.65;
    color: #fff;
    position: relative;
    margin: 0 0 30px;
    letter-spacing: 0px;
    font-weight: 400;
}
.hm-testimonials .testi-blk .owl-nav {
    margin: 0;
    position: absolute;
    right: 0;
    bottom: -107px;
}
.hm-testimonials .testi-blk .owl-nav button {
    background-color: #A3563E !important;
    width: 60px;
    height: 60px;
    margin: 0;
    border-radius: 50%;
    background-image: url(./images/testi-lft-arw.webp) !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}
.hm-testimonials .testi-blk .owl-nav button.owl-next {
    background-image: url(./images/testi-rit-arw.webp) !important;
}
.hm-testimonials .testi-blk .owl-nav button:hover {
    background-color: #DBBAB1 !important;
}
.hm-testimonials .testi-blk .owl-nav button span {
    font-size: 0;
}
.hm-testimonials .testi-blk .owl-nav button.owl-prev {
    margin-right: 8px;
}
.hm-testimonials .testi-blk .owl-nav button.owl-next {
    margin-left: 8px;
}
.testi-btm-sec {
    display: flex;
    gap: 25px;
}
.star-rat {
    width: 121px;
    height: 25px;
    background-image: url(./images/star-rating.webp);
}
/* Testimonials Section Ends */
@media screen and (max-width: 1700px) {
    .hm-testimonials {
        padding: 70px 0 210px;
    }
    .hm-testimonials .text-heading {
        font-size: 52px;
    }
}
@media screen and (max-width: 1500px) {
    .hm-testimonials .container {
        max-width: 1200px;
    }
    .hm-testimonials {
        padding: 70px 0 160px;
    }
    .testimonials-main {
        padding: 50px 110px 70px;
    }
    .hm-testimonials .text-heading {
        font-size: 45px;
        margin-bottom: 30px;
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 28px;
        margin-bottom: 22px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 19px;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -97px;
    }
}
@media screen and (max-width: 1240px) {
    .hm-testimonials .container {
        max-width: 900px;
        padding: 0 10px;
    }
    .testimonials-main {
        padding: 40px 80px 60px;
    }
    .hm-testimonials .text-heading {
        font-size: 40px;
        margin-bottom: 25px;
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 24px;
        margin-bottom: 20px;
        line-height: 1.1;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 17px;
        margin-bottom: 25px;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -87px;
    }
    .hm-testimonials {
        padding: 40px 0 130px;
    }
}
@media screen and (max-width: 1024px) {
    .hm-testimonials .container {
        max-width: 700px;
    }
    .testimonials-main {
        padding: 30px 50px 45px;
    }
    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(0.85);
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 22px;
        margin-bottom: 15px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 16px;
        line-height: 1.5;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -74px;
    }
    .hm-testimonials {
        padding: 45px 0 120px;
    }
}
@media screen and (max-width: 768px) {
    .hm-testimonials .container {
        width: 100%;
        padding: 0 10px;
        max-width: 100%;
    }
    .testimonials-main {
        max-width: 382px;
        margin: 0 auto;
        padding: 56px 43px 64px;
    }
    .hm-testimonials .text-heading {
        font-size: 48px;
        margin-bottom: 44px;
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 30px;
        margin-bottom: 35px;
        line-height: 1.2;
        letter-spacing: 0.6px;
    }
    .hm-testimonials .hm-testi-item {
        width: 100%;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 18px;
        padding: 0 10px 0 0;
        line-height: 1.75;
        margin-bottom: 42px;
    }
    .testi-btm-sec {
        margin-top: 25px;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -93px;
        text-align: center;
        width: 100%;
    }
    .hm-testimonials {
        padding: 21px 0 110px;
    }
    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(1);
    }
}
@media screen and (max-width: 410px) {
    .testimonials-main {
        padding: 56px 44px 65px;
    }
    .hm-testimonials .text-heading {
        font-size: 46px;
        margin-bottom: 40px;
        padding-bottom: 20px;
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 30px;
        margin-bottom: 25px;
        letter-spacing: -0.6px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 20px;
        padding: 0;
        margin-bottom: 22px;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -94px;
    }
    .hm-testimonials .testi-blk .owl-nav button {
        transform: scale(0.8);
    }
    .hm-testimonials {
        padding: 20px 0 70px;
    }
}
@media screen and (max-width:360px) {
    .hm-testimonials .text-heading {
        font-size: 36px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 18px;
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 26px;
    }
    .testimonials-main {
        padding: 36px 30px 45px;
    }
    .hm-testimonials .testi-blk .owl-nav {
        bottom: -73px;
    }
    .hm-testimonials .text-heading {
        margin-bottom: 25px;
    }
}
@media screen and (max-width:320px) {
    .hm-testimonials .text-heading {
        font-size: 30px;
    }
    .hm-testimonials .hm-testi-item p {
        font-size: 16px;
    }
    .hm-testimonials .hm-testi-item .testi-head {
        font-size: 20px;
    }
}
/* Testimonials Section Ends */
/* Footer Styling Start */
.footer-section {
    padding: 87px 0 56px;
    background-color: #ECD7BF;
}
.footer-section .container {
    max-width: 1620px;
    margin: auto;
}
.ftr-top-blck {
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 0 83px;
    border-bottom: 1px solid #414141;
}
.ftr-btm-lft,
.ftr-btm-rite {
    width: 32.5%;
}
.ftr-top .you-ready {
    font-family: 'Argent CF';
    color: #0A1A2F;
    font-weight: 700;
    font-size: 55px;
    line-height: 1.2;
    margin: 0;
    letter-spacing: 0;
    max-width: 785px;
    padding: 0;
    border: none;
}
.ftr-top-btn {
    margin-bottom: 20px;
}
.ftr-btm-blck {
    padding: 50px 0 0;
    display: flex;
    justify-content: space-between;
}
.ftr-logo {
    margin: 0 0 50px;
}
.ftr-logo img {
    width: 100%;
    display: block;
    height: auto;
}
.ftr-btm-lft .ftr-itm a {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #0A1A2F;
    padding-left: 36px;
    position: relative;
    display: inline-block;
    text-decoration: none;
}
.ftr-itm.call {
    margin: 0 0 8px;
}
.ftr-itm a::before {
    position: absolute;
    content: "";
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    margin: auto;
    bottom: 0;
}
.ftr-itm.call a::before {
    background-image: url(./images/call-img.webp);
    width: 18px;
    height: 18px;
}
.ftr-itm.loctn {
    margin: 0 0 50px;
}
.ftr-itm.loctn a::before {
    background-image: url(./images/location-img.webp);
    width: 24px;
    height: 24px;
    top: 10px;
    bottom: inherit;
}
.ftr-itm a:hover {
    color: #a2573c;
}
.ftr-socl-icns {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 21px;
    width: 100%;
    padding-left: 66px;
}
.ftr-menu ul {
    margin: 0;
}
a.ftr-icon {
    font-size: 0;
}
.ftr-socl-icns a:hover {
    transform: scale(1.1);
}
.ftr-btm-lft .ftr-itm {
    padding-left: 32px;
    max-width: 360px;
}
.ftr-btm-rite {
    display: flex;
    justify-content: space-between;
    padding-top: 33px;
    padding-left: 7px;
}
.menu-title {
    font-family: 'Acumin Pro';
    font-size: 18px;
    font-weight: 400;
    line-height: 1;
    color: #0A1A2F;
    margin: 0 0 20px;
}
.ftr-menu ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.ftr-menu ul li a {
    font-family: 'Acumin Pro';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
    color: #0A1A2F;
    display: inline-block;
    text-decoration: none;
    margin: 0 0 16px;
    letter-spacing: -1px;
}
.copyrights {
    padding: 14px 0;
    text-align: center;
    background-color: #BF7C5A;
}
.ftr-links {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.ftr-links .cpy-inr,
.ftr-links a {
    font-family: 'Acumin Pro';
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #0A1A2F;
    margin: 0;
    text-decoration: none;
}
.ftr-links a:before {
    background: #212634;
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    border-radius: 100%;
    top: -3px;
    bottom: 0;
    margin: auto;
}
.ftr-links a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    position: relative;
    padding-left: 15px
}
p.copy-para {
    margin: 0;
    font-size: 15px;
    color: #0A1A2F;
}
.disclaimer-sec p {
    font-size: 13px;
    color: #0A1A2F;
    margin: 10px 0 0;
}
/* Footer Responsive Start */
@media screen and (max-width: 1700px) {
    .footer-section .container {
        max-width: 1400px;
    }
    .ftr-top .you-ready {
        font-size: 52px;
        max-width: 738px;
    }
    .ftr-top-blck {
        padding: 0 0 82px;
    }
    .ftr-btm-rite {
        width: 37.5%;
    }
}
@media screen and (max-width: 1500px) {
    .footer-section .container {
        max-width: 1200px;
    }
    .footer-section {
        padding: 70px 0 52px;
    }
    .ftr-top .you-ready {
        font-size: 48px;
        max-width: 686px;
    }
    .ftr-top-blck {
        padding: 0 0 75px;
    }
    .ftr-btm-lft .ftr-itm a {
        font-size: 18px;
        padding-left: 33px;
    }
    .menu-title {
        font-size: 17px;
    }
    .ftr-menu ul li a {
        font-size: 18px;
        margin: 0 0 22px;
        letter-spacing: -0.5px;
    }
    .ftr-logo {
        margin: 0 0 40px;
    }
    .ftr-btm-lft .ftr-itm {
        max-width: 272px;
    }
}
@media screen and (max-width: 1240px) {
    .footer-section .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .footer-section {
        padding: 60px 0 40px;
    }
    .ftr-top .you-ready {
        font-size: 40px;
        max-width: 581px;
    }
    .ftr-top-blck {
        padding: 0 0 60px;
    }
    .ftr-btm-lft .ftr-itm {
        padding-left: 22px;
    }
    .ftr-btm-lft .ftr-itm a {
        font-size: 17px;
        padding-left: 30px;
    }
    .ftr-itm.loctn {
        margin: 0 0 36px;
    }
    .menu-title {
        font-size: 15px;
    }
    .ftr-menu ul li a {
        font-size: 16px;
        margin: 0 0 16px;
        letter-spacing: 0;
    }
    .ftr-btm-rite {
        width: 44.5%;
    }
}
@media screen and (max-width: 1024px) {
    .footer-section .container {
        max-width: 750px;
    }
    .footer-section {
        padding: 42px 0 30px;
    }
    .ftr-top .you-ready {
        font-size: 30px;
        max-width: 451px;
    }
    .ftr-top-blck {
        padding: 0 0 48px;
    }
    .ftr-btm-blck {
        padding: 40px 0 0;
    }
    .ftr-btm-lft .ftr-itm a {
        font-size: 15px;
        padding-left: 26px;
    }
    .ftr-btm-lft .ftr-itm {
        padding-left: 12px;
    }
    .ftr-itm a::before {
        transform: scale(0.9);
    }
    .ftr-itm.loctn a::before {
        top: 5px;
    }
    .ftr-logo {
        margin: 0 0 32px;
    }
    .ftr-itm.loctn {
        margin: 0 0 30px;
    }
    .ftr-socl-icns {
        gap: 20px;
        padding-left: 22px;
    }
    .ftr-menu ul li a {
        font-size: 14px;
        margin: 0 0 10px;
        letter-spacing: -0.3px;
    }
    .menu-title {
        margin: 0 0 18px;
    }
}
@media screen and (max-width: 768px) {
    .footer-section .container {
        width: 100%;
        max-width: 100%;
    }
    .ftr-top-blck {
        align-items: center;
        padding: 0 0 38px;
        flex-direction: column;
    }
    .ftr-top-blck {
        width: 100%;
        max-width: 382px;
        margin: auto;
    }
    .ftr-top .you-ready {
        margin: 0 0 30px;
        font-size: 32px;
        text-align: center;
        letter-spacing: 0.6px;
    }
    .ftr-top .you-ready br {
        display: none;
    }
    .ftr-top-btn .cmn-btn {
        padding: 20px 70px 20px 30px;
        background-size: 9%;
        background-position: right 10px center;
    }
    .ftr-top-btn {
        margin-bottom: 0;
    }
    .ftr-btm-blck {
        flex-direction: column;
        width: 100%;
        max-width: 380px;
        margin: auto;
        padding: 80px 0 0;
    }
    .ftr-btm-lft,
    .ftr-btm-rite {
        width: 100%;
    }
    .ftr-btm-lft {
        margin: 0 0 68px;
    }
    .ftr-btm-rite {
        flex-direction: column;
        text-align: center;
        padding: 0;
    }
    .menu-title {
        font-size: 18px;
    }
    .ftr-menu ul li a {
        font-size: 20px;
        margin: 0 0 14px;
    }
    .ftr-top .you-ready strong {
        margin-top: 36px;
        display: block;
    }
    .footer-section {
        padding: 72px 0;
    }
    .ftr-itm.call,
    .ftr-itm.loctn {
        margin: 0 auto 10px;
    }
    .ftr-socl-icns {
        margin-top: 31px;
        padding-left: 0;
        justify-content: center;
    }
    .ftr-btm-lft .ftr-itm a {
        font-size: 20px;
        padding-left: 36px;
    }
    .ftr-logo {
        margin: 0 0 38px;
    }
    .copyrights {
        padding: 18px 0;
    }
    .ftr-links {
        flex-direction: column;
    }
    .ftr-top-btn .cmn-btn::before {
        right: 12px;
    }
    .ftr-links a {
        padding: 0;
    }
    .ftr-links a:before {
        display: none;
    }
}
@media screen and (max-width: 410px) {
    .ftr-btm-lft {
        margin: 0 0 70px;
    }
    /*.ftr-top-btn .cmn-btn {
        padding: 18px 53px 18px 12px;
        font-size: 15px;
        letter-spacing: -0.4px;
    }*/
    .footer-section {
        padding: 67px 0 56px;
    }
    .ftr-top .you-ready {
        font-size: 32px;
        letter-spacing: -0.6px;
    }
    .ftr-top .you-ready strong {
        margin-top: 22px;
    }
    .ftr-top-blck {
        padding: 0 0 28px;
    }
    .ftr-btm-blck {
        padding: 80px 0 0
    }
    .ftr-btm-lft .ftr-itm a {
        font-size: 20px;
    }
    .ftr-menu ul li a {
        font-size: 18px;
        margin: 0 0 20px;
    }
    .ftr-top-btn .cmn-btn::before {
        right: 7px;
    }
    p.copy-para {
        font-size: 14px;
    }
    .ftr-links a {
        padding: 0;
    }
    .ftr-links a:before {
        display: none;
    }
}
@media screen and (max-width:360px) {
    .ftr-top .you-ready {
        font-size: 26px;
    }
    .ftr-top-btn .cmn-btn {
        padding: 20px 60px 20px 10px;
        background-size: 9%;
        background-position: right 10px center;
        font-size: 15px;
    }
    .ftr-btm-blck {
        padding: 50px 0 0
    }
    .ftr-btm-lft {
        margin: 0 0 30px;
    }
    .ftr-btm-lft .ftr-itm a {
        font-size: 18px;
    }
    .ftr-menu ul li a {
        font-size: 16px;
        margin: 0 0 10px;
    }
    .footer-section {
        padding: 50px 0 50px;
    }
}
/* Footer Responsive End */
/* Home Blog Section Starts */
.hm-blog-sec {
    padding: 60px 0;
}
.hm-blog-sec .hm-blog-blk {
    flex-wrap: wrap;
    display: flex;
}
.hm-blog-sec .hmblg-item {
    background: #ccc;
    width: 32%;
    padding: 20px;
    margin: 0 0.5%;
}
.hm-blog-sec .hmblgcnt h3 {
    font-size: 26px;
    margin: 0 0 15px 0;
    color: #000;
    line-height: 1;
}
.hm-blog-sec .hmblgcnt p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 0 20px 0px;
}
.hm-blog-sec .hmpost_btn {
    margin: 20px 0 10px 0;
}
.hm-blog-sec .hmpost_btn a {
    font-size: 18px;
    display: inline-block;
    color: #fff;
}
.hm-blog-sec .hmnews-btn {
    text-align: center;
    margin: 30px 0 0 0;
}
.hm-blog-sec .hmnews-btn a {
    background-color: #eee;
}
.hm-blog-sec .hmnews-btn a:hover {
    background-color: #000;
}
/* Home Blog Section Ends */
/* HomePage FAQ's Section Starts */
.hm-faq-sec {
    padding: 50px 0;
}
.accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
    max-width: 1000px;
    margin: 0 auto;
}
.accordion-section-content {
    background-color: #999;
    padding: 10px;
    border-radius: 0 0 5px 5px;
}
.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}
.accordion-heading {
    background-color: #ccc;
    padding: 10px 15px;
    margin: 0;
    cursor: pointer;
}
.accordion-section-content p {
    font-size: 18px;
    line-height: 1.5;
    margin: 0px;
}
.accordion-section .accordion-heading {
    border-radius: 5px;
    font-size: 26px;
    margin: 0;
    color: #000;
    line-height: 1;
}
.accordion-section.accordien-active .accordion-heading {
    border-radius: 5px 5px 0 0;
}
/* HomePage FAQ's Section Ends */
/* HomePage Tab Section Starts */
.tab-btn,
.tab-btn:hover {
    padding: 15px 30px;
    border-radius: 5px;
    background-color: #f9f9f9;
    border: 1px solid #999;
    top: -2px;
    position: relative;
    outline: none;
    width: max-content;
}
.tab-btn:hover {
    background-color: #f6f6f6;
    cursor: pointer;
}
.tab-btn.tab-btn-active {
    background-color: #f2f2f2;
    border-color: #f2f2f2;
    top: 2px;
    border-radius: 5px 5px 0 0;
}
.tab-content-area {
    background-color: #f2f2f2;
    padding: 20px;
    border-radius: 0 5px 5px 5px;
}
.tab-pane {
    display: none;
}
.tab-pane.tab-pane-active {
    display: block;
}
/* HomePage Tab Section Ends */
/* HomePage Form Section Starts */
.hm-form-sec {
    padding: 50px 0;
    background-color: #eee;
}
.hm-form-sec .text-heading {
    text-align: center;
}
.hm-form-sec .gfield input.large {
    border-radius: 7px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 16px !important;
    line-height: 1;
    padding: 19px 20px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    height: auto;
    background-color: #fff;
}
.hm-form-sec .gfield textarea.large {
    height: 155px !important;
    border-radius: 7px;
    font-family: var(--bodyFont);
    font-weight: 500;
    font-size: 16px !important;
    padding: 19px 20px !important;
    color: #000 !important;
    border: 0;
    outline: 0;
    resize: none;
    background-color: #fff;
}
.hm-form-sec .gform-theme--foundation .gfield textarea.large {
    min-block-size: 18rem;
    min-height: auto;
}
.hm-form-sec .gfield input::placeholder,
.hm-form-sec .gfield textarea::placeholder {
    color: #000;
}
.hm-form-sec .form-links a,
.hm-form-sec .gfield-choice-input+label {
    font-family: var(--bodyFont) !important;
    font-weight: 400;
    font-size: 16px !important;
    line-height: 1;
    letter-spacing: 0px;
    color: #000 !important;
}
.hm-form-sec .gchoice {
    margin: -10px 0 0 0;
}
.hm-form-sec .form-links a {
    cursor: pointer;
    text-decoration: none;
}
.hm-form-sec .form-links a:hover {
    color: #eee;
}
.hm-form-sec .gform_wrapper .top_label input[type="checkbox"] {
    margin: -2px 5px 0px 0 !important;
    width: 15px !important;
    height: 15px !important;
}
.hm-form-sec .gform_fields {
    display: grid;
    grid-column-gap: 15px;
    grid-row-gap: 18px;
}
.hm-form-sec .gform_footer {
    margin: -54px 0 0;
    padding: 0;
}
.hm-form-sec #field_submit,
.hm-form-sec .gform_footer {
    display: flex;
    justify-content: flex-end;
}
.hm-form-sec .gform_footer input[type="submit"] {
    padding: 17px 70px !important;
    font-family: var(--bodyFont) !important;
    font-weight: 600 !important;
    font-size: 21px !important;
    border-radius: 55px !important;
    letter-spacing: 0 !important;
    text-transform: uppercase !important;
    background: #fff !important;
    border: none !important;
    color: #000 !important;
    margin: 0 !important;
    position: relative !important;
    z-index: 1 !important;
    cursor: pointer !important;
    transition: 0.3s !important;
}
.hm-form-sec .gform_footer input[type="submit"]:hover {
    background: #000 !important;
    color: #fff !important;
}
.hm-form-sec .gchoice.gchoice_1_12_1 input {
    width: 15px;
    height: 15px;
}
.hm-form-sec .popup {
    max-width: 60%;
}
.hm-form-sec div#popup-container {
    position: relative;
}
.hm-form-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}
.hm-form-sec .gform_wrapper .gform_validation_errors {
    display: none;
}
.hm-form-sec .gform_wrapper .gfield {
    position: relative;
}
#myPopup.show {
    display: block;
    visibility: visible;
    z-index: 99;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
.hm-form-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}
.hm-form-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 37px;
}
.hm-form-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}
.hm-form-sec .popup {
    max-width: 100%;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}
#myPopup.show {
    position: absolute;
    z-index: 5;
    padding: 10px;
    display: none;
    margin: 0;
}
.popuptext {
    transition: transform .15s ease-out .15s;
    pointer-events: none;
    text-align: center;
    border: 1px solid rgb(22 80 41);
    background: #fff;
    font-size: 14px;
    color: #000 !important;
    line-height: 1.5;
    max-width: 650px;
    padding: 10px;
    position: absolute;
    z-index: 5;
    display: none;
}
.hm-form-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}
/* HomePage Form Section Ends */
.wrapper .wp-block-button {
    margin: 0 0 40px;
}
.wrapper .wp-block-button a:hover {
    background-color: #A3563E !important;
}

p.item-position {
    font-family: 'Argent CF';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0.4px;
    color: #485564;
    margin: -10px 0 28px;
}