/*!
Theme Name: Tac Injury Law
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: tacinjurylaw
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.
Tac Injury Law 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: 'Hubot Sans Condensed';
    src: url('./fonts/HubotSansCondensed-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans Condensed';
    src: url('./fonts/HubotSansCondensed-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans Condensed';
    src: url('./fonts/HubotSansCondensed-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('./fonts/HubotSans-Bold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('./fonts/HubotSans-Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('./fonts/HubotSans-ExtraBold.woff2') format('woff2');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Hubot Sans';
    src: url('./fonts/HubotSans-Regular.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@media screen and (min-width: 768px) {
    .wp-block-image .alignleft {
        float: left;
        margin-right: 20px;
    }

    .wp-block-image .alignright {
        float: right;
        margin-left: 20px;
    }

    .wp-block-image .alignleft,
    .wp-block-image .alignright {
        max-width: 50%;
        margin-top: 0;
    }
}

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

    .wp-block-image .alignright,
    .wp-block-image .alignleft {
        width: 100%;
        max-width: 600px;
        float: none;
        margin: 20px auto;
    }

    .wp-block-image img {
        width: 100% !important;
    }

}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers.
*/
body {
    margin: 0;
}

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

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

:focus-visible {
    outline: 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
--------------------------------------------- */
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;
}

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

p:empty {
    display: none
}

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

a:visited {
    color: #fff;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: 0;
}

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

/* Search form */
.search-submit {
    display: none;
}

.hdr-src {
    transition: 0.5s;
    cursor: pointer;
    display: block;
    width: 18px;
    height: 18px;
    float: right;
    margin-top: 0;
}

svg.icon.icon-search {
    display: none;
}

.srcshow {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    float: left;
    background: url(./images/search-img.webp) no-repeat left top;
    text-indent: -9999px;
    background-size: contain;
}

.srcshow img {
    width: 100%;
    display: block;
}

.srcbox {
    z-index: 99999995;
    background-color: #cd8f00;
    position: absolute;
    top: 0;
    right: -7px;
    width: 0;
    overflow: hidden;
}

.srcbox:before {
    content: "";
    background: url(./images/search.webp) no-repeat left top;
    position: absolute;
    background-size: contain;
    left: 14px;
    top: 17px;
    width: 18px;
    height: 18px;
}

.srcbox .search-form .screen-reader-text {
    font-size: 0;
}

.srcbox input {
    width: 100%;
    float: left;
    padding: 12px 28px 12px 45px !important;
    background-color: transparent;
    color: #fff !important;
    font-size: 16px !important;
    outline: none;
    line-height: 1 !important;
    font-family: 'Hubot Sans Condensed';
    letter-spacing: 1.1px;
}

.srcbox button {
    position: absolute;
    top: 10px;
    left: 0;
    width: 25px;
    height: 25px;
    border: none;
    background: none;
}

.srcbox .close_search {
    width: 17px;
    height: 17px;
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url(./images/hdr-close-icon.webp);
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
}

.srcbox input::-webkit-input-placeholder {
    color: #fff;
}

.srcbox input::-moz-placeholder {
    color: #fff;
}

.srcbox input:-ms-input-placeholder {
    color: #fff;
}

.srcbox input:-moz-placeholder {
    color: #fff;
}

.topmenu-list {
    position: relative;
}

.clr-btn {
    position: absolute;
    top: 9px;
    bottom: 0;
    cursor: pointer;
    width: 50px;
    right: 45px;
    z-index: 9999;
}

.clr-btn input {
    padding: 8px 0 8px 0 !important;
    font-family: 'Hubot Sans Condensed';
    cursor: pointer;
    font-size: 14px !important;
    font-style: normal;
    background: transparent;
    text-transform: capitalize;
    border: 0;
    line-height: 1 !important;
}

.clr-btn input:hover,
.clr-btn input:focus {
    background: inherit;
}

input[type=search]::-ms-clear {
    display: none;
    width: 0;
    height: 0;
}

input[type=search]::-ms-reveal {
    display: none;
    width: 0;
    height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    display: none;
}

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

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

/* Header Section */
.header-sec {
    position: fixed;
    padding: 10px 0;
    /* background-color: #fff; */
    width: 100%;
    z-index: 999;
}

.header-sec .container {
    width: 100%;
    max-width: 1820px;
    margin: auto;
}

.logo-right {
    display: flex;
    gap: 45px;
    align-items: center;
}

.menu-main {
    display: flex;
    align-items: center;
    position: relative;
    padding-right: 45px;
    border-right: 1px solid #E7E7E7;
}

.top-menu ul {
    margin: 0 !important;
    padding: 0;
}

.top-menu ul li {
    display: inline-block;
    position: relative;
    margin: 0 39px 0 0;
}

.top-menu ul li a {
    position: relative;
    font-weight: 500;
    font-style: normal;
    text-transform: uppercase;
    font-size: 24px;
    line-height: 1;
    color: #373737;
    font-family: 'Hubot Sans Condensed';
    display: block;
    text-align: left;
    padding: 13px 0;
    text-decoration: none;
}

.top-menu ul li a:after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: #CD8F00;
    transition: width 0.2s;
    position: absolute;
    bottom: 0;
    left: 0;
}

.top-menu ul li a:hover:after,
.top-menu ul li.current-menu-item a:after {
    width: 100%;
}

.top-menu ul li ul.sub-menu {
    display: none;
    width: 210px;
    position: absolute;
    top: 100%;
    left: 0;
    right: auto;
    background-color: #121212;
    padding: 0 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%;
    border-left: 1px solid #ffffff35;
}

.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 #CD8F00;
    margin: 0;
    padding: 0;
}

.top-menu .sub-menu li a {
    float: left;
    width: 100%;
    line-height: normal;
    padding: 7px 7px 7px 7px;
    color: #fff !important;
    display: block;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    font-size: 18px;
}

.top-menu .sub-menu li.menu-item-has-children a {
	padding: 7px 30px 7px 7px;	
}

.top-menu .sub-menu li a strong {
    font-weight: 500;
}

.top-menu .sub-menu li.menu-item-has-children:after {
    font-size: 25px;
    position: absolute;
    right: 8px;
    content: "+";
    color: #CD8F00;
    top: 0px;
}

.top-menu .sub-menu li.menu-item-has-children:hover:after {
    content: "-";
    top: 0px;
}

.top-menu .sub-menu li a:hover,
.top-menu .sub-menu li.current-menu-item a {
    background-color: #121212;
    color: #fff;
}

.showhide {
    display: none;
}

/* Mobile Header */
.mobinav {
    width: 100%;
    color: #fff;
    box-sizing: border-box;
    z-index: 99999995;
    background: #121212;
    width: 100%;
    max-width: 300px;
    height: 100%;
    min-height: 100vh;
    position: fixed;
    overflow: scroll;
    padding: 15px 0;
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-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);
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
}

.mobinav ul {
    margin: 0 0 0 0;
    padding: 5px 0;
    width: 100%;
}

.mobinav ul li {
    margin: 0;
    width: 100%;
    list-style: none;
    box-sizing: border-box;
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    font-family: 'Hubot Sans Condensed';
    border-bottom: 1px solid #CD8F00;
}

.mobinav .menu>li {
    padding: 0 15px;
}

.mobinav a {
    font-family: 'Hubot Sans Condensed';
    font-size: 22px;
    line-height: 1;
    letter-spacing: 0;
    color: #fff;
    font-weight: 500;
    width: 100%;
    text-transform: uppercase;
    padding: 10px 0;
    display: block;
    border: 0;
    margin: 0 0 0 0;
    text-decoration: none;
}

.mobinav a:hover {
    color: #cd9000;
}

.mobinav ul li ul {
    padding: 0 0 0 15px;
}

.mobinav ul li .drop {
    position: absolute;
    top: 0;
    right: 10px;
    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: #cd9000;
    position: absolute;
}

.mobinav ul li .drop::before {
    width: 12px;
    height: 2px;
    top: 16px;
    right: 1px;
}

.mobinav ul li .drop.close::after {
    width: 2px;
    height: 12px;
    top: 11px;
    right: 6px;
}

.logo-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo img {
    width: 100%;
    display: block;
    max-width: 153px;
    height: 100px;
}

.header-right {
    display: flex;
    gap: 21px;
    align-items: center;
}

.consult-btn p {
    margin-bottom: 0 !important;
}

.consult-btn .h6 a {
    font-family: 'Hubot Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #CD8F00;
    letter-spacing: 0;
    margin: 0;
    line-height: 1;
    text-decoration: none;
}

.consult-btn .h6 a:hover {
    color: #222222;
}

/*.topmenu ul.primary-menu>li.current-menu-item>a, .topmenu ul.primary-menu>li:hover>a{
color: #CD8F00;
}*/
.top-menu ul li.current-menu-item a,
.top-menu ul li.current-menu-item a:hover,
.top-menu ul li a:hover {
    color: #CD8F00;
}

.header-call a {
    font-family: 'Hubot Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    text-decoration: none;
    letter-spacing: 0;
    position: relative;
    display: inline-block;
    line-height: 1;
    padding: 0 0 0 34px;
}

.header-call a::before {
    content: "";
    position: absolute;
    background-image: url(./images/header-call.webp);
    height: 24px;
    width: 24px;
    left: 0;
    top: 3px;
    bottom: 0;
    margin: auto;
    background-size: contain;
}

.header-call a:hover {
    color: #CD8F00;
}

.header-call a:hover:before {
    background-image: url(./images/header-call-hvr.webp);
    background-repeat: no-repeat;
    background-position: center;
}

/* Header Responsive */
@media screen and (max-width: 1900px) {
    .header-sec .container {
        max-width: 1700px;
    }
}

@media screen and (max-width: 1800px) {
    .header-sec .container {
        max-width: 1600px;
    }

    .top-menu ul li {
        margin: 0 35px 0 0;
    }

    .top-menu ul li a {
        font-size: 21px;
    }

    .consult-btn .h6 a {
        font-size: 20px;
    }

    .header-call a {
        font-size: 20px;
    }

    .menu-main {
        padding: 0 40px 0 0 !important;
    }
}

@media screen and (max-width: 1700px) {
    .header-sec .container {
        max-width: 1440px;
    }

    .menu-main {
        padding: 0 30px 0 0 !important;
    }

    .top-menu ul li {
        margin: 0 25px 0 0;
    }

    /*    .logo img {
    max-width: 90px;
    height: 90px;
    }*/
    .search-btn {
        width: 15px;
    }

    .logo-right {
        gap: 35px;
    }

    .header-call a::before {
        height: 23px;
        width: 23px;
    }

    .top-menu ul li a {
        font-size: 20px;
    }

    .logo img {
        max-width: 145px;
        height: 95px;
    }

    .top-menu .sub-menu li a {
        font-size: 17px;
    }
}

@media screen and (max-width: 1500px) {
    .header-sec .container {
        max-width: 1200px;
    }

    .top-menu ul li {
        margin: 0 20px 0 0;
    }

    .header-right {
        gap: 17px;
    }

    .top-menu ul li a {
        font-size: 17px;
    }

    .top-menu .sub-menu li a {
        font-size: 16px;
    }

    .consult-btn .h6 a {
        font-size: 18px;
    }

    .header-call a {
        font-size: 18px;
        padding: 0 0 0 30px;
    }

    .logo-right {
        gap: 26px;
    }

    .menu-main {
        padding: 0 24px 0 0 !important;
    }

    .header-call a::before {
        height: 21px;
        width: 21px;
    }
}

@media screen and (max-width: 1240px) {
    .header-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .menu-main {
        padding: 0 10px 0 0 !important;
    }

    .top-menu ul li {
        margin: 0 11px 0 0;
    }

    .top-menu ul li a,
    .consult-btn .h6 a,
    .header-call a {
        font-size: 15px;
    }

    .logo-right {
        gap: 10px;
    }

    .header-call a {
        padding: 0 0 0 22px;
    }

    .header-call a::before {
        height: 18px;
        width: 18px;
        top: 1px;
    }

    .header-right {
        gap: 10px;
    }

    .logo img {
        max-width: 125px;
        height: 85px;
    }

    .srcshow {
        width: 18px;
        height: 18px;
    }

    .top-menu .sub-menu li a {
        font-size: 14px;
    }
}

