/*!
Theme Name: Maranatha 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: maranathalaw
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.

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

/* 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;
	text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

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

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

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

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
    appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
    appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

@font-face {
    font-family: 'Lexend-Light';
    src: url('./fonts/Lexend-Light.eot');
    src: url('./fonts/Lexend-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-Light.woff2') format('woff2'),
        url('./fonts/Lexend-Light.woff') format('woff'),
        url('./fonts/Lexend-Light.ttf') format('truetype'),
        url('./fonts/Lexend-Light.svg#Lexend-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Regular';
    src: url('./fonts/Lexend-Regular.eot');
    src: url('./fonts/Lexend-Regular.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-Regular.woff2') format('woff2'),
        url('./fonts/Lexend-Regular.woff') format('woff'),
        url('./fonts/Lexend-Regular.ttf') format('truetype'),
        url('./fonts/Lexend-Regular.svg#Lexend-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Black';
    src: url('./fonts/Lexend-Black.eot');
    src: url('./fonts/Lexend-Black.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-Black.woff2') format('woff2'),
        url('./fonts/Lexend-Black.woff') format('woff'),
        url('./fonts/Lexend-Black.ttf') format('truetype'),
        url('./fonts/Lexend-Black.svg#Lexend-Black') format('svg');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Medium';
    src: url('./fonts/Lexend-Medium.eot');
    src: url('./fonts/Lexend-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-Medium.woff2') format('woff2'),
        url('./fonts/Lexend-Medium.woff') format('woff'),
        url('./fonts/Lexend-Medium.ttf') format('truetype'),
        url('./fonts/Lexend-Medium.svg#Lexend-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-ExtraBold';
    src: url('./fonts/Lexend-ExtraBold.eot');
    src: url('./fonts/Lexend-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-ExtraBold.woff2') format('woff2'),
        url('./fonts/Lexend-ExtraBold.woff') format('woff'),
        url('./fonts/Lexend-ExtraBold.ttf') format('truetype'),
        url('./fonts/Lexend-ExtraBold.svg#Lexend-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Bold';
    src: url('./fonts/Lexend-Bold.eot');
    src: url('./fonts/Lexend-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-Bold.woff2') format('woff2'),
        url('./fonts/Lexend-Bold.woff') format('woff'),
        url('./fonts/Lexend-Bold.ttf') format('truetype'),
        url('./fonts/Lexend-Bold.svg#Lexend-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-SemiBold';
    src: url('./fonts/Lexend-SemiBold.eot');
    src: url('./fonts/Lexend-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-SemiBold.woff2') format('woff2'),
        url('./fonts/Lexend-SemiBold.woff') format('woff'),
        url('./fonts/Lexend-SemiBold.ttf') format('truetype'),
        url('./fonts/Lexend-SemiBold.svg#Lexend-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-ExtraLight';
    src: url('./fonts/Lexend-ExtraLight.eot');
    src: url('./fonts/Lexend-ExtraLight.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-ExtraLight.woff2') format('woff2'),
        url('./fonts/Lexend-ExtraLight.woff') format('woff'),
        url('./fonts/Lexend-ExtraLight.ttf') format('truetype'),
        url('./fonts/Lexend-ExtraLight.svg#Lexend-ExtraLight') format('svg');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lexend-Thin';
    src: url('./fonts/Lexend-Thin.eot');
    src: url('./fonts/Lexend-Thin.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Lexend-Thin.woff2') format('woff2'),
        url('./fonts/Lexend-Thin.woff') format('woff'),
        url('./fonts/Lexend-Thin.ttf') format('truetype'),
        url('./fonts/Lexend-Thin.svg#Lexend-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

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

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	/*color: #4169e1;*/
	color: #bf9106;
}


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

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	flex-direction: column;
}
.main-navigation ul ul li a {
    padding: 15px 15px !important;
    width: 100% !important;
    display: block;
    white-space: nowrap;
}
.main-navigation ul .sub-menu{
	    background-color: #BF9106;
}
.main-navigation ul ul li {
    padding: 15px 15px !important;
}
.main-navigation ul ul li:hover {
    background-color: #000;
    color: #fff;
}
.main-navigation ul .sub-menu li:before {
	 display: none !important;
}
.menu .sub-menu li a {
    text-align: left;
    font-size: 16px !important;
    width: 100%;
    line-height: normal;
    color: #fff;
    display: block;
    text-transform: capitalize;
}
.main-navigation ul ul li a{
	text-align: left;
	color: #fff !important;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul ul {
    left: 100%;
    top: 0;
    position: absolute;
}

.main-navigation ul ul li:hover > ul {
    display: block !important;
    left: 100% !important;
    top: 0 !important;
    position: absolute;
}

.main-navigation li:hover ul ul {
    display: none;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: none;
}

@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;
}
p:empty {
    display: none;
}

/* Custom Common Styles */
.container{
	max-width: 1620px;
	width: 100%;
	margin: 0 auto;
}
.cmn-btn {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    padding: 17px 39px;
    background-color: #bf9106;
    cursor: pointer;
}
.cmn-btn:hover{
	background-color: #0D0000;
	color: #FFFFFF;
}
.hmbnr-title {
    font-family: 'Lexend-Bold';
    font-weight: 700;
    font-size: 96px;
    line-height: 1.22;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0px 0 51px;
}
.sec-title{
	font-family: 'Lexend-Bold';
	font-weight: 700;
	font-size: 48px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #D9A404;
	margin: 0 0 16px;
}
.sub-title {
    font-family: 'Lexend-Bold';
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    letter-spacing: 0;
    color: #D9A404;
    margin: 0 0 14px;
}
.itm-title {
    font-family: 'Lexend-Bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #FFFFFF;
    margin: 0;
}
.desc-title {
    font-family: 'Lexend-Regular';
    font-weight: 400;
    font-size: 32px;
    line-height: 1.24;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #0D0000;
    margin: 0 0 40px;
    padding-bottom: 38px;
    border-bottom: 1px solid #D9A404;
}
.para-txt {
    font-family: 'Lexend-Light';
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #121212;
    margin: 0 0 31px;
}
.para-txt a{
	position: relative;
}
.para-txt a:after {
  content: '';
  position: absolute;
  width: 100%;
  transform: scaleX(0);
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #bf9106;
  transition: transform 0.5s ease-out;
  transform-origin: bottom left;
}

