:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-primary: #0d6efd;
    --bs-secondary: #6c757d;
    --bs-success: #198754;
    --bs-info: #0dcaf0;
    --bs-warning: #ffc107;
    --bs-danger: #dc3545;
    --bs-light: #f8f9fa;
    --bs-dark: #212529;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0))
}

html {
  -webkit-locale: "ar";
  direction: rtl;
}

*,
::after,
::before {
    box-sizing: border-box
}

@media (prefers-reduced-motion:no-preference) {
    :root {
        scroll-behavior: smooth
    }
}
#wpadminbar{
    z-index: 99999999!important;
}
#icw{
    z-index: 999!important;
}
body {
    margin: 0;
    font-family: outfitregular;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background: #fbfbfb;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: .25
}

hr:not([size]) {
    height: 1px
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2
}

h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media (min-width:1200px) {
    h1 {
        font-size: 2.5rem
    }
}

h2 {
    font-size: calc(1.325rem + .9vw)
}

@media (min-width:1200px) {
    h2 {
        font-size: 2rem
    }
}

h3 {
    font-size: calc(1.3rem + .6vw)
}

@media (min-width:1200px) {
    h3 {
        font-size: 1.75rem
    }
}

h4 {
    font-size: calc(1.275rem + .3vw)
}

@media (min-width:1200px) {
    h4 {
        font-size: 1.5rem
    }
}

h5 {
    font-size: 1.25rem
}

h6 {
    font-size: 1rem
}

p {
    font-size: 20px;
    line-height: 32px;
    font-family: outfitregular;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 25px;
    text-align: right
}

ol,
ul {
    padding-right: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .2em;
    background-color: #fcf8e3
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #142928;
    text-decoration: none
}

a:hover {
    color: #142928
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-family: var(--bs-font-monospace);
    font-size: 1em;
    direction: ltr;
    unicode-bidi: bidi-override
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    color: #d63384;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .2rem .4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle;
    max-width: 100%;
    height: auto
}

.p-0 {
    padding: 0
}

.align-items-center {
    align-items: center
}

.align-items-end {
    align-items: end
}

.justify-content-center {
    justify-content: center
}

.text-right {
    text-align: right !important
}

.text-center {
    text-align: center !important
}

.secondary-bg {
    background-color: #eaeaea
}

.secondary-green {
    background-color: #386636
}

.mt-0 {
    margin-top: 0 !important
}

.mb-0 {
    margin-bottom: 0 !important
}

.pt-0 {
    padding-top: 0 !important
}

.pb-0 {
    padding-bottom: 0 !important
}

.mx-20 {
    margin-top: 20px !important;
    margin-bottom: 20px !important
}

.mt-40 {
    margin-top: 40px !important
}

.mt-20 {
    margin-top: 20px !important
}

.mb-40 {
    margin-bottom: 40px !important
}

.mb-70 {
    margin-bottom: 70px !important
}

.mb-20 {
    margin-bottom: 20px !important
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    color: #6c757d;
    text-align: right
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-webkit-calendar-picker-indicator {
    display: none
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::file-selector-button {
    font: inherit
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width:768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width:992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width:1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width:1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) * -.5);
    margin-left: calc(var(--bs-gutter-x) * -.5)
}

.row>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1400px) {
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

.clearfix::after {
    display: block;
    clear: both;
    content: ""
}

ul.tick {
    list-style: none;
    padding-right: 0;
    margin-bottom: 15px;
    margin-top: 5px
}

ul.tick li {
    position: relative;
    padding-right: 28px;
    font-family: outfitregular;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: right;
    padding-bottom: 12px
}

ul.tick li:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    box-shadow: 0 4px 12px 0 #00000026;
    border: 4px solid #fff;
    background: #8bc0fb;
    padding: 5px;
    border-radius: 50px
}

ul.disk {
    list-style: disc;
    padding-right: 40px;
    margin-bottom: 0;
    margin-top: 5px
}

ul.disk li {
    position: relative;
    padding-right: 0;
    font-family: outfitregular;
    font-size: 22px;
    font-weight: 500;
    line-height: 33px;
    text-align: right;
    padding-bottom: 12px
}

.btn-one {
    width: 190px;
    height: 66px;
    background: #fff;
    text-transform: capitalize;
    text-decoration: none;
    color: #142928;
    font-size: 22px;
    font-weight: 500;
    font-family: aeonikregular;
    line-height: 66px;
    letter-spacing: -.01em;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    transition: all .5s linear;
    overflow: hidden;
    z-index: 99
}

.btn-one:before {
    position: absolute;
    content: "";
    background: #061d1b;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1
}

.btn-one:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #061d1b;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    z-index: -1
}

.btn-one:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1)
}

.btn-one:hover:after {
    transform: translateZ(0);
    transition-duration: 50ms;
    transition-delay: .4s;
    transition-timing-function: linear
}

.btn-one:hover {
    background: #061d1b;
    color: #fff
}

.btn-two {
    width: 360px;
    height: 86px;
    background: #baeaa0;
    text-transform: capitalize;
    text-decoration: none;
    border: 1.5px solid #baeaa0;
    color: #142928;
    font-size: 22px;
    font-weight: 500;
    font-family: aeonikregular;
    line-height: 66px;
    letter-spacing: -.01em;
    text-align: center;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0 !important;
    transition: all .5s linear;
    overflow: hidden;
    z-index: 99
}

.btn-two:before {
    position: absolute;
    content: "";
    background: #061d1b;
    width: 120%;
    height: 0;
    padding-bottom: 120%;
    top: -110%;
    left: -10%;
    border-radius: 50%;
    transform: translate3d(0, 68%, 0) scale3d(0, 0, 0);
    z-index: -1
}

.btn-two .btntxt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    padding: 0 15px;
    color: #000
}

.btn-two .btntxt i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: #fff;
    color: #000
}

.btn-two:hover .btntxt i {
    background: #fff
}

.btn-two:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: #061d1b;
    transform: translate3d(0, -100%, 0);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1);
    z-index: -1
}

.btn-two:hover:before {
    transform: translateZ(0) scaleZ(1);
    transition: transform .4s cubic-bezier(.1, 0, .3, 1)
}

.btn-two:hover:after {
    transform: translateZ(0);
    transition-duration: 50ms;
    transition-delay: .4s;
    transition-timing-function: linear
}

.btn-two:hover {
    background: #061d1b;
    color: #fff
}

.btn-two:hover p {
    color: #fff
}

.btn-two p {
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 29.8px;
    letter-spacing: -.02em;
    text-align: right;
    margin-bottom: 0;
    color: #000
}

.btn-two p span {
    display: block;
    font-family: outfitsemi_bold;
    font-size: 26px;
    font-weight: 600;
    line-height: 28.92px;
    text-align: right

}
.btn-two.pno-btn p span{
    direction: ltr;
}
.section-title {
    position: relative;
    text-align: right
}

.section-title h2 {
    font-family: "Reckless Neue";
    font-size: 52px;
    font-weight: 400;
    line-height: 66px;
    text-align: right;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 10px
}

.section-title h2 span {
    color: #6b8d0c
}

.section-title .subtitle p {
    position: relative;
    font-family: outfitsemi_bold;
    font-size: 20px;
    font-weight: 600;
    color: #6b8d0c;
    line-height: 24px;
    text-align: right;
    text-transform: capitalize;
    padding-right: 12px;
    transition: .5s ease all;
    margin-bottom: 0
}
.testi-desc p {
    text-align: center;
}

.subtitle {
    position: relative;
    display: flex;
    align-items: center;
    margin-bottom: 20px
}

.subtitle .line {
    background: #6b8d0c;
    width: 17px;
    height: 1.79px;
    transition: all .5s ease
}

.flex-center {
    justify-content: center
}

.subtitle p:hover {
    transition: all .5s ease
}

.subtitle:hover .line {
    width: 22px
}

section {
    padding: 140px 0;
    position: relative
}

#shadow-host-companion {
    padding: 0 !important
}

.green-bg {
    background: rgba(6, 29, 27, 1);
    position: relative
}

.white-bg {
    background: #fff
}

.green-bg .section-title h2 {
    color: #fff;
    text-transform: none
}

.green-bg .section-title .subtitle p {
    color: rgba(186, 234, 160, 1)
}

.green-bg .section-title .subtitle .line {
    color: rgba(186, 234, 160, 1)
}

.white-bg .section-title h2 {
    color: #000
}

.white-bg .section-title .subtitle p {
    color: #baeaa0
}

.white-bg .section-title .subtitle .line {
    color: #baeaa0
}

.section-title-center {
    width: 880px;
    text-align: center;
    margin: 0 auto
}

.custom-loc-sec-title {
    width: 100%;
    margin-top: 30px
}

.section-title-center p {
    text-align: center;
    padding-right: 0
}

.section-title-center h2 {
    text-align: center
}

.section-title-center p::before {
    left: 50%;
    margin-left: -70px
}

.section-title .text {
    position: relative;
    font-family: outfitregular;
    color: #000;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right
}

.green-bg .dotTickTwo ul li .title {
    color: #fff
}

.green-bg .dotTickTwo ul li p {
    color: #fff
}

.white-bg .dotTickTwo ul li .title {
    color: #fff
}

.white-bg .dotTickTwo ul li p {
    color: #fff
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em
}

@media (max-width:767px) {
    .default-location-attorney .location-attorney h1 {
        font-size: 26px;
        line-height: 35px
    }

    .personlWrap {
        padding: 0 0 50px 0 !important
    }

    .alignright {
        display: block;
        float: none;
        margin-left: 0;
        width: 100%;
        margin: 20px 0 20px
    }
    .see-all-featured {
    text-align: center !important;
    margin-top: 20px;
}
}

.section-contentt img.alignright {
    padding: 20px 0
}

#icw--avatar-direct-link {
    visibility: hidden !important
}

.sub-menu.column-two {
    column-count: 2;
    width: 480px !important;
    max-height: none !important
}

.sub-menu.column-two li {
    padding-right: 10px !important
}

.sub-menu.column-two li a {
    padding: 8px !important
}

.sub-menu.column-three {
    column-count: 3;
    width: 810px !important;
    max-height: none !important
}

.sub-menu.column-three li {
    padding-right: 10px !important
}

.sub-menu.column-three li a {
    padding: 8px !important
}

.headerWraper {
    position: fixed;
    left: 0;
    z-index: 9999999;
    margin: auto;
    top: 45px;
    width: 100%;
    background-color: transparent;
    border-radius: 0;
    transition: .5s ease all
}

.headerWraper.fixed-header {
    box-shadow: 0 0 12px rgba(0, 0, 0, .2);
    top: 0 !important;
    left: 0;
    width: 100%;
    z-index: 9999999;
    transition: .5s ease all;
    background: #142928
}

.headerWraper .container-fluid {
    max-width: 100%;
    padding: 0 45px
}

.header-upper {
    position: relative;
    background: #142928;
    border: 1.19px solid #ffffff1a;
    padding: 20px
}

.headerWraper.fixed-header .header-upper {
    transition: .3s ease all;
    padding: 10px 20px;
    border: none
}

.header-upper .header-box {
    width: 100%;
    position: relative;
    gap: 20px;
    display: flex;
    justify-content: flex-start;
    align-items: center
}

.header-upper .header-box .headerMenuu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%
}

.header-upper .header-box .logo-box {
    position: relative;
    padding-right: 25px
}

.header-upper .header-box .logo-box::before {
    position: absolute;
    background: url(../images/logo-line.webp) no-repeat;
    height: 67.67px;
    width: 1px;
    content: "";
    right: 0;
    top: 0
}

.header-upper .header-box .logo-box .logo img {
    width: 260px;
    height: 100%
}

.header-upper .phoneBox {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px
}

.header-upper .phoneBox .lang a {
    font-family: outfitmedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 29.8px;
    color: #baeaa0;
    text-decoration: none;
    text-align: right
}

.header-upper .phoneBox .btnn img {
    width: 25px;
    position: relative;
    top: -3px;
    padding-right: 5px
}

.header-upper .phoneBox .btnn a img.dark {
    display: inline-block
}

.header-upper .phoneBox .btnn a img.light {
    display: none
}

.header-upper .phoneBox .btnn a:hover img.dark {
    display: none
}

.header-upper .phoneBox .btnn a:hover img.light {
    display: inline-block
}

.header-upper .menu-box .navbar {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    align-items: center
}

.header-upper .menu-box .navbar .navbar-nav {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0;
    display: flex;
    gap: 0
}

.header-upper .menu-box .navbar .navbar-nav>li {
    display: inline-block;
    position: relative;
    padding: 10px 0
}

.header-upper .menu-box .navbar .navbar-nav>li a:hover,
.header-upper .menu-box .navbar .navbar-nav>li.active a {
    color: #baeaa0
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>a::before {
    display: none
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li>a::before {
    display: none
}

.header-upper .menu-box .navbar .navbar-nav .third-level {
    display: block;
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    left: 0;
    top: 0;
    box-shadow: none !important;
    padding-right: 10px;
    width: 100%
}

.header-upper .menu-box .navbar .navbar-nav .third-level li {
    padding: 7px
}

.header-upper .menu-box .navbar .navbar-nav .third-level li a {
    padding: 5px
}

.header-upper .menu-box .navbar .navbar-nav>li:hover a {
    color: #baeaa0
}

.header-upper .menu-box .navbar .navbar-nav>li a {
    font-family: outfitlight;
    font-size: 18px;
    font-weight: 300;
    line-height: 29.8px;
    text-align: right;
    letter-spacing: 0;
    padding: 30px 12px;
    text-decoration: none;
    color: #fff
}

.header-upper .menu-box .navbar .navbar-nav>li>ul {
    display: none;
    list-style: none;
    position: absolute;
    top: 200%;
    width: 200px;
    padding: 0;
    z-index: 100;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    box-shadow: 0 0 18px rgba(0, 0, 0, .38)
}

.header-upper .menu-box .navbar .navbar-nav>li>ul::-webkit-scrollbar {
    width: 4px
}

.header-upper .menu-box .navbar .navbar-nav>li>ul::-webkit-scrollbar-track {
    background: #baeaa0b7
}

.header-upper .menu-box .navbar .navbar-nav>li>ul::-webkit-scrollbar-thumb {
    background-color: rgba(6, 29, 27, .637);
    border-radius: 20px
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li {
    position: relative;
    float: none;
    width: 100%
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li:last-child {
    border-bottom: none
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li a {
    z-index: 100;
    padding: 12px;
    font-family: outfitlight;
    font-size: 16px;
    font-weight: 300;
    line-height: 29.8px;
    text-align: right;
    letter-spacing: 0;
    color: #000 !important;
    position: relative;
    display: block;
    border-bottom: 1px solid #e8e8e8;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
    content: "\f0da";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 20px;
    font-size: 15px
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul {
    list-style: none;
    position: absolute;
    left: 200px;
    top: 400%;
    width: 200px;
    padding: 0;
    z-index: 100;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    border-radius: 0 2px 2px 2px;
    -ms-border-radius: 0 2px 2px 2px;
    -webkit-border-radius: 0 2px 2px 2px;
    -moz-border-radius: 0 2px 2px 2px;
    -o-border-radius: 0 2px 2px 2px;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    -o-transition: all .2s ease;
    box-shadow: 0 0 18px rgba(0, 0, 0, .38)
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
    position: relative;
    float: none;
    width: 100%
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li:last-child {
    border-bottom: none
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
    z-index: 100;
    padding: 12px;
    color: #000 !important;
    position: relative;
    display: block;
    font-family: outfitlight;
    font-size: 16px;
    font-weight: 300;
    line-height: 29.8px;
    text-align: right;
    letter-spacing: 0;
    transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: .5s;
    -webkit-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
    background: #baeaa0;
    color: #000 !important;
    transform: scale(1.03)
}

.header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li:hover>a {
    background: #baeaa0;
    color: #000 !important;
    transform: scale(1.03)
}

.header-upper .menu-box .navbar .navbar-toggler {
    display: none
}

.header-upper .menu-box .navbar .close-toggler {
    display: none
}

.bannerWraper {
    position: relative;
    padding-top: 255px;
    background: #061d1b;
    margin: 15px;
    padding-bottom: 25px
}

.bannerWraper .container {
    max-width: 1450px
}

.bannerWraper .container .row {
    align-items: center
}

.bannerWraper .content-box {
    display: flex;
    position: relative;
    align-items: flex-start;
    justify-content: center;
    text-align: center;
    gap: 45px;
    flex-direction: column
}

.bannerWraper .content-box h1 {
    font-family: "Reckless Neue";
    font-size: 74px;
    font-weight: 400;
    line-height: 88.8px;
    text-align: right;
    color: #fff
}

.bannerWraper .content-box h1 span {
    color: #baeaa0;
    font-weight: 500
}

.bannerWraper .content-box .banner-title {
    font-family: "Reckless Neue";
    font-size: 74px;
    font-weight: 400;
    line-height: 88.8px;
    text-align: right;
    color: #fff
}

.bannerWraper .content-box .banner-title span {
    color: #baeaa0;
    font-weight: 500
}

.bannerWraper .content-box p {
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 29.8px;
    letter-spacing: -.02em;
    text-align: right;
    margin-bottom: 0
}

.bannerWraper .content-box p span {
    display: block;
    font-family: outfitsemi_bold;
    font-size: 26px;
    font-weight: 600;
    line-height: 28.92px;
    text-align: right;
    direction: ltr;
}

.contForm {
    background: #142928;
    padding: 35px 30px;
    border: 1.74px solid rgb(255 255 255 / 33%);
    position: relative
}

.contForm .mainFormIn .form-group {
    margin-bottom: 25px
}

.contForm .mainFormIn .form-group .form-control {
    display: block;
    width: 100%;
    padding: 12px;
    height: 58px;
    color: #fff;
    border: transparent;
    background: #ffffff1a;
    font-family: outfitregular;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.contForm .mainFormIn .form-group .form-select {
    display: block;
    width: 100%;
    padding: 12px;
    height: 58px;
    color: #fff;
    border: transparent;
    background: #ffffff1a;
    font-family: outfitregular;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.contForm .mainFormIn .form-group .form-select option {
    color: #000
}

.contForm .mainFormIn .btn-primary {
    background: #baeaa026;
    border: 1.16px solid #baeaa099;
    font-family: outfitmedium;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.92px;
    text-align: center;
    color: #baeaa0;
    height: 58px;
    width: 100%;
    display: block
}

.contForm .mainFormIn .form-group .form-control::-webkit-input-placeholder {
    color: #fff
}

.contForm .mainFormIn .form-group .form-control::-moz-placeholder {
    color: #fff
}

.contForm .mainFormIn .form-group .form-control:-ms-input-placeholder {
    color: #fff
}

.contForm .mainFormIn .form-group .form-control:-moz-placeholder {
    color: #fff
}

.contForm .mainFormIn .form-group textarea.form-control {
    height: 175px
}

.contForm .mainFormIn .form-group .form-control:focus {
    box-shadow: none;
    outline: 0
}

.contForm .mainFormIn .form-group .form-check {
    position: relative
}

.contForm .mainFormIn .form-group .form-check input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer
}

.contForm .mainFormIn .form-group .form-check label {
    position: relative;
    cursor: pointer;
    margin-bottom: 0;
    font-family: outfitregular;
    font-size: 16px;
    font-weight: 400;
    line-height: 24.83px;
    padding-right: 30px;
    text-align: right;
    color: #fff
}

.contForm .mainFormIn .form-group .form-check label:before {
    content: "";
    background: #ffffff1a;
    border: .69px solid #fff;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05), inset 0 -15px 10px -12px rgba(0, 0, 0, .05);
    padding: 0;
    height: 20px;
    width: 20px;
    border-radius: 0;
    line-height: 24px;
    display: inline-block;
    position: absolute;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 0;
    top: 3px;
    left: 0
}

.contForm .mainFormIn .form-group .form-check label span {
    text-decoration: none
}

.contForm .mainFormIn .form-group .form-check label span a {
    color: #fff;
    text-decoration: none
}

.contForm .mainFormIn .form-group .form-check label span a:hover {
    color: #baeaa0;
    text-decoration: underline
}

.contForm .mainFormIn .form-group .form-check input:checked+label:after {
    content: "";
    display: block;
    position: absolute;
    top: 5px;
    left: 7px;
    width: 7px;
    height: 12px;
    border: solid #fff;
    border-width: 0 3px 3px 0;
    transform: rotate(45deg)
}

.bannerWraper .main_crousel_one {
    position: relative;
    display: block;
    margin-top: 120px;
    white-space: nowrap;
    display: flex;
    height: 98px;
    background: rgba(20, 41, 40, 1);
    overflow: hidden;
    border: 1.19px solid rgba(255, 255, 255, .1);
    align-items: center;
    justify-content: center
}

.imgeffect {
    position: relative
}

.imgeffect img {
    width: 100%;
    height: 50px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: all .5s ease 0s
}

.imgeffect:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.practWrap {
    position: relative;
    padding: 150px 0 230px
}

.practWrap .content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px
}

.practWrap .content-head .section-title h2 {
    margin-bottom: 0
}

.practWrap .container-fluid .col-xl-3 {
    padding: 0
}

.portfolio-one__single {
    position: relative;
    display: block
}

.portfolio-one__img-box {
    overflow: hidden
}

.portfolio-one__img,
.portfolio-one__img-box {
    position: relative;
    display: block
}

.portfolio-one__img {
    z-index: 1
}

.portfolio-one__img:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(14, 53, 49, .5), rgba(14, 53, 49, .5)), linear-gradient(360deg, rgba(14, 53, 49, .9) -5.06%, rgba(14, 53, 49, .9) -5.05%, rgba(14, 53, 49, 0) 105.32%), linear-gradient(180deg, rgba(186, 234, 160, .5) .03%, rgba(186, 234, 160, 0) 100%);
    mix-blend-mode: multiply;
    visibility: hidden;
    transform-origin: top center;
    transform: scaleY(0) translateZ(100px);
    transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
    z-index: 1
}

.portfolio-one__single:hover .portfolio-one__img:before {
    visibility: visible;
    transform: scaleY(1) translateZ(0)
}

.portfolio-one__img img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.portfolio-one__single:hover .portfolio-one__img img {
    transform: scale(1.05)
}

.portfolio-one__content p {
    position: absolute;
    bottom: 30px;
    left: 30px;
    margin-bottom: 0;
    right: 30px;
    background-position: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(0);
    z-index: 2
}

.portfolio-one__single:hover .portfolio-one__content p {
    transform: scaleY(1)
}

.project-content {
    position: absolute;
    bottom: -100px;
    left: 30px;
    right: 30px;
    z-index: 99;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease-in-out
}

.project-content-new {
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    z-index: 99;
    overflow: hidden;
    opacity: 1;
    visibility: visible;
    transition: all .6s ease-in-out
}

.portfolio-one__single:hover .project-content-new {
    display: none;
    bottom: -100px
}

.project-content h4 {
    font-family: aeonikregular;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
    text-align: right;
    color: #fff;
    margin-bottom: 20px
}

.project-content h4 a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease
}

.project-content h4 a:hover {
    color: #baeaa0
}

.project-content p {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: #fff;
    margin-bottom: 0
}

.portfolio-one__single:hover .project-content {
    bottom: 30px;
    visibility: visible;
    opacity: 1
}

.project-content-new .portfolio-one__sub-title {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: #fff
}

.portfolio-one__title {
    font-family: aeonikregular;
    font-size: 36px;
    font-weight: 500;
    line-height: 43.2px;
    text-align: right;
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 30px;
    right: 30px;
    background-position: bottom;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: bottom;
    transform-style: preserve-3d;
    transform: scaleY(1);
    z-index: 2
}

.portfolio-one__single:hover .portfolio-one__content h3 {
    bottom: 21%
}

.portfolio-one__title a {
    color: #fff;
    text-decoration: none;
    transition: all .5s ease
}

.portfolio-one__title a:hover {
    color: #baeaa0
}

.portfolio-one__arrow {
    position: absolute;
    top: 0;
    right: 0;
    padding: 25px;
    transform: scale(0);
    -webkit-transform: scale(0);
    opacity: 0;
    transition: all .5s ease;
    z-index: 2;
    background-position: top;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all;
    transform-origin: top;
    transform-style: preserve-3d
}

.portfolio-one__arrow a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 65px;
    height: 65px;
    text-decoration: none;
    font-size: 22px;
    color: #fff;
    background: #ffffff4d;
    border: 1.16px solid #dcf49b;
    box-shadow: 0 6px 30px 3px #00000017;
    border-radius: 50%;
    transition: all .5s ease
}

.portfolio-one__arrow a:hover {
    color: #061d1b;
    background-color: #baeaa0
}

.portfolio-one__single:hover .portfolio-one__arrow {
    transform: scale(1);
    transition-delay: .5s;
    opacity: 1
}

.logoBarr {
    position: relative;
    top: -200px;
    background: 0 0;
    padding: 0
}

.logoBoxImg {
    position: relative;
    background-color: transparent
}

.logoBoxImg .logoBoxImgBg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%
}

.logoBarr .logoImgList {
    position: relative
}

.logoBoxImg .logoContetn {
    position: relative;
    z-index: 99;
    box-shadow: 0 4.77px 35.51px 0 #0000001a;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.logoBar-left {
    width: 30%
}

.logoBar-right {
    width: 70%
}

.logoBarr .logoImgList ul {
    list-style: none;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 25px
}

.logoBarr .logoImgList ul li {
    width: 180px;
    height: 180px;
    padding: 35px 25px;
    border: 1.19px;
    border: 1.19px solid #d9d9d999;
    background: rgba(251, 251, 251, 1);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.logoBarr .logoImgList ul li img {
    width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .5s;
    transition: all .5s ease 0s
}

.logoBarr .logoImgList ul li:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.testimonialwrap {
    position: relative;
    padding: 50px 0
}

.testimonialwrap .section-title-center h2 {
    margin-bottom: 70px
}

.testominalImgg {
    position: relative;
    overflow: hidden
}

.testominalImgg img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.testominalImgg:hover img {
    transform: scale(1.05);
    opacity: .7
}

.testimonialCrousel {
    position: relative;
    padding-right: 40px
}

.testimonialCrousel .testiBOx {
    position: relative;
    padding-top: 60px
}

.testimonialCrousel .testiBOx::before {
    position: absolute;
    left: 40px;
    top: -27px;
    line-height: 1;
    font-size: 160px;
    z-index: -1;
    color: #dcf49b66;
    content: "\f10d";
    font-weight: 900;
    font-family: "Font Awesome 6 Free"
}

.testimonialCrousel .testiBOx p {
    font-family: outfitmedium;
    font-size: 22px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 38px;
    text-align: right
}

.testimonialCrousel .testiBOx ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 6px;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0px;
}

.testimonialCrousel .testiBOx ul li {
    color: #ffc700;
    font-size: 18px
}

.testimonialCrousel .testiBOx ul li img {
    width: 25px
}

.testimonialCrousel .testiBOx .authorBox {
    position: relative;
    margin-top: 35px;
    margin-bottom: 25px
}

.testimonialCrousel .testiBOx .authorBox h4 {
    font-family: outfitmedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: #000
}

.testimonialCrousel .testiBOx .authorBox p {
    font-family: outfitmedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 31px;
    text-align: right;
    color: rgba(58, 57, 57, 1)
}

.testimonialCrousel .owl-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 15px
}

.testimonialCrousel .owl-nav button {
    width: 70px;
    height: 70px;
    line-height: 70px;
    padding: 0 35.75px 0 35.75px !important;
    border: 1.19px solid rgba(220, 244, 155, .6) !important;
    background: rgba(227, 227, 227, 1) !important;
    color: rgba(95, 95, 95, 1);
    font-size: 24px !important
}

.testimonialCrousel .owl-dots {
    display: none
}

.testimonialCrousel .owl-nav button:hover {
    background: rgba(186, 234, 160, 1) !important;
    border: 1.19px solid rgba(220, 244, 155, .6) !important;
    color: rgba(107, 141, 12, 1)
}

.caseWrap {
    position: relative;
    padding: 70px 0
}

.page-template-default .caseWrap {
    padding: 10px 0
}

.home .caseWrap {
    padding: 70px 0
}

.caseWrap .progressSection {
    position: relative
}

.caseWrap .progressSection .progress {
    display: flex;
    height: 7px;
    overflow: hidden;
    margin: 60px 0 10px;
    font-size: .75rem;
    background: rgba(220, 220, 220, 1);
    border-radius: .25rem
}

.caseWrap .progressSection .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    background: rgba(107, 141, 12, 1);
    transition: width .6s ease
}