@media screen and (max-width: 980px) {
    .container {
        max-width: 750px;
        padding: 0 5px;
    }

    .showhide {
        display: block;
    }

    button.showhide {
        background: transparent;
        border: none;
        width: 50px;
        height: 50px;
        padding: 0 12px;
        border-radius: 5px;
        cursor: pointer;
    }

    span.menuBar.menuBar-3 {
        margin: 0;
    }

    button.showhide span {
        width: 100%;
        height: 2px;
        background-color: #000;
        display: block;
        margin-bottom: 3px;
    }

    span.menuBar.menuBar-2 {
        margin: 10px 10px 10px;
    }

    .header-sec {
        padding: 10px;
        width: 100%;
        background-color: #fff;
        border-bottom: 2px solid #222222;
    }

    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 10px;
        margin-right: 10px;
        width: 30px;
        height: 30px;
        border: none;
        background: #cd9000;
        line-height: 1;
        font-size: 27px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-family: 'Hubot Sans Condensed';
    }

    .header-sec .container {
        padding: 0;
        width: 100%;
        max-width: 100%;
    }

    .top-menu,
    .logo-right {
        display: block;
    }

    .logo {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .header-right {
        display: flex;
        gap: 11px;
        flex-direction: column;
        padding: 20px 0 0 0;
    }

    .header-call {
        width: max-content;
    }

    .header-call a::before {
        left: -100px;
        top: -62px;
        transform: scale(1.7);
    }

    .top-menu ul li a,
    .consult-btn .h6 a,
    .header-call a {
        font-size: 0;
        padding: 0;
    }

    .menu-main {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .logo img {
        max-width: 115px;
        height: 75px;
    }
}

.home .wrapper,
body {
    background-image: url(./images/body-pattern-img.webp);
    background-size: cover;
    background-repeat: repeat;
    position: relative;
    z-index: 0;
}

@media screen and (max-width:980px) {
    .container {
        padding: 0 15px;
    }
}

/* Banner Section */
.cmn-btn {
    font-family: 'Hubot Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    background-color: #CD8F00;
    padding: 20px 30px;
    letter-spacing: 0;
    line-height: 1;
    display: inline-block;
    transition: 1s;
}

.cmn-btn:hover {
    background-color: #222222;
    color: #fff;
}

.hm-banner-sec .container {
    width: 100%;
    max-width: 1820px;
    margin: auto;
}

.hm-banner-sec {
    padding: 150px 0 60px;
}

.header-sec.f-nav {
    background-color: #fff;
    border-bottom: 2px solid #222222;
    top: 0;
}

.bnr-top {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin: 0 0 50px;
}

.bnr-top .bnr-heading {
    font-family: 'Hubot Sans Condensed';
    font-size: 96px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.2;
    text-transform: uppercase;
    margin: 0;
    color: #222222;
}

.bnr-top .bnr-heading .divideline {
    display: block;
}

.bnr-top .bnr-heading .bnr-head-color {
    font-weight: inherit;
    color: #CD8F00;
}

.bnr-rgt-btn {
    margin-bottom: 20px;
}

.hm-banner-sec .banner-video {
    width: 100%;
}

.bnr-btm-btn {
    text-align: center;
    width: max-content;
    margin: 68px auto 0;
}

.bnr-btm-btn img {
    transform: translateY(0);
    transition: transform 0.3s ease;
}

.bnr-btm-btn img:hover {
    transform: translateY(15px);
}

.bnr-mbl-btn {
    display: none;
}

.banner-video p,
.challenge-video p {
    margin: 0;
}

.banner-video video {
    height: 747px;
    object-fit: cover;
    width: 100%;
}

@media screen and (max-width:1900px) {
    .cmn-btn {
        font-size: 23px;
    }

    .hm-banner-sec .container {
        max-width: 1700px;
    }

    .bnr-top .bnr-heading {
        font-size: 87px;
    }

    .banner-video video {
        height: 665px;
        object-fit: cover;
    }
}

@media screen and (max-width:1800px) {
    .cmn-btn {
        font-size: 22px;
        padding: 17px 26px;
    }

    .hm-banner-sec .container {
        max-width: 1600px;
    }

    .bnr-top .bnr-heading {
        font-size: 72px;
    }

    .bnr-rgt-btn {
        margin-bottom: 15px;
    }
}

@media screen and (max-width:1700px) {
    .hm-banner-sec .container {
        max-width: 1440px;
    }

    .banner-video video {
        height: 600px;
    }

    .bnr-btm-btn {
        margin: 38px auto 0;
    }
}

@media screen and (max-width:1500px) {
    .cmn-btn {
        font-size: 21px;
        padding: 17px 25px;
    }

    .hm-banner-sec .container {
        max-width: 1200px;
    }

    .bnr-top .bnr-heading {
        font-size: 59px;
    }

    .banner-video video {
        height: 485px;
    }
}

@media screen and (max-width:1240px) {
    .hm-banner-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .cmn-btn {
        font-size: 20px;
        padding: 15px 19px;
    }

    .bnr-top .bnr-heading {
        font-size: 44px;
    }

    .bnr-top {
        padding: 0 10px;
    }

    .bnr-rgt-btn {
        margin-bottom: 5px;
    }

    .hm-banner-sec {
        padding: 120px 0 50px;
    }

    .banner-video video {
        height: 395px;
    }

    .bnr-top {
        margin: 0 0 30px;
    }

    .bnr-btm-btn {
        margin: 18px auto 0;
    }
}

@media screen and (max-width:980px) {
    .cmn-btn {
        font-size: 18px;
        padding: 15px;
    }

    .bnr-top .bnr-heading {
        font-size: 30px;
    }

    .banner-video video {
        height: 305px;
    }

    .bnr-rgt-btn {
        margin-bottom: 5px;
    }

    .bnr-top {
        margin: 0 0 25px;
        padding: 0;
    }
}

@media screen and (max-width:767px) {
    .bnr-rgt-btn {
        display: block;
    }

    .bnr-mbl-btn {
        display: none;
        text-align: center;
        margin: 30px 0 0;
    }

    .hm-banner-sec .container {
        max-width: 100%;
    }

    .hm-banner-sec {
        padding: 120px 0 130px;
    }

    .bnr-top {
        padding: 0 0px;
        flex-direction: column;
        align-items: start;
        gap: 25px;
        text-align: left;
        margin: 0 0 30px;
    }

    .bnr-top .bnr-heading {
        font-size: 64px;
    }

    .banner-video video {
        height: 250px;
        object-fit: cover;
    }
}

@media screen and (max-width: 630px) {
    .banner-video video {
        height: 150px;
    }
}

@media screen and (max-width: 400px) {
    .bnr-top .bnr-heading {
        font-size: 45px;
    }

    .banner-video video {
        height: 120px;
    }

    .cmn-btn {
        font-size: 18px;
        padding: 18px 14px;
    }

    .hm-banner-sec {
        padding: 100px 0 80px;
    }

    .bnr-top {
        padding: 0;
    }
}

/* Challenge Section */
.hm-challenge-sec {
    padding: 40px 0 150px;
    position: relative;
}

.hm-challenge-sec:before {
    position: absolute;
    content: "";
    left: 0;
    right: 70px;
    margin: auto;
    top: 41%;
    background-image: url(./images/dots-img.webp);
    width: 40px;
    height: 152px;
    background-repeat: no-repeat;
}

.hm-challenge-sec .container {
    max-width: 100%;
    width: 100%;
}

.hm-challenge-list {
    display: flex;
    align-items: flex-end;
    position: relative;
}

.challenge-video video {
    height: 390px;
    width: 100%;
    object-fit: cover;
}

.left-blk {
    width: 64.1%;
}

.right-blk {
    width: 28.5%;
    padding-bottom: 135px;
    position: relative;
}

.right-blk:before {
    position: absolute;
    content: "";
    left: 43px;
    bottom: -75px;
    width: 1px;
    background-color: #2A2A2A;
    height: 530px;
}

.hm-challenge-list:after {
    position: absolute;
    content: "";
    right: 0;
    bottom: -6px;
    height: 1px;
    background-color: #2A2A2A;
    width: 33.7%;
}

.left-top-block {
    width: 72%;
    position: relative;
    padding: 0 0 183px 143px;
}

.left-top-block:before {
    background-color: #2A2A2A;
    position: absolute;
    content: "";
    left: 0;
    top: 85px;
    width: 100%;
    height: 759px;
    z-index: -1;
}

.challenge-video {
    width: 76.21%;
    margin-left: auto;
}

.left-top-block .challenge-text,
.right-blk .your-ally-text {
    font-family: 'Hubot Sans Condensed';
    font-size: 128px;
    font-weight: 700;
    text-transform: uppercase;
    color: #CD8F00;
    letter-spacing: 0;
    line-height: 1;
    margin: 0 0 54px;
}

.left-top-block .challenge-sub-title,
.right-blk .your-ally-sub-text {
    font-family: 'Hubot Sans Condensed';
    font-size: 36px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0;
    line-height: 1.3;
    text-transform: uppercase;
    margin: 0 0 25px;
}

.left-top-block p {
    padding-right: 50px;
}

.left-top-block p,
.right-blk p {
    font-family: 'Hubot Sans';
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.5;
    color: #fff;
}

.right-blk p {
    padding-left: 78px;
}

.left-top-block .challenge-sub-title .divideline,
.right-blk .your-ally-sub-text .divideline {
    display: block;
}

.right-blk p,
.right-blk .your-ally-sub-text,
.right-blk .your-ally-text {
    color: #222222;
    text-align: right;
}

.hm-challenge-list:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 80%;
    height: 660px;
    background-color: #E7E7E7;
    z-index: -1;
}

.mobile-view {
    display: none;
}

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

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 120px;
        margin: 0 0 50px;
    }

    .left-top-block .challenge-sub-title,
    .right-blk .your-ally-sub-text {
        font-size: 33px;
        margin: 0 0 20px;
    }

    .left-top-block p,
    .right-blk p {
        font-size: 18px;
    }

    .left-top-block p {
        padding-right: 40px;
    }

    .hm-challenge-list:before {
        height: 600px;
    }

    .left-top-block {
        padding: 0 0 100px 143px;
    }

    .hm-challenge-list:after {
        width: 33.3%;
    }
}

@media screen and (max-width:1700px) {
    .hm-challenge-sec {
        padding: 30px 0 60px;
    }

    .left-top-block {
        padding: 0 0 90px 90px;
    }

    .left-top-block p,
    .right-blk p {
        font-size: 17px;
    }

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 100px;
        margin: 0 0 40px;
    }

    .left-top-block .challenge-sub-title,
    .right-blk .your-ally-sub-text {
        font-size: 27px;
        margin: 0 0 20px;
    }

    .left-top-block:before {
        top: 62px;
        height: 600px;
    }

    .left-top-block {
        padding: 0 0 80px 90px;
    }

    .hm-challenge-sec:before {
        right: 20px;
    }

    .right-blk p {
        padding-left: 89px;
    }

    .right-blk {
        padding-bottom: 100px;
    }

    .hm-challenge-list:before {
        height: 570px;
    }

    .right-blk:before {
        bottom: -50px;
        height: 490px;
    }

    .hm-challenge-list:after {
        width: 33%;
    }
}

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

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 65px;
        margin: 0 0 35px;
    }

    .left-top-block {
        padding: 0 0 40px 40px;
    }

    .left-top-block .challenge-sub-title,
    .right-blk .your-ally-sub-text {
        font-size: 22px;
        margin: 0 0 20px;
    }

    .left-top-block p,
    .right-blk p {
        font-size: 16px;
    }

    .left-top-block {
        padding: 0 0 40px 50px;
    }

    .left-top-block:before {
        top: 35px;
        height: 500px;
    }

    .right-blk p {
        padding-left: 75px;
    }

    .right-blk {
        padding-bottom: 60px;
        width: 33%;
    }

    .hm-challenge-list:after {
        width: 32.3%;
    }

    .hm-challenge-sec:before {
        right: 20px;
        top: 36%;
    }

    .hm-challenge-list:before {
        height: 520px;
    }

    .hm-challenge-sec {
        padding: 30px 0 50px;
    }

    .challenge-video video {
        height: auto;
    }
}

