/*!
Theme Name: ABP Law
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
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: abp-law
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.

ABP 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/
*/


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


/*!
 * 	Theme Variables
 * ----------------------------------------------- */

:root {
    --body-font-family: "Poppins", sans-serif;
    --body-font-size: 16px;
    --body-font-weight: 400;
    --body-font-color: #2a445e;
    --body-line-height: 1.5;
    /* --heading-font-family: "Noto Serif Georgian", serif; */
    --heading-font-family: "Georgia", serif;
    --heading-font-color: #1F1F1F;
    --heading-font-weight: 700;
    --link-font-color: #2a445e;
    --link-hover-font-color: #ffb424;
    --button-font-family: "Poppins", sans-serif;
    --button-font-size: 15px;
    --button-font-weight: 400;
    --white-color: #fff;
    --primary-color: #2a445e;
    --secondary-color: #ddcebd;
    --header-text-color: #f6f1eb;
    --btn-line-left: #f6f1eb;
}


/*!
 *	Common
 * ----------------------------------------------- */

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

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    scroll-behavior: smooth;
}

footer,
header,
main,
nav,
section {
    display: block;
}

[tabindex="-1"]:focus:not(:focus-visible) {
    outline: 0 !important;
}

body {
    margin: 0;
    font-family: var(--body-font-family);
    font-size: var(--body-font-size);
    color: var(--body-font-color);
    line-height: var(--body-line-height);
    font-weight: var(--body-font-weight);
    background-color: var(--white-color);
    text-align: left;
    letter-spacing: 0.15px;
}

img {
    max-width: 100%
}

a {
    color: var(--link-font-color);
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
}

p {
    margin-top: 0;
    margin-bottom: 24px;
}

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

ol,
ul,
dl {
    margin-top: 0;
    margin-bottom: 24px;
}

ol,
ul {
    margin-bottom: 0;
}

b,
strong {
    font-weight: bold;
}

img {
    vertical-align: middle;
    border-style: none;
}

button {
    border-radius: 0;
    outline: none;
}

button:focus {
    outline: none;
    outline: none;
}

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

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

[hidden] {
    display: none !important;
}

a>code {
    color: inherit;
}

#wrapper {
    overflow: hidden;
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: var(--heading-font-family);
    color: var(--heading-font-color);
    font-weight: var(--heading-font-weight);
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.0;
}

h1,
.h1 {
    font-size: 70px;
    line-height: 1.0;
}

h2,
.h2 {
    font-size: 55px;
}

h3,
.h3 {
    font-size: 45px
}

h4,
.h4 {
    font-size: 32px
}

h5,
.h5 {
    font-size: 24px;
}

h6,
.h6 {
    font-size: 18px
}

.section {
    padding-top: 20px;
    padding-bottom: 20px;
}

.text-white {
    color: #fff !important;
}


/*!
 *	Grid System
 * ----------------------------------------------- */

.container,
.container-small,
.container-large,
.container-large,
.container-medium,
.container-fuild {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

.container *,
.container-fuild * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1800px;
    margin-left: auto;
    margin-right: auto;
}

.container-small {
    max-width: 1716px;
    margin-left: auto;
    margin-right: auto;
}

.container-large {
    max-width: 1840px;
    margin-left: auto;
    margin-right: auto;
}

.container-medium {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


/*!
 *	Form Styling
 * ----------------------------------------------- */

.btn {
    display: inline-block;
    padding: 17px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    font-family: var(--button-font-family);
    font-size: var(--button-font-size);
    font-weight: var(--button-font-weight);
    cursor: pointer;
    -webkit-transition: all .3s;
    transition: all .3s;
    line-height: 12px;
    text-align: center;
    text-transform: uppercase;
    color: var(--primary-color);
    border-radius: 0px;
}

.btn:focus {
    outline: none;
}

.btn--primary {
    background-color: transparent;
    color: var(--white-color);
    border: 2px solid var(--secondary-color);
}

.btn.btn--primary:hover {
    border: 2px solid #bba387;
    background-color: var(--secondary-color);
    color: #0a1828;
}

.btn--secondary {
    background-color: var(--secondary-color);
    color: #0a1828;
    padding: 27px 50px;
}

.btn.btn--secondary:hover {
    /* padding-right: 65px; */
    color: #0a1828;
    background-color: #bba387;
}

.btn--help {
    padding: 15px 30px 15px 0;
    border-bottom: 2px solid var(--primary-color);
}

.btn--line {
    padding: 15px 30px 15px 0;
    border-bottom: 2px solid var(--primary-color);
}

.btn.btn--line:hover {
    padding-right: 50px;
    border-bottom: 2px solid var(--primary-color);
}

.btn--line-left {
    text-align: right;
    padding: 15px 0 15px 40px;
    color: var(--btn-line-left);
    border-bottom: 2px solid var(--btn-line-left);
}

.btn--line-left:hover {
    padding-left: 50px;
    color: var(--btn-line-left);
    border-bottom: 2px solid var(--btn-line-left);
}


/* .btn:hover {} */


/*!
 *	Header
 * ----------------------------------------------- */

.container--header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}

.header__top {
    padding: 8px 0px;
    background-color: #0a1828;
}