.caseWrap .progressSection .progress-point {
    text-align: right;
    margin: 0 0 60px;
    font-family: "Reckless Neue";
    font-size: 28.6px;
    font-weight: 400;
    line-height: 34.32px
}

.w-0 {
    width: 0% !important
}

.w-25 {
    width: 25% !important
}

.w-75 {
    width: 75% !important
}

.w-100 {
    width: 100% !important
}

.caseWrap .progressSection .title {
    font-family: outfitmedium;
    font-size: 30px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    text-align: right;
    margin-bottom: 20px;
    color: #000
}

.caseWrap .progressSection .case-button {
    margin-top: 25px
}

.caseWrap .progressSection .case-button .btn-one {
    width: 100%;
    height: 125px;
    display: flex;
    border: 1.19px solid rgba(73, 72, 72, .2);
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: outfitmedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -.02em;
    text-align: center
}

.caseWrap .progressSection .case-button .btn-one:before {
    background: rgba(186, 234, 160, .15)
}

.caseWrap .progressSection .case-button .btn-one:after {
    background: rgba(186, 234, 160, .15)
}

.caseWrap .progressSection .case-button .btn-one:hover {
    background: rgba(186, 234, 160, .15);
    color: rgba(45, 45, 45, 1)
}

.processWrap {
    position: relative
}

.processWrap .processBox {
    position: relative;
    border: 1.79px solid rgba(255, 255, 255, .045);
    background: rgba(20, 41, 40, 1);
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    transition: all .4s ease-in-out;
    margin-top: 25px;
    overflow: hidden
}

.processWrap .processBox .countss {
    font-family: outfitmedium;
    font-size: 22px;
    font-weight: 500;
    line-height: 26.4px;
    text-align: right;
    color: rgba(186, 234, 160, 1)
}

.processWrap .processBox .title {
    font-family: outfitmedium;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: #fff
}

.processWrap .processBox p {
    font-family: outfitregular;
    min-height: 150px;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    margin-bottom: 0;
    color: rgba(255, 255, 255, .84)
}

.processWrap .processBox:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(186, 234, 160, 1);
    transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    transition: transform .4s ease, -webkit-transform .4s ease;
    transform-origin: top right;
    -webkit-transform: scale(1, 0);
    transform: scaleY(0)
}

.processWrap .processBox:hover:before {
    -webkit-transform: scale(1, 1);
    transform: scale(1);
    transform-origin: bottom center
}

.processWrap .processBox:hover .countss {
    position: relative;
    z-index: 99;
    color: rgba(6, 29, 27, 1)
}

.processWrap .processBox:hover .title {
    position: relative;
    z-index: 99;
    color: rgba(6, 29, 27, 1)
}

.processWrap .processBox:hover p {
    position: relative;
    z-index: 99;
    color: rgba(6, 29, 27, 1)
}

.reviewsWrap {
    position: relative;
    padding: 70px 0
}

.reviewsWrap .section-title-center {
    margin-bottom: 50px
}

.reviewsWrap .section-title .text {
    text-align: center
}

.reviewsWrap .section-title .ratingImg {
    text-align: center;
    margin: 25px 0 20px
}

.reviewsWrap .section-title .ratingImg img {
    height: 41px;
    width: 100%
}

.reviewsWrap .reviewBox {
    background: rgba(251, 251, 251, 1);
    border: 1.19px solid rgba(73, 72, 72, .2);
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    transition: all .5s ease;
    justify-content: center;
    gap: 30px;
    margin-top: 25px
}

.reviewsWrap .reviewBox:hover {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1);
    transition: all .5s ease
}

.reviewsWrap .reviewBox .reviewHead {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.reviewsWrap .reviewBox .reviewHead ul {
    list-style: none;
    padding-right: 0;
    display: flex;
    gap: 5px;
    align-items: center;
    margin-bottom: 0;
    justify-content: flex-start
}

.reviewsWrap .reviewBox .reviewHead ul li {
    color: #ffc700;
    font-size: 18px
}

.reviewsWrap .reviewBox .reviewHead ul li img {
    width: 21.5px
}

.reviewsWrap .reviewBox .text {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: rgba(58, 57, 57, 1)
}

.reviewsWrap .reviewBox .reviewHead .time {
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    color: rgba(0, 0, 0, .4);
    line-height: 28.92px;
    text-align: right
}

.reviewsWrap .reviewBox .reviewfoot {
    display: flex;
    justify-content: space-between;
    align-items: flex-end
}

.reviewsWrap .reviewBox .reviewfoot .review-author {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 2px
}

.reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent .title {
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 24px;
    text-align: right;
    color: #000
}

.reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent p {
    margin-bottom: 0;
    font-family: outfitmedium;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    text-align: right;
    color: rgba(0, 0, 0, .4)
}

.reviewsWrap .reviewBox .reviewfoot .review-author .authrImgg {
    position: relative;
    width: 59px;
    height: 59px
}

.reviewsWrap .reviewBox .reviewfoot .review-author .authrImgg img {
    width: 100%
}

.reviewsWrap .reviewBox .reviewfoot .reviewfrom img {
    width: auto
}

.reviewsWrap .row .col-xl-4:nth-child(2) {
    margin-top: -25px
}

.accordianWrap {
    position: relative;
    padding: 50px 0
}

.accordianWrap .accordion {
    margin: 0 auto 0
}

.accordianWrap .section-title .text {
    text-align: center
}

.accordianWrap .accordion .at-item {
    margin-bottom: 15px
}

.accordianWrap .section-title-center {
    margin-bottom: 50px
}

.accordianWrap .accordion .at-title {
    cursor: pointer;
    border: 1.19px solid rgba(73, 72, 72, .06);
    box-shadow: 0 2.38px 23.83px 0 rgba(0, 0, 0, .06);
    background: rgba(255, 255, 255, 1);
    position: relative;
    transition: background-color .3s ease;
    min-height: 120px;
    display: flex;
    padding: 10px 90px 10px 30px;
    border-radius: 0;
    align-items: center;
    transition: all .5s ease
}

.accordianWrap .accordion .at-title.active,
.accordianWrap .accordion .at-title:hover {
    background: rgba(6, 29, 27, 1);
    transition: all .5s ease
}

.accordianWrap .accordion .at-title.active h2,
.accordianWrap .accordion .at-title:hover h2 {
    color: #fff
}

.accordianWrap .accordion .at-title h2 {
    font-family: outfitmedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: rgba(58, 57, 57, 1);
    margin-bottom: 0
}

.accordianWrap .accordion .at-title:after {
    content: "\2b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    right: 25px;
    transition: all .3s ease;
    font-size: 16px;
    height: 42px;
    color: rgb(255 255 255);
    display: flex;
    width: 42px;
    border-radius: 50px;
    background: rgba(14, 53, 49, 1);
    line-height: 42px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.accordianWrap .accordion .at-tab {
    display: none;
    padding: 15px 30px;
    border: none;
    background: rgba(6, 29, 27, 1)
}

.accordianWrap .accordion .at-tab p {
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    margin-bottom: 0;
    color: #fff
}

.accordianWrap .accordion .at-tab ul {
    position: relative
}

.accordianWrap .accordion .at-tab ul li {
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: right;
    margin-bottom: 0;
    color: #fff;
    padding-bottom: 8px
}

.accordianWrap .accordion .at-title.active:after {
    content: "\f068";
    background: rgba(186, 234, 160, 1);
    color: rgba(14, 53, 49, 1)
}

.accordianWrap .accordion .at-title:hover:after {
    background: rgba(186, 234, 160, 1);
    color: rgba(14, 53, 49, 1)
}

.accordianWrap a {
    color: #6b8d0c
}

.accordianWrap a:hover:not(.video):not(.video-popup) {
    color: #baeaa0
}

.accordianImgbox {
    display: block;
    padding-right: 35px;
    position: relative
}

.accordianImgbox .imgboxx {
    position: relative
}

.accordianImgbox .imgboxx img {
    position: relative;
    width: 100%
}

.accordianImgbox .video-main {
    position: absolute;
    display: flex;
    z-index: 99;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.accordianImgbox .video {
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    background: 0 0;
    color: rgba(6, 29, 27, 1);
    display: flex;
    background: rgba(186, 234, 160, 1);
    z-index: 999;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

@keyframes waves {
    0% {
        -webkit-transform: scale(.2, .2);
        transform: scale(.2, .2);
        opacity: 0
    }

    50% {
        opacity: .9
    }

    100% {
        -webkit-transform: scale(.9, .9);
        transform: scale(.9, .9);
        opacity: 0
    }
}

.accordianImgbox .fa-play:before {
    content: "\f04b";
    font-size: 28px
}

.accordianImgbox .waves {
    position: absolute;
    width: 170px;
    height: 170px;
    background: rgba(255, 255, 255, .2);
    opacity: 0;
    right: -50px;
    bottom: -50px;
    z-index: -1;
    -webkit-animation: waves 2s ease-in-out infinite;
    animation: waves 2s ease-in-out infinite
}

.accordianImgbox .wave-1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.accordianImgbox .wave-2 {
    -webkit-animation-delay: 1s;
    animation-delay: .7s
}

.accordianImgbox .wave-3 {
    -webkit-animation-delay: 2s;
    animation-delay: 1.5s
}

.aboutWrap {
    position: relative
}

.aboutWrap .section-title .text {
    font-size: 19px
}

.aboutWrap h1 {
    font-family: "Reckless Neue";
    font-size: 55px;
    font-weight: 400;
    line-height: 66px;
    text-align: right;
    color: #000;
    margin-bottom: 35px
}

.aboutWrap .section-title .btnbox {
    margin-top: 25px
}

.aboutWrap .section-title .btnbox .btn-two {
    width: 420px
}

.aboutWrap .section-title .btnbox .btn-two p span {
    font-size: 23px;
    line-height: 26px
}

.aboutWrap .aboutAimm {
    position: relative;
    width: 380px;
    right: -50px;
    top: 45px
}

.aboutWrap .aboutAimm img {
    position: relative;
    width: 100%
}

.aboutWrap .aboutAimm::before {
    background: linear-gradient(180deg, rgba(251, 251, 251, 0) 0, #fbfbfb 100%);
    position: absolute;
    bottom: 0;
    left: auto;
    right: auto;
    content: "";
    width: 100%;
    z-index: 1;
    height: 200px
}

@media (min-width:992px) {
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12
    }

    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1
    }
}

.about__content {
    position: relative
}

.about__content ul {
    list-style: none;
    display: flex;
    margin-bottom: 0;
    padding-right: 0;
    flex-direction: column;
    align-items: flex-start
}

.about__content ul li {
    border-bottom: 2.4px dashed rgba(45, 45, 45, 1);
    margin-bottom: 25px;
    padding-bottom: 25px
}

.about__content ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0
}

.about__content ul li .title {
    font-family: outfitmedium;
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: #000
}

.about__content ul li p {
    font-family: outfitregular;
    margin-bottom: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 29.12px;
    text-align: right;
    color: rgba(58, 57, 57, 1)
}

.home .contactWrap {
    padding-bottom: 40px
}

.contactWrap .section-title {
    margin-bottom: 50px
}

.contactWrap .contForm {
    box-shadow: 0 4.77px 35.51px 0 rgba(0, 0, 0, .06);
    background: rgba(255, 255, 255, 1)
}

.contactWrap .contForm .mainFormIn .form-group .form-control {
    border: 1.19px solid rgba(73, 72, 72, .06);
    background: rgba(252, 252, 252, 1);
    color: rgba(73, 72, 72, .7)
}

.contactWrap .contForm .mainFormIn .form-group .form-control::-webkit-input-placeholder {
    color: rgba(73, 72, 72, .7)
}

.contactWrap .contForm .mainFormIn .form-group .form-control::-moz-placeholder {
    color: rgba(73, 72, 72, .7)
}

.contactWrap .contForm .mainFormIn .form-group .form-control:-ms-input-placeholder {
    color: rgba(73, 72, 72, .7)
}

.contactWrap .contForm .mainFormIn .form-group .form-control:-moz-placeholder {
    color: rgba(73, 72, 72, .7)
}

.contactWrap .contForm .mainFormIn .form-group .form-select {
    color: rgba(73, 72, 72, .7);
    border: 1.19px solid rgba(73, 72, 72, .06);
    background: rgba(252, 252, 252, 1)
}

.contactWrap .contForm .mainFormIn .form-group .form-select option {
    color: #000
}

.contactWrap .contForm .mainFormIn .form-group .form-check label {
    color: rgba(73, 72, 72, .7)
}

.contactWrap .contForm .mainFormIn .form-group .form-check label:before {
    border: .69px solid rgba(73, 72, 72, .84)
}

.contactWrap .contForm .mainFormIn .form-group .form-check label span a {
    color: rgba(73, 72, 72, .84)
}

.contactWrap .contForm .mainFormIn .form-group .form-check input:checked+label:after {
    border: solid rgba(73, 72, 72, .84);
    border-width: 0 3px 3px 0
}

.contactWrap .contForm .mainFormIn .btn-primary {
    background: rgba(186, 234, 160, 1);
    border: 1.19px solid rgba(183, 236, 31, .6);
    color: rgba(0, 0, 0, 1)
}

.contactWrap .contForm .mainFormIn .btn-primary:hover {
    background: #061d1b;
    border: 1.19px solid #061d1b;
    color: rgb(255 255 255)
}

.contactWrap .contForm .mainFormIn .form-group textarea.form-control {
    height: 150px
}

.evalutionBox {
    position: relative
}

.evalutionBox .evalutionBoxBg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%
}

.evalutionContetn {
    position: relative;
    z-index: 99;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 25px 0;
    gap: 25px
}

.evalutionContetn .imgboxAli {
    width: 50%
}

.evalutionContetn .imgboxAli img {
    width: 100%
}

.evalutionContetn .alideail .delabout .title {
    font-family: aeonikregular;
    font-size: 27px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
    line-height: 32.4px;
    text-align: right;
    text-transform: capitalize
}

.evalutionContetn .alideail p {
    margin-bottom: 0;
    color: #fff;
    font-size: 18px;
    line-height: 26px
}

.evalutionContetn .alideail .dollars {
    background: rgba(186, 234, 160, 1);
    width: 34.56px;
    height: 34.56px;
    text-align: center;
    line-height: 35px;
    font-size: 18px;
    border-radius: 5px
}

.evalutionContetn .alideail {
    width: 50%;
    height: 305px;
    border: 1.79px solid rgba(255, 255, 255, .045);
    display: flex;
    background: rgba(255, 255, 255, .1);
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    justify-content: space-between
}

.breadCrubWrp {
    position: relative;
    color: #fff;
    min-height: 540px;
    background: rgba(6, 29, 27, 1);
    margin: 15px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-end
}

.breadCrubWrp.subPages {
    position: relative;
    color: #fff;
    height: auto;
    background: rgba(6, 29, 27, 1);
    margin: 15px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-end
}

.breadCrubWrp.subPages .container {
    padding-top: 100px
}

.breadCrubWrp .breadHead {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px
}

.breadCrubWrp.subPages .breadHead {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 70px;
    height: 100%
}

.left-contetnt #crumbs,
.location-attorney #crumbs {
    font-size: .8rem
}