@media screen and (max-width:1200px) {
    .right-blk {
        padding-bottom: 50px;
        width: 33%;
    }

    .right-blk p {
        padding-left: 60px;
    }

    .hm-challenge-list:after {
        width: 33.2%;
    }

    .right-blk:before {
        bottom: -50px;
        height: 475px;
        left: 25px;
    }

    .left-top-block p {
        padding-right: 32px;
    }

    .left-top-block .challenge-sub-title,
    .right-blk .your-ally-sub-text {
        font-size: 21px;
        margin: 0 0 20px;
    }

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 55px;
        margin: 0 0 25px;
    }

    .hm-challenge-list:before {
        height: 500px;
    }

    .hm-challenge-sec:before {
        right: 0;
        top: 36%;
    }
}

@media screen and (max-width:980px) {
    .hm-challenge-sec {
        padding: 30px 0 0;
    }

    .challenge-video video {
        height: 300px;
    }

    .hm-challenge-list {
        flex-direction: column;
        align-items: center;
        padding: 0 5%;
    }

    .left-blk {
        width: 100%;
        margin: auto;
        display: flex;
        flex-direction: column;
        gap: 25px;
    }

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 60px;
        margin: 0 0 25px;
        text-align: center;
    }

    .left-top-block .challenge-sub-title,
    .right-blk .your-ally-sub-text {
        font-size: 26px;
        margin: 0 0 20px;
        text-align: center;
    }

    .left-top-block .challenge-sub-title .divideline,
    .right-blk .your-ally-sub-text .divideline {
        display: inline;
    }

    .left-top-block p,
    .right-blk p {
        padding: 0;
        text-align: center;
        margin: 0;
    }

    .left-top-block {
        padding: 30px 15px;
        width: 100%;
        margin-bottom: 25px;
        background-color: #2a2a2a;
    }

    .left-top-block:before {
        display: none;
    }

    .challenge-video {
        width: 100%;
        margin: auto;
    }

    .right-blk {
        width: 100%;
        margin: auto;
        padding: 30px;
        background-color: #E7E7E7;
        padding: 30px 15px 50px;
    }

    .hm-challenge-list:before {
        display: none;
    }

    .right-blk:before,
    .hm-challenge-list:after {
        display: none;
    }

    .hm-challenge-sec:before {
        display: none;
    }

    .challenge-video {
        display: block;
    }

    .mobile-view,
    .mobile-view .challenge-video {
        display: none;
    }
}

@media screen and (max-width: 768px) {
    .cmn-btn {
        font-size: 24px;
        padding: 23px 30px;
    }

    .challenge-video video {
        height: 240px;
    }

    .left-top-block .challenge-sub-title {
        text-align: left;
        font-size: 36px;
    }

    .left-top-block p {
        text-align: left;
    }

    .left-blk {
        flex-direction: column;
        margin: 0 0 110px;
    }

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 95px;
        margin: -97px 0 30px;
        text-align: left;
    }

    .hm-challenge-list {
        padding: 0;
    }

    .hm-challenge-sec .container {
        padding: 0;
    }

    .left-top-block:before {
        display: block;
    }

    .right-blk {
        padding: 30px 10px 50px;
    }

    .challenge-video {
        width: 95%;
        margin: auto 0;
    }

    .left-top-block:before {
        height: 118%;
    }

    .right-blk .your-ally-text {
        text-align: right;
    }

    .right-blk .your-ally-sub-text {
        text-align: right;
        font-size: 36px;
    }

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

    .left-top-block p,
    .right-blk p {
        font-size: 18px;
    }
}

@media screen and (max-width: 630px) {
    .challenge-video video {
        height: 150px;
    }
}

@media screen and (max-width: 410px) {
    .hm-challenge-list {
        padding: 0;
    }

    .left-top-block {
        padding: 10px;
    }

    .challenge-video video {
        height: 120px;
    }

    .left-top-block .challenge-text,
    .right-blk .your-ally-text {
        font-size: 68px;
        margin: -60px 0 30px;
    }

    .left-top-block p,
    .right-blk p {
        font-size: 16px;
    }

    .left-blk {
        margin: 0px 0 70px;
    }

    .right-blk {
        padding: 30px 10px 50px;
    }

    .right-blk .your-ally-sub-text {
        font-size: 30px;
    }
}

/* Cases section */
.hm-cases-sec {
    padding: 100px 0 155px;
    position: relative;
}

.hm-cases-sec .container {
    max-width: 1740px;
    margin: auto;
}

.hm-cases-list {
    padding: 0 70px;
}

.hm-case-itm {
    width: 100%;
    border: 1px solid #000000;
    padding: 45px 20px;
}

.hm-case-itm .dollars {
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 110px;
    color: #CD8F00;
    line-height: 1;
    text-align: center;
    margin: 0 0 15px;
    display: block;
}

.hm-case-itm .dollars sup {
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 80px;
}

.hm-case-itm .million-text {
    font-family: 'Hubot Sans Condensed';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    color: #222222;
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 25px;
    display: block;
}

.hm-case-itm .case-title {
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #222222;
    text-align: center;
    text-transform: capitalize;
    margin: 0;
}

.hm-cases-sec .hm-cases-list .owl-nav button span {
    font-size: 0;
    font-weight: 700;
}

.hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-prev,
.hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(./images/lft-case-arrow.webp);
    background-repeat: no-repeat;
    width: 19px;
    height: 35px;
    transition: .5s;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
    background-image: url(./images/rgt-case-arrow.webp);
    right: 0;
    left: inherit;
}

@media screen and (max-width: 1900px) {
    .hm-cases-sec .container {
        max-width: 1700px;
    }

    .hm-cases-sec {
        padding: 90px 0 130px;
    }

    .hm-cases-list {
        padding: 0 50px;
    }

    .hm-case-itm .dollars {
        font-size: 95px;
        margin-bottom: 15px;
    }

    .hm-case-itm .dollars sup {
        font-size: 70px;
    }

    .hm-case-itm .million-text {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hm-case-itm .case-title {
        font-size: 19px;
    }

    .hm-case-itm {
        padding: 30px 15px;
    }

    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-prev,
    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.9);
    }
}

@media screen and (max-width: 1800px) {
    .hm-cases-sec .container {
        max-width: 1600px;
    }

    .hm-cases-sec {
        padding: 80px 0 100px;
    }

    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-prev,
    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.8);
    }

    .hm-cases-list {
        padding: 0 40px;
    }

    .hm-case-itm .dollars {
        font-size: 84px;
        margin-bottom: 10px;
    }

    .hm-case-itm .dollars sup {
        font-size: 62px;
    }

    .hm-case-itm .million-text {
        font-size: 30px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1700px) {
    .hm-cases-sec .container {
        max-width: 1440px;
    }

    .hm-cases-sec {
        padding: 60px 0 90px;
    }

    .hm-case-itm {
        padding: 26px 15px;
    }

    .hm-case-itm .dollars {
        font-size: 72px;
        margin-bottom: 10px;
    }

    .hm-case-itm .dollars sup {
        font-size: 52px;
    }

    .hm-case-itm .million-text {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .hm-case-itm .case-title {
        font-size: 18px;
    }
}

@media screen and (max-width: 1500px) {
    .hm-cases-sec .container {
        max-width: 1200px;
    }

    .hm-cases-sec {
        padding: 50px 0 70px;
    }

    .hm-case-itm .dollars {
        font-size: 65px;
        margin-bottom: 10px;
    }

    .hm-case-itm .dollars sup {
        font-size: 43px;
    }

    .hm-case-itm .million-text {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .hm-case-itm {
        padding: 20px 10px;
    }

    .hm-case-itm .case-title {
        font-size: 15px;
        letter-spacing: 0;
    }
}

@media screen and (max-width: 1240px) {
    .hm-cases-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .hm-cases-sec {
        padding: 50px 0;
    }

    .hm-cases-list {
        padding: 0 30px;
    }

    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-prev,
    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.7);
    }

    .hm-case-itm .dollars {
        font-size: 54px;
        margin-bottom: 10px;
    }

    .hm-case-itm .dollars sup {
        font-size: 36px;
    }
}

@media screen and (max-width: 980px) {
    .hm-cases-sec .container {
        max-width: 750px;
        padding: 0 10px;
    }

    .hm-cases-sec {
        padding: 40px 0;
    }

    .hm-case-itm .dollars {
        font-size: 45px;
        margin-bottom: 5px;
    }

    .hm-case-itm .dollars sup {
        font-size: 30px;
    }

    .hm-case-itm .million-text {
        font-size: 22px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width:767px) {
    .hm-cases-sec .container {
        max-width: 100%;
    }

    .hm-cases-sec {
        padding: 90px 0 105px;
    }

    .hm-cases-list {
        padding: 0 40px;
        width: 100%;
        max-width: 380px;
        margin: auto;
    }

    .hm-case-itm .dollars {
        font-size: 128px;
    }

    .hm-case-itm .dollars sup {
        font-size: 60px;
    }

    .hm-case-itm {
        padding: 30px 15px;
    }

    .hm-case-itm .million-text {
        font-size: 36px;
        margin: 0 0 15px;
    }

    .hm-case-itm .case-title {
        font-size: 20px;
    }

    .hm-cases-sec .owl-nav {
        display: flex;
        justify-content: space-between;
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        left: 0;
        right: 0;
        width: 100%;
        height: max-content;
    }

    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-prev,
    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
        position: relative;
        margin: 0;
        transform: scale(1);
    }
}

@media screen and (max-width:410px) {
    .hm-cases-sec {
        padding: 50px 0 80px;
    }

    .hm-case-itm .dollars {
        font-size: 58px;
    }

    .hm-cases-list {
        padding: 0px;
    }

    .hm-cases-sec .owl-nav {
        top: auto;
        bottom: -48px;
        width: 30%;
    }

    .hm-case-itm {
        padding: 50px 15px 30px;
    }

    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-prev,
    .hm-cases-sec .hm-cases-list.owl-carousel .owl-nav button.owl-next {
        transform: scale(0.8);
    }
}

/* Resolve Section */
.hm-resolving-sec {
    padding: 185px 0 90px;
    position: relative;
}

.hm-resolving-sec::before {
    content: '';
    position: absolute;
    background-image: url(./images/solving-sec-arrow.webp);
    background-repeat: no-repeat;
    width: 45px;
    height: 52px;
    top: 37px;
    right: 15%;
    margin: auto;
}

.hm-resolving-sec::after {
    content: '';
    position: absolute;
    background-image: url(./images/solving-sec-dots.webp);
    background-repeat: no-repeat;
    width: 39px;
    height: 152px;
    top: 9%;
    left: 15%;
    margin: auto;
}

/* .hm-resolving-sec::after{
content: '';
position: absolute;
background-image: url(./images/solving-sec-icon.webp);
background-repeat: no-repeat;
width: 100px;
height: 100px;
top: 29%;
left: 41px;
margin: auto;
} */
.hm-resolving-sec .container {
    max-width: 100%;
}

.top-heading-blk {
    max-width: 56%;
    margin: auto;
    text-align: center;
    position: relative;
}

.resolving-list::after {
    content: '';
    position: absolute;
    background-image: url(./images/solving-sec-icon.webp);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    top: -58%;
    left: 39px;
    margin: auto;
}

/* .top-heading-blk::before{
content: '';
position: absolute;
background-image: url(./images/solving-sec-dots.webp);
background-repeat: no-repeat;
width: 39px;
height: 152px;
top: -84px;
left: -139px;
margin: auto;
} */
.hm-resolving-sec .top-heading-blk h2 strong {
    font-family: 'Hubot Sans Condensed';
    font-weight: 400;
    font-size: 36px;
    line-height: 1;
    text-transform: uppercase;
    color: #CD8F00;
    margin: 0 0 25px;
    display: block;
}

.hm-resolving-sec .top-heading-blk h2 {
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 128px;
    color: #222222;
    line-height: 1;
    text-transform: uppercase;
    margin: 0 0 43px;
}

.hm-resolving-sec .top-heading-blk p {
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: #222222;
    margin: 0 0 70px;
}

.resolving-list {
    display: flex;
    justify-content: center;
    gap: 20px;
    border-bottom: 1px solid #000000;
    position: relative;
    /* counter-reset: my-awesome-counter; */
}

.resolving-list::before {
    content: '';
    position: absolute;
    background-image: url(./images/solving-sec-icon.webp);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    right: 51px;
    top: -85px;
    margin: auto;
}