.header__page ul {
    display: flex;
    list-style: none;
    align-items: center;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.header__page ul li:first-child {
    /* padding-right: 10px; */
    margin-right: 15px;
}

.header__page ul li {
    position: relative;
}

.header__page ul li a {
    color: #f6f1eb;
    font-size: 15px;
    font-weight: 380;
    opacity: 0.5;
}

.header__page ul li.active a,
.header__page ul li:hover a {
    opacity: 1;
}

.header__page ul li.active:after {
    content: "";
    position: absolute;
    border-bottom: 1px solid #f6f1eb;
    bottom: 0px;
    left: 0;
    width: 100%;
}

.header__main {
    position: absolute;
    width: 100%;
    z-index: 2;
    padding-top: 25px;
	transition: all 0.25s;
}
.navbar { transition: all 0.25s; }
.navbar ul {
    position: relative;
}

.navbar>ul>li>a {
    position: relative;
    font-size: 15px;
    color: var(--header-text-color);
    font-weight: 380;
}

.navbar>ul>li>a::after {
    content: "";
    position: absolute;
    border-bottom: 0px solid transparent;
    bottom: 20px;
    left: 0px;
    width: 0%;
    height: 2px;
    border-radius: 50px;
    transition: all 0.3s;
}

.navbar>ul>li>a.btn:last-child::after {
    height: 0;
}

.navbar>ul>li>a:hover::after,
.navbar>ul>li.active>a::after {
    background: #ddcebd;
    width: 100%;
}

.navbar>ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 30px;
    justify-content: flex-end;
}

.navbar ul li {
    position: relative;
}

.navbar>ul>li:last-child a {
    color: var(--white-color);
    padding-bottom: 17px;
    font-size: 14px;
}


/* ===submenu===== */

.submenu {
    position: absolute;
    top: 40px;
    left: 0px;
    background-color: #f6f1eb;
    /* padding: 20px; */
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    transition: all .3s;
    /* display: flex; */
    padding-right: 0;
    z-index: 1;
    width: 250px;
}

.navbar ul li:hover .submenu {
    opacity: 1;
    visibility: visible;
}