.left-contetnt #crumbs a,
.location-attorney #crumbs a {
    color: #fff;
    text-decoration: none
}

.left-contetnt #crumbs a:first-of-type,
.location-attorney #crumbs a:first-of-type {
    display: inline-block;
    color: rgba(255, 255, 255, .66);
    margin-left: 5px;
    margin-bottom: 10px
}

.left-contetnt #crumbs i,
.location-attorney #crumbs i {
    color: #baeaa0;
    margin-left: 15px
}

.left-contetnt #crumbs i::before,
.location-attorney #crumbs i::before {
    padding: 10px;
    border: 1px solid #baeaa0;
    border-radius: 50%
}

.left-contetnt #crumbs .delimiter,
.location-attorney #crumbs .delimiter {
    color: #baeaa0
}

.breadCrubWrp .breadHead .left-contetnt {
    position: relative
}

.breadCrubWrp .breadHead .left-contetnt nav {
    margin-bottom: 0
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
    width: 38px;
    color: #baeaa0;
    height: 38px;
    border-radius: 38px;
    font-size: 15px;
    display: flex;
    text-align: center;
    border: 1px solid #baeaa0;
    justify-content: center;
    align-items: center
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
    position: relative;
    font-family: outfitmedium;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 33.77px;
    text-align: right;
    color: rgba(255, 255, 255, .84)
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, .84)
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb a {
    color: rgba(255, 255, 255, .84);
    text-decoration: none;
    font-weight: 400;
    font-family: outfitregular
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb a:hover {
    color: #baeaa0
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-right: 15px
}

.breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:last-child:before {
    float: left;
    padding-right: .5rem;
    color: rgba(186, 234, 160, 1);
    content: "/"
}

.breadCrubWrp .breadHead .bannerButnmbl {
    display: none
}

.breadCrubWrp .breadHead .left-contetnt h1 {
    font-family: "Reckless Neue";
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 65px;
    text-align: right;
    color: rgba(255, 255, 255)
}

.bannerWraperGeo {
    padding-bottom: 80px
}

.bannerWraperGeo .breadHead {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.bannerWraperGeo .breadHead .left-contetnt {
    position: relative
}

.bannerWraperGeo .breadHead .left-contetnt nav {
    margin-bottom: 0
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 25px
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
    width: 38px;
    color: #baeaa0;
    height: 38px;
    border-radius: 38px;
    font-size: 15px;
    display: flex;
    text-align: center;
    border: 1px solid #baeaa0;
    justify-content: center;
    align-items: center
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
    position: relative;
    font-family: outfitmedium;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 33.77px;
    text-align: right;
    color: rgba(255, 255, 255, .84)
}

.breadcrumb-item.active {
    color: rgba(255, 255, 255, .84)
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb a {
    color: rgba(255, 255, 255, .84);
    text-decoration: none
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb a:hover {
    color: #baeaa0
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item+.breadcrumb-item {
    padding-right: 15px
}

.bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:last-child:before {
    float: left;
    padding-right: .5rem;
    color: rgba(186, 234, 160, 1);
    content: "/"
}

.bannerWraperGeo .breadHead .left-contetnt h1 {
    margin-bottom: 70px;
    font-family: "Reckless Neue";
    font-size: 74px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 88px;
    text-align: right;
    color: rgba(255, 255, 255)
}

.bloggridWrp {
    position: relative
}

.dropDownCheck {
    position: relative;
    margin-bottom: 30px;
    z-index: 99
}

.dropDownCheck .wrapper-dropdown {
    position: relative;
    display: inline-block;
    padding: 16px 30px 16px 40px;
    background: rgba(255, 255, 255, .8);
    border: 1.5px solid rgba(102, 129, 88, 1);
    width: 208px;
    text-align: center;
    margin-right: 15px;
    color: #000;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.dropDownCheck .wrapper-dropdown.active,
.dropDownCheck .wrapper-dropdown:hover {
    background: rgba(6, 29, 27, 1);
    color: #baeaa0
}

.dropDownCheck .wrapper-dropdown:hover::before {
    color: #baeaa0
}

.dropDownCheck .wrapper-dropdown:nth-child(2) {
    width: 190px
}

.dropDownCheck .wrapper-dropdown:nth-child(3) {
    width: 226px
}

.dropDownCheck .wrapper-dropdown span {
    text-align: center;
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 30px
}

.dropDownCheck .wrapper-dropdown::before {
    content: "\f078";
    position: absolute;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    top: 18px;
    left: 40px;
    color: rgba(102, 129, 88, 1)
}

.dropDownCheck .wrapper-dropdown.active::before {
    content: "\f077";
    color: #baeaa0
}

.dropDownCheck .wrapper-dropdown .dropdown {
    position: absolute;
    top: 104%;
    right: 0;
    left: 0;
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    background: #fff;
    transition: .5s ease;
    transform: scaleY(0);
    transform-origin: top;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
    height: 300px;
    overflow: scroll
}

.dropDownCheck .wrapper-dropdown .dropdown li {
    border-bottom: 1px solid rgb(169 169 169 / 24%);
    overflow: hidden;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    -ms-transition: .5s ease;
    transition: .5s ease;
    font-family: outfitmedium;
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: 0;
    text-align: right
}

.dropDownCheck .wrapper-dropdown .dropdown a {
    text-decoration: none;
    color: #000;
    padding: 10px 15px;
    display: block
}

.dropDownCheck .wrapper-dropdown .dropdown li:last-child {
    border-bottom: none
}

.dropDownCheck .wrapper-dropdown .dropdown li:hover {
    background: rgba(6, 29, 27, 1);
    color: #baeaa0
}

.dropDownCheck .wrapper-dropdown .dropdown li:hover a {
    color: #baeaa0
}

.dropDownCheck .wrapper-dropdown.active .dropdown {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1)
}

.navigation.pagination .nav-links {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 20px
}

.navigation.pagination .nav-links .page-numbers {
    width: 42px;
    padding: 0;
    line-height: 42px;
    height: 42px;
    border: 1.5px solid transparent;
    color: #142928;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.navigation.pagination .nav-links .page-numbers.current {
    background-color: #142928;
    color: #baeaa0
}

.navigation.pagination .nav-links .next.page-numbers,
.navigation.pagination .nav-links .prev.page-numbers {
    background: 0 0;
    border: 1.5px solid #142928 !important;
    width: 42px;
    padding: 0;
    line-height: 42px;
    height: 42px;
    border: 1.5px solid transparent;
    color: #142928;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    text-decoration: none
}

.blogSectionWrap {
    position: relative
}

.blogSectionWrap .blogCard {
    position: relative;
    margin-top: 25px
}

.blogSectionWrap .blogCard .image-box {
    position: relative
}

.blogSectionWrap .blogCard .image-box .image {
    position: relative;
    overflow: hidden;
    margin-bottom: 0;
    background: #142928
}

.blogSectionWrap .blogCard .image-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.blogSectionWrap .blogCard:hover .image-box .image img:first-child {
    -webkit-transform: translateX(0) scaleX(1);
    transform: translateX(0) scaleX(1);
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: .7
}

.blogSectionWrap .blogCard:hover .image-box .image img:nth-child(2) {
    -webkit-transform: translateX(-50%) scaleX(2);
    transform: translateX(-50%) scaleX(2);
    opacity: 0;
    -webkit-filter: blur(10px);
    filter: blur(10px)
}

.blogSectionWrap .blogCard .image img {
    transition: .3s ease-out;
    width: 100%;
    object-fit: cover
}

.blogSectionWrap .blogCard:hover .image img {
    transform: scale(1.03)
}

.blogSectionWrap .blogCard .content {
    position: relative;
    padding: 30px 0 0
}

.blogSectionWrap .blogCard .content .title {
    font-family: "Reckless Neue";
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    letter-spacing: 0;
    color: #000;
    margin-bottom: 20px
}

.blogSectionWrap .blogCard .content .title a {
    color: #333;
    text-decoration: none;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out
}

.blogSectionWrap .blogCard .content .title a:hover {
    color: #142928
}

.blogSectionWrap .blogCard .content p {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    color: #333
}

.blogSectionWrap .blogCard .content .authorBox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-top: 30px;
    gap: 15px
}

.blogSectionWrap .blogCard .content .authorBox .authorImg {
    max-width: 60px
}

.blogSectionWrap .blogCard .content .authorBox .authorImg img {
    border-radius: 50%
}

.blogSectionWrap .blogCard .content .authorBox .athorImg {
    width: 60px;
    height: 60px;
    border-radius: 50px
}

.blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox {
    font-family: outfitsemi_bold;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    text-align: right;
    color: #000
}

.blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox a {
    color: #000;
    text-decoration: none
}

.blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox a:hover {
    color: #baeaa0
}

.blogSectionWrap .blogCard .content .authorBox .nameBox p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    font-family: outfitregular;
    text-align: right;
    margin-bottom: 0;
    color: rgba(112, 112, 112, 1)
}

.pagination {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: 50px
}

.pagination button {
    width: 42px;
    padding: 0;
    line-height: 42px;
    height: 42px;
    border: 1.5px solid transparent;
    color: #142928;
    font-size: 16px;
    border-radius: 50%;
    background-color: transparent;
    cursor: pointer
}

.pagination button.btn-nav {
    background: 0 0;
    border: 1.5px solid #142928
}

.pagination button.btn-selected {
    background-color: #142928;
    color: #baeaa0
}

.btn-page:hover,
.pagination button:hover {
    background-color: #142928;
    color: #baeaa0
}

.locationWrap {
    position: relative;
    padding-bottom: 50px
}

.locationWrap .text {
    text-align: center
}

.locationImgg {
    position: relative;
    margin-top: 45px;
    width: 100%;
    overflow: hidden
}

.locationImgg img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.locationImgg:hover img {
    transform: scale(1.05)
}

.locationWrapSta {
    position: relative
}

.locationWrapSta .section-title h2 {
    text-align: center
}

.locationBox {
    position: relative;
    margin-top: 50px
}

.locationBox .row {
    justify-content: center;
    display: flex
}

.locationBox .row .col-xl-4 {
    margin-bottom: 30px
}

.locationBox .locatDetails {
    position: relative;
    background: rgba(243, 243, 243, 1);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 30px;
    transition: all .5s ease;
    justify-content: center;
    align-items: flex-start;
    height: 100%
}

.locationBox .col-xl-6 .locatDetails {
    margin-top: 25px
}

.locatDetails .officeLoc {
    position: relative;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between
}

.locatDetails .officeLoc .officeadd {
    font-family: outfitsemi_bold;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    text-align: right
}
.locatDetails .officeLoc .officeadd a:hover{
    color: #baeaa0;
}
.locationBox .locatDetails:hover {
    box-shadow: 0 0 20px 0 rgba(133, 133, 133, .1);
    transition: all .5s ease
}

.locationBox .locatDetails iframe {
    width: 100%;
    height: 330px
}

.locationBox .locatDetails .locIcon {
    width: 52px;
    height: 52px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(107, 141, 12, 1);
    align-items: center
}

.locationBox .locatDetails .locIcon img {
    width: 25px
}

.locationBox .locatDetails .path {
    position: relative;
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    text-align: right;
    color: rgba(0, 0, 0, .6)
}

.locationBox .locatDetails .path a {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
    transition: all .1s linear
}

.locationBox .locatDetails .path a:hover {
    color: rgba(107, 141, 12, 1)
}

.locationBox .locatDetails .phoneLink {
    font-family: outfitsemi_bold;
    font-size: 26px;
    font-weight: 600;
    line-height: 39px;
    text-align: right;
    color: rgba(0, 0, 0, .6)
}

.locationBox .locatDetails .phoneLink a {
    text-decoration: none;
    color: rgba(0, 0, 0, .6);
    transition: all .1s linear
}

.locationBox .locatDetails .phoneLink i {
    padding-right: 10px;
    color: rgba(107, 141, 12, 1)
}

.locationBox .locatDetails .phoneLink a:hover {
    color: rgba(107, 141, 12, 1)
}

.innerWrapContent {
    position: relative
}

.faqCategoryWrap {
    padding-bottom: 50px
}

.faqParentWrap {
    padding-bottom: 50px
}

.innerWrapContent .faqsBox {
    position: relative;
    margin-bottom: 60px
}

.innerWrapContent .faqsBox:last-child {
    margin-bottom: 0
}

.innerWrapContent .faqsBox .content {
    margin-bottom: 35px
}

.innerWrapContent .faqsBox .title {
    font-family: "Reckless Neue";
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: right;
    color: rgba(45, 45, 45, 1);
    margin-bottom: 25px
}

.innerWrapContent .faqsBox .title a {
    text-decoration: none
}

.innerWrapContent .faqsBox .text {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin-bottom: 0;
    color: rgba(45, 45, 45, 1)
}

.innerWrapContent .faqsBox .accordion {
    margin: 0 auto 0
}

.innerWrapContent .faqsBox .accordion .at-item {
    margin-bottom: 20px
}

.innerWrapContent .faqsBox .accordion .at-title {
    cursor: pointer;
    border: 1.19px solid rgba(73, 72, 72, .06);
    box-shadow: 0 2.38px 23.83px 0 rgba(0, 0, 0, .06);
    background: rgba(255, 255, 255, 1);
    position: relative;
    transition: background-color .3s ease;
    display: flex;
    padding: 25px 90px 25px 30px;
    border-radius: 0;
    align-items: center;
    transition: all .5s ease
}

.innerWrapContent .faqsBox .accordion .at-title.active,
.innerWrapContent .faqsBox .accordion .at-title:hover {
    background: rgba(6, 29, 27, 1);
    transition: all .5s ease
}

.innerWrapContent .faqsBox .accordion .at-title.active h2 a,
.innerWrapContent .faqsBox .accordion .at-title:hover h2 a {
    color: #fff;
    text-decoration: none
}

.innerWrapContent .faqsBox .accordion .at-title h2 {
    font-family: outfitmedium;
    font-size: 24px;
    font-weight: 500;
    line-height: 28.8px;
    text-align: right;
    color: rgba(58, 57, 57, 1);
    margin-bottom: 0
}

.innerWrapContent .faqsBox .accordion .at-title h2 a {
    text-decoration: none
}

.innerWrapContent .faqsBox .accordion .at-title:after {
    content: "\2b";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    right: 25px;
    transition: all .3s ease;
    font-size: 14px;
    height: 32px;
    color: rgb(255 255 255);
    display: flex;
    width: 32px;
    border-radius: 50px;
    background: rgba(14, 53, 49, 1);
    line-height: 42px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.innerWrapContent .faqsBox .accordion .at-tab {
    display: none;
    padding: 15px 30px;
    padding-top: 0;
    border: none;
    background: rgba(6, 29, 27, 1)
}

.innerWrapContent .faqsBox .accordion .at-tab p {
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: rgba(255, 255, 255, .84)
}

.innerWrapContent .faqsBox .accordion .at-tab ul {
    position: relative
}

.innerWrapContent .faqsBox .accordion .at-tab ul li {
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: rgba(255, 255, 255, .84);
    padding-bottom: 8px
}

.innerWrapContent .faqsBox .accordion .at-title.active:after {
    content: "\f068";
    background: rgba(186, 234, 160, 1);
    color: rgba(14, 53, 49, 1)
}

.innerWrapContent .faqsBox .accordion .at-title:hover:after {
    background: rgba(186, 234, 160, 1);
    color: rgba(14, 53, 49, 1)
}

.innerWrapContent .faqsBox .accordion .at-item .at-tab .read-more {
    background: #baeaa0;
    color: #000;
    padding: 7px 17px;
    display: inline-block;
    text-decoration: none
}

.innerWrapContent .faqsBox .accordion .at-item .at-tab .read-more:hover {
    background: #6b8d0c;
    color: #fff;
    text-decoration: none
}

.consultationBox {
    position: relative;
    background: rgba(243, 243, 243, 1);
    padding: 35px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px
}

.consultationBox .iconhead {
    width: 65px
}

.consultationBox .iconhead img {
    width: 100%
}

.consultationBox .icon-ceoo {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 229px;
    height: 265px;
    z-index: 1
}

.consultationBox .titlecon {
    font-family: "Reckless Neue";
    color: rgba(45, 45, 45, 1);
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: right
}

.consultationBox .texttw {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px !important;
    color: rgba(112, 112, 112, 1)
}

.consultationBox .callphone {
    position: relative;
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 29.8px;
    letter-spacing: -.02em;
    text-align: right;
    color: rgba(102, 129, 88, 1)
}

.consultationBox .callphone span {
    display: block;
    font-family: outfitsemi_bold;
    font-size: 26px;
    font-weight: 600;
    line-height: 28.92px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.consultationBox .callphone span a {
    color: rgba(45, 45, 45, 1);
    text-decoration: none
}

.consultationBox .callphone span a:hover {
    color: rgba(102, 129, 88, 1)
}
.mediaWrap {
    position: relative;
    padding: 50px 0
}
.mediaWrap .mediaWrapBox {
    position: relative;
    margin-top: 25px;
    text-align: center
}
.mediaWrap .mediaWrapBox .bannerButn {
    text-align: center;
    margin-top: 50px
}
.mediaWrap .mediaWrapBox .boxMediaa {
    position: relative;
    width: 100%;
    border-radius: 16px
}
.mediaWrap .mediaWrapBox .boxMediaa img {
    width: 100%;
    border-radius: 20px
}
.mediaWrap .mediaWrapBox .boxMediaa.testi img {
    width: 100%;
    aspect-ratio: inherit;
    object-fit: cover;
    border-radius: 20px
}
.mediaWrap .mediaWrapBox .boxMediaa .icon {
    position: absolute;
    display: flex;
    top: 50%;
    height: 100%;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.mediaWrap .mediaWrapBox .boxMediaa .icon img {
    width: 85px;
    max-height: 120px;
    z-index: 99
}
.aspect-16-9{ position:relative; width:100%; aspect-ratio:16/9; overflow:hidden; border-radius:12px; background:#0f0f0f; }
.aspect-16-9 img{ width:100%; height:100%; object-fit:cover; display:block; }
.boxMediaa .icon{
  position:absolute; right:10px; bottom:10px; border-radius:999px; padding:6px;
}
.mediaWrapBox{ position:relative; }
.media-nav{
  display:flex; align-items:center; justify-content:center; gap:12px;
  margin-top:16px;
}
.media-pagination .swiper-pagination-bullet{ opacity:.6; }
.media-pagination .swiper-pagination-bullet-active{ opacity:1; }
.media-prev, .media-next{
  width:36px; height:36px; border:1px solid #142928; border-radius:999px; background:transparent;
  position:relative; display:grid; place-items:center; cursor:pointer; transition:background .15s ease, border-color .15s ease;
}
.media-prev:hover, .media-next:hover{ background:#142928; border-color:#142928; }
.media-prev::before, .media-next::before{
  content:""; width:16px; height:16px; display:block; background:#142928;
  mask: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M5 12h14"/><path d="M12 5l7 7-7 7"/></svg>') no-repeat center / contain;
}
.media-prev:hover::before, .media-next:hover::before{
  background: #fff;
}
.media-prev::before{ transform:scaleX(-1); }
.mediaSwiper .swiper-slide{ width: clamp(260px, 40vw, 520px);height: auto; }
/* Grid container */
.newsWrap{
    padding-top: 0px;
}
.newsGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
  align-items: stretch;
}
/* Card */
.newsCard {
  display: flex;
  flex-direction: column;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 15px;
  background: #fff;
  transition: box-shadow .2s ease, transform .2s ease;
}
.newsCard:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

/* Header (link is inside now) */
.news-header a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "Reckless Neue";
  font-size: 24px;
  line-height: 1.4;
  color: #142928;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid #baeaa0;
  font-weight: 600;
}
.news-header a:hover {
  text-decoration: underline;
}
.news-header img {
  max-width: 30px;
}

/* Description under header */
.newsDesc {
  font-family: outfitregular, sans-serif;
  font-size: 18px;
  line-height: 1.4;
  color: #142928;
  margin-top: 10px;
}
.swal2-html-container {
    padding: 35px !important
}

.caseSingleWrap {
    position: relative
}

.caseSingleWrap .casesection {
    position: relative;
    margin-top: 50px
}

.caseSingleWrap .casesection .caseBoxx {
    position: relative;
    margin-top: 25px
}

.caseSingleWrap .casesection .caseBoxx .imgesBoxx {
    position: relative;
    overflow: hidden;
    background-color: #000
}

.caseSingleWrap .casesection .caseBoxx .imgesBoxx::before {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(6, 29, 27, .6);
    content: "";
    height: 100%;
    width: 100%;
    z-index: 9
}

.caseSingleWrap .casesection .caseBoxx .imgesBoxx img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.caseSingleWrap .casesection .caseBoxx:hover .imgesBoxx img {
    transform: scale(1.05);
    opacity: .7
}

.caseSingleWrap .casesection .caseBoxx .content {
    position: absolute;
    left: 0;
    height: 100%;
    top: 0;
    width: 100%;
    z-index: 99;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}

.caseSingleWrap .casesection .caseBoxx .content .title {
    position: relative;
    font-family: outfitmedium;
    font-size: 45px;
    font-weight: 500;
    line-height: 56.4px;
    text-align: center;
    color: #fff
}

.caseSingleWrap .casesection .caseBoxx a {
    text-decoration: none;
    color: #fff
}

.caseSingleWrap .casesection .caseBoxx a .content .title {
    color: #fff
}

.caseSingleWrap .casesection .caseBoxx .content p {
    font-family: outfitregular;
    font-size: 22px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    margin-bottom: 0;
    color: #fff
}

.aboutGeopage {
    position: relative;
    padding: 70px 0
}

.aboutGeopage .aboutRow {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: flex-start
}

.aboutGeopage .aboutRow .leftside {
    width: 47%
}

.aboutGeopage .aboutRow .rightside {
    width: 52%
}

.aboutGeopage .aboutRow .leftside .imagesmain {
    position: relative;
    overflow: hidden
}

.aboutGeopage .aboutRow .leftside .imagesmain img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.aboutGeopage .aboutRow .leftside .imagesmain .flagImg {
    position: absolute;
    left: 15px;
    bottom: 15px;
    width: 125.74px;
    height: 125.74px
}

.aboutGeopage .aboutRow .leftside .imagesmain .flagImg img {
    transition: none
}

.aboutGeopage .aboutRow .leftside:hover .imagesmain .flagImg img {
    transform: none !important;
    opacity: 1 !important
}

.aboutGeopage .aboutRow .leftside:hover .imagesmain img {
    transform: scale(1.05);
    opacity: .9
}

.aboutGeopage .aboutRow .rightside {
    position: relative
}

.aboutGeopage .aboutRow .rightside .text {
    position: relative;
    font-family: outfitregular;
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    text-align: right;
    margin-bottom: 20px;
    color: rgba(58, 57, 57, 1)
}

.aboutGeopage .aboutRow .rightside .text a {
    color: #6b8d0c
}

.aboutGeopage .aboutRow .rightside .text a:hover {
    color: #baeaa0
}

.aboutGeopage .aboutRow .rightside .text a:hover {
    color: #061d1b
}

.aboutGeopage .aboutRow .rightside .btn-two {
    width: 500px
}

.aboutGeopage .aboutRow .rightside .btn-two p span {
    font-size: 24px
}

.injuredWrap {
    padding: 50px 0;
    position: relative
}

.injuredWrap h3 {
    font-family: "Reckless Neue"
}

.injuredWrap .content-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 60px
}

.injuredWrap .content-head .section-title h2 {
    margin-bottom: 0
}

.imageseffect {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px
}

.imageseffect img {
    width: 100%;
    transition: all .5s ease;
    transform: scale(1)
}

.imageseffect:hover img {
    transform: scale(1.05)
}

.injuredWrap .text {
    position: relative;
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: right;
    margin-bottom: 20px;
    color: #fff
}

.injuredWrap.white-bg .text {
    color: #000
}

.injuredWrap.green-bg .text a,
.injuredWrap.white-bg .text a {
    color: rgba(102, 129, 88, 1)
}

.injuredWrap.green-bg .text ul,
.injuredWrap.white-bg .text ul {
    list-style: none;
    margin-bottom: 0
}

.injuredWrap.green-bg .text ul li,
.injuredWrap.white-bg .text ul li {
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px
}

@media screen and (max-width:767px) {

    .injuredWrap.green-bg .text ul li,
    .injuredWrap.white-bg .text ul li {
        position: relative;
        padding-right: 25px;
        padding-bottom: 5px
    }

    .injuredWrap.green-bg .text ul,
    .injuredWrap.white-bg .text ul {
        list-style: none;
        margin-bottom: 25px
    }
}

.injuredWrap.green-bg .text ul li::before,
.injuredWrap.white-bg .text ul li::before {
    position: absolute;
    box-shadow: 0 4px 11px 0 rgba(186, 234, 160, .68);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    right: 0;
    top: 8px
}

.personlWrap {
    position: relative;
    padding: 50px 0
}

.aboutGeopage a,
.domeWrap a,
.injuredWrap a,
.personlWrap a {
    color: #6b8d0c
}

.aboutGeopage a:hover,
.domeWrap a:hover,
.injuredWrap a:hover,
.personlWrap a:hover {
    color: #baeaa0
}

.personlWrap .persoRow {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: center
}

.personlWrap .persoRow .rightside {
    position: relative;
    width: 50%
}

.personlWrap .persoRow .rightside .title,
.personlWrap .persoRow .rightside h2 {
    font-family: "Reckless Neue";
    font-size: 48px;
    font-weight: 400;
    line-height: 62px;
    letter-spacing: -.01em;
    text-align: right;
    color: rgba(45, 45, 45, 1);
    margin-bottom: 25px
}

.personlWrap .persoRow .rightside .text {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.dotTick ul {
    list-style: none;
    margin-bottom: 0;
    column-count: 2;
    padding: 15px 0
}

.dotTick ul li {
    position: relative;
    padding-right: 25px;
    font-family: outfitsemi_bold;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 20px;
    line-height: 23px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.dotTick ul li::before {
    position: absolute;
    box-shadow: 0 4px 11px 0 rgba(186, 234, 160, .68);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    right: 0;
    top: 5px
}

.dotTickTwo {
    position: relative;
    padding-top: 15px;
    margin-bottom: 20px
}

.dotTickTwo ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0
}

.dotTickTwo ul li {
    position: relative;
    padding-right: 30px;
    padding-bottom: 15px
}

.dotTickTwo ul li::before {
    position: absolute;
    box-shadow: 0 4px 11px 0 rgba(186, 234, 160, .68);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    right: 0;
    top: 8px
}

.dotTickTwo ul li .title {
    font-family: outfitsemi_bold;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 30px;
    text-align: right
}

.dotTickTwo ul li p {
    font-size: 20px;
    line-height: 28px;
    font-family: outfitregular;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 5px;
    text-align: right
}

.personlWrap .persoRow .leftside {
    position: relative;
    width: 50%
}

.personlWrap .persoRow .leftside .images {
    position: relative;
    padding-left: 25px;
    margin-bottom: 0
}

.personlWrap .persoRow .leftside .images img {
    width: 100%
}

.personlWrapreverse {
    position: relative
}

.personlWrapreverse .persoRow {
    flex-direction: row-reverse
}

.personlWrapreverse .persoRow .leftside .images {
    padding-right: 0;
    padding-left: 25px
}

.personlWrapreverse .persoRow .leftside .images::before {
    left: auto;
    right: 0
}

.servedWrap {
    position: relative
}

.page-template-default .servedWrap {
    margin-bottom: 70px
}

.servedWrapBg {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    z-index: 1;
    width: 100%
}

.servedWrap .container {
    position: relative;
    z-index: 99
}

.servedArea {
    margin-top: 70px;
    position: relative
}

.servedArea .col-lg-3 {
    padding: 0
}

.servedArea .servedBOx {
    position: relative
}

.servedArea .servedBOx .btn-one {
    width: 100%;
    height: 85px;
    font-family: outfitregular;
    font-size: 25px;
    font-weight: 400;
    text-align: center;
    line-height: 85px;
    background: rgba(20, 41, 40, .5);
    border: 1px solid rgba(255, 255, 255, .05);
    color: #fff
}

.servedArea .servedBOx .btn-one:before {
    background: rgba(186, 234, 160, 1)
}

.servedArea .servedBOx .btn-one:after {
    background: rgba(186, 234, 160, 1)
}

.servedArea .servedBOx .btn-one:hover {
    background: rgba(186, 234, 160, 1);
    color: rgba(6, 29, 27, 1)
}

.domeWrap {
    padding: 50px 0;
    position: relative
}

.domeWrap .text {
    text-align: center
}

.consultdemo {
    position: relative;
    margin-top: 50px
}

.consultdemo .row {
    justify-content: center
}

.consultdemo .col-lg-6 {
    display: flex
}

.consultdemoBox {
    margin-top: 25px;
    position: relative;
    background: rgba(238, 238, 238, 1);
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 25px;
    width: 100%;
}

.consultdemoBox.consultdemoBoxTwo {
    min-height: 600px
}

.consultdemoBox .number {
    font-family: outfitsemi_bold;
    font-size: 20px;
    font-weight: 600;
    line-height: 26.4px;
    text-align: right;
    color: rgba(107, 141, 12, 1)
}

.consultdemoBox .title {
    font-family: outfitmedium;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.consultdemoBox .text {
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 29.12px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.consultdemoBox .text ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0
}

.consultdemoBox .text ul li {
    position: relative;
    padding-right: 25px;
    font-family: outfitsemi_bold;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 10px;
    line-height: 23px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.consultdemoBox .text ul li::before {
    position: absolute;
    box-shadow: 0 4px 11px 0 rgba(186, 234, 160, .68);
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    right: 0;
    top: 5px
}

footer {
    padding: 110px 0 0;
    position: relative;
    background: #061d1b
}

footer .container {
    max-width: 1450px
}

.footerNavigation {
    padding: 55px 0 45px;
    position: relative;
    border-top: 1.19px solid #ffffff33;
    border-bottom: 1.19px solid #ffffff33
}

footer h4 {
    font-family: outfitmedium;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
    margin-bottom: 25px
}

footer ul {
    list-style: none;
    padding-right: 0;
    margin-bottom: 0
}

footer ul li a {
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-transform: capitalize;
    text-align: right;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #baeaa0, #baeaa0 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out
}

footer ul li a:before {
    display: block;
    content: "";
    width: 0;
    height: 1px;
    bottom: 5px;
    left: 0;
    bottom: -2px;
    z-index: 0;
    position: absolute;
    background: #baeaa0;
    transition: all .3s ease-in-out
}

footer ul li a:hover {
    background-position: 0
}

footer ul li a:hover:before {
    width: 100%
}

footer .calltoaction {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 100%;
    padding-bottom: 70px
}

footer .calltoaction .title {
    font-family: "Reckless Neue";
    font-size: 60px;
    font-weight: 400;
    line-height: 72px;
    text-align: right;
    color: #fff
}

footer .calltoaction .title span {
    color: #baeaa0;
    font-weight: 500
}

.subNavv ul {
    column-count: 3
}

footer .mediaPort {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 50px 0
}

footer .socialMedia {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px
}

footer .socialMedia ul {
    display: flex;
    gap: 20px
}

footer .socialMedia ul li {
    list-style: none
}

footer .socialMedia ul li a {
    width: 45px;
    height: 45px;
    background: #ffffff0d;
    text-align: center;
    line-height: 45px;
    font-size: 22px;
    display: block;
    -webkit-text-fill-color: unset;
    position: relative;
    overflow: hidden;
    border: 1.35px solid rgb(255 255 255 / 35%);
    z-index: 1
}

footer .socialMedia ul li a i {
    position: relative;
    color: #fff;
    transition: .5s;
    z-index: 3
}

footer .socialMedia ul li a:hover i {
    color: #000;
    transform: rotateY(360deg)
}

footer .socialMedia ul li a:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    background: #baeaa0;
    transition: .5s;
    z-index: 2
}

footer .socialMedia ul li a:hover:before {
    top: 0
}

footer .emailSide {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 40px
}

.boxemail .title {
    font-family: outfitmedium;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    text-align: right;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 10px
}

.boxemail .emailLink {
    font-family: outfitregular;
    font-size: 17px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: #fff
}

.boxemail .emailLink a {
    font-family: outfitregular;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #baeaa0, #baeaa0 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out
}

.boxemail .emailLink a:hover {
    background-position: 0
}

.copyright {
    position: relative;
    border-top: 1.19px solid rgba(255, 255, 255, .1);
    padding: 20px 0
}

.copyright .contentbox {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 50px
}

.copyright .contentbox p {
    font-family: outfitregular;
    font-size: 15.89px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: #fff;
    margin-bottom: 0
}

.copyright .contentbox a {
    text-decoration: none;
    color: #baeaa0
}

.copyright .contentbox a:hover {
    color: #6b8d0c
}

.copyright .contentbox .dmcImg img {
    width: 150px
}

.copyright .contentboxLILN {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.copyright .contentboxLILN p {
    font-family: outfitregular;
    font-size: 17px;
    font-weight: 400;
    line-height: 28.92px;
    text-align: right;
    color: #fff;
    text-transform: capitalize;
    margin-bottom: 0
}

.copyright .contentboxLILN p a {
    text-decoration: none;
    color: #fff;
    text-decoration: none;
    position: relative;
    z-index: 1;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #baeaa0, #baeaa0 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out
}

.copyright .contentboxLILN p a:hover {
    background-position: 0
}

.mblflx {
    display: none
}

.btn-mobile {
    display: none
}

.counterWrap {
    position: relative;
    padding-top: 0
}

.counterWrap .container {
    max-width: 1440px
}

.counterWrap .item {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.counterWrap .item .countBox {
    display: flex;
    flex-direction: row;
    margin-bottom: 15px;
    gap: 5px;
    justify-content: center;
    align-items: center
}

.counterWrap .item .countBox .leftSdidee {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.counterWrap .item .countBox .leftSdidee .count {
    font-family: "Reckless Neue";
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    text-align: center;
    color: rgba(45, 45, 45, 1)
}

.counterWrap .item .countBox .leftSdidee span {
    font-family: "Reckless Neue";
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    text-align: center;
    color: rgba(45, 45, 45, 1)
}

.counterWrap .item .countBox .rightSdidee {
    font-family: "Reckless Neue";
    font-size: 54px;
    font-weight: 400;
    line-height: 64.8px;
    text-align: center;
    color: rgba(45, 45, 45, 1)
}

.counterWrap .item p {
    position: relative;
    margin-bottom: 0;
    font-family: outfitregular;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
    text-align: center
}

.teamWrapper {
    position: relative;
    padding: 50px 0
}

.teamWrapper .teamWrapper .row {
    justify-content: center
}

.teamWrapper .teamMembers {
    background: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.teamWrapper .teamMembers .teamImg {
    position: relative;
    overflow: hidden
}

.teamWrapper .teamMembers .teamImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.teamWrapper .teamMembers .teamImg:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: -2px;
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 42.79%, rgba(255, 255, 255, .85) 79.62%, rgba(255, 255, 255, .97) 93.26%);
    visibility: visible;
    transform-origin: bottom center;
    transform: scaleY(1) translateZ(0);
    transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
    z-index: 99
}

.teamWrapper .teamMembers .contentt {
    opacity: 1;
    width: 100%;
    position: absolute;
    text-align: right;
    transition: all .5s ease;
    left: 0;
    padding: 0 20px 20px;
    z-index: 100;
    bottom: 0
}

.teamWrapper .teamMembers:hover .contentt {
    opacity: 1;
    bottom: 20px;
    transition: all .3s ease
}

.teamWrapper .teamMembers .contentt h5 {
    font-family: "Reckless Neue";
    font-size: 26px;
    font-weight: 700;
    line-height: 28px;
    text-align: right;
    color: rgba(45, 45, 45, 1)
}

.teamWrapper .teamMembers .contentt h5 a {
    color: rgba(45, 45, 45, 1);
    text-decoration: none
}

.teamWrapper .teamMembers .contentt h5 a:hover {
    color: rgba(6, 29, 27, 1)
}

.teamWrapper .teamMembers .contentt p {
    margin-bottom: 0;
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: right;
    color: rgba(102, 102, 102, 1)
}

.teamdetWrap {
    background: rgba(251, 251, 251, 1);
    position: relative
}

.teamdetWrap {
    padding-bottom: 20px
}

.teamdetWrap .team-details {
    background: rgba(251, 251, 251, 1);
    position: relative;
    overflow: hidden;
    margin-bottom: 25px
}

.teamdetWrap .team-details .teamImg {
    position: relative;
    overflow: hidden
}

.teamdetWrap .team-details .teamImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative
}

.teamdetWrap .team-details .teamImg:before {
    content: "";
    position: absolute;
    top: 25px;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(179.98deg, rgba(251, 251, 251, 0) 42.79%, rgba(251, 251, 251, .85) 77.07%, #fbfbfb 95.8%);
    visibility: visible;
    transform-origin: bottom center;
    transform: scaleY(1) translateZ(0);
    transition: opacity .5s ease, visibility .5s ease, transform .7s ease;
    z-index: 99
}

.team-details h5 {
    font-family: outfitmedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    text-align: right;
    margin: 35px 0 20px
}

.team-details .socialmedia {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap
}

.team-details .socialmedia a {
    background: rgba(78, 98, 67, 1);
    width: 55px;
    height: 55px;
    font-size: 18px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none
}

.team-details .socialmedia a:hover {
    background: #142928;
    color: #baeaa0
}

.teamdetWrap .content {
    position: relative
}

.teamdetWrap .content .title {
    position: relative;
    font-family: "Reckless Neue";
    font-size: 54px;
    font-weight: 400;
    line-height: 65px;
    letter-spacing: -.01em;
    text-align: right;
    margin-bottom: 15px;
    color: rgba(45, 45, 45, 1)
}

.teamdetWrap .content .location-certified,
.teamdetWrap .content .position {
    font-family: outfitsemi_bold;
    font-size: 30px;
    font-weight: 600;
    line-height: 45px;
    text-align: right;
    color: rgba(102, 102, 102, 1);
    margin-bottom: 15px
}

.teamdetWrap .content p {
    font-size: 20px;
    line-height: 32px;
    font-family: outfitregular;
    color: rgba(112, 112, 112, 1)
}

.teamdetWrap .content p:last-child {
    margin-bottom: 0
}

.job-listing {
    margin: 20px 0;
    padding: 50px;
    border: 6px solid #baeaa0
}

.career-form {
    max-width: 700px;
    margin: 0 auto
}

.career-form .gform_confirmation_wrapper .gform_confirmation_message {
    color: #fff;
    font-size: 26px;
    text-align: center;
    margin-bottom: 20px;
    padding: 20px;
    border: 1px solid #fff;
    border-radius: 25px
}

.careerWrap {
    position: relative;
    padding-bottom: 50px
}

.careerWrap .text a {
    color: #6b8d0c
}

.careerWrap .text a:hover {
    color: #baeaa0
}

.careerWrap .jobList {
    position: relative;
    margin-top: 40px
}

.careerWrap .jobList ul {
    position: relative;
    list-style: none;
    margin-bottom: 0;
    padding-right: 0
}

.careerWrap .jobList ul li {
    margin-bottom: 25px
}

.careerWrap .jobList ul li .jobBoxx {
    display: flex;
    background: rgba(243, 243, 243, 1);
    padding: 34px;
    position: relative;
    justify-content: space-between;
    align-items: center;
    gap: 25px;
    transition: all .5s ease
}

.careerWrap .jobList ul li:hover .jobBoxx {
    box-shadow: 0 0 20px 0 rgba(92, 92, 92, .055);
    transition: all .5s ease
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent {
    width: 85%;
    gap: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.careerWrap .jobList ul li .jobBoxx .rightButn {
    width: 15%
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one {
    width: 100%;
    height: 70px;
    font-size: 20px;
    line-height: 65px;
    font-family: outfitsemi_bold;
    font-weight: 600;
    background: rgba(186, 234, 160, .15);
    border: 2px solid rgba(186, 234, 160, 1);
    color: #000
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one:before {
    background: #142928
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one:after {
    background: #142928
}

.careerWrap .jobList ul li .jobBoxx .rightButn .btn-one:hover {
    color: #baeaa0;
    background: #142928
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis {
    border-right: 1px solid rgba(189, 189, 189, 1);
    padding-right: 25px;
    margin-right: 25px
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis:last-child {
    border-right: none;
    padding-right: 0;
    margin-right: 0
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis p {
    font-size: 20px;
    line-height: 30px;
    font-family: outfitregular;
    font-weight: 400;
    font-style: normal;
    margin-top: 0;
    margin-bottom: 3px;
    text-align: right
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .timeTag {
    position: relative;
    background: rgba(223, 245, 211, 1);
    font-family: outfitmedium;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: rgba(102, 129, 88, 1);
    text-align: center;
    width: 116px;
    display: flex;
    flex-direction: column;
    text-transform: capitalize;
    align-items: center;
    margin: 0;
    justify-content: center;
    border-radius: 50px;
    padding: 8px 0 6px
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .title {
    font-family: outfitsemi_bold;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 42px;
    text-align: right;
    color: #000
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis p i {
    color: rgba(102, 129, 88, 1);
    padding-right: 10px
}

.careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis .jonId {
    font-family: outfitmedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    text-align: right;
    color: #000
}

.innderContentpage {
    padding: 70px 0;
    position: relative
}

.blogVideo {
    position: relative
}

.blogVideo .title {
    font-family: outfitsemi_bold;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
    color: #707070
}

.blogVideo .videoLink {
    font-family: outfitsemi_bold;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    text-align: right;
    color: #6b8d0c;
    margin-top: 15px
}

.blogVideo .videoLink a {
    color: #6b8d0c
}

.blogVideo .videoLink a:hover {
    color: #142928
}

.innderContentpage .text {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px
}

.blogdetailss .text {
    color: #707070
}

.blogdetailss .imageseffect {
    position: relative;
    overflow: hidden;
    margin-top: 30px;
    margin-bottom: 0
}

.innderContentpage .consultation-box {
    position: relative;
    background: #f3f3f3;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
    margin: 35px 0
}

.innderContentpage .consultation-box .socialShare h5 {
    font-family: outfitmedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: rgba(102, 102, 102, 1);
    text-align: right;
    margin: 0 0 15px
}

.innderContentpage .consultation-box .socialShare .socialmedia {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px
}

.innderContentpage .consultation-box .socialShare .socialmedia a {
    background: rgba(78, 98, 67, 1);
    width: 55px;
    height: 55px;
    font-size: 18px;
    display: flex;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: none
}

.innderContentpage .consultation-box .socialShare .socialmedia a:hover {
    background: #142928;
    color: #baeaa0
}

.innderContentpage .consultation-box .icon-ceoo {
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: top !important;
    position: absolute;
    bottom: 0;
    right: 0;
    content: "";
    width: 157px;
    height: 257px;
    z-index: 1
}

.innderContentpage .section-contentt h3 {
    font-family: "Reckless Neue";
    font-size: 26px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: right;
    color: #2d2d2d;
    margin-bottom: 20px
}

.aboutGeopage h2,
.innderContentpage .section-contentt h2 {
    font-family: "Reckless Neue";
    font-size: 32px;
    font-weight: 600;
    line-height: 38.4px;
    text-align: right;
    color: #2d2d2d;
    margin-bottom: 20px
}

.injuredWrap ul,
.innercontent ul {
    list-style: none;
    padding-right: 1em
}

.injuredWrap ol,
.innercontent ol {
    padding-right: 2.5em
}

.injuredWrap ol li ol,
.innercontent ol li ol {
    padding-right: 1em
}

.injuredWrap ol li ol li:first-child,
.innercontent ol li ol li:first-child {
    margin-top: 15px
}

.injuredWrap ul li,
.innercontent ul li {
    position: relative;
    padding-right: 25px
}

.injuredWrap ol li ul,
.innercontent ol li ul {
    margin-top: 10px
}

.innercontent ul li::before {
    position: absolute;
    box-shadow: 0px 4px 11px 0px rgba(186, 234, 160, 0.68);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    right: 0px;
    top: 8px;
}

.injuredWrap ul li ul li:first-child,
.innercontent ul li ul li:first-child {
    margin-top: 20px
}

.innderContentpage .section-contentt .min-title {
    position: relative;
    font-family: "Reckless Neue";
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
    color: #2d2d2d;
    margin-bottom: 20px
}

.innderContentpage .section-contentt h3 i {
    margin-right: 10px;
    text-align: center;
    width: 42px;
    height: 42px;
    background: #20202026;
    font-size: 25px;
    line-height: 42px;
    border-radius: 50px
}

.injuredWrap ol li,
.innderContentpage .section-contentt li,
.innderContentpage .section-contentt p {
    font-family: outfitregular;
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px
}

.injuredWrap.green-bg ol li {
    color: #fff
}

.client-disclaimer p a,
.innderContentpage h2 a,
.innderContentpage h3 a,
.innderContentpage p a,
.video-disclaimer p a {
    color: #6b8d0c
}

.client-disclaimer p a:hover,
.innderContentpage h2 a:hover,
.innderContentpage h3 a:hover,
.innderContentpage p a:hover,
.video-disclaimer p a:hover {
    text-decoration: underline
}

.innderContentpage li a {
    color: #6b8d0c;
    overflow-wrap: anywhere;
    word-break: break-word
}

.innderContentpage li a:hover {
    color: #baeaa0
}

.innderContentpage .dotTickTwo {
    padding-right: 25px
}

.innderContentpage .consultation-box .iconhead {
    width: 55px
}

.innderContentpage .consultation-box .iconhead img {
    width: 100%
}

.innderContentpage .consultation-box .titlecon {
    font-family: "Reckless Neue";
    color: #2d2d2d;
    font-size: 25px;
    font-weight: 600;
    line-height: 30px;
    text-align: right
}

.innderContentpage .consultation-box .texttw {
    font-family: outfitregular;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin-bottom: 0;
    color: #707070
}

.innderContentpage .sidebar-widgat {
    position: relative;
    margin-bottom: 80px;
    background: rgba(243, 243, 243, 1);
    border-top: 7px solid #0e3531;
    max-width: 380px;
    margin-right: auto;
    margin-left: auto
}

.sidebar-disclaimer {
    max-width: 380px;
    margin-right: auto;
    margin-left: auto;
    position: sticky;
    top: 110px
}

.innderContentpage .sidebar-widgat:last-child {
    margin-bottom: 0
}

.innderContentpage .sidebar-widgat .title {
    position: relative;
    font-family: "Reckless Neue";
    font-size: 28px;
    padding: 22px;
    text-transform: capitalize;
    font-weight: 600;
    line-height: 33.6px;
    text-align: right;
    color: rgba(45, 45, 45, 1);
    border: 1px solid rgba(0, 0, 0, .1)
}

.innderContentpage .sidebar-widgat .side-nav {
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: flex-start
}

.innderContentpage .sidebar-widgat .side-nav .no-links,
.innderContentpage .sidebar-widgat .side-nav a {
    display: block;
    background: rgba(243, 243, 243, 1);
    border-bottom: 2px solid rgba(0, 0, 0, .1);
    width: 100%;
    padding: 25px 30px 25px 16px;
    font-family: outfitmedium;
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    text-transform: capitalize;
    position: relative;
    text-align: right;
    transition: all .5s ease;
    color: rgba(45, 45, 45, .6)
}

.innderContentpage .sidebar-widgat .side-nav a::before {
    position: absolute;
    left: 8px;
    transform: translate(0, -50%);
    top: 50%;
    font-size: 18px;
    content: "\f104";
    font-family: "Font Awesome 6 Free";
    font-weight: 900
}

.innderContentpage .sidebar-widgat .side-nav .no-links:active,
.innderContentpage .sidebar-widgat .side-nav .no-links:hover,
.innderContentpage .sidebar-widgat .side-nav a.active,
.innderContentpage .sidebar-widgat .side-nav a:hover {
    background: rgba(186, 234, 160, 1);
    color: rgba(6, 29, 27, 1);
    transition: all .5s ease
}

.sidebarfix {
    position: relative;
    top: 0;
    z-index: 9
}

.fixedPage {
    overflow: hidden;
    top: 90px;
    z-index: 9;
    position: sticky !important;
    position: -webkit-sticky !important;
    animation: .7s ease-in-out 0s normal none 1 running fadeInDown;
    border-radius: 0
}

.mobile-display {
    display: none
}

.desktop-display {
    display: block
}

.hmb-banner .gform_heading {
    display: none
}

.hmb-banner .gform_required_legend {
    display: none
}

.hmb-banner .gfield_required {
    display: none !important
}

.hmb-banner .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 20px !important;
    grid-column-gap: 20px !important
}

.hmb-banner input[type=email],
.hmb-banner input[type=tel],
.hmb-banner input[type=text],
.hmb-banner select {
    display: block;
    width: 100%;
    padding: 12px;
    height: 58px;
    color: #fff;
    border: transparent;
    background: #ffffff1a;
    font-family: outfitregular;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.hmb-banner.free-evalute input[type=email],
.hmb-banner.free-evalute input[type=tel],
.hmb-banner.free-evalute input[type=text],
.hmb-banner.free-evalute select,
.hmb-banner.free-evalute textarea {
    background: rgba(250, 250, 250, 1);
    color: rgba(73, 72, 72, .7);
    border: 1px solid #142928
}

.hmb-banner input[type=email]::placeholder,
.hmb-banner input[type=tel]::placeholder,
.hmb-banner input[type=text]::placeholder,
.hmb-banner select::placeholder,
.hmb-banner textarea::placeholder {
    color: #fff
}

.hmb-banner.free-evalute input[type=email]::placeholder,
.hmb-banner.free-evalute input[type=tel]::placeholder,
.hmb-banner.free-evalute input[type=text]::placeholder,
.hmb-banner.free-evalute select::placeholder,
.hmb-banner.free-evalute textarea::placeholder {
    color: rgba(73, 72, 72, .7)
}

.hmb-banner input[type=email]:-moz-placeholder,
.hmb-banner input[type=tel]:-moz-placeholder,
.hmb-banner input[type=text]:-moz-placeholder,
.hmb-banner select:-moz-placeholder,
.hmb-banner textarea:-moz-placeholder,
.hmb-banner.free-evalute input[type=email]:-moz-placeholder,
.hmb-banner.free-evalute input[type=tel]:-moz-placeholder,
.hmb-banner.free-evalute input[type=text]:-moz-placeholder,
.hmb-banner.free-evalute select:-moz-placeholder,
.hmb-banner.free-evalute textarea:-moz-placeholder {
    color: inherit
}

.hmb-banner input[type=email]:-ms-input-placeholder,
.hmb-banner input[type=tel]:-ms-input-placeholder,
.hmb-banner input[type=text]:-ms-input-placeholder,
.hmb-banner select:-ms-input-placeholder,
.hmb-banner textarea:-ms-input-placeholder,
.hmb-banner.free-evalute input[type=email]:-ms-input-placeholder,
.hmb-banner.free-evalute input[type=tel]:-ms-input-placeholder,
.hmb-banner.free-evalute input[type=text]:-ms-input-placeholder,
.hmb-banner.free-evalute select:-ms-input-placeholder,
.hmb-banner.free-evalute textarea:-ms-input-placeholder {
    color: inherit
}

.hmb-banner.free-evalute select {
    color: rgba(73, 72, 72, .7)
}

.hmb-banner select option {
    color: #000 !important
}

.hmb-banner {
    background: #142928;
    padding: 35px 30px;
    border: 1.74px solid rgb(255 255 255 / 33%);
    position: relative
}

.hmb-banner.free-evalute {
    background: #fff;
    box-shadow: 0 4.77px 35.51px 0 rgba(0, 0, 0, .06);
    padding: 35px 30px;
    border: 1.74px solid rgb(255 255 255 / 33%);
    position: relative
}

.hmb-banner .gchoice {
    display: flex;
    gap: 10px;
    flex-direction: row;
    align-items: flex-start
}

.hmb-banner .gchoice .gfield-choice-input {
    margin-top: 4px !important
}

.hmb-banner .gchoice label {
    color: #fff
}

.hmb-banner.free-evalute .gchoice label {
    color: rgba(73, 72, 72, .7)
}

.hmb-banner input[type=submit] {
    max-width: 100%;
    margin: 0 auto 0;
    background: #baeaa026 !important;
    border: 1.16px solid #baeaa099 !important;
    font-family: outfitmedium;
    text-transform: capitalize;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.92px;
    text-align: center;
    color: #baeaa0;
    height: 58px;
    width: 100%;
    display: block;
    padding: 0 !important
}

.hmb-banner.free-evalute input[type=submit] {
    background: #baeaa0 !important;
    color: #000 !important
}

.hmb-banner.free-evalute input[type=submit]:hover {
    color: #000 !important
}

.hmb-banner textarea {
    min-height: 175px;
    color: #fff;
    border: transparent;
    background: #ffffff1a;
    font-family: outfitregular;
    font-size: 17px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    letter-spacing: 0;
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

#msform .previous {
    display: block !important;
    float: left;
    margin-left: -3px !important;
    margin-right: 20px !important
}

#msform input,
#msform textarea {
    padding: 5px 15px;
    border: 0;
    margin-top: 0;
    width: 100%;
    box-sizing: border-box;
    color: #2c3e50;
    font-size: 18px;
    height: 50px;
    border-radius: 0
}

#msform input:focus,
#msform textarea:focus {
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: none;
    outline-width: 0
}

#msform .action-button {
    width: 115px;
    background: rgba(107, 141, 12, 1);
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px;
    display: none;
    border-radius: 3px
}

#msform .action-button:focus,
#msform .action-button:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #173d59
}

#msform .action-button-previous {
    width: 100px;
    background: #616161;
    font-weight: 700;
    color: #fff;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px
}

#msform .action-button-previous:focus,
#msform .action-button-previous:hover {
    box-shadow: 0 0 0 2px #fff, 0 0 0 3px #616161
}

.form-card h3 {
    color: #fff;
    margin: 20px 0;
    font-size: 32px
}

.wpcf7-not-valid-tip {
    font-size: 10px
}

.field-full.btn-submit {
    flex: 1 0 auto;
    justify-content: center;
    display: flex;
    flex-direction: column;
    padding: 15px 5px 0;
    align-items: center
}

.btn-submit .wpcf7-submit {
    max-width: 370px;
    background: rgba(107, 141, 12, 1);
    color: #fff !important;
    cursor: pointer;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: normal;
    height: auto !important;
    padding: 20px 36px !important;
    font-family: Poppins;
    font-size: 18px !important
}

.field.date-field {
    width: 100%;
    display: flex;
    align-items: center
}

select.list-dt {
    border: none;
    outline: 0;
    border-bottom: 1px solid #ccc;
    padding: 2px 5px 3px 5px;
    margin: 2px
}

select.list-dt:focus {
    border-bottom: 2px solid #173d59
}

.card {
    z-index: 0;
    border: none;
    border-radius: .5rem;
    position: relative
}

.fs-title {
    font-size: 25px;
    color: #2c3e50;
    margin-bottom: 10px;
    font-weight: 700;
    text-align: right
}

#progressbar {
    margin-bottom: 7px;
    width: 100%
}

#progressbar li {
    list-style-type: none;
    width: 14.28%;
    background: #fcd58a;
    float: left;
    position: relative;
    height: 12px
}

#progressbar li:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px
}

#progressbar li:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#progressbar li.active {
    background: rgba(107, 141, 12, 1)
}

.radio-group {
    position: relative;
    margin-bottom: 25px
}

.radio {
    display: inline-block;
    width: 204px;
    height: 104px;
    border-radius: 0;
    background: #add8e6;
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    cursor: pointer;
    margin: 8px 2px
}

.radio:hover {
    box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, .3)
}

.radio.selected {
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, .1)
}

body form#gform_1 .gfield_label,
form#gform_1 .charleft.ginput_counter.gfield_description {
    display: none !important
}

body .gform-field-label,
body .gform_wrapper.gravity-theme .gfield_label {
    display: nonew !important
}

body .gform_wrapper.gravity-theme .ginput_container_date input {
    width: 100%
}

body .gform_wrapper.gravity-theme .gfield textarea.large,
body .gform_wrapper.gravity-theme .gfield textarea.medium {
    height: 50px
}

body .gform_wrapper.gravity-theme input[type=submit]:hover {
    color: #fff;
    background-color: #f5cd6b;
    border-color: #f5cd6b
}

body .gform_wrapper.gravity-theme input[type=submit] {
    border: none;
    max-width: 350px;
    margin: 30px auto 0;
    display: block;
    font-size: 20px;
    line-height: 25px;
    font-weight: 600;
    padding: 20px 36px;
    background: rgba(107, 141, 12, 1);
    border-radius: 0
}

.gform_wrapper.gravity-theme input[type=datetime-local],
.gform_wrapper.gravity-theme input[type=datetime],
body .gform_wrapper.gravity-theme input[type=color],
body .gform_wrapper.gravity-theme input[type=date],
body .gform_wrapper.gravity-theme input[type=email],
body .gform_wrapper.gravity-theme input[type=month],
body .gform_wrapper.gravity-theme input[type=number],
body .gform_wrapper.gravity-theme input[type=password],
body .gform_wrapper.gravity-theme input[type=search],
body .gform_wrapper.gravity-theme input[type=tel],
body .gform_wrapper.gravity-theme input[type=text],
body .gform_wrapper.gravity-theme input[type=time],
body .gform_wrapper.gravity-theme input[type=url],
body .gform_wrapper.gravity-theme input[type=week],
body .gform_wrapper.gravity-theme select,
body .gform_wrapper.gravity-theme textarea {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 0;
    padding: 8px;
    font-size: 20px
}

body .gform_wrapper.gravity-theme h2.heading-1.top-title a {
    color: #fff
}

body .gform_wrapper.gravity-theme h2.heading-1.top-title {
    padding: 10px;
    background: rgba(107, 141, 12, 1);
    margin: -30px -30px 0;
    font-size: 34px;
    letter-spacing: 0
}

body .gform_wrapper.gravity-theme .gform_fields {
    grid-row-gap: 9px
}

body .gform_footer.before {
    margin-bottom: 10px !important
}

body .gform_button.button {
    margin-top: 0;
    display: inline-block
}

body .gfield_description.validation_message.gfield_validation_message {
    background: 0 0;
    border: 0;
    font-size: 14px;
    width: auto;
    padding: 0 !important
}

body .gform_wrapper.gravity-theme .gfield {
    position: relative
}

body .gform_wrapper.gravity-theme .gform_validation_errors {
    display: none !important
}

body .gform_wrapper.gravity-theme .tm-appo-submit {
    margin-top: -10px;
    margin-bottom: 0
}

body .calculate-form .gform_wrapper.gravity-theme p {
    margin-bottom: 0
}

body .charleft.ginput_counter.gfield_description {
    display: none
}

.gform_wrapper.gravity-theme .gform_page_footer,
body .gform_wrapper.gravity-theme .gform_footer {
    margin: 6px 0 7px;
    padding: 16px 0
}

body .ui-datepicker-header.ui-widget-header.ui-helper-clearfix.ui-corner-all {
    background: 0 0
}

body .gform_wrapper.gravity-theme .select-form-st1 .gfield_label {
    display: none !important
}

body .select-form-st1 p.gf_progressbar_title {
    display: none
}

body .select-form-st1 h3.gsection_title {
    text-align: right;
    font-weight: 400;
    line-height: 40px;
    font-size: 32px;
    color: #000
}

body .gform_wrapper.gravity-theme .select-form-st1 .gf_progressbar_blue {
    background: rgba(220, 220, 220, 1) !important;
    position: relative
}

body .gform_wrapper.gravity-theme .gf_progressbar {
    margin-bottom: 50px
}

body .gform_wrapper.gravity-theme .select-form-st1 .gf_progressbar_percentage.percentbar_blue {
    color: #fff;
    height: 12px;
    left: 0;
    top: 0;
    z-index: 1;
    background: rgba(107, 141, 12, 1) !important
}

body .gform_wrapper.gravity-theme .select-form-st1 .gf_progressbar_percentage.percentbar_blue span {
    color: #000;
    font-family: "Reckless Neue";
    font-size: 28.6px;
    font-weight: 400;
    line-height: 34.32px;
    position: absolute;
    right: 0;
    top: 20px
}

body .select-form-st1 div.gfield_radio {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px
}

body .select-form-st1 .gform_next_button {
    float: left
}

body .select-form-st1 .gform_button.button[type=submit] {
    border-radius: 0 !important;
    display: flex;
    margin: 0 auto !important;
    text-align: center !important;
    justify-content: center
}

body .select-form-st1 .gform_next_button,
body .select-form-st1 .gform_previous_button {
    min-width: 115px !important;
    background: rgba(107, 141, 12, 1) !important;
    font-weight: 700;
    color: #fff !important;
    border: 0 none;
    border-radius: 0;
    cursor: pointer;
    padding: 13px 12px;
    margin: 10px 5px;
    display: nonee;
    border-radius: 3px;
    width: auto !important
}

body .select-form-st1 .gform_previous_button {
    float: left
}

body .select-form-st1 .gform_button[type=submit],
body button.gform_submit_button {
    max-width: 220px;
    border-radius: 55px !important;
    background: #212d66;
    color: #fff !important;
    cursor: pointer;
    box-shadow: 0 0 3px 0 #ddd;
    padding: 5px 15px;
    font-size: 16px;
    letter-spacing: 1px;
    height: 45px;
    width: 168px
}
body .hmb-banner .gform_wrapper .ginput_container_consent input[type=checkbox] {
    width: 16px;
    height: 16px;
    margin-right: 8px;
}
body .hmb-banner .gfield--type-html, body .hmb-banner .gform_wrapper .gfield--type-consent .gfield_consent_label {
    font-size: 12px!important;
    line-height: 1.6!important;
    color: #c7c7c7!important;
}
body .hmb-banner.free-evalute .gform_wrapper .gfield--type-consent .gfield_consent_label{
    color: #000!important;
}
body .hmb-banner .gform_wrapper .gfield--type-consent .gfield_consent_label a{
    color: #b0e6b0;
}
body .hmb-banner .gform_wrapper .gfield--type-consent .gfield_consent_label a:hover{
    text-decoration: underline;
}
body .hmb-banner .gform_wrapper .gfield--type-consent .ginput_container_consent {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

body .hmb-banner .gform_wrapper .gfield--type-consent .ginput_container_consent input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  flex-shrink: 0;
}

body .hmb-banner .gform_wrapper .gfield--type-consent .gfield_consent_label {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}

body .hmb-banner .gform_wrapper .gfield--type-consent .gfield_consent_label a {
  font-weight: 600;
  text-decoration: underline;
}

body .hmb-banner .gform_wrapper .gfield--type-consent + .gfield--type-consent {
  margin-top: 8px;
}
body .hmb-banner .gform_wrapper .gfield_consent_label, body .hmb-banner .gform_wrapper .gfield_label {
    font-weight: 600;
    color: #fff;
    margin-bottom: 6px;
    font-size: 15px;
}
body .select-form-st1 .gfield-choice-input {
    display: none !important
}

body .select-form-st1_wrapper h2.gform_title {
    display: none
}

body .gform_wrapper.gravity-theme .select-form-st1 .gsection {
    border-bottom: 0 solid #ccc !important;
    padding: 0 16px 8px 0 !important
}

body .gform_wrapper.gravity-theme .select-form-st1 .gform_fields {
    -grid-template-columns: repeat(12, 1fr 2%);
    grid-row-gap: 0 !important;
}

body .select-form-st1 label.gform-field-label.gform-field-label--type-sub {
    display: none !important
}

body .select-form-st1 .ginput_container {
    margin-bottom: 20px
}

body .select-form-st1 .ginput_container.ginput_container_textarea textarea {
    height: 130px !important;
    padding: 15px !important
}

body .select-form-st1 .gfield-choice-input:checked+label {
    background: #e16650;
    color: #fff
}

body .select-form-st1 .gform_page_footer.before {
    padding: 0 !important
}

body .select-form-st1 .gchoice {
    background: 0 0;
    margin: 5px;
    padding: 0;
    outline: currentcolor none medium;
    font-size: 17px;
    cursor: pointer;
    line-height: 25px;
    font-family: Poppins;
    transition: transform .3s ease-in-out 0s;
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(25% - 10px);
    cursor: pointer
}

body .gform_wrapper.gravity-theme .select-form-st1 .gfield-choice-input+label {
    font-family: outfitmedium;
    color: #494848;
    max-width: 100%;
    vertical-align: middle;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: center;
    background: #fff;
    margin: 5px;
    padding: 0;
    outline: currentcolor;
    border: 1.19px solid rgba(73, 72, 72, .2) !important;
    height: 125px;
    cursor: pointer;
    line-height: 25px;
    transition: transform .3s ease-in-out 0s;
    border: 0;
    font-size: 28px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: -.02em;
    text-align: center
}

body .select-form-st1 .gfield-choice-input:checked+label {
    background: green;
    color: #fff
}

body .select-form-st1 .gform_page.no-next .gform_next_button {
    opacity: 0
}

body .select-form-st1 img.ui-datepicker-trigger {
    position: absolute;
    right: 8px;
    top: 13px
}

body .select-form-st1 .ginput_container.ginput_container_date input {
    min-width: 185px;
    padding-right: 40px !important
}

body .gform_wrapper.gravity-theme .select-form-st1 .ginput_container_date {
    position: relative;
    display: block;
    width: 180px
}

body .gravity-theme.ui-datepicker .ui-datepicker-header {
    background: 0 0 !important
}

body h2.gform_submission_error.hide_summary {
    padding: 0
}

body .gform_page_fields .validation_message {
    padding: 9px 1px !important
}

body #gform_page_2_7 .ginput_container input[type=email],
body #gform_page_2_7 .ginput_container input[type=tel],
body #gform_page_2_7 .ginput_container input[type=text],
body #gform_page_2_7 .ginput_container input[type=textarea],
body #gform_page_2_7 .ginput_container textarea {
    border: 1.19px solid rgba(73, 72, 72, .2) !important
}

#gform_2 .ginput_container_consent {
    position: relative
}

#gform_2 .ginput_container_consent input {
    display: inline-block;
    width: 30px
}

#gform_2 .ginput_container_consent .gfield_consent_label {
    top: 15px;
    position: absolute;
    right: 45px
}

.caseWrap .section-title {
    padding-bottom: 50px
}

.shadow-form {
    box-shadow: 0 0 30px 7px rgba(0, 0, 0, .2)
}

.cont-title,
.contact-form-title {
    line-height: 32px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #003b6b;
    font-size: 30px;
    text-align: center;
    padding-top: 30px;
    text-transform: uppercase
}

.contact-form-title {
    color: #fff
}

.contact-form-title {
    margin-bottom: 10px;
    font-family: Playfair Display;
    font-size: 50px;
    text-transform: none;
    line-height: 70px
}

.career-form .gform_required_legend {
    display: none
}

body .career-form .gform_wrapper.gravity-theme input[type=submit] {
    background: #baeaa0
}

body .career-form .gform_wrapper.gravity-theme input[type=submit]:hover {
    background: rgba(107, 141, 12, 1)
}

.swal2-popup.video-popup {
    max-width: 800px;
    padding: 0;
    border-radius: 8px;
    background-color: #142928
}

.swal2-html-container {
    margin: 0;
    padding: 0
}

.video-popup iframe {
    display: block;
    width: 100%;
    height: 450px;
    border: none
}

.swal2-popup.swal2-modal.video-popup.swal2-show {
    justify-content: center !important;
    align-items: center !important;
    justify-items: center !important;
    max-width: 380px !important;
    width: 100% !important
}

.method-content {
    font-size: 2.5rem
}

.post-titles li {
    font-family: outfitregular;
    color: #707070;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    margin-bottom: 20px
}

.post-titles li a {
    color: #6b8d0c;
    font-size: 20px !important
}

ul.post-titles>li::before {
    position: absolute;
    box-shadow: 0 4px 11px 0 rgba(186, 234, 160, .68);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: rgba(132, 166, 114, 1);
    border: 3px solid rgba(255, 255, 255, 1);
    content: "";
    right: 0;
    margin-top: 8px
}

li.post-head-title {
    list-style: none
}

#icw {
    margin-bottom: 55px !important
}

.comparison-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    box-shadow: 0 0 15px rgba(0, 0, 0, .1)
}

.comparison-table thead {
    background-color: #142928;
    color: #fff
}

.comparison-table td,
.comparison-table th {
    padding: 16px;
    text-align: right;
    border: 1px solid #ddd
}

.comparison-table tbody tr:nth-child(even) {
    background-color: #f9f9f9
}

.teamdetWrap .content .team-mem li {
    font-size: 20px;
    line-height: 32px;
    font-family: outfitregular;
    color: rgba(112, 112, 112, 1)
}

.ty-btn {
    display: flex;
    justify-content: center
}

.btnbox.ty-btn .btntxt {
    justify-content: center
}

.btnbox.ty-btn .btntxt p {
    font-family: "Reckless Neue";
    font-size: 22px
}

.footer-disclaimer p {
    color: #fff;
    font-size: 19px;
    line-height: 28.5px;
    text-align: center;
    margin-bottom: 0
}

.footer-disclaimer a {
    color: #baeaa0
}

.footer-disclaimer p.sc-p {
    text-wrap: balance;
    font-size: 19px
}

.client-disclaimer {
    margin-bottom: 15px
}

.client-disclaimer p {
    font-size: 14px
}

.reviewsWrap .client-disclaimer,
.testimonialwrap .client-disclaimer {
    margin-bottom: 0;
    background-color: #e3e3e3;
    padding: 10px
}

.testimonialwrap .client-disclaimer {
    margin-bottom: 10px
}

.reviewsWrap .client-disclaimer p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: outfitregular
}