.para-txt a:hover::after {
  transform: scaleX(1);
}
.para-txt:last-child{
	margin: 0;
}
.lrn-mr {
    display: inline-block;
    font-family: 'Lexend-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #FFFFFF;
    margin: 0;
    padding-right: 31px;
    position: relative;
    max-width: max-content;
}
.lrn-mr::before{
	content: "";
	width: 20px;
	height: 14px;
	background: url(./images/lrn-mrbfr.webp) no-repeat;
	background-size: contain;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0;
}

/* common-style-response */

@media screen and (max-width: 1900px) {
    
    .sec-title{font-size: 46px;}

}

@media screen and (max-width: 1800px) {
    
    .sec-title{font-size: 42px;}

}

@media screen and (max-width: 1700px) { 
    .container {
        max-width: 1440px;
    }
    .sec-title, .footer-toplft .sec-title {
        font-size: 42px;
    }
    .para-txt {
        font-size: 18px;
        margin: 0 0 25px;
    }
}
@media screen and (max-width: 1500px) {
    .container {
        max-width: 1200px;
    }
    .sec-title, .footer-toplft .sec-title {
        font-size: 35px;
    }
    .para-txt {
        font-size: 16px;
        margin: 0 0 20px;
    }
    a.cmn-btn {
        font-size: 18px;
    }
 
}
@media screen and (max-width: 1240px) {
    .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .sec-title, .footer-toplft .sec-title{
        font-size: 28px;
    }
    .para-txt {
        font-size: 14px;
        margin: 0 0 15px;
        line-height: 1.4;
    }
    .desc-title {
        font-size: 19px;
    }
    a.cmn-btn {
        font-size: 16px;
        padding: 15px 28px;
    }
}
@media screen and (max-width: 980px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
a.cmn-btn {
    font-size: 14px;
    padding: 15px 25px;
}
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
.para-txt {
    font-size: 17px;
    margin: 0 0 15px;
}
a.cmn-btn {
    font-size: 15px;
    padding: 13px 18px;
}
}
@media screen and (max-width: 410px) {
    .para-txt {
        font-size: 15px;
    }
    a.cmn-btn {
        font-size: 13px;
        padding: 12px 14px;
    }
}

/* common-style-response */

/* Mobile Header */
.mobinav {
	width: 100%;
	color: #fff;
	box-sizing: border-box;
	z-index: 99999995;
	background: #bf9106;
	width: 100%;
	max-width: 300px;
	height: 100%;
	min-height: 100vh;
	position: fixed;
	overflow: scroll;
	padding: 15px;
	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 0px;
	width: 100%;
}
.mobinav ul li {
	margin: 0;
	width: 100%;
	list-style: none;
	box-sizing: border-box;
	border: 0;
	margin: 0;
	padding: 0px;
	position: relative;
	font-family: var(--bodyFont);
}
.mobinav a {
    font-family: 'Lexend-Regular';
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0px;
    color: #ffffff;
    font-weight: 400;
	width: 100%;
	text-transform: capitalize;
	padding: 10px 0;
	display: block;
	border: 0;
	margin: 0 0 0px 0;
	text-decoration: none;
}
.mobinav a:hover {
	color: #131313;
}
.mobinav ul li ul {
	padding: 0 0 0 15px;
}
.mobinav ul li ul li a {
	text-transform: capitalize;
}
.mobinav ul li .drop {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 37px;
	z-index: 5;
}
.mobinav ul li .drop.open {
	width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
	content: '';
	background-color: #Fff;
	position: absolute;
}
.mobinav ul li .drop::before {
	width: 20px;
	height: 2px;
	top: 16px;
	right: 1px;
}
.mobinav ul li .drop.close::after {
	width: 2px;
	height: 20px;
	top: 7px;
	right: 10px;
}
.showhide {
    display: none;
}

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

    .container {
        max-width: 750px;
        padding: 0 5px;
    }
	.showhide {
		display: block;
	}

	button.showhide {
		background: #bf9106;
		border: none;
		width: 50px;
		height: 50px;
		padding: 0px 12px;
		border-radius: 5px;
	}
	span.menuBar.menuBar-3 {
		margin: 0;
	}
	button.showhide span {
		width: 100%;
		height: 2px;
		background-color: #fff;
		display: block;
		margin-bottom: 3px;
	}
    .header-sec {
        padding: 10px;
        width: 100%;
    }
    .mobinav button.menuClose {
        margin-left: auto;
        margin-bottom: 10px;
        width: 30px;
        height: 30px;
        border: none;
        background: #131313;
        line-height: 1;
        font-size: 27px;
        text-align: center;
        color: #fff;
        cursor: pointer;
        padding: 0;
        font-family: 'Poppins';
    }
	.header-sec .container{ padding: 0px; width: 100%; max-width: 100%;}

	.top-menu, .top-rit{ display: none;}

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

}
/* Header Start */
.site-header {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}
.site-header .container{
	max-width: 1700px;
}
.site-branding {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 0 16px 40px;
}
.site-logo {
    max-width: 382px;
    width: 100%;
}
.site-brandingryt {
    display: flex;
    justify-content: space-between;
    gap: 140px;
    position: relative;
}
.site-brandingryt::before{
    position: absolute;
    content: "";
    left: 37.3%;
    width: 1px;
    height: 75px;
    background-color: #717171;
    top: 0;
    bottom: 0;
    margin: auto;
}
.site-branding-review {
    max-width: 175px;
    width: 100%;
}
.hdr-cnsltn {
    max-width: max-content;
    text-align: right;
}
.hdr-cnsltn p {
    font-family: 'Lexend-Medium';
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #FFFFFF !important;
    text-transform: uppercase;
    margin: 0 0 16px;
}