.submenu__img img {
    max-width: 200px;
    height: 277px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.submenu span {
    font-weight: 600;
    font-size: 16px;
    color: #000;
    line-height: 26px;
    display: inline-block;
    padding-bottom: 16px;
}

.submenu ul {
    padding: 0;
    list-style: none;
}

.submenu__list ul {
    gap: 80px;
}

.submenu ul li {
    /* padding-bottom: 10px; */
}

.submenu ul li:last-child {
    padding-bottom: 0;
}

.expertise-submenu {
    gap: 80px;
    left: -70px;
}

.expertise__list {
    display: flex;
    gap: 70px;
}

.submenu ul li a {
    color: var(--primary-color);
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    width: 100%;
    display: inline-block;
    padding: 12px 15px;
}

.expertise {
    gap: 70px;
}

.training-submenu {
    left: 145px;
    gap: 80px;
}

.resources-submenu {
    left: 205px;
    gap: 80px;
}

.menubar {
    width: 50px;
    height: 50px;
    background: #f6f1eb;
    position: relative;
    cursor: pointer;
    border: none;
    border-radius: 2px;
    z-index: 1000;
    display: none;
}

.menubar span,
.menubar::before,
.menubar::after {
    content: "";
    position: absolute;
    right: 12px;
    height: 3px;
    background-color: #2a445e;
    transition: 0.3s ease;
}

.menubar::before {
    width: 16px;
}

.menubar span {
    width: 20px;
}

.menubar::after {
    width: 25px;
}

.menubar span {
    top: 50%;
    transform: translateY(-50%);
}

.menubar::before {
    top: 16px;
}

.menubar::after {
    bottom: 16px;
}


/*  */

.menubar span,
.menubar::before,
.menubar::after {
    content: "";
    position: absolute;
    right: 12px;
    height: 3px;
    background-color: #2a445e;
    transition: 0.3s ease;
}

.menubar.active span,
.menubar.active::before,
.menubar.active::after {
    left: 12px;
    right: auto;
}

.navbar ul li:nth-child(7) a::after {
    content: none;
}

.navbar>ul>li:last-child {
    margin-left: 15px;
}

.submenu ul li:hover, .submenu ul li a:hover {
    color: var(--primary-color);
    background: #ddcebd;
}


/*  */

.navbar .submenu ul li {
    position: relative;
    /* padding-right: 20px; */
}

.navbar .submenu ul li .submenu {
    top: 0;
    left: 100%;
    display: none;
    position: absolute;
    /* min-width: max-content; */
    background-color: #f6f1eb;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}


/* Show nested submenu on hover */

.navbar .submenu ul li:hover>.submenu {
    display: block;
}


.sticky {
    transition-property: all;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: 150ms;
    position: fixed;
    top: 0;
    width: 100%;
    background-color: #0a1828ba;
    z-index: 12;
    animation: headerSticky .95s ease forwards;
}

@keyframes headerSticky {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
    100% {
        transform: translateY();
    }
}

.header__top .phone-number i {
    color: #ddcebd;
    font-size: 15px;
    margin-right: 5px;
}

.header__top .phone-number a {
    color: #f6f1eb;
    font-size: 15px;
    line-height: normal;
}

.header__top .phone-number img {
    max-width: 19px;
}

.site__logo a img {
    width: 133px;
    height: 74px;
	transition: all 0.25s;
}

.navbar>ul>li>a {
    padding-bottom: 35px;
}


/* ----------- section--hero -------- */

.section--hero {
    background: url(images/banner-img.jpg);
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-top: 200px;
    padding-bottom: 180px;
}

.hero__content {
    position: relative;
    z-index: 1;
    max-width: 50%;
}

.hero__heading>span {
    color: #f6f1eb;
    font-size: 22px;
    margin-bottom: 20px;
    display: inline-block;
    text-transform: uppercase;
}

.hero__heading h1 {
    color: var(--secondary-color);
    text-transform: uppercase;
}

.hero__heading h1 span {
    color: #f6f1eb;
}

.hero__heading .content {
    margin-bottom: 40px;
}

.hero__heading .content p {
    font-size: 18px;
    color: #f6f1eb;
    font-weight: 350;
}

.hero__banner {
    position: absolute;
    right: 20px;
    bottom: 0;
    max-width: 700px;
}


/* ------ Services Section ---- */

.subtitle {
    color: var(--secondary-color);
    font-size: 22px;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 12px;
    letter-spacing: 0.8px;
}

.section--services {
    padding-top: 100px;
    padding-bottom: 50px;
}

.service__flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.service__img {
    width: 50%;
}

.service__content {
    width: 50%;
    padding-right: 70px;
    padding-left: 70px;
}

.service__img img {
    height: 800px;
    object-fit: cover;
    object-position: left;
}

.service__img.whoWeAre img {
    min-height: auto;
}

.whychoose__content.our--values ul li b {
    font-family: 'Georgia', sans-serif;
    text-transform: uppercase;
    font-size: 24px;
    width: 100%;
    display: block;
}

.section__heading h2 {
    color: var(--primary-color);
    text-transform: uppercase;
    font-weight: 750;
}

.section__heading h2 span {
    color: var(--secondary-color);
}

.section__heading p {
    margin-bottom: 30px;
}


/* ========= Compassion Section ====== */

.section--compassion {
    padding-top: 0;
    padding-bottom: 100px;
}

.compassion__flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.compassion__content {
    width: 50%;
    padding-left: 70px;
    padding-right: 70px;
}

.compassion__img {
    width: 50%;
}

.compassion__img img {
    height: 800px;
    object-fit: cover;
    object-position: right;
}


/* ----------section--practice------- */

.section--practice {
    padding: 100px 0;
}

.section--practice .section__heading {
    margin-bottom: 40px;
}

.section--practice .section__heading h2 {
    text-align: right;
    position: relative;
    color: var(--secondary-color);
    z-index: 10;
}

.section--practice .section__heading h2 span {
    color: #f6f1eb;
}

.section--practice {
    background: url(../images/compassion-bg.png) #213b55;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

.section--practice::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, rgba(28, 43, 69, 0.85) 0%, rgba(28, 43, 69, 0) 100%);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.practice__flex {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.practice__wrapper {
    width: calc(33.33% - 20px);
}

.practice__inner {
    padding: 45px;
	height: 100%;
}

.practice__inner__div {
	display: inline-block;
    align-items: end;
    flex-wrap: wrap;
    height: calc(100% - 40px);
    margin-bottom: auto;
}

.practice__wrapper:nth-child(even) {
    background-color: #254360;
}

.practice__wrapper:nth-child(odd) {
    background-color: #c0b6ab;
}

.practice__inner h4,
.practice__inner p {
    color: #f6f1eb;
}

.practice__btn {
    text-align: right;
}


/* ------section--whychoose--- */

.section--whychoose {
    padding: 75px 0;
}

.whychoose__flex {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.whychoose__img {
    width: 50%;
}

.whychoose__img img {
    height: 700px;
    object-fit: cover;
    object-position: center;
}

.whychoose__content {
    width: 50%;
    padding-right: 70px;
    padding-left: 70px;
}

.whychoose__content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.whychoose__content ul li {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f6f1eb;
    display: flex;
    align-items: center;
    gap: 20px;
}

.whychoose__content ul li img {
    max-width: 35px;
}


/* 
.whychoose__btn {
    margin-top: 26px;
}


/* ===========Cta============= */

.section--cta {
    padding: 80px 0;
    position: relative;
    background: url(images/businessman-using-tablet-computer-airport.png);
    background-size: cover;
    background-position: center;
}

.section--cta:after {
    content: "";
    background-color: #d0d7dd;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.cta__content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 70px 100px;
}

.cta__content .section__heading {
    max-width: 1000px;
    margin: 0 auto;
    text-align: center;
}


/* ------Footer ------ */

.footer {
    background: url(./images/footer-bg.png);
    background-size: cover;
    background-position: bottom center;
    padding-top: 100px;
    position: relative;
}

.footer::after {
    position: absolute;
    content: "";
    background-color: #0a1828;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
}

.footer__top {
    max-width: 1210px;
    margin: 0 auto;
}

.footer__top h3 {
    color: #f6f1eb;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.footer__top h3 span {
    color: #ddcebd;
    /* display: inline-block; */
}

.footer__top p {
    color: #f6f1eb;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 44px;
    font-weight: 370;
}

.footer__contact ul {
    display: flex;
    gap: 120px;
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer__contact ul li span {
    background-color: #ddcebd;
    padding: 18px;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
}

.footer__contact ul li {
    width: calc(33.33% - 80px);
    text-align: center;
}

.footer__contact ul li a {
    font-size: 22px;
    color: #d3d0cc;
    font-family: 'Times New Roman', Times of Roman, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.footer__top {
    padding-bottom: 80px;
}

.footer__main {
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    padding-bottom: 50px;
    border-top: 2px solid #233140;
    border-bottom: 2px solid #233140;
    padding-top: 40px;
    padding-bottom: 50px;
}

.footer__links {
    width: 22%;
}

.footer__links ul {
    padding: 0;
    list-style: none;
    margin: 0;
}

.footer__logo {
    width: 56%;
    text-align: right;
}

.footer__logo img {
    max-width: 125px;
	height: auto;
}

.footer__links ul li {
    margin-bottom: 12px;
}

.footer__links ul li a {
    color: #bcbcbb;
    font-size: 15px;
}

.footer__links ul li a:hover {
    color: #f6f1eb;
}

.footer__links ul li:last-child {
    margin-bottom: 0;
}

.footer__bottom {
    padding-top: 12px;
    padding-bottom: 50px;
}

.footer__copyright p {
    font-size: 15px;
    color: #bcbcbb;
}

.footer__bottom .d-flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.footer__copyright {
    width: 50%;
}

.social-links {
    width: 50%;
    text-align: right;
}

.social-links li a {
    color: #f6f1eb;
    font-size: 24px;
    opacity: 0.8;
}

.social-links li a:hover {
    opacity: 1;
}

.social-links ul {
    padding: 0;
    display: flex;
    list-style: none;
    gap: 22px;
    margin-left: auto;
    justify-content: end;
}

.bottom__content {
    margin-top: 35px;
}

.bottom__content p {
    color: #bcbcbb;
    font-size: 14px
}

.navbar.active ul li .submenu {
    position: relative;
    top: 10px;
    padding-left: 10px;
    background-color: #fff;
    box-shadow: none;
    padding-top: 0;
    padding-bottom: 0;
}


/* =========Adjustment of Status ========== */

.adjustment-Status--inner {
    background: url(images/adjustment-of-status-banner.png);
    background-size: cover;
    background-position: top center;
    position: relative;
    padding-top: 200px;
    padding-bottom: 70px;
}

.adjustment-Status--inner .hero__heading a {
    text-decoration: underline;
    font-size: 15px;
    text-transform: uppercase;
    color: #97a8bb;
}

.adjustment-Status__content h2 {
    font-size: 32px;
    margin-bottom: 26px;
    text-transform: uppercase;
    color: #2a445e;
}

.adjustment-Status__content h3 {
    font-size: 28px;
    margin-bottom: 22px;
    text-transform: uppercase;
    color: #2a445e;
    line-height: 1.1;
}

.adjustment-Status__content img {
    height: 430px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 26px;
}

.adjustment-Status__content p {
    /* font-size: 20px; */
    /* line-height: 30px; */
    margin-bottom: 26px;
}

.section--adjustment-Status-body ul, .section--adjustment-Status-body ol {
    margin-bottom: 30px;
    padding-left: 50px;
}

.adjustment-Status__content ul ul {
    margin: 26px 0;
}

.adjustment-Status__content ol li strong { margin-bottom: 6px; display: inline-block; }

.adjustment-Status__content ul li {
    /* font-size: 20px; */
    color: #2a445e;
    margin-bottom: 6px;
    position: relative;
    line-height: 1.6;
}


/* .adjustment-Status__content ul li::after { */


/* content: ""; */


/* position: absolute; */


/* left: -19px; */


/* top: 12px; */


/* background-color: #2a445e; */


/* width: 7px; */


/* height: 7px; */


/* border-radius: 50px; */


/* } */

.section--adjustment-Status-body ul li strong {
    font-weight: bold;
}

.section--adjustment-Status-body {
    padding-top: 70px;
    padding-bottom: 70px;
}

.section--adjustment-Status-body .d-flex {
    gap: 70px;
    /* flex-wrap: wrap; */
    justify-content: space-between;
}

.section--adjustment-Status-body .adjustment-Status__content {
    width: calc(65%);
}

.section--adjustment-Status-body .right-part {
    width: calc(35%);
}

.contact-box {
    background-color: #112949;
    padding: 40px;
    color: #fff;
    margin-bottom: 26px;
}

.contact-box ul {
    padding: 0;
    margin: 0;
}

.contact-box ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.contact-box ul li:last-child {
    margin-bottom: 0;
}

.contact-box ul li span {
    width: 52px;
    height: 52px;
    background-color: #f6f1eb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-box ul li a {
    font-size: 16px;
    color: #d3d0cc;
    font-family: var(--heading-font-family);
    text-transform: uppercase;
    font-weight: 700;
    width: calc(100% - 74px);
}

.contact-box ul li span img {
    width: 26px;
    height: 26px;
    margin-bottom: 0;
}

.contact-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.contact-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    margin-bottom: 26px;
}

.contact-button a {
    width: 100%;
}

.contact-box__item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.adjustment-Status--inner .hero__content {
    max-width: 100%;
}

.contact-box__item a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.adjustment-Status--inner .hero__heading>span {
    color: #f6f1eb;
    font-size: 18px;
    margin-bottom: 10px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-box__item a:hover {
    text-decoration: underline;
}

.adjustment-Status__button {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.contact-box h2 {
    color: #f6f1eb;
    font-size: 32px;
    border-bottom: 2px solid var(--secondary-color);
    padding-bottom: 16px;
    text-transform: uppercase;
}

.adjustment-Status__button a:last-child {
    background-color: #f6f1eb;
}

.right-part {
    position: sticky;
    top: 20px;
    align-self: flex-start;
}


/* About Us Page */

.about--us {
    background: url(images/about-banner-img.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding-top: 200px;
    padding-bottom: 100px;
}

.section--our--values {
    padding: 50px 0 0px 0;
}

.section--our--mission {
    padding: 0px;
}

.our--mission {
    background: url(images/mission-banner-img.jpg);
    background-size: cover;
    background-position: center center;
    padding: 150px 20px;
}

.our--mission .mission--head h2 {
    text-align: center;
    color: var(--secondary-color);
    text-transform: uppercase;
}

.our--mission .mission--head span {
    color: #f6f1eb;
}

.our--mission--content {
    background: rgba(246, 241, 235, 0.9);
    padding: 40px;
    max-width: 600px;
    margin: 0 auto;
}

.our--mission--content .mission--p {
    font-size: 18px;
    font-weight: 350;
}

.about--us .hero__heading .content p {
    font-size: var(--bs-body-font-size);
}


/* Legal & Fees */

.about--us.legal--fees--banner {
    background: url(images/legal-fees-banner-img.jpg);
    background-size: cover;
    background-position: center center;
}

.our--mission.your-first-step-bg {
    background: url(images/first-step-img.jpg);
    background-size: cover;
    background-position: center center;
}

.sub-firt-step {
    font-size: 24px;
    margin-top: 7px;
}

.section--first--step .our--mission--content {
    max-width: 700px;
}

.our--mission--content h3 {
    text-transform: uppercase;
    font-size: 30px;
    text-align: center;
    color: var(--body-font-color);
}

.strategic-client {
    padding-bottom: 70px;
}


/* Meet Attorneys Page */

.about--us.meet--attorneys {
    background: url(images/meet-attorneys-banner-img.jpg);
    background-size: cover;
    background-position: center center;
}


/* .section--attorney { */


/* padding-top: 100px; */


/* padding-bottom: 50px; */


/* } */

.meet-attorney-flex {
    display: flex;
    align-items: normal;
    flex-wrap: wrap;
}

.attorney__img {
    width: calc(50%);
}

.attorney-profile {
    position: relative;
}

.attorney-profile:before {
    content: "";
    position: absolute;
    height: 400px;
    background: #000000;
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 8%, rgba(87, 199, 133, 0) 68%, rgba(0, 0, 0, 0) 100%);
    z-index: 1;
    bottom: 0;
    width: 100%;
}

.attorney__img .attorney--details {
    color: #f6f1eb;
    text-transform: uppercase;
    position: absolute;
    padding: 00px 20px 50px 20px;
    bottom: 0px;
    width: 100%;
    z-index: 2;
    text-align: center;
}

.attorney-name {
    font-family: var(--heading-font-family);
    font-size: 22px;
    font-weight: bold;
}

.attorney--details .designation {
    font-weight: 350;
    letter-spacing: 1px;
    margin-top: 8px;
}

.attorney__content {
    width: calc(50%);
    padding-left: 70px;
    padding-right: 70px;
}

.first-attorney--div {
    padding-bottom: 0px;
    padding-top: 100px;
}

.second-attorney--div {
    padding-top: 70px;
    padding-bottom: 100px;
}

.first-attorney {
    border-bottom: solid 1px #dbdee1;
    padding-bottom: 60px;
}

.attorney__img img {
    min-height: auto;
	height: auto;
	width: 100%;
}

.section--attorney h3 {
    text-transform: uppercase;
    font-size: 24px;
    color: var(--body-font-color);
}

.section--attorney h3 .designation {
    font-family: var(--body-font-family);
    font-weight: 350;
    letter-spacing: 1px;
    font-size: 17px;
    margin-top: 10px;
}


/* Schedule Appointment Section */

.about--us.schedule-consult {
    background: url(images/schedule-banner-img.jpg);
    background-size: cover;
    background-position: center center;
}

.section--schedule {
    padding: 0px;
}

.schedule-container {
    display: flex;
    flex-wrap: wrap;
}

.section__heading h2 {
    font-size: 48px;
    line-height: 0.93;
}

.schedule-div {
    padding: 70px;
    width: 67%;
}

.schedule--box {
    max-width: 85%;
    margin: 0 auto;
}

.contact-schedule {
    background-color: #f7f2ed;
    padding: 70px;
    width: 33%;
}

.contact-schedule-box ul {
    padding: 0;
    margin: 0;
}

.contact-schedule-box ul li {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 16px;
}

.contact-schedule-box ul li:last-child {
    margin-bottom: 0;
}

.contact-schedule-box ul li span {
    width: 52px;
    height: 52px;
    background-color: #2a445e;
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-schedule-box ul li a {
    font-size: 16px;
    /* color: #d3d0cc; 
    font-family: 'Times New Roman', Times of Roman, sans-serif; */
    text-transform: uppercase;
    font-weight: 600;
    width: calc(100% - 74px);
}

.contact-schedule-box ul li span img {
    width: 26px;
    height: 26px;
    margin-bottom: 0;
}

.personal-box {
    margin-bottom: 15px;
}

.personal-box .form-heading {
    font-size: 17px;
    text-transform: uppercase;
    font-family: 'Georgia', sans-serif;
    font-weight: bold;
    margin-bottom: 12px;
}

.personal-box .form-group {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.form-control {
    border: solid 1px #ddcebd;
    border-radius: 0px;
    width: 100%;
    padding: 12px 15px;
}

.form-control:focus {
    box-shadow: 0 0 0 .25rem rgb(247, 242, 237);
    border-color: #b6a695;
}

.form-check-input {
    --bs-form-check-bg: #f7f2ed;
    width: 26px;
    height: 26px;
    border: var(--bs-border-width) solid #ddcebd;
    border-radius: 0px;
    background-size: 19px;
}

.form-check-input[type=checkbox] {
    border-radius: 0px;
}

.personal-box .form-check-inline {
    display: flex;
    margin-right: 1rem;
    align-items: center;
}

.personal-box .form-check-input {
    margin-right: 7px;
    margin-top: 0px;
}

.form-check-input:checked[type=checkbox] {
    background-color: #2a445e;
    border-color: #b6a695;
}

.form-check-input:focus {
    box-shadow: 0 0 0 .25rem rgb(247, 242, 237);
}


/* new form css */

.form-group .form-check {
    padding-left: 0;
}

.form-group .wpcf7-list-item {
    margin-left: 0;
}

.personal-box input[type="checkbox"] {
    margin-right: 7px;
}

.form-group .wpcf7-form-control.wpcf7-checkbox label {
    display: flex;
    align-items: center;
}

input[type="checkbox"] {
    appearance: none;
    -webkit-appearance: none;
    background-color: #f7f2ed;
    border: 1px solid #ddcebd;
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
    transition: all 0.2s ease;
    margin-right: 8px;
}

input[type="checkbox"]:checked {
    background-color: #2a445e;
    border-color: #b6a695;
}

input[type="checkbox"]:checked::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 8px;
    width: 7px;
    height: 13px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg);
}

.form-group .form-check.form-check-inline p label {
    display: flex;
    align-items: center;
}


/* Practice Areas Page */

.img-practice-areas { position: relative; margin-bottom: 30px; }
.img-practice-areas img { width: 100%; height: auto; object-fit:cover; }
.img-practice-areas a:before { position: absolute; content:''; width: 100%; left: 0px; bottom: 0px; height: 100%; background: #000000;
    background: linear-gradient(0deg, rgba(14, 28, 45, 1) 8%, rgba(14, 28, 45, 0) 75%, rgba(0, 0, 0, 0) 100%); z-index: 1; }
.img-practice-areas h4 { font-size:20px; letter-spacing: 0.7px; text-transform: uppercase; position: absolute; bottom: 0px; width: 100%; left: 0px; color: #f6f1eb; z-index: 2; text-align:center; padding: 20px; margin-bottom: 10px; } 
.img-practice-areas a { display:flex; position: relative; transition: all 0.22s; box-shadow: none; filter: grayscale(0.5); }
.img-practice-areas a:hover { box-shadow: #2a445e 0px 1px 4px, #2a445e 0px 0px 0px 3px; filter: grayscale(0); }

/* Fixed Top */

.site-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  /*box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);  Optional */
  backdrop-filter: blur(2px);
	transition: 0.3s;
	height: 0px;
}

.site-header.fixed.heightHeaderMobile { height: 100%; transition: 0.3s; }

.site-header.fixed .header__main {
	background: #0a1828f2;
	transition: all 0.3s;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
}

.site-header.fixed .header__main .site__logo img { width: 110px }


/* =====responsive====== */


/* ----------- Desktop XL Screens (1800px and up) ----------- */

@media only screen and (min-width: 1800px) {
    .container {
        max-width: 1800px;
    }
    .container-small {
        max-width: 1716px;
    }
    .container-large {
        max-width: 1840px;
    }
}


/* ----------- Desktop (1441px - 1799px) ----------- */

@media only screen and (max-width: 1799px) {
    .container {
        max-width: 1440px;
    }
    .container-small {
        max-width: 1366px;
    }
    .container-large {
        max-width: 1500px;
    }
}


/* ----------- Laptop (1240px - 1440px) ----------- */

@media only screen and (max-width: 1439px) {
    .container {
        max-width: 1240px;
    }
    .container-small {
        max-width: 1180px;
    }
    .container-large {
        max-width: 1300px;
    }
}


/* ----------- Small Laptop / Tablet Landscape (1024px - 1239px) ----------- */

@media only screen and (max-width: 1239px) {
    .container {
        max-width: 1024px;
    }
    .container-medium {
        max-width: 1024px;
    }
    .container-small {
        max-width: 960px;
    }
    .container-large {
        max-width: 1100px;
    }
    .navbar>ul {
        flex-wrap: wrap;
        gap: 20px;
    }
    .hero__banner {
        max-width: 550px;
    }
    h1,
    .h1 {
        font-size: 65px;
    }
    .section--hero {
        padding-bottom: 80px;
    }
    .section--adjustment-Status-body .d-flex {
        gap: 50px;
    }
    .section--adjustment-Status-body .adjustment-Status__content {
        width: calc(62% - 25px);
    }
    .section--adjustment-Status-body .right-part {
        width: calc(38% - 25px);
    }
    .contact-box {
        padding: 30px;
    }
    .contact-box ul li span {
        width: 45px;
        height: 45px;
    }
    .contact-box ul li span img {
        width: 22px;
        height: 22px;
    }
    .whychoose__content.our--values ul li b {
        font-size: 21px;
    }
    .contact-schedule,
    .schedule-div {
        width: 100%;
    }
    .contact-schedule-box,
    .schedule--box {
        max-width: 70%;
        margin: 0 auto;
    }
    .contact-schedule {
        padding: 60px 20px;
    }
    .schedule-div {
        padding: 60px 20px;
    }
    .section__heading h2 {
        font-size: 44px;
    }
}


/* ----------- Tablet Portrait (768px - 1023px) ----------- */

@media only screen and (max-width: 1024px) {
    h1 {
        font-size: 55px;
    }
    h2 {
        font-size: 45px;
    }
    h3 {
        font-size: 40px;
    }
    .container,
    .container-large,
    .container-small {
        max-width: 1024px;
    }
    .service__img img {
        height: auto;
    }
    .service__flex {
        gap: 36px;
    }
    .service__img,
    .compassion__content,
    .compassion__img {
        width: 100%;
    }
    .service__content {
        width: 100%;
        padding-right: 0px;
        padding-left: 0px;
    }
    .compassion__flex {
        flex-direction: column-reverse;
        gap: 36px;
    }
    .compassion__content {
        padding-right: 0px;
        padding-left: 0px;
    }
    .section__heading h2 br {
        display: none;
    }
    .practice__wrapper {
        width: calc(50% - 15px);
    }
    .practice__inner {
        padding: 25px 20px;
    }
    .whychoose__flex {
        flex-direction: row-reverse;
        gap: 30px;
    }
    .whychoose__content,
    .whychoose__img {
        width: 100%;
    }
    .whychoose__content {
        padding-right: 0px;
        padding-left: 0px;
    }
    .cta__content {
        padding: 50px;
    }
    .footer__contact ul li span {
        width: 60px;
        height: 60px;
    }
    .footer__contact ul li a {
        font-size: 18px;
    }
    .footer__contact ul {
        gap: 100px;
    }
    .footer__contact ul li {
        width: calc(33.33% - 67px);
    }
    .footer__top {
        padding-bottom: 50px;
    }
    .footer__links {
        width: 36%;
    }
    .footer__logo {
        width: 28%;
    }
    .footer__bottom {
        padding-bottom: 50px;
    }
    
	/*.has-submenu::after {
        position: absolute;
        content: "";
        top: 20px;
        right: 17.5px;
        border-color: var(--primary-color);
        border-bottom: 2px solid;
        width: 16px;
        height: 10px;
        transition: all 0.3s ease;
    }
    .has-submenu::before {
        position: absolute;
        content: "";
        top: 21px;
        right: 25px;
        border-color: var(--primary-color);
        border-right: 2px solid;
        width: 20px;
        height: 16px;
        transition: all 0.3s ease;
    }*/
    .navbar.active ul li.has-submenu:hover::before {
        border-right: none;
    }
	.whychoose__img img { height: auto; }
}

@media only screen and (max-width: 991px) {
    h1 {
        font-size: 45px;
    }
    .navbar {
        display: none;
    }
    .menubar {
        display: block;
    }
    .navbar {
        display: block;
        background-color: #fff;
        flex-direction: column;
        width: 100%;
        position: fixed;
        z-index: 999;
        top: 40px;
        right: 0;
        padding: 25px 25px 36px 25px;
        transform: translateX(100%);
        transition: transform 0.4s ease-in-out;
        display: flex;
		height: calc(100% - 40px);
        overflow: auto;
    }
    .navbar.active {
        transform: translateX(0);
    }
    .navbar.active>ul>li>a {
        padding: 16px 0;
        color: var(--primary-color);
        font-weight: 600;
        width: 100%;
        display: inline-block;
		font-size: 16px;
    }
	.submenu ul li a {
		/*font-weight: 600;*/
    	font-size: 14px;
	}
	
    .navbar ul li {
        width: 100%;
        text-align: left;
    }
    .navbar>ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        gap: 0px;
        margin: 0;
        width: 100%;
        padding: 0;
    }
    .navbar>ul>li>a::after {
        bottom: 2px;
    }
    .navbar>ul>li:last-child {
        margin-left: 0;
        margin-top: 15px;
    }
    .navbar>ul>li:last-child a {
        padding-left: 16px;
        padding-right: 16px;
    }
    .navbar.active ul li .submenu {
        display: none;
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        box-shadow: none;
    }
    .navbar ul li:hover>.submenu {
        display: flex;
        flex-direction: column;
        gap: 10px;
        background: #ddcebd1f;
        border-radius: 0px;
    }
    .navbar ul li:hover>.submenu .submenu {
        background: #fff;
    }
    .hero__heading .content {
        margin-bottom: 30px;
    }
    .hero__banner {
        max-width: 450px;
    }
    .section--hero {
        padding-top: 160px;
        padding-bottom: 60px;
    }
    .practice__inner h4 {
        margin-bottom: 20px;
    }
    .section--services {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .footer__contact ul {
        gap: 20px;
    }
    .footer__contact ul li {
        width: calc(33.33% - 13.33px);
    }
    .section--practice .section__heading h2 {
        text-align: left;
    }
    .section--adjustment-Status-body .right-part {
        display: none;
    }
    .section--adjustment-Status-body .adjustment-Status__content {
        width: 100%;
    }
    .section--adjustment-Status-body {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .about--us {
        padding-bottom: 60px;
    }
    .first-attorney {
        padding-bottom: 40px;
    }
    .attorney__content {
        padding-left: 40px;
        padding-right: 40px;
    }
    .first-attorney--div {
        padding-top: 60px;
    }
    .second-attorney--div {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .attorney__img,
    .attorney__content {
        width: 100%;
    }
    .attorney__content {
        padding-top: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }
    .second-attorney .meet-attorney-flex {
        flex-direction: column-reverse;
    }
    .strategic-client {
        padding-bottom: 60px;
    }
    .contact-schedule-box,
    .schedule--box {
        max-width: 100%;
        margin: 0 auto;
    }
    .section__heading h2 {
        font-size: 40px;
    }
	
	/* Mobile Menu */
	
	.navbar.active ul li .submenu {
		display: block;
		opacity: 1;
		visibility: visible;
	}
	
	.navbar.active ul li>.submenu {
		background: #ddcebd1f;
        border-radius: 0px;
	}
	
	.navbar.active ul li>.submenu .submenu {
		background: transparent;
		padding: 0px;
	}
	
	.navbar.active ul li>.submenu .submenu a {
		font-weight: 400;
		border-radius: 0px;
	}
	
	.navbar.active ul li>.submenu li {
		border-bottom: solid 1px rgba(0,0,0,0.1);
		/*padding: 6px 0;*/
	}
	
	.navbar.active ul li>.submenu li a {
		padding: 15px;
	}
	
	.navbar.active ul li>.submenu li:last-child {
		border-bottom: none;
	}
	
	.navbar.active ul li>.submenu .submenu li {
		border-bottom: none;
	}
	
	.submenu ul li:hover {
		background: transparent;
	}
	
}


/* ----------- Mobile Large (578px - 767px) ----------- */

@media only screen and (max-width: 769px) {
    h2 {
        font-size: 40px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
    h3 {
        font-size: 32px;
    }
    .site__logo a img {
        width: 100px;
        height: 60px;
    }
    .hero__content {
        max-width: 100%;
    }
    .section--hero {
        padding-bottom: 0px;
    }
    .section--hero.adjustment-Status--inner {
        padding-bottom: 60px;
    }
    .hero__banner {
        max-width: 400px;
        margin: 0 auto;
    }
    .hero__banner {
        margin-top: 50px;
        position: unset;
    }
    .section--adjustment-Status-body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section--services {
        padding-top: 60px;
    }
    .section--compassion {
        padding-bottom: 60px;
    }
    .practice__wrapper {
        width: 100%;
    }
    .section--practice {
        padding: 60px 0;
    }
    .section--whychoose {
        padding-bottom: 60px;
    }
    .section--cta {
        padding: 20px 0;
    }
    .cta__content {
        padding: 40px;
    }
    .footer {
        padding-top: 60px;
    }
    .hero__heading h1 br {
        display: none;
    }
    .adjustment-Status__content img {
        height: auto;
        max-height: 400px;
    }
    .footer__top h3,
    .footer__top p {
        text-align: left;
    }
    .footer__links {
        width: 50%;
    }
    .footer__logo {
        width: 100%;
        text-align: center;
    }
    .footer__main {
        row-gap: 50px;
    }
    .footer__contact ul {
        gap: 20px;
        flex-direction: column;
    }
    .footer__contact ul li {
        width: 100%;
        display: flex;
        align-items: center;
        gap: 18px;
    }
    .footer__contact ul li span {
        margin: 0;
    }
    .footer__copyright {
        width: 100%;
        text-align: center;
    }
    .social-links {
        width: 100%;
        justify-content: center;
    }
    .footer__bottom .d-flex {
        gap: 22px;
        justify-content: center;
        align-items: center;
    }
    .social-links ul {
        justify-content: center;
    }
    .bottom__content {
        margin-top: 22px;
    }
    .footer__top h3 br {
        display: none;
    }
    .adjustment-Status__content h2 {
        font-size: 28px;
    }
    .compassion__content p:last-child {
        margin-bottom: 0px;
    }
    .whychoose__content.our--values ul li b {
        font-size: 18px;
    }
    .attorney__img .attorney--details {
        padding-bottom: 25px;
    }
    .section__heading h2 {
        font-size: 30px;
        line-height: 1.06;
    }
	
	.attorney-name {
		font-size: 18px;
	}
}


/* ----------- Mobile Medium (480px - 576px) ----------- */

@media only screen and (max-width: 579px) {
    h1 {
        font-size: 35px;
        margin-bottom: 20px;
    }
    h2 {
        font-size: 30px;
        line-height: 1.11;
    }
    h4,
    .h4 {
        font-size: 26px;
    }
    .hero__btn .btn {
        width: 100%;
    }
    .cta-button .btn {
        width: 100%;
    }
    .cta__content {
        padding: 40px;
    }
    .section--cta {
        padding: 20px 0;
    }
    .footer__top {
        padding-bottom: 30px;
    }
    .footer__top p {
        margin-bottom: 30px;
    }
    .footer__main {
        gap: 30px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .footer__links {
        width: 100%;
    }
    .footer__logo {
        width: 100%;
    }
    .footer__contact ul {
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer__contact ul li {
        width: 100%;
    }
    .footer__contact ul li a {
        width: calc(100% - 50px);
        text-align: left;
    }
    .hero__heading .content p {
        font-size: 20px;
    }
    .service__img img {
        height: 350px;
        object-fit: cover;
        object-position: left;
    }
    .compassion__img img {
        height: 350px;
        object-fit: cover;
        object-position: left;
    }
    .adjustment-Status__content p {
        /* font-size: 14px;*/
        line-height: 24px;
        margin-bottom: 30px;
    }
    .adjustment-Status__button {
        justify-content: center;
    }
    .adjustment-Status__button a {
        width: 100%;
    }
    .section--adjustment-Status-body {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section--hero.adjustment-Status--inner {
        padding-bottom: 40px;
    }
    .footer {
        padding-top: 40px;
    }
    .footer__bottom {
        padding-bottom: 40px;
    }
    .footer__contact ul li a {
        font-size: 16px;
    }
    .footer__contact ul li span {
        width: 52px;
        height: 52px;
    }
    .footer__contact ul li span {
        padding: 15px;
    }
    .footer__contact ul li {
        gap: 14px;
    }
    .adjustment-Status__button {
        gap: 15px;
    }
    .section--services {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .service__flex {
        gap: 25px;
    }
    .compassion__flex {
        gap: 25px;
    }
    .section--practice {
        padding: 40px 0;
    }
    .section--practice .section__heading {
        margin-bottom: 30px;
    }
    .section--compassion {
        padding-bottom: 40px;
    }
    .section--whychoose {
        padding-top: 40px;
        padding-bottom: 40px;
    }
	
    .header__main {
        padding-top: 18px;
    }
    .site__logo a img {
        width: 95px;
    }
    .footer__logo img {
        max-width: 95px;
    }
    .about--us {
        padding-bottom: 40px;
    }
    .our--mission {
        padding: 50px 20px;
    }
    .about--us {
        padding-top: 160px;
    }
    .our--mission--content {
        padding: 30px;
    }
    .our--mission--content h3 {
        font-size: 24px;
    }
    .sub-firt-step {
        font-size: 20px;
    }
    .first-attorney--div {
        padding-top: 40px;
    }
    .second-attorney--div {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .strategic-client {
        padding-bottom: 40px;
    }
    .personal-box .form-check-inline {
        width: 100%;
        margin: 5px 0;
    }
}



#google_translate_element { display: none; }
.lang-link {
  margin-right: 10px;
  cursor: pointer;
  color: #f6f1eb;
	opacity:0.5;
}
.activeLang {
  opacity:1;
}


body { top: 0px !important; }
.skiptranslate { position: relative; z-index: -1; }

#goog-gt-tt, .goog-te-banner-frame, 
.goog-tooltip, 
.goog-tooltip:hover, 
.goog-text-highlight,
.goog-logo-link, 
.goog-te-gadget span, 
.goog-te-spinner-pos,
.goog-te-balloon-frame {
  display: none !important;
  visibility: hidden !important;
}
