/*
Theme Name: Lewis 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: lewislaw
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.

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}
p:empty {
  display: none;
}
/*--------------------------------------------------------------
# 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;
  margin: 0 !important;
}

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%;
  display: block;
  margin: 0;
}

figure {
  margin: 1em 0;
}

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

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

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

a:focus {
  outline: thin dotted;
}

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

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

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

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

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

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

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

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

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

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

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

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

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

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

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

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

.main-navigation li {
  position: relative;
}

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

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

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: flex;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

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

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

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

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

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

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

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

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

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

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;

  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;

  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

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

/* fonts */

@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 300;
  src: url("./fonts/dm-sans-v15-latin-300.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/dm-sans-v15-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 500;
  src: url("./fonts/dm-sans-v15-latin-500.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 700;
  src: url("./fonts/dm-sans-v15-latin-700.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 900;
  src: url("./fonts/dm-sans-v15-latin-900.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Libre Bodoni";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/libre-bodoni-v5-latin-regular.woff2") format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Satisfy";
  font-style: normal;
  font-weight: 400;
  src: url("./fonts/satisfy-v21-latin-regular.woff2") format("woff2");
}

/* common-styles */

.cmn-btn {
  font-family: "DM Sans";
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #274f43;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.1px;
  padding: 17px 42px 16px 42px;
  background-color: #efd3a1;
  border-radius: 40px;
  transition: 0.3s;
}
.cmn-btn:hover {
  background-color: #ffffff;
  color: inherit;
  transition: 0.3s;
}

.testi-para {
  font-family: "DM Sans";
  font-weight: 300;
  font-size: 30px;
  line-height: 1.6;
  letter-spacing: 0;
  color: #111111;
  margin: 0 0 25px 0;
}

/* p:last-child{
  margin-bottom: 0;
} */

.testi-title {
  font-family: "DM Sans" !important;
  font-weight: 900  !important;
  font-size: 24px !important;
  line-height: 1  !important;
  letter-spacing: 0  !important;
  color: #111111  !important;
  margin: 0  !important;
}
.hm-worried-rgt-img img,
.hm-austin-rgt-img img {
  width: 100%;
  display: block;
}
.digital-logo p {
  line-height: 1.5;
}
/* Header */

.header-sec {
  padding: 23px 0 20px;
  border-bottom: 1px solid #ffffff14;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
/* .header-sec .container { max-width: 100%; width: 100%; margin: auto; }  */
.header-sec .container {
  max-width: 1635px;
  padding-right: 5px;
  width: 100%;
  margin: auto;
}
.header-menu {
  display: block;
  width: 57.8%;
  padding: 0;
}
.header-btn {
  width: 13.9%;
/*  padding-top: 9px;*/
}
.logo a img {
  display: block;
  width: 200px;
}
.header-menu ul {
  display: inline-block;
  margin: 0;
  padding: 0;
}
/* .header-menu { display: flex; align-items: center; justify-content: space-between; width: 74.6%; }  */
.logo-container {
  width: 100%; /* padding: 0 145px 0 135px;  */
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-menu ul li {
  display: inline-block;
  margin: 0 83px 0 0;
  line-height: 1;
  position: relative;
  padding-bottom:10px;
}
.header-menu ul li a {
  font-family: "DM Sans";
  display: inline-block;
  text-decoration: none;
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: -0.2px;
}
.header-menu ul li a:hover {
  color: #efd3a1;
}
.header-menu ul li:last-child {
  margin-right: 0;
}
.header-menu ul li:first-child {
  margin-left: 0;
}
.header-btn .cmn-btn {
  font-family: "DM Sans";
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: #274f43;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0px;
  padding: 20px 43px 20px 74px;
  background-color: #efd3a1;
  border-radius: 40px;
  position: relative;
  transition: 0.3s;
}
.header-btn .cmn-btn:hover {
  background-color: #ffffff;
  transition: 0.3s;
}
.header-btn .cmn-btn::after {
  position: absolute;
  content: "";
  background-image: url(images/call.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  left: 42px;
  top: 0;
  bottom: 0;
  margin: auto;
}
button.showhide {
  display: none;
}


.header-menu ul li ul.sub-menu {display: none; width: 200px; position: absolute; top: 100%; left: 0; right: auto; background-color: #efd3a1; padding: 0px 0; z-index: 999; }

.header-menu ul li:hover ul.sub-menu {display: block; }

.header-menu ul li:hover ul.sub-menu ul {display: none; }

.header-menu ul li:hover ul.sub-menu li {position: relative; }

.header-menu ul li:hover ul.sub-menu li:hover>ul {display: block; top: 0; left: 100%; }

.header-menu .sub-menu li.current-menu-item a {color: #fff; }

.header-menu .sub-menu li a:after {display: none; }

.header-menu .sub-menu li {width: 100%; float: left; border-bottom: 1px solid rgba(255, 255, 255, 0.2); margin: 0; padding: 0; }

.header-menu .sub-menu li a {float: left; font-size: 15px; width: 100%; line-height: normal; padding: 9px 12px 8px; color: #274f43; display: block; text-transform: capitalize; }

.header-menu .sub-menu li a:hover {background-color: #556b56; color: #fff; }






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

  .header-btn .cmn-btn {
    font-size: 22px;
    padding: 20px 37px 20px 66px;
  }
  .header-menu ul li {
    margin: 0 62px 0 0;
  }
  .header-btn .cmn-btn::after {
    left: 32px;
  }
  .header-menu {
    padding: 0;
    width: 59.8%;
	text-align: center;
  }
}
@media screen and (max-width: 1500px) {
  .site-header .container {
    max-width: 1200px;
  }

  .logo a img {
    max-width: 250px;
  }
  .site-header {
    padding: 18px 0;
  }
  .header-menu ul li a {
    font-size: 18px;
  }
  .header-menu ul li {
    margin: 0 48px 0 0;
  }
  .header-btn .cmn-btn {
    font-size: 18px;
    padding: 16px 30px 16px 54px;
  }
  .header-btn .cmn-btn::after {
    left: 24px;
    transform: scale(0.9);
  }

  .cmn-btn {
    font-size: 18px;
    padding: 16px 42px;
  }
}
@media screen and (max-width: 1240px) {
  .site-header .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .logo a img {
    max-width: 220px;
  }
  .header-menu ul {
    padding-top: 0;
  }
  .header-menu ul li a {
    font-size: 16px;
  }
  .header-menu ul li {
    margin: 0 29px 0 0;
  }
  .header-btn .cmn-btn {
    font-size: 16px;
    padding: 16px 20px 16px 38px;
  }
  .header-btn .cmn-btn::after {
    left: 14px;
    transform: scale(0.8);
  }
  .header-menu .sub-menu li a {
    font-size: 14px;
    padding: 7px 12px 7px;
}
}
@media screen and (max-width: 980px) {
  .site-header .container {
    max-width: 750px;
    padding: 0;
  }
}

/* Mobile Header */
.mobinav {
  width: 100%;
  color: #fff;
  box-sizing: border-box;
  z-index: 99999995;
  background: #f0ebdf;
  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: "DM Sans";
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0px;
  color: #121212;
  font-weight: 500;
  width: 100%;
  text-transform: capitalize;
  padding: 10px 0;
  display: block;
  color: #000;
  border: 0;
  margin: 0 0 0px 0;
  text-decoration: none;
}
.mobinav a:hover {
  color: #264f43;
}
.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: 25px;
    height: 37px;
    z-index: 5;
    cursor: pointer;
}
.mobinav ul li .drop.open {
  width: 20px;
}
.mobinav ul li .drop::before,
.mobinav ul li .drop.close::after {
  content: "";
  background-color: #274d42;
  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;
}

/* Header Section Responsive Start*/

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

  .top-menu ul li {
    margin: 0 20px;
  }
  .top-menu ul li a {
    font-size: 17px;
  }
  .hdr-btn a {
    font-size: 18px;
    padding: 14px 27px 14px 60px;
  }
  .hdr-btn a::before {
    left: 27px;
  }
}
@media screen and (max-width: 1500px) {
  .container {
    max-width: 1200px;
  }

  .header-sec {
    padding: 15px 0;
  }
  .top-menu ul li a {
    font-size: 15px;
  }
  .top-menu ul li {
    margin: 0 12px;
  }
  .hdr-btn a {
    font-size: 15px;
    padding: 12px 25px 12px 55px;
  }
  .hdr-btn a::before {
    left: 23px;
    transform: scale(0.9);
  }
}
@media screen and (max-width: 1240px) {
  .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .header-sec {
    padding: 10px 0;
  }
  /* .logo img { max-width: 242px; height: 42px; } */
  .top-menu ul li {
    margin: 0 6px;
  }
  .top-menu ul li a {
    font-size: 13px;
  }
  .hdr-btn a {
    font-size: 13px;
    padding: 11px 16px 11px 46px;
  }
  .hdr-btn a::before {
    left: 20px;
    transform: scale(0.8);
  }
}

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

  .showhide {
    display: block;
  }
  button.showhide {
    display: block;
  }
  button.showhide {
    background: transparent;
    border: none;
    width: 40px;
    height: 30px;
    padding: 0px 2px;
    cursor: pointer;
    
  }
  span.menuBar.menuBar-3 {
    margin: 0;
  }
  span.menuBar.menuBar-2{
    margin-left: 8px;
  }

  button.showhide span {
    width: 100%;
    height: 2px;
    background-color: #efd3a1;
    display: block;
    margin-bottom: 3px;
    margin: 0 0 10px;
  }
  .header-sec {
    padding: 10px;
    width: 100%;
  }
  .mobinav button.menuClose {
    margin-left: auto;
    margin-bottom: 30px;
    width: 30px;
    height: 30px;
    border: none;
    background: #254d42;
    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-menu,
  .header-btn {
    display: none;
  }
  .logo-container {
    display: block;
  }
    .header-btn.mbl {
        display: block;
        width: max-content;
        margin: 0 auto;
    }
  .header-btn.mbl .cmn-btn {
    font-size: 17px;
    padding: 16px 45px;
  }
}

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

  .header-btn .cmn-btn {
    font-size: 22px;
    padding: 20px 37px 20px 66px;
  }
  .main-navigation ul li {
    margin: 0 62px 0 0;
  }
  .header-btn .cmn-btn::after {
    left: 32px;
  }
  .main-navigation {
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  .header-sec .container {
    max-width: 1200px;
  }

  /* .logo a img { max-width: 250px; } */
      .header-sec {
        padding: 29px 0;
    }
  .main-navigation ul li a {
    font-size: 18px;
  }
  .main-navigation ul li {
    margin: 0 48px 0 0;
  }
  .header-btn .cmn-btn {
    font-size: 18px;
    padding: 16px 30px 16px 54px;
  }
  .header-btn .cmn-btn::after {
    left: 24px;
    transform: scale(0.9);
  }

  .cmn-btn {
    font-size: 18px;
    padding: 16px 42px;
  }
}
@media screen and (max-width: 1240px) {
  .header-sec .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .logo a img {
    max-width: 220px;
  }
  .main-navigation ul {
    padding-top: 0;
  }
  .main-navigation ul li a {
    font-size: 16px;
  }
  .main-navigation ul li {
    margin: 0 29px 0 0;
  }
  .header-btn .cmn-btn {
    font-size: 16px;
    padding: 16px 20px 16px 38px;
  }
  .header-btn .cmn-btn::after {
    left: 14px;
    transform: scale(0.8);
  }
}
@media screen and (max-width: 980px) {
  .header-sec .container {
    max-width: 670px;
    padding: 0 20px;
  }

}

@media screen and (max-width: 680px) {
  .header-sec .container {
    max-width: 410px;
    padding: 0 15px;
  }



}

/* banner */

.hmbanner-sec {
  padding: 319px 0 216px;
  background-image: url(images/banner-bg-img.webp);
  background-repeat: no-repeat;
}
.hmbanner-sec .container {
  max-width: 1350px;
  width: 100%;
  margin: auto;
}
.hmbanner-cnt {
  width: 100%;
  margin: auto;
  text-align: center;
}
.hmbanner-sec .banner-title {
    font-family: "Libre Bodoni";
    color: #ffffff;
    font-size: 85px;
    font-weight: 400;
    line-height: 1.44;
    letter-spacing: -2.6px;
    margin: 0 0 56px;
}
.title-future {
  font-weight: 400;
  font-size: 97px;
  font-family: "Satisfy";
}
.title-most {
  font-weight: 400;
  font-size: 97px;
  font-family: "Satisfy";
  position: relative;
  z-index: 0;
}
.hmbanner-sec .banner-title .title-most::after {
  position: absolute;
  content: "";
  background-image: url(images/Graphic_Element.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 559px;
  height: 65px;
  left: -25px;
  top: 15px;
  bottom: 0;
  margin: auto;
  z-index: -1;
}

/* Home banner Section Responsive Start's Here */
@media screen and (max-width: 1700px) {
  .hmbanner-sec .container {
    max-width: 1440px;
  }

  .hmbanner-sec {
    padding: 300px 0 200px;
  }
  .hmbanner-sec .banner-title {
    font-size: 80px;
    margin: 0 0 50px;
  }
}
@media screen and (max-width: 1500px) {
  .hmbanner-sec .container {
    max-width: 1200px;
  }

  .hmbanner-sec {
    padding: 280px 0 170px;
  }
  .hmbanner-sec .banner-title {
    font-size: 70px;
    margin: 0 0 42px;
  }
  .title-future,
  .title-most {
    font-size: 84px;
  }
  .hmbanner-sec .banner-title .title-most::after {
    width: 498px;
    height: 58px;
  }
}
@media screen and (max-width: 1240px) {
  .hmbanner-sec .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .hmbanner-sec {
    padding: 200px 0 130px;
  }
  .title-future,
  .title-most {
    font-size: 70px;
  }
  .hmbanner-sec .banner-title {
    font-size: 52px;
    margin: 0 0 32px;
  }
}
@media screen and (max-width: 980px) {
  .hmbanner-sec .container {
    max-width: 750px;
  }

  .hmbanner-sec {
    padding: 272px 0 80px;
  }
  .hmbanner-sec .banner-title {
    font-size: 45px;
    margin: 0 0 22px;
    line-height: 1.219;
  }
  .title-future,
  .title-most {
    font-size: 60px;
  }
  .hmbanner-sec .banner-title .title-most::after {
    width: 378px;
    height: 45px;
  }
}
@media screen and (max-width: 767px) {
  .hmbanner-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .hmbanner-sec {
    padding: 200px 0 50px;
  }
  .hmbanner-sec .banner-title {
    font-size: 42px;
    margin-bottom: 25px;
  }
  .title-future,
  .title-most {
    font-size: 42px;
  }

      .hmbanner-sec .banner-title .title-most::after {
        width: 321px;
        height: 38px;
        left: -35%;
    }

  .hmbanner-cnt {margin: auto;}

  
}

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

  .hmbanner-sec {padding: 272px 0 160px;}

  .hmbanner-sec .banner-title {font-size: 64px;margin-bottom: 54px;letter-spacing: -1.92px;line-height: 1.13;}
  .title-future, .title-most {font-size: 64px;line-height: 1.23;}
  strong.title-most{display: block;}
  .title-future:nth-child(2) {margin: -8px 0 9px 0;display: block;}
  .hmbanner-sec .banner-title .title-most::after {width: 380px;height: 65px;left: -34px;background-image: url(images/bnr-hdng-mbl-bfr.webp);background-repeat: no-repeat;top: 24px;left: 0;right: 0;margin: auto;}
  .banner-btn .cmn-btn {font-size: 16px;letter-spacing: 0;padding: 18px 40px 14px;}

}


@media screen and (max-width: 412px) {
  
  
  .hmbanner-sec .banner-title, .title-future, .title-most {font-size: 40px;letter-spacing: -1px;margin-bottom: 40px;}
  .title-most{display: block;}
  .title-future:nth-child(2) {margin: 0px 0 9px 0;}
  .hmbanner-sec {padding: 210px 0 70px;}
      .hmbanner-sec .banner-title .title-most::after{width: 280px;height: 49px;left: 0;right: 0;margin: auto;top: 8px;}
  .banner-btn .cmn-btn{line-height: 1.1;padding: 18px 30px 14px;}
  



}

/* Home banner Section Responsive Ends's Here */

/* Home Worried Sec */

.hm-worried-sec {
  padding: 202px 0 100px;
  background-color: #f0ebdf;
}
/*.hm-worried-sec .container{ max-width: 1770px; width: 100%; margin: 0 0 0 auto; } */
.hm-worried-sec .container {
  width: 100%;
  margin: 0 0 0 auto;
}
.hm-worried-list {
  display: flex;
  justify-content: space-between; /* align-items: center; */
}
.hm-worried-lft {
  width: 44.7%;
  padding: 58px 0 0;
}
.hm-worried-rgt {
  width: 50.2%;
}

.text-title {
  font-family: "Satisfy";
  font-weight: 400;
  font-size: 83px;
  line-height: 1;
  letter-spacing: -2.5px;
  color: #274f43;
  margin: 0 0 22px 0;
  position: relative;
}
.text-heading {
  font-family: "Libre Bodoni";
  font-weight: 400;
  font-size: 64px;
  line-height: 1.3;
  letter-spacing: -1.3px;
  color: #274f43;
  position: relative;
  margin: 0 0 31px 0;
}
.text-title::after {
  position: absolute;
  content: "";
  background-image: url(images/worried-element-img.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 849px;
  height: 65px;
  left: -30px;
  top: 30px;
}
p, li {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #111111;
    margin: 0 0 32px 0;
}

.hm-worried-sec .container {
  max-width: 100%;
}
.hm-worried-list {
  padding-left: 7%;
}

/* Home Worried Section Responsive Start's Here */

@media screen and (max-width: 1900px){
    .text-title {
    font-size: 74px;
  }
  .text-heading {
    font-size: 54px;
  }
  p,
  li {
    font-size: 18px;
    margin: 0 0 25px 0;
  }
  .text-title::after {
    width: 749px;
    height: 57px;
  }
  .hm-worried-lft {
       padding: 50px 0 0;
}
}



@media screen and (max-width: 1800px) {
  /*   .hm-worried-sec .container {
        max-width: 1500px;
    }*/

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

  .hm-worried-sec {
    padding: 150px 0 85px;
  }
  .text-title {
    font-size: 68px;
  }
  .text-title::after {
    width: 684px;
    height: 52px;
    left: -18px;
    top: 26px;
  }
  .text-heading {
    font-size: 50px;
    margin: 0 0 24px 0;
  }
  p,
  li {
    font-size: 18px;
    line-height: 1.4;
    margin: 0 0 20px 0;
  }
}
@media screen and (max-width: 1500px) {
  /*   .hm-worried-sec .container {
        max-width: 1200px;
    }*/

  .hm-worried-sec {
    padding: 110px 0 60px;
  }
  .hm-worried-rgt {
    width: 46.2%;
  }
  .hm-worried-lft {
    width: 50%;
    padding: 30px 0 0;
  }
  .text-title {
    font-size: 60px;
    margin: 0 0 16px 0;
  }
  .text-title::after {
    width: 616px;
    height: 48px;
    top: 22px;
  }
  .text-heading {
    font-size: 42px;
    margin: 0 0 16px 0;
  }
  p {
    margin: 0 0 12px 0;
  }
}
@media screen and (max-width: 1440px) {
  p,
  li {
    font-size: 16px;
  }
  .text-title {
    font-size: 55px;
    margin: 0 0 16px 0;
  }
  .text-heading {
    font-size: 42px;
  }
  .text-title::after {
    width: 544px;
    height: 41px;
  }
}
@media screen and (max-width: 1240px) {
  .hm-worried-sec .container {
    /*        max-width: 970px;
        */
    padding: 0;
  }
.hm-austin-sec .container {
    padding: 0;
}
  .hm-worried-sec {
    padding: 90px 0 40px;
  }
  .text-title {
    font-size: 50px;
    margin: 0 0 10px 0;
  }
  .text-title::after {
    width: 500px;
    height: 38px;
    top: 20px;
  }
  .text-heading {
    font-size: 34px;
    margin: 0 0 12px 0;
  }
  p,
  li {
    font-size: 15px;
  }
  .hm-worried-lft {
    padding: 16px 0 0;
  }
}
@media screen and (max-width: 980px) {
  .hm-worried-sec .container {
    max-width: 750px;
    margin: auto;
  }

  .hm-worried-sec {
    padding: 50px 0 30px;
  }
  .hm-worried-list {
    margin: 0 auto;
    padding: 0;
  }
  .hm-worried-rgt-img {
    margin-bottom: 30px;
  }


  .text-title {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .text-heading {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1.2;
  }
      .hm-worried-lft .text-heading {
        font-size: 28px;
        margin: 0 0 15px;
    }
  p {
    line-height: 1.5;
    letter-spacing: 0;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .hm-worried-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .text-title {font-size: 35px;}
  .hm-worried-lft .text-heading {font-size: 25px;}
  .text-heading {font-size: 26px;}

}

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


  .hm-worried-sec {
    padding: 120px 0 79px;
    /* background-color: #fff; */
  }



    .hm-worried-list {
    margin: 0 auto;
    padding: 0;
    flex-direction: column-reverse;
    width: 100%;
    text-align: center;

}

.hm-worried-sec .text-title {font-size: 48px;letter-spacing: -1.44px;line-height: 1.35;text-align: center;margin: 0 0 7px;}
    .hm-worried-sec .text-title::after{background-image: url(images/hm-worried-title-bfr.webp);width: 380px;height: 64px;left: 0;top: 0;right: 0;margin: auto;background-size: 100% 100%;}
.hm-worried-rgt-img {margin-bottom: 50px;}

.hm-worried-lft .text-heading {font-size: 48px;text-align: center;line-height: 1.1;margin: 0 0 35px;}
  .hm-worried-list p {font-size: 18px;letter-spacing: 0.1px;line-height: 1.78;padding: 0 14px;margin: 0 0 32px;}
    .hm-worried-rgt {
        width: 100%;
    }

    .hm-worried-lft {
        padding: 0;
        width: 100%;
    }






}

@media screen and (max-width: 412px) {
  .text-title {
    margin-bottom: 15px;
  }
  p,
  li {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .cmn-btn {
    font-size: 16px;
    padding: 14px 25px 14px 25px;
  }

  .hm-worried-sec {padding: 80px 0 60px;}
  .hm-worried-rgt-img {margin-bottom: 30px;}
  .hm-worried-sec .text-title {font-size: 44px;letter-spacing: -0.5px;}

  .hm-worried-sec .text-title::after{width: 290px;height: 70px;}
  .hm-worried-lft .text-heading {font-size: 40px;}
  .hm-worried-list p{line-height: 1.5;}


}

/* Home Worried Section Responsive Ends's Here */

/* Home Austin Sec */

.hm-austin-sec {
    padding: 87px 0 107px;
    background-color: #f0ebdf;
}
.hm-austin-sec .container {
/*  max-width: 1820px;*/
  width: 100%;
  margin: 0 auto 0 0;
  max-width: 100%;
}
.hm-austin-list {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    padding-right: 4.7%;
}
.hm-austin-rgt {
  width: 54.8%;
  padding: 0px 0 0 0;
}
.hm-austin-lft {
  width: 40.7%;
}
.hm-austin-rgt ul li {
  margin: 0 0 10px;
}
.hm-austin-sec .text-title::after {
  right: 0;
  left: 100px;
  margin: auto;
  top: 15px;
  bottom: 0;
}
.hm-austin-sec .text-title {
    font-size: 84px;
    padding-left: 0;
    margin: 0 0 33px 0;
    position: relative;
    text-align: left;
    padding-right: 88px;
    text-indent: 229px;
    width: fit-content;
}
.hm-austin-sec .text-title strong{font-weight: 400;}
.hm-austin-sec p {
  padding-left: 43px;
  padding-right: 22px;
}
.hm-austin-rgt p:last-child{
  margin-bottom: 0 !important;
}
.hm-austin-sec .hm-austin-rgt ul li {
  padding: 0;
  margin: 0 0 0px;
}
.hm-austin-sec .text-heading {
  line-height: 0.9;
  letter-spacing: -1.3px;
  margin: 0 0 40px 0;
}
.hm-austin-sec .hm-austin-rgt ul {
  margin: 0px 0 0 73px;
  padding: 9px 0 0 0;
}

/* Home Austin Section Responsive Start's Here */
@media screen and (max-width: 1900px) {
.hm-austin-sec .text-title {
    font-size: 74px;text-indent: 169px;}


}
@media screen and (max-width: 1800px) {
/*  .hm-austin-sec .container {
    max-width: 1500px;
  }*/
}
@media screen and (max-width: 1700px) {
/*  .hm-austin-sec .container {
    max-width: 1440px;
  }*/

  .hm-austin-sec {
    padding: 80px 0;
  }
  .hm-austin-sec .text-title {
    font-size: 72px;
    padding-right: 80px;
    text-indent: 135px;
  }
  .hm-austin-sec p {
    padding-left: 32px;
    padding-right: 0;
  }
  .hm-austin-sec .hm-austin-rgt ul {
    margin: 0px 0 0 56px;
    padding: 0;
  }
}
@media screen and (max-width: 1500px) {
  /*.hm-austin-sec .container {
    max-width: 1200px;
  }*/

  .hm-austin-sec {
    padding: 60px 0;
  }
  .hm-austin-sec .text-title {
    font-size: 58px;
    padding-right: 66px;
    margin: 0 0 20px 0;
  }
  .hm-austin-sec .text-heading {
    margin: 0 0 25px 0;
  }
  .hm-austin-sec p {
    padding-left: 18px;
  }
  .hm-austin-sec .hm-austin-rgt ul {
    margin: 0px 0 0 45px;
  }
  .hm-austin-sec .hm-austin-rgt ul li {
    font-size: 17px;
  }
.hm-austin-sec .text-title::after {
      margin: 0;
    top: 15px;
    bottom: 0;
    width: 583px;
    height: 43px;
    left: auto;
}


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

  .hm-austin-sec {
    padding: 40px 0;
  }
  .hm-austin-sec .text-heading {
    margin: 0 0 17px 0;
  }
  .hm-austin-sec .text-title {
    font-size: 46px;
    padding-right: 50px;
    margin: 0 0 14px 0;
  }
  .hm-austin-sec .text-title::after {
    left: 60px;
    width: 448px;
    height: 34px;
  }
  .hm-austin-sec .hm-austin-rgt ul li {
    font-size: 15px;
  }
  .hm-austin-sec p {
    padding-left: 12px;
  }
  .hm-austin-sec .hm-austin-rgt ul {
    margin: 0px 0 0 34px;
  }

  .hm-austin-sec .text-title {
    text-indent: 112px;}
}
@media screen and (max-width: 980px) {
  .hm-austin-sec .container {
    max-width: 750px;
    margin: auto;
  }

  .hm-austin-sec {
    padding: 0 0 50px 0;
  }
.hm-austin-list{padding: 0;}
    .hm-austin-sec .text-heading {
        line-height: 1;
        letter-spacing: 0;
        margin: 0 0 20px 0;
        font-size: 25px;
    }
  .hm-austin-sec .text-title {
    font-size: 40px;
    margin: 0 0 20px 0;
    padding: 0;
    text-align: left;
    text-indent: 0;
  }
      .hm-austin-sec .text-title::after {
        left: 0;
    }
  .hm-austin-sec p {
    padding: 0;
  }
  .hm-austin-sec .hm-austin-rgt ul {
    margin: 0px 0 0 20px;
    padding: 0;
  }

      .hm-austin-sec .text-title::after {
        left: 0;
        width: 310px;
        height: 30px;
    }

}
@media screen and (max-width: 767px) {
  .hm-austin-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }
    .hm-austin-sec .text-title::after {left: -10px;}
  .text-title::after {width: 320px;height: 27px;top: 4px;}

  .hm-austin-sec .text-title::after {left: 60px;width: 280px;height: 30px;top: 6px;left: -20px;}
}
  @media screen and (max-width: 680px){

        .hm-austin-sec {
        padding: 0 0 50px 0;
        /* background-color: #fff; */
    }
        .hm-austin-sec .text-title {
        font-size: 48px;
        margin: 0 auto 69px;
        letter-spacing: -1.44px;
        line-height: 1.23;
        text-align: center;
        width: 100%;
    }

    .hm-austin-sec .text-title strong{display: block;}

      .hm-austin-list {
        flex-direction: column;
        gap: 46px;
        width: 100%;
        margin: auto;
    }
  .hm-austin-lft, .hm-austin-rgt{width: 100%;text-align: center;}
    .text-title::after {
        width: 320px;
        height: 27px;
        top: 8px;
    }

        .hm-austin-sec .text-heading {
        line-height: 1.1;
        letter-spacing: -0.94px;
        margin: 0 0 17px 0;
        font-size: 48px;
    }

  .hm-austin-sec .text-title::after{
        background-image: url(images/hm-worried-title-bfr.webp);
        width: 380px;
        height: 112px;
        left: 0 !important;
        top: 14px;
        background-size: 100% 100%;
  right: 0;
        margin: auto;
  }

  .hm-austin-sec p {
        font-size: 18px;
        line-height: 1.77;
        margin: 0 0 33px;
  }

        .hm-austin-sec .hm-austin-rgt ul {
        margin: -20px 0 0 26px;
        padding: 0;
    }

.hm-austin-sec .hm-austin-rgt ul li {
        font-size: 18px;
        text-align: left;
        line-height: 1.77;
    }



  }

@media screen and (max-width: 412px) {
      .hm-austin-sec .text-title {
        font-size: 42px;
        margin: 0 auto 30px;
        letter-spacing: -1px;
    }
  .hm-austin-sec .hm-austin-rgt ul {
    margin: 0px 0 0 12px;
  }

  .text-title::after {width: 100%;}
  .hm-austin-list{gap: 35px;}

  .hm-austin-sec .text-heading{font-size: 42px;}
  .hm-austin-sec .text-title::after{width: 283px;height: 82px;}
  .hm-austin-sec p {font-size: 18px;line-height: 1.6;margin: 0 0 25px;}


}

/* Home Austin Section Responsive Ends's Here */

/* Home Plan Sec */

.hm-plan-sec {
  padding: 100px 0 135px;
  background-color: #f0ebdf;
}
.hm-plan-sec .container {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto 0 140px;
}
.title-creat {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 28px;
  line-height: 1;
  letter-spacing: -0.7px;
  color: #274f43;
  margin: 0 0 16px 0;
}
.hm-plan-main {
  display: flex;
  justify-content: space-between;
}
.hm-plan-lft {
  width: 46.9%;
}
.hm-plan-rgt {
  width: 45%;
}
.hm-plan-rgt-item {
  position: relative;
  padding: 0px 0 0 89px;
  counter-increment: hm-plan-rgt-item;
  margin: 0 0 55px 0;
}
.hm-plan-rgt-item::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100px;
  background-color: #898989;
  top: 58px;
  left: 34px;
}
.hm-plan-rgt-item:before {
  position: absolute;
  content: "0" counter(hm-plan-rgt-item) "";
  left: 7px;
  top: -13px;
  font-family: "DM Sans";
  font-weight: 900;
  font-size: 48px;
  line-height: 1;
  letter-spacing: 0px;
  color: #274f43;
}

.hm-plan-sec .text-title {
    font-size: 84px;
    letter-spacing: -2.5px;
    margin: 0 0 15px 0;
    position: relative;
}
.hm-plan-sec .text-title::after {
  left: -65px;
  top: 19px;
  width: 689px;
  height: 65px;
  background-image: url(images/plan-bfr-img.webp);
}
.hm-plan-sec .text-heading {
    letter-spacing: -1.3px;
    margin: 0 0 18px 0;
}
.hm-plan-lft p {
    letter-spacing: -0.5px;
    line-height: 1.6;
    margin-bottom: 31px;
}
.hm-plan-rgt-items {
  padding: 26px 0 0 0;
}
.hm-plan-sec .hm-plan-rgt-item p {
  letter-spacing: -0.4px;
  line-height: 1.58;
  margin: 0;
}
.hm-plan-rgt-item:last-child {
  margin-top: 87px;
}
.hm-plan-rgt-item:last-child:after {
  display: none;
}

/* Home Plan Section Responsive Start's Here */
@media screen and (max-width: 1800px) {
  .hm-plan-sec .container {
    margin: auto;
    max-width: 1500px;
  }
}
@media screen and (max-width: 1700px) {
  .hm-plan-sec .container {
    margin: auto;
    max-width: 1440px;
  }

  .hm-plan-sec {
    padding: 80px 0 110px;
  }
  .hm-plan-sec .text-title {
    font-size: 72px;
  }
  .hm-plan-sec .text-title::after {
    left: -23px;
    top: 19px;
    width: 540px;
    height: 55px;
  }
  .hm-plan-rgt-item:before {
    font-size: 45px;
  }
  .hm-plan-rgt-item::after {
    top: 48px;
  }
}
@media screen and (max-width: 1500px) {
  .hm-plan-sec .container {
    margin: auto;
    max-width: 1200px;
  }

  .hm-plan-sec {
    padding: 60px 0 80px;
  }
  .hm-plan-rgt-item:before {
    font-size: 40px;
    top: -5px;
  }
  .hm-plan-rgt-item::after {
    top: 64px;
  }
  .hm-plan-sec .text-title::after {
    left: -12px;
    width: 515px;
    height: 52px;
  }
  .hm-plan-lft {
    width: 48.9%;
  }
  .hm-plan-rgt-items {
    padding: 18px 0 0 0;
  }
  .hm-plan-rgt {
    width: 47%;
  }
  .title-creat {
    font-size: 26px;
    margin: 0 0 12px 0;
  }
  .hm-plan-rgt-item:before {
    font-size: 38px;
    top: -4px;
    left: 0;
  }
  .hm-plan-rgt-item {
    padding: 0px 0 0 66px;
    margin: 0 0 37px 0;
  }
  .hm-plan-rgt-item:last-child {
    margin-top: 0;
  }
  .hm-plan-rgt-item::after {
    left: 26px;
    top: 44px;
  }
}
@media screen and (max-width: 1240px) {
  .hm-plan-sec .container {
    margin: auto;
    max-width: 970px;
    padding: 0 10px;
  }

  .hm-plan-sec {
    padding: 50px 0;
  }
  .hm-plan-sec .text-title {
    font-size: 58px;
  }
  .hm-plan-sec .text-title::after {
    left: -10px;
    width: 440px;
    height: 42px;
  }
  .hm-plan-sec .text-heading {
    margin: 0 0 14px 0;
  }
  .title-creat {
    font-size: 24px;
    margin: 0 0 10px 0;
  }
  .hm-plan-rgt-item:before {
    font-size: 35px;
    top: -5px;
  }
  .hm-plan-rgt-item {
    padding: 0px 0 0 56px;
    margin: 0 0 30px 0;
  }
  .hm-plan-rgt-item::after {
    left: 25px;
    top: 44px;
    height: 75px;
  }
}
@media screen and (max-width: 980px) {
  .hm-plan-sec .container {
    margin: auto;
    max-width: 750px;
  }

  .hm-plan-sec .text-title {
    font-size: 52px;
  }
      .hm-plan-sec .text-title::after {
        left: -10px;
        width: 310px;
        height: 31px;
        top: 5px;
    }
    .hm-plan-sec .text-heading br{display: none;}

  .hm-plan-lft p {
    letter-spacing: 0;
    line-height: 1.4;
    margin-bottom: 16px;
  }
  .hm-plan-sec {
    padding: 0 0 40px 0;
  }
  .hm-plan-rgt {
    width: 49%;
  }
  .hm-plan-rgt-item:before {
    font-size: 30px;
    top: -2px;
  }
  .hm-plan-rgt-item {
    padding: 0px 0 0 48px;
    margin: 0 0 20px 0;
  }
  .title-creat {
    font-size: 20px;
  }
  .hm-plan-sec .hm-plan-rgt-item p {
    line-height: 1.48;
    font-size: 16px;
  }

}
@media screen and (max-width: 767px) {
  .hm-plan-sec .container {
    max-width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
  .hm-plan-sec {
    padding: 0 0 50px 0;
  }
  .hm-plan-main {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
  .hm-plan-lft,
  .hm-plan-rgt {
    width: 100%;
    padding: 0;
  }
  .hm-plan-sec .text-title {
        font-size: 35px;
        letter-spacing: 0;
  }
  .hm-plan-sec .text-heading {
    font-size: 30px;
  }
  .hm-plan-sec .text-heading {font-size: 30px;}
  .hm-plan-lft p {
    letter-spacing: 0;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .hm-plan-rgt-item {
    padding: 0px 0 0 65px;
    margin: 0 0 35px 0;
  }
  .hm-plan-rgt-item:before {
    top: -3px;
    font-size: 36px;
  }
  .title-creat {
    font-size: 24px;
  }
  .hm-plan-rgt-item:last-child {
    margin: 0;
  }
}


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

.hm-plan-main{width: 100%;margin: auto;text-align: center;}

.hm-plan-sec {
  padding: 60px 0 109px 0;
}
.hm-plan-sec .text-title {
  font-size: 48px;
  letter-spacing: -1.44px;
  margin: 0 0 49px;
  z-index: 0;
}

  .hm-plan-sec .text-heading br {
  display: block;
}

.hm-plan-sec .text-title::after {
  left: -10px;
  width: 380px;
  height: 65px;
  top: 5px;
  background-image: url(images/bnr-hdng-mbl-bfr.webp);
  right: 0;
  margin: auto;
  z-index: -1;
}

.hm-plan-sec .text-heading {
  font-size: 48px;
  letter-spacing: -1px;
  line-height: 1.11;
  margin: 0 0 43px;
}

.hm-plan-lft p {
  letter-spacing: 0.1px;
  line-height: 1.76;
  margin: 0 0 35px;
  font-size: 18px;
}

   .hm-plan-rgt-item:before {
  top: 1px;
  font-size: 45px;
}
.hm-plan-rgt-items{text-align: left;padding: 12px 0 0 0;}

  .title-creat {
  font-size: 28px;
  letter-spacing: -0.9px;
  line-height: 1.36;
  margin: 0 0 15px;
}

.hm-plan-sec .hm-plan-rgt-item p {
  line-height: 1.77;
  font-size: 18px;
  letter-spacing: 0.1px;
}

  .hm-plan-rgt-item {
  padding: 0px 0 0 83px;
  margin: 0 0 43px 0;
}

  .hm-plan-rgt-item::after {
  left: 25px;
  top: auto;
  height: 75%;
  bottom: -10px;
}

.hm-plan-rgt-item:last-child{
padding-top: 12px;
}
.hm-plan-rgt-item:last-child:before{top: 9px;}




}


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

  
  .hm-plan-sec .text-title::after {width: 290px;height: 54px;left: -8px;top: 0;}
  .hm-plan-sec .text-title {font-size: 42px;letter-spacing: -1px;margin: 0 0 38px;}
  .hm-plan-sec .text-heading {letter-spacing: -1px;margin: 0 0 30px;font-size: 40px;}
  .hm-plan-sec {padding: 40px 0 60px 0;font-size: 40px;}
  .hm-plan-lft p{line-height: 1.6;margin: 0 0 30px;}
  .hm-plan-rgt-item:before {font-size: 40px;}
  .title-creat {font-size: 26px;line-height: 1.2;}



}

/* Home Plan Section Responsive Ends's Here */

/* Home Legal Section */

.hm-legal-sec {
  padding: 75px 0; /* background-color: #274F43; */
  background-image: url(./images/legal-service-bg.png);
}
.hm-legal-sec .container {
  max-width: 1737px;
  width: 100%;
  margin: auto;
}
.hm-legal-list {
  display: flex;
  justify-content: space-between;
}
.hm-legal-sec .text-heading {
  color: #ffffff;
  text-align: center;
  letter-spacing: -1.5px;
  margin: 0 0 18px 0;
}
.hm-legal-sec p {
  color: #ffffff;
  margin: 0 0 17px 0;
}
.hm-legal-sec .text-title {
  color: #efd3a1;
  text-align: center;
  letter-spacing: -2.1px;
  margin: 0 0 55px 0;
  z-index: 2;
}
.hm-legal-main .text-title::after {
  background-image: url(images/legal-service-txt-bfr.webp);
  width: 39%;
  left: 0;
  top: 20px;
  right: 0;
  margin: auto;
  z-index: -1;
  pointer-events: none;
}
.title-civil {
  font-family: "Libre Bodoni";
  font-weight: 400;
  font-size: 40px;
  line-height: 1.18;
  letter-spacing: -0.9px;
  color: #ffffff;
  margin: 0 0 9px 0;
}
.hm-legal-item .cmn-btn {
  color: #efd3a1;
  text-transform: capitalize;
  background-color: transparent;
  padding: 0;
}
.hm-legal-item .cmn-btn:hover {
  color: #fff;
}

.hm-legal-item {
  padding: 0px 0 0 0;
  position: relative;
  width: 22.8%;
}
.legal-image {
  margin-bottom: 71px;
  padding-top: 18px;
}
.hm-legal-item.item-estate:first-child .legal-image {
  padding: 0;
}

/* Home Legal Section Responsive Start's Here */
@media screen and (max-width: 1800px) {
  .hm-legal-sec .container {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1700px) {
  .hm-legal-sec .container {
    max-width: 1440px;
  }

  .hm-legal-sec {
    padding: 80px 0;
  }
  .legal-image {
    margin-bottom: 58px;
    padding-top: 10px;
  }
  .title-civil {
    font-size: 32px;
  }
  .hm-legal-item {
    width: 23.6%;
  }
}
@media screen and (max-width: 1500px) {
  .hm-legal-sec .container {
    max-width: 1200px;
  }

  .hm-legal-sec {
    padding: 60px 0;
  }
  .hm-legal-sec .text-title {
    margin: 0 0 44px 0;
  }
  .hm-austin-sec .text-title::after {
    left: 55px;
  }
  .legal-image {
    margin-bottom: 50px;
  }
  .hm-legal-item p br{display: none;}
  .title-civil {
    font-size: 30px;
  }
}
@media screen and (max-width: 1240px) {
  .hm-legal-sec .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .hm-legal-sec {
    padding: 50px 0;
  }
  .hm-legal-sec .text-title {
    margin: 0 0 30px 0;
  }
  .hm-legal-main .text-title::after {
    top: 15px;
    width: 41%;
  }

  .hm-legal-item.item-estate .legal-image {width: 100%;max-width: 130px;min-height: 140px;margin: 0 auto 20px;}

  .hm-legal-item.item-estate .legal-image img{width: 100%;display: block;}

  .hm-legal-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
  }
      .hm-legal-item {
        width: 47.6%;
        padding: 15px;
    }

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

  .hm-legal-list.owl-carousel .owl-dots {
    padding: 20px 0 0;
    text-align: center;
  }
  .hm-legal-list.owl-carousel button.owl-dot {
    background-color: #efd3a1;
    border-radius: 50%;
    padding: 6px !important;
    margin: 0 10px 0 0;
  }
  .hm-legal-list.owl-carousel button.owl-dot.active {
    background-color: #efd3a1;
    outline: 1px solid #efd3a1;
    outline-offset: 2px;
  }
  .hm-legal-item {
    width: 100%;
    max-width: 330px;
    margin: auto;
    border: 0;
  }

      .legal-image {
        text-align: center;
        width: 100%;
        max-width: 110px;
        margin: 0 auto 30px;
    }

  .hm-legal-main .text-title::after{display: block!important;}
}
@media screen and (max-width: 767px) {
  .hm-legal-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .hm-legal-sec {
    padding: 50px 0;
  }
  .hm-legal-sec .text-title {
    letter-spacing: -1px;
    margin: 0 0 25px 0;
  }
  .hm-legal-main {
    width: 100%;
    margin: 0 auto;
  }
  .hm-legal-list {
    flex-direction: column;
    justify-content: center;
    gap: 20px;
  }
  .hm-legal-item .legal-image {
    max-width: 125px;
    margin-bottom: 30px;
    padding: 0;
  }
  .title-civil {
    font-size: 26px;
    line-height: 1;
    margin-bottom: 15px;
  }
  .hm-legal-sec p br {
    display: none;
  }
  .hm-legal-item .cmn-btn {
    font-size: 19px;
  }
}


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

      .hm-legal-sec {
        padding: 109px 0 113px;
    }
      .hm-legal-sec .text-heading {
        font-size: 48px;
        line-height: 1.4;
        margin: 0 0 13px;
    }

  .hm-legal-main .text-title::after {width: 380px;height: 47px;background-size: 100% 100%;}
     .hm-legal-sec .text-title {
        font-size: 48px;
        margin: 0 0 74px;
    }
    .hm-legal-item {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .hm-legal-item.item-estate .legal-image {
        max-width: fit-content;
        min-height: auto;
        margin: 0 0 67px;
    }

    .title-civil {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 10px;
        letter-spacing: -0.8px;
    }

    .hm-legal-sec p {
    margin: 0 0 15px 0;
    font-size: 18px;
    line-height: 1.76;
    letter-spacing: 0.1px;
}

.hm-legal-item .cmn-btn {letter-spacing: 0.5px;}

  .hm-legal-list{gap: 59px;}

}





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

  .hm-legal-sec {padding: 60px 0 80px;}
  .hm-legal-sec .text-heading {font-size: 42px;line-height: 1.3;letter-spacing: -1px;}
  .hm-legal-main .text-title::after {width: 280px;height: 45px;background-size: 100% 100%;top: 0;}
  .hm-legal-sec .text-title {font-size: 42px;margin: 0 0 40px;}
  .hm-legal-item.item-estate .legal-image{margin: 0 0 50px;}
  .title-civil{font-size: 34px;}
  .hm-legal-sec p {font-size: 17px;line-height: 1.6;}



}

/* Home Legal Section Responsive Ends's Here */

/* Home About Section */

.hm-about-sec {
  padding: 202px 0 137px;
  background-color: #f0ebdf;
}
.hm-about-sec .container {
  max-width: 1357px;
  width: 100%;
  margin: auto;
}
.hm-about-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hm-about-rgt {
  width: 49.4%;
	padding: 39px 0 0;
}
.hm-about-lft {
  width: 41.9%;
}
.hm-about-sec .text-title::after {
  left: -120px;
  right: 0;
  top: 24px;
  margin: auto;
  background-image: url(./images/about-txt-bfr.webp);
  width: 100%;
}
.hm-about-rgt p {
  margin: 0;
}
.hm-about-rgt .text-title {
  position: static;
		padding: 0 0 0 15px;
}
.hm-about-lft-img {
  position: relative;
}
.hm-about-lft-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #efd3a1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  transform: rotate(89deg);
  pointer-events: none;
}

.hm-about-sec .text-heading {
    letter-spacing: -1.9px;
    margin: 0 0 25px 0;
    line-height: 1;
}

/* Home About Section Responsive Start's Here */
@media screen and (max-width: 1700px) {
  .hm-about-sec .container {
    max-width: 1440px;
  }

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

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

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

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

  .hm-about-sec .text-title::after{display: block!important;left: 0;top: 10px;}
}
@media screen and (max-width: 767px) {
  .hm-about-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .hm-about-sec {
    padding: 50px 0;
  }
  .hm-about-main {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
  }
  .hm-about-lft,
  .hm-about-rgt {
    width: 100%;
    padding: 0;
  }
	
	.hm-about-lft{max-width:380px;margin:auto;}

.hm-about-sec .text-title::after{
      background-position: center;}
  .hm-about-rgt p br {
    display: none;
  }
  .hm-about-sec .text-heading {
    letter-spacing: -0.3px;
    margin: 0 0 20px 0;
    line-height: 1;
    font-size: 35px;
    text-align: center;
  }
      .hm-about-rgt .text-title {
        font-size: 35px;
    }
      .hm-about-rgt .text-title {
        font-size: 35px;
    }
  .hm-about-rgt p {
    text-align: center;
  }
  .hm-about-rgt .text-title {
    font-size: 50px;
  }
	
	.hm-about-lft-img img{width:100%;display:block;}
	
}


@media screen and (max-width: 680px) {
    .hm-about-sec {
        padding: 119px 0 30px;
        /* background-color: #fff; */
    }

        .hm-about-rgt .text-title {
        font-size: 48px;
    }
	
	

    .hm-about-rgt .text-title {
        font-size: 48px;
        padding-left: 20px;
        letter-spacing: -1.4px;
    }

        .hm-about-rgt p {
        font-size: 20px;
        line-height: 1.7;
    }

        .hm-about-sec .text-heading {
        font-size: 48px;
        letter-spacing: -1.25px;
        margin: 0 0 38px;
    }

  .hm-about-sec .text-title::after {background-position: center;width: 377px;height: 65px;background-size: 100% 100%;top: 0;}
    .hm-about-main{gap: 56px;}



  }

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

  
  .hm-about-sec {padding: 70px 0 30px;}
  .hm-about-main {gap: 40px;}
  .hm-about-sec .text-heading {font-size: 42px;letter-spacing: -1px;margin: 0 0 25px;}
  .hm-about-rgt p {font-size: 18px;line-height: 1.6;}
  .hm-about-sec .text-title::after{top: 10px;width: 285px;height: 64px;}


}

/* Home About Section Responsive Ends's Here */

/* Home Testimonials Section */
.hm-testimonials-item p {
    line-height: 1.6;
}
 

.page_default .hm-testimonials-sec{padding-bottom:0;}

.hm-testimonials-sec {
  padding: 58px 0 310px;
  background-color: #f0ebdf;
}
.hm-testimonials-sec .container {
  max-width: 1490px;
  width: 100%;
  margin: auto;
}
.hm-testimonials-sec .text-heading {
  text-align: center;
  margin-bottom: 45px;
}
.hm-testimonials-item {
    max-width: 1125px;
    margin: 0 auto;
    position: relative;
    padding: 42px 12px 0 78px;
}
.hm-testimonials-item::before {
    position: absolute;
    content: "";
    background-image: url(./images/testimonials-bfr-img.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 62px;
    height: 44px;
    left: 0px;
    top: 0px;
}

.hm-testimonials-sec .owl-carousel .owl-nav button.owl-next,
.hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev, 
.page_default.review_page .owl-carousel .owl-nav button{
  position: absolute;
  top: 0;
  bottom: -50px;
  margin: auto;
  width: 40px;
  height: 20px;
  font-size: 0;
}
.hm-testimonials-sec .owl-carousel .owl-nav button.owl-next, .page_default.review_page .owl-carousel button.owl-next {
  background-image: url(./images/rit-arrow-icn.webp);
  right: 0;
  left: inherit;
}
.hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev, .page_default.review_page .owl-carousel button.owl-prev {
  background-image: url(./images/lft-arrow-icn.webp);
  left: 0;
  right: inherit;
}

/* Home Testimonials Section Responsive Start's Here */
@media screen and (max-width: 1700px) {
  .hm-testimonials-sec .container {
    max-width: 1440px;
  }

  .hm-testimonials-sec {
    padding: 80px 0 190px;
  }
  .hm-testimonials-sec .text-heading {
    margin-bottom: 22px;
  }
  .testi-para {
    font-size: 28px;
  }
  .testi-title {
    font-size: 22px;
  }
}
@media screen and (max-width: 1500px) {
  .hm-testimonials-sec .container {
    max-width: 1200px;
  }

  .hm-testimonials-sec {
    padding: 60px 0 140px;
  }
  .hm-testimonials-item {
    max-width: 820px;
    padding: 36px 0 0 74px;
  }
  .testi-para {
    font-size: 22px;
    line-height: 1.4;
  }
  .hm-testimonials-item::before {
    transform: scale(0.8);
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next,
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev {
    bottom: -40px;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev {
    left: 50px;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next {
    right: 50px;
  }
}
@media screen and (max-width: 1240px) {
  .hm-testimonials-sec .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .hm-testimonials-sec {
    padding: 20px 0 110px;
  }
  .hm-testimonials-item {
    max-width: 700px;
    padding: 27px 0 0 58px;
  }
  .hm-testimonials-item::before {
    transform: scale(0.7);
  }
  .testi-para {
    font-size: 21px;
  }
  .testi-title {
    font-size: 20px;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next {
    right: 45px;
  }
}
@media screen and (max-width: 980px) {
  .hm-testimonials-sec .container {
    max-width: 750px;
  }

  .hm-testimonials-item {
    max-width: 590px;
  }
  .testi-para {
    font-size: 19px;
    margin: 0 0 16px 0;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev {
    left: 22px;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next {
    right: 22px;
  }
  .testi-title {
    font-size: 19px;
  }
  .hm-testimonials-sec {
    padding: 20px 0 80px;
  }
  .hm-testimonials-sec .text-heading {
    margin-bottom: 10px;
  }
  .hm-testimonials-item::before {
    transform: scale(0.6);
  }
}
@media screen and (max-width: 767px) {
  .hm-testimonials-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .hm-testimonials-sec {
    padding: 0 0 50px 0;
  }
  .hm-testimonials-sec .text-heading {
    font-size: 35px;
    margin: 0 0 0px 0;
  }
  .hm-testimonials-list {
    margin: 0 auto;
  }
  .hm-testimonials-item {
    padding: 28px 0 0 27px;
    width: 100%;
  }
  .testi-para {
    font-size: 20px;
    line-height: 1.5;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .testi-title {
    font-size: 23px;
    text-align: center;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next,
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev {
    position: relative;
    bottom: 0;
  }
  .hm-testimonials-sec .owl-nav {
    text-align: center;
    margin-top: 20px !important;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev {
    left: -20px;
  }
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next {
    right: -20px;
  }
}



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


       .hm-testimonials-sec {
        padding: 30px 0 107px 0;
        /* background-color: #fff; */
    }

  .hm-testimonials-sec .text-heading {font-size: 48px;margin: 0 0 30px 0;}

  .hm-testimonials-item {padding: 88px 60px 0;width: 100%;}

      .hm-testimonials-item::before {
        transform: scale(1);
        left: 0;
        right: 0;
        margin: auto;
        top: 20px;
    }

    .hm-testimonials-item p{
      font-weight: 300;
      font-size: 18px;
    }

    .testi-title{font-size: 24px!important;}
        .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev {
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }

        .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next {
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
    }


}

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

  .hm-testimonials-sec .text-heading {font-size: 42px;margin: 0 0 20px 0;}
  .hm-testimonials-item {padding: 75px 10px 0;}
  .hm-testimonials-item::before {transform: scale(0.9);top: 12px;}

.hm-testimonials-sec {padding: 30px 0 60px 0;}
  .hm-testimonials-sec .owl-carousel .owl-nav button.owl-prev, .hm-testimonials-sec .owl-carousel .owl-nav button.owl-next{top: auto;}
  .testi-title {font-size: 22px !important;}

}

/* Home Testimonials Section Responsive Ends's Here */

/* footer Top Section */

.hmftr-top-sec {
  padding: 75px 0 65px;
  background-image: url(./images/legal-service-bg.png);
  border-bottom: 1px solid #ffffff54;
}
.hmftr-top-sec .container {
  max-width: 1630px;
  width: 100%;
  margin: auto;
}
.hmftr-top-list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.hmftr-list-lft {
  width: 58%;
}
.hmftr-list-lft .text-title::after {
  display: none;
}
.hmftr-list-lft p {
    margin-bottom: 0;
    font-size: 32px;
    color: #fff;
    line-height: 1.5;
    letter-spacing: 0.1px;
}
.hmftr-top-sec .text-title {
  font-size: 54px;
  color: #efd3a1;
  margin: 0 0 10px 0;
  letter-spacing: 0px;
}
.footer-top-cont {
  display: flex;
  color: #fff !important;
  justify-content: space-around;
}

/* Home footer Top Section Responsive Start's Here */
@media screen and (max-width: 1800px) {
  .hmftr-top-sec .container {
    max-width: 1500px;
  }

  .hmftr-top-sec .text-title {
    font-size: 50px;
  }
  .hmftr-list-lft p {
    font-size: 30px;
  }
}
@media screen and (max-width: 1700px) {
  .hmftr-top-sec .container {
    max-width: 1440px;
  }

  .hmftr-top-sec .text-title {
    font-size: 48px;
  }
  .hmftr-list-lft p {
    font-size: 28px;
  }
}
@media screen and (max-width: 1500px) {
  .hmftr-top-sec .container {
    max-width: 1200px;
  }

  .hmftr-top-sec .text-title {
    font-size: 46px;
  }
  .hmftr-list-lft p {
    font-size: 26px;
  }
  .hmftr-top-sec {
    padding: 80px 0;
    background-image: url(./images/legal-service-bg.png);
    border-bottom: 1px solid #ffffff54;
  }
  .hmftr-list-lft {
    width: 62%;
  }
  .hmftr-top-sec .text-title {
    font-size: 42px;
  }
  .hmftr-list-lft p {
    font-size: 22px;
  }

  .cmn-btn {
    font-size: 17px;
    padding: 15px 30px;
  }
}
@media screen and (max-width: 1240px) {
  .hmftr-top-sec .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .hmftr-top-sec {
    padding: 70px 0;
  }
  .hmftr-top-sec .text-title {
    font-size: 32px;
  }
  .hmftr-list-lft p {
    font-size: 19px;
  }
  .cmn-btn {
    font-size: 16px;
  }
}
@media screen and (max-width: 980px) {
  .hmftr-top-sec .container {
    max-width: 750px;
  }

  .hmftr-top-sec {
    padding: 50px 0;
  }
  .hmftr-top-sec .text-title {
    font-size: 28px;
  }
  .hmftr-list-lft p {
    font-size: 17px;
  }
  .ftr-btn .cmn-btn {
    font-size: 15px;
    padding: 14px 24px;
  }
}
@media screen and (max-width: 767px) {
  .hmftr-top-sec .container {
    max-width: 100%;
    padding: 0 15px;
  }
  .hmftr-top-sec {
    padding: 50px 0;
  }
  .hmftr-top-list {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    gap: 30px;
  }
  .hmftr-list-lft,
  .hmftr-list-rgt {
    width: 100%;
    padding: 0;
  }
  .hmftr-list-lft p {
    font-size: 22px;
    line-height: 1.5;
  }
  .hmftr-top-sec .text-title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}


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

      .hmftr-top-sec {
        padding: 120px 0;
    }

  .hmftr-top-list{text-align: center;gap: 64px;}
  .hmftr-top-sec .text-title {font-size: 48px;}
      .hmftr-top-sec .text-title {
        font-size: 48px;
        margin-bottom: 30px;
        line-height: 1.3;
    }

    .ftr-btn .cmn-btn {
        font-size: 16px;
        padding: 17px 39px;
    }

  .hmftr-list-lft p {font-size: 20px;line-height: 1.5;}



}








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

  
  .hmftr-top-sec {padding: 70px 0;}
  .hmftr-top-sec .text-title{font-size: 42px;}
  .hmftr-list-lft p {font-size: 18px;}
  .ftr-btn .cmn-btn {padding: 17px 30px;}
  .hmftr-top-list {gap: 35px;}



}

/* Home footer Top Section Responsive Ends's Here */

/* Footer Section Starts */

.site-footer {
  padding: 60px 0 42px;
  background-image: url(./images/legal-service-bg.png);
}
.site-footer .container {
  max-width: 1640px;
  margin: auto;
}
.ftr-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
} 
.ftr-lft-block {
  width: 32.3%;
}
.ftr-logo {
  max-width: 350px;
  width: 100%;
  margin-bottom: 53px;
}
.ftr-itm {
  width: 69.2%;
  margin: 0 0 0 auto;
}
.ftr-about a {
  display: inline-block;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #fff;
  text-decoration: none;
  margin: 0 0 30px;
  padding-left: 43px;
  position: relative;
}
.ftr-about a:hover {
  color: #efd3a1;
}

.ftr-about a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}
.ftr-about.phn a::before {
  background-image: url(./images/call-icn.webp);
}
.ftr-about.mail a::before {
  background-image: url(./images/mail-icn.webp);
}
.ftr-about.mail {
  margin-bottom: 22px;
}
.soc-icons-main {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 37px;
  width: 46%;
}
.soc-icons-main a {
  display: block;
  font-size: 0;
  /* width: 33px; height: 33px; background-repeat: no-repeat; background-size: contain; background-position: center;  */
}
.soc-icons-main a.facebook {
  background-image: url(./images/fb-icn.webp);
  width: 17px;
}
.soc-icons-main a.twitter {
  background-image: url(./images/insta-icn.webp);
}
.soc-icons-main a.linkedin {
  background-image: url(./images/linedin-icn.webp);
}

.soc-icons-main a img.icon-hover{display: none;}

.soc-icons-main a:hover img{display: none;}

.soc-icons-main a:hover img.icon-hover{display: block;}

.soc-icons-main a:hover {
  transition: all 0.3s ease-in-out;
}

.ftr-right-block {
  display: flex;
  justify-content: space-between;
  width: 41%;
  padding-top: 37px;
}
.ftr-quick-links,
.service-menu {
  width: 45%;
}
.ftr-quick-links .ftr-menu-title,
.service-menu .ftr-menu-title {
  font-family: "Dm Sans";
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #efd3a1;
  margin: 0 0 24px;
}
.ftr-quick-links ul,
.service-menu ul {
  padding: 0;
  margin: 0;
}
.ftr-quick-links ul li a, .service-menu ul li a {
    display: inline-block;
    font-family: "DM Sans";
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
    margin: 0 0 22px;
    padding: 0;
    cursor: pointer;
}
.ftr-quick-links ul li a:hover,
.service-menu ul li a:hover {
  color: #efd3a1;
}
.ftr-quick-links ul li,
.service-menu ul li {
  margin: 0 0 0;
  list-style: none;
}
.ftr-links p,
.digital-logo p {
  font-family: "DM Sans";
  font-size: 13px;
  line-height: 1.5;
  letter-spacing: 0;
  text-align: center;
  color: #b8b8b8;
  margin: 0 0 45px;
}
.digital-logo p {
  margin: 0;
  border-right: 2px solid #f1d3a0;
  padding-right: 20px;
  margin-right: 20px;
}
.digital-logo,
.digital-logo a {
  font-family: "DM Sans";
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0;
  color: #b8b8b8;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
}
.digital-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Footer Section Responsive Start's Here */
@media screen and (max-width: 1800px) {
  .site-footer .container {
    max-width: 1500px;
  }
}
@media screen and (max-width: 1700px) {
  .site-footer .container {
    max-width: 1440px;
  }
}
@media screen and (max-width: 1500px) {
  .site-footer .container {
    max-width: 1200px;
  }

  .site-footer {
    padding: 50px 0 30px;
  }
  .ftr-list {
    margin-bottom: 50px;
  }
  .ftr-quick-links ul li a,
  .service-menu ul li a {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .ftr-quick-links .ftr-menu-title,
  .service-menu .ftr-menu-title {
    font-size: 22px;
    margin: 0 0 18px;
  }
  .ftr-logo {
    max-width: 370px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1240px) {
  .site-footer .container {
    max-width: 970px;
    padding: 0 10px;
  }

  .site-footer {
    padding: 40px 0 20px;
  }
  .ftr-about.phn a::before,
  .ftr-about.mail a::before {
    transform: scale(0.8);
  }
  .ftr-about a {
    margin: 0 0 22px;
    padding-left: 40px;
    font-size: 19px;
  }
  .ftr-quick-links ul li a,
  .service-menu ul li a {
    font-size: 15px;
    margin: 0 0 16px;
    line-height: 1.3;
  }
  .ftr-list {
    margin-bottom: 30px;
  }
  .soc-icons-main {
    width: 100%;
    gap: 27px;
  }
  .soc-icons-main a {
    transform: scale(0.8);
  }
  .soc-icons-main a:hover {
    transform: scale(0.9);
  }
  .ftr-links p {
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 980px) {
  .site-footer .container {
    max-width: 750px;
  }

  .ftr-about.phn a::before,
  .ftr-about.mail a::before {
    transform: scale(0.7);
  }
  .ftr-itm {
    width: 76.2%;
  }
  .ftr-about a {
    margin: 0 0 18px;
    padding-left: 38px;
    font-size: 18px;
  }
  .ftr-about.mail {
    margin-bottom: 12px;
  }
  .soc-icons-main {
    width: 100%;
    gap: 20px;
  }
  .soc-icons-main a {
    transform: scale(0.7);
  }
  .soc-icons-main a:hover {
    transform: scale(0.8);
  }
  .ftr-right-block {
    width: 46%;
    padding-top: 10px;
  }
  .ftr-quick-links .ftr-menu-title,
  .service-menu .ftr-menu-title {
    font-size: 20px;
    margin: 0 0 14px;
  }
  .ftr-quick-links ul li a,
  .service-menu ul li a {
    margin: 0 0 10px;
  }
  .ftr-list {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .site-footer .container {
    max-width: 100%;
    padding: 0 15px;
  }

  .site-footer {
    padding: 50px 0 30px;
  }
  .ftr-list {
    flex-direction: column;
    justify-content: center;
    max-width: 380px;
    margin: 0 auto 25px;
    gap: 40px;
  }
  .ftr-lft-block,
  .ftr-right-block {
    width: 100%;
    padding: 0;
  }
  .ftr-itm {
    width: 100%;
    margin: 0 0 0 auto;
  }
  .ftr-logo {
    max-width: 350px;
    width: 100%;
    margin-bottom: 30px;
  }
  .ftr-quick-links,
  .service-menu {
    width: 100%;
  }
  .ftr-about a::before {
    transform: scale(0.8);
  }
  .ftr-about.mail {
    margin-bottom: 10px;
  }
  .ftr-about a {
    font-size: 20px;
    line-height: 1;
    margin: 0 0 30px;
    padding-left: 40px;
  }
  .soc-icons-main a {
    transform: scale(0.9);
  }
  .soc-icons-main a:hover {
    transform: scale(1);
  }
  .ftr-quick-links ul li a,
  .service-menu ul li a {
    margin: 0 0 18px 0;
    line-height: 1.2;
  }
  .ftr-quick-links .ftr-menu-title,
  .service-menu .ftr-menu-title {
    font-size: 22px;
    margin: 0 0 20px;
  }
  .ftr-links p {
    margin: 0 0 20px;
  }
  .copyrights {
    margin: auto;
  }
  .digital-logo {
    flex-direction: column;
    gap: 13px;
  }
  .digital-logo p {
    border: none;
    padding: 0;
    margin: 0;
  }
  .soc-icons-main {
    width: 100%;
  }
}


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


  .site-footer {padding: 120px 0 51px;}

  .ftr-logo {max-width: 100%;margin-bottom: 71px;}

  .ftr-itm{padding: 0 0 0 27px;}
  .ftr-about.phn a::before, .ftr-about.mail a::before {transform: scale(0.8);top: -2px;}

  .soc-icons-main a {transform: scale(1);}

  .ftr-about.mail {margin-bottom: 25px;}

  .soc-icons-main {width: 100%;margin-left: 7px;gap: 36px;}

  .ftr-right-block{display: none;}

  .ftr-links p {margin: 0 0 40px;line-height: 1.54;letter-spacing: 0;}

    .digital-logo p{font-size: 14px;}

    .copyrights{padding: 91px 0 0;}

}




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

  
    .site-footer {padding: 60px 0 30px;}
    .ftr-logo {margin-bottom: 50px;}
  .ftr-itm {padding: 0 0 0 15px;}
  .ftr-about a{font-size: 17px;line-height: 1;margin: 0 0 27px;padding-left: 36px;}
  .copyrights {padding: 40px 0 0;}


}

/* Footer Section Responsive Ends's Here */



/* Innerpages  */

.page_bnr {
    padding: 255px 0 156px;
    background-image: url(images/page_bnr_img.webp);
    background-repeat: no-repeat;
    background-size: cover;
}

.page_title {
    width: 100%;
    max-width: 690px;
    margin: auto;
}

.page_bnr h1, .page_bnr h2 {
    font-family: "Satisfy";
    font-weight: 400;
    font-size: 96px;
    line-height: 1;
    letter-spacing: -2.72px;
    color: #fff;
    text-align: center;
    margin: 0;
    position: relative;
    z-index: 0;
}
 

.page_bnr h1::after, .page_bnr h2::after {
    position: absolute;
    content: "";
    background-image: url(images/Graphic_Element.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 559px;
    height: 65px;
    left: 0px;
    right: 0;
    bottom: 11px;
    margin: auto;
    z-index: -1;
}

.page_default {
    background-color: #F0EBDF;
    padding: 190px 0;
}

.page_default .container{
  width: 100%;
  max-width: 1350px;
  margin: auto;
}


.genpg-rite.full-width {
  width: 100%;
}


.genpg-rite h1,
.genpg-rite h2,
.genpg-rite h3,
.genpg-rite h4,
.genpg-rite h5,
.genpg-rite h6 {
  font-family: "Libre Bodoni";
  font-weight: 400;
  line-height: 1.1;
  margin: 0 0 20px;
  color: #274F43;
}

  .genpg-rite h1,
  .genpg-rite h2 {
    font-size: 64px;
  }

  .genpg-rite h3 {
    font-size: 48px;
  }



  .genpg-rite h4 {
    font-size: 32px;
  }



  .genpg-rite h5 {
    font-size: 24px;
  }



  .genpg-rite h6 {
    font-size: 18px;
  }



.genpg-rite p, .genpg-rite li {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #111111;
    margin: 0 0 28px 0;
}

  .genpg-rite p strong{
    font-weight: 600;
  }



  .genpg-rite a,
  .genpg-rite li a {
    color:#556b56;
    text-decoration: none;
  }



  .genpg-rite li {
    padding-left: 25px;
    color: #000;
    list-style: none;
    position: relative;
  }

  .genpg-rite ul li:before{
    background: #111111;
    width: 5px;
    height: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 13px;
    border-radius: 50%;
  }

  .genpg-rite li ul {
    padding: 15px 0 0 10px;
    margin: 0;
  }



  .genpg-rite li ul li {
    list-style: none;
  }



  .genpg-rite li ul li:before {
    display: block;
  }



  .page_content .genpg-rite ol,
  .page_content .genpg-rite ul {
    margin: 0 0 25px 0px;
    list-style-position: inside;
    margin: 0;
    padding: 0;
  }



  .page_content .genpg-rite ol {
    list-style-type: decimal;
    margin-left: 25px;
  }



  .page_content .genpg-rite ol li {
    list-style: decimal;
    padding-left: 0 !important;
  }


  .genpg-rite li a:hover,
  .genpg-rite a:hover {
    color: #000;
  }

  .genpg-rite ul li > ul li {
    list-style-type: none;
  }

  .genpg-rite ul li > ul li > ol li {
    list-style-type: decimal;
  }

  .genpg-rite ul li > ul li:before {
    display: block;
  }

  .genpg-rite ul li > ol li {
    list-style-type: decimal;
  }

  .genpg-rite ul li > ol li:before {
    display: none;
  }


  .genpg-rite ul li > ol li > ul li {
    list-style-type: none;
  }



.page_default.inrabt_pg .container{

  width: 100%;
  max-width: 1360px;
  margin: auto;

}
.genpg-rite .inr-about-main {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 54px;
}
.genpg-rite .inr-about-rgt {
    width:50%;
    padding: 0px 10px 0 0;
}
.inr-about-lft {
  width: 41.9%;
}
.genpg-rite .inr-about-main .text-title::after {
    left: -50px;
    top: 24px;
    margin: auto;
    background-image: url(./images/about-txt-bfr.webp);
    width: 684px;
    height: 65px;
}
.genpg-rite .inr-about-rgt p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #111111;
    margin: 0 0 15px 0;
}
.genpg-rite .inr-about-rgt .text-title {
    position: static;
    font-family: "Satisfy";
    font-weight: 400;
    font-size: 84px;
    letter-spacing: -2.52px;
    line-height: 1;
    margin: 0;
    padding: 0 0 0 14px;
}
.genpg-rite .inr-about-main .text-heading {
    margin: 0 0 29px 0;
    line-height: 1;
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 64px;
    letter-spacing: -1.7px;
}
.inr-about-lft-img {
  position: relative;
}
.inr-about-lft-img::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border: 4px solid #efd3a1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  transform: rotate(89deg);
  pointer-events: none;
}


.genpg-rite .inrabt-btm h2{
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 64px;
    line-height: 1.1;
    letter-spacing: -1.3px;
    color: #274F43;
    position: relative;
    margin: 0 0 18px 0;
}

.genpg-rite .inrabt-btm p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: -0.5px;
    color: #111111;
    margin: 0 0 36px 0;
}


/*  Practice areas Section */
.page_default.inr-legal-sec {
    padding: 120px 0;
}
.inr-legal-sec .container {
  max-width: 1737px;
  width: 100%;
  margin: auto;
}
.inr-legal-list {
    display: flex;
    justify-content: space-between;
    padding: 0 17px 0 0;
}
.inr-legal-sec .text-heading {
        font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 64px;
    line-height: 1.3;
  color: #274F43;
  text-align: center;
  letter-spacing: -1.92px;
  margin: 0 0 18px 0;
}

.inr-legal-sec .genpg-rite p {
    color: #111111;
    margin: 0 0 20px 0;
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
}
.inr-legal-sec .text-title {
  font-family: "Satisfy";
  font-weight: 400;
    font-size: 84px;
    line-height: 1;
  color: #274F43;
  text-align: center;
  letter-spacing: -2.52px;
  /* margin: 0 0 70px 0; */
  margin: 0 0 100px 0; 
  z-index: 2;
}
.inr-legal-item:first-child .inr-legal-image {
    padding: 0;
}
.inr-legal-main .text-title::after {
    background-image: url(images/legal-service-txt-bfr.webp);
    width: 648px;
    left: 0;
    top: 20px;
    right: 0;
    margin: auto;
    z-index: -1;
    pointer-events: none;
    height: 68px;
}
.inr-legal-main .title-civil {
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 40px;
    line-height: 1.18;
    letter-spacing: -0.9px;
    color: #274F43;
    margin: 0 0 9px 0;
}

.inr-legal-item .cmn-btn {
    font-family: "Libre Bodoni";
    font-size: 24px;
    font-weight: 400;
    text-decoration: underline;
    color: #274F43;
    text-transform: capitalize;
    background-color: transparent;
    padding: 0;
    letter-spacing: -0.6px;
}
.inr-legal-item .cmn-btn:hover {
  color: #000;
}

.inr-legal-item {
    padding: 0px 0 0 0;
    position: relative;
    width: 22.08%;
}
.inr-legal-image {
    margin-bottom: 69px;
    padding-top: 18px;
}
.inr-legal-item .legal-image {
  padding: 0;
}

.inr-legal-item.one .inr-legal-image {
    padding: 0;
}
/* Testimonials Page */

.page_default.review_page .hm-testimonials-list p{
      font-size: 20px;
    font-style: italic;
    line-height: 1.6;
}


.page_default.review_page .container{
  width: 100%;
  max-width: 1490px;
  margin: auto;
}

.page_default.review_page .text-heading {
    text-align: center;
    margin-bottom: 52px;
}


/* Blog Page  */

.page_bnr .container {
    max-width: 1600px;
    margin: auto;
}

 
.blog_pg .container {
    max-width: 1620px;
    margin: 0 auto;
}
 
.blog_pg .blg-cntblk {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 45px 28px;
    padding: 10px 0 0;
}
 
.blog_pg .post-item {
    width: 32.1%;
    padding: 0 0 40px;
    position: relative;
}
 
.blog_pg .post-item .post-img img {
    width: 100%;
    display: block;
}
 
.blog_pg .post-item .post-cnt {
    padding: 30px 31px 0 0;
}


.blog_pg .post-item .post-cnt .post-meta {
    margin: 0 0 15px;
}
.blog_pg .post-item .post-cnt .post-meta .post-dt {
    color: #9B9572;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0;
    font-family: 'DM Sans';
}
.blog_pg .post-item .post-cnt h4 a {
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 40px;
    line-height: 120%;
    letter-spacing: -0.7px;
    color: #274f43;
    position: relative;
    margin: 0 0 31px 0;
    text-decoration: none;
}
.blog_pg .post-item .post-cnt h4 {
    margin: 0 0 8px;
}
.blog_pg .post-item .post-cnt p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #111111;
    margin: 0 0 15px 0;
}
 
.blog_pg .post-itm-btm .post-btn {
    position: absolute;
    bottom: 10px;
    left: 0px;
}
.blog_pg .post-itm-btm .post-btn a {
    font-family: 'Libre Bodoni';
    display: inline-block;
    text-decoration: underline;
    text-transform: capitalize;
    color: #274f43;
    font-size: 24px;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.3px;
    border-radius: 40px;
    transition: 0.3s;
}

.in-blg-btn button{
  background-color: #274f43;
  color: #fff;
  border:0;
  cursor: pointer;
}

.in-blg-btn button:hover{
  background-color: #fff;
  color:#274f43;
}

 
/* Single Blog */
 
.single-blogpg .container {
    max-width: 1070px;
    margin: auto;
}
 
.single-blogpg .genpg-rite .page-navi {
    display: none;
}
 
.single_defualt_img {
    margin-bottom: 56px;
} 
.single_defualt_img img {
    width: 100%;
    display: block;
}
 
.single-blogpg .post-item {
    width: 100%;
    padding: 0px;
    position: relative;
}
 
.single-blogpg .post-item .post-cnt {
    padding: 30px 10px 0;
}
 
.single-blogpg .post-item .post-cnt .post-meta .post-dt {
    color: #9B9572;
    text-transform: uppercase;
}
 
.single-blogpg .post-item .post-cnt h4 {
    margin: 0 0 20px;
}
.single-blogpg .post-item .post-cnt h4 a {
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    letter-spacing: -1.3px;
    color: #274f43;
    position: relative;
    margin: 0 0 31px 0;
    text-decoration: none;
}
 
.single-blogpg .post-item .post-cnt .post-meta, .single-blogpg .post-item .post-cnt p, .single-blogpg .post-itm-btm .post-btn {
    display: none;
}
 
.sngl-blg-cntblk.owl-carousel .owl-stage, .sngl-blg-cntblk.owl-carousel .owl-item {
    display: flex;
}
 
.sngl-blg-cntblk.owl-carousel .owl-nav {
    display: block !important;
}
.sngl-blg-cntblk.owl-carousel .owl-nav {
    display: flex !important;
    position: absolute;
    top: -66px;
    right: 0;
    gap: 40px;
}
.sngl-blg-cntblk.owl-carousel .owl-nav button.owl-next, 
.sngl-blg-cntblk.owl-carousel .owl-nav button.owl-prev, 
.sngl-blg-cntblk.owl-carousel button.owl-dot {
    background-image: url(images/lft-arrow-icn.webp);
    background-size: auto;
    width: 40px;
    height: 21px;
    background-repeat: no-repeat;
}
.sngl-blg-cntblk.owl-carousel .owl-nav button.owl-next {
    background-image: url(images/rit-arrow-icn.webp);
}
.sngl-blg-cntblk.owl-carousel .owl-nav span {
    font-size: 0;
}
 
.sngl-top-title h2 {
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    letter-spacing: -0.7px;
    color: #274f43;
    position: relative;
    margin: 0 0 47px;
}

.blg-post-dt {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    color: #9B9572;
    letter-spacing: 0;
    text-align: center;
    margin: 30px 0 0;
}

.page_bnr.single-blogbnr h1, .page_bnr.single-blogbnr h2{font-size: 48px;}

.page_bnr.single-blogbnr h1::after, .page_bnr.single-blogbnr h2::after{bottom: -10px;}

/*  Contact Page  */

.page_default.contact_pg .container {
  width: 100%;
  max-width: 1344px;
  margin: 0 auto;
}
.genpg-rite .inn-cont-list {
  display: flex;
  justify-content: space-between;
}
.genpg-rite .inn-cnt-form {
  width: 49%;
}

.genpg-rite .inn-cnt-form.mbl{display: none;}

.genpg-rite .inn-cnt-form.mbl .cntct-frm{display: none;}

.genpg-rite .inn-cont-map {
    width: 38.6%;
    padding: 8px 0 0 0;
}
 
.genpg-rite .inn-cont-sc-icns {
  display: flex;
  justify-content: start;
  align-items: center;
  gap: 31px;
  margin: 0 0 57px;
}
.genpg-rite .inn-cont-sc-icns  a:hover {
    transition: all 0.3s ease-in-out;
}
.genpg-rite .inn-cont-sc-icns a{
	font-size:0;
}

.genpg-rite .inn-cont-sc-icns a:hover img{
  display: none;
}

.genpg-rite .inn-cont-sc-icns a:hover img.icon-hover{
  display: block;
}

.genpg-rite .inn-cont-sc-icns a img.icon-hover
{
  display: none;
}
.genpg-rite .inn-cont-map h4 {
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 32px;
    color: #274f43;
    letter-spacing: -0.32px;
    line-height: 1;
    margin: 0 0 45px;
}
.genpg-rite .inn-cnt-form p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.7;
    letter-spacing: 0.1px;
    color: #111111;
    margin: 0 0 40px 0;
}
.genpg-rite .inn-cont-itm a {
  display: inline-block;
  font-family: "DM Sans";
  font-weight: 500;
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
  color: #111;
  text-decoration: none;
  padding-left: 43px;
  position: relative;
}
.genpg-rite .inn-cont-itm a:hover{
      color: #274f43;
}
.genpg-rite .inn-cont-itm.call {
    margin: 0 0 27px;
}
.genpg-rite .inn-cnt-item {
    margin: 0 0 50px;
}
.genpg-rite .inn-cont-itm a::before {
  content: "";
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}


.genpg-rite .inn-map.mbl{display: none;}
 
 
.genpg-rite .inn-cont-itm.call a:before {
  background-image: url(images/cntct-call-img.webp);
    width: 24px;
  height: 24px;
}
.genpg-rite .inn-cont-itm.mail a:before {
  background-image: url(images/cntct-mail-img.webp);
}
.inn-cnt-form p.gform_required_legend {
  display: none;
}
 
.inn-cnt-form .gform_wrapper {
  margin: 0;
}
 
.inn-cnt-form .gform_wrapper ul.gform_fields ul {
  margin: 0;
  padding: 0;
}
 
.inn-cnt-form .gform_wrapper ul.gform_fields li {
  margin: 0 0 25px 0;
  padding: 0 !important;
}
.inn-cnt-form .gform-footer.gform_footer.top_label {
  width: max-content;
  margin: 40px 0 0;
}
 
.inn-cnt-form .gform_wrapper ul.gform_fields li.form-top {
  margin: 0 0 0 0;
  text-align: left;
}
 
.gform_wrapper ul.gform_fields li.phn {
  margin-right: 0 !important;
}
 
.inn-cnt-form .gform_wrapper .top_label input, .inn-cnt-form .gform_wrapper select, .inn-cnt-form .gform_wrapper .top_label textarea {
    margin: 0px;
    width: 100% !important;
    color: #9b9572;
    outline: 0px;
    position: relative;
    border-radius: 0;
    background: transparent;
    border: 1px solid #9b9572;
    font-size: 16px !important;
    font-family: "DM Sans";
    letter-spacing: 0.5px;
    line-height: 130% !important;
    padding: 19px 33px !important;
    transition: all 0.5s;
    box-shadow: none !important;
    height: auto;
}
.inn-cnt-form .gform_wrapper.gravity-theme .gform_fields {
  grid-row-gap: 25px;
  grid-column-gap: 9%;
}
.inn-cnt-form .gform-theme--foundation .gfield textarea.medium {
  min-block-size: auto;
}
.inn-cnt-form .gform_wrapper .top_label textarea {
    width: 100%;
    height: 60px !important;
    padding: 15px 30px !important;
    resize: none;
}
 
.inn-cnt-form .gform_wrapper .top_label input[type="submit"] {
  background-color: #274f43 !important;
  outline: none !important;
  cursor: pointer;
  transition-duration: 0.5s;
  font-style: normal !important;
  color: #ffffff !important;
  font-size: 20px !important;
  line-height: 1 !important;
  letter-spacing: 0px;
  padding: 19px 42px !important;
  font-family: "DM Sans" !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  height: auto !important;
  margin: 0;
  border-radius: 50px !important;
}
 
.inn-cnt-form .gform_wrapper .top_label input[type="submit"]:hover {
  background-color: #fff !important;
  color: #274f43 !important;
}
 
.inn-cnt-form input::placeholder {
  color: #9b9572;
}
 
.inn-cnt-form input:-ms-input-placeholder {
  color: #9b9572;
}
 
.inn-cnt-form input::-ms-input-placeholder {
  color: #9b9572;
}
 
.inn-cnt-form textarea::placeholder {
  color: #9b9572;
}
 
.inn-cnt-form textarea:-ms-input-placeholder {
  color: #9b9572;
}
 
.inn-cnt-form textarea::-ms-input-placeholder {
  color: #9b9572;
}
 
.inn-cnt-form .gform_wrapper .top_label .gfield_label {
  display: none;
}
 
 
.inn-cnt-form .gform_fields.top_label{
  position: relative;
}
 
.inn-cnt-form  .gform_wrapper .gfield .validation_message.gfield_validation_message, .inn-cnt-form  .gform_wrapper .gfield .instruction.validation_message {
    position: absolute;
    top: 15px;
    background: none;
    padding: 0px;
    line-height: 1;
    color: #ff0000;
    font-size: 13px;
    right: 10px;
    font-weight: 500;
    width: auto;
    border: none;
    pointer-events: none;
    margin: 0;
  }
.inn-cnt-form .gform_wrapper .gfield .instruction.validation_message {
    top: 35px;
}
.inn-cnt-form .gform_validation_errors {
    display: none !important;
}
 
.inn-cnt-form .gform_wrapper .gfield{position: relative;}
 

 .page_default.contact_pg .container{
  width: 100%;
  max-width: 1344px;
  margin: auto;

 }



/* Single Practice Areas */

/* single pracice areas */


.page_bnr.sngl_pract_bnr h1, .page_bnr.sngl_pract_bnr h2 {
    font-size: 64px;
}
 
.page_default.single_prac .container {
  width: 100%;
  max-width: 1076px;
  margin: 0 auto;
}
.genpg-rite .texas-sec {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 68%;
    margin: 11px auto 87px;
}
.genpg-rite .texas-cont h3 {
  font-family: "Libre Bodoni";
  font-weight: 400;
  font-size: 48px;
  margin: 0;
  color: #274f43;
  letter-spacing: 0px;
  line-height: 1.2;
}
.genpg-rite .texas-img {
    width: 25.1%;
}
.genpg-rite .texas-img img {
  width: 100%;
  display: block;
}
.genpg-rite .texas-cont {
    width: 72.2%;
}
.genpg-rite .estate-blk p, .genpg-rite .estate-blk li{
  font-family: "DM Sans";
  font-weight: 400;
  font-size: 20px;
  letter-spacing: 0.1px;
  line-height: 1.7;
  color: #111111;
  margin: 0 0 40px;
}
.genpg-rite .estate-blk h3 {
    font-family: "Libre Bodoni";
    font-weight: 400;
    font-size: 48px;
    color: #274f43;
    letter-spacing: -0.9px;
    line-height: 1.1;
    margin: 0 0 11px;
} 
.genpg-rite .estate-blk h5 {
  font-family: "DM Sans";
  font-weight: 700;
  font-size: 24px;
  letter-spacing: 0px;
  color: #274f43;
  line-height: 1;
  margin: 0 0 30px;
}
.genpg-rite p.cmn-txt {
  margin: 0 !important;
}
.genpg-rite .estate-blk ul {
  margin: 8px 0 0;
  padding: 0;
}
 .genpg-rite .estate-blk li{
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #111111;
  margin: 0 0 10px 0!important;
  position: relative;
  padding-left: 35px;
}
.genpg-rite .estate-blk li:before {
    position: absolute;
    content: "";
    background-color: #111;
    width: 5px;
    height: 5px;
    border-radius: 50px;
    left: 17px;
    top: 11px;
}
.genpg-rite .inn-cmn-test-blk {
    width: 77.4%;
    margin: 0 auto 80px;
    position: relative;
    padding: 10px 0 15px 90px;
    border-left: 6px solid #274f43;
}

.genpg-rite .inn-cmn-test-blk:after {
    position: absolute;
    content: "";
    background-image: url(images/inn-testi-blk-bf.webp);
    background-repeat: no-repeat;
    background-size: contain;
    left: 30px;
    top: 11px;
    width: 32px;
    height: 23px;
}
.genpg-rite .inn-cmn-test-blk p {
    font-family: "DM Sans";
    font-weight: 400;
    font-size: 20px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: #111111;
    font-style: italic;
    margin: 0 0 20px;
} 
.genpg-rite .inn-cmn-test-blk h5 {
  font-family: "DM Sans";
  font-weight: 900;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.1px;
  color: #111111;
  margin:0;
}
.genpg-rite .inn-navigate-blk {
    background-image: url(images/cmn-blk-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 66px 50px 52px;
    text-align: center;
    margin: 100px 0;
    position: relative;
}
.genpg-rite .inn-navigate-blk:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    border: 4px solid #efd3a1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    border-radius: 4px;
    transform: rotate(-1deg);
    pointer-events: none;
}
.genpg-rite .inn-navigate-blk h2 {
  font-family: "Satisfy";
  font-weight: 400;
  font-size: 54px;
  color: #efd3a1;
  line-height: 1.3;
  letter-spacing: 0px;
  margin: 0 0 40px;
}
.genpg-rite .inn-navigate-blk .inn-cmn-call a{
 font-family: "DM Sans";
  font-weight: 700;
  font-size: 64px;
  line-height: 1;
  letter-spacing: 0px;
  color: #fff;
  display: inline-block;
  text-decoration: none;
}
.genpg-rite .inn-navigate-blk .inn-cmn-call a:hover{
  color: #efd3a1;
}


/* Innerpages Responsive  */



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




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

  .inr-legal-sec .container{max-width: 1500px;}
  .inr-legal-sec .genpg-rite p{font-size: 19px;}

}

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

  .inr-legal-sec .container, .blog_pg .container, .page_default.review_page .container{max-width: 1400px;}

  .page_bnr {padding: 230px 0 100px;}
  .page_bnr h1, .page_bnr h2{font-size:70px;}
  .page_bnr h1::after, .page_bnr h2::after{width: 490px;height: 58px;}
  .page_default {padding: 150px 0;}
  .genpg-rite h1, .genpg-rite h2 {font-size: 56px;}
  .genpg-rite h3{font-size: 44px;}
  .genpg-rite p, .genpg-rite li{font-size: 19px;}
  .page_bnr.sngl_pract_bnr h1, .page_bnr.sngl_pract_bnr h2 {font-size: 58px;}

  .genpg-rite .inr-about-main{margin: 0 0 50px;}
  .genpg-rite .inr-about-main .text-heading{font-size: 56px;}
  .genpg-rite .inr-about-rgt p{font-size: 19px;}

  .genpg-rite .inrabt-btm h2{font-size: 56px;}
  .genpg-rite .inr-about-rgt .text-title{font-size: 62px;}
  .genpg-rite .inrabt-btm p{font-size: 19px;}

  .genpg-rite .inr-about-main .text-title::after{width: 634px;height: 61px;}


  .inr-legal-main .title-civil{font-size: 36px;}
  .inr-legal-sec .genpg-rite p {font-size: 18px;}


  .inr-legal-sec .text-heading{font-size: 56px;}
  .inr-legal-sec .text-title{font-size: 62px;}
  .inr-legal-main .text-title::after{width: 478px;height: 49px;}
.page_default.inr-legal-sec {
    padding: 110px 0;
}
.inr-legal-sec .text-title {
    margin: 0 0 90px 0;
}

  .genpg-rite .texas-sec{margin: 0 auto 70px;}
  .genpg-rite .estate-blk p, .genpg-rite .estate-blk li{font-size: 18px;margin: 0 0 30px;}
  .genpg-rite .estate-blk h3{font-size: 44px;}
  .genpg-rite .inn-cmn-test-blk{margin: 0 auto 60px;padding: 10px 0 15px 70px;}
  .genpg-rite .inn-navigate-blk{padding: 70px 50px;margin: 70px 0;}
  .genpg-rite .inn-navigate-blk h2{font-size: 50px;}
  .genpg-rite .inn-navigate-blk .inn-cmn-call a{font-size: 56px;}

  .blog_pg .blg-cntblk { gap: 26px; }
.blog_pg .post-item .post-cnt {padding: 26px 10px 0; }
.blog_pg .post-item .post-cnt .post-meta {margin: 0 0 18px; }
.blog_pg .post-item .post-cnt h4 {margin: 0 0 15px; }
.blog_pg .post-item .post-cnt h4 a {font-size: 35px; }




}

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


  

  .page_default .container, .page_default.inrabt_pg .container, .blog_pg .container, .page_default.review_page .container, .page_default.contact_pg .container{max-width: 1200px;}
  .inr-legal-sec .container {max-width: 1300px;}

  .page-template-practice-areas-page .page_bnr {
    padding: 240px 0 80px;
}

  .page_bnr {padding: 200px 0 80px;}
  .page_bnr h1, .page_bnr h2{font-size: 56px;letter-spacing: -1px;}
  .page_bnr h1::after, .page_bnr h2::after{width: 420px;height: 50px;bottom:5px;}
  .page_default {padding: 110px 0;}
  .genpg-rite h1, .genpg-rite h2{font-size: 45px;}
  .genpg-rite h3 {font-size: 36px;}
  .genpg-rite h4 {font-size: 30px;}
  .genpg-rite p, .genpg-rite li{margin: 0 0 20px 0;font-size: 18px;}
  .genpg-rite li {padding-left: 16px;}
  .genpg-rite ul li:before{top: 11px;}
  .page_bnr.sngl_pract_bnr h1, .page_bnr.sngl_pract_bnr h2 {font-size: 50px;}
  
  .genpg-rite .inr-about-main .text-heading{font-size: 45px;margin: 0 0 25px;}
  .genpg-rite .inr-about-main .text-title::after{width: 494px;height: 48px;}
  .genpg-rite .inr-about-rgt p{font-size: 18px;}
  .genpg-rite .inr-about-main {margin: 0 0 40px;}
  .genpg-rite .inrabt-btm h2{font-size: 45px;}
  .genpg-rite .inr-about-rgt .text-title{font-size: 52px;letter-spacing: -1.5px;}
  .genpg-rite .inrabt-btm p{font-size: 18px;margin: 0 0 30px 0;}
  .inr-legal-image {margin-bottom: 51px;padding-top: 18px;}

  .inr-legal-main .title-civil {font-size: 32px;}
  .inr-legal-item .cmn-btn{font-size: 22px;}
  .inr-legal-sec .genpg-rite p {font-size: 17px;}
  .inr-legal-sec .text-heading {font-size: 42px;}
  .inr-legal-sec .text-title { font-size: 52px; letter-spacing: -1.5px; margin: 0 0 75px 0; }
  .inr-legal-main .text-title::after {width: 438px;height: 45px;top: 10px;}
  .page_default.inr-legal-sec { padding: 90px 0; }


  .genpg-rite .texas-sec {margin: 0 auto 50px;}
  .genpg-rite .estate-blk h3 {font-size: 40px;}
  .genpg-rite .estate-blk h5{font-size: 22px;margin: 0 0 25px;}
  .genpg-rite .estate-blk p, .genpg-rite .estate-blk li {font-size: 17px;margin: 0 0 25px;line-height: 1.7;}
  .genpg-rite .inn-cmn-test-blk {margin: 0 auto 50px;padding: 10px 0 15px 63px;}
  .genpg-rite .inn-cmn-test-blk:after{left: 17px;}
  .genpg-rite .estate-blk .inn-cmn-test-blk h5{margin: 0;}
  .genpg-rite .inn-navigate-blk {padding: 60px 45px;margin: 50px 0;}
  .genpg-rite .inn-navigate-blk h2 {font-size: 46px;}
  .genpg-rite .inn-navigate-blk .inn-cmn-call a {font-size: 44px;}

  .blog_pg .blg-cntblk {gap: 20px; }
.blog_pg .post-item .post-cnt {padding: 20px 10px 0; }
.blog_pg .post-item .post-cnt .post-meta {margin: 0 0 15px; }
.blog_pg .post-item .post-cnt h4 {margin: 0 0 10px; }
.blog_pg .post-item .post-cnt h4 a {font-size: 30px; }
.blog_pg .post-item .post-cnt p { font-size: 18px; }
.blog_pg .post-itm-btm .post-btn a { font-size: 18px; }
.blog_pg .post-item { padding: 0 0 30px; }
.blog_pg .post-itm-btm .post-btn { bottom: 4px; }

.genpg-rite .inn-cnt-form p{font-size: 18px;}
.inn-cnt-form .gform_fields.top_label{gap: 25px;}
.inn-cnt-form .gform-footer.gform_footer.top_label {margin: 30px 0 0;}

}

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

  .inr-legal-sec .container{max-width: 1200px;}
  .inr-legal-image img{width: 160px;}
  .inr-legal-image {margin-bottom: 40px;padding-top: 10px;}
  .inr-legal-main .title-civil {font-size: 28px;}
  .inr-legal-item{width: 23%;}
  .inr-legal-sec .genpg-rite p {font-size: 16px;}
    .inr-legal-item .cmn-btn {font-size: 19px;}

}


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

  .page_default .container, .blog_pg .container, .page_default.inrabt_pg .container, .inr-legal-sec .container, .page_default.single_prac .container, 
  .page_default.review_page .container, .page_default.contact_pg .container{max-width: 970px;}

.page-template-practice-areas-page .page_bnr {
    padding: 220px 0 70px;
}

  .page_bnr {padding: 160px 0 60px;}
  .page_bnr h1, .page_bnr h2{font-size: 45px;}
  .page_bnr h1::after, .page_bnr h2::after{width: 360px;height: 44px;bottom: 2px;}
  .page_default {padding: 90px 0;}
  .genpg-rite h1, .genpg-rite h2 {font-size: 40px;}
  .genpg-rite h3 {font-size: 34px;}
  .genpg-rite h4 {font-size: 28px;}
  .genpg-rite p, .genpg-rite li{font-size: 17px;}
  .genpg-rite ul li:before{top: 10px;}
  .page_title {max-width: 570px;}
  .page_bnr.sngl_pract_bnr h1, .page_bnr.sngl_pract_bnr h2 {font-size: 42px;}
  .genpg-rite .inr-about-main .text-heading{font-size: 40px;margin: 0 0 15px;}
  .genpg-rite .inr-about-rgt .text-title{font-size: 45px;}
  .genpg-rite .inr-about-rgt p{font-size: 16px;}
  .genpg-rite .inr-about-main {margin: 0 0 60px;}
  .genpg-rite .inrabt-btm h2{font-size: 40px;}
  .genpg-rite .inr-about-main .text-title::after {width: 400px;height: 38px;left: -30px;top: 10px;}

  .genpg-rite .inrabt-btm p {font-size: 17px;margin: 0 0 20px 0;}

.page_default.inr-legal-sec { padding: 80px 0; }
  .inr-legal-image {margin-bottom: 20px;}
  .inr-legal-main .title-civil {font-size: 24px;}
  .inr-legal-item {width: 23.5%;}

  .inr-legal-sec .text-heading {font-size: 40px;letter-spacing: -1.5px;}
  .inr-legal-sec .text-title {font-size: 45px;letter-spacing: -1px; margin: 0 0 70px 0;}
    .inr-legal-main .text-title::after{width: 378px;height: 39px;top: 5px;}

  .inr-legal-image img {width: 140px;}

  .genpg-rite .estate-blk h3 {font-size: 35px;}
  .genpg-rite .texas-sec {margin: 0 auto 30px;}
  .genpg-rite .estate-blk p, .genpg-rite .estate-blk li{margin: 0 0 20px;}
  .genpg-rite .estate-blk h3 {font-size: 30px;}
  .genpg-rite .inn-cmn-test-blk {margin: 0 auto 40px;padding: 10px 0 15px 50px;border-width: 4px;}
  .genpg-rite .inn-cmn-test-blk:after{transform: scale(0.9);left: 8px;top: 6px;}
  .genpg-rite .estate-blk h5 {font-size: 20px;margin: 0 0 20px;}
  .genpg-rite .estate-blk .inn-cmn-test-blk h5{margin: 0;}
  .genpg-rite .inn-navigate-blk {padding: 50px 40px;margin: 40px 0;}
  .genpg-rite .inn-navigate-blk h2 {font-size: 40px;margin: 0 0 20px;}
  .genpg-rite .inn-navigate-blk .inn-cmn-call a {font-size: 35px;}


  .blog_pg .blg-cntblk {gap: 15px; }
.blog_pg .post-item .post-cnt {padding: 15px 5px 0; }
.blog_pg .post-item .post-cnt h4 a {font-size: 24px; }
.blog_pg .post-item .post-cnt p {font-size: 15px; line-height: 1.4; }
.blog_pg .post-item {padding: 0 0 25px; }
.blog_pg .post-itm-btm .post-btn a {font-size: 16px; }
.blog_pg .post-itm-btm .post-btn {bottom: 2px; left: 5px; }
.blog_pg .post-item .post-cnt .post-meta .post-dt { font-size: 14px; }
 
.sngl-top-title h2 { font-size: 30px; letter-spacing: -0.5px; position: relative; margin: 0 0 30px; }
.sngl-blg-cntblk.owl-carousel .owl-nav { top: -56px; gap: 20px; }
.single_defualt_img {margin-bottom: 30px; }

.page_default.review_page .text-heading {margin-bottom: 30px;}
.page_default.review_page .hm-testimonials-list p{font-size: 18px;}


.genpg-rite .inn-cnt-form {width: 51%;}
.genpg-rite .inn-cnt-form p {font-size: 17px;margin: 0 0 30px;line-height: 1.5;}
.genpg-rite .inn-cnt-form p br{display: none;}
.genpg-rite .inn-cnt-item {margin: 0 0 30px;}
.genpg-rite .inn-cont-sc-icns a{transform: scale(0.9);margin: -3px;}
.genpg-rite .inn-cont-sc-icns{margin:0 0 35px;}
.inn-cnt-form .gform_wrapper .top_label input, .inn-cnt-form .gform_wrapper select, .inn-cnt-form .gform_wrapper .top_label textarea{padding: 16px 33px !important;font-size: 15px !important;}
.inn-cnt-form .gform_fields.top_label {gap: 18px;}
.genpg-rite .inn-cont-itm a{font-size: 19px;padding-left: 37px;}
.genpg-rite .inn-cont-itm a::before{transform: scale(0.9);top: -3px;}
.genpg-rite .inn-cont-map h4{font-size: 30px;margin: 0 0 25px;}

.inn-cnt-form .gform_wrapper .top_label input[type="submit"]{padding: 15px 36px 13px !important;font-size: 18px !important;}

.genpg-rite .texas-cont h3{font-size: 38px;}

.genpg-rite .inr-about-rgt {width: 53%;padding: 0;}
.genpg-rite .inr-about-main {margin: 0 0 30px;}

}


@media screen and (max-width: 980px) {
  
  .page_default .container, .blog_pg .container, .page_default.inrabt_pg .container, .inr-legal-sec .container, .page_default.single_prac .container, .page_default.review_page .container, 
  .page_default.contact_pg .container{max-width: 750px;padding: 0 15px;}
  .page_bnr h1, .page_bnr h2, .page_bnr.sngl_pract_bnr h1, .page_bnr.sngl_pract_bnr h2{font-size: 40px;letter-spacing: -0.5px;}
  .page_bnr h1::after, .page_bnr h2::after{width: 343px;height: 40px;}
  .page_bnr.single-blogbnr h1, .page_bnr.single-blogbnr h2 {font-size: 38px;}
  .blg-post-dt{font-size: 18px;margin: 20px 0 0;}
  .page_default {padding: 50px 0;}
  .genpg-rite h1, .genpg-rite h2{font-size: 35px;}
  .genpg-rite h3 {font-size: 32px;}
  .genpg-rite h4 {font-size: 26px;}
  .genpg-rite h5 {font-size: 22px;}
  .genpg-rite p, .genpg-rite li{font-size: 16px;}


  .genpg-rite .inr-about-main{flex-direction: column;gap: 20px;margin:0;}
  .inr-about-lft {width: 100%;max-width: 350px;margin: auto;}
  .genpg-rite .inr-about-rgt{width: 100%;}

  .genpg-rite .inr-about-main .text-heading {font-size: 35px; text-align: center;}
  .genpg-rite .inr-about-rgt .text-title {font-size: 40px;letter-spacing: -1px;}
  .genpg-rite .inr-about-main .text-title::after {width: 360px;height: 35px; right: 0;}

  .genpg-rite .inrabt-btm p {font-size: 16px;}

  .genpg-rite .inrabt-btm h2 {font-size: 35px;}


  .inr-legal-sec .text-heading {font-size: 35px;letter-spacing: -1px;}
  .inr-legal-sec .text-title { font-size: 40px; margin: 0 0 60px 0; }
  .inr-legal-main .text-title::after {width: 338px;height: 35px;top: 2px;}
  .inr-legal-list{flex-wrap: wrap;}
  .inr-legal-item {width: 48%;}

  .genpg-rite .texas-sec {margin: 0 auto 20px;}
  .genpg-rite .estate-blk p, .genpg-rite .estate-blk li{line-height: 1.6;font-size: 16px;}
  .genpg-rite .estate-blk h3 {font-size: 26px;    margin: 0 0 15px !important; }
  .genpg-rite .estate-blk p, .genpg-rite .estate-blk li { margin: 0 0 35px; }

  .genpg-rite .inn-navigate-blk h2 {font-size: 35px;}
  .genpg-rite .inn-navigate-blk .inn-cmn-call a {font-size: 30px;}
  .genpg-rite .inn-navigate-blk {padding: 45px 30px;margin: 30px 0;}


  .blog_pg .post-item {width: 100%; max-width: 300px; margin: auto; }
.hm-pract-tp-rit {display: flex; justify-content: center; margin: 0 0 15px; }
.blg-cntblk.owl-carousel .owl-nav {display: flex !important; justify-content: center; align-items: center; width: 100%; gap: 10px; }
.blg-cntblk.owl-carousel button {background-image: url(images/lft-arrow-icn.webp) !important; background-repeat: no-repeat !important; width: 40px; height: 20px; font-size: 0 !important;transform: scale(0.8); }
.blg-cntblk.owl-carousel .owl-nav button.owl-next {background-image: url(images/rit-arrow-icn.webp) !important; }
 
.single_defualt_img {margin-bottom: 20px; }
.sngl-top-title h2 { font-size: 30px; position: relative; margin: 0 0 15px; text-align:center; }
.single-blogpg .post-item {width: 100%; padding: 0px; max-width: 300px; margin: auto; }
.sngl-blg-cntblk.owl-carousel .owl-nav {position: inherit; top: 0; right: 0; gap: 20px; width: 100%; justify-content: center; margin-top: 20px; }
.single-blogpg .post-item .post-cnt {padding: 15px 10px 0; }
.single-blogpg .post-item .post-cnt h4 {margin: 0px; }
.single-blogpg .post-item .post-cnt h4 a { font-size: 22px; margin: 0px; }

.genpg-rite .inn-cont-list{flex-direction: column-reverse;}
.genpg-rite .inn-cont-map{width: 100%;}
.genpg-rite .inn-cnt-form {width: 100%;}
.genpg-rite .inn-map.mbl { display: block; width: 100%; max-width: 350px; margin: 50px auto 0; }
.genpg-rite .inn-map img{width: 100%;display: block;}
.genpg-rite .inn-map.dsktp{display: none;}

.page_title {max-width: 450px;}

.genpg-rite .texas-cont h3{font-size: 30px;}
/* .genpg-rite .inn-cnt-form p {
    display: none;
} */
 .page-template-practice-areas-page .page_bnr {
    padding: 160px 0 70px;
}
    .page_default.inr-legal-sec {
        padding: 60px 0;
    }
}
@media screen and (max-width: 767px) {

  .page_default.general.review_page .hm-testimonials-list {max-width: 100%;padding: 0;}
  .page_default.review_page .owl-carousel button.owl-next, .page_default.review_page .owl-carousel button.owl-prev{position: initial;margin: 0;}
  .page_default.review_page .owl-carousel .owl-nav {display: flex;justify-content: center;align-items: center;gap: 20px;margin: 30px 0 0;}

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

  .page_bnr {padding: 150px 0 40px;}
  .page_title {max-width: 380px;}
    .blg-post-dt {font-size: 16px;}
    .page_bnr h1, .page_bnr h2, .page_bnr.sngl_pract_bnr h1, .page_bnr.sngl_pract_bnr h2{font-size: 34px;}
    .page_bnr h1::after, .page_bnr h2::after{width: 270px;height: 33px;bottom: 4px;}
    .genpg-rite h1, .genpg-rite h2 {font-size: 30px;}
    .page_bnr.single-blogbnr h1, .page_bnr.single-blogbnr h2 {font-size: 32px;}
    .genpg-rite h3{font-size: 28px;}
    .genpg-rite h4{font-size: 25px;}
    .genpg-rite h1, .genpg-rite h2, .genpg-rite h3, .genpg-rite h4, .genpg-rite h5, .genpg-rite h6{margin: 0 0 15px;}
    .genpg-rite ul li:before{top: 9px;}


  .genpg-rite .inr-about-main .text-heading {font-size: 30px;}
  .genpg-rite .inr-about-rgt .text-title {font-size: 35px;letter-spacing: -0.5px;}
  .genpg-rite .inrabt-btm h2 {font-size: 30px;}
  .genpg-rite .inr-about-main .text-title::after {width: 320px;height: 30px;left: -20px;}

  .inr-legal-item {width: 100%;max-width: 320px;margin: 0 auto 20px;padding-bottom: 25px;border-bottom: 1px solid #274d42;}
  .inr-legal-sec .text-heading {font-size: 30px;letter-spacing: -0.5px;}
  .inr-legal-sec .text-title {font-size: 35px;margin: 0 0 45px 0;letter-spacing: 0;}
  .inr-legal-main .text-title::after {width: 290px;height: 30px;top: 7px;}
  .inr-legal-main .title-civil {font-size: 22px;}
  .inr-legal-sec .genpg-rite p {font-size: 15px;}
  .inr-legal-item .cmn-btn {font-size: 18px;}


  .genpg-rite .texas-sec {margin: 0 auto 20px;width: 100%;flex-direction: column;gap: 20px;}
  .genpg-rite .texas-cont {width: 100%;}
  .genpg-rite .estate-blk li{padding-left: 25px;}
  .genpg-rite .estate-blk li:before{left: 7px;top: 10px;}
  .genpg-rite .estate-blk h5 {margin: 0 0 15px;}
  .genpg-rite .estate-blk p, .genpg-rite .estate-blk li {line-height: 1.7;}
  .genpg-rite .inn-cmn-test-blk {margin: 0 auto 24px;padding: 10px 0 15px 45px;border-width: 2px;width: 98%;}
  .genpg-rite .inn-navigate-blk h2{font-size: 30px;}
  .genpg-rite .inn-navigate-blk .inn-cmn-call a {font-size: 26px;}
  .genpg-rite .inn-navigate-blk {padding: 31px 30px;margin:32px 0;}

  .single_defualt_img {margin-bottom: 12px; }
.single_post_cnt p {font-size: 15px; line-height: 1.3; margin-bottom: 15px; }
.sngl-top-title h2 {font-size: 25px; margin: 0 0 10px; }
.sngl-blg-cntblk.owl-carousel .owl-nav button.owl-next, .sngl-blg-cntblk.owl-carousel .owl-nav button.owl-prev, .sngl-blg-cntblk.owl-carousel button.owl-dot { transform: scale(0.8); }
.sngl-blg-cntblk.owl-carousel .owl-nav { gap: 10px; }

.genpg-rite .texas-cont{display: none;} 


/* .genpg-rite .inn-cnt-form.mbl{display: block;} */

/* .genpg-rite .inn-cnt-form-cnt p{display: none;} */

.page_default.inrabt_pg .hm-testimonials-sec {
    background-color: inherit;
}
  }

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


}


.owl-prev, .owl-next {
  display: none !important;
}

.ftr-about.ftr-about.address a:before {
    content: url(/wp-content/uploads/2025/07/solid_map-marker.svg);
    width: 26px;
}