.resolving-itm {
    width: 33%;
    padding: 115px 25px 110px 141px;
    border-right: 1px solid #000000;
    position: relative;
    counter-increment: faqnum;
}

.resolving-itm:last-child {
    border-right: none;
}

.resolving-itm-img {
    margin: 0 0 55px;
}

.resolving-itm-img img {
    width: 100%;
    display: block;
    max-width: max-content;
}

.resolving-itm .resolving-img-cnt .number-text-description {
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #222222;
    text-transform: capitalize;
    margin: 0;
    padding-top: 0;
    position: relative;
}

.resolving-itm .resolving-img-cnt .number-text {
    font-family: 'Hubot Sans';
    font-weight: 800;
    font-size: 48px;
    line-height: 1;
    letter-spacing: 2.58px;
    color: #222222;
    margin: 0 0 10px;
}

@media screen and (max-width: 1900px) {
    .hm-resolving-sec {
        padding: 160px 0 80px;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 110px;
        margin-bottom: 30px;
    }

    .hm-resolving-sec .top-heading-blk p {
        font-size: 19px;
        margin: 0 0 50px;
    }

    .resolving-itm-img {
        margin: 0 0 35px;
    }

    .resolving-itm-img img {
        width: 100%;
        max-width: 110px;
        height: auto;
    }

    .resolving-itm .resolving-img-cnt .number-text-description {
        font-size: 18px;
    }

    .resolving-itm .resolving-img-cnt .number-text {
        font-size: 40px;
    }

    .resolving-itm {
        padding: 90px 25px 90px 100px;
    }
}

@media screen and (max-width: 1800px) {
    .hm-resolving-sec {
        padding: 140px 0 70px;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 100px;
        margin-bottom: 25px;
    }

    .hm-resolving-sec .top-heading-blk p {
        font-size: 19px;
        margin-bottom: 40px;
    }

    .resolving-itm-img {
        margin-bottom: 26px;
    }

    .resolving-itm-img img {
        max-width: 100px;
    }

    .resolving-itm .resolving-img-cnt .number-text-description {
        font-size: 18px;
    }

    .resolving-itm .resolving-img-cnt .number-text {
        font-size: 90px;
    }

    .resolving-itm {
        padding: 80px 20px 80px 90px;
    }
}

.resolving-itm .resolving-img-cnt .number-text {
        color: #CD8F00;
    }