.case-disclaimer p,
.testimonialwrap .client-disclaimer p {
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    font-family: outfitregular;
    margin-bottom: 0
}

.resources-disclaimer,
.video-disclaimer {
    margin-bottom: 0;
    margin-top: 20px;
    background-color: #e3e3e3;
    padding: 10px
}

.resources-disclaimer p,
.video-disclaimer p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    font-family: outfitregular !important;
    margin-bottom: 0 !important
}

.resources-disclaimer p a {
    color: #6b8d0c
}

.resources-disclaimer p a:hover {
    text-decoration: underline
}

.blogSectionWrap .resources-disclaimer {
    margin-top: 30px
}

.accordianImgbox .faq-disclaimer {
    position: absolute;
    background-color: rgba(255, 255, 255, .85);
    left: calc(50% - 17.5px);
    bottom: 0;
    transform: translate(-50%, -9%);
    width: 100%;
    max-width: 500px;
    padding: 20px;
    border-radius: 10px
}

.accordianImgbox .faq-disclaimer p {
    font-size: 14px !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    font-family: outfitregular !important;
    margin-bottom: 0 !important
}

.accordianImgbox .faq-disclaimer p a:hover {
    text-decoration: underline;
    color: #6b8d0c
}

#icw {
    z-index: 999999 !important
}