.hdr-cnsltn a {
    display: block;
    font-family: 'Lexend-Bold';
    font-weight: 700;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -0.1px;
    color: #BF9106;
    padding-left: 47px;
    text-decoration: none;
    position: relative;
    margin: 10px 0 0;
}
.hdr-cnsltn a:hover{
	color: #fff;
}
.hdr-cnsltn a:hover::before{
    background: url(./images/call-hvr.webp) no-repeat;
}
.hdr-cnsltn a::before{
	content: "";
	width: 37px;
	height: 37px;
	background: url(./images/hdrcall.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 6px;
	left: 0;
}
.main-navigation{
	background-color: #BF9106;
}
.main-navigation a {
    padding: 15px 0;
}
.main-navigation{
	display: flex;
	justify-content: center;
}
.site-header .menu .menu-item {
    padding: 0 103px;
    position: relative;
    text-align: center;
    margin: 0;
}


 
.site-header .menu .menu-item:first-child {
    margin: 0;
}
.site-header .menu .menu-item:last-child {
    margin: 0;
}
.site-header .menu .menu-item:last-child::before{
    display: none;
}
.site-header .menu .menu-item a{
	display: block;
	font-family: 'Lexend-Regular';
	font-size: 22px;
	line-height: 1;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #FFFFFF;
}
.site-header .menu .menu-item a:hover{
	color: #000000;
}
.site-header .menu .menu-item::before{
	content: "";
	width: 7px;
	height: 7px;
	background-color: #FFFFFF;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto 0; 
}
.site-header.menu .menu-item:last-child:before{
	display: none;
}
@media screen and (max-width: 1900px) {
	.site-header .menu .menu-item {
		padding:0 58px 0 48px;
	}
}
@media screen and (max-width: 1800px) {
    .site-header .container{
        max-width: 1600px;
    }
}
@media screen and (max-width: 1700px) {
    .site-header .container{
        max-width: 1440px;
    }
	.site-header .menu .menu-item a {
		font-size: 18px;
	}
	.site-header .menu .menu-item {
		padding: 0 50px 0 47px;
	}
}
@media screen and (max-width: 1500px) {
    .site-header .container{
        max-width: 1200px;
    }
    .site-header .menu .menu-item {
        padding: 0 50px;
        margin: 0;
    }
 
	.site-logo {
		max-width: 300px;
	}
	.site-branding-review {
		max-width: 150px;
	}
	.hdr-cnsltn a {
		font-size: 34px;
	}
    .hdr-cnsltn a::before{top: 2px}
	.hdr-cnsltn {
		font-size: 14px;
	}
    .site-brandingryt{gap: 100px;}
    .site-brandingryt::before{left: 35.3%;}
}
@media screen and (max-width: 1240px) {
    .site-header .container{
        max-width: 970px;
        padding: 0 10px;
    }
	.site-header .menu .menu-item a {
		font-size: 14px;
	}
    .site-header .menu .menu-item {
        padding: 0 40px;
        margin: 0;
    }
	.hdr-cnsltn a {
		font-size: 34px;
	}
	.site-logo {
		max-width: 250px;
	}
	.site-branding-review {
		max-width: 120px;
	}
    .hdr-cnsltn {
        font-size: 13px;
    }
    .hdr-cnsltn a {
        font-size: 30px;
        display: inline;
    }
    .hdr-cnsltn a::before {
        top: 1px;
        transform: scale(0.9);
    }
    .site-brandingryt {
        gap: 65px;
    }
    .site-brandingryt::before {
        left: 34.3%;
        height: 65px;
    }
}
@media screen and (max-width: 980px) {
    .container {
        max-width: 750px;
        padding: 0;
    }
    .site-brandingryt{display: none;}
    .site-brandingryt.mbl {
        display: block;
    }
    .site-brandingryt.mbl .hdr-cnsltn a {
        color: #ffffff;
        font-size: 22px;
    }
    .site-brandingryt.mbl .hdr-cnsltn a:hover{
        color: #000;
    }
    .site-brandingryt.mbl .hdr-cnsltn{
        text-align: left;
    }
    .site-brandingryt.mbl .hdr-cnsltn a::before {
        background: url(./images/hdrcall-mbl.webp) no-repeat;
        transform: scale(0.8);
        top: 5px;
        left: 2px;
    }
    .site-brandingryt.mbl .hdr-cnsltn a:hover::before {
        background: url(./images/hdrcall-mbl-hvr.webp) no-repeat;
    }
    .site-brandingryt.mbl .hdr-cnsltn {
        font-size: 18px;
    }
    .site-brandingryt.mbl .hdr-cnsltn {
        margin: 10px 0 0;
    }
    .main-navigation{display: none;}
    .site-brandingryt.mbl.site-brandingryt::before{display: none;}
    .site-branding {
        padding: 15px;
    }
    .site-branding-review {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .site-header .container{
        padding: 0;
    }

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

/* Home Banner Section */
.hmbnr-sec {
    background: url(./images/bnr-bg.webp) no-repeat center;
    background-size: cover;
    padding: 370px 0 212px;
    text-align: center;
}
.hmbnr-sec .cmn-btn:hover {
    background-color: #fff;
    color: #bf9125;
}
@media screen and (max-width: 1700px) {
    .hmbnr-sec .container {
        max-width: 1440px;
    }
    .hmbnr-title {
    font-size: 90px;
    }
}
@media screen and (max-width: 1500px) {
    .hmbnr-sec .container {
        max-width: 1200px;
    }
    .hmbnr-title {
        font-size: 76px;
    }
    .hmbnr-sec{padding: 320px 0 190px;}
}
@media screen and (max-width: 1240px) {
    .hmbnr-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hmbnr-title {
        font-size: 55px;
        margin: 0px 0 30px;
    }
    .hmbnr-sec {
     padding: 228px 0 100px;
    }
}
@media screen and (max-width: 980px) {
    .hmbnr-sec .container {
        max-width: 750px;
    }
    .hmbnr-title {
        font-size: 40px;
    }
    .hmbnr-sec {
        padding: 150px 0 80px;
    }
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
.hmbnr-title {
    font-size: 33px;
}
.hmbnr-sec {
    padding: 150px 0 70px;
}
.hmbnr-title {
    margin: 0 0 20px;
}
}
@media screen and (max-width: 410px) {
    .hmbnr-title {
        font-size: 25px;
    }
    .site-logo {
        max-width: 216px;
    }
}

/* Home Problem Section */
.hmproblem-sec {
    padding: 200px 0 98px;
}
.hmproblem-sec .hmproblem-blk {
    display: flex;
    justify-content: space-between;
}
.hmproblem-sec .hmproblem-lft {
    width: 40%;
}
.hmproblem-sec .hmproblem-lft .sec-title {
    line-height: 1.24;
    margin: 0;
}
.hmproblem-sec .hmproblem-ryt {
    width: 51%;
    border-left: 1px solid #D9A404;
    padding-left: 2%;
}
@media screen and (max-width: 1700px) {
    .hmproblem-sec .container {
        max-width: 1440px;
    }
    .hmproblem-sec .hmproblem-ryt {
        width: 52%;
    }
    .hmproblem-sec {
        padding: 170px 0 82px;
    }
}
@media screen and (max-width: 1500px) {
    .hmproblem-sec .container {
        max-width: 1200px;
    }
    .hmproblem-sec {
        padding: 145px 0 70px;
    }
}
@media screen and (max-width: 1240px) {
    .hmproblem-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hmproblem-sec {
        padding: 100px 0 50px;
    }
 
}
@media screen and (max-width: 980px) {
    .hmproblem-sec .container {
        max-width: 750px;
        padding: 0;
    }
    .hmproblem-sec {
        padding: 50px 0;
    }
    .sec-title, .footer-toplft .sec-title {
        font-size: 22px;
    }
    .hmproblem-sec .hmproblem-blk {
        justify-content: center;
        gap: 15px;
    }

}
@media screen and (max-width: 767px) {
    .hmproblem-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hmproblem-sec {
        padding: 50px 0 0;
    }
    .hmproblem-sec .hmproblem-blk {
        flex-direction: column;
        max-width: 380px;
        margin: auto
    }
    .hmproblem-sec .hmproblem-ryt {
        width: 100%;
        padding: 20px 0 0;
        border-top: 1px solid #D9A404;
        border-left: 0;
    }
    .hmproblem-sec .hmproblem-lft {
        width: 100%;
    }
    .sec-title, .footer-toplft .sec-title {
        font-size: 26px;
        margin: 0;
    }
    .para-txt {
        font-size: 14px;
        margin: 0 0 15px;
    }

}
@media screen and (max-width: 410px) {
    .hmproblem-sec  .sec-title {
        font-size: 20px;
    }
    .hmproblem-sec {
        padding: 40px 0;
    }
    .sec-title, .footer-toplft .sec-title {
        font-size: 25px;
    }
}

/* Home Guide Section */
.hmguide-sec {
    padding: 67px 0 199px;
}
.hmguide-sec .container {
    max-width: 100%;
}
.hmguide-sec .hmguide-blk {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 7.6%;
}
.hmguide-sec .hmguide-lft {
    width: 50.1%;
}
.hmguide-sec .hmguide-lft img{
	width: 100%;
	display: block;
}
.hmguide-sec .hmguide-ryt {
    width: 45.3%;
}
.hmguide-sec .hmguide-ryt .sec-title {
    line-height: 1.24;
    margin: 0 0 33px;
    padding-bottom: 37px;
    border-bottom: 1px solid;
}
@media screen and (max-width: 1700px) {
    /* .hmguide-sec .container { margin: 0 auto 0 0; max-width: 1480px; } */

    .hmguide-ryt .sec-title {
        font-size: 37px;
        margin: 0 0 28px;
        padding-bottom: 22px;
    }
}
@media screen and (max-width: 1500px) {
    /* .hmguide-sec .container { margin: 0 auto 0 0; max-width: 1150px; } */

    .hmguide-ryt .sec-title {
        line-height: 1.2;
        margin: 0 0 24px;
        padding-bottom: 15px;
        font-size: 31px;
    }
    .hmguide-sec {
        padding: 70px 0 120px;
    }
    .hmguide-sec .hmguide-ryt .sec-title {
        margin: 0 0 25px;
        padding-bottom: 20px;
    }
    
}
@media screen and (max-width: 1240px) {
    /* .hmguide-sec .container { max-width: 1080px; padding: 0; } */

    .hmguide-ryt .sec-title {
        line-height: 1.1;
        margin: 0 0 15px;
        padding-bottom: 12px;
        font-size: 24px;
    }
    .hmguide-sec {
        padding: 50px 0;
    }
    .hmguide-sec .hmguide-ryt .sec-title {
        margin: 0 0 15px;
        padding-bottom: 15px;
    }
}
@media screen and (max-width: 980px) {

    .hmguide-ryt .sec-title {
        font-size: 17px;
    }
    .para-txt {font-size: 12px;margin: 0 0 14px;}
    .hmguide-sec .hmguide-blk {padding-right: 3.5%;}
    .hmguide-sec .hmguide-ryt {width:48%;}
    .hmguide-sec .hmguide-lft {width: 49%;}
    .hmguide-sec .hmguide-ryt .sec-title {
        margin: 0 0 10px;
        padding-bottom: 10px;
    }
    .hmguide-sec {
        padding: 20px 0 50px 0;
    }
}


@media screen and (max-width: 767px) {
    .hmguide-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    
    .hmguide-sec .hmguide-blk {
        flex-direction: column;
        gap: 25px;
        max-width: 380px;
        margin: auto;
        padding: 0;
    }
    .hmguide-ryt .sec-title {
        margin: 0 0 20px;
        padding-bottom: 20px;
        font-size: 23px;
    }
    .hmguide-sec {
        padding: 40px 0;
    }
    .hmguide-sec .hmguide-lft, .hmguide-sec .hmguide-ryt{
        width: 100%;
    }
    .hmguide-sec .hmguide-ryt .sec-title {
        font-size: 22px;
    }
        .para-txt {
        font-size: 16px;
    }
}
@media screen and (max-width: 410px) {
    .hmguide-sec .hmguide-ryt .sec-title {
        font-size: 17px;
    }
    .hmguide-sec {
        padding: 0 0 40px 0;
    }
}
/* Home Steps Section */
.hmsteps-sec{
	background: url(./images/steps-bg.webp) no-repeat center;
	background-size: cover;
	padding: 100px 0 103px;
}
.hmsteps-blk {
    display: flex;
    justify-content: space-between;
	margin-bottom: 71px;
}
.hmsteps-lft {
    width: 42.5%;
}
.hmsteps-lft .sec-title {
    line-height: 1.24;
}
.hmsteps-ryt {
    width: 50.4%;
    padding-left: 2%;
    border-left: 1px solid #D9A404;
}
.hmsteps-ryt .para-txt{
    color: #FFFFFF;
}
.hmsteps-btm {
    border-top: 1px solid #D9A404;
}
.hmsteps-lst {
    display: flex;
    justify-content: space-between;
	padding-top: 96px;
}
.hmsteps-itm {
    width: 32.6%;
    padding-left: 144px;
    position: relative;
    counter-increment: my-sec-counter;
}
.hmsteps-itm.centre {
    width: 33.4%;
}
.hmsteps-itm::before {
    content: "0" counter(my-sec-counter) "";
    font-family: 'Lexend-Bold';
    font-size: 96px;
    line-height: 1;
    letter-spacing: 0;
    color: #D9A404;
    position: absolute;
    top: 5px;
    left: 4px;
    transform: rotate(270deg);
}
.hmsteps-itm::after{
	content: "";
	width: 25px;
	height: 25px;
	border-radius: 50%;
	background-color: #BF9106;
	position: absolute;
	top: -110px;
	left: 50px;
}
.hmsteps-itm .para-txt {
    color: #FFFFFF;
    letter-spacing: 0.5px;
    margin: 0;
}
@media screen and (max-width: 1500px) {
    .hmsteps-sec .container {
        max-width: 1200px;
    }
    .hmsteps-sec .sub-title {
    font-size: 25px;
}
.hmsteps-sec .hmsteps-itm {
    padding-left:105px;
}
.hmsteps-itm::before{font-size: 80px;}
.hmsteps-itm::after{left: 35px;}
}
@media screen and (max-width: 1240px) {
    .hmsteps-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hmsteps-sec .hmsteps-itm::before {
        font-size: 62px;left: -7px;
    }
.hmsteps-sec .hmsteps-itm {
    padding-left: 70px;
}
.hmsteps-sec {
    padding: 80px 0;
}
.hmsteps-sec .hmsteps-itm::after {
    transform: scale(0.7);
}
.hmsteps-sec .hmsteps-lst {
    padding-top: 66px;
}
.hmsteps-sec .hmsteps-itm::after {
    top: -80px;
    left: 16px;
}
.hmsteps-itm .para-txt {
    margin: 0;
}
.hmsteps-blk {
    margin-bottom: 80px;
}
}
@media screen and (max-width: 980px) {
    .hmsteps-sec .container {
        max-width: 750px;
    }
    .hmsteps-sec .hmsteps-itm::before {
        font-size: 46px;
        left: -10px;
    }
    .hmsteps-sec .sub-title {
        font-size: 22px;
        margin: 0 0 5px;
    }
    .hmsteps-sec .hmsteps-itm {
        padding-left: 50px;
    }
    .hmsteps-sec .hmsteps-itm .para-txt {
        letter-spacing: 0;
    }
    .hmsteps-sec .hmsteps-lst {
        padding-top: 70px;
    }
    .hmsteps-sec .hmsteps-itm::after {
        top: -83px;
        left: 4px;
    }
    .hmsteps-sec {
        padding: 50px 0;
    }
    
}
@media screen and (max-width: 767px) {
    .hmsteps-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hmsteps-sec .hmsteps-lst {
        padding-top: 40px;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .hmsteps-sec .sec-title{
        font-size: 25px;
    }
.hmsteps-blk {
    flex-direction: column;
    align-items: center;
    margin: 0 auto 40px;
    max-width: 380px;
}
.hmsteps-lft, .hmsteps-ryt {
    width: 100%;
    border: 0;
    padding: 0;
}
.hmsteps-sec .hmsteps-itm::after {
    display: none;
}
.hmsteps-sec .hmsteps-itm {
    padding: 58px 0 0;
}
.hmsteps-sec .hmsteps-itm::before {
    font-size: 53px;
    left: 17px;
    transform: rotate(0deg);
    top: 18px;
}
.hmsteps-sec .hmsteps-itm.centre, .hmsteps-sec .hmsteps-itm {
    width: 100%;
    max-width: 350px;
    border: 1px solid #d9a42a;
    padding: 83px 20px 22px;
}
.hmsteps-sec .sub-title {
    font-size: 29px;
}
}
@media screen and (max-width: 410px) {
    .hmsteps-sec .sec-title {
    font-size: 17px;
    margin: 0 0 10px;
}
.hmsteps-blk {
    margin: 0 auto 30px;
}
.hmsteps-sec .hmsteps-itm::before {
    font-size: 40px;
}
.hmsteps-sec .hmsteps-itm.centre, .hmsteps-sec .hmsteps-itm {
    padding: 65px 13px 15px;
}
.hmsteps-sec .sub-title {
    font-size: 20px;
}
}
/* Home Service Section */
.hmservices-sec {
    padding: 204px 0 0;
}
.hmservices-sec .sec-title {
    text-align: center;
    margin-bottom: 112px;
}
.hmservices-sec .hmservices-lst{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 33px;
}
.hmservices-sec .hmservices-itm {
    width: 31.9%;
    position: relative;
    overflow: hidden;
}
.hmservices-sec .hmservices-itm:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: linear-gradient(180deg, rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 100%);
    z-index: 1;
}
.itm-hvr a{
	display: inline-block;
	width: 100%;
	height: 100%;
	font-size: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 9;
}
.hmservices-sec .hmservices-img{
    position: relative;
}
.hmservices-sec .hmservices-itm .hmservices-img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #121212;
    background: linear-gradient(180deg,rgba(18, 18, 18, 0) 0%, rgba(18, 18, 18, 1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    overflow: hidden;
	transform: translateY(100%);
    transition: transform 0.4s ease-in;
    z-index: 1;
}
.hmservices-sec .hmservices-img img{
    width: 100%;
    display: block;
}
.hmservices-sec .hmservices-itmtxt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 45px 36px;
    z-index: 1;
}
.hmservices-sec .hmservices-itm:hover::before{
    display: none;
}
.hmservices-sec .hmservices-txt {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 0 46px 40px;
    transform: translateY(100%);
    opacity: 0;
    transition: transform 0.4s ease-in, opacity 0.3s ease-in;
    z-index: 2;
}
.hmservices-sec .hmservices-itm:hover .hmservices-itmtxt{display: none;}
.hmservices-sec .hmservices-itm:hover .hmservices-txt {
	padding: 0 46px 65px;
    transform: translateY(0);
    opacity: 1;
}
.hmservices-sec .hmservices-itm .para-txt, .hmservice-link .lrn-mr{
    color: #FFFFFF;
    display: none;
}
.hmservice-link a.lrn-mr:hover{
    color: #0D0000;
}
.hmservices-itm:hover .hmservices-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(191, 145, 6, 84%);
    transform: translateY(0);
    opacity: 1;
	z-index: 0;
}
.hmservices-itm:hover .hmservices-txt{
    padding: 0 46px 65px;
}
.hmservices-itm:hover .para-txt, .hmservices-itm:hover .hmservice-link .lrn-mr {display: block;}
.hmservices-itm:hover .hmservices-txt .itm-title{margin-bottom: 19px;}
 
@media screen and (max-width: 1700px) {
    .hmservices-sec .container {
        max-width: 1440px;
    }
    .hmservices-sec .itm-title {
        font-size: 30px;
    }
    .hmservices-sec .lrn-mr {
        font-size: 20px;
    }
    .hmservices-sec {
        padding: 150px 0 0;
    }
    .hmservices-sec .sec-title {
        margin-bottom: 80px;
    }
    .hmservices-sec .hmservices-lst{
        gap: 28px;
    }
}
@media screen and (max-width: 1500px) {
    .hmservices-sec .container {
        max-width: 1200px;
    }
    .hmservices-itm:hover .hmservices-txt {
        padding: 0 35px 30px;
    }
    .hmservices-sec .itm-title {
        font-size: 25px;
    }
    .hmservices-sec .lrn-mr {
        font-size: 18px;
    }
    .hmservices-itm .para-txt, .hmservice-link .lrn-mr {
        margin: 0 0 15px;
    }
    .hmservices-itm:hover .hmservices-txt .itm-title {
        margin-bottom: 10px;
    }
    .hmservices-lst {
        gap: 27px;
    }
    .hmservices-sec {
        padding: 100px 0 0;
    }
    .hmservices-sec .sec-title {
        margin-bottom: 60px;
    }
    .hmservices-sec .hmservices-lst {
        gap: 22px;
    }
}
@media screen and (max-width: 1240px) {
    .hmservices-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hmservices-sec .hmservices-lst {
        gap: 20px;
    }
    .hmservices-sec .itm-title {
        font-size: 19px;
    }
    .hmservices-sec .hmservices-itmtxt{
        padding: 0 23px 20px;
    }
    .hmservices-sec .lrn-mr {
        font-size: 15px;
    }
    .hmservices-sec .hmservices-itm:hover .hmservices-txt {
        padding: 0 22px 15px;
        transform: translateY(0);
        opacity: 1;
    }
    .hmservices-sec {
        padding: 70px 0 0;
    }
    .hmservices-sec .sec-title {
        margin-bottom: 50px;
    }

}
@media screen and (max-width: 980px) {
    .hmservices-sec .container {
        max-width: 750px;
        padding: 0 10px;
    }
    .hmservices-sec .hmservices-itm {
        width: 100%;
        max-width: 400px;
        margin: auto;
    }
    .hmservices-sec .hmservices-itm:hover .hmservices-txt {
        padding: 0 35px 0;
        top: 80px;
        bottom: 0;
    }
    .hmservices-sec .sec-title {
        margin-bottom: 25px;
        font-size: 30px;
    }
    .hmservices-sec {
        padding: 60px 0 0;
    }
    .hmservices-sec .owl-carousel button.owl-dot {
        background-color: #cd9822 !important;
        height: 15px;
        width: 15px;
        border-radius: 50px;
        margin: 0 0 0 15px;
        text-align: right;
    }
    .hmservices-sec .owl-carousel button.owl-dot.active {
        background-color: #D9A404 !important;
        outline: 1px solid #D9A404;
        outline-offset: 2px;
    }
    .hmservices-sec .owl-dots {
        text-align: center;
        width: 100%;
        margin: 30px 0 0;
        padding: 0;
    }

}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
.hmservices-sec .itm-title {
    font-size: 30px;
}
.hmservices-sec .sec-title {
 font-size: 37px;
}
.hmservices-sec .hmservices-itm {
    max-width: 380px;
}
.hmservices-sec .hmservices-itm:hover .hmservices-txt {
    top: 35px;
}
.hmservices-sec {
    padding: 50px 0 0;
}
}
@media screen and (max-width: 410px) {
    .hmservices-sec .sec-title {
        font-size: 32PX;
        margin-bottom: 30px;
    }
    .hmservices-sec {
        padding: 40px 0 0;
    }
    .hmservices-sec .hmservices-itm {
        max-width: 320px;
    }
    .hmservices-sec .itm-title {
        font-size: 23px;
    }
    .hmservices-sec .hmservices-itm:hover .hmservices-txt {
        top: 30px;
        padding: 0 20px 0;
    }
}

/* Home About Section */

.hmabut-sec {
    padding: 204px 0 190px;
}
.hmabut-sec .hmabut-blk {
    width: 82.9%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items:flex-start;
}
.hmabut-img {
    width: 46.3%;
}
.hmabut-ryt {
    width: 48.9%;
    padding:0;
}
@media screen and (max-width: 1700px) {
    .hmabut-sec  .container {
        max-width: 1440px;
    }
    .hmabut-sec .sec-title {
        margin: 0 0 13px;
    }
    .hmabut-sec .desc-title {
        font-size: 28px;
        margin: 0 0 32px;
        padding-bottom: 28px;
    }
    .hmabut-sec {
        padding: 160px 0;
    }

}
@media screen and (max-width: 1500px) {
    .hmabut-sec .container {
        max-width: 1200px;
    }
    .hmabut-sec .sec-title {
        margin: 0 0 10px;
    }
    .hmabut-sec .desc-title {
        font-size: 23px;
        margin: 0 0 25px;
        padding-bottom: 22px;
    }
    .hmabut-sec {
        padding: 110px 0;
    }
    .hmabut-ryt {
        padding: 0;
    }
}
@media screen and (max-width: 1240px) {
    .hmabut-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hmabut-sec .desc-title {
        font-size: 19px;
        margin: 0 0 17px;
        padding-bottom: 13px;
    }
 .hmabut-sec {
    padding: 90px 0;
}
}
@media screen and (max-width: 980px) {
    .hmabut-sec .container {
        max-width: 750px;
        padding: 0;
    }
    .hmabut-sec {
        padding:  50px 0;
    }
    .hmabut-sec .hmabut-blk { width: 90%;}
}
@media screen and (max-width: 767px) {
    .hmabut-sec .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hmabut-sec .hmabut-blk {
        width: 100%;
        flex-direction: column;
        gap: 25px;
        max-width: 380px;
    }
    .hmabut-img {
        width: 100%;
        max-width: 450px;
    }
    .hmabut-ryt {
        width: 100%;
    }
    .hmabut-sec .sec-title {
        font-size: 38px;
    }
    .hmabut-sec .desc-title {
        font-size: 20px;
    }
}
@media screen and (max-width: 410px) {
    .hmabut-sec .sec-title {
        font-size: 30px;
    }
    .hmabut-sec .desc-title {
        font-size: 17px;
    }
    }
/* Home Testimonials Section */
.hmtestimonials-sec {
    padding: 0 0 204px;
}
.hmtestimonials-blk {
    background: url(./images/testi-bg.webp) no-repeat;
    background-size: cover;
    position: relative;
    padding: 82px 0 84px;
    display: flex;
    justify-content: flex-end;
}
.hmtestimonials-blk::before{
	content: "";
	width: 498px;
	height: 100%;
	background: url(./images/testi-bfr.webp) no-repeat;
	opacity: 28%;
	background-size: contain;
	position: absolute;
	left: 0;
	top: 0;
}
.hmtestimonials-blk .sec-title {
    margin: 0 0 55px;
}
.hmtestimonials-lft {
    width: 66%;
}
.hmtestimonials-lst.owl-carousel .hmtesti-content {
    padding: 46px 105px 30px 114px;
	min-height: 338px;
	position: relative;
}
.hmtestimonials-lst.owl-carousel .hmtesti-content:before{
	content: "";
	width: 62px;
	height: 44px;
	background: url(./images/quote-testi.webp) no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
.hmtestimonials-lst.owl-carousel .testi-txt {
    font-family: 'Lexend-Light';
    font-size: 24px;
    line-height: 1.6;
    letter-spacing: 0;
    color: #FFFFFF;
    margin: 0 0 25px;
}
.hmtestimonials-lst.owl-carousel .author-name{
	font-family: 'Lexend-SemiBold';
	font-size: 24px;
	line-height: 1;
	letter-spacing: 0;
	color: #FFFFFF;
	margin: 0 0 0;
}
.hmtestimonials-lst.owl-carousel .owl-nav {
    display: flex;
    justify-content: flex-end;
    padding-right: 147px;
    gap: 26px;
}
.hmtestimonials-lst.owl-carousel .owl-nav button{
	font-size: 0;
	width: 28px;
	height: 20px;
	background-size: contain;
	background-repeat: no-repeat;
}
.hmtestimonials-lst.owl-carousel .owl-nav button.owl-prev{background-image: url(./images/arrow-prev.webp);}
.hmtestimonials-lst.owl-carousel .owl-nav button.owl-prev:hover{background-image: url(./images/arrow-prev-hvr.webp);}
.hmtestimonials-lst.owl-carousel .owl-nav button.owl-next:hover{background-image: url(./images/arrow-nxt-hvr.webp);}
.hmtestimonials-lst.owl-carousel .owl-nav button.owl-next{background-image: url(./images/arrow-nxt.webp);}
@media screen and (max-width: 1700px) {
    .hmtestimonials-sec .container {
        max-width: 1440px;
    }
    .hmtestimonials-lst.owl-carousel .testi-txt {
        font-size: 20px;
    }
    .hmtestimonials-lst.owl-carousel .hmtesti-content:before {
        transform: scale(0.8);
    }
    .hmtestimonials-lst.owl-carousel .hmtesti-content {
        min-height: 230px;
    }
    .hmtestimonials-blk{margin: 0 10px;}
   .hmtestimonials-sec {
        padding: 0 0 170px;
    }
}
@media screen and (max-width: 1500px) {
    .hmtestimonials-sec {
        padding: 0 0 110px;
    }
}

@media screen and (max-width: 1240px) {
    .hmtestimonials-sec .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .hmtestimonials-lst.owl-carousel .testi-txt {
        font-size: 17px;margin: 0 0 20px;
    }
    .hmtestimonials-lst.owl-carousel .hmtesti-content:before {
        transform: scale(0.7);
    }
    .hmtestimonials-lst.owl-carousel .hmtesti-content {
        padding: 30px 56px 30px 68px;
    }
    .hmtestimonials-blk .sec-title {
        margin: 0 0 30px;
    }
    .hmtestimonials-lft {
        width: 60%;
    }
    section.hmtestimonials-sec {
        padding: 0 0 120px;
    }
    .hmtestimonials-blk{padding: 56px 0;}
    .hmtestimonials-lst.owl-carousel .author-name{font-size: 22px;}
}
@media screen and (max-width: 980px) {
    .container {
        max-width: 750px;
        padding: 0;
    }

.hmtestimonials-lst.owl-carousel .testi-txt {
    font-size: 15px;
}
.hmtestimonials-lst.owl-carousel .hmtesti-content {
    padding: 34px 22px 20px 58px;
}
.hmtestimonials-lst.owl-carousel .hmtesti-content {
    min-height: 215px;
}
.hmtestimonials-lst.owl-carousel .author-name {
    font-size: 20px;
}
.hmtestimonials-blk {
    padding: 50px 0;
}
.hmtestimonials-sec {
    padding: 0 0 100px;
}
.hmtestimonials-lst.owl-carousel .hmtesti-content:before {
    transform: scale(0.6);
}
.hmtestimonials-blk .sec-title {
    margin: 0 0 20px;
}
.hmtestimonials-lst.owl-carousel .owl-nav {
    padding-right: 70px;
}
section.hmtestimonials-sec {
    padding: 0 0 80px;
}
.hmtestimonials-blk {
    margin: 0;
}
}
@media screen and (max-width: 767px) {
    .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .hmtestimonials-blk {
        flex-direction: column;
        align-items: center;
    }
    .hmtestimonials-lst.owl-carousel .hmtesti-content {
        padding: 45px 25px 25px 40px;
    }
    .hmtestimonials-blk::before{
        display: none;
    }
    .hmtestimonials-lft {
        width: 100%;
        max-width: 380px;
    }
    section.hmtestimonials-sec {
        padding: 0 0 50px;
    }
    .hmtestimonials-lst.owl-carousel .owl-nav {
        padding-right: 0;
        justify-content: center;
    }
}

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

    .hmtestimonials-lst.owl-carousel .hmtesti-content {
        padding: 45px 20px 23px 20px;
    }
    .hmtestimonials-blk .sec-title {
        margin: 0 0 20px;
        text-align: center;
    }

}
/* Site Footer */
.site-footer {
    background-color: #F0F0F0;
}
.footer-topblk {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 103px 0 100px;
}
.footer-toplft {
    width: 43%;
}
.footer-toplft .sec-title {
    line-height: 1.24;
    margin: 0 0 19px;
}
.footer-txt {
    font-family: 'Lexend-Regular';
    font-size: 24px;
    line-height: 1.26;
    letter-spacing: 0;
    color: #121212;
    margin: 0;
}
.footer-btmblk {
    border-top: 1px solid #D0D0D0;
    padding: 59px 0 38px;
}
.footer-btmlst {
    display: flex;
    justify-content: space-between;
    margin-bottom: 74px;
}
.footer-btmitm.lft {
    width: 32.3%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.footer-logo {
    max-width: 520px;
    width: 100%;
    margin-bottom: 36px;
}
.footer-logo img, .footer-logo a {
    display: block;
}
.footer-contact {
    width: 100%;
    margin-bottom: 51px;
}
.ftr-cnt {
    display: inline-block;
    font-family: 'Lexend-Medium';
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0;
    color: #121212;
    text-decoration: none;
    margin: 0 0 30px !important;
    position: relative;
    padding: 5px 0 0 44px;
}
.ftr-cnt:hover{
    color: #D9A404;
}
.footer-mail .ftr-cnt{margin: 0;}
.ftr-cnt::before{
    content: "";
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: -2px;
    left: 0;
}
.footer-mail .ftr-cnt:hover::before{
    transform: scale(1.1);
}
.footer-call .ftr-cnt:hover::before{transform: scale(1.1);}

.footer-call .ftr-cnt::before{background-image: url(./images/ftr-call.webp);}
.footer-mail .ftr-cnt::before{background-image: url(./images/mail.webp);}
.footer-social{
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 33px;
    width: 100%;
}
.footer-social .icon{
    display: block;
    font-size: 0;
    width: 33px;
    height: 33px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}
.footer-social .icon.facebook{background-image: url(./images/facebook.webp);}
.footer-social .icon.instagram{background-image: url(./images/instagram.webp);}
.footer-social .icon.linkdin{background-image: url(./images/Linedin.webp);}
.footer-social a:hover{
    transform: scale(1.1);
}
.footer-btmitm.ryt {
    display: flex;
    justify-content: space-between;
    width: 40.5%;
    padding-top: 37px;
}
.ftr-itm{
    width: 43.4%;
}
.ftr-itm ul{
    padding: 0;
    margin: 0;
}
.ftr-itm-title {
    font-family: 'Lexend-Bold';
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #000000;
    margin: 0 0 20px;
}
.ftr-itm li{
    margin: 0 0 0;
    list-style: none;
}
.ftr-itm a {
    display: inline-block;
    font-family: 'Lexend-Light';
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #121212;
    margin: 0 0 20px;
    padding: 5px 0;
    cursor: pointer;
}
.ftr-itm a:hover{
    color: #D9A404;
}
.disclaimer {
    font-family: 'Lexend-Light';
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: center;
    color: #686868;
    margin: 0 0 43px;
}
.copyright, .copyright a {
    font-family: 'Lexend-Regular';
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #121212;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.copyright a {
    text-decoration: none;
    display: inline-block;
}
.copyrights-sec {
    display: flex;
    justify-content: center;
	align-items: center;
}
.rgt-blk p{
	margin: 0;
}
.digital-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}
.digital-logo .copy-para{
    margin: 0;
    border-right: 2px solid #f1d3a0;
    padding-right: 20px;
    margin-right: 20px;
    font-family: 'Lexend-Regular';
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0;
    color: #121212;
}
.digital-logo a {
    display: flex;
    align-items: center;
}
@media screen and (max-width: 1700px) {
    .site-footer .container {
        max-width: 1440px;
    }
    .footer-txt {
    font-size: 22px;
}
.ftr-itm {
    width: 50%;
}
}
 
@media screen and (max-width: 1500px) {
    .site-footer .container {
        max-width: 1200px;
    }
    .footer-toplft {
        width: 46%;
    }
    .footer-txt {
        font-size: 20px;
    }
    .ftr-itm-title {
        font-size: 20px;
    }
    .ftr-itm a {
        margin: 0 0 20px;
        font-size: 15px;
    }
    .footer-btmitm.ryt {
        width: 45%;
    }
}
@media screen and (max-width: 1240px) {
    .site-footer .container {
        max-width: 970px;
        padding: 0 10px;
    }
    .footer-txt {
        font-size: 16px;
    }
    .ftr-cnt {
        font-size: 17px;
    }
    .ftr-cnt::before{
        transform: scale(0.8);
    }
    .footer-mail .ftr-cnt:hover::before, .footer-call .ftr-cnt:hover::before{
        transform: scale(0.9);
    }
    .footer-social .icon.instagram{
        transform: scale(0.8);
    }
    .ftr-cnt {
        margin: 0 0 25px;
    }
    .ftr-itm a {
        margin: 0 0 10px;
    }
    .ftr-itm.ftr-quick {
        width: 35%;
    }
    .footer-btmitm.ryt {
        justify-content: flex-end;
    }
    .footer-btmitm.ryt {
        width: 57%;
    }
    .footer-topblk {
        padding: 70px 0;
    }
    .footer-btmblk {
        padding: 48px 0 30px;
    }
    .footer-btmlst {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 980px) {
    .site-footer .container {
        max-width: 750px;
    }
    .ftr-cnt {
        font-size: 16px;
    }
    .footer-btmblk {
        padding: 40px 0 20px;
    }
    .footer-btmlst {
        flex-direction: column;
        gap: 30px;
    }
    .footer-btmitm.ryt {
        width: 100%;
        max-width: 380px;
        margin: auto;
        padding: 10px 0 0;
    }
    .footer-btmlst {
        margin-bottom: 25px;
    }
    .footer-btmitm.lft {
        width: 100%;
        flex-direction: column;
        align-items: center;
        max-width: 380px;
        margin: auto;
    }
    .footer-topblk {
        padding: 60px 0 50px;
    }
    .disclaimer{margin: 0 0 25px;}
    .footer-btmitm.ryt {
        justify-content: space-between;
    }
    .ftr-itm.ftr-quick, .ftr-itm{width: 100%;}
    .copyrights{margin: auto;}
    .digital-logo {
        flex-direction: column;
        gap: 15px;
    }
    .digital-logo .copy-para {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        text-align: center;
    }
    .footer-contact {
        width: max-content;
        margin: 0 auto 51px;
    }
    .ftr-itm a {
        line-height: 1.4;
        padding: 0;
    }
}
@media screen and (max-width: 767px) {
    .site-footer .container {
        max-width: 100%;
        padding: 0 15px;
    }
    .ftr-cnt::before {
        transform: scale(1);
    }
    .footer-topblk {
        flex-direction: column;
        gap: 30px;
        max-width: 320px;
        margin: auto;
    }
    .footer-toplft {
        width: 100%;
    }
    .footer-topblk {
        padding: 40px 0;
    }
    .ftr-itm a {
        margin: 0 0 10px;
        padding: 0;
    }
    .footer-btmlst {
        gap: 20px;
    }
    .footer-btmlst {
        margin-bottom: 20px;
    }
    .disclaimer {
        margin: 0 0 18px;
    }
 
}
@media screen and (max-width: 480px) {

    .footer-btmitm.ryt {
        flex-wrap: wrap;
    }
}

.footer-address .ftr-cnt::before {
    background: url(/wp-content/themes/maranathalaw/images/location-icn.webp);
    background-repeat: no-repeat;
	margin-top: 5px;
}

.footer-address .ftr-cnt:hover::before{
	transform: scale(1.1);
}