@media screen and (max-width: 1700px) {
    .hm-resolving-sec {
        padding: 110px 0 50px;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 92px;
        margin-bottom: 20px;
    }

    .hm-resolving-sec .top-heading-blk p {
        font-size: 18px;
        margin-bottom: 30px;
    }

    .resolving-itm-img img {
        max-width: 90px;
    }

    .resolving-itm-img {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1500px) {
    .hm-resolving-sec {
        padding: 90px 0 50px;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .top-heading-blk {
        max-width: 700px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 82px;
        margin-bottom: 15px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 85px;
        margin-bottom: 15px;
    }

    .resolving-itm-img {
        margin-bottom: 15px;
    }

    .resolving-itm-img img {
        max-width: 85px;
    }

    .resolving-itm .resolving-img-cnt .number-text-description {
        font-size: 17px;
    }

    .resolving-itm {
        padding: 75px 20px 75px 70px;
    }

    .resolving-itm .resolving-img-cnt .number-text {
        font-size: 32px;
    }
}

@media screen and (max-width: 1240px) {
    .hm-resolving-sec {
        padding: 70px 0 40px;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 23px;
        margin-bottom: 0;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 72px;
        margin-bottom: 10px;
    }

    .hm-resolving-sec::after {
        top: 3%;
        left: 12%;
        transform: scale(0.8);
    }

    .resolving-list::after {
        top: -54%;
        left: 15px;
        transform: scale(0.8);
    }

    .hm-resolving-sec .top-heading-blk p {
        font-size: 17px;
        margin-bottom: 25px;
    }

    .hm-resolving-sec::before {
        top: 37px;
        right: 10%;
        transform: scale(0.8);
    }

    .resolving-list::before {
        right: 34px;
        top: -74px;
        transform: scale(0.8);
    }

    .resolving-itm-img img {
        max-width: 60px;
    }

    .resolving-itm .resolving-img-cnt .number-text-description {
        font-size: 15px;
    }

    .resolving-itm .resolving-img-cnt .number-text {
        font-size: 27px;
    }

    .resolving-itm {
        padding: 60px 15px 60px 26px;
    }
}

@media screen and (max-width: 980px) {
    .hm-resolving-sec {
        padding: 60px 0 0;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 22px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 60px;
        margin-bottom: 5px;
    }

    .hm-resolving-sec .top-heading-blk p {
        font-size: 16px;
        margin-bottom: 50px;
    }

    .hm-resolving-sec::after {
        top: 0%;
        left: 9%;
        transform: scale(0.7);
    }

    .hm-resolving-sec::before {
        top: 37px;
        right: 8%;
        transform: scale(0.7);
    }

    .resolving-list::after {
        top: -33%;
        left: 4px;
        transform: scale(0.6);
    }

    .resolving-list::before {
        right: 33px;
        top: -60px;
        transform: scale(0.7);
    }

    .resolving-list {
        gap: 10px;
        flex-direction: column;
    }

    .resolving-img-cnt {
        text-align: center;
    }

    .resolving-itm-img img {
        max-width: 120px;
        width: 100%;
        margin: auto;
    }

    .resolving-itm .resolving-img-cnt .number-text {
        font-size: 48px;
    }

    .resolving-list::before,
    .resolving-list::after {
        display: none;
    }

    .resolving-itm,
    .resolving-itm:last-child {
        width: 100%;
        border-bottom: 1px solid #000;
        border-right: 0;
        padding: 40px 10px 60px 20px;
    }

    .resolving-itm .resolving-img-cnt .number-text-description {
        font-size: 20px;
    }

    .resolving-itm-img {
        margin-bottom: 25px;
    }

    .top-heading-blk {
        padding: 0;
    }
}

@media screen and (max-width: 767px) {
    .hm-resolving-sec {
        padding: 0;
    }

    .top-heading-blk {
        width: 100%;
        margin: auto;
        padding: 0 10px;
    }

    .hm-resolving-sec .top-heading-blk h2 strong {
        font-size: 36px;
        margin: 0 0 20px;
    }

    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 96px;
        margin-bottom: 15px;
    }

    .hm-resolving-sec .top-heading-blk p {
        font-size: 18px;
    }

    .hm-resolving-sec::after,
    .hm-resolving-sec::before {
        display: none;
    }

    .resolving-list::after,
    .resolving-list::before {
        display: none;
    }

    .resolving-list {
        width: 100%;
        max-width: 380px;
        margin: auto;
        border: 0;
    }

    .resolving-itm .resolving-img-cnt .number-text-description {
        font-size: 18px;
    }

    .resolving-itm .resolving-img-cnt .number-text {
        font-size: 40px;
    }

    .resolving-itm-img {
        margin-bottom: 35px;
    }

    .resolving-itm {
        padding: 30px 25px;
    }

    .resolving-list.owl-carousel .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .resolving-list.owl-carousel button.owl-dot {
        background-color: #CD8F00;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }

    .resolving-list.owl-carousel button.owl-dot.active {
        background-color: #CD8F00;
        outline: 1px solid #CD8F00;
        outline-offset: 2px;
    }

    .hm-resolving-sec .container {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .resolving-list {
        max-width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .hm-resolving-sec .top-heading-blk h2 {
        font-size: 60px;
    }
}

/* Award Section */
.hm-award-sec {
    padding: 104px 0 100px;
}

.hm-award-sec .container {
    max-width: 1620px;
    margin: auto;
}

.hm-award-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.hm-award-list.owl-carousel .owl-stage {
    display: flex;
    justify-content: center;
    align-items: center;
}

.hm-award-itm {
    width: 100%;
    margin: auto;
}

.hm-award-itm img {
    width: 100%;
    display: block;
    max-width: 150px;
    margin: auto;
}

@media screen and (max-width: 1900px) {
    .hm-award-sec .container {
        max-width: 1700px;
    }

    .hm-award-sec {
        padding: 90px 0;
    }
}

@media screen and (max-width: 1800px) {
    .hm-award-sec .container {
        max-width: 1600px;
    }

    .hm-award-sec {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1700px) {
    .hm-award-sec .container {
        max-width: 1440px;
    }

    .hm-award-sec {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1500px) {
    .hm-award-sec .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1240px) {
    .hm-award-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .hm-award-sec {
        padding: 50px 0;
    }

    .hm-award-itm img {
        max-width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 980px) {
    .hm-award-sec .container {
        max-width: 750px;
        padding: 0 10px;
    }

    .hm-award-itm {
        width: 100%;
        max-width: 380px;
        margin: auto;
    }

    .hm-award-list.owl-carousel .owl-dots {
        text-align: center;
        padding-top: 20px;
    }

    .hm-award-list.owl-carousel button.owl-dot {
        background-color: #CD8F00;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }

    .hm-award-list.owl-carousel button.owl-dot.active {
        background-color: #CD8F00;
        outline: 1px solid #CD8F00;
        outline-offset: 2px;
    }

    .hm-award-itm img {
        max-width: max-content;
        height: auto;
    }

    .hm-award-sec .hm-award-list.owl-carousel button {
        background-image: url(./images/lft-case-arrow.webp) !important;
        background-repeat: no-repeat;
        width: 19px;
        height: 35px;
        transition: .5s;
    }

    .hm-award-sec .hm-award-list.owl-carousel button span {
        font-size: 0;
    }

    .hm-award-sec .hm-award-list.owl-carousel .owl-nav button.owl-next {
        background-image: url(./images/rgt-case-arrow.webp) !important;
    }

    .hm-award-sec .hm-award-list.owl-carousel .owl-nav {
        position: absolute;
        content: "";
        width: 100%;
        display: flex;
        justify-content: space-between;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        height: max-content;
        z-index: 0;
    }

    .hm-award-sec {
        padding: 80px 0;
    }
}

@media screen and (max-width: 767px) {
    .hm-award-sec .hm-award-list.owl-carousel .owl-nav {
        width: 90%;
    }
}

@media screen and (max-width: 410px) {
    .hm-award-sec .hm-award-list.owl-carousel .owl-nav {
        width: 40%;
        top: auto;
        bottom: -60px;
    }

    .hm-award-sec .hm-award-list.owl-carousel button {
        transform: scale(0.8);
    }
}

/* Services Section */
.hm-services-sec {
    padding: 115px 0 0;
}

.hm-services-sec .container {
    width: 100%;
    max-width: 1820px;
    margin: auto;
}

.hm-services-blk {
    background-image: url(./images/services-bg-img.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 50px;
}

.services-top {
    max-width: 888px;
    width: 100%;
    margin-left: auto;
    margin-right: 10.5%;
    margin-bottom: 65px;
}

.service-heading {
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 128px;
    line-height: 1.1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-align: right;
    color: #CD8F00;
    margin-bottom: 36px;
}

.sub-heading-blk {
    padding-left: 150px;
    max-width: 827px;
    width: 100%;
    margin-left: auto;
    position: relative;
    border-left: 1px solid #FFFFFF;
}

.sub-heading-blk::before {
    content: "";
    background-color: #FFFFFF;
    width: 90%;
    height: 1px;
    position: absolute;
    top: 55px;
    left: -90%;
}

.sub-heading-blk .sub-heading {
    font-family: 'Hubot Sans Condensed';
    font-weight: 500;
    font-size: 36px;
    line-height: 1.3;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: right;
    text-transform: uppercase;
    margin-bottom: 28px;
}

.sub-heading-blk .description {
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #FFFFFF;
    text-align: right;
    margin-bottom: 0;
}

.hm-services-list {
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
}

.hm-service-item {
    width: 23.5%;
    position: relative;
}

.hm-service-item:hover .service-btn a::before {
    transform: translateX(50%);
}

.hm-service-img-main {
    margin-bottom: 34px;
    position: relative;
    overflow: hidden;
}

.hm-service-img img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    display: block;
    width: 100%;
    height: auto;
}

.hm-service-cnt {
    position: absolute;
    padding: 50px 45px 45px;
    left: 0;
    bottom: -1px;
    background-color: #cd8f00f0;
    transition: all 1s;
    width: 100%;
    height: 100%;
    overflow: hidden;
    transform: translateY(100%);
    transition: all 0.7s ease-in-out 0s;
    display: flex;
    align-items: flex-end;
}

.hm-service-item:hover .hm-service-cnt {
    transform: translateY(0);
    bottom: 0;
}

.hm-service-cnt p {
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #FFFFFF;
    margin-bottom: 0;
}

.hm-service-cnt p a {
    text-decoration: underline;
    color: #fff;
}

.hm-service-itm-cnt .service-title {
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 36px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 50px;
}

.service-btn a {
    display: inline-block;
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    padding-right: 45px;
    color: #CD8F00;
    position: relative;
    margin: 0;
    transition: 0s ease-in;
    text-decoration: none;
}

.service-btn a::before {
    content: "";
    background-image: url(./images/vector-arrow.webp);
    width: 28px;
    height: 14px;
    position: absolute;
    top: 7px;
    bottom: 0;
    right: 0;
    margin: auto;
    transition: 0.3s ease-in;
}

.service-btn a:hover:before {
    transform: translateX(50%);
}

.service-btn a:hover,
.hm-service-item:hover .service-btn a {
    text-decoration: underline;
}

.hm-service-hvr a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    font-size: 0;
}

@media screen and (max-width:1900px) {
    .hm-services-sec .container {
        max-width: 1700px;
    }

    .service-heading {
        font-size: 120px;
        margin-bottom: 30px;
    }

    .sub-heading-blk .sub-heading {
        font-size: 35px;
        margin-bottom: 20px;
    }

    .hm-service-cnt p {
        font-size: 22px;
    }

    .hm-service-cnt {
        padding: 180px 54px 20px;
    }

    .hm-service-img-main {
        margin-bottom: 30px;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 35px;
        margin-bottom: 40px;
    }

    .service-btn a {
        font-size: 19px;
        padding-right: 40px;
    }
}

@media screen and (max-width:1800px) {
    .hm-services-sec .container {
        max-width: 1600px;
    }

    .hm-services-blk {
        padding: 80px 40px;
    }

    .service-heading {
        font-size: 100px;
        margin-bottom: 20px;
    }

    .sub-heading-blk .sub-heading {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .sub-heading-blk {
        padding-left: 100px;
        max-width: 750px;
    }

    .sub-heading-blk .description {
        font-size: 19px;
    }

    .services-top {
        margin-bottom: 40px;
    }

    .hm-service-img-main {
        margin-bottom: 30px;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 32px;
        margin-bottom: 30px;
    }

    .service-btn a {
        font-size: 18px;
        padding-right: 35px;
    }

    .hm-service-cnt {
        padding: 190px 40px 20px;
    }

    .hm-service-cnt p {
        font-size: 21px;
    }
}

@media screen and (max-width:1700px) {
    .hm-services-sec {
        padding: 85px 0 0;
    }

    .hm-services-list {
        padding: 0 40px;
    }

    .hm-services-sec .container {
        max-width: 1440px;
    }

    .hm-services-blk {
        padding: 60px 30px;
    }

    .service-heading {
        font-size: 93px;
        margin-bottom: 10px;
    }

    .services-top {
        margin-bottom: 30px;
        margin-right: 7%;
    }

    .sub-heading-blk .sub-heading {
        font-size: 33px;
        margin-bottom: 10px;
    }

    .sub-heading-blk .description {
        font-size: 18px;
    }

    .sub-heading-blk {
        padding-left: 80px;
        max-width: 700px;
    }

    .hm-service-img-main {
        margin-bottom: 20px;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 28px;
        margin-bottom: 20px;
    }

    .service-btn a {
        font-size: 17px;
        padding-right: 35px;
    }

    .hm-service-cnt p {
        font-size: 20px;
    }

    .hm-service-cnt {
        padding: 160px 40px 20px;
    }
}

@media screen and (max-width:1500px) {
    .hm-services-sec {
        padding: 50px 0;
    }

    .hm-services-list {
        padding: 0 30px;
    }

    .hm-services-sec .container {
        max-width: 1200px;
    }

    .hm-services-blk {
        padding: 50px 20px;
    }

    .services-top {
        margin-bottom: 30px;
        margin-right: 6%;
        max-width: 650px;
    }

    .service-heading {
        font-size: 82px;
        margin-bottom: 10px;
    }

    .sub-heading-blk .sub-heading {
        font-size: 30px;
        margin-bottom: 10px;
    }

    .sub-heading-blk .description {
        font-size: 17px;
    }

    .hm-service-img-main {
        margin-bottom: 15px;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .service-btn a {
        font-size: 16px;
        padding-right: 35px;
    }

    .hm-service-cnt p {
        font-size: 18px;
    }

    .hm-service-cnt {
        padding: 95px 27px 20px;
    }

    .service-btn a::before {
        top: 5px;
    }
}

@media screen and (max-width:1240px) {
    .hm-services-sec {
        padding: 0;
    }

    .hm-services-list {
        padding: 0 10px;
    }

    .hm-services-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .hm-services-blk {
        padding: 50px 10px;
    }

    .service-heading {
        font-size: 72px;
        margin-bottom: 10px;
    }

    .sub-heading-blk {
        padding-left: 80px;
        max-width: 630px;
    }

    .sub-heading-blk .sub-heading {
        font-size: 28px;
        margin-bottom: 10px;
    }

    .hm-service-cnt p {
        font-size: 16px;
    }

    .hm-service-cnt {
        padding: 60px 15px 10px;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 20px;
        margin-bottom: 15px;
        letter-spacing: 0.3px;
    }
}

@media screen and (max-width: 980px) {
    .hm-services-sec .container {
        max-width: 100%;
        padding: 0;
    }

    .hm-services-blk {
        padding: 50px 20px;
    }

    .services-top {
        margin-bottom: 30px;
        margin-right: 0;
        max-width: 100%;
    }

    .service-heading {
        font-size: 96px;
        margin-bottom: 50px;
        text-align: right;
    }

    .sub-heading-blk {
        padding-left: 0;
        max-width: 100%;
        border: none;
    }

    .sub-heading-blk::before {
        display: none;
    }

    .sub-heading-blk .sub-heading {
        font-size: 36px;
        margin-bottom: 40px;
        text-align: right;
    }

    .sub-heading-blk .description {
        font-size: 18px;
        text-align: right;
    }

    .services-top {
        margin-bottom: 60px;
    }

    .hm-service-item {
        width: 48%;
        margin: 0 auto 50px;
        padding: 10px;
    }

    .hm-service-cnt {
        padding: 70px 15px 20px;
        align-items: center;
    }

    .hm-services-list.owl-carousel .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .hm-services-list.owl-carousel button.owl-dot {
        background-color: #CD8F00;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }

    .hm-services-list.owl-carousel button.owl-dot.active {
        background-color: #CD8F00;
        outline: 1px solid #CD8F00;
        outline-offset: 2px;
    }

    .service-btn a::before {
        top: 3px;
    }

    .hm-services-list {
        flex-wrap: wrap;
    }

    .hm-services-sec {
        padding: 0;
    }

    .hm-award-list.owl-carousel {
        padding: 0 100px;
    }

    .hm-award-list.owl-carousel .owl-stage {
        gap: 20px;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 36px;
        margin-bottom: 25px;
    }

    .service-btn a {
        font-size: 20px;
    }
}

@media screen and (max-width: 767px) {
    .hm-services-sec .container {
        max-width: 100%;
    }

    .hm-award-itm {
        max-width: 180px;
    }

    .hm-award-list.owl-carousel .owl-stage {
        gap: 0;
    }

    .sub-heading-blk .sub-heading {
        font-size: 20px;
    }

    .sub-heading-blk .description {
        font-size: 15px;
    }

    .services-top {
        margin: 0 auto 30px;
        max-width: 100%;
        padding: 0;
    }

    .hm-services-blk {
        padding: 50px 10px;
    }

    .hm-services-list {
        max-width: 380px;
        margin: auto;
    }

    .hm-service-item {
        max-width: 320px;
        width: 100%;
    }

    .sub-heading-blk .sub-heading {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .sub-heading-blk .description {
        font-size: 18px;
    }

    .hm-award-list.owl-carousel {
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .hm-services-list {
        max-width: 100%;
        padding: 0;
    }

    .hm-service-item {
        max-width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 400px) {
    .hm-services-blk {
        padding: 50px 8px;
    }

    .service-heading {
        font-size: 65px;
        margin-bottom: 30px;
    }

    .hm-services-list {
        padding: 0;
    }

    .services-top {
        padding: 0 10px;
    }

    .hm-services-list {
        max-width: 100%;
        padding: 0;
    }

    .hm-service-item {
        max-width: 100%;
        width: 100%;
        padding: 0;
    }

    .hm-service-itm-cnt .service-title {
        font-size: 30px;
    }
}

/* About Section */
.hm-about-sec {
    padding: 150px 0;
}

.hm-about-sec .container {
    width: 100%;
    max-width: 1820px;
    margin: auto;
}

.hm-about-list {
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.hm-about-list .left-cnt {
    width: 53%;
    position: relative;
}

.hm-about-list .left-cnt::after {
    content: "";
    background-color: #222222;
    width: calc(100% + 6.9%);
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -65px;
}

.hm-about-list .left-cnt::before {
    content: "";
    background-color: #222222;
    width: 1px;
    height: calc(100% + 17%);
    position: absolute;
    top: 0;
    right: -67px;
}

.hm-about-list .left-cnt h2 {
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 128px;
    line-height: 1.1;
    letter-spacing: 0;
    color: #222222;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.hm-about-list .left-cnt .fight-text {
    font-family: 'Hubot Sans Condensed';
    font-weight: 500;
    font-size: 36px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #CD8F00;
    text-transform: uppercase;
    margin-bottom: 38px;
}

.hm-about-list .left-cnt p {
    font-family: 'Hubot Sans';
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0;
    color: #222222;
    margin-bottom: 35px;
}

.about-btn a.cmn-btn {
    display: inline-block;
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 23px 49px;
    background-color: #CD8F00;
}

.about-btn a.cmn-btn:hover {
    background-color: #222222;
}

.hm-about-list .right-img {
    width: 41.6%;
}

@media screen and (max-width:1900px) {
    .hm-about-sec .container {
        max-width: 1700px;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 120px;
        margin-bottom: 30px;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 34px;
        margin-bottom: 30px;
    }

    .hm-about-list .left-cnt p {
        font-size: 19px;
        margin-bottom: 30px;
    }

    .hm-about-list .left-cnt::before {
        height: calc(100% + 15%);
        right: -63px;
    }
}

@media screen and (max-width:1800px) {
    .hm-about-sec .container {
        max-width: 1600px;
    }

    .hm-about-sec {
        padding: 120px 0;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 100px;
        margin-bottom: 20px;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 32px;
        margin-bottom: 20px;
    }

    .hm-about-list .left-cnt p {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .about-btn a.cmn-btn {
        font-size: 22px;
        padding: 19px 40px;
    }

    .hm-about-list .left-cnt::before {
        height: calc(100% + 37%);
        right: -63px;
    }

    .hm-about-list .left-cnt::after {
        width: calc(100% + 7.3%);
        bottom: -120px;
    }
}

@media screen and (max-width:1700px) {
    .hm-about-sec .container {
        max-width: 1440px;
    }

    .hm-about-sec {
        padding: 100px 0;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 90px;
        margin-bottom: 15px;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 30px;
        margin-bottom: 15px;
    }

    .hm-about-list .left-cnt p {
        font-size: 16px;
        margin-bottom: 15px;
    }

    .about-btn a.cmn-btn {
        font-size: 20px;
        padding: 17px 35px;
    }

    .hm-about-list .left-cnt::before {
        height: calc(100% + 37%);
        right: -50px;
    }

    .hm-about-list .left-cnt::after {
        width: calc(100% + 6.5%);
        bottom: -120px;
    }
}

@media screen and (max-width:1500px) {
    .hm-about-sec .container {
        max-width: 1200px;
    }

    .hm-about-sec {
        padding: 80px 0;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 80px;
        margin-bottom: 10px;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .about-btn a.cmn-btn {
        font-size: 19px;
        padding: 15px 30px;
    }

    .hm-about-list .left-cnt::after {
        width: calc(100% + 6.5%);
        bottom: -40px;
    }

    .hm-about-list .left-cnt::before {
        height: calc(100% + 22%);
        right: -42px;
    }
}

@media screen and (max-width:1240px) {
    .hm-about-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .hm-about-sec {
        padding: 60px 0;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 70px;
        margin-bottom: 10px;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .about-btn a.cmn-btn {
        font-size: 18px;
        padding: 13px 26px;
    }

    .hm-about-list .left-cnt::before {
        height: calc(100% + 12%);
        right: -34px;
    }

    .hm-about-list .left-cnt p {
        font-size: 15px;
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 980px) {
    .hm-about-sec .container {
        max-width: 750px;
        padding: 0 10px;
    }

    .hm-about-sec {
        padding: 50px 0;
    }

    .hm-about-list {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
    }

    .hm-about-list .left-cnt,
    .hm-about-list .right-img {
        width: 100%;
    }

    .hm-about-list .left-cnt::before,
    .hm-about-list .left-cnt::after {
        display: none;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 60px;
    }

    .hm-about-list .left-cnt {
        text-align: center;
    }

    .hm-about-list .right-img {
        max-width: 500px;
    }

    .hm-about-list {
        gap: 30px;
    }

    .hm-about-list .left-cnt {
        max-width: 100%;
        margin: auto;
        width: 100%;
    }

    .hm-about-list .right-img {
        max-width: 380px;
        width: 100%;
    }

    .hm-about-list .left-cnt h2 {
        font-size: 96px;
        margin-bottom: 30px;
        text-align: left;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 36px;
        margin-bottom: 22px;
        text-align: left;
    }

    .hm-about-list .left-cnt p {
        font-size: 20px;
        margin-bottom: 42px;
        text-align: left;
    }

    .about-btn a.cmn-btn {
        font-size: 24px;
        padding: 23px 50px;
    }

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

@media screen and (max-width: 767px) {
    .hm-about-sec .container {
        max-width: 100%;
        padding: 0 10px;
    }
}

@media screen and (max-width: 600px) {
    .hm-about-list .right-img {
        max-width: 100%;
        width: 100%;
    }
}

/* @media screen and (max-width: 410px) {
.hm-about-sec { padding: 40px 0; }
.hm-about-list .left-cnt h2 { font-size: 38px; }
.hm-about-list .left-cnt h2 { font-size: 38px; }
.hm-about-list .left-cnt p { font-size: 14px; margin-bottom: 10px; line-height: 1.2; }
.hm-about-list { gap: 10px; }
} */
@media screen and (max-width: 410px) {
    .hm-about-list .left-cnt {
        padding: 0;
    }

    .hm-about-list .left-cnt .fight-text {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .hm-about-list .left-cnt p {
        font-size: 18px;
    }

    .about-btn a.cmn-btn {
        font-size: 22px;
        padding: 17px 40px;
    }

    .hm-about-list .left-cnt {
        padding: 0;
    }

    .hm-about-list .right-img {
        max-width: 100%;
    }
}

/* Testimonials Section  */
.hm-testimonials {
    color: #fff;
    padding: 0;
}

.hm-testimonials .container {
    max-width: 1820px !important;
    margin: auto;
    width: 100%;
}

.hm-testi-main {
    background-image: url(./images/testimonials-bg.webp);
    background-repeat: no-repeat;
    padding: 157px 100px 210px;
    position: relative;
    background-size: cover;
}

.hm-testi-title {
    position: relative;
    margin: 0 0 100px;
    text-align: left;
}

.hm-testimonials .hm-testi-main .testimonials-text {
    font-family: 'Hubot Sans Condensed';
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 0;
    text-transform: uppercase;
    position: relative;
    border-right: 1px solid #fff;
    padding-right: 62px;
    display: inline-block;
    color: #fff;
}

.hm-testi-title::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 85%;
    height: 1px;
    background-color: #fff;
}

.testi-blck {
    width: 100%;
    max-width: 1400px;
    margin: auto;
    position: unset !important;
}

.hm-testimonials .hm-testi-item p {
    font-family: 'Hubot Sans';
    font-size: 36px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 0;
    text-align: left;
    margin: 0 0 35px;
    color: #fff;
}

.hm-testimonials .hm-testi-item .author {
    font-family: 'Hubot Sans';
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    margin: 0 0 20px;
    color: #fff;
}

.hm-testimonials .testi-reviews {
    display: flex;
    margin-bottom: 50px;
}

.star-rat {
    background-image: url(./images/starts.webp);
    background-repeat: no-repeat;
    height: 40px;
    width: 201px;
    background-size: contain;
}

.google-icn {
    background-image: url(./images/google.webp);
    background-repeat: no-repeat;
    height: 58px;
    width: 161px;
    background-size: contain;
}

.hm-testimonials .owl-dots {
    text-align: right;
    display: inline-block;
    position: absolute;
    width: 89%;
    padding: 10px 0;
    left: 0;
    right: 0;
    margin: auto;
}

.hm-testimonials .owl-dots::before {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 92.5%;
    height: 1px;
    background-color: #fff;
}

.hm-testimonials .owl-dots::after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    right: 120px;
    margin: auto;
    width: 1px;
    height: 100%;
    background-color: #fff;
}

.hm-testimonials .owl-carousel button.owl-dot {
    background-color: #D9D9D9 !important;
    height: 15px;
    width: 15px;
    border-radius: 50px;
    margin: 0 0 0 15px;
    text-align: right;
}

.hm-testimonials .owl-carousel button.owl-dot.active {
    background-color: #CD8F00 !important;
}

@media screen and (max-width:1900px) {
    .hm-testimonials .container {
        max-width: 1700px !important;
    }

    .hm-testi-main {
        padding: 140px 90px;
    }

    .hm-testimonials .hm-testi-main .testimonials-text {
        font-size: 34px;
        padding-right: 56px;
    }

    .hm-testi-title {
        margin-bottom: 80px;
    }

    .hm-testi-item p {
        font-size: 46px;
        margin-bottom: 30px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 38px;
        margin-bottom: 20px;
    }

    .hm-testimonials .owl-dots::after {
        right: 130px;
    }

    .testi-reviews {
        margin-bottom: 40px;
    }

    .hm-testimonials .owl-dots::before {
        width: 91.4%;
    }
}

@media screen and (max-width:1800px) {
    .hm-testimonials .container {
        max-width: 1600px !important;
    }

    .hm-testimonials {
        padding-bottom: 0 !important;
    }

    .hm-testi-main {
        padding: 120px 70px;
    }

    .hm-testimonials .hm-testi-main .testimonials-text {
        font-size: 32px;
        padding-right: 62px;
    }

    .hm-testi-title::before {
        width: 84.6%;
    }

    .hm-testi-title {
        margin-bottom: 60px;
    }

    .hm-testi-item p {
        font-size: 43px;
        margin-bottom: 25px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 35px;
        margin-bottom: 15px;
    }

    .testi-reviews {
        margin-bottom: 30px;
    }

    .hm-testimonials .owl-dots::before {
        width: 90.9%;
    }
}

@media screen and (max-width:1700px) {
    .hm-testimonials .container {
        max-width: 1500px !important;
    }

    .about-pg .hm-testimonials .container {
        max-width: 100% !important;
    }

    .hm-testi-main {
        padding: 100px 60px;
    }

    .hm-testimonials .hm-testi-main .testimonials-text {
        font-size: 30px;
        padding-right: 50px;
    }

    .hm-testi-title {
        margin-bottom: 50px;
    }

    .hm-testi-item p {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .testi-reviews {
        margin-bottom: 10px;
    }

    .hm-testimonials .owl-carousel button.owl-dot {
        background-color: #D9D9D9 !important;
        height: 13px;
        width: 13px;
    }

    .hm-testimonials .owl-dots::before {
        width: 89.9%;
    }
}

@media screen and (max-width:1600px) {
    .hm-testimonials .container {
        max-width: 1400px !important;
    }

    .hm-testi-main {
        padding: 80px 50px;
    }

    .hm-testimonials .hm-testi-main .testimonials-text {
        font-size: 28px;
        padding-right: 45px;
    }

    .hm-testi-title::before {
        width: 83%;
    }

    .hm-testi-title {
        margin-bottom: 40px;
    }

    .hm-testi-item p {
        font-size: 36px;
        margin-bottom: 15px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 28px;
        margin-bottom: 5px;
    }

    .testi-reviews {
        margin-bottom: 0;
    }

    .hm-testimonials .owl-dots::before {
        width: 87.8%;
    }

    .hm-testimonials .owl-dots {
        width: 89%;
        padding: 8px 0;
    }
}

@media screen and (max-width:1440px) {
    .hm-testimonials .container {
        max-width: 1200px !important;
    }
}

@media screen and (max-width:1240px) {
    .hm-testi-main {
        padding: 60px 40px;
    }

    .hm-testimonials .hm-testi-main .testimonials-text {
        font-size: 25px;
        padding-right: 40px;
    }

    .hm-testi-title::before {
        width: 80.8%;
    }

    .hm-testi-title {
        margin-bottom: 25px;
    }

    .hm-testi-item p {
        font-size: 32px;
        margin-bottom: 10px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 26px;
        margin-bottom: 5px;
    }

    .hm-testimonials .owl-dots {
        width: 88%;
        padding: 6px 0;
    }

    .hm-testimonials .owl-dots::before {
        width: 84.2%;
    }

    .hm-testimonials {
        padding: 50px 0 0;
    }

    .testi-reviews {
        align-items: center;
        gap: 20px;
    }

    .star-rat,
    .google-icn {
        width: 165px;
        background-size: contain;
    }

    .about-pg .hm-testimonials .container {
        padding: 0 !important;
    }
}

@media screen and (max-width: 980px) {
    .hm-testimonials .container {
        max-width: 100% !important;
    }

    .hm-testimonials {
        padding: 0;
    }

    .hm-testi-main {
        padding: 100px 30px;
    }

    .hm-testimonials .hm-testi-main .testimonials-text {
        font-size: 36px;
        padding-right: 30px;
        border: 0;
    }

    .hm-testi-title::before {
        width: 78.8%;
    }

    .hm-testi-title {
        margin-bottom: 40px;
        text-align: center;
        border-bottom: 1px solid #fff;
        padding: 0 0 40px;
    }

    .hm-testi-item p {
        font-size: 24px;
        letter-spacing: 0;
        line-height: 1.5;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 24px;
        margin-bottom: 15px;
    }

    .hm-testimonials .owl-dots::before {
        width: 79.6%;
    }

    .hm-testimonials .owl-carousel button.owl-dot {
        height: 15px;
        width: 15px;
    }

    .hm-testi-item {
        padding: 0 0 30px;
        border-bottom: 1px solid #ffff;
    }

    .hm-testimonials .owl-dots {
        text-align: center;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
    }
}

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

    .hm-testi-title::before,
    .hm-testimonials .owl-dots::before,
    .hm-testimonials .owl-dots::after {
        display: none;
    }

    .star-rat,
    .google-icn {
        width: 145px;
        background-size: contain;
    }
}

@media screen and (max-width: 410px) {
    .hm-testi-main {
        padding: 70px 20px;
    }

    .hm-testi-item p {
        font-size: 22px;
    }

    .hm-testi-title {
        margin-bottom: 30px;
        padding: 0 0 20px;
    }

    .cmn-btn {
        font-size: 18px;
        padding: 17px 10px;
    }
}

/* Footer Top Sec */
.footer-top-sec {
    padding: 150px 0 210px;
    text-align: center;
}

.footer-top-sec .container {
    width: 100%;
    max-width: 1300px;
    margin: auto;
}

.footer-top-sec h2 {
    font-family: 'Hubot Sans Condensed';
    font-size: 128px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222222;
    line-height: 1;
    letter-spacing: -0.2px;
    margin: 0 0 85px;
}

@media screen and (max-width:1900px) {
    .footer-top-sec {
        padding: 120px 0 150px;
    }

    .footer-top-sec h2 {
        font-size: 110px;
    }
}

@media screen and (max-width:1700px) {
    .footer-top-sec {
        padding: 120px 0;
    }

    .footer-top-sec h2 {
        font-size: 90px;
        margin: 0 0 55px;
    }
}

@media screen and (max-width:1500px) {
    .footer-top-sec {
        padding: 90px 0;
    }

    .hm-footer-sec .footer-menu-list a {
        margin: 0 0 23px;
        font-size: 19px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 30px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 25px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 24px;
    }

    .hm-footer-sec .gform_wrapper .top_label textarea {
        min-height: 50px;
    }

    .hm-footer-sec .gform_wrapper .top_label input,
    .hm-footer-sec .gform_wrapper select,
    .hm-footer-sec .gform_wrapper .top_label textarea {
        min-height: 50px;
    }

    .footer-top-sec h2 {
        font-size: 70px;
        margin: 0 0 35px;
    }

    .google-icn {
        height: 54px;
        width: 151px;
    }

    .star-rat {
        height: 37px;
        width: 190px;
    }
}

@media screen and (max-width:1200px) {
    .footer-top-sec {
        padding: 60px 0;
    }

    .footer-top-sec h2 {
        font-size: 55px;
        margin: 0 0 30px;
    }

    .hm-testimonials .hm-testi-item p {
        font-size: 22px;
        margin: 0 0 27px;
    }

    .hm-testimonials .hm-testi-item .author {
        font-size: 22px;
    }

    .google-icn {
        height: 50px;
        width: 145px;
    }

    .star-rat {
        height: 35px;
        width: 185px;
    }

    .testi-reviews {
        gap: 15px;
    }
}

@media screen and (max-width: 980px) {
    .footer-top-sec h2 {
        font-size: 70px;
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 767px) {
    .footer-top-sec {
        padding: 50px 0;
    }

    .footer-top-sec h2 {
        font-size: 53px;
        max-width: 380px;
        text-align: center;
        margin: 0 auto 25px;
    }
}

/* Footer Section */
.hm-footer-sec {
    background-color: #121212;
}

.hm-footer-sec .container {
    width: 100%;
    max-width: 1620px;
    margin: auto;
}

.footer-left-blk,
.footer-form-blk,
.footer-location-blk {
    padding: 100px 0 80px;
}

.hm-footer-sec .footer-form-blk .gform-theme--foundation .gfield input {
    color: #fff !important;
}

.hm-footer-sec .footer-form-blk .gform-theme--foundation .gfield input::placeholder {
    color: #fff !important;
}

.hm-footer-sec .footer-soc-icons {
    display: flex;
    gap: 33px;
    margin: 0 0 72px;
}

.footer-soc-icons img:hover {
    transform: scale(1.2);
    transition: 0.5s all ease;
}

.hm-footer-sec .footer-logo {
    margin: 0 0 68px;
}

.hm-footer-sec .footer-sub-title {
    font-family: 'Hubot Sans Condensed';
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #CD8F00;
    line-height: 1;
    letter-spacing: 0.8px;
    margin: 0 0 35px;
}

.hm-footer-sec .footer-menu-list a {
    font-family: 'Hubot Sans Condensed';
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 1;
    text-decoration: none;
    letter-spacing: 0.1px;
    margin: 0 0 26px;
    display: inline-block;
}

.hm-footer-sec .footer-menu-list a:hover {
    color: #CD8F00;
}

.hm-footer-sec .footer-menu-list ul li::marker {
    color: #fff;
}

.hm-footer-sec .footer-menu-list li {
    list-style: none;
}

.hm-footer-sec .footer-menu-list li>ul {
    padding-left: 34px;
}

.hm-footer-sec .footer-menu-list li>ul>li {
    list-style: square;
}

.hm-footer-sec .footer-menu-list li>ul>li>a {
    letter-spacing: -0.7px;
}

.hm-footer-sec .loc-list .loc .footer-loc-title {
    font-family: 'Hubot Sans Condensed';
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 24px;
}

.location-text p a {
    font-weight: 400 !important;
    text-transform: capitalize !important;
}

.hm-footer-sec .loc-list .loc p {
    font-family: 'Hubot Sans';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 0.1px;
    line-height: 1.5;
    margin: 0 0 8px;
}

.hm-footer-sec .loc-list .loc p a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-decoration: none;
    letter-spacing: 0;
    font-family: 'Hubot Sans';
}

.ftr-mobil {
    display: none;
}

.hm-footer-sec .loc {
    width: 100%;
    max-width: 227px;
    margin: 0 0 61px;
}

.hm-footer-sec .loc:last-child {
    margin: 0;
}

.hm-footer-list {
    display: flex;
    justify-content: space-between;
}

.footer-left-blk {
    width: 20%;
}

.footer-location-blk {
    width: 19.6%;
}

.footer-menu-list ul {
    margin: 0;
    padding: 0;
}

.hm-footer-sec .loc-list .loc p a:hover {
    color: #CD8F00;
}

/* HomePage Form Section */
.footer-form-blk {
    width: 49%;
    padding-left: 77px !important;
    padding-right: 77px !important;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}

.hm-footer-sec .text-heading {
    font-family: "Hubot Sans Condensed";
    text-align: center;
    font-weight: 800;
    font-size: 92px;
    line-height: 1.09;
    letter-spacing: 0;
    text-transform: uppercase;
    margin: 0 0 10px;
    color: #fff;
}

.hm-footer-sec .sub-txt {
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
    margin: 0 0 35px 0;
    color: #fff;
    font-family: "Hubot Sans Condensed";
}

.hm-footer-sec .gform_wrapper .top_label input,
.hm-footer-sec .gform_wrapper select,
.hm-footer-sec .gform_wrapper .top_label textarea {
    font-family: "Hubot Sans";
    font-weight: 400;
    margin: 0 0 0;
    width: 100% !important;
    color: #fff !important;
    outline: 0;
    position: relative;
    border-radius: 0;
    min-height: 55px;
    margin: 0 0 11px;
    border: 0;
    border-bottom: 1px solid #fff;
    font-size: 16px !important;
    padding: 0 0 11px 4px;
    transition: all 0.5s;
    background-color: #0000;
}

.hm-footer-sec .gform_wrapper .top_label textarea {
    width: 100%;
    float: left;
    height: 93px;
    min-block-size: inherit !important;
    resize: none;
}

.hm-footer-sec label.gform-field-label.gform-field-label--type-inline {
    font-family: "Hubot Sans";
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0;
    text-decoration: none;
    color: #ffffff;
    display: inline-block;
    cursor: pointer;
    margin: 0;
}

.hm-footer-sec .gform_wrapper.gravity-theme .gfield textarea.large {
    height: 210px;
    resize: none;
}

.form-top span,
.hm-footer-sec .gform_wrapper .top_label .chkbx label span {
    color: #ed3731;
}

.hm-footer-sec .gform_wrapper .gfield_radio label,
.hm-footer-sec .gform_wrapper .top_label .chkbx label {
    font-size: 18px !important;
    line-height: 20px !important;
    color: #fff;
}

.hm-footer-sec .gform_wrapper .top_label .chkbx label {
    font-weight: 700;
}

.hm-footer-sec .gform_wrapper .top_label input[type="checkbox"] {
    float: left;
    clear: both;
    padding: 0 !important;
    border-radius: 0;
    max-width: inherit !important;
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
    font-weight: bold;
    border: 1px solid #fff;
    max-height: max-content !important;
    min-height: 32px;
    margin: 5px 15px 0 0 !important;
}

.hm-footer-sec .gform_wrapper .gform_footer.top_label {
    padding: 0;
    margin: 34px 0 0 !important;
}

.hm-footer-sec .gform_wrapper.gravity-theme #field_submit,
.gform_wrapper.gravity-theme .gform_footer {
    display: flex;
    justify-content: center;
}

.hm-footer-sec .gform_wrapper .gform_footer input[type="submit"] {
    font-family: "Hubot Sans condensed" !important;
    font-weight: 700 !important;
    font-size: 24px !important;
    line-height: 1;
    outline: none !important;
    cursor: pointer;
    transition-duration: 0.5s;
    color: #000000 !important;
    padding: 25px 31px 21px !important;
    text-transform: uppercase !important;
    height: auto !important;
    max-width: max-content;
    margin: 0;
    color: #fff !important;
    background-color: #CD8F00 !important;
    border-radius: 0 !important;
}

.hm-footer-sec .gform_wrapper .gform_footer input[type="submit"]:hover {
    background: #fff !important;
    color: #CD8F00 !important;
}

.hm-footer-sec input {
    --placeholdercolor: #fff
}

.hm-footer-sec .gform_wrapper .top_label .gfield_label {
    display: none;
}

.hm-footer-sec .gform_wrapper div.validation_error {
    text-align: center;
    border: none;
    padding: 0 !important;
}

.hm-footer-sec .gform_wrapper .validation_message,
.hm-footer-sec .gform_wrapper div.validation_error {
    color: red;
    letter-spacing: 0.56px;
    font-size: 15px;
    line-height: 18px;
}

.hm-footer-sec .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100% !important;
}

.hm-footer-sec .gform_wrapper li.gfield.gfield_error,
.hm-frmsec .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: inherit !important;
    border: none;
    padding: 0 !important;
    margin-top: 0 !important;
}

.hm-footer-sec .gform-theme--foundation .gform_fields {
    row-gap: 40px !important;
}

.gform_button.disabled {
    pointer-events: none;
}

.hm-footer-sec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) span {
    display: none !important;
}

.hm-footer-sec .gform-theme--framework .gform-field-label:where(:not([class*=gform-field-label--type-])) {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: 600 !important;
}

.hm-footer-sec .gform_footer input[type="submit"]:hover {
    background-color: transparent;
    border: 1px solid #fff;
}

.hm-footer-sec div#validation_message_6_12 {
    left: 80px;
    top: 7px;
}

.hm-footer-sec .gform_wrapper .gform_validation_errors {
    display: none;
}

.hm-footer-sec .gform_wrapper .gfield {
    position: relative;
}

.hm-footer-sec .gform_wrapper .gfield .validation_message.gfield_validation_message,
.hm-footer-sec .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 4px;
    background: none;
    padding: 0;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
}

.hm-footer-sec .gform_wrapper .gfield .instruction.validation_message {
    top: 20px;
}

.hm-footer-sec .gform_wrapper .field_description_below .gfield_description {
    padding-top: 0
}

.hm-footer-sec .gform_wrapper.gravity-theme .gform_fields {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
}

.hm-footer-sec .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
    justify-content: center;
}

.hm-footer-sec .gform-theme--framework input[type=checkbox]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *))::before {
    color: #fff !important;
}

/* Copy Rights Section */
.copyrights {
    background-color: #222222;
    padding: 20px 0;
    text-align: center;
}

.copyrights .container {
    margin: auto;
}

.copyrights p,
.copyrights a {
    color: #898989;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    font-family: 'Hubot Sans';
    margin: 0;
    text-align: center;
    display: inline;
}

.cpy-inr {
    margin: 0 0 15px;
}

@media screen and (max-width: 1800px) {
    .hm-footer-sec .container {
        max-width: 1600px;
    }

    .hm-footer-sec .footer-logo {
        margin: 0 0 60px;
    }

    .hm-footer-sec .footer-soc-icons {
        margin: 0 0 60px;
    }
}

@media screen and (max-width: 1700px) {
    .hm-footer-sec .container {
        max-width: 1440px;
    }

    .hm-footer-sec .sub-txt {
        font-size: 22px;
    }

    .hm-footer-sec .footer-sub-title {
        margin: 0 0 30px;
    }

    .hm-footer-sec .gform_wrapper .gform_footer input[type="submit"] {
        padding: 19px 31px 19px !important;
    }

    .footer-left-blk,
    .footer-form-blk,
    .footer-location-blk {
        padding: 60px 0 40px;
    }

    .hm-footer-sec .text-heading {
        font-size: 80px;
    }

    .hm-footer-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 29px !important;
        height: 29px !important;
        min-height: 29px;
        margin: 5px 12px 0 0 !important;
    }

    .hm-footer-sec label.gform-field-label.gform-field-label--type-inline {
        font-size: 13px;
    }

    .footer-form-blk {
        padding-left: 70px !important;
        padding-right: 70px !important;
    }
}

@media screen and (max-width: 1500px) {
    .hm-footer-sec .container {
        max-width: 1200px;
    }

    .hm-footer-sec .footer-soc-icons {
        margin: 0 0 46px;
        gap: 24px;
    }

    .hm-footer-sec .footer-menu-list a {
        font-size: 19px;
        margin: 0 0 24px;
    }

    .hm-footer-sec .sub-txt {
        font-size: 20px;
        letter-spacing: 0;
    }

    .hm-footer-sec .footer-soc-icons {
        margin: 0 0 55px;
    }

    .hm-footer-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 26px !important;
        height: 26px !important;
        min-height: 26px;
        margin: 5px 15px 0 0 !important;
    }

    .hm-footer-sec .text-heading {
        font-size: 70px;
    }

    .footer-form-blk {
        padding-left: 40px !important;
        padding-right: 40px !important;
    }

    .hm-footer-sec .loc-list .loc .footer-loc-title {
        font-size: 19px;
        margin: 0 0 18px;
    }

    .hm-footer-sec .loc-list .loc p {
        font-size: 15.5px;
    }

    .hm-footer-sec .footer-sub-title {
        margin: 0 0 22px;
        font-size: 22px;
    }

    .hm-footer-sec .loc {
        margin: 0 0 55px;
    }

    .hm-footer-sec .gform_wrapper .gform_footer input[type="submit"] {
        padding: 17px 28px 17px !important;
        font-size: 22px !important;
    }

    .cpy-inr {
        margin: 0 0 12px;
    }

    .hm-footer-sec .footer-logo {
        margin: 0 0 50px;
    }
}

@media screen and (max-width: 1240px) {
    .hm-footer-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }

    .hm-footer-sec .gform_wrapper .top_label input,
    .hm-footer-sec .gform_wrapper select,
    .hm-footer-sec .gform_wrapper .top_label textarea {
        min-height: 40px;
        font-size: 15px !important;
        letter-spacing: 0;
    }

    .hm-footer-sec .loc-list .loc p {
        font-size: 14.3px;
    }

    .footer-location-blk {
        width: 22%;
    }

    .hm-footer-sec .loc-list .loc p a {
        font-size: 18px;
    }

    .hm-footer-sec .footer-logo {
        margin: 0 0 30px;
    }

    .hm-footer-sec .loc {
        margin: 0 0 40px;
    }

    .hm-footer-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 23px !important;
        height: 23px !important;
        min-height: 23px;
        margin: 4px 15px 0 0 !important;
    }

    .cpy-inr {
        margin: 0 0 10px;
    }

    .copyrights {
        padding: 15px 0;
    }

    .hm-footer-sec .gform_wrapper .gform_footer input[type="submit"] {
        padding: 14px 25px !important;
        letter-spacing: 0.5px !important;
    }

    .footer-left-blk,
    .footer-form-blk,
    .footer-location-blk {
        padding: 50px 0 30px;
    }

    .hm-footer-sec .footer-soc-icons {
        margin: 0 0 40px;
    }

    .hm-footer-sec .footer-menu-list a {
        font-size: 18px;
        margin: 0 0 20px;
    }

    .hm-footer-sec .text-heading {
        font-size: 55px;
    }

    .hm-footer-sec .sub-txt {
        font-size: 18px;
        margin: 0 0 30px 0;
    }
}

@media screen and (max-width: 980px) {
    .hm-footer-sec {
        padding: 40px 0 10px;
    }

    .hm-footer-sec .container {
        max-width: 750px;
        padding: 0 10px;
    }

    .footer-left-blk,
    .footer-form-blk,
    .footer-location-blk {
        padding: 0;
    }

    .hm-footer-list {
        flex-wrap: wrap;
    }

    .footer-form-blk {
        padding: 0px 30px 30px;
        width: 100%;
        max-width: 450px;
        border: 0;
    }

    .footer-location-blk {
        width: 100%;
        margin: 30px auto 0;
    }

    .hm-footer-sec .loc {
        padding: 20px;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px;
        text-align: center;
        border: 1px solid #fff;
    }

    .hm-footer-sec .loc-list .loc .footer-loc-title {
        margin: 0 0 15px;
    }

    .hm-footer-sec .footer-sub-title {
        margin: 0 0 20px;
    }

    .hm-footer-sec .loc:last-child {
        margin: auto;
    }

    .footer-left-blk {
        width: 100%;
        max-width: 150px;
    }

    .hm-footer-sec .gform-theme--foundation .gform_fields {
        row-gap: 12px !important;
    }

    .hm-footer-sec .gform_wrapper .gform_footer.top_label {
        padding: 0;
        margin: 28px 0 0 !important;
        justify-content: center;
    }

    .footer-location-blk .footer-sub-title {
        text-align: center;
    }

    .hm-footer-sec .footer-soc-icons {
        margin: 0 0 40px;
    }

    .hm-footer-sec .footer-soc-icons {
        max-width: 150px;
        gap: 20px;
    }

    .hm-footer-sec .footer-logo {
        text-align: center;
    }

    .loc-list.owl-carousel .owl-dots {
        text-align: center;
        padding-top: 10px;
    }

    .loc-list.owl-carousel button.owl-dot {
        background-color: #CD8F00;
        border-radius: 50%;
        padding: 6px !important;
        margin: 0 10px 0 0;
    }

    .loc-list.owl-carousel button.owl-dot.active {
        background-color: #CD8F00;
        outline: 1px solid #CD8F00;
        outline-offset: 2px;
    }

    .loc-list {
        display: flex;
        flex-wrap: wrap;
    }

    .hm-footer-sec .loc,
    .hm-footer-sec .loc:last-child {
        max-width: 46%;
        margin: 0 auto 30px;
    }

    .hm-footer-sec .gform_wrapper .top_label input[type="checkbox"] {
        width: 15px !important;
        height: 15px !important;
        min-height: 15px;
        margin: 4px 10px 0 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .hm-footer-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }

    .hm-footer-sec .gform_wrapper .gform_footer input[type="submit"] {
        padding: 16px 31px !important;
    }
}

@media screen and (max-width: 650px) {
    .hm-footer-sec .container {
        padding: 0;
    }

    .footer-form-blk {
        order: 1;
    }

    .footer-left-blk {
        order: 3;
        max-width: 100%;
    }

    .footer-location-blk {
        order: 2;
        width: 100%;
        padding: 40px 30px 0 !important;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #fff;
    }

    .hm-footer-list {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 40px;
    }

    .hm-footer-sec .sub-txt {
        font-size: 17px;
        letter-spacing: 0.2px;
    }

    .footer-form-blk {
        padding: 0;
        max-width: 450px;
        width: 100%;
    }

    .ftr-mobil {
        display: block;
    }

    .hm-footer-sec .footer-logo,
    .footer-location-blk .footer-sub-title {
        text-align: left;
    }

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

    .hm-footer-sec .loc,
    .hm-footer-sec .loc:last-child {
        margin: 0 0 30px 0px;
        padding: 0;
        text-align: left;
        border: 0;
        max-width: 220px;
    }

    .footer-location-blk {
        margin: 0;
    }

    .footer-left-blk .footer-logo,
    .footer-left-blk .footer-soc-icons {
        display: none;
    }

    .footer-menu {
        padding: 0 30px;
    }
}

@media screen and (max-width:480px) {
    .footer-form-blk {
        max-width: 100%;
        padding: 0 10px !important;
    }

    .hm-about-list .right-img {
        max-width: 100%;
    }
}

@media screen and (max-width:400px) {
    .hm-about-list .left-cnt h2 {
        font-size: 72px;
    }

    .footer-top-sec h2 {
        font-size: 46px;
    }

    .hm-footer-sec .text-heading {
        font-size: 40px;
        margin-bottom: 5px;
    }
}

.page-template-cdl-manual-page .header-sec {
    position: relative;
}

.accordion {
    margin: 40px 0;
}

.accordion-section {
    padding: 20px 60px 20px 20px;
    background-color: #fff !important;
    box-shadow: 0 0 10px 0 #ccc;
    margin-bottom: 20px;
    position: relative;
}

.accordion-section:not(.accordien-active) .accordion-section-content {
    display: none;
}

.accordion-section-content {
    padding-top: 15px;
}

.accordion-heading h2 {
    font-size: 40px !important;
    margin: 0 !important;
    cursor: pointer;
    color: #cd8f00 !important;
}

.accordion-section svg {
    position: absolute;
    right: 25px;
    top: 30px;
    transform: rotate(90deg);
    cursor: pointer;
}

.accordion-section.accordien-active svg {
    transform: rotate(270deg);
}

@media screen and (max-width: 1600px) {
    .accordion-heading h2 {
        font-size: 34px !important;
    }

    .accordion-section {
        padding: 13px 60px 12px 12px;
    }

    .accordion-section svg {
        right: 25px;
        top: 25px;
    }
}

@media screen and (max-width: 1240px) {
    .accordion-heading h2 {
        font-size: 30px !important;
    }

    .accordion-section {
        padding: 8px 60px 8px 8px;
    }

    .accordion-section svg {
        right: 18px;
        top: 18px;
    }
}

@media screen and (max-width: 767px) {
    .accordion-heading h2 {
        font-size: 25px !important;
    }

    .accordion-section {
        padding: 8px 50px 8px 8px;
        margin-bottom: 10px;
    }

    .accordion-section svg {
        right: 18px;
        top: 18px;
        width: 20px;
        height: 20px;
    }
}

.page_content .more-link.grid-item .button {
    display: inline-block;
    font-family: 'Hubot Sans Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    padding: 23px 49px;
    background-color: #CD8F00;
    margin: 15px 0 30px;
	  text-decoration: none;
	  transition: 1s;
}

.page_content .more-link.grid-item .button:hover {
    background-color: #222222;
}

@media screen and (max-width: 980px) {
	.page_content .more-link.grid-item .button{
		font-size: 24px;
        padding: 23px 50px;
	}
}
@media screen and (max-width: 1240px) {
	.page_content .more-link.grid-item .button{
		font-size: 18px;
        padding: 13px 26px;
	}   
}
@media screen and (max-width: 1500px) {
	.page_content .more-link.grid-item .button{
		font-size: 19px;
        padding: 15px 30px;
	}    
}
@media screen and (max-width: 1700px) {
	.page_content .more-link.grid-item .button{
		font-size: 20px;
        padding: 17px 35px;
	}    
}
@media screen and (max-width: 1800px) {
 .page_content .more-link.grid-item .button{
		        font-size: 22px;
        padding: 19px 40px;
	}   
}

aside#page-sidebar .review-image {
    z-index: 0;
}

.in-pract-single-pg section#intro-container {
    display: flex;
    flex-direction: column-reverse;
}

.revbadge-container .revbadge-button{
    height: auto;
}

.single-post-attrny-blck p a {
    display: inline !important;
}

.single-post-attrny-blck .single-post-social-icns {
    padding: 30px 0 0 49px;
}

@media screen and (max-width: 1440px) {
    .single-post-attrny-blck .single-post-social-icns {
    padding: 12px 0 0 20px !important;
    }
}

@media (max-width: 1600px) {
    .single-post-attrny-blck .single-post-social-icns {
    padding: 15px 0 0 30px;
    }
}

@media (max-width: 1240px){
    .single-post-attrny-blck .single-post-social-icns {
    padding: 6px 0 0 10px;
}
}

.page_content .genpg-rite .gform_wrapper span.form-title.primary {
    font-family: 'Hubot Sans Condensed';
    font-size: 64px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.29;
    margin: 0 0 64px;
    color: #222222;
    text-align: center;
    display: block;
}


@media screen and (max-width: 1440px) {
    .page_content .genpg-rite .gform_wrapper span.form-title.primary {
        font-size: 50px;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1240px) {
    .page_content .genpg-rite .gform_wrapper span.form-title.primary {
        font-size: 45px;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 768px) {
    .page_content .genpg-rite .gform_wrapper span.form-title.primary {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

#mid-cta-container, section#bottom-cta-container {
  position: relative;
}

#mid-cta-container::before, section#bottom-cta-container::before {
  content: '';
  position: absolute;
  inset: 0; 
  background: rgba(0, 0, 0, 0.7);
  z-index: 0;
}

#mid-cta-container div, #bottom-cta-container div{
    position: relative;
    z-index: 1;
}

#mid-cta-container > * {
  position: relative;
  z-index: 1;
}

section#mid-cta-container, section#bottom-cta-container{
    background-position: center;
}

a.ai-llm {
    text-decoration: none;
}