.loc-cert {
    font-size: 14px !important
}

.video-disclaimer {
    margin-top: 30px
}

.video-disclaimer p {
    text-align: center
}

.ali-photo-overlay {
    position: relative;
    display: inline-block;
    max-width: 100%
}

.blogSectionWrap .ali-photo-overlay {
    width: 100%
}

.ali-photo-overlay img {
    display: block;
    width: 100%;
    height: auto
}

.ali-photo-overlay .overlay-text {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgba(0, 0, 0, .5);
    padding: 10px 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.4;
    max-width: calc(100% - 20px);
    box-sizing: border-box;
    z-index: 100
}

.ali-photo-overlay .overlay-text-light {
    background: linear-gradient(#e3e3e37d, transparent)
}

.ali-photo-overlay .overlay-text-dark {
    background: linear-gradient(#0000007d, transparent)
}

.overlay-text .content {
    position: relative;
    z-index: 1;
    text-align: center;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right, #142928, #142928 50%, #fff 50%);
    background-size: 200% 100%;
    background-position: 100%;
    transition: all .3s ease-in-out
}

.blogSectionWrap .ali-photo-overlay .content {
    padding-top: 0
}

.overlay-text-dark .content {
    background-image: linear-gradient(to right, #baeaa0, #baeaa0 50%, #fff 50%)
}

.overlay-text .content:hover {
    background-position: 0
}

.locationBox .row .col-xl-6 {
    margin-top: 30px
}

.locationImgg .map-wrapper {
    width: 100%;
    height: 670px !important;
    overflow: hidden;
    position: relative
}

.locationImgg .map-wrapper iframe {
    position: relative;
    top: -69px;
    height: 730px
}

.locationBox .locatDetails .appiont {
    position: relative;
    font-family: outfitmedium;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    text-align: right;
    color: rgba(0, 0, 0, .6)
}

.default-location-attorney {
    position: relative;
    color: #fff;
    background: rgba(6, 29, 27, 1);
    margin: 15px;
    padding-bottom: 70px;
    display: flex;
    align-items: flex-end
}

.default-location-attorney .container {
    max-width: 1750px
}

.banner-location-attorney .container {
    max-width: 1750px
}

.banner-location-attorney .container .row {
    align-items: normal
}

.default-location-attorney .container .row {
    align-items: center
}

.default-location-attorney .location-attorney h1 {
    font-family: "Reckless Neue";
    font-size: 50px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 65px;
    text-align: right;
    color: rgba(255, 255, 255)
}

.btnbox.btn-half {
    flex: 0 0 calc(50% - 10px)
}

.btnbox.btn-full {
    width: 100%
}

.btn-trns {
    border: 0;
    background: rgb(8, 31, 29, .5);
    backdrop-filter: blur(5px);
    height: 64px
}

.btn-two.btn-half {
    width: 100%
}

.btn-two.btn-trns:hover {
    background: #baeaa0;
    color: #000
}

.btn-two.btn-trns:hover:before {
    background: #baeaa0
}

.btn-two.btn-trns:hover:after {
    background: #baeaa0
}

.btn-two.btn-trns p {
    color: rgb(255, 255, 255, .7);
    width: 100%
}

.btn-two.btn-trns p span {
    font-size: 16px;
    line-height: 140%;
    font-weight: 500;
    color: #fff;
    text-wrap: auto
}

.btn-two.btn-trns:hover p {
    color: #000
}

.btn-two.btn-trns .btntxt {
    justify-content: start;
    gap: 10px
}

.btn-two.btn-trns .btntxt i {
    width: 44px;
    height: 44px;
    font-size: 16px;
    line-height: 44px;
    background: #baeaa0
}

.btn-two.btn-trns:hover .btntxt i {
    background: #061d1b;
    color: #fff
}

.btn-two.btn-full {
    width: 100%
}

.location-attorney {
    margin-top: 50px
}

.location-attorney .attorney-content {
    /* padding-right: 30px; */
    display: flex;
    flex-direction: column;
    gap: 80px
}

.location-attorney h1,
.location-attorney h2 {
    font-family: "Reckless Neue";
    color: #fff;
    margin-bottom: 30px;
    font-size: 71px;
    line-height: 88.8px
}

.location-attorney h2 span {
    color: #baeaa0
}

.location-attorney .sub-text {
    color: rgb(255, 255, 255, .7)
}

.location-attorney .loc-attorney-box {
    display: flex;
    background-color: rgb(30, 51, 49, .6);
    flex-wrap: wrap;
    align-items: flex-end;
    color: #fff;
    padding: 24px;
    gap: 24px;
    max-width: 900px;
    margin: 0 auto;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05)
}

.location-attorney .loc-attorney-box .attorney-photo {
    position: relative;
    background-color: rgb(255 255 255 / 6%);
    border-radius: 5px
}

.attorney-photo img {
    max-width: 275px;
    height: auto;
    border-radius: 12px
}
.lisc-overlay {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 12px;
}
.lisc-overlay img {
  display: block;
  width: 100%;
  height: auto;
}
.overlay-text {
  white-space: nowrap;
  position: absolute;
  bottom: 4px; /* adjust as needed */
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  color: #fff; /* white text for contrast */
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  background: rgba(0, 0, 0, 0.5); /* optional background for readability */
  padding: 10px 18px;
  border-radius: 6px;
  z-index: 99;
}
.loc-attorney-box .attorney-photo .overlay-text{
    white-space: wrap;
    width: 100%;
    width: calc(100% - 20px);
}
.attorney-info {
    flex: 1
}

.attorney-title {
    font-family: "Reckless Neue";
    font-size: 40px;
    font-weight: 500;
    margin-bottom: 8px
}

.attorney-designation {
    font-size: 14px;
    color: #b0e6b0;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 6px
}

.attorney-excerpt {
    font-size: 15px;
    line-height: 1.6;
    color: #ffffffdd;
    margin-bottom: 20px
}

.rightimg-attorney {
    position: relative;
    /* height: 100% */
    width: 100%;
}

.rightimg-attorney img {
    width: 100%;
    /* height: 100%; */
    object-fit: cover;
    max-height: 600px;

}

.rightimg-att-content {
    position: absolute;
    bottom: 0;
    padding: .7em;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px
}

.loc-attornies-carousal .att-car-title {
    font-family: "Reckless Neue";
    font-size: 40px;
    font-weight: 400;
    line-height: 50px;
    text-align: right;
    color: #000;
    text-transform: capitalize;
    margin-bottom: 30px;
    color: #fff
}

.attorney-carousel .attorney-card {
    background-color: #18352f;
    border-radius: 12px;
    overflow: hidden;
    text-align: center;
    transition: transform .3s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1)
}

.attorney-carousel .attorney-card:hover {
    transform: translateY(-6px)
}

.attorney-carousel .attorney-card img {
    width: 100%;
    object-fit: cover
}

.attorney-details {
    background-color: #fff;
    border-radius: 6px;
    padding: 16px;
    width: 90%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10%)
}

.attorney-details h4 {
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 4px;
    color: #000;
    text-align: right
}

.attorney-details p {
    font-size: 14px;
    line-height: 21px;
    color: #2b3c34;
    margin: 0;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.attorney-details i {
    color: #1f5c45;
    margin-left: 6px
}

.attorney-details .loc-attorney-designation {
    padding: 5px;
    background: rgb(186 234 160 / 15%);
    border: 1px solid rgb(186 234 160 / 68%)
}

.attorney-carousel .owl-next,
.attorney-carousel .owl-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block !important;
    border: 0 solid #000;
    color: #fff
}

.attorney-carousel .owl-prev {
    left: -20px
}

.attorney-carousel .owl-next {
    right: -20px
}

.attorney-carousel .owl-next i,
.attorney-carousel .owl-prev i {
    color: #ccc;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 50%;
    width: 37.6px
}

.attorney-carousel .owl-next i:hover,
.attorney-carousel .owl-prev i:hover {
    color: #000;
    background: #fff;
    border: 1px solid #000
}

.bannerWraper:has(>.banner-location-attorney) {
    padding-top: 185px
}

.location-attorney .row .col-lg-6 {
    display: flex;
    align-items: end
}

.location-attorney .loc-attorney-box .attorney-photo img {
    position: relative;
    z-index: 2
}

.location-attorney .loc-attorney-box .attorney-photo::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgb(30, 51, 49, .6);
    z-index: 1
}

.map-wrapper {
    position: relative;
    width: 100%;
    max-width: 100%;
    height: 480px
}

.map-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: 0 0;
    z-index: 10;
    cursor: grab
}

a#bbblink.ruvtbam,
a#bbblink.ruvtbum {
    width: 100% !important;
    height: 100% !important
}

a#bbblink.ruvtbam img,
a#bbblink.ruvtbum img {
    width: 100%;
    height: 100%
}

.phoneBox .header-search-btn i {
    color: #fff
}

.header-upper .header-box .headerMenuu .menu-box .mblflx .header-search-btn i {
    color: #fff
}

.custom-modal {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    justify-content: center;
    align-items: center
}

.custom-modal.show {
    display: flex
}

.site-search-form.pill-input {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50px;
    padding: 0 .5rem 0 1rem;
    width: 100%;
    max-width: 400px
}

.site-search-form.pill-input input[type=search] {
    flex: 1;
    border: none;
    background: 0 0;
    padding: .6rem 0;
    font-size: 1rem;
    outline: 0
}

.site-search-form.pill-input input[type=search]:-webkit-autofill,
.site-search-form.pill-input input[type=search]:-webkit-autofill:focus,
.site-search-form.pill-input input[type=search]:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important
}

.site-search-form.pill-input button {
    background: 0 0;
    border: none;
    color: #777;
    font-size: 1.1rem;
    cursor: pointer;
    padding: 0 .3rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-search-form.pill-input button:hover {
    color: #333
}

.site-search-form.pill-input:focus-within {
    border-color: #999
}

.site-search-form.pill-style {
    display: flex;
    align-items: center;
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 50px;
    padding: 0 .5rem;
    width: 100%;
    max-width: 400px
}

.site-search-form.pill-style input[type=search] {
    flex: 1;
    border: none;
    background: 0 0;
    padding: .6rem .75rem;
    font-size: 1rem;
    outline: 0
}

.site-search-form.pill-style input[type=search]:-webkit-autofill,
.site-search-form.pill-style input[type=search]:-webkit-autofill:focus,
.site-search-form.pill-style input[type=search]:-webkit-autofill:hover {
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important
}

.site-search-form.pill-style button {
    background: 0 0;
    border: none;
    color: #666;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 0 .5rem;
    display: flex;
    align-items: center;
    justify-content: center
}

.site-search-form.pill-style button:hover {
    color: #000
}

.site-search-form.pill-style:focus-within {
    border-color: #999
}

.site-search-form.pill-style input[type=search]:focus {
    outline: 0
}

.custom-modal-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    max-width: 400px;
    width: 90%;
    border-radius: 8px;
    position: relative
}

.custom-modal-content form,
.search-form-s form {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

.site-search-form input[type=search] {
    flex: 1;
    min-width: 0;
    padding: .75rem 1rem;
    font-size: 1rem;
    border: 1px solid #ccc
}

.site-search-form button {
    flex-shrink: 0;
    background: #baeaa0;
    color: #000;
    border: none;
    cursor: pointer;
    border-radius: 0
}

.header-search-btn {
    border: none;
    background: 0 0;
    font-size: 20px;
    cursor: pointer;
    color: #000
}

.logoBar-down {
    width: 100%
}

.awards-disclaimer,
.quiz-disclaimer {
    margin-bottom: 0;
    margin-top: 20px;
    background-color: #e3e3e3;
    padding: 10px
}

.quiz-disclaimer {
    display: inline-block
}

.quiz-disclaimer p {
    font-size: 14px !important;
    line-height: 20px !important
}

.awards-disclaimer p,
.quiz-disclaimer p {
    font-weight: 300 !important;
    font-family: outfitregular !important;
    margin-bottom: 0 !important;
    text-align: center
}

.awards-disclaimer p {
    font-size: 16px !important;
    line-height: 24px !important
}

.awards-disclaimer p a {
    color: #6b8d0c
}

.awards-disclaimer p a:hover {
    text-decoration: underline
}

a#bbblink {
    overflow: visible !important
}

a#bbblink.ruvtbum:hover img {
    margin-left: 0 !important
}
@media (prefers-reduced-motion: reduce){
  .media-prev,.media-next{ transition:none; }
}
@media (min-width: 768px) {
    .mediaSwiper .swiper-slide{ width: 420px; }
  .newsGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 1200px) {
    .mediaSwiper .swiper-slide{ width: 520px; }
  .newsGrid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media screen and (max-width:575px) {
    body .gform_wrapper.gravity-theme .select-form-st1 .gfield-choice-input+label {
        height: 90px;
        font-size: 18px;
        line-height: 24px
    }

    #gform_2 .gform_page_footer {
        margin: 45px 0 0
    }

    #gform_2 .gform_page_footer .gform_button.button[type=submit] {
        width: 60%
    }

    #gform_2 .ginput_container_consent .gfield_consent_label {
        top: 5px
    }
}

@media screen and (max-width:1600px) {
    .project-content h4 {
        font-size: 30px;
        line-height: 36px
    }

    .header-upper .menu-box .navbar .navbar-nav>li a {
        font-size: 16px;
        padding: 30px 10px
    }

    .header-upper .phoneBox .lang a {
        font-size: 18px
    }

    .btn-one {
        width: 180px;
        height: 65px;
        font-size: 20px
    }

    .btn-two {
        width: 300px;
        height: 65px
    }

    .btn-two p {
        font-size: 16px !important;
        line-height: 24px !important
    }

    .btn-two p span {
        font-size: 21px;
        line-height: 24px
    }

    .btn-two .btntxt i {
        width: 55px;
        height: 55px;
        line-height: 55px
    }

    .btn-two .btntxt {
        padding: 0 10px;
        gap: 10px
    }

    .header-upper .header-box {
        gap: 10px
    }

    .header-upper .header-box .logo-box {
        margin-left: 5px
    }

    .header-upper .phoneBox .btnn img {
        width: 20px
    }

    .aboutGeopage .aboutRow .rightside .btn-two p span {
        font-size: 21px
    }

    .aboutGeopage .aboutRow .rightside .btn-two {
        width: 430px
    }
}

@media screen and (min-width:1400px) {
    .header-upper .menu-box .navbar .navbar-nav>li:hover>ul {
        top: 90%;
        opacity: 1;
        z-index: 99;
        visibility: visible;
        display: block
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul:not(.sub-menu.column-two):not(.sub-menu.column-three) {
        max-height: 70vh;
        overflow-y: auto;
        overflow-x: hidden
    }
}

@media screen and (min-width:1401px) and (max-width:1512px) {
    .phoneBox .lang {
        max-width: 80px
    }

    .btn-one {
        width: 155px
    }
}

@media screen and (max-width:1400px) {
    .location-attorney .attorney-content {
        gap: 20px
    }

    .location-attorney h1,
    .location-attorney h2 {
        font-size: 60px;
        line-height: 80px
    }

    .sub-menu.column-two {
        column-count: 1 !important;
        width: 100% !important
    }

    .sub-menu.column-three {
        column-count: 1 !important;
        width: 100% !important
    }

    .sub-menu {
        display: none;
        position: static
    }

    .menu-item-has-children .dropdown-toggle {
        display: inline-block;
        background: 0 0;
        border: none;
        font-size: 16px;
        margin-left: 5px;
        cursor: pointer
    }

    .menu-item-has-children .dropdown-toggle[aria-expanded=true]+.sub-menu {
        display: block
    }

    .bannerWraper .content-box h1 {
        font-size: 60px;
        line-height: 80px;
        margin: 0
    }

    .bannerWraper .content-box .banner-title {
        font-size: 60px;
        line-height: 80px;
        margin: 0
    }

    .locationBox .locatDetails .phoneLink {
        font-size: 22px;
        line-height: 34px
    }

    .project-content p {
        font-size: 16px;
        line-height: 24px
    }

    .project-content h4 {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 15px
    }

    section {
        padding: 120px 0
    }

    .practWrap {
        padding-top: 120px
    }

    .bannerWraper {
        padding-top: 230px
    }

    .consultdemoBox.consultdemoBoxTwo {
        min-height: 650px
    }

    .navbar-toggler {
        padding: 0;
        display: block !important;
        font-size: 3rem;
        line-height: 1;
        background-color: transparent;
        position: absolute;
        top: -25px;
        height: 50px;
        width: 50px;
        left: 0;
        color: #fff;
        border: none !important;
        border-radius: .25rem;
        transition: box-shadow .15s ease-in-out
    }

    .navbar-collapse {
        position: fixed;
        top: 0;
        bottom: 0;
        left: 100%;
        width: 450px;
        padding: 40px;
        overflow-y: auto;
        visibility: hidden;
        background-color: #24282e;
        transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        z-index: 9999999!important;
        box-shadow: 0 0 10px rgba(0, 0, 0, .38)
    }

    .navbar-collapse.show {
        visibility: visible;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .header-upper .menu-box .navbar {
        justify-content: flex-end
    }

    .header-upper .menu-box .navbar .navbar-nav>li a:hover,
    .header-upper .menu-box .navbar .navbar-nav>li.active a {
        color: transparent
    }

    .header-upper .menu-box .navbar .navbar-nav>li a {
        display: block !important;
        padding: 15px 15px !important
    }

    .header-upper .menu-box .navbar .navbar-nav>li.active a,
    .header-upper .menu-box .navbar .navbar-nav>li:hover a {
        display: block;
        color: #baeaa0;
        background: #061d1b
    }

    .header-upper .menu-box .navbar .close-toggler {
        display: block;
        color: #061d1b;
        padding: 0;
        border: none;
        font-size: 18px;
        margin-bottom: 0;
        height: 60px;
        border-radius: 50px;
        background: #baeaa0;
        width: 60px
    }

    .header-upper .menu-box .navbar .navbar-nav {
        display: flex;
        flex-direction: column;
        padding-right: 0;
        margin-bottom: 0;
        margin-top: 25px;
        gap: 0;
        list-style: none
    }

    .header-upper .menu-box .navbar .navbar-nav li {
        text-align: right;
        position: relative;
        float: none;
        padding: 0 0;
        width: 100%;
        border-top: 1px solid #dfe2e9
    }

    .header-upper .menu-box .navbar .navbar-nav li:first-child {
        border-top: none
    }

    .header-upper .menu-box .navbar .navbar-nav li a {
        width: 100%;
        padding: 0;
        color: #fff;
        font-size: 15px;
        text-transform: capitalize;
        line-height: 1.5
    }

    .header-upper .menu-box .navbar .navbar-nav>li.menu-item-has-children .dropdown-toggle {
        position: absolute;
        left: 15px;
        top: 13px;
        color: #fff
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a::after {
        position: absolute;
        left: 15px;
        top: 13px;
        margin-left: 0;
        font-size: 16px;
        cursor: pointer;
        color: #fff;
        background: #061d1b;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        z-index: 10;
        content: "\f078";
        font-family: "Font Awesome 5 Free";
        font-weight: 900
    }

    .header-upper .menu-box .navbar .navbar-nav li.active a::after {
        color: #061d1b;
        background: #fff
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        width: 100%
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li {
        padding: 0
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li {
        padding: 0
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li>a {
        color: #000 !important;
        background: #fff !important;
        font-weight: 700;
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>a {
        background: #061d1b !important;
        color: #baeaa0 !important
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a {
        color: #000 !important;
        background: #fff !important
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul>li a:hover {
        color: #fff !important;
        background: #061d1b !important
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li.menu-item-has-children>a:hover::after {
        background: #baeaa0 !important;
        color: #061d1b !important
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li>ul {
        position: static;
        display: none;
        visibility: visible;
        opacity: 1;
        width: 100%
    }

    .header-upper .menu-box .navbar .navbar-nav>li>ul>li:hover>ul {
        opacity: 1;
        visibility: visible;
        z-index: 9999
    }

    .header-upper .phoneBox {
        padding-right: 75px
    }

    .header-upper .header-box .headerMenuu {
        position: relative;
        flex-direction: row-reverse;
        display: flex;
        justify-content: flex-start;
        align-items: center
    }

    .menu-box {
        position: relative;
        z-index: 999
    }

    .about__content ul li .title {
        font-size: 24px
    }

    .aboutWrap .section-title {
        padding-right: 20px
    }

    .aboutWrap .aboutAimm {
        position: relative;
        width: 340px;
        right: -50px;
        top: 25px;
        z-index: -1
    }

    .aboutWrap h1 {
        font-family: "Reckless Neue";
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 25px
    }

    .portfolio-one__sub-title {
        font-size: 16px;
        line-height: 26px
    }

    .logoBarr .logoImgList ul li {
        width: 145px;
        height: 145px
    }

    .section-title h2 {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 35px
    }

    .aboutWrap .section-title .btnbox .btn-two {
        width: 100%
    }

    .about__content ul li p {
        line-height: 25px
    }
}

@media screen and (max-width:1320px) {
    .portfolio-one__single:hover .portfolio-one__content h3 {
        bottom: 32%
    }

    .about__content ul li p {
        line-height: 24px
    }

    .testimonialCrousel {
        position: relative;
        padding-right: 0
    }

    .testimonialCrousel .testiBOx p {
        font-family: outfitmedium;
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 10px;
        line-height: 34px
    }

    .accordianWrap .accordion .at-title h2 {
        font-size: 25px;
        line-height: 34px
    }

    .evalutionContetn .alideail {
        height: 280px
    }

    .evalutionContetn .alideail .delabout .title {
        font-size: 24px;
        margin-bottom: 18px;
        line-height: 28px
    }

    .bannerWraperGeo .breadHead .left-contetnt h1 {
        margin-bottom: 65px;
        font-size: 65px;
        line-height: 80px
    }

    .personlWrap .persoRow .rightside .title {
        font-size: 36px;
        line-height: 44px
    }
}

@media screen and (max-width:1299px) {

    .location-attorney h1,
    .location-attorney h2 {
        font-size: 52px
    }
}

@media screen and (max-width:1199px) {
    .default-location-attorney .location-attorney h1 {
        font-size: 36px;
        line-height: 50px
    }

    .attorney-title {
        font-size: 32px
    }

    .loc-attornies-carousal .att-car-title {
        font-size: 32px
    }

    .location-attorney h1,
    .location-attorney h2 {
        font-size: 50px;
        line-height: 65px
    }

    .accordianImgbox .faq-disclaimer {
        left: 50%;
        max-width: calc(100% - 20px)
    }

    body .select-form-st1 .gchoice {
        width: calc(50% - 10px)
    }

    .bannerWraper .content-box h1 {
        font-size: 50px;
        line-height: 65px
    }

    .bannerWraper .content-box .banner-title {
        font-size: 50px;
        line-height: 65px
    }

    .aboutWrap .section-title .text {
        font-size: 18px;
        line-height: 26px
    }

    footer .calltoaction .title {
        font-size: 45px;
        line-height: 50px
    }

    .locationBox .locatDetails .path {
        font-size: 18px;
        line-height: 26px
    }

    .blogSectionWrap .blogCard .content .authorBox .athorImg {
        width: 50px;
        height: 50px;
        border-radius: 50px
    }

    .blogSectionWrap .blogCard .content .authorBox .nameBox .titleBox {
        font-size: 18px;
        line-height: 22px
    }

    .blogSectionWrap .blogCard .content .authorBox .nameBox p {
        font-size: 14px
    }

    .blogSectionWrap .blogCard .content .title {
        font-size: 24px;
        line-height: 30px
    }

    .blogSectionWrap .blogCard .content p {
        font-size: 18px;
        line-height: 28px
    }

    .breadCrubWrp .breadHead .left-contetnt h1 {
        font-size: 36px;
        line-height: 50px
    }

    .bannerWraperGeo .breadHead .left-contetnt h1 {
        font-size: 50px;
        line-height: 64px
    }

    .injuredWrap .text {
        font-size: 18px;
        line-height: 26px
    }

    .dotTick ul li {
        font-size: 17px;
        padding-bottom: 10px
    }

    .dotTickTwo ul li .title {
        font-size: 20px;
        line-height: 26px
    }

    .dotTickTwo ul li p {
        font-size: 18px;
        line-height: 26px
    }

    .personlWrap .persoRow .rightside .text {
        font-size: 18px;
        line-height: 26px
    }

    .servedArea {
        margin-top: 50px;
        position: relative
    }

    .servedArea .servedBOx .btn-one {
        height: 70px;
        font-size: 20px;
        line-height: 70px
    }

    .aboutGeopage .aboutRow .rightside .text {
        font-size: 18px;
        line-height: 24px
    }

    .breadCrubWrp {
        min-height: 470px;
        padding-top: 140px;
        padding-bottom: 70px
    }

    .portfolio-one__img img {
        object-fit: cover;
        height: 500px
    }

    .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
        margin-bottom: 15px
    }

    .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
        margin-bottom: 20px
    }

    .evalutionContetn {
        padding: 20px 15px 0;
        gap: 15px
    }

    .evalutionContetn .imgboxAli img {
        width: 100%;
        position: relative;
        bottom: -22px
    }

    .evalutionContetn .alideail .delabout .title {
        font-size: 17px;
        margin-bottom: 15px;
        line-height: 25px
    }

    .evalutionContetn .imgboxAli {
        width: 45%
    }

    .evalutionContetn .alideail {
        height: 230px
    }

    .evalutionContetn .alideail p {
        margin-bottom: 0;
        color: #fff;
        font-size: 15px;
        line-height: 23px
    }

    .testimonialCrousel .testiBOx .authorBox h4 {
        font-size: 24px;
        line-height: 32px
    }

    .testimonialCrousel .testiBOx .authorBox p {
        font-size: 18px;
        line-height: 27px
    }

    .testimonialwrap .row {
        align-items: center
    }

    section {
        padding: 90px 0
    }

    .practWrap {
        padding-top: 90px
    }

    .about__content ul li .title {
        font-size: 22px
    }

    .aboutWrap h1 {
        font-family: "Reckless Neue";
        font-size: 36px;
        line-height: 45px
    }

    .aboutWrap .aboutAimm {
        position: relative;
        width: 300px;
        right: -50px;
        top: 55px;
        z-index: -1
    }

    .section-title .text {
        font-size: 18px
    }

    .portfolio-one__single:hover .portfolio-one__content h3 {
        bottom: 15%
    }

    .portfolio-one__sub-title {
        font-size: 16px;
        line-height: 28px
    }

    .logoBoxImg .logoContetn {
        flex-direction: column;
        gap: 30px
    }

    .logoBar-left,
    .logoBar-right {
        width: 100%
    }

    .logoBarr .logoImgList ul li {
        width: 190px;
        height: 190px
    }

    .logoBarr .logoImgList ul {
        justify-content: center;
        gap: 25px
    }

    .section-title h2 {
        font-size: 40px;
        line-height: 50px;
        margin-bottom: 30px
    }

    .processWrap .processBox .title {
        font-size: 24px;
        line-height: 30px
    }

    .processWrap .processBox .countss {
        font-size: 20px
    }

    .reviewsWrap .reviewBox .text {
        font-size: 18px;
        line-height: 26px
    }

    .accordianWrap .accordion .at-title h2 {
        font-size: 20px;
        line-height: 30px
    }

    .section-title .text br {
        display: none
    }

    .contactWrap .row {
        align-items: center
    }

    .locationBox .locatDetails {
        margin-top: 25px
    }

    .caseSingleWrap .casesection .caseBoxx .content .title {
        font-size: 36px;
        line-height: 48px
    }

    .caseSingleWrap .casesection .caseBoxx .content p {
        font-size: 20px
    }

    .innerWrapContent .faqsBox {
        position: relative;
        margin-bottom: 50px
    }

    .consultationBox .texttw {
        text-align: justify
    }

    footer {
        padding: 90px 0 0
    }

    .consultdemoBox {
        min-height: 465px;
        gap: 25px
    }

    .caseWrap .progressSection .case-button .btn-one {
        font-size: 23px
    }

    .injuredWrap .content-head .section-title h2 {
        text-align: center
    }

    .injuredWrap .content-head {
        flex-direction: column;
        margin-bottom: 50px;
        gap: 25px
    }

    .consultdemoBox .title {
        font-size: 26px;
        line-height: 28px
    }

    .accordianImgbox {
        display: block;
        padding-right: 0;
        position: relative
    }

    .consultdemoBox.consultdemoBoxTwo {
        min-height: 775px
    }

    .teamdetWrap .content p {
        font-size: 18px;
        line-height: 26px
    }

    .teamdetWrap .content .location-certified,
    .teamdetWrap .content .position {
        font-size: 24px;
        line-height: 32px
    }

    .teamdetWrap .content .title {
        font-size: 48px;
        line-height: 55px
    }

    .innderContentpage .consultation-box .texttw,
    .innderContentpage .section-contentt li,
    .innderContentpage .section-contentt p,
    .innderContentpage .text {
        font-size: 18px;
        line-height: 28px
    }

    .innderContentpage .section-contentt h3 {
        font-size: 26px;
        font-weight: 600
    }

    .innderContentpage .section-contentt .min-title {
        font-size: 20px
    }

    .careerWrap .jobList ul li .jobBoxx {
        padding: 30px;
        gap: 30px;
        flex-direction: column
    }

    .careerWrap .jobList ul li .jobBoxx .leftsideContent {
        width: 100%;
        gap: 20px
    }

    .careerWrap .jobList ul li .jobBoxx .rightButn {
        width: 25%
    }

    .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis .jonId {
        font-size: 18px;
        line-height: 28px
    }

    .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis p {
        font-size: 18px;
        line-height: 28px
    }

    .aboutWrap .section-title .btnbox .btn-two p span {
        font-size: 19px;
        line-height: 24px
    }
}

@media screen and (max-width:990px) {
    .location-attorney {
        margin-top: 0
    }

    .bannerWraper:has(>.banner-location-attorney) {
        padding-top: 100px
    }
}

@media screen and (max-width:991px) {
    .rightimg-attorney {
        position: relative;
        height: 100%;
    }

    .rightimg-attorney img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: none;
    }
    .loc-attorney-box {
        justify-content: center
    }

    .rightimg-att-content {
        gap: 5px;
        position: absolute;
        overflow-y: auto;
        max-height: 100%;
        padding: 1em
    }

    .default-location-attorney .container {
        max-width: 720px
    }

    .loc-attornies-carousal .att-car-title {
        font-size: 28px;
        margin-bottom: 20px;
        line-height: 40px
    }

    .column-reverse {
        flex-direction: column-reverse
    }

    .location-attorney .attorney-content {
        padding: 0
    }
}

@media screen and (max-width:990px) {

    .innderContentpage .sidebar-widgat,
    .sidebar-disclaimer {
        max-width: none
    }

    .breadCrubWrp .breadHead .left-contetnt {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 30px
    }

    .breadCrubWrp .breadHead .bannerButnmbl {
        display: block
    }

    .breadCrubWrp .breadHead .bannerButndsk {
        display: none
    }

    .copyright .container .row {
        flex-direction: column-reverse
    }

    .desktop-display {
        display: none
    }

    .innderContentpage .sidebar-widgat {
        margin-top: 35px
    }

    .mobile-display {
        display: block;
        margin-bottom: 35px !important;
        margin-top: 0 !important
    }

    .section-title-center {
        width: 100%
    }

    .locationBox {
        margin-top: 30px
    }

    .mediaWrap .mediaWrapBox {
        position: relative;
        margin-top: 20px
    }

    .personlWrap .persoRow {
        display: flex;
        justify-content: space-between;
        gap: 35px;
        align-items: center;
        flex-direction: column
    }

    .personlWrap .persoRow .leftside,
    .personlWrap .persoRow .rightside {
        position: relative;
        width: 100%
    }

    .consultdemoBox,
    .consultdemoBox.consultdemoBoxTwo {
        min-height: auto;
        gap: 25px
    }

    .personlWrapreverse .persoRow .leftside .images {
        padding-right: 25px;
        padding-left: 0
    }

    .personlWrapreverse .persoRow .leftside .images::before {
        left: 0;
        right: auto
    }

    .servedArea {
        margin-top: 30px;
        position: relative
    }

    footer {
        padding: 75px 0 0
    }

    .aboutGeopage .aboutRow {
        display: flex;
        justify-content: space-between;
        gap: 25px;
        align-items: flex-start;
        flex-direction: column
    }

    .aboutGeopage .aboutRow .leftside,
    .aboutGeopage .aboutRow .rightside {
        width: 100%
    }

    .caseSingleWrap .casesection {
        margin-top: 30px
    }

    .mediaWrap .mediaWrapBox .bannerButn {
        text-align: center;
        margin-top: 30px
    }

    .caseSingleWrap .casesection .caseBoxx .content .title {
        font-size: 30px;
        line-height: 40px
    }

    .innerWrapContent .faqsBox .title {
        font-size: 28px;
        line-height: 34px;
        margin-bottom: 20px
    }

    .consultationBox .texttw,
    .innerWrapContent .faqsBox .text {
        font-size: 18px;
        line-height: 26px;
        text-align: justify
    }

    .innerWrapContent .faqsBox .accordion .at-title {
        padding: 22px 90px 22px 30px
    }

    .innerWrapContent .faqsBox .accordion .at-title h2 {
        font-size: 20px;
        line-height: 26px
    }

    .innerWrapContent .faqsBox {
        position: relative;
        margin-bottom: 40px
    }

    .dropDownCheck {
        position: relative;
        margin-bottom: 20px;
        gap: 20px;
        z-index: 99;
        display: flex
    }

    .dropDownCheck .wrapper-dropdown,
    .dropDownCheck .wrapper-dropdown:nth-child(2),
    .dropDownCheck .wrapper-dropdown:nth-child(3) {
        margin: 0 !important;
        width: 100%
    }

    .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px
    }

    .aboutWrap .section-title .btnbox .btn-two p span {
        font-size: 18px;
        line-height: 24px
    }

    .breadCrubWrp .breadHead .left-contetnt h1 {
        text-align: center
    }

    .breadCrubWrp .breadHead {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 25px
    }

    .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        align-items: center;
        justify-content: center;
        margin-bottom: 25px
    }

    .bannerWraperGeo .breadHead .left-contetnt h1 {
        text-align: center;
        margin-bottom: 45px
    }

    .bannerWraperGeo .breadHead {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 25px
    }

    .bannerWraperGeo .breadHead .left-contetnt .btnbox {
        text-align: center;
        margin-bottom: 45px
    }

    .bannerWraperGeo {
        padding-bottom: 60px
    }

    .counterWrap .item .countBox .leftSdidee .count,
    .counterWrap .item .countBox .leftSdidee span,
    .counterWrap .item .countBox .rightSdidee {
        font-size: 38px;
        line-height: 50px
    }

    .counterWrap .item .countBox {
        margin-bottom: 0
    }

    .accordianWrap .accordion .at-title {
        height: 100px
    }

    .counterWrap .item {
        margin-bottom: 20px
    }

    .contactWrap .contForm {
        margin-top: 30px
    }

    .evalutionContetn .imgboxAli img {
        width: 100%;
        position: relative;
        bottom: 0
    }

    .logoBarr .logoImgList ul li {
        width: 180px;
        height: 180px
    }

    .practWrap .content-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        margin-bottom: 50px;
        flex-direction: column
    }

    .practWrap .content-head .btnbox {
        display: none
    }

    .caseWrap .progressSection .progress-point {
        text-align: right;
        margin: 0 0 30px;
        font-family: "Reckless Neue";
        font-size: 24px;
        font-weight: 400;
        line-height: 30px
    }

    .btn-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 30px;
        margin-bottom: 40px
    }

    .practWrap .content-head .subtitle {
        position: relative;
        display: flex;
        align-items: center;
        margin-bottom: 20px;
        justify-content: center
    }

    .about__content {
        margin-top: 30px
    }

    .aboutWrap .aboutAimm {
        position: relative;
        width: 300px;
        right: 0;
        top: 0;
        z-index: -1
    }

    section {
        padding: 75px 0
    }

    .practWrap {
        padding-top: 75px
    }

    .section-title h2 {
        font-size: 40px;
        margin-bottom: 25px;
        line-height: 50px
    }

    .caseWrap .progressSection .progress {
        margin: 45px 0 10px
    }

    .contactWrap .section-title,
    .practWrap .content-head,
    .testimonialwrap .section-title-center h2 {
        margin-bottom: 40px !important
    }

    .section-title .text {
        font-size: 18px;
        line-height: 26px
    }

    .reviewsWrap .row .col-xl-4:nth-child(2) {
        margin-top: 0
    }

    footer .calltoaction .title {
        font-size: 40px;
        line-height: 50px;
        text-align: center
    }

    footer .mediaPort {
        gap: 25px;
        width: 100%;
        padding: 40px 0;
        flex-direction: column
    }

    footer .calltoaction {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding-bottom: 50px;
        gap: 25px;
        flex-direction: column
    }

    .bannerWraper .content-box {
        gap: 30px;
        margin-bottom: 40px
    }

    .testimonialCrousel {
        position: relative;
        padding-right: 0;
        margin-top: 40px
    }

    .reviewsWrap .section-title-center {
        margin-bottom: 25px
    }

    .accordianImgbox {
        display: block;
        padding-right: 0;
        position: relative
    }

    .accordianWrap .accordion {
        margin-top: 30px
    }

    .bannerWraper .container {
        max-width: 720px
    }

    .practWrap .container-fluid {
        max-width: 720px
    }

    .portfolio-one__arrow a {
        width: 55px;
        height: 55px;
        font-size: 20px
    }

    .bannerWraper {
        padding-top: 220px
    }

    .portfolio-one__single:hover .portfolio-one__content h3 {
        bottom: 23%
    }

    .portfolio-one__sub-title {
        font-size: 16px;
        line-height: 24px;
        color: #fff
    }

    .processWrap .row {
        justify-content: center
    }

    .reviewsWrap .reviewBox .text {
        font-size: 18px;
        line-height: 26px
    }

    .accordianWrap .section-title-center {
        margin-bottom: 30px
    }

    .copyright .contentbox {
        justify-content: center;
        gap: 25px
    }

    footer .socialMedia ul {
        display: flex;
        gap: 20px;
        justify-content: flex-start;
        flex-wrap: wrap
    }

    .copyright .contentboxLILN {
        justify-content: space-evenly
    }

    .copyright .row {
        gap: 20px
    }

    footer ul {
        margin-bottom: 30px
    }

    .footerNavigation {
        padding: 50px 0 35px
    }

    .copyright .contentbox .dmcImg img {
        width: 140px
    }

    .subtitle {
        margin-bottom: 10px !important
    }

    .testimonialCrousel .owl-nav button {
        width: 50px;
        height: 50px;
        line-height: 750px;
        font-size: 20px !important
    }

    .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
        font-size: 18px
    }

    .bannerWraperGeo .breadHead .left-contetnt h1 {
        font-size: 40px;
        line-height: 56px
    }

    .personlWrap .persoRow .rightside .title {
        font-size: 30px;
        line-height: 40px
    }

    .consultdemo {
        position: relative;
        margin-top: 30px
    }

    .teamdetWrap .team-details {
        margin-bottom: 35px
    }

    .innderContentpage .sidebar-widgat .title {
        font-size: 24px;
        padding: 20px;
        line-height: 30px
    }

    .careerWrap .jobList ul li .jobBoxx .rightButn .btn-one {
        height: 60px;
        line-height: 55px;
        font-size: 18px
    }

    .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        width: 100%
    }

    .careerWrap .jobList ul li .jobBoxx .leftsideContent .discriptionxs .bocdis {
        padding-right: 0;
        margin-right: 0;
        border: none
    }

    .careerWrap .jobList ul li .jobBoxx .rightButn {
        width: 40%
    }

    .careerWrap .jobList ul li .jobBoxx .leftsideContent .title {
        font-size: 24px;
        line-height: 36px
    }

    .fixedPage {
        top: 0 !important;
        margin-bottom: 25px;
        margin-top: 25px !important;
        position: relative !important
    }

    .innderContentpage .sidebar-widgat {
        margin-bottom: 25px
    }
}

@media screen and (max-width:768px) {
    .mediaWrap .mediaWrapBox .boxMediaa .icon img{
    width: 70px;
    max-height: 70px;
  }
    .header-upper .header-box .headerMenuu .menu-box .mblflx .header-search-btn {
        position: absolute;
        left: 60px;
        top: -15px
    }

    .custom-modal-content {
        margin-top: -80px
    }

    .rightimg-att-content {
        gap: 5px
    }

    .comparison-table thead {
        display: none
    }

    .comparison-table,
    .comparison-table tbody,
    .comparison-table td,
    .comparison-table tr {
        display: block;
        width: 100%
    }

    .comparison-table tr {
        margin-bottom: 15px;
        border: 1px solid #ccc;
        border-radius: 6px;
        padding: 10px;
        background: #fff
    }

    .comparison-table td {
        text-align: right;
        padding-right: 50%;
        position: relative
    }

    .comparison-table td::before {
        content: attr(data-label);
        position: absolute;
        left: 15px;
        width: 45%;
        padding-right: 10px;
        font-weight: 700;
        text-align: right;
        color: #333
    }
}

@media screen and (max-width:767px) {
    .aboutGeopage {
        position: relative;
        padding: 30px 0
    }

    footer .emailSide {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        gap: 30px
    }

    .dropDownCheck {
        flex-direction: column
    }

    .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
        width: 30px;
        height: 30px;
        font-size: 13px
    }

    .breadCrubWrp .breadHead .left-contetnt h1 {
        font-size: 26px;
        line-height: 35px
    }

    .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item:first-child a {
        width: 30px;
        height: 30px;
        font-size: 13px
    }

    .bannerWraperGeo .breadHead .left-contetnt h1 {
        font-size: 36px;
        line-height: 38px
    }

    .portfolio-one__img img {
        object-fit: cover;
        height: 400px
    }

    .counterWrap .container {
        max-width: 540px
    }

    .counterWrap .item {
        align-items: flex-start
    }

    .careerWrap .jobList ul li .jobBoxx .rightButn {
        width: 50%
    }

    .injuredWrap ol li,
    .innderContentpage .consultation-box .texttw,
    .innderContentpage .section-contentt li,
    .innderContentpage .section-contentt p,
    .innderContentpage .text {
        font-size: 16px;
        line-height: 24px
    }

    .dotTickTwo ul li {
        position: relative;
        padding-right: 25px;
        padding-bottom: 5px
    }

    .innderContentpage .dotTickTwo {
        padding-right: 20px
    }

    .innderContentpage .section-contentt h3 {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 15px
    }

    .contactWrap .section-title,
    .practWrap .content-head,
    .testimonialwrap .section-title-center h2 {
        margin-bottom: 35px !important
    }

    .caseWrap .progressSection .title {
        font-size: 24px
    }

    .navbar-collapse {
        width: 75%;
        padding: 20px
    }

    .section-title h2 {
        font-size: 36px;
        margin-bottom: 25px;
        line-height: 44px
    }

    .evalutionContetn .imgboxAli img {
        bottom: -12px
    }

    .breadCrubWrp {
        padding-top: 120px;
        min-height: 470px;
        padding-bottom: 30px
    }

    .evalutionContetn .alideail .delabout .title {
        font-size: 16px;
        margin-bottom: 10px;
        line-height: 22px
    }

    .section-title h2 br {
        display: none
    }

    .processWrap .processBox p {
        font-family: outfitregular;
        min-height: auto
    }

    .caseWrap .progressSection .case-button .btn-one {
        height: 100px;
        font-size: 22px;
        line-height: 30px
    }

    .portfolio-one__single:hover .portfolio-one__content h3 {
        bottom: 25%
    }

    .aboutWrap .aboutAimm {
        position: relative;
        width: 100%;
        margin: 0 auto 30px
    }

    .headerWraper .container-fluid {
        padding: 0 30px
    }

    .bannerWraper {
        padding-top: 180px
    }

    .headerWraper {
        top: 30px
    }

    .header-upper .header-box .logo-box::before {
        display: none
    }

    .header-upper .phoneBox .lang a {
        font-size: 16px
    }

    .header-upper .phoneBox {
        display: none
    }

    .header-upper .header-box .headerMenuu .menu-box .mblflx {
        display: block
    }

    .header-upper .header-box .headerMenuu .menu-box .mblflx .phoneBox {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-top: 15px;
        gap: 15px
    }

    .header-upper .phoneBox {
        padding-right: 0
    }

    .copyright .contentbox {
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column
    }

    .copyright .contentboxLILN {
        justify-content: space-between
    }

    .contForm .mainFormIn .btn-primary {
        font-size: 18px;
        line-height: 26px
    }

    footer .calltoaction .title {
        font-size: 36px;
        line-height: 45px;
        text-align: center
    }

    .boxemail .title,
    footer h4 {
        font-size: 24px;
        line-height: 30px
    }

    .accordianWrap .accordion .at-title h2 {
        font-size: 18px;
        line-height: 26px
    }

    .contForm {
        padding: 30px 20px
    }

    .testimonialwrap .section-title-center h2 {
        margin-bottom: 30px
    }

    .caseSingleWrap .casesection .caseBoxx .content p {
        font-size: 16px
    }

    .consultationBox .texttw,
    .innerWrapContent .faqsBox .text {
        font-size: 16px;
        line-height: 25px;
        text-align: justify
    }

    .consultdemo {
        margin-top: 25px
    }

    .innerWrapContent .faqsBox .accordion .at-title h2 {
        font-size: 18px;
        line-height: 24px
    }

    .innerWrapContent .faqsBox .accordion .at-tab {
        padding-top: 20px
    }

    .innerWrapContent .faqsBox .accordion .at-tab p,
    .innerWrapContent .faqsBox .accordion .at-tab ul li {
        font-size: 15px;
        line-height: 23px
    }

    .innerWrapContent .faqsBox {
        position: relative;
        margin-bottom: 35px
    }

    .aboutGeopage .aboutRow .rightside .btn-two {
        width: 100%
    }

    .aboutGeopage .aboutRow .rightside .btn-two p {
        font-size: 14px !important;
        line-height: 23px !important
    }

    .aboutGeopage .aboutRow .rightside .btn-two p span {
        font-size: 18px
    }

    .personlWrap .persoRow .rightside .title {
        font-size: 28px;
        line-height: 36px
    }

    .consultdemoBox .title {
        font-size: 24px;
        line-height: 28px
    }

    .consultdemoBox {
        padding: 25px
    }
}

@media screen and (max-width:622px) {
    #icw {
        margin-bottom: 20px !important;
    }
}

@media (max-width:600px) {
    .ali-photo-overlay .overlay-text {
        font-size: .85rem;
        padding: 6px 10px
    }
}

@media screen and (max-width:575px) {

    .location-attorney h1,
    .location-attorney h2 {
        font-size: 38px;
        font-weight: 500;
        line-height: 48px
    }

    .btnbox.btn-half {
        flex: 0 0 calc(100%)
    }

    .btn-two.btn-trns p span {
        font-size: 14px
    }

    .innderContentpage .dotTickTwo {
        padding-right: 0
    }

    .innderContentpage .sidebar-widgat .side-nav .no-links,
    .innderContentpage .sidebar-widgat .side-nav a {
        font-size: 16px
    }

    .footerNavigation .col-lg-5 .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    section {
        padding: 60px 0
    }

    .breadCrubWrp {
        /* padding-top: 70px; */
        min-height: 400px;
        padding-bottom: 45px
    }

    .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb {
        margin-bottom: 15px
    }

    .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb {
        margin-bottom: 15px
    }

    .bannerWraperGeo .breadHead .left-contetnt h1 {
        font-size: 24px;
        margin-bottom: 30px;
        line-height: 32px
    }

    .blogSectionWrap .blogCard .content {
        padding: 20px 0 0
    }

    .aboutGeopage .aboutRow .rightside .text {
        font-size: 16px;
        margin-bottom: 15px;
        line-height: 23px
    }

    .consultdemoBox .text {
        font-size: 16px;
        line-height: 26px;
        text-align: justify
    }

    .personlWrap .persoRow .leftside .images {
        padding-right: 15px !important
    }

    .dotTickTwo ul li p {
        font-size: 16px;
        line-height: 24px
    }

    footer ul li a {
        font-size: 16px;
        line-height: 26px
    }

    .aboutGeopage .aboutRow .leftside .imagesmain .flagImg {
        width: 100px;
        height: 100px
    }

    footer {
        padding: 50px 0 0
    }

    .injuredWrap .text {
        font-size: 16px;
        line-height: 24px
    }

    .blogSectionWrap .blogCard .content p {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 20px
    }

    .accordianWrap .accordion .at-title {
        height: 90px;
        padding: 10px 85px 10px 20px
    }

    .caseWrap .progressSection .case-button .btn-one {
        height: 90px;
        font-size: 18px;
        line-height: 24px
    }

    .accordianWrap .accordion .at-tab ul li {
        font-family: outfitregular;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px
    }

    .about__content ul li p,
    .processWrap .processBox p,
    .section-title .text {
        font-size: 16px;
        line-height: 24px
    }

    .reviewsWrap .reviewBox .reviewfoot .review-author .auhtrContent .title {
        font-size: 16px
    }

    .reviewsWrap .reviewBox .text {
        font-size: 16px;
        line-height: 24px
    }

    .accordianWrap .accordion .at-tab p {
        font-size: 16px
    }

    .contForm .mainFormIn .form-group .form-control,
    .contForm .mainFormIn .form-group .form-select {
        height: 55px;
        font-size: 16px
    }

    .evalutionContetn .alideail {
        height: 220px;
        width: 100%
    }

    .evalutionContetn {
        flex-direction: column-reverse
    }

    .evalutionContetn .imgboxAli {
        width: 100%
    }

    .evalutionContetn .imgboxAli img {
        bottom: 0
    }

    .boxemail .emailLink {
        font-size: 16px
    }

    .about__content {
        margin-top: 30px
    }

    .caseWrap .progressSection .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    footer .calltoaction .title br {
        display: none
    }

    .subNavv ul {
        column-count: 2
    }

    .bannerWraper .content-box h1 {
        font-size: 38px;
        font-weight: 500;
        line-height: 48px
    }

    .bannerWraper .content-box .banner-title {
        font-size: 38px;
        font-weight: 500;
        line-height: 48px
    }

    .bannerWraper .main_crousel_one {
        margin-top: 85px
    }

    .logoBarr .logoImgList ul li {
        width: 150px;
        height: 150px
    }

    .header-upper .header-box .logo-box .logo img {
        width: 280px
    }

    .bannerWraper {
        padding-top: 150px
    }

    .header-upper {
        border: 1px solid #ffffff1a;
        padding: 15px
    }

    .navbar-toggler {
        font-size: 2.5rem
    }

    .breadCrubWrp .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
        font-size: 16px
    }

    .dotTick ul {
        column-count: 1
    }

    .personlWrap .persoRow .rightside .text {
        font-size: 16px;
        line-height: 24px
    }

    .bannerWraperGeo .breadHead .left-contetnt nav .breadcrumb .breadcrumb-item {
        font-size: 16px
    }

    .dotTick ul li {
        font-size: 16px;
        padding-bottom: 10px
    }

    .caseSingleWrap .casesection {
        margin-top: 20px
    }

    .teamdetWrap .content p {
        font-size: 16px;
        line-height: 24px
    }
}

@media screen and (max-width:500px) {
    .attorney-title {
        font-size: 28px
    }

    .innderContentpage {
        padding: 40px 0
    }

    .navigation.pagination .nav-links {
        gap: 4px
    }

    .navigation.pagination .nav-links .page-numbers {
        width: 35px;
        height: 35px
    }

    .portfolio-one__title {
        font-size: 26px;
        margin-bottom: 0
    }

    .portfolio-one__img img {
        object-fit: cover;
        height: 370px
    }

    .logoBarr .logoImgList ul li {
        width: 220px;
        height: 220px
    }

    .portfolio-one__single:hover .portfolio-one__content h3 {
        bottom: 25%
    }

    .btn-two {
        width: 100%;
        overflow: hidden;
        display: inline-flex;
        white-space: nowrap
    }

    .breadCrubWrp {
        min-height: 450px;
        padding-bottom: 20px
    }

    .container,
    .container-fluid {
        width: 100%;
        padding-right: 15px;
        padding-left: 15px
    }

    .header-upper .header-box .logo-box .logo img {
        width: 380px;
        height: auto
    }

    .section-title h2 {
        font-size: 30px;
        margin-bottom: 20px;
        line-height: 40px
    }
}

@media screen and (max-width:500px) {
    .navigation.pagination .nav-links {
        gap: 0
    }
}

/* Overlay */
.pdf-mobile {
    display: none;
}

.pdf-desktop {
    margin: 50px 0px;
    display: flex;
    justify-content: center;
}

.pdf-modal {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 9999;

    /* add an inner gutter so the dialog never touches edges */
    padding: 12px;
    padding-left: max(12px, env(safe-area-inset-left));
    padding-right: max(12px, env(safe-area-inset-right));
    padding-top: max(12px, env(safe-area-inset-top));
    padding-bottom: max(12px, env(safe-area-inset-bottom));
    box-sizing: border-box;
}

.pdf-modal.active {
    display: grid;
    place-items: center;
    /* perfectly center */
}

/* Dim background */
.pdf-modal__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, .55);
}

/* Dialog */
.pdf-modal__dialog {
    position: relative;
    box-sizing: border-box;
    width: min(1000px, 100%);
    height: min(90svh, 100%);
    max-width: 100%;
    max-height: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
    overflow: hidden;
    /* iframe fills it */
}

/* Close button stays inside */
.pdf-modal__close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 0;
    background: #000;
    color: #fff;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font: inherit;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
}

.pdf-modal iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
    background: #f8fafc;
}

@media (max-width: 767px) {
    .pdf-mobile {
        display: block;
        margin: 50px 0px;
        display: flex;
        justify-content: center;
    }

    .pdf-mobile .btn-two {
        width: 300px;
        display: flex;
        white-space: initial;
        justify-content: center;
    }

    .pdf-desktop {
        display: none;
    }
}

/* Small screens: optional fullscreen look */
@media (max-width: 640px) {
    .pdf-modal__dialog {
        width: 100%;
        height: calc(100svh - 24px);
        /* account for the 12px padding on top/bottom */
        border-radius: 8px;
        /* or 0 for edge-to-edge */
    }
}
.featuredBlogsWrap {
    background: #baeaa0;
    padding: 30px 0px;
    margin: 15px;
}
.featured-heading{
    font-family: "Reckless Neue";
    font-size: 36px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 65px;
    text-align: right;
    color: #000;
}
.see-all-featured {
    text-align: right;
}

.see-all-link {
    font-family: "outfitsemi_bold";
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 65px;
    text-align: right;
    color: #000;
    text-decoration: underline;
}

.see-all-link:hover {
    color: #000;
    text-decoration: none;
}
.featuredBlogsWrap .blogCard {
    display: flex;
    gap: 15px;
    align-items: flex-start;
    margin-bottom: 20px;
}

.featuredBlogsWrap .featured-thumb img {
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 6px;
}

.featuredBlogsWrap .featured-content {
    flex: 1;
}

.featuredBlogsWrap .featured-title {
    font-family: "Reckless Neue";
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 5px;
    line-height: 1.3;
}

.featuredBlogsWrap .featured-title a {
    color: #000;
    text-decoration: none;
}

.featuredBlogsWrap .authorBox {
    display: flex;
    align-items: center;
    gap: 8px;
}

.featuredBlogsWrap .authorImg img {
    width: 24px;
    height: 24px;
    border-radius: 50%;
}

.featuredBlogsWrap .author-name {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
}

.featuredBlogsWrap .post-date {
    font-size: 12px;
    color: #777;
    margin: 0;
}