/*
===============================================
           CSS Table of Content
===============================================
1)  reset css
2)  global css
3)  spacing css
4)  extend css
5)  list-style css
6)  animation css
7)  typography css
8)  preloader css
9)  buttons css
10) badge css
11) table css
12) form css
13) card css
14) modal css
15) accordion css
16) nav-tabs css
17) pagination css
18) header css
19) footer css
20) inner-banner css
21) banner css
22) service css
23) service-details css
24) ticker css
25) about css
26) project css
27) project-details css
28) message css
29) brand css
30) newsletter css
31) testimonial css
32) team css
33) team-details css
34) faq css
35) blog css
36) blog-details css
37) pricing css
38) overview css
39) gallery css
40) video css
41) choose css
42) contact css
=========================================== */
/* === global css start === */
/* === reset css start === */
@import url('https://fonts.googleapis.com/css2?family=Crete+Round:ital@0;1&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400..900&amp;family=Roboto:wght@400;500;600;700&amp;family=Prata&amp;display=swap");
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap');

:root {
    --color1: #5F950C;
    --color2: #1A2D46;
    --secondary-two: #FF6600;
    --dark-700: #171931;
    --dark-800: #4A3F35;
    --dark-900: #0B0D26;
    --dark: #020101;
    --light-100: #FFF8F3;
    --light-200: #D0D0D0;
    --border-color: #D0D0D0;
    --display-font: "Crete Round", serif;
    --body-font: "Google Sans", sans-serif;
    --theme-border-radius:30px;
}

*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
    all: unset;
    display: revert;
}

:where([hidden]) {
    display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
    -moz-user-modify: read-write;
    -webkit-user-modify: read-write;
    overflow-wrap: break-word;
    -webkit-line-break: after-white-space;
    -webkit-user-select: auto;
}

:where([draggable=true]) {
    -webkit-user-drag: element;
}

:where(dialog:modal) {
    all: revert;
}

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--body-font);
    color: var(--dark-800);
    font-size: 1rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
    position: relative;
    line-height: 1.7;
    background-color: #fff;
    overflow-x: hidden;
}

body.home-four {
    background-image: url(../images/elements/body-bg.png);
}

main {
    display: block;
}

footer {
    margin-top: auto;
}

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

select {
    cursor: pointer;
}

dt {
    margin-left: 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border-top-width: 1px;
    margin: 0;
    clear: both;
    color: inherit;
    opacity: 0.15;
}

pre {
    font-family: monospace, monospace;
    font-size: inherit;
}

address {
    font-style: inherit;
}

ul,
ol {
    margin: 0;
    padding: 0;
    list-style: none;
}

button {
    cursor: pointer;
}

*:focus {
    outline: none;
}

button {
    border: none;
}

button:focus {
    outline: none;
}

span {
    display: inline-block;
}

p, li, span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    background-color: transparent;
    color: inherit;
}

a, button {
    cursor: revert;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 700;
}

a:hover {
    color: var(--color1);
}

abbr[title] {
    text-decoration: underline dotted;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: inherit;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

svg,
img,
embed,
object,
iframe {
    vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
    -webkit-appearance: none;
    appearance: none;
    vertical-align: middle;
    color: inherit;
    font: inherit;
    background: transparent;
    padding: 0;
    margin: 0;
    border-radius: 0;
    text-align: inherit;
    text-transform: inherit;
}

button,
[type=button],
[type=reset],
[type=submit] {
    cursor: pointer;
    -webkit-appearance: button;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
    cursor: default;
}

:-moz-focusring {
    outline: auto;
}

select:disabled {
    opacity: inherit;
}

option {
    padding: 0;
}

fieldset {
    margin: 0;
    padding: 0;
    min-width: 0;
}

legend {
    padding: 0;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

[type=number] {
    -moz-appearance: textfield;
}

label[for] {
    cursor: pointer;
}

details {
    display: block;
}

summary {
    display: list-item;
}

[contenteditable]:focus {
    outline: auto;
}

table {
    border-color: inherit;
    border-collapse: collapse;
}

caption {
    text-align: left;
}

td,
th {
    vertical-align: top;
    padding: 0;
}

th {
    text-align: left;
    font-weight: bold;
}

/* === reset css end === */
.text-color1 {
    color: var(--color1) !important;
}

.text-dark {
    color: var(--dark-900) !important;
}

.text-h {
    color: var(--dark-900) !important;
}

.text-p {
    color: var(--dark-800) !important;
}

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

/* background color css start */
.bg-color1 {
    background-color: var(--color1) !important;
}

.bg-color2 {
    background-color: var(--color2) !important;
}

.bg-dark {
    background-color: var(--dark-900) !important;
}

.bg-light {
    background-color: #f2f3f6 !important;
}

/* background color css end */
.section-top {
    padding-bottom: 25px;
}

@media (max-width: 1399px) {
    .section-top {
        padding-bottom: 1.125rem;
    }
}

@media (max-width: 991px) {
    .section-top {
        padding-bottom: 2.5rem;
    }
}

.section-top-title-two {
    font-size: 1rem;
    color: var(--color1);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 0.625rem;
}

.section-title {
    font-family: var(--display-font);
    font-size: 38px;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .section-title {
        font-size: 2.25rem;
    }
}

@media (max-width: 991px) {
    .section-title {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .section-title {
        font-size: 1.625rem;
    }
}

.rounded-sm {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

/* === global css end === */
/* === spacing css start === */
.mt-30 {
    margin-top: 1.875rem;
}

.mt-40 {
    margin-top: 2.5rem;
}

.mt-60 {
    margin-top: 3.75rem;
}

.pt-120 {
    padding-top: 7.5rem;
}

@media (max-width: 1399px) {
    .pt-120 {
        padding-top: 6.25rem;
    }
}

@media (max-width: 991px) {
    .pt-120 {
        padding-top: 5rem;
    }
}

@media (max-width: 767px) {
    .pt-120 {
        padding-top: 4.375rem;
    }
}

@media (max-width: 575px) {
    .pt-120 {
        padding-top: 3.125rem;
    }
}

.pb-120 {
    padding-bottom: 7.5rem;
}

@media (max-width: 1399px) {
    .pb-120 {
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 991px) {
    .pb-120 {
        padding-bottom: 5rem;
    }
}

@media (max-width: 767px) {
    .pb-120 {
        padding-bottom: 4.375rem;
    }
}

@media (max-width: 575px) {
    .pb-120 {
        padding-bottom: 3.125rem;
    }
}

.pb-100 {
    padding-bottom: 6.25rem;
}

@media (max-width: 1399px) {
    .pb-100 {
        padding-bottom: 5rem;
    }
}

@media (max-width: 991px) {
    .pb-100 {
        padding-bottom: 4.375rem;
    }
}

@media (max-width: 767px) {
    .pb-100 {
        padding-bottom: 3.75rem;
    }
}

@media (max-width: 575px) {
    .pb-100 {
        padding-bottom: 3.125rem;
    }
}
/* === spacing css end === */
/* === extend css start === */
.custom-checkbox label::before, body {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.card {
    background-color: #fff;
}

[data-label]::before {
    color: #082032;
}

.btn-close {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn-close {
    justify-content: center;
}

.btn-close {
    align-items: center;
}

.card {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
}

/* === extend css end === */
/* === list-style css start === */
.check-list li + li {
    margin-top: 1.25rem;
}

.check-list li {
    position: relative;
    padding-left: 1.875rem;
}

.check-list li::before {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1rem;
    color: var(--color1);
    line-height: 1;
}

.arrow-list li + li {
    margin-top: 1.25rem;
}

.arrow-list li {
    position: relative;
    padding-left: 1.875rem;
}

.arrow-list li::before {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f101";
    font-size: 1rem;
    color: var(--color1);
    line-height: 1;
}

.line-dot-list {
    position: relative;
    margin-top: -0.625rem;
}

.line-dot-list li {
    position: relative;
    padding-left: 1.875rem;
    margin-block: 0.625rem;
}

.line-dot-list li:last-child::after {
    display: none;
}

.line-dot-list li::before {
    position: absolute;
    content: "";
    top: 11px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--color1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.line-dot-list li::after {
    position: absolute;
    content: "";
    top: 11px;
    left: 3px;
    width: 1px;
    height: 145%;
    background-color: var(--border-color);
    z-index: -1;
}

/* === list-style css end === */
/* === animation css start === */
.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        -ms-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }
}
/* === animation css end === */
/* === typography css start === */
h1 {
    font-size: 2.625rem;
}

@media (max-width: 1399px) {
    h1 {
        font-size: 2.25rem;
    }
}

@media (max-width: 1199px) {
    h1 {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    h1 {
        font-size: 1.75rem;
    }
}

h2 {
    font-size: 1.875rem;
}

@media (max-width: 991px) {
    h2 {
        font-size: 1.75rem;
    }
}

@media (max-width: 575px) {
    h2 {
        font-size: 1.5rem;
    }
}

h3 {
    font-size: 1.25rem;
}

h4 {
    font-size: 1.125rem;
}

h5 {
    font-size: 1rem;
}

h5 {
    font-size: 0.875rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--body-font);
    color: var(--dark-900);
    font-weight: 500;
    margin: 0;
    line-height: 1.3;
    word-break: break-word;
}

h1 > a,
h2 > a,
h3 > a,
h4 > a,
h5 > a,
h6 > a {
    font-family: var(--body-font);
    color: var(--dark-900);
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    line-height: 1.4;
    word-break: break-word;
}

p,
li,
span {
    margin: 0;
}

a {
    text-decoration: none;
    display: inline-block;
    font-family: var(--body-font);
    font-weight: 400;
}

a:hover {
    text-decoration: none;
}

strong {
    font-weight: 500;
}

.fs-18px {
    font-size: 1.125rem !important;
}

.fs-16px {
    font-size: 1rem !important;
}

.fs-15px {
    font-size: 0.9375rem !important;
}

.fs-14px {
    font-size: 0.875rem !important;
}

.fs-12px {
    font-size: 0.75rem !important;
}

.h-font {
    font-family: var(--display-font) !important;
}

.p-font {
    font-family: var(--body-font) !important;
}

.max-18ch {
    max-width: 18ch;
}

.max-20ch {
    max-width: 20ch;
}

.max-55ch {
    max-width: 55ch;
}

.max-65ch {
    max-width: 65ch;
}

/* === typography css end === */
/* === preloader css start === */
body.loaded .preloader-holder {
    opacity: 0;
    visibility: hidden;
}

.preloader-holder {
    position: fixed;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: 9999;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.preloader {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    animation: rotatePreloader 2s infinite ease-in;
}

.preloader div {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.preloader div:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0%;
    width: 10%;
    height: 10%;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: var(--color1);
}

.preloader div:nth-child(1) {
    transform: rotateZ(0deg);
    animation: rotateCircle1 2s infinite linear;
    z-index: 9;
}

.preloader div:nth-child(2) {
    transform: rotateZ(36deg);
    animation: rotateCircle2 2s infinite linear;
    z-index: 8;
}

.preloader div:nth-child(3) {
    transform: rotateZ(72deg);
    animation: rotateCircle3 2s infinite linear;
    z-index: 7;
}

.preloader div:nth-child(4) {
    transform: rotateZ(108deg);
    animation: rotateCircle4 2s infinite linear;
    z-index: 6;
}

.preloader div:nth-child(5) {
    transform: rotateZ(144deg);
    animation: rotateCircle5 2s infinite linear;
    z-index: 5;
}

.preloader div:nth-child(6) {
    transform: rotateZ(180deg);
    animation: rotateCircle6 2s infinite linear;
    z-index: 4;
}

.preloader div:nth-child(7) {
    transform: rotateZ(216deg);
    animation: rotateCircle7 2s infinite linear;
    z-index: 3;
}

.preloader div:nth-child(8) {
    transform: rotateZ(252deg);
    animation: rotateCircle8 2s infinite linear;
    z-index: 2;
}

.preloader div:nth-child(9) {
    transform: rotateZ(288deg);
    animation: rotateCircle9 2s infinite linear;
    z-index: 1;
}

.preloader div:nth-child(10) {
    transform: rotateZ(324deg);
    animation: rotateCircle10 2s infinite linear;
    z-index: 0;
}

@keyframes rotatePreloader {
    0% {
        transform: translateX(-50%) translateY(-50%) rotateZ(0deg);
    }

    100% {
        transform: translateX(-50%) translateY(-50%) rotateZ(-360deg);
    }
}

@keyframes rotateCircle1 {
    0% {
        opacity: 0;
    }

    0% {
        opacity: 1;
        transform: rotateZ(36deg);
    }

    7% {
        transform: rotateZ(0deg);
    }

    57% {
        transform: rotateZ(0deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle2 {
    5% {
        opacity: 0;
    }

    5.0001% {
        opacity: 1;
        transform: rotateZ(0deg);
    }

    12% {
        transform: rotateZ(-36deg);
    }

    62% {
        transform: rotateZ(-36deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle3 {
    10% {
        opacity: 0;
    }

    10.0002% {
        opacity: 1;
        transform: rotateZ(-36deg);
    }

    17% {
        transform: rotateZ(-72deg);
    }

    67% {
        transform: rotateZ(-72deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle4 {
    15% {
        opacity: 0;
    }

    15.0003% {
        opacity: 1;
        transform: rotateZ(-72deg);
    }

    22% {
        transform: rotateZ(-108deg);
    }

    72% {
        transform: rotateZ(-108deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle5 {
    20% {
        opacity: 0;
    }

    20.0004% {
        opacity: 1;
        transform: rotateZ(-108deg);
    }

    27% {
        transform: rotateZ(-144deg);
    }

    77% {
        transform: rotateZ(-144deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle6 {
    25% {
        opacity: 0;
    }

    25.0005% {
        opacity: 1;
        transform: rotateZ(-144deg);
    }

    32% {
        transform: rotateZ(-180deg);
    }

    82% {
        transform: rotateZ(-180deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle7 {
    30% {
        opacity: 0;
    }

    30.0006% {
        opacity: 1;
        transform: rotateZ(-180deg);
    }

    37% {
        transform: rotateZ(-216deg);
    }

    87% {
        transform: rotateZ(-216deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle8 {
    35% {
        opacity: 0;
    }

    35.0007% {
        opacity: 1;
        transform: rotateZ(-216deg);
    }

    42% {
        transform: rotateZ(-252deg);
    }

    92% {
        transform: rotateZ(-252deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle9 {
    40% {
        opacity: 0;
    }

    40.0008% {
        opacity: 1;
        transform: rotateZ(-252deg);
    }

    47% {
        transform: rotateZ(-288deg);
    }

    97% {
        transform: rotateZ(-288deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

@keyframes rotateCircle10 {
    45% {
        opacity: 0;
    }

    45.0009% {
        opacity: 1;
        transform: rotateZ(-288deg);
    }

    52% {
        transform: rotateZ(-324deg);
    }

    102% {
        transform: rotateZ(-324deg);
    }

    100% {
        transform: rotateZ(-324deg);
        opacity: 1;
    }
}

.scroll-to-top {
    position: fixed;
    bottom: 30px;
    inset-inline-end: 30px;
    z-index: 9;
    width: 55px;
    height: 55px;
    line-height: 55px;
    text-align: center;
    display: none;
    color: #fff;
    border: 2px solid #fff;
    font-size: 1.25rem;
    cursor: pointer;
    background: var(--color1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

/* === preloader css end === */
/* === buttons css start === */
button:focus {
    outline: none;
}

.btn {
    padding: 1.0625rem 1.875rem;
    font-weight: 500;
    text-transform: uppercase;
}

@media (max-width: 1399px) {
    .btn {
        padding: 0.9375rem 1.875rem;
    }
}

@media (max-width: 1199px) {
    .btn {
        padding: 0.75rem 1.875rem;
    }
}

@media (max-width: 575px) {
    .btn {
        padding: 0.625rem 1.5625rem;
    }
}

.btn:focus {
    box-shadow: none;
    outline: none;
}

.btn.btn-four {
    padding: 0.9375rem 2.5rem;
    text-transform: capitalize;
}

.btn-color1 {
    background-color: var(--color1);
    border-color: var(--color1);
}

.btn-color1:hover, .btn-color1:focus, .btn-color1:active {
    border-color: var(--color1);
    background-color: var(--color1);
}

.btn-dark {
    background-color: var(--dark);
    border-color: var(--dark);
}

.btn-dark i {
    color: var(--color1);
}

.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
    border-color: var(--color1);
    background-color: var(--color1);
}

.btn-dark:hover i, .btn-dark:focus i, .btn-dark:active i {
    color: #fff;
}

.btn-outline-white-color1 {
    color: var(--color1);
    border-color: var(--color1);
    background-color: #fff;
}

.btn-outline-white-color1:hover, .btn-outline-white-color1:focus {
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

.btn-outline-color1 {
    color: var(--dark-900);
    border-color: var(--color1);
}

.btn-outline-color1:hover, .btn-outline-color1:focus {
    background-color: var(--color1);
    border-color: var(--color1);
}

.btn-outline-color2-color1 {
    color: var(--dark-900);
    border-color: var(--border-color);
}

.btn-outline-color2-color1:hover, .btn-outline-color2-color1:focus {
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

[class*=btn].btn-md {
    padding: 0.625rem 1.25rem;
    font-size: 0.9375rem;
}

[class*=btn].btn-sm {
    padding: 0.375rem 0.625rem;
    font-size: 0.875rem;
}

/* === buttons css end === */
/* === badge css start === */
.badge-color1 {
    background-color: rgba(250, 125, 9, 0.15);
    border: 1px solid #FA7D09;
    color: #FA7D09;
}

.badge-color2 {
    background-color: rgba(134, 142, 150, 0.15);
    border: 1px solid #868e96;
    color: #868e96;
}

.badge-success {
    background-color: rgba(40, 199, 111, 0.15);
    border: 1px solid #28c76f;
    color: #28c76f;
}

.badge-danger {
    background-color: rgba(234, 84, 85, 0.15);
    border: 1px solid #ea5455;
    color: #ea5455;
}

.badge-warning {
    background-color: rgba(255, 159, 67, 0.15);
    border: 1px solid #ff9f43;
    color: #ff9f43;
}

.badge-info {
    background-color: rgba(30, 159, 242, 0.15);
    border: 1px solid #1e9ff2;
    color: #1e9ff2;
}

.badge-light {
    background-color: rgba(188, 199, 218, 0.15);
    border: 1px solid #bcc7da;
    color: #bcc7da;
}

.badge-dark {
    background-color: rgba(8, 32, 50, 0.15);
    border: 1px solid #082032;
    color: #082032;
}

.badge-base {
    background-color: rgba(250, 125, 9, 0.15);
    border: 1px solid #FA7D09;
    color: #FA7D09;
}

/* === badge css end === */
/* === table css start === */
.table thead {
    background-color: #f6f9fc;
}

.table thead th {
    border-top: 1px solid #e9ecef !important;
    border-bottom: 1px solid #e9ecef !important;
    padding: 0.75rem 1.25rem;
    color: #7991ad;
    font-size: 0.875rem;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
}

.table thead th:first-child {
    text-align: left;
}

.table thead th:last-child {
    text-align: right;
}

.table tbody td {
    border-top: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
    padding: 15px 20px;
    color: #666666;
    text-align: center;
    vertical-align: middle;
}

.table tbody td:first-child {
    text-align: left;
}

.table tbody td:last-child {
    text-align: right;
}

.table tbody tr:last-child td {
    border-bottom: none;
}

[data-label] {
    position: relative;
}

[data-label]::before {
    position: absolute;
    content: attr(data-label);
    font-weight: 700;
    top: 0;
    left: 0;
    padding: 0.8125rem 0.9375rem;
    display: none;
    font-size: 0.875rem;
}

@media (max-width: 991px) {
    .table-responsive--md thead {
        display: none;
    }

    .table-responsive--md tbody tr:nth-child(odd) {
        background-color: whitesmoke;
    }

    .table-responsive--md tbody tr:last-child td {
        border-top: 1px solid rgba(0, 0, 0, 0.08);
    }

    .table-responsive--md tbody tr td {
        padding-right: 15px;
    }

    .table-responsive--md tbody tr td:last-child {
        padding-right: 15px;
    }

    .table-responsive--md tr th,
  .table-responsive--md tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
    }

    .table-responsive--md tr th:first-child,
  .table-responsive--md tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--md [data-label]::before {
        display: block;
    }
}

@media (max-width: 767px) {
    .table-responsive--sm thead {
        display: none;
    }

    .table-responsive--sm tbody tr:nth-child(odd) {
        background-color: f7f7f7;
    }

    .table-responsive--sm tbody tr td {
        padding-right: 15px;
    }

    .table-responsive--sm tbody tr td:last-child {
        padding-right: 15px;
    }

    .table-responsive--sm tr th,
  .table-responsive--sm tr td {
        display: block;
        padding-left: 45% !important;
        text-align: right !important;
        border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    }

    .table-responsive--sm tr th:first-child,
  .table-responsive--sm tr td:first-child {
        border-top: none !important;
    }

    .table-responsive--sm [data-label]::before {
        display: block;
    }
}
/* === table css end === */
/* === form css start === */
.form-control {
    padding: 1rem 1.25rem;
    border: 1px solid var(--border-color);
    width: 100%;
    background-color: transparent;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    height: 3.625rem;
}

.form-control::-webkit-input-placeholder {
    color: var(--dark-800);
}

.form-control::-moz-placeholder {
    color: var(--dark-800);
}

.form-control:-ms-input-placeholder {
    color: var(--dark-800);
}

.form-control:-moz-placeholder {
    color: var(--dark-800);
}

.form-control:focus {
    background-color: #fff;
    border-color: var(--color1) !important;
    box-shadow: 0 0 5px rgba(var(--color1), 0.35);
    color: #000;
}

.form-control[readonly] {
    background-color: #fafaf7;
}

.form-control.form-control-md {
    height: 45px;
}

.form-control.form-control-sm {
    height: 35px;
}

.form-select {
    padding: 1rem 1.25rem;
    width: 100%;
    border: 1px solid form;
    cursor: pointer;
    background-color: transparent;
    height: 3.625rem;
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    color: var(--dark-800);
}

.form-select:focus {
    background-color: #fff;
    border-color: var(--color1);
    box-shadow: none;
}

.form-select.select-sm {
    height: 2.1875rem;
    font-size: 0.875rem;
    padding: 0.3125rem;
}

textarea {
    min-height: 8.125rem !important;
    resize: none;
    width: 100%;
}

label {
    color: #000;
    margin-bottom: 0.625rem;
    font-size: 0.9375rem;
    font-weight: 500;
}

.input-group > .form-control,
.input-group > .select {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    min-width: 0;
}

.input-group select {
    background-color: transparent;
    border: none;
}

.custom-radio {
    position: relative;
    padding-left: 0;
}

.custom-radio input[type=radio] {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    cursor: pointer;
}

.custom-radio input[type=radio]:checked ~ label::before {
    border-width: 2px;
    border-color: #FA7D09;
}

.custom-radio input[type=radio]:checked ~ label::after {
    opacity: 1;
}

.custom-radio label {
    margin-bottom: 0;
    position: relative;
    padding-left: 20px;
    font-size: 0.875rem;
    font-weight: 400;
}

.custom-radio label::before {
    position: absolute;
    content: "";
    top: 4px;
    left: 0;
    width: 15px;
    height: 15px;
    border: 1px solid #888888;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-radio label::after {
    position: absolute;
    content: "";
    top: 8px;
    left: 4px;
    width: 7px;
    height: 7px;
    background-color: #FA7D09;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.custom-checkbox {
    padding-left: 1.5625rem;
}

.custom-checkbox input {
    display: none;
}

.custom-checkbox input:checked ~ label::before {
    content: "\f14a";
    color: #FA7D09;
}

.custom-checkbox label {
    position: relative;
    font-size: 0.9375rem;
    font-weight: 400;
    cursor: pointer;
    margin-bottom: 0;
}

.custom-checkbox label::before {
    position: absolute;
    content: "\f04d";
    font-family: "Line Awesome Free";
    font-weight: 900;
    top: 3px;
    left: -1.5625rem;
    font-size: 1.25rem;
    line-height: 1;
}

.form-check .form-check-input {
    border-width: 6px;
    width: 22px;
    height: 22px;
}

.form-check .form-check-input:checked {
    background-color: rgba(255, 255, 255, 0.09);
    border-color: var(--secondary-two);
    background-image: none;
}

.form-check .form-check-label {
    margin-bottom: 0;
    padding-left: 8px;
}

/* === form css end === */
/* === card css start === */
.card {
    box-shadow: 0 3px 15px rgba(136, 152, 170, 0.1490196078);
    overflow: hidden;
}

.card .card-header {
    background-color: #fff;
    padding: 0.9375rem 1.25rem;
    border-color: #dadce0;
}

.card .card-body {
    padding: 1.25rem;
}

@media (max-width: 575px) {
    .card .card-body {
        padding: 0.9375rem;
    }
}
/* === card css end === */
/* === modal css start === */
.modal {
    z-index: 99;
}

.modal-open {
    overflow: hidden;
    overflow-y: auto;
    padding-right: 0 !important;
}

.btn-close {
    width: 18px;
    height: 18px;
    background-color: #ea5455;
    opacity: 1;
}

.btn-close:hover {
    opacity: 1;
}

.btn-close:focus {
    box-shadow: none;
}

.modal.fade .modal-dialog {
    transform: scale(0.85, 0.85) translate(0);
}

.modal.show .modal-dialog {
    transform: scale(1, 1) translate(0);
}

/* === modal css end === */
/* === accordion css start === */
.accordion-item {
    box-shadow: 0 4px 20px -1px rgba(19, 16, 34, 0.05);
    border-radius: var(--theme-border-radius) !important;
    -webkit-border-radius: var(--theme-border-radius) !important;
    -moz-border-radius: var(--theme-border-radius) !important;
    -ms-border-radius: var(--theme-border-radius) !important;
    -o-border-radius: var(--theme-border-radius) !important;
    border: none;
    --bs-accordion-btn-icon-transform: rotate(90deg);
}

.accordion-item + .accordion-item {
    margin-top: 1.875rem;
}
.accordian-service .accordion-item + .accordion-item{
    margin-top: 0;
}

.accordion-item .accordion-header .accordion-button {
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    font-size: 1.25rem;
    padding: 0.9375rem 0.9375rem;
}

@media (max-width: 1199px) {
    .accordion-item .accordion-header .accordion-button {
        font-size: 1.125rem;
    }
}

@media (max-width: 575px) {
    .accordion-item .accordion-header .accordion-button {
        font-size: 1rem;
    }
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
    background-color: var(--color1);
    color: #fff;
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -webkit-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -moz-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -ms-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -o-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}

.accordion-item .accordion-header .accordion-button:focus {
    box-shadow: none;
}

.accordion-item .accordion-header .accordion-button::after {
    background-image: none;
    content: "\f054";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
}

.accordion-item .accordion-body {
    padding: 1.25rem 1.875rem;
}

.accordion.style-pill .accordion-item {
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
}

.accordion.style-pill .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    box-shadow: none;
    border: 1px solid var(--border-color);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    padding: 0.625rem 0.625rem 0.625rem 1.875rem;
}

@media (max-width: 1399px) {
    .accordion.style-pill .accordion-item .accordion-header .accordion-button {
        font-size: 1.125rem;
    }
}

@media (max-width: 575px) {
    .accordion.style-pill .accordion-item .accordion-header .accordion-button {
        font-size: 1rem;
        padding-inline-start: 1.25rem;
    }
}

.accordion.style-pill .accordion-item .accordion-header .accordion-button::after {
    content: "+";
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    .accordion.style-pill .accordion-item .accordion-header .accordion-button::after {
        width: 1.875rem;
        height: 1.875rem;
        font-size: 1rem;
    }
}

.accordion.style-pill .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--dark-900);
    background-color: #fff;
    border-radius: 30px 30px 0 0;
    -webkit-border-radius: 30px 30px 0 0;
    -moz-border-radius: 30px 30px 0 0;
    -ms-border-radius: 30px 30px 0 0;
    -o-border-radius: 30px 30px 0 0;
    border-color: transparent;
}

.accordion.style-pill .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(0deg);
    background-color: var(--color1);
    color: #fff;
}

.accordion.style-pill .accordion-item .accordion-collapse {
    background-color: #fff;
}

.accordion.style-pill .accordion-item .accordion-body {
    padding-top: 0.625rem;
}

.accordion.style-border .accordion-item + .accordion-item {
    margin-top: 0.9375rem;
}

.accordion.style-border .accordion-item {
    background-color: transparent;
    box-shadow: none;
}

.accordion.style-border .accordion-item .accordion-header .accordion-button {
    background-color: transparent;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-family: var(--display-font);
    font-weight: 500;
    font-size: 1.375rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding-inline: 0;
}

@media (max-width: 575px) {
    .accordion.style-border .accordion-item .accordion-header .accordion-button {
        font-size: 1.125rem;
    }
}

.accordion.style-border .accordion-item .accordion-header .accordion-button::after {
    font-size: 1rem;
}

.accordion.style-border .accordion-item .accordion-header .accordion-button:not(.collapsed) {
    color: var(--dark);
}

.accordion.style-border .accordion-item .accordion-header .accordion-button:not(.collapsed)::after {
    color: var(--color1);
}

.accordion.style-border .accordion-item .accordion-body {
    padding-inline: 0;
    padding-bottom: 0;
    color: #696969;
}

.accordion.style-border .accordion-item .accordion-body p {
    color: #696969;
}

/* === accordion css end === */
/* === nav-tabs css start === */
.basic-tabs {
    border-bottom: none;
}

.basic-tabs .nav-item .nav-link {
    border: none;
    padding: 0.625rem 1.25rem;
    font-weight: 800;
    color: var(--dark-900);
    font-size: 1.125rem;
    background-color: transparent;
}

.basic-tabs .nav-item .nav-link.active {
    color: var(--color1);
}

.pill-tabs-style {
    gap: 1.25rem 1.125rem;
    border-bottom: none;
}

.pill-tabs-style .nav-item .nav-link {
    position: relative;
    background-color: #EBEBEB;
    padding: 0.5rem 2.1875rem;
    font-size: 1.125rem;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    color: #1A1D25;
    font-weight: 500;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pill-tabs-style .nav-item .nav-link::before {
    position: absolute;
    content: "";
    bottom: -7px;
    left: 50%;
    width: 18px;
    height: 18px;
    margin-left: -9px;
    background-color: var(--color1);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.pill-tabs-style .nav-item .nav-link.active {
    background-color: var(--color1);
    color: #fff;
}

.pill-tabs-style .nav-item .nav-link.active::before {
    opacity: 2;
}

/* === nav-tabs css end === */
/* === pagination css start === */
.pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 0.9375rem;
    margin-top: 5rem;
}

@media (max-width: 991px) {
    .pagination {
        margin-top: 3.125rem;
    }
}

.pagination li {
    width: 3.75rem;
    height: 3.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: var(--dark-900);
    font-weight: 700;
    font-size: 1.875rem;
}

@media (max-width: 991px) {
    .pagination li {
        width: 40px;
        height: 40px;
        font-size: 1.25rem;
    }
}

.pagination li.active {
    border-color: var(--color1);
}

.pagination li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}

/* === pagination css end === */
/* === header css start === */
.header-one,
.header-two,
.header-three,
.header-four {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}

.site-header.site-header-fixed {
    position: fixed;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
}

.site-header.site-header-fixed .header-top {
    display: none;
}

.header-one {
    display: flex;
    flex-wrap: wrap;
}

.header-one .header-right {
    flex-grow: 1;
}

.header-one .header-top {
    padding-inline: 3.75rem;
}

@media (max-width: 1399px) {
    .header-one .header-top {
        padding-inline: 1.875rem;
    }
}

.header-one .header-bottom {
    padding: 1.25rem 3.75rem;
}

@media (max-width: 1399px) {
    .header-one .header-bottom {
        padding: 0.625rem 1.875rem;
    }
}

@media (max-width: 575px) {
    .header-one .header-bottom {
        padding: 0.3125rem 0.9375rem;
    }
}

.header-two .header-call-btn {
    margin-inline-start: 6.25rem;
}

@media (max-width: 1399px) {
    .header-two .header-call-btn {
        margin-inline-start: 2.5rem;
    }
}

@media (max-width: 1199px) {
    .header-two .header-call-btn {
        padding-inline-start: 3.75rem;
    }
}

@media (max-width: 575px) {
    .header-two .header-call-btn {
        padding-inline-start: 0;
        margin-inline-start: 0.9375rem;
    }
}

@media (max-width: 1199px) {
    .header-two .header-call-btn i {
        border-color: var(--border-color) !important;
        color: var(--dark-900) !important;
        width: 3.125rem;
        height: 3.125rem;
        margin-top: -1.5625rem;
    }
}

@media (max-width: 575px) {
    .header-two .header-call-btn i {
        position: static;
        margin-top: 0;
    }
}

@media (max-width: 1199px) {
    .header-two .header-call-btn span {
        color: var(--dark-900) !important;
    }
}

@media (max-width: 575px) {
    .header-two .header-call-btn span {
        display: none;
    }
}

.header-two .header-bottom {
    background-color: var(--color1);
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .header-two .header-bottom {
        background-color: #fff;
    }
}

.header-two .header-bottom::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 33vw;
    height: 100%;
    background-color: #fff;
    z-index: -1;
    clip-path: polygon(0 0, 100% 0%, 88% 100%, 0% 100%);
}

@media (max-width: 1550px) {
    .header-two .header-bottom::before {
        width: 30vw;
    }
}

@media (max-width: 1399px) {
    .header-two .header-bottom::before {
        width: 25vw;
    }
}

.header-two .header-menu > li.has-dropmenu::after {
    color: #fff;
}

.header-two .header-menu > li > a {
    color: #fff;
}

.header-three .header-top {
    background-color: var(--color1);
}

.header-three .header-bottom {
    background-color: var(--dark-900);
}

.header-three .header-info li {
    color: #fff;
}

.header-three .header-info li i {
    color: #fff;
}

.header-three .header-social li span {
    color: #fff;
}

.header-three .header-social li a {
    color: #fff;
}

.header-three .header-social li a:hover {
    color: #fff;
}

.header-three .header-menu > li.has-dropmenu::after {
    color: #fff;
}

.header-three .header-menu > li > a {
    color: #fff;
}

.header-three .header-bottom-action {
    margin-inline-start: 3.75rem;
}

@media (max-width: 1199px) {
    .header-three .header-bottom-action {
        margin-inline-start: 2.5rem;
    }
}

@media (max-width: 767px) {
    .header-three .header-bottom-action {
        margin-inline-start: 1.25rem;
    }
}

@media (max-width: 575px) {
    .header-three .header-bottom-action .header-search-btn {
        padding-inline-end: 0;
    }
}

.header-three .header-search-btn,
.header-three .btn-outline-color1,
.header-three .mobile-menu-open-btn {
    color: #fff;
}

.inline-menu {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3125rem 1.25rem;
}

.inline-menu li a {
    color: #EEEEEE;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inline-menu li a:hover {
    color: var(--color1);
    text-decoration: underline;
}

.header-four.site-header-fixed {
    background-color: var(--dark);
}

.header-four .header-top {
    background-color: #020101;
    padding-inline: 3.4375rem;
}

@media (max-width: 1399px) {
    .header-four .header-top {
        padding-inline: 0;
    }
}

.header-four .header-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.3125rem 1.25rem;
}

.header-four .header-info a, .header-four .header-info p {
    color: #EEEEEE;
    font-size: 1rem;
}

.header-four .header-social li a {
    color: #696969;
    font-size: 1rem;
}

.header-four .header-social li a:hover {
    color: var(--color1);
}

.header-four .header-bottom {
    padding: 0 3.4375rem;
    background-color: transparent;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .header-four .header-bottom {
        padding: 0;
    }
}

.header-four .header-bottom::before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.2);
}

.header-four .header-bottom::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 70px;
    height: 100%;
    background-color: var(--color1);
    z-index: -1;
}

@media (max-width: 1399px) {
    .header-four .header-bottom::after {
        width: 15px;
    }
}

@media (max-width: 1199px) {
    .header-four .header-bottom::after {
        display: none;
    }
}

.header-four .header-bottom-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.header-four .logo {
    width: 360px;
}

@media (max-width: 1650px) {
    .header-four .logo {
        width: 200px;
    }
}

@media (max-width: 1399px) {
    .header-four .logo {
        width: 180px;
        padding-right: 20px;
    }
}

.header-four .header-bottom-right {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
}

.header-four .header-menu-part {
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    padding-inline-start: 1.75rem;
    padding-inline-end: 2.5rem;
}

@media (max-width: 1399px) {
    .header-four .header-menu-part {
        padding-inline-start: 0.625rem;
        padding-inline-end: 0.9375rem;
    }
}

@media (max-width: 1199px) {
    .header-four .header-menu-part {
        padding: 0;
        background-color: transparent;
    }
}

.header-four .header-search-btn {
    width: 95px;
    text-align: center;
    color: #fff;
    font-size: 1.125rem;
}

@media (max-width: 1650px) {
    .header-four .header-search-btn {
        width: 75px;
    }
}

@media (max-width: 1199px) {
    .header-four .header-search-btn {
        padding: 0.625rem;
        width: 60px;
    }
}

.header-four .header-bottom-menu-btn {
    padding: 0.625rem 0 0.625rem 3.125rem;
    background-color: var(--color1);
    color: #fff;
    display: inline-flex;
    gap: 10px;
    align-items: center;
}

.header-four .header-bottom-menu-btn i {
    font-size: 1.375rem;
}

@media (max-width: 1650px) {
    .header-four .header-bottom-menu-btn {
        padding: 0.625rem 0 0.625rem 1.875rem;
    }
}

@media (max-width: 1399px) {
    .header-four .header-bottom-menu-btn {
        padding: 0.625rem 0.3125rem 0.625rem 1.25rem;
    }
}

@media (max-width: 1199px) {
    .header-four .header-bottom-menu-btn {
        padding: 0.9375rem;
    }
}

.header-four .header-bottom-call-btn {
    font-size: 1.125rem;
    color: #0A1222;
    padding: 0.625rem;
}

.header-four .header-bottom-call-btn i {
    color: var(--color1);
}

@media (max-width: 1199px) {
    .header-four .header-bottom-call-btn {
        display: none;
    }
}

.header-four .header-menu {
    margin: 0;
}

.header-four .header-menu > li.has-dropmenu::after {
    top: 2.25rem;
    right: 0.3125rem;
    font-size: 0.75rem;
}

@media (max-width: 1650px) {
    .header-four .header-menu > li.has-dropmenu::after {
        top: 2.1875rem;
        right: 0;
    }
}

.header-four .header-menu > li > a {
    padding: 2rem 1.375rem;
    color: #020101;
}

@media (max-width: 1650px) {
    .header-four .header-menu > li > a {
        padding: 1.875rem 0.9375rem;
    }
}

.bg-header-logo {
    width: 315px;
    background-color: var(--color1);
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1399px) {
    .bg-header-logo {
        width: 250px;
    }
}

@media (max-width: 767px) {
    .bg-header-logo {
        width: 200px;
    }
}

@media (max-width: 575px) {
    .bg-header-logo {
        width: 120px;
    }
}

.bg-header-logo img {
    max-width: 280px;
}

@media (max-width: 1399px) {
    .bg-header-logo img {
        max-width: 220px;
    }
}

@media (max-width: 767px) {
    .bg-header-logo img {
        max-width: 170px;
    }
}

@media (max-width: 575px) {
    .bg-header-logo img {
        max-width: 100px;
    }
}

.header-top {
    background-color: #fff;
    padding: 0.8125rem 0;
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1199px) {
    .header-top {
        display: block;
    }
    .gallery-item .content .gallery-item-btn {
    display: none !important;
}
.gallery-item .content .service-text {
    max-width: 100% !important;
}
.gallery-item .content {
    padding: 10px 15px !important;
}
.header-six-call-number {
    line-height: 12px;
}
.header-six-info-item.email-top {
    display: flex !important;
}
}

.header-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
}

.header-info li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: var(--dark-900);
}

.header-info li i {
    color: var(--color1);
}

.header-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9375rem;
}

.header-social li {
    font-size: 0.875rem;
    color: var(--dark-900);
}

.header-social li a:hover {
    color: var(--color1);
}

.header-bottom {
    background-color: var(--light-100);
    padding: 1.25rem 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.875rem;
}

@media (max-width: 1199px) {
    .header-bottom {
        padding: 0.625rem 0;
    }
}

.header-menu {
    display: flex;
    flex-wrap: wrap;
    margin: -0.625rem -0.25rem;
}

@media (max-width: 1199px) {
    .header-menu {
        display: none;
    }
}

.header-menu li.has-dropmenu {
    position: relative;
}

.header-menu li.has-dropmenu::after {
    position: absolute;
    content: "\f078";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    top: 12px;
    right: 2px;
    font-size: 13px;
}

.header-menu li.has-dropmenu:hover .dropmenu {
    top: 77px;
    opacity: 1;
    visibility: visible;
    border-bottom-left-radius: var(--theme-border-radius);
    border-bottom-right-radius: var(--theme-border-radius);
}
.mobile-menu-sidebar.active {
    padding-bottom: 78px;
}
.header-menu li a {
    color: var(--color2);
    font-weight: 500;
    padding: 0.625rem 1.25rem;
}

.header-menu .dropmenu {
    position: absolute;
    top: 110%;
    left: 0;
    background-color: #fff;
    width: 220px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header-menu .dropmenu li {
    /*border-bottom: 1px solid #e5e5e5;*/
}

.header-menu .dropmenu li a {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: var(--dark-800);
}

.header-menu .dropmenu li a:hover {
    color: var(--color1);
}

.header-bottom-action {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.25rem;
}

@media (max-width: 1199px) {
    .header-bottom-action {
        gap: 0.5rem;
    }
}

@media (max-width: 575px) {
    .header-bottom-action {
        gap: 0rem;
    }
}

.header-bottom-action .btn {
    padding: 0.875rem 1.5625rem;
}

@media (max-width: 575px) {
    .header-bottom-action .btn {
        display: none;
    }
}

.header-search-btn {
    color: var(--dark-900);
    font-size: 1.125rem;
    padding: 0.9375rem;
}

.header-call-btn {
    position: relative;
    display: inline-flex;
    flex-flow: column;
    justify-content: center;
    min-height: 3.75rem;
    padding-inline-start: 4.6875rem;
}

.header-call-btn:hover i {
    background-color: var(--color1);
    color: #fff;
}

.header-call-btn i {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
    transition: all 0.3s;
}

.header-call-btn span {
    font-size: 0.875rem;
    display: block;
    color: #fff;
}

.header-call-btn span.header-call-btn-number {
    font-size: 1.125rem;
    font-weight: 500;
}

.header-call-btn.style-white:hover i {
    background-color: #fff;
    color: var(--color1);
}

.header-call-btn.style-white i {
    border-color: #fff;
    color: #fff;
}

.header-call-btn.style-white span {
    color: #fff;
}

.mobile-menu-open-btn {
    color: var(--dark-900);
    font-weight: 500;
    padding: 0.625rem 0;
    display: none;
}

@media (max-width: 1199px) {
    .mobile-menu-open-btn {
        display: inline-flex;
        gap: 6px;
        align-items: center;
    }
}

@media (max-width: 575px) {
    .mobile-menu-open-btn span {
        display: none;
    }
}

.header-search-main {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: 0;
    background-color: var(--light-100);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    z-index: 9;
}

.header-search-main.active {
    height: 100vh;
    opacity: 1;
    visibility: visible;
}

.header-search-main .header-search-close-btn {
    position: absolute;
    top: 30px;
    right: 50px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2.1875rem;
    height: 2.1875rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header-search-main .header-search-close-btn:hover {
    color: var(--color1);
}

@media (max-width: 575px) {
    .header-search-main .header-search-close-btn {
        right: 30px;
    }
}

.header-search-main .header-search-form {
    display: flex;
    width: 500px;
}

@media (max-width: 575px) {
    .header-search-main .header-search-form {
        width: 300px;
    }
}

.header-search-main .header-search-form input {
    height: 52px;
    border: 1px solid var(--border-color);
    border-right: none;
    flex-grow: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding: 0.625rem 1.25rem;
}

.header-search-main .header-search-form input:focus {
    border-color: var(--color1);
}

.header-search-main .header-search-form button {
    width: 50px;
    height: 52px;
    background-color: var(--color1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-menu-sidebar {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: -350px;
    width: 320px;
    height: 100vh;
    background-color: var(--dark-900);
    display: flex;
    flex-flow: column;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    padding-top: 75px;
    padding-bottom: 50px;
    overflow-y: auto;
    z-index: 9;
}

@media (max-width: 575px) {
    .mobile-menu-sidebar {
        inset-inline-end: -105%;
        width: 100%;
    }
}

.mobile-menu-sidebar.active {
    inset-inline-end: 0;
}

.mobile-menu-sidebar .logo-area {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 0.3125rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    background-color: var(--color1);
}

.mobile-menu-sidebar .logo-area img {
    max-width: 180px;
}

.mobile-menu-sidebar .logo-area .mobile-menu-close-btn {
    color: #fff;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.mobile-menu-sidebar .mobile-menu-bottom {
    padding: 1.25rem;
    margin-top: auto;
}

.mobile-menu-sidebar .header-info {
    display: flex;
    flex-flow: column;
    gap: 0.625rem;
    align-items: flex-start;
}

.mobile-menu-sidebar .header-info li {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    font-size: 0.875rem;
    color: var(--light-100);
}

.mobile-menu-sidebar .header-info li i {
    color: var(--color1);
}

.mobile-menu-sidebar .header-social {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9375rem;
    margin-top: 0.9375rem;
}

.mobile-menu-sidebar .header-social li {
    font-size: 0.875rem;
    color: var(--light-100);
}

.mobile-menu-sidebar .header-social li a:hover {
    color: var(--color1);
}

.mobile-menu li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu li a {
    padding: 0.5rem 1.25rem;
    color: var(--light-100);
    position: relative;
    display: block;
}

.mobile-menu li a .dropmenu-arrow {
    position: absolute;
    width: 40px;
    height: 100%;
    inset-inline-end: 0;
    inset-block-start: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
}

.mobile-menu li .dropmenu {
    height:300px;
    overflow-y:scroll;
    display: none;
    background-color: rgba(255, 255, 255, 0.05);
    padding: 0.3125rem 0.625rem 0.3125rem 1.25rem;
}

.mobile-menu li .dropmenu li {
    border-bottom: none;
}

.mobile-menu li .dropmenu li a {
    font-size: 0.875rem;
}

/* === header css end === */
/* === footer css start === */
.footer-top {
    padding: 60px 0 40px;
    background-color: var(--dark-900);
    position: relative;
    overflow: hidden;
    z-index: 1;
}
footer.footer-section-three .disclaimer p {
    color: #fff;
}
footer.footer-section-three .disclaimer p strong {
    font-weight:600;
}

@media (max-width: 575px) {
    .footer-top {
        padding: 1.75rem 0;
    }
}

.footer-top .footer-logo {
    margin-bottom: 1.875rem;
}

.footer-top .footer-info-list {
    margin-top: 1.25rem;
}

.footer-top .footer-top-line {
    position: absolute;
    top: 0;
    left: 0;
    max-inline-size: initial;
    max-block-size: initial;
    opacity: 0.4;
    z-index: -1;
}

.footer-info-list li + li {
    margin-top: 1.25rem;
}

.footer-info-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: start;
}
.footer-info-list li p span{
    font-weight:700;
}

.footer-info-list li:hover .icon {
    background-color: var(--color1);
}

.footer-info-list li .icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-info-list li p {
    color: #fff;
    width: calc(100% - 40px);
    padding-inline-start: 1.25rem;
}

.footer-info-list li p a {
    color: #fff;
}

.dark-social-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
}

.dark-social-list li a {
    width: 1.875rem;
    height: 1.875rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark-social-list li a:hover {
    background-color: var(--color1);
}

.footer-contact-list li + li {
    margin-top: 1.25rem;
}

.footer-contact-list li {
    display: flex;
    flex-wrap: wrap;
}

.footer-contact-list .icon {
    width: 1.875rem;
    height: 1.875rem;
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.footer-contact-list .caption {
    width: calc(100% - 30px);
    padding-inline-start: 0.625rem;
    color: #fff;
    font-size: 1.125rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0.625rem;
}

.footer-contact-list p:not(.caption) {
    width: 100%;
    color: #fff;
    margin-top: 0.3125rem;
}

.footer-img-post-list {
    display: flex;
    flex-wrap: wrap;
    gap: 0.625rem;
}

.footer-img-post-list li {
    width: 5rem;
    height: 5rem;
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

.footer-img-post-list li a {
    display: block;
}

.footer-img-post-list li a:hover img {
    -webkit-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}

.footer-img-post-list li a img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-section-two .footer-top {
    padding-top: 215px;
}

.subscription-wrapper {
    position: relative;
    z-index: 2;
    padding: 4.375rem 3.75rem;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: -135px;
}

@media (max-width: 1199px) {
    .subscription-wrapper {
        padding: 3.125rem 2.5rem;
    }
}

@media (max-width: 575px) {
    .subscription-wrapper {
        padding: 2.5rem 1.25rem;
    }
}

.subscription-wrapper .section-top-title-two,
.subscription-wrapper .section-title {
    color: #fff;
}

.subscription-wrapper .section-title span {
    display: block;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.subscription-wrapper .subscribe-form {
    width: 500px;
}

.subscription-wrapper .subscribe-form input:focus {
    border-color: #fff;
}

.subscription-wrapper .subscribe-form button {
    background-color: #fff;
    color: var(--dark-900);
}

.subscription-wrapper-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    z-index: -1;
}
.header-six-info-item:hover div span i {
    color: #fff;
}

.footer-bottom {
    padding: 30px 0 25px;
    background-color: var(--color2);
}

.footer-logo {
    max-height: 95px;
}

.footer-title {
    font-weight: 600;
    font-size: 24px;
    color: #fff;
    margin-bottom: 2.5rem;
}
.modal {
    z-index: 999999;
}
.modal-custom-button{
    text-align: center;
    height: 30px;
    width: 30px;
    top: 30px;
    /* margin-left: 5px; */
    line-height: 32px;
    color: var(--color2);
    position: absolute;
    right: 25px;
    background: #ffffff82;
    /* padding: 0px; */
    border-radius: var(--theme-border-radius);
}
.modal-text div img {
    margin-bottom: 15px;
    border-radius: 10px;
}
@media (max-width: 991px) {
    .footer-title {
        margin-bottom: 1.5625rem;
    }
}

.footer-menu li + li {
    margin-top: 0.9375rem;
}

.footer-menu li a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-menu li a:hover {
    color: var(--color1);
}

.footer-menu li a i {
    color: #fff;
}

.footer-post-list .footer-single-post + .footer-single-post {
    margin-top: 1.5625rem;
}

.footer-post-list .footer-single-post {
    display: flex;
    flex-wrap: wrap;
}

.footer-post-list .footer-single-post .thumb {
    width: 80px;
    height: 80px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    overflow: hidden;
}

.footer-post-list .footer-single-post .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.footer-post-list .footer-single-post .content {
    width: calc(100% - 80px);
    padding-inline-start: 1.25rem;
}

.footer-post-list .footer-single-post .content .title a {
    font-size: 1rem;
    color: #fff;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.footer-post-list .footer-single-post .content .title a:hover {
    color: var(--color1);
}

.footer-post-list .footer-single-post .content span {
    color: var(--light-200);
    font-size: 0.875rem;
}

.footer-inline-menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -0.3125rem -0.9375rem;
}

.footer-inline-menu li a {
    color: var(--light-200);
    padding: 0.3125rem 0.9375rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.footer-inline-menu li a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bottom-area a:hover {
    text-decoration: underline;
}

.footer-section-three {
    position: relative;
    z-index: 1;
    background-color: var(--color2);
}

.footer-section-three-el {
    opacity:0.3;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.footer-section-three .footer-top {
    background-color: transparent;
    position: static;
}

.footer-section-three .footer-three-subscription-tile {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--display-font);
}

@media (max-width: 1399px) {
    .footer-section-three .footer-three-subscription-tile {
        font-size: 4.125rem;
    }
}

@media (max-width: 1199px) {
    .footer-section-three .footer-three-subscription-tile {
        font-size: 3.375rem;
    }
}

@media (max-width: 991px) {
    .footer-section-three .footer-three-subscription-tile {
        font-size: 2.625rem;
    }
}

@media (max-width: 575px) {
    .footer-section-three .footer-three-subscription-tile {
        font-size: 2rem;
    }
}

.footer-section-three .footer-three-subscription-tile span {
    display: block;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.footer-section-three .subscribe-form input {
    background-color: #0F1133;
    border-color: rgba(255, 255, 255, 0.1);
    height: 66px;
}

.footer-section-three .subscribe-form button {
    width: 46px;
    padding: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.footer-section-three .footer-bottom {
    background-color: transparent;
}

.footer-section-three .footer-bottom-area {
    background-color: var(--color1);
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    padding: 15px;
}
a.call-btn.footer-call-btn:hover {
    text-decoration: none;
}
a.call-btn.footer-call-btn i {
    background: var(--color2);
}
a.call-btn.footer-call-btn {
    background: var(--color2);
    padding: 10px 20px;
    border-radius: var(--theme-border-radius);
}
.footer-bottom-area a {
    color: #fff;
}
.footer-bottom-area p {
    color: #fff !important;
}
.footer-inline-menu li a{
    color:#fff;
}
.footer-section-four p, .footer-section-four a {
    color: #DDDDDD;
}

.footer-section-four .footer-top {
    padding-top: 5rem;
    background-color: #000000;
    padding-bottom: 0;
}

@media (max-width: 1199px) {
    .footer-section-four .footer-top {
        padding-top: 3.75rem;
    }
}

.footer-section-four .footer-top-header {
    padding-bottom: 1.875rem;
    border-bottom: 1px solid #232222;
}

.footer-section-four .footer-top-title {
    font-weight: 700;
    color: #fff;
    font-size: 8.75rem;
    text-transform: uppercase;
    text-align: center;
}

@media (max-width: 1399px) {
    .footer-section-four .footer-top-title {
        font-size: 6.25rem;
    }
}

@media (max-width: 1199px) {
    .footer-section-four .footer-top-title {
        font-size: 5rem;
    }
}

@media (max-width: 575px) {
    .footer-section-four .footer-top-title {
        font-size: 3.5rem;
    }
}

.footer-section-four .footer-top-title a {
    font-style: italic;
    color: var(--secondary-two);
    font-weight: 400;
}

.footer-section-four .footer-four-item {
    padding: 3.125rem 0;
    border-right: 1px solid #232222;
    display: flex;
    flex-flow: column;
    align-items: center;
    height: 100%;
}

@media (max-width: 767px) {
    .footer-section-four .footer-four-item {
        padding: 1.875rem 0;
    }
}

.footer-section-four .footer-four-item.first-item {
    align-items: flex-start;
}

@media (max-width: 1199px) {
    .footer-section-four .footer-four-item.first-item {
        border-right: none;
        border-bottom: 1px solid #232222;
    }
}

.footer-section-four .footer-four-item.last-item {
    border-right: none;
    padding-inline: 3.125rem;
}

@media (max-width: 1199px) {
    .footer-section-four .footer-four-item.last-item {
        padding-inline: 1.875rem;
    }
}

@media (max-width: 767px) {
    .footer-section-four .footer-four-item.last-item {
        padding-inline: 0;
    }
}

.footer-section-four .footer-four-title {
    text-transform: uppercase;
    color: #fff;
    font-family: var(--display-font);
    margin-bottom: 1.875rem;
    font-size: 1.125rem;
}

.footer-section-four .footer-four-menu-list li + li {
    margin-top: 0.625rem;
}

.footer-section-four .footer-four-menu-list li a {
    color: #DDDDDD;
}

.footer-section-four .footer-four-menu-list li a:hover {
    color: var(--secondary-two);
}

.footer-section-four .footer-four-subscribe input {
    background-color: #181818;
    height: 60px;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    min-width: 405px;
    max-width: 100%;
    color: #fff;
    padding: 0.625rem 1.5625rem;
}

@media (max-width: 575px) {
    .footer-section-four .footer-four-subscribe input {
        min-width: 100%;
    }
}

.footer-section-four .form-check {
    margin-top: 1.5625rem;
}

.footer-section-four .form-check-label {
    color: #DDDDDD;
    font-weight: 500;
}

.footer-section-four .footer-top-bottom {
    padding: 1.875rem 0;
    border-top: 1px solid #232222;
}

.footer-section-four .footer-bottom {
    background-color: transparent;
    padding: 1.5625rem 0;
}

.footer-section-four .footer-bottom .copy-right-text {
    color: var(--dark);
}

.social-list-light {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.9375rem;
}

.social-list-light li a {
    width: 32px;
    height: 32px;
    border: 1px solid #E2E2E2;
    color: var(--dark);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.social-list-light li a:hover {
    background-color: var(--secondary-two);
    color: #fff;
    border-color: var(--secondary-two);
}

/* === footer css end === */
/* === inner-banner css start === */
.inner-banner {
    padding-top: 18.75rem;
    padding-bottom: 9.375rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1399px) {
    .inner-banner {
        padding-top: 14.375rem;
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 1199px) {
    .inner-banner {
        padding-top: 11.25rem;
    }
}

@media (max-width: 575px) {
    .inner-banner {
        padding-top: 7.5rem;
        padding-bottom: 3.75rem;
    }
}

.inner-banner::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-900);
    opacity: 0.8;
    z-index: -1;
}

.inner-banner-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    z-index: -2;
}

.inner-banner .title {
    font-family: var(--display-font);
    color: #fff;
    font-size: 2.625rem;
    font-weight: 700;
}

@media (max-width: 1399px) {
    .inner-banner .title {
        font-size: 2.25rem;
    }
}

@media (max-width: 1199px) {
    .inner-banner .title {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .inner-banner .title {
        font-size: 1.75rem;
    }
}

.page-breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 1.25rem;
}

@media (max-width: 575px) {
    .page-breadcrumb {
        margin-top: 0.625rem;
    }
}

.page-breadcrumb li {
    color: #fff;
    font-weight: 500;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    .page-breadcrumb li {
        font-size: 1rem;
    }
}

.page-breadcrumb li:last-child::after {
    display: none;
}

.page-breadcrumb li::after {
    content: "\f105";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 0.875rem;
    margin: 0 0.9375rem;
}

.page-breadcrumb li a {
    color: #fff;
}

/* === inner-banner css end === */
/* === banner css start === */


.banner-section {
    padding-top: 90px;
    padding-bottom: 80px;
    background-color: var(--color2);
    position: relative;
    overflow: hidden;
    z-index: 1;
    margin-top: -35px;
}
@media (min-width: 992px) {
    /*bnr video css*/
	.video-bg-bnr .video-bnr {
    position: absolute;
    top: 0;
    left:0;
    right:0;
}
.video-bg-bnr .video-bnr video{
    width:100%;
}
.video-bg-bnr:after {
    content: '';
    background: #000;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 1;
    opacity: 0.7;
}
.video-bg-bnr .container {
    position: relative;
    z-index: 111;
}
    
}
.video-bg-bnr .video-bnr-mbl video{
    width:100%;
    margin-top:15px;
    border-radius:var(--theme-border-radius);
}




@media (max-width: 1750px) {
    .banner-section {
        padding-top: 70px;
        padding-bottom: 60px;
    }
}



@media (max-width: 575px) {
    .banner-section {
        padding-top: 28px;
    }
}

.banner-section .banner-top-title {
    color: #fff;
    text-transform: uppercase;
}

.banner-section .banner-title {
    color: #fff;
    font-size: 60px;
    font-family: var(--display-font);
    font-weight: 700;
    line-height:70px
}



@media (max-width: 991px) {
    .banner-section .banner-title {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .banner-section .banner-title {
        font-size: 32px !important;
        line-height: normal !important;
        margin-bottom: 10px ;
    }
}

.banner-section .banner-description {
    color: #fff;
    max-width: 65ch;
    margin-top: 15px;
}

@media (max-width: 1750px) {
    .banner-section .banner-description {
        max-width: 55ch;
    }
}

@media (max-width: 991px) {
    .banner-section .banner-description {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5625rem;
    }
}

.banner-section .banner-btns {
    margin-top: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .banner-section .banner-btns {
        justify-content: center;
        margin-top: 1.5625rem;
    }
}

.banner-section .banner-left-line-el {
    filter: brightness(1000);
    position: absolute;
    inset-inline-start: 0;
    bottom: 85px;
    opacity: 0.0;
    z-index: 2;
}

.banner-section .banner-man-img {
    /* position: absolute; */
    /* inset-inline-end: 145px; */
    /* inset-block-end: 0; */
    /* z-index: -1; */
}

@media (max-width: 1850px) {
    .banner-section .banner-man-img {
        inset-inline-end: 105px;
    }
}

@media (max-width: 1750px) {
    .banner-section .banner-man-img {
        max-height: 550px;
    }
}

@media (max-width: 1399px) {
    .banner-section .banner-man-img {
        max-height: 455px;
    }
}

@media (max-width: 1199px) {
    .banner-section .banner-man-img {
        max-height: 420px;
        inset-inline-end: 0;
    }
}

@media (max-width: 991px) {
    .banner-section .banner-man-img {
        position: static;
        margin-top: 2.5rem;
    }
}

.banner-section .banner-angle-img {
    position: absolute;
    width: 695px;
    height: 101%;
    inset-inline-end: 135px;
    inset-block-end: 0;
    z-index: -2;
    clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}

@media (max-width: 1850px) {
    .banner-section .banner-angle-img {
        inset-inline-end: 95px;
    }
}

@media (max-width: 1750px) {
    .banner-section .banner-angle-img {
        inset-inline-end: 0;
    }
}

@media (max-width: 1399px) {
    .banner-section .banner-angle-img {
        width: 490px;
        inset-inline-end: 35px;
    }
}

.banner-section .banner-angle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

@media (max-width: 991px) {
    .banner-section .banner-angle-img {
        opacity: 0.35;
    }
}

.banner-section .line-shape {
    position: absolute;
    top: 0;
    inset-inline-end: 630px;
    width: 325px;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
    z-index: 1;
}

@media (max-width: 1850px) {
    .banner-section .line-shape {
        inset-inline-end: 590px;
    }
}

@media (max-width: 1750px) {
    .banner-section .line-shape {
        inset-inline-end: 480px;
    }
}

@media (max-width: 1399px) {
    .banner-section .line-shape {
        inset-inline-end: 375px;
        width: 235px;
    }
}

.call-btn {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.call-btn:hover i {
    background-color: var(--color2);
}

.call-btn i {
    width: 3.75rem;
    height: 3.75rem;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border: 1px solid var(--color1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 1.25rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-call-btn span small {
    color:#fff !important;
}
.call-btn span small {
    color:#1c1c1c;
    font-size: 0.875rem;
    display: block;
}

.call-btn span strong {
    font-weight: 500;
    font-size: 1.125rem;
}

.call-btn.call-btn-white span small,
.call-btn.call-btn-white span strong {
    color: #fff;
}

.banner-section-two {
    position: relative;
    padding-top: 18.75rem;
    padding-bottom: 8.75rem;
    position: relative;
    background-color: var(--dark-900);
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .banner-section-two {
        padding-top: 14.375rem;
        padding-bottom: 6.25rem;
    }
}

@media (max-width: 1199px) {
    .banner-section-two {
        padding-top: 10.625rem;
    }
}

@media (max-width: 575px) {
    .banner-section-two {
        padding-top: 8.125rem;
        padding-bottom: 3.75rem;
    }
}

.banner-section-two .banner-top-title {
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
    color: #fff;
}

@media (max-width: 575px) {
    .banner-section-two .banner-top-title {
        font-size: 0.875rem;
    }
}

.banner-section-two .banner-top-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--color1);
}

.banner-section-two .banner-title {
    font-size: 5rem;
    font-weight: 700;
    color: #fff;
    font-family: var(--display-font);
}

@media (max-width: 1750px) {
    .banner-section-two .banner-title {
        font-size: 4.125rem;
    }
}

@media (max-width: 1399px) {
    .banner-section-two .banner-title {
        font-size: 3.375rem;
    }
}

@media (max-width: 1199px) {
    .banner-section-two .banner-title {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .banner-section-two .banner-title {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .banner-section-two .banner-title {
        font-size: 2.25rem;
    }
}

.banner-section-two .check-list li + li {
    margin-top: 0.625rem;
}

.banner-section-two .check-list li {
    color: var(--light-200);
}

.banner-section-two .banner-btns {
    margin-top: 2.8125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.banner-section-two .banner-section-two-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    z-index: -1;
}

.banner-section-two .banner-section-two-angle-img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    max-width: 9vw;
}

.banner-section-three {
    padding-top: 16.25rem;
    padding-bottom: 12.5rem;
    background-color: var(--dark-900);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

@media (max-width: 1399px) {
    .banner-section-three {
        padding-top: 13.75rem;
        padding-bottom: 10.625rem;
    }
}

@media (max-width: 1199px) {
    .banner-section-three {
        padding-top: 9.375rem;
        padding-bottom: 10rem;
    }
}

@media (max-width: 991px) {
    .banner-section-three {
        padding-bottom: 0;
    }
}

@media (max-width: 575px) {
    .banner-section-three {
        padding-top: 7.5rem;
    }
}

.banner-section-three::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-900);
    opacity: 0.85;
    z-index: -2;
}

.banner-section-three .banner-top-title {
    color: var(--color1);
    text-transform: uppercase;
}

.banner-section-three .banner-title {
    color: #fff;
    font-size: 80px;
    font-family: var(--display-font);
    max-width: 15ch;
    font-weight: 700;
}

@media (max-width: 1750px) {
    .banner-section-three .banner-title {
        font-size: 4.125rem;
    }
}

@media (max-width: 1399px) {
    .banner-section-three .banner-title {
        font-size: 3.375rem;
    }
}

@media (max-width: 1199px) {
    .banner-section-three .banner-title {
        font-size: 3rem;
    }
}

@media (max-width: 991px) {
    .banner-section-three .banner-title {
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 575px) {
    .banner-section-three .banner-title {
        font-size: 2.25rem;
    }
}

.banner-section-three .banner-description {
    color: #fff;
    max-width: 65ch;
    margin-top: 2.5rem;
}

@media (max-width: 1750px) {
    .banner-section-three .banner-description {
        max-width: 55ch;
    }
}

@media (max-width: 991px) {
    .banner-section-three .banner-description {
        margin-left: auto;
        margin-right: auto;
        margin-top: 1.5625rem;
    }
}

.banner-section-three .banner-btns {
    margin-top: 2.8125rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

@media (max-width: 991px) {
    .banner-section-three .banner-btns {
        justify-content: center;
        margin-top: 1.5625rem;
    }
}

.banner-section-three .banner-three-social-list {
    position: absolute;
    top: 52%;
    left: 9vw;
}

@media (max-width: 1700px) {
    .banner-section-three .banner-three-social-list {
        left: 30px;
    }
}

@media (max-width: 1399px) {
    .banner-section-three .banner-three-social-list {
        display: none;
    }
}

.banner-section-three .banner-three-social-list::before {
    position: absolute;
    content: "";
    top: -100px;
    left: 50%;
    width: 1px;
    height: 72px;
    background-color: var(--color1);
}

.banner-section-three .banner-three-social-list::after {
    position: absolute;
    content: "";
    bottom: -100px;
    left: 50%;
    width: 1px;
    height: 72px;
    background-color: var(--color1);
}

.banner-section-three .banner-three-social-list li {
    margin: 10px 0;
}

.banner-section-three .banner-three-social-list li a {
    color: #fff;
    text-align: center;
}

.banner-section-three .banner-three-bg-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    z-index: -3;
}

.banner-section-three .banner-man-img {
    position: absolute;
    inset-inline-end: 22%;
    inset-block-end: 0;
    z-index: 1;
}

@media (max-width: 1750px) {
    .banner-section-three .banner-man-img {
        max-height: 550px;
    }
}

@media (max-width: 1399px) {
    .banner-section-three .banner-man-img {
        max-height: 455px;
    }
}

@media (max-width: 1199px) {
    .banner-section-three .banner-man-img {
        max-height: 420px;
        inset-inline-end: 0;
    }
}

@media (max-width: 991px) {
    .banner-section-three .banner-man-img {
        position: static;
        margin-top: 2.5rem;
    }
}

.banner-section-three .banner-truck-img {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    z-index: -1;
}

@media (max-width: 1750px) {
    .banner-section-three .banner-truck-img {
        max-height: 550px;
    }
}

@media (max-width: 1399px) {
    .banner-section-three .banner-truck-img {
        max-height: 405px;
    }
}

@media (max-width: 1199px) {
    .banner-section-three .banner-truck-img {
        max-height: 300px;
        inset-inline-end: -100px;
    }
}

.banner-section-three .banner-angle-img {
    position: absolute;
    width: 695px;
    height: 101%;
    inset-inline-end: 135px;
    inset-block-end: 0;
    z-index: -1;
    clip-path: polygon(35% 0%, 100% 0%, 65% 100%, 0% 100%);
}

@media (max-width: 1850px) {
    .banner-section-three .banner-angle-img {
        inset-inline-end: 95px;
    }
}

@media (max-width: 1750px) {
    .banner-section-three .banner-angle-img {
        inset-inline-end: 0;
    }
}

@media (max-width: 1399px) {
    .banner-section-three .banner-angle-img {
        width: 490px;
        inset-inline-end: 35px;
    }
}

.banner-section-three .banner-angle-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

@media (max-width: 991px) {
    .banner-section-three .banner-angle-img {
        opacity: 0.35;
    }
}

.banner-section-three .line-shape {
    position: absolute;
    top: 0;
    inset-inline-end: 630px;
    width: 325px;
    height: 100%;
    background-color: #fff;
    opacity: 0.1;
    clip-path: polygon(75% 0%, 100% 0%, 25% 100%, 0% 100%);
    z-index: -1;
}

@media (max-width: 1850px) {
    .banner-section-three .line-shape {
        inset-inline-end: 590px;
    }
}

@media (max-width: 1750px) {
    .banner-section-three .line-shape {
        inset-inline-end: 480px;
    }
}

@media (max-width: 1399px) {
    .banner-section-three .line-shape {
        inset-inline-end: 375px;
        width: 235px;
    }
}

.banner-four-item {
    position: relative;
    padding-top: 20rem;
    padding-bottom: 18.75rem;
    z-index: 1;
    text-align: center;
}

@media (max-width: 1399px) {
    .banner-four-item {
        padding-top: 17.5rem;
        padding-bottom: 220px;
    }
}

@media (max-width: 1199px) {
    .banner-four-item {
        padding-top: 9.375rem;
        padding-bottom: 180px;
    }
}

@media (max-width: 1199px) {
    .banner-four-item {
        padding-bottom: 100px;
    }
}

.banner-four-item::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.2;
    z-index: -1;
}

.banner-four-item .banner-four-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: -2;
}

.banner-section-four {
    position: relative;
}

.banner-section-four .banner-top-title {
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--color1);
}

@media (max-width: 1399px) {
    .banner-section-four .banner-top-title {
        font-size: 1.25rem;
    }
}

@media (max-width: 767px) {
    .banner-section-four .banner-top-title {
        font-size: 1.125rem;
    }
}

.banner-section-four .banner-top-title i {
    transform: rotate(-45deg);
}

.banner-section-four .banner-top-title span {
    text-decoration: underline;
}

.banner-section-four .banner-title {
    font-family: var(--display-font);
    font-weight: 600;
    font-size: 5rem;
    color: #fff;
}

@media (max-width: 1399px) {
    .banner-section-four .banner-title {
        font-size: 4.25rem;
    }
}

@media (max-width: 1199px) {
    .banner-section-four .banner-title {
        font-size: 3.5rem;
    }
}

@media (max-width: 767px) {
    .banner-section-four .banner-title {
        font-size: 2.625rem;
    }
}

@media (max-width: 575px) {
    .banner-section-four .banner-title {
        font-size: 2.25rem;
    }
}

.banner-section-four .banner-btns {
    display: flex;
    flex-wrap: wrap;
    margin-top: 4.375rem;
    gap: 0.9375rem;
    justify-content: center;
}

@media (max-width: 1399px) {
    .banner-section-four .banner-btns {
        margin-top: 3.125rem;
    }
}

@media (max-width: 767px) {
    .banner-section-four .banner-btns {
        margin-top: 30px;
    }
}

.banner-section-four .banner-four-bottom-text {
    position: absolute;
    bottom: 0;
    left: 0;
    font-weight: 600;
    font-size: 9.375rem;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: #fff;
    line-height: 1.15;
    opacity: 0.35;
}

@media (max-width: 1399px) {
    .banner-section-four .banner-four-bottom-text {
        font-size: 7.5rem;
    }
}

@media (max-width: 1199px) {
    .banner-section-four .banner-four-bottom-text {
        font-size: 5.625rem;
    }
}

@media (max-width: 767px) {
    .banner-section-four .banner-four-bottom-text {
        font-size: 4.5rem;
    }
}

@media (max-width: 575px) {
    .banner-section-four .banner-four-bottom-text {
        font-size: 2.625rem;
    }
}

.banner-section-four .banner-four-top {
    position: absolute;
    top: 220px;
    left: 65px;
    max-width: 198px;
}

@media (max-width: 1399px) {
    .banner-section-four .banner-four-top {
        max-width: 150px;
        top: 200px;
    }
}

@media (max-width: 1199px) {
    .banner-section-four .banner-four-top {
        max-width: 100px;
        top: 100px;
    }
}

@media (max-width: 767px) {
    .banner-section-four .banner-four-top {
        max-width: 60px;
        top: 70px;
        left: 35px;
    }
}

.banner-section-four .banner-four-bottom {
    position: absolute;
    right: 0;
    bottom: 50px;
    max-width: 242px;
}

@media (max-width: 1399px) {
    .banner-section-four .banner-four-bottom {
        max-width: 200px;
    }
}

@media (max-width: 1199px) {
    .banner-section-four .banner-four-bottom {
        max-width: 100px;
        bottom: 30px;
    }
}

@media (max-width: 767px) {
    .banner-section-four .banner-four-bottom {
        max-width: 70px;
        bottom: 30px;
    }
}

.banner-four-slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 65px;
    height: 65px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    z-index: 2;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1399px) {
    .banner-four-slider .slick-arrow {
        width: 55px;
        height: 55px;
    }
}

@media (max-width: 991px) {
    .banner-four-slider .slick-arrow {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 575px) {
    .banner-four-slider .slick-arrow {
        top: 60%;
    }
}

.banner-four-slider .slick-arrow:hover {
    background-color: var(--color1);
    border-color: var(--color1);
}

.banner-four-slider .slick-arrow.prev {
    left: 115px;
}

@media (max-width: 1399px) {
    .banner-four-slider .slick-arrow.prev {
        left: 50px;
    }
}

@media (max-width: 991px) {
    .banner-four-slider .slick-arrow.prev {
        left: 15px;
    }
}

.banner-four-slider .slick-arrow.next {
    right: 115px;
}

@media (max-width: 1399px) {
    .banner-four-slider .slick-arrow.next {
        right: 50px;
    }
}

@media (max-width: 991px) {
    .banner-four-slider .slick-arrow.next {
        right: 15px;
    }
}

.video-btn {
    display: flex;
    align-items: center;
    gap: 1.5625rem;
}

.video-btn.video-btn-white i {
    background-color: #fff;
}

.video-btn.video-btn-white span {
    color: #fff;
}

.video-btn i {
    width: 2.5rem;
    height: 2.5rem;
    background-color: var(--dark-900);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 0 10px rgba(250, 125, 9, 0.15);
}

.circle-contact-btn-main {
    position: relative;
    display: inline-flex;
}

.circle-contact-btn-main .circle-contact-btn-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-contact-btn {
    --radius: 11vmin;
    --frame-size: calc(var(--radius) / 3);
    --d-outer: calc(var(--radius) * 2);
    --d-inner: calc(var(--d-outer) - var(--frame-size));
    --font-size: calc(var(--radius) / 10);
    position: relative;
    width: var(--d-outer);
    height: var(--d-outer);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

@media (max-width: 575px) {
    .circle-contact-btn {
        --radius: 25vmin;
    }
}

.circle-contact-btn::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 2px solid var(--color1);
    border-radius: 100vmax;
    z-index: -1;
}

.circle-contact-btn .circle-contact-btn-text {
    position: absolute;
    width: 100%;
    height: 100%;
    animation: rotateText 10s linear infinite;
}

.circle-contact-btn .circle-contact-btn-text span {
    position: absolute;
    left: 50%;
    font-size: 1.2em;
    transform-origin: 0 var(--radius);
    color: var(--color1);
}

@keyframes rotateText {
    0% {
        transform: rotate(360deg);
    }

    100% {
        transform: rotate(0deg);
    }
}
/* === banner css end === */
/* === service css start === */
.service-one:hover .thumb img {
    transform: scale(1.1, 1.1);
}

.service-one:hover .icon {
    background-color: var(--color1);
}

.service-one .thumb {
    height: 21.5625rem;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 1399px) {
    .service-one .thumb {
        height: 18.75rem;
    }
}

@media (max-width: 1199px) {
    .service-one .thumb {
        height: 15.625rem;
    }
}

.service-one .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-one .content {
    margin-left: 30px;
    margin-right: 30px;
    margin-top: -2.5rem;
    padding: 2.5rem 1.875rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    position: relative;
    background-color: #fff;
}

@media (max-width: 1199px) {
    .service-one .content {
        margin-left: 15px;
        margin-right: 15px;
        padding: 1.875rem 1.25rem;
    }
}

.service-one .icon {
    width: 65px;
    height: 65px;
    position: relative;
    background-color: var(--light-100);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.service-one .icon img {
    max-height: 40px;
}

.service-one .title {
    margin-top: 0.9375rem;
    margin-bottom: 0.625rem;
}

.service-two {
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

.service-two:hover .content .icon {
    background-color: var(--color1);
}

.service-two:hover .service-two-btn i {
    color: var(--color1);
}

.service-two .thumb {
    height: 20.5rem;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

@media (max-width: 1399px) {
    .service-two .thumb {
        height: 17.5rem;
    }
}

@media (max-width: 1199px) {
    .service-two .thumb {
        height: 15.625rem;
    }
}

.service-two .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.service-two .content {
    padding: 0 2.5rem 2.5rem 2.5rem;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .service-two .content {
        padding: 0 1.875rem 1.875rem 1.875rem;
    }
}

.service-two .content .icon {
    width: 5rem;
    height: 5rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--light-100);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: -2.5rem;
    margin-bottom: 1.25rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-two .title {
    margin-bottom: 1.25rem;
}

@media (max-width: 1199px) {
    .service-two .title {
        margin-bottom: 0.9375rem;
    }
}

.service-two .service-two-btn {
    font-weight: 500;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-top: 1.875rem;
}

@media (max-width: 1199px) {
    .service-two .service-two-btn {
        margin-top: 1.25rem;
    }
}

.service-section-three {
    margin-top: -90px;
    position: relative;
    z-index: 1;
}

.service-three {
    padding: 2.5rem 2.5rem 0 2.5rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    margin-bottom: 1.875rem;
}

@media (max-width: 991px) {
    .service-three {
        text-align: center;
    }
}

@media (max-width: 575px) {
    .service-three {
        padding: 1.875rem 1.875rem 0 1.875rem;
    }
}

.service-three .icon {
    width: 5rem;
    height: 5rem;
    border: 1px solid var(--border-color);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1.25rem;
}

.service-three p {
    margin-top: 1.25rem;
}

.service-three-icon-btn {
    width: 3.75rem;
    height: 3.75rem;
    background-color: var(--color1);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: translateY(1.875rem);
}

.service-three-icon-btn:hover {
    box-shadow: 0 5px 15px var(--color1);
    color: #fff;
}

.service-four {
    padding: 25px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    height: 100%;
    display: flex;
    flex-flow: column;
}
.service-four h3 {
    font-weight: 500;
    font-size: 28px;
    font-family:var(--display-font);
}

@media (max-width: 1199px) {
    .service-four {
        padding: 1.5625rem;
    }
}

@media (max-width: 767px) {
    .service-four {
        align-items: center;
        text-align: center;
    }
}

.service-four:hover {
    border-color: var(--color1);
}

.service-four .icon {
    overflow:hidden;
    width: 80px;
    height: 80px;
    background-color: #f2f3f6;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    margin-bottom: 1.25rem;
}

.service-four .icon img {
    height: 45px;
}

.service-four p {
    margin-top: 10px;
    /*margin-bottom: 1rem;*/
}

.service-four-icon-btn {
    font-weight: 500;
    color: var(--dark-900);
    display: inline-flex;
    align-items: center;
    margin-top: auto;
    gap: 8px;
}

.service-four-icon-btn i {
    color: var(--color1);
}

.service-section-four {
    background-color: #fff;
}

.service-item-four {
    position: relative;
    overflow: hidden;
    padding: 1.25rem 1.25rem 2.5rem 1.25rem;
    border-radius: 0 0 999px 999px;
    -webkit-border-radius: 0 0 999px 999px;
    -moz-border-radius: 0 0 999px 999px;
    -ms-border-radius: 0 0 999px 999px;
    -o-border-radius: 0 0 999px 999px;
    border: 2px dotted rgba(99, 103, 118, 0.3);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item-four:hover {
    border-color: var(--secondary-two);
}

.service-item-four:hover .service-item-four-arrow {
    background-color: var(--secondary-two);
}

.service-item-four:hover .service-item-four-thumb {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.service-item-four:hover .service-item-four-thumb img {
    -webkit-transform: rotate(15deg) scale(1.2, 1.2);
    -ms-transform: rotate(15deg) scale(1.2, 1.2);
    transform: rotate(15deg) scale(1.2, 1.2);
}

.service-item-four .service-item-four-arrow {
    position: absolute;
    bottom: -85px;
    width: 110px;
    height: 110px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: var(--dark);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
    font-size: 1.125rem;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 0.1875rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item-four .service-item-four-arrow:hover {
    background-color: var(--color1);
}

.service-item-four-inner {
    padding: 3.75rem 2.8125rem 1.875rem 2.8125rem;
    background-color: #F4F4F4;
    border-radius: 0 0 999px 999px;
    -webkit-border-radius: 0 0 999px 999px;
    -moz-border-radius: 0 0 999px 999px;
    -ms-border-radius: 0 0 999px 999px;
    -o-border-radius: 0 0 999px 999px;
    display: flex;
    flex-flow: column;
    align-items: center;
    text-align: center;
}

@media (max-width: 1399px) {
    .service-item-four-inner {
        padding: 2.5rem 1.875rem 1.25rem 1.875rem;
    }
}

.service-item-four-title {
    font-size: 1.5rem;
}

.service-item-four-title a {
    font-family: var(--display-font);
    font-weight: 600;
}

.service-item-four-thumb {
    width: 280px;
    height: 280px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
    margin-top: 3.125rem;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1399px) {
    .service-item-four-thumb {
        width: 220px;
        height: 220px;
        margin-top: 1.875rem;
    }
}

.service-item-four-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.service-item-four-content p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 0.9375rem;
    max-width: 25ch;
    margin-inline: auto;
}

.service-bottom-four {
    text-align: center;
    margin-top: 6.25rem;
}

.service-bottom-four .service-bottom-four-area {
    display: inline-flex;
}

.service-bottom-four-left {
    background-color: var(--dark);
    padding: 0.875rem 1.5rem;
}

.service-bottom-four-left p {
    color: #fff;
}

.service-bottom-four-right {
    background-color: var(--secondary-two);
    padding: 0.875rem 1.5rem;
    border-radius: 0 999px 999px 0;
    -webkit-border-radius: 0 999px 999px 0;
    -moz-border-radius: 0 999px 999px 0;
    -ms-border-radius: 0 999px 999px 0;
    -o-border-radius: 0 999px 999px 0;
}

.service-bottom-four-right a {
    color: #fff;
}

/* === service css end === */
/* === service-details css start === */
.single-sidebar {
    background: #fff;
}
.home-info .single-sidebar .sidebar-search-box{
    border-radius:0 0 var(--theme-border-radius) var(--theme-border-radius);
    background: #fff; 
}
.home-info .single-sidebar .wiki-p .wikibox{
    display:flex;
}
.home-info .info-sidebar{
    margin-bottom:15px;
}
.home-info .single-sidebar .wiki-p .wikibox img{
    width:40%;
    object-fit: cover;
    margin-top:0;
}
.home-info .single-sidebar .wiki-p .wikibox p{
    padding-right:10px;
}

.service-details-sidebar {
    padding: 2.5rem;
    background-color: var(--light-100);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 575px) {
    .service-details-sidebar {
        padding: 1.5625rem;
    }
}

.service-details-sidebar-box {
    padding: 1.5625rem 1.875rem 1.875rem 1.875rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 1.875rem;
}

/* === service-details css end === */
/* === ticker css start === */
.ticker-section {
    padding: 3.75rem 0;
    background-color: var(--color1);
    overflow: hidden;
}

@media (max-width: 991px) {
    .ticker-section {
        padding: 1.875rem 0;
    }
}

.ticker-list {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    width: max-content;
    flex-wrap: nowrap;
    animation: scroll 40s forwards linear infinite;
}

.ticker-list:hover {
    animation-play-state: paused;
}

.ticker-list li {
    display: flex;
    align-items: center;
    gap: 2.5rem;
    font-family: var(--display-font);
    font-size: 2.625rem;
    font-weight: 700;
    color: #fff;
}

@media (max-width: 1399px) {
    .ticker-list li {
        font-size: 2.25rem;
    }
}

@media (max-width: 991px) {
    .ticker-list li {
        font-size: 2rem;
    }
}

@media (max-width: 991px) {
    .ticker-list li {
        font-size: 1.625rem;
    }
}

.ticker-list li img {
    max-height: 2.1875rem;
}

@-webkit-keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@-moz-keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@-ms-keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}

@keyframes scroll {
    to {
        transform: translate(calc(-50% - 0.5rem));
    }
}
/* === ticker css end === */
/* === about css start === */
.about-section-one {
    position: relative;
    overflow: hidden;
}

.about-section-one .about-section-one-el {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
}

@media (max-width: 1399px) {
    .about-section-one .about-section-one-el {
        inset-inline-end: -10.9375rem;
    }
}

.about-section-two {
    position: relative;
    z-index: 1;
}

.about-section-two .about-section-two-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.about-two-item {
    padding-top: 2.1875rem;
    position: relative;
}

.about-two-item .icon {
    position: absolute;
    top: 0;
    inset-inline-start: 1.875rem;
    width: 3.75rem;
    height: 3.75rem;
    background-color: var(--color1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about-two-item .content {
    padding: 2.8125rem 1.875rem 1.875rem 1.875rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

.about-two-bottom {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3.125rem;
    margin-top: 2.5rem;
}

@media (max-width: 575px) {
    .about-two-bottom {
        gap: 1.25rem;
    }
}

.about-bottom-users {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
}

.about-section-three {
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.about-section-three .about-section-three-el {
    position: absolute;
    bottom: 0;
    opacity:0.3;
    filter: brightness(0.5);
    inset-inline-end: 0;
    z-index: -1;
}

.about-three-thumb {
    position: relative;
    z-index: 1;
    padding: 27px 0 27px 27px;
}

.about-three-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 35px);
    height: 100%;
    border: 4.5px solid var(--color1);
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    z-index: -1;
}

.about-three-thumb img {
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.about-three-thumb-content {
    z-index:2;
    position: absolute;
    inset-inline-end: 2.1875rem;
    bottom: 62px;
    width: 120px;
    height: 120px;
    background-color: var(--color2);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.about-three-thumb-content span {
    font-size: 1.875rem;
    font-weight: 700;
    color: #fff;
    display: block;
    line-height: 1.3;
    margin-bottom: 0.3125rem;
}

.about-three-thumb-content small {
    font-size: 1.125rem;
    font-weight: 500;
    color: #fff;
    line-height: 1.3;
    text-align:center;
}
.about-three-content h2{
    margin-bottom:15px;
}
.about-three-content .check-list {
    margin: 0;
}
.about-three-content .call-btn:hover i {
    background: var(--color1);
    color: #fff !important;
}

.about-three-content .call-btn {
    margin-top: 1.875rem;
}

.about-three-content .call-btn i {
    background-color: #fff;
    color: var(--color2);
}

.about-three-content .call-btn strong {
    color: var(--color2);
}

.about-four-content .about-four-details {
    margin-top: 2.5rem;
}

.about-four-content .pill-tabs-style {
    margin-top: 2.1875rem;
}

.about-four-content .tab-content {
    margin-top: 1.875rem;
}

.about-four-icon-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.about-four-icon-item-icon {
    width: 65px;
    height: 65px;
    background-color: var(--color1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.about-four-icon-item-icon img {
    max-height: 55px;
}

.about-four-icon-item-content {
    width: calc(100% - 65px);
    padding-left: 0.9375rem;
}

/* === about css end === */
/* === project css start === */
.project-one {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2.5rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 1.25rem 2.5rem;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

.project-one + .project-one {
    margin-top: 1.875rem;
}

@media (max-width: 1399px) {
    .project-one {
        gap: 1.875rem;
        padding: 1.25rem 1.875rem;
    }
}

@media (max-width: 767px) {
    .project-one {
        justify-content: center;
        text-align: center;
        gap: 0.9375rem;
    }
}

@media (max-width: 575px) {
    .project-one {
        padding: 1.25rem;
    }
}

.project-one:hover .thumb {
    opacity: 1;
}

.project-one:hover .icon {
    transform: rotate(-45deg);
}

.project-one .number {
    width: 65px;
    height: 65px;
    background-color: var(--light-100);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.project-one .title {
    font-size: 1.875rem;
    font-weight: 700;
    width: 20ch;
}

@media (max-width: 1399px) {
    .project-one .title {
        font-size: 1.5rem;
    }
}

@media (max-width: 1199px) {
    .project-one .title {
        width: 40ch;
    }
}

@media (max-width: 991px) {
    .project-one .title {
        width: 35ch;
        font-size: 1.25rem;
    }
}

.project-one .description {
    max-width: 40ch;
}

@media (max-width: 991px) {
    .project-one .description {
        max-width: 35ch;
    }
}

.project-one .thumb {
    width: 212px;
    height: 105px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    margin: 0 auto;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .project-one .thumb {
        opacity: 1;
        margin-inline-start: 0;
    }
}

.project-one .icon {
    margin-inline-start: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 767px) {
    .project-one .icon {
        margin-inline-start: 0;
    }
}
/* === project css end === */
/* === project-details css start === */
.project-quote {
    position: relative;
    padding: 1.875rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    margin-top: 2.5rem;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 575px) {
    .project-quote {
        padding: 1.25rem;
    }
}

.project-quote::after {
    position: absolute;
    content: "\f10e";
    bottom: 5px;
    inset-inline-end: 70px;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    font-size: 6.25rem;
    opacity: 0.1;
}

.project-quote .thumb {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

.project-quote .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.project-quote .content {
    width: calc(100% - 90px);
    padding-inline-start: 1.375rem;
}

@media (max-width: 575px) {
    .project-quote .content {
        width: 100%;
        padding-inline-start: 0;
        margin-top: 1.25rem;
    }
}

.project-quote .quote-name {
    position: relative;
    padding-inline-start: 1.5625rem;
    font-weight: 500;
    margin-top: 0.625rem;
}

.project-quote .quote-name::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 0.9375rem;
    height: 1px;
    background-color: var(--dark-900);
}

.project-details-sidebar {
    padding-block: 2.5rem;
    padding-inline-end: 2.5rem;
    background-color: var(--light-100);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 575px) {
    .project-details-sidebar {
        padding-block: 1.25rem;
        padding-inline-end: 1.25rem;
    }
}

.project-details-sidebar-header {
    padding-inline: 2.5rem;
}

@media (max-width: 575px) {
    .project-details-sidebar-header {
        padding-inline: 1.25rem;
    }
}

.project-details-sidebar-list li + li {
    margin-top: 1.25rem;
}

.project-details-sidebar-list li {
    padding: 0.625rem 2.5rem;
    background-color: #fff;
    border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    -moz-border-radius: 0 5px 5px 0;
    -ms-border-radius: 0 5px 5px 0;
    -o-border-radius: 0 5px 5px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

@media (max-width: 575px) {
    .project-details-sidebar-list li {
        padding: 0.625rem 1.25rem;
    }
}

.project-details-sidebar-list li span:first-child {
    font-size: 1.125rem;
    font-weight: 500;
    color: var(--dark-900);
    width: 95px;
}

.project-details-sidebar-list li span:last-child {
    width: calc(100% - 95px);
}

.project-details-sidebar-list li span.rating i {
    color: var(--color1);
    font-size: 0.875rem;
}

/* === project-details css end === */
/* === message css start === */
.message-section-one {
    position: relative;
    z-index: 1;
}

.message-section-one .message-section-el {
    position: absolute;
    z-index: -1;
}

.message-section-one .message-section-el.message-left-el {
    top: 0;
    left: 0;
}

.message-section-one .message-section-el.message-right-el {
    bottom: 0;
    right: 0;
}

.overview-item {
    padding: 1.875rem 2.5rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    height: 100%;
}

@media (max-width: 1199px) {
    .overview-item {
        padding: 1.875rem;
    }
}

@media (max-width: 575px) {
    .overview-item {
        padding: 1.25rem;
    }
}

.overview-item .icon {
    height: 60px;
}

@media (max-width: 1399px) {
    .overview-item .icon {
        height: 50px;
    }
}

@media (max-width: 575px) {
    .overview-item .icon {
        height: 40px;
    }
}

.overview-item .amount {
    font-family: var(--display-font);
    font-size: 2.625rem;
    margin-top: 1.875rem;
    margin-bottom: 0.9375rem;
}

@media (max-width: 1399px) {
    .overview-item .amount {
        font-size: 2.25rem;
    }
}

@media (max-width: 991px) {
    .overview-item .amount {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .overview-item .amount {
        font-size: 1.625rem;
        margin-top: 1.25rem;
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 575px) {
    .overview-item p {
        font-size: 0.875rem;
    }
}

.message-wrapper {
    padding-inline-start: 3.125rem;
}

@media (max-width: 991px) {
    .message-wrapper {
        padding-inline-start: 0;
    }
}

.message-wrapper .message-form {
    margin-top: 2.5rem;
}

.message-section-two-inner {
    padding: 5rem 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .message-section-two-inner {
        padding: 3.125rem 0;
    }
}

@media (max-width: 991px) {
    .message-section-two-inner {
        padding: 0;
    }
}

.message-section-two-inner .message-section-two-thumb {
    position: absolute;
    top: 0;
    inset-inline-start: 0;
    width: 64%;
    height: 100%;
    z-index: -1;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .message-section-two-inner .message-section-two-thumb {
        position: static;
        width: 100%;
    }
}

.message-section-two-inner .message-section-two-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.message-wrapper-two {
    padding: 3.75rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 -5px 20px -1px rgba(19, 16, 34, 0.05);
}

@media (max-width: 1399px) {
    .message-wrapper-two {
        padding: 2.5rem;
    }
}

@media (max-width: 575px) {
    .message-wrapper-two {
        padding: 1.875rem;
    }
}

.message-wrapper-two .section-title {
    margin-bottom: 1.25rem;
}

.message-wrapper-two .message-form {
    margin-top: 2.5rem;
}

.message-three-thumb {
    width: 512px;
    height: 512px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .message-three-thumb {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 575px) {
    .message-three-thumb {
        width: 280px;
        height: 280px;
    }
}

.message-three-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: -10px;
    width: 96%;
    height: 96%;
    background-color: var(--color1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

@media (max-width: 575px) {
    .message-three-thumb::before {
        left: -5px;
    }
}

.message-three-thumb img {
    width: 512px;
    height: 512px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1199px) {
    .message-three-thumb img {
        width: 450px;
        height: 450px;
    }
}

@media (max-width: 575px) {
    .message-three-thumb img {
        width: 280px;
        height: 280px;
    }
}

.message-three-thumb .message-three-video-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.375rem;
    height: 4.375rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
}

@media (max-width: 575px) {
    .message-three-thumb .message-three-video-btn {
        width: 2.8125rem;
        height: 2.8125rem;
        font-size: 0.875rem;
    }
}

.message-three-thumb-content {
    position: absolute;
    bottom: 15px;
    inset-inline-end: 0;
    width: 130px;
    height: 130px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 0;
}

.message-three-thumb-content::before {
    position: absolute;
    content: "";
    top: 10px;
    left: 10px;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border: 1px dashed var(--light-200);
}

.message-three-thumb-content span {
    font-size: 0.75rem;
}

.message-three-thumb-content p {
    font-size: 1.25rem;
    font-weight: 700;
    display: block;
    color: #fff;
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: var(--color1);
}

/* === message css end === */
/* === brand css start === */
.brand-section {
    overflow: hidden;
}

.brand-item {
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-item img {
    display: inline-block;
}

.brand-slider .slick-list {
    margin: 0 -0.9375rem;
}

.brand-slider .brand-slide {
    padding: 0 0.9375rem;
}

.brand-section-four {
    padding-bottom: 7.5rem;
}

.brand-item-four {
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0.6;
    filter: grayscale(1);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.brand-item-four:hover {
    filter: grayscale(0);
    opacity: 1;
}

.brand-item-four img {
    display: inline-block;
    max-height: 65px;
}

/* === brand css end === */
/* === newsletter css start === */
.news-letter-wrapper {
    position: relative;
    overflow: hidden;
    padding: 3.75rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
}

@media (max-width: 991px) {
    .news-letter-wrapper {
        padding: 2.5rem 1.25rem;
    }
}

.news-letter-wrapper::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--dark-900);
    opacity: 0.8;
}

.news-letter-wrapper-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    z-index: -1;
}

.news-letter-wrapper-inner {
    width: 505px;
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .news-letter-wrapper-inner {
        width: 100%;
    }
}

.news-letter-wrapper .section-title {
    color: #fff;
}

@media (max-width: 991px) {
    .news-letter-wrapper .section-title {
        text-align: center;
    }
}

.news-letter-wrapper .subscribe-form {
    margin-top: 2.1875rem;
}

.news-letter-wrapper .news-letter-icon-wrapper {
    position: absolute;
    top: 0;
    inset-inline-end: 3.75rem;
    height: 100%;
    width: 330px;
    background-color: #fff;
    clip-path: polygon(29% 0, 100% 0, 75% 100%, 0% 100%);
}

@media (max-width: 1199px) {
    .news-letter-wrapper .news-letter-icon-wrapper {
        inset-inline-end: 1.875rem;
    }
}

@media (max-width: 991px) {
    .news-letter-wrapper .news-letter-icon-wrapper {
        display: none;
    }
}

.news-letter-wrapper .news-letter-icon-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 1.25rem;
    width: 100%;
    height: 100%;
    clip-path: polygon(29% 0, 100% 0, 75% 100%, 0% 100%);
    background-color: var(--color1);
}

.news-letter-wrapper .news-letter-icon-wrapper img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    min-height: 115px;
}

.subscribe-form {
    position: relative;
}

.subscribe-form input {
    height: 80px;
    border: 1px solid var(--border-color);
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    width: 100%;
    padding: 1.25rem 9.375rem 1.25rem 1.875rem;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.subscribe-form input::-webkit-input-placeholder {
    color: var(--light-200);
}

.subscribe-form input::-moz-placeholder {
    color: var(--light-200);
}

.subscribe-form input:-ms-input-placeholder {
    color: var(--light-200);
}

.subscribe-form input:-moz-placeholder {
    color: var(--light-200);
}

.subscribe-form input:focus {
    border-color: var(--color2);
}

.subscribe-form button {
    position: absolute;
    top: 10px;
    inset-inline-end: 10px;
    height: calc(100% - 20px);
    padding: 0.625rem 1.875rem;
    background-color: var(--color2);
    color: #fff;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    text-transform: uppercase;
    font-weight: 500;
}

/* === newsletter css end === */
/* === testimonial css start === */
.testimonial-section-one {
    position: relative;
}
p.testimonial-two__text br {
    display: none;
}
.testimonial-section-one .testimonial-section-one-line {
    position: absolute;
    bottom: 0;
    right: 0;
    max-inline-size: initial;
    max-block-size: initial;
}

.testimonial-section-one .testimonial-section-one-thumb {
    position: relative;
    z-index: 1;
}

@media (max-width: 991px) {
    .testimonial-section-one .section-top {
        text-align: center;
    }
}

@media (max-width: 991px) {
    .testimonial-section-one .section-top .section-title {
        margin-left: auto;
        margin-right: auto;
    }
}

.testimonial-one .content {
    padding: 2.5rem 2.5rem 4.375rem 2.5rem;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: var(--dark-700);
}

@media (max-width: 575px) {
    .testimonial-one .content {
        padding: 1.5625rem 1.5625rem 3.75rem 1.5625rem;
        text-align: center;
    }
}

.testimonial-one .content .icon i {
    color: var(--color1);
    font-size: 3.75rem;
}

@media (max-width: 991px) {
    .testimonial-one .content .icon i {
        font-size: 3rem;
    }
}

@media (max-width: 575px) {
    .testimonial-one .content .icon i {
        font-size: 2.625rem;
    }
}

.testimonial-one .content p {
    color: var(--light-200);
    font-size: 1.5rem;
}

@media (max-width: 1399px) {
    .testimonial-one .content p {
        font-size: 1.375rem;
    }
}

@media (max-width: 991px) {
    .testimonial-one .content p {
        font-size: 1.25rem;
    }
}

@media (max-width: 575px) {
    .testimonial-one .content p {
        font-size: 1.125rem;
    }
}

.testimonial-one .testimonial-client {
    padding-inline-start: 2.5rem;
    margin-top: -2.5rem;
}

@media (max-width: 575px) {
    .testimonial-one .testimonial-client {
        padding-inline-start: 0;
        text-align: center;
    }
}

.testimonial-one .testimonial-client .client-img {
    width: 4.5625rem;
    height: 4.5625rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    overflow: hidden;
}

@media (max-width: 575px) {
    .testimonial-one .testimonial-client .client-img {
        margin-left: auto;
        margin-right: auto;
    }
}

.testimonial-one .testimonial-client .client-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.testimonial-slider-one {
    z-index: 1;
}

@media (max-width: 575px) {
    .testimonial-slider-one {
        padding-bottom: 4.375rem;
    }
}

.testimonial-slider-one .slick-arrow {
    position: absolute;
    bottom: 0.625rem;
    inset-inline-end: 0;
    width: 2.5rem;
    height: 2.5rem;
    color: #fff;
    border: 1px solid var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: 1;
}

@media (max-width: 575px) {
    .testimonial-slider-one .slick-arrow {
        width: 2.1875rem;
        height: 2.1875rem;
    }
}

.testimonial-slider-one .slick-arrow.prev {
    inset-inline-end: 3.4375rem;
}

@media (max-width: 575px) {
    .testimonial-slider-one .slick-arrow.prev {
        inset-inline-end: 50%;
    }
}

@media (max-width: 575px) {
    .testimonial-slider-one .slick-arrow.next {
        inset-inline-end: calc(50% - 40px);
    }
}

.testimonial-slider-one .slick-arrow:hover {
    color: #fff;
    background-color: var(--color1);
}

.testimonial-two-area {
    position: relative;
    padding: 5rem 0;
}

@media (max-width: 991px) {
    .testimonial-two-area {
        padding: 0;
    }
}

.testimonial-two-area .testimonial-two-area-thumb {
    position: absolute;
    top: 0;
    right: 0;
    width: 57%;
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 991px) {
    .testimonial-two-area .testimonial-two-area-thumb {
        display: none;
    }
}

.testimonial-two-area .testimonial-two-area-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.testimonial-two-area .testimonial-two-slider-area {
    padding: 3.75rem;
    background-color: var(--dark-700);
    position: relative;
    z-index: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 575px) {
    .testimonial-two-area .testimonial-two-slider-area {
        padding: 1.25rem;
    }
}

.testimonial-two-area .testimonial-two-slider-area .testimonial-one .content {
    padding: 0;
}

.testimonial-two-area .testimonial-two-slider-area .testimonial-one .testimonial-client {
    margin-top: 0;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2.1875rem;
}

.testimonial-two-area .testimonial-two-slider-area .testimonial-one .testimonial-client .client-img {
    width: 4.375rem;
    height: 4.375rem;
}

.testimonial-two-area .testimonial-two-slider-area .testimonial-one .testimonial-client .client-details {
    width: calc(100% - 70px);
    padding-inline-start: 1.25rem;
}

@media (max-width: 575px) {
    .testimonial-two-area .testimonial-two-slider-area .testimonial-one .testimonial-client .client-details {
        width: 100%;
        padding-inline-start: 0;
        margin-top: 0.9375rem;
    }
}

.testimonial-section-three {
    position: relative;
    z-index: 1;
}

.testimonial-section-three .testimonial-section-three-el {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.testimonial-three-slider-area {
    padding: 3.75rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 1399px) {
    .testimonial-three-slider-area {
        padding: 2.5rem;
    }
}

@media (max-width: 575px) {
    .testimonial-three-slider-area {
        padding: 1.25rem;
    }
}

.testimonial-three-slider-area .testimonial-one .content {
    padding: 0;
    background-color: #fff;
}

.testimonial-three-slider-area .testimonial-one .content p {
    color: var(--dark-800);
}

.testimonial-three-slider-area .testimonial-one .testimonial-client {
    margin-top: 0;
    padding-inline-start: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2.1875rem;
}

.testimonial-three-slider-area .testimonial-one .testimonial-client .client-img {
    width: 4.375rem;
    height: 4.375rem;
}

.testimonial-three-slider-area .testimonial-one .testimonial-client .client-details {
    width: calc(100% - 70px);
    padding-inline-start: 1.25rem;
}

@media (max-width: 575px) {
    .testimonial-three-slider-area .testimonial-one .testimonial-client .client-details {
        width: 100%;
        padding-inline-start: 0;
        margin-top: 0.9375rem;
    }
}

.testimonial-three-slider-area .testimonial-one .testimonial-client .client-details p {
    margin-top: 0.3125rem;
}

.testimonial-three-slider-area .testimonial-slider-one .slick-arrow {
    color: var(--dark-900);
    border-color: var(--border-color);
}

.testimonial-three-slider-area .testimonial-slider-one .slick-arrow:hover {
    border-color: var(--color1);
    color: #fff;
}

.testimonial-section-four .testimonial-one .content {
    background-color: var(--light-100);
}

.testimonial-section-four .testimonial-one .content p {
    color: var(--dark-800);
}

.testimonial-section-four .testimonial-slider-one .slick-arrow {
    border-color: var(--border-color);
    color: var(--dark-900);
}

.testimonial-section-four .testimonial-slider-one .slick-arrow:hover {
    border-color: var(--color1);
    color: #fff;
}

.testimonial-section-five {
    position: relative;
    z-index: 1;
}

.testimonial-section-five-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    object-fit: cover;
    -o-object-fit: cover;
}

.testimonial-section-five .testimonial-slider-two-nav {
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 1.5625rem;
}

@media (max-width: 991px) {
    .testimonial-section-five .testimonial-slider-two-nav {
        flex-flow: row;
        gap: 0.9375rem;
    }
}

.testimonial-section-five .testimonial-slider-two-nav button {
    width: 66px;
    height: 66px;
    background-color: #fff;
    color: var(--dark);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .testimonial-section-five .testimonial-slider-two-nav button {
        width: 50px;
        height: 50px;
    }
}

.testimonial-section-five .testimonial-slider-two-nav button:hover {
    background-color: var(--secondary-two);
    color: #fff;
}

.testimonial-four-item-top {
    border-bottom: 3px solid var(--secondary-two);
}

.testimonial-four-item-top .icon {
    width: 97px;
    height: 89px;
    background-color: #fff;
    color: var(--secondary-two);
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1399px) {
    .testimonial-four-item-top .icon {
        width: 87px;
        height: 79px;
    }
}

@media (max-width: 991px) {
    .testimonial-four-item-top .icon {
        width: 70px;
        height: 60px;
    }
}

.testimonial-four-item-details {
    color: #0A1222;
    font-size: 2.125rem;
    font-family: var(--display-font);
    margin-top: 1.5625rem;
}

@media (max-width: 1399px) {
    .testimonial-four-item-details {
        font-size: 1.75rem;
    }
}

@media (max-width: 991px) {
    .testimonial-four-item-details {
        font-size: 1.5rem;
    }
}

@media (max-width: 767px) {
    .testimonial-four-item-details {
        font-size: 1.25rem;
    }
}

.testimonial-four-item-details span {
    color: var(--secondary-two);
}

.testimonial-four-item-client {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2.5rem;
}

.testimonial-four-item-client .thumb {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.testimonial-four-item-client .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
}

.testimonial-four-item-client .content {
    width: calc(100% - 72px);
    padding-left: 1.5625rem;
}

.testimonial-four-item-client .content h4 {
    font-size: 1.125rem;
    text-transform: uppercase;
}

.testimonial-four-item-client .content p span {
    color: var(--secondary-two);
}

/* === testimonial css end === */
/* === team css start === */
.team-section-one {
    overflow: hidden;
    padding-inline: 5.9375rem;
}

@media (max-width: 1399px) {
    .team-section-one {
        padding-inline: 2.5rem;
    }
}

@media (max-width: 991px) {
    .team-section-one {
        padding-inline: 0.9375rem;
    }
}

.team-one {
    padding: 1.875rem;
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-bottom: 2px solid #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 991px) {
    .team-one {
        padding: 1.25rem;
    }
}

.team-one:hover {
    border-color: var(--color1);
}

.team-one:hover .thumb .team-social-list {
    bottom: 20px;
    opacity: 1;
}

.team-one:hover .thumb .team-social-list li {
    transform: translateY(0) !important;
}

.team-one .thumb {
    position: relative;
    height: 295px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
}

@media (max-width: 1620px) {
    .team-one .thumb {
        height: 250px;
    }
}

@media (max-width: 1199px) {
    .team-one .thumb {
        height: 210px;
    }
}

.team-one .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.team-one .thumb .team-social-list {
    position: absolute;
    bottom: 10px;
    width: 100%;
    padding: 0 1.25rem;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-one .thumb .team-social-list li:nth-child(1) {
    transform: translateY(10px);
}

.team-one .thumb .team-social-list li:nth-child(2) {
    transform: translateY(30px);
}

.team-one .thumb .team-social-list li:nth-child(3) {
    transform: translateY(50px);
}

.team-one .thumb .team-social-list li:nth-child(4) {
    transform: translateY(70px);
}

.team-one .team-social-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.625rem;
}

.team-one .team-social-list li {
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-one .team-social-list li a {
    width: 35px;
    height: 35px;
    background-color: #fff;
    border: 1px solid var(--color1);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--dark-900);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-one .team-social-list li a:hover {
    background-color: var(--color1);
    color: #fff;
}

.team-one .content {
    text-align: center;
    margin-top: 1.875rem;
}

.team-one.style-two {
    background-color: transparent;
    border: none;
    padding: 1.875rem 2.5rem 0 2.5rem;
    box-shadow: none;
    position: relative;
    z-index: 1;
}

@media (max-width: 575px) {
    .team-one.style-two {
        padding: 1.875rem 1.875rem 0 1.875rem;
    }
}

.team-one.style-two:hover::before {
    background-color: var(--light-100);
    box-shadow: none;
}

.team-one.style-two::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 60%;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 15px 55px rgba(0, 0, 0, 0.05);
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-one.style-two .thumb {
    height: 315px;
}

@media (max-width: 1199px) {
    .team-one.style-two .thumb {
        height: 250px;
    }
}

.team-one.style-two .content {
    margin-top: 0;
    margin-bottom: 1.875rem;
}

.team-one.style-two .content p {
    margin-top: 0.3125rem;
}

.team-one .team-social-list li a {
    border: none;
    color: var(--color1);
}

.team-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 2.5rem 1.25rem 2.5rem 0;
    z-index: 1;
}

@media (max-width: 1399px) {
    .team-two {
        padding: 1.875rem 1.25rem 1.875rem 0;
    }
}

@media (max-width: 1199px) {
    .team-two {
        padding: 1.25rem;
    }
}

.team-two:hover::before {
    border-color: var(--color1);
}

.team-two::before {
    position: absolute;
    content: "";
    top: 0;
    inset-inline-end: 0;
    height: 100%;
    width: calc(100% - 80px);
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .team-two::before {
        width: 100%;
    }
}

.team-two .thumb {
    width: 11.25rem;
    height: 11.25rem;
    overflow: hidden;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 1399px) {
    .team-two .thumb {
        width: 9.375rem;
        height: 9.375rem;
    }
}

@media (max-width: 1199px) {
    .team-two .thumb {
        width: 100%;
        height: 12.5rem;
    }
}

.team-two .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.team-two .content {
    width: calc(100% - 11.25rem);
    padding-inline-start: 1.25rem;
}

@media (max-width: 1399px) {
    .team-two .content {
        width: calc(100% - 9.375rem);
    }
}

@media (max-width: 1199px) {
    .team-two .content {
        width: 100%;
        padding-inline-start: 0;
        margin-top: 1.25rem;
        text-align: center;
    }
}

.team-two .team-social-list {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: var(--light-100);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    margin-top: 1.25rem;
}

.team-two .team-social-list li {
    position: relative;
}

.team-two .team-social-list li:last-child::after {
    display: none;
}

.team-two .team-social-list li::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 16px;
    background-color: var(--border-color);
    margin-top: -8px;
}

.team-two .team-social-list li a {
    padding: 0.625rem 0.9375rem;
    color: var(--color1);
}

.team-slider .slick-list,
.team-slider-two .slick-list {
    margin: -0.9375rem;
}

.team-slider .team-slide,
.team-slider-two .team-slide {
    padding: 0.9375rem;
}

.team-section-four {
    position: relative;
    z-index: 1;
}

.team-section-four .team-section-four-el {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.team-four-item {
    padding-top: 15px;
    padding-right: 15px;
}

.team-four-item:hover .team-four-item-thumb::before {
    -webkit-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg);
    border-color: var(--secondary-two);
}

.team-four-item:hover .team-four-social-list {
    top: 50%;
    opacity: 1;
    visibility: visible;
}

.team-four-item-thumb {
    position: relative;
    z-index: 1;
}

.team-four-item-thumb::before {
    position: absolute;
    content: "";
    width: calc(100% - 30px);
    height: 100%;
    top: -15px;
    right: -15px;
    background-color: transparent;
    border: 1.5px dashed #00205C;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    z-index: -1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-four-item-thumb img {
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    width: 100%;
    height: 435px;
    object-fit: cover;
    -o-object-fit: cover;
}

@media (max-width: 1399px) {
    .team-four-item-thumb img {
        height: 350px;
    }
}

@media (max-width: 1199px) {
    .team-four-item-thumb img {
        height: 300px;
    }
}

.team-four-item-thumb .team-four-social-list {
    position: absolute;
    top: 55%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.team-four-item-thumb .team-four-social-list::before {
    position: absolute;
    content: "";
    top: -14px;
    right: 0;
    width: 15px;
    height: 15px;
    background-color: var(--secondary-two);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.team-four-item-thumb .team-four-social-list li a {
    width: 52px;
    height: 52px;
    background-color: var(--secondary-two);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team-four-item-content {
    margin-top: 0.9375rem;
    text-align: center;
}

.team-four-item-title {
    font-size: 1.375rem;
}

.team-four-item-title a {
    font-family: var(--display-font);
    font-weight: 600;
}

/* === team css end === */
/* === team-details css start === */
.team-details-wrapper {
    background-color: #f2f3f6;
    display: flex;
    border-radius:var(--theme-border-radius);
}
.team-details-wrapper .content h2 {
    font-family: var(--display-font);
    font-weight: 700;
}

.team-details-wrapper .thumb {
    padding:20px;
    width: auto;
}

@media (max-width: 991px) {
    .team-details-wrapper .thumb {
        width: 100%;
    }
}

.team-details-wrapper .thumb img {
    border-radius:var(--theme-border-radius);
    width: 200px;
    height: 200px;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.team-details-wrapper .content {
    width: 100%;
    padding: 20px;
}

@media (max-width: 991px) {
    .team-details-wrapper .content {
        width: 100%;
    }
}

@media (max-width: 575px) {
    .team-details-wrapper .content {
        padding: 15px;
    }
}

.team-details-wrapper .content .designation {
    font-weight:600;
    position: relative;
    padding-bottom: 0.3125rem;
    margin-top: 0.625rem;
}

.team-details-wrapper .content .designation::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 110px;
    height: 3px;
    background-color: var(--color1);
    border-radius: 30px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
}

.author-box {
    display: flex;
    align-items: center;
    gap: 30px;
    padding: 20px;
    border: 1px solid #eee;
    border-radius: var(--theme-border-radius);
    background: #fff;
    margin: auto;
    box-shadow: 0 0px 2px rgba(0, 0, 0, 0.08);
}
        .author-image img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 100%;
    box-shadow: 0px 0px 4px var(--color2);
}

        .author-content {
            flex: 1;
        }

        .author-name {
    margin: 0;
    font-family: var(--display-font);
    font-size: 36px;
    font-weight: 700;
}

        .author-title {
            margin: 6px 0 12px;
            font-size: 18px;
            color: #000;
            font-weight: 500;
        }

        .author-description {
            line-height: 1.6;
            color: #000;
        }
        .section-top.pb-0.author-articles h3 {
    font-size: 30px;
    font-family: var(--display-font);
    font-weight: 600;
}

        /* Responsive */
        @media (max-width: 992px) {
             .banner-section .banner-left-line-el{
        opacity:0;
    }
    .banner-section .line-shape{
        opacity:0;
    }
            .video-bnr-mbl.d-lg-none.d-block video {
    aspect-ratio: 700/394;
    /* background: #ffff; */
    padding: 0 !important;
    height: 100%;
    width: 100%;
    border-radius: var(--theme-border-radius);
    margin: 0;
}
.video-bnr-mbl.d-lg-none.d-block {
    background: rgb(249 249 252 / 16%);
    margin-bottom: 0px !important;
    padding: 10px 10px 0 10px !important;
    height: 100%;
    border-radius: var(--theme-border-radius);
    margin-top: 15px;
}
            .author-box {
                flex-direction: column;
                text-align: center;
            }

            .author-image img {
                width: 150px;
                height: 150px;
                margin: 0 auto;
            }
            .author-name {
    font-size: 30px;
}
.section-top.pb-0.author-articles h3 {
    font-size: 24px;
    font-family: var(--display-font);
    font-weight: 600;
}
        }

.skill-bar p {
    margin-bottom: 10px;
}

.progressbar {
    position: relative;
    display: block;
    width: 100%;
    height: 8px;
    background-color: var(--light-200);
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
}

.progressbar .bar {
    position: absolute;
    width: 0px;
    height: 100%;
    top: 0;
    left: 0;
    background: var(--color1);
    overflow: hidden;
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
}

.progressbar .label {
    position: absolute;
    top: -40px;
    left: 0;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 34px;
    text-align: center;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
}

/* === team-details css end === */
/* === faq css start === */
.faq-img {
    position: relative;
    padding-inline-end: 9.0625rem;
    z-index: 1;
}

@media (max-width: 575px) {
    .faq-img {
        padding-inline-end: 2.8125rem;
    }
}

.faq-img::after {
    position: absolute;
    content: "";
    inset-inline-end: 7.5rem;
    bottom: 0;
    width: 1.1875rem;
    height: 18.75rem;
    background-color: var(--color1);
    z-index: -1;
}

.faq-img .faq-main-img {
    border-radius: var(--theme-border-radius) 5px 5px var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius) 5px 5px var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius) 5px 5px var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius) 5px 5px var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius) 5px 5px var(--theme-border-radius);
}

.faq-img .faq-float-img {
    z-index:1;
    position: absolute;
    top: 2.5rem;
    inset-inline-end: 0;
    width: 18.4375rem;
    height: 25rem;
    border: 0.875rem solid #fff;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

@media (max-width: 575px) {
    .faq-img .faq-float-img {
        width: 12.1875rem;
        height: 15.625rem;
        border-width: 0.5rem;
    }
}

.faq-section-two {
    background-color: var(--light-100);
    padding-bottom: 3.75rem;
}

.faq-four-one {
    width: 395px;
    overflow: hidden;
    border-radius: 0 0 999px 999px;
    -webkit-border-radius: 0 0 999px 999px;
    -moz-border-radius: 0 0 999px 999px;
    -ms-border-radius: 0 0 999px 999px;
    -o-border-radius: 0 0 999px 999px;
    float: right;
}

@media (max-width: 1700px) {
    .faq-four-one {
        width: 230px;
    }
}

@media (max-width: 991px) {
    .faq-four-one {
        display: none;
    }
}

.faq-four-two {
    width: 395px;
    overflow: hidden;
    border-radius: 999px 999px 0 0;
    -webkit-border-radius: 999px 999px 0 0;
    -moz-border-radius: 999px 999px 0 0;
    -ms-border-radius: 999px 999px 0 0;
    -o-border-radius: 999px 999px 0 0;
}

@media (max-width: 1700px) {
    .faq-four-two {
        width: 230px;
    }
}

@media (max-width: 991px) {
    .faq-four-two {
        display: none;
    }
}
/* === faq css end === */
/* === blog css start === */
.blog-one {
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.07);
    height: 100%;
}

.blog-one .thumb {
    position: relative;
    /*height: 300px;*/
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -webkit-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -moz-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -ms-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    -o-border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
    overflow: hidden;
}

@media (max-width: 1399px) {
    .blog-one .thumb {
        /*height: 15.625rem;*/
    }
}

.blog-one .thumb .blog-date {
    z-index:1;
    position: absolute;
    top: 15px;
    right:15px !important;
    inset-inline-end: 0;
    background-color: #ffffffc2;
    color: var(--color2);
    font-size: 1.125rem;
    text-transform: uppercase;
    /*width: 80px;*/
    /*height: 80px;*/
    padding:5px 10px;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
.blog-one .thumb .blog-date span{
    font-weight:600;
}

@media (max-width: 575px) {
    .blog-one .thumb .blog-date {
        font-size: 1rem;
        
    }
}

.blog-one .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.blog-one .content {
    padding: 15px;
}

@media (max-width: 1399px) {
    .blog-one .content {
        padding: 15px;
    }
}

.th-social {
    margin-left:auto;
}
.th-social.upated.social-share a {
    color: #fff;
    border-radius: var(--theme-border-radius);
    text-align: center;
    background: var(--color2);
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.th-social.upated.social-share span {
    margin-right: 10px;
}
.blog-one .blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 10px;
}

.blog-one .blog-meta li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.blog-one .blog-meta li i {
    color: var(--dark-900);
}

.blog-one .blog-meta li span {
    margin-bottom: -1px;
}

.blog-one .blog-title {
    margin-bottom: 10px;
}

.blog-one .btn {
    margin-top: 2.5rem;
}

.blog-one.style-two .content {
    padding-top: 0;
}

.blog-one.style-two .blog-meta {
    padding: 0.625rem 2.5rem;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    background-color: var(--light-100);
    border-radius: 0 0 20px 20px;
    -webkit-border-radius: 0 0 20px 20px;
    -moz-border-radius: 0 0 20px 20px;
    -ms-border-radius: 0 0 20px 20px;
    -o-border-radius: 0 0 20px 20px;
}

.blog-list-post .thumb {
    position: relative;
}

.blog-list-post .thumb a {
    display: block;
}

.blog-list-post .thumb img {
    border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    -o-border-radius: 5px 5px 0 0;
    width: 100%;
}

.blog-list-post .thumb .post-date {
    position: absolute;
    bottom: 0;
    inset-inline-end: 0;
    padding: 0.5rem 1.25rem;
    background-color: var(--color1);
    color: #fff;
    font-size: 1.25rem;
    font-weight: 500;
}

@media (max-width: 575px) {
    .blog-list-post .thumb .post-date {
        font-size: 0.875rem;
    }
}

.blog-list-post .blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
}

@media (max-width: 575px) {
    .blog-list-post .blog-meta {
        gap: 0.625rem;
    }
}

.blog-list-post .content {
    padding: 2.5rem;
    background-color: var(--light-100);
    border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -ms-border-radius: 0 0 5px 5px;
    -o-border-radius: 0 0 5px 5px;
}

@media (max-width: 575px) {
    .blog-list-post .content {
        padding: 1.5625rem;
    }
}

.blog-list-post .title {
    margin-bottom: 1.25rem;
}

.blog-list-post .title a {
    font-size: 2.625rem;
    font-family: var(--display-font);
    font-weight: 700;
}

@media (max-width: 1399px) {
    .blog-list-post .title a {
        font-size: 2.25rem;
    }
}

@media (max-width: 1199px) {
    .blog-list-post .title a {
        font-size: 2rem;
    }
}

@media (max-width: 575px) {
    .blog-list-post .title a {
        font-size: 1.5rem;
    }
}

.blog-list-post .btn {
    margin-top: 1.875rem;
}

.blog-list-post + .blog-list-post {
    margin-top: 3.75rem;
}

@media (max-width: 991px) {
    .blog-list-post + .blog-list-post {
        margin-top: 2.5rem;
    }
}

.blog-four:hover .blog-four-content {
    background-color: #fff;
    box-shadow: 0 4px 22px rgba(0, 0, 0, 0.11);
}

.blog-four-thumb {
    position: relative;
}

.blog-four-thumb .tags {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0.4375rem 1.875rem;
    background-color: var(--secondary-two);
    color: #fff;
    font-size: 0.875rem;
    font-weight: 500;
    text-transform: uppercase;
}

.blog-four-content {
    padding: 1.875rem;
    border: 1px solid #E0E4E8;
    border-top: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

@media (max-width: 1199px) {
    .blog-four-content {
        padding: 1.25rem;
    }
}

.blog-four-title {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.9375rem;
}

@media (max-width: 1199px) {
    .blog-four-title {
        font-size: 1.25rem;
    }
}

.blog-four-title a {
    font-family: var(--display-font);
}

.blog-four-arrow {
    font-weight: 500;
    color: var(--dark);
    margin-top: 1.25rem;
}

.blog-four-arrow:hover {
    color: var(--secondary-two);
}

.blog-four-arrow i {
    margin-left: 0.25rem;
}

.blog-four .blog-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 0.625rem;
}

@media (max-width: 1199px) {
    .blog-four .blog-meta {
        gap: 0.9375rem;
    }
}

.blog-four .blog-meta li {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.875rem;
}

.blog-four .blog-meta li i {
    color: var(--secondary-two);
}

.blog-four .blog-meta li span {
    margin-bottom: -1px;
}

/* Table base */
.new-table table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    margin-bottom:10px;
}

/* Cells */
.new-table th,
.new-table td {
    padding: 9px 12px;
    border: 1px solid var(--color1);
    color: #1c1c1c;
}

/* Remove duplicate borders */
.new-table tr th + th,
.new-table tr td + td {
    border-left: none;
}

.new-table tr + tr td {
    border-top: none;
}

/* Header */
.new-table thead th {
    background: var(--color2);
    color: #fff;
    border-color: var(--color2);
}

/* Header – remove internal borders */
.new-table thead th + th {
    border-left: none;
}

/* Rounded corners */
.new-table thead th:first-child {
    border-top-left-radius: 10px;
}

.new-table thead th:last-child {
    border-top-right-radius: 10px;
}

/* Bottom border */
.new-table tbody tr:last-child td {
    border-bottom: 1px solid var(--color1);
}

@media (max-width: 768px) {
    .new-table {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .new-table table {
        min-width: 600px; /* force scroll instead of squish */
    }
    .new-table th, .new-table td {
    white-space: nowrap;
    padding: 9px 12px;
}

}




/* === blog css end === */
/* === blog-details css start === */
.blog-details-wrapper .main-content-image{
    aspect-ratio: 900 / 500;
}
.blog-meta li:last-child {
    margin-left: auto;
}
.blog-details-wrapper .blog-meta {
    padding:0;
    list-style:none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.875rem;
    margin-bottom: 1.875rem;
}
.main-service-content p strong{
    font-weight:600;
}
.main-service-content ul li::before {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1rem;
    color: var(--color1);
    line-height: 1;
}
   .main-service-content ul li{ 
     position: relative;
    padding-left: 22px;
       
   }

@media (max-width: 575px) {
    .blog-details-wrapper .blog-meta {
        gap: 0.625rem;
    }
}

.blog-details-wrapper .blog-details-content {
    padding: 20px 0 0 0;
}

@media (max-width: 575px) {
    .blog-details-wrapper .blog-details-content {
        padding: 15px 0 0 0;
    }
}

.blog-details-wrapper .blog-quote {
    margin-top: 1.25rem;
}

.blog-details-wrapper .check-list li {
    margin-top: 10px;
}

.blog-details-wrapper .check-list li + li {
    margin-top: 10px;
}

.blog-details-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
}

.blog-details-tags li span {
    font-weight: 500;
    color: var(--dark-900);
}

.blog-details-tags li a {
    padding: 0.25rem 0.75rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.blog-quote {
    position: relative;
    padding: 1.875rem 1.25rem 1.875rem 5.625rem;
    background-color: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 575px) {
    .blog-quote {
        padding: 1.25rem;
    }
}

.blog-quote::before {
    position: absolute;
    content: "\f10d";
    top: 1.875rem;
    inset-inline-start: 1.875rem;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    line-height: 1;
    font-size: 2.875rem;
    color: var(--color1);
}

@media (max-width: 575px) {
    .blog-quote::before {
        opacity: 0.1;
    }
}

.blog-quote p {
    font-size: 1.25rem;
}

@media (max-width: 575px) {
    .blog-quote p {
        font-size: 1rem;
    }
}

.blog-quote-name {
    position: relative;
    padding-inline-start: 5rem;
    margin-top: 1.25rem;
}

@media (max-width: 575px) {
    .blog-quote-name {
        padding-inline-start: 3.125rem;
    }
}

.blog-quote-name::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    width: 70px;
    height: 2px;
    background-color: var(--color1);
    margin-top: -1px;
}

@media (max-width: 575px) {
    .blog-quote-name::before {
        width: 40px;
    }
}

.blog-prev-next {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 3.75rem;
    padding: 1.875rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    position: relative;
}

.blog-prev-next::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 1px;
    height: 50px;
    background-color: var(--color1);
    margin-top: -25px;
}

@media (max-width: 575px) {
    .blog-prev-next::after {
        display: none;
    }
}

.blog-arrow-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

@media (max-width: 575px) {
    .blog-arrow-item {
        width: 100%;
    }
}

.blog-arrow-item .icon {
    width: 3.75rem;
    height: 3.75rem;
    background-color: var(--light-100);
    color: var(--dark-900);
    font-size: 1.375rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s;
}

@media (max-width: 575px) {
    .blog-arrow-item .icon {
        width: 2.8125rem;
        height: 2.8125rem;
    }
}

.blog-arrow-item .icon:hover {
    background-color: var(--color1);
    color: #fff;
}

.blog-arrow-item .title {
    max-width: 13ch;
}

.blog-arrow-item.blog-next .title {
    text-align: right;
}

.comment-wrapper {
    margin-top: 3.75rem;
}

.single-comment {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.875rem;
    padding: 1.875rem;
    background-color: var(--light-100);
}

@media (max-width: 575px) {
    .single-comment {
        padding: 1.25rem;
    }
}

.single-comment .thumb {
    width: 65px;
    height: 65px;
}

.single-comment .thumb img {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.single-comment .content {
    width: calc(100% - 65px);
    padding-inline-start: 1.25rem;
}

@media (max-width: 575px) {
    .single-comment .content {
        width: 100%;
        padding-inline-start: 0;
        margin-top: 1.25rem;
    }
}

.reply-btn {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--dark-900);
    text-transform: uppercase;
    padding: 0.1875rem 0.75rem;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

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

.reply-wrapper {
    margin-top: 3.75rem;
}

.reply-wrapper form {
    margin-top: 2.5rem;
}

.reply-wrapper form .form-control,
.reply-wrapper form .form-select {
    border-width: 2px;
}

.blog-sidebar {
    position: sticky;
    top: 100px;
}

.blog-sidebar-box {
    padding: 1.875rem;
    background-color: transparent;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
}

@media (max-width: 575px) {
    .blog-sidebar-box {
        padding: 1.25rem;
    }
}

.blog-sidebar-box .title {
    font-weight: 700;
    font-family: var(--display-font);
    font-size: 36px;
    margin-bottom: 15px;
}

.blog-sidebar-search {
    position: relative;
}

.blog-sidebar-search input {
    height: 56px;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    padding: 0.625rem 1.25rem;
    width: 100%;
}

.blog-sidebar-search button {
    position: absolute;
    top: 50%;
    inset-inline-end: 1.25rem;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: var(--dark-900);
}

.short-blog-list .short-blog + .short-blog {
    margin-top: 1.25rem;
}
.short-blog-list .short-blog h4 {
    color: #000;
}
.blog-details-wrapper ul {
    margin-bottom: 10px;
    color: #000;
}

.short-blog {
    display: flex;
    flex-wrap: wrap;
}

.short-blog .thumb {
    width: 80px;
    height: 85px;
    display: block;
}

.short-blog .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.short-blog .content {
    width: calc(100% - 80px);
    padding-inline-start: 0.9375rem;
}
.short-blog .content a{
    font-size:16px;
    color:#000;
}

.short-blog .post-date {
    font-size: 0.875rem;
    margin-bottom: 0.5rem;
}

.short-blog .post-date i {
    color: var(--color1);
    margin-inline-end: 0.3125rem;
}

.blog-category-list {
    padding: 0.625rem 1.25rem;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    background-color: var(--light-100);
}

.blog-category-list li {
    position: relative;
    padding-inline-start: 1.875rem;
    padding-block: 0.625rem;
}

.blog-category-list li::before {
    position: absolute;
    content: "\f07c";
    top: 10px;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 400;
    color: var(--color1);
}

.blog-category-list li a {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    justify-content: space-between;
    color: var(--dark-900);
    transition: all 0.3s;
}

.blog-category-list li a:hover {
    color: var(--color1);
}

.blog-tag-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.blog-tag-list li a {
    padding: 0.3125rem 0.9375rem;
    background-color: var(--light-100);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.3s;
}

.blog-tag-list li a:hover {
    background-color: var(--color1);
    color: #fff;
}

/* === blog-details css end === */
/* === pricing css start === */
.pricing-switcher {
    width: 8.125rem;
    display: flex;
    flex-flow: column;
    gap: 0.625rem;
}

.pricing-switcher .pricing-switcher-btn {
    border-radius: 99px;
    -webkit-border-radius: 99px;
    -moz-border-radius: 99px;
    -ms-border-radius: 99px;
    -o-border-radius: 99px;
    border: 1px solid var(--border-color);
    text-transform: capitalize;
}

.pricing-switcher .pricing-switcher-btn.active {
    background-color: var(--color1);
    border-color: var(--color1);
    color: #fff;
}

.pricing-card {
    height: 100%;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.pricing-card::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, #010D14, rgba(1, 13, 20, 0));
}

.pricing-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.pricing-card-overlay-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 2.5rem;
    z-index: 1;
}

@media (max-width: 575px) {
    .pricing-card-overlay-content {
        padding: 1.25rem;
    }
}

.pricing-card-overlay-content .top {
    display: flex;
    align-items: center;
    margin-bottom: 1.25rem;
}

.pricing-card-overlay-content .top i {
    color: #fff;
    font-size: 4.125rem;
    width: 3.75rem;
}

@media (max-width: 575px) {
    .pricing-card-overlay-content .top i {
        font-size: 3rem;
        width: 2.625rem;
    }
}

.pricing-card-overlay-content .top .title {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 700;
    width: calc(100% - 3.75rem);
    padding-left: 0.9375rem;
    max-width: 15ch;
}

@media (max-width: 575px) {
    .pricing-card-overlay-content .top .title {
        width: calc(100% - 2.625rem);
        font-size: 1.125rem;
    }
}

@media (max-width: 575px) {
    .pricing-card-overlay-content .second-title {
        font-size: 1rem;
    }
}

.pricing-card .pricing-card-social {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    margin-top: 1.875rem;
}

@media (max-width: 575px) {
    .pricing-card .pricing-card-social {
        margin-top: 1.25rem;
    }
}

.pricing-card .pricing-card-social li a {
    width: 26px;
    height: 26px;
    border: 1px solid var(--light-200);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    font-size: 0.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-one {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-top: 5px solid var(--color1);
    background-color: #fff;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-flow: column;
}

.pricing-one-header {
    padding: 2.5rem 1.875rem;
    text-align: center;
    position: relative;
    background-color: #fff2e6;
    border-radius: 20px 20px 0 0;
    -webkit-border-radius: 20px 20px 0 0;
    -moz-border-radius: 20px 20px 0 0;
    -ms-border-radius: 20px 20px 0 0;
    -o-border-radius: 20px 20px 0 0;
}

@media (max-width: 575px) {
    .pricing-one-header {
        padding: 1.25rem 1.5625rem;
    }
}

.pricing-one-header .title {
    font-weight: 700;
    font-size: 1.875rem;
}

@media (max-width: 575px) {
    .pricing-one-header .title {
        font-size: 1.5rem;
    }
}

.pricing-one-body {
    padding: 1.25rem 2.5rem 1.875rem 2.5rem;
}

@media (max-width: 575px) {
    .pricing-one-body {
        padding: 1.5625rem;
    }
}

.pricing-one-body .price {
    font-size: 2.625rem;
    font-weight: 700;
    color: var(--dark-900);
    font-family: var(--display-font);
    margin-bottom: 0.625rem;
}

@media (max-width: 575px) {
    .pricing-one-body .price {
        font-size: 2rem;
    }
}

.pricing-one-body .price sub {
    color: var(--dark-800);
    font-weight: 400;
    font-size: 1rem;
    font-family: var(--body-font);
}

.pricing-one-body .price .yearly-price {
    display: none;
}

.pricing-one .pricing-feature-list {
    margin-top: 2.5rem;
}

.pricing-one .pricing-feature-list li + li {
    margin-top: 0.625rem;
}

.pricing-one .pricing-feature-list li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.625rem;
    font-size: 1.125rem;
}

@media (max-width: 575px) {
    .pricing-one .pricing-feature-list li {
        font-size: 1rem;
    }
}

.pricing-one-footer {
    padding: 1.25rem 2.5rem 1.875rem 2.5rem;
    margin-top: auto;
}

@media (max-width: 575px) {
    .pricing-one-footer {
        padding: 1.25rem 1.5625rem 1.5625rem 1.5625rem;
    }
}

.pricing-section-two .pricing-switcher {
    flex-flow: row;
}

.pricing-section-two .pricing-switcher .btn {
    padding-block: 0.875rem;
    padding-inline: 2.1875rem;
}

.pricing-two {
    padding: 1.875rem 1.875rem 2.5rem 1.875rem;
    border: 1px solid var(--border-color);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    text-align: center;
    height: 100%;
}

.pricing-two .title {
    margin-bottom: 1.875rem;
}

.pricing-two .price {
    font-size: 1.875rem;
    font-weight: 700;
    color: var(--dark-900);
    margin-bottom: 0.625rem;
    display: inline-block;
    padding: 0.3125rem 1.875rem;
    background-color: var(--light-100);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

@media (max-width: 575px) {
    .pricing-two .price {
        font-size: 1.5rem;
    }
}

.pricing-two .price sub {
    color: var(--dark-800);
    font-weight: 400;
    font-size: 1rem;
    font-family: var(--body-font);
}

.pricing-two .price .yearly-price {
    display: none;
}

.pricing-two-feature-list {
    margin-bottom: 1.25rem;
    margin-top: 0.625rem;
}

.pricing-two-feature-list li + li {
    border-top: 1px solid var(--border-color);
}

.pricing-two-feature-list li {
    padding: 0.75rem 0;
}

.pricing-two-feature-list li span {
    color: var(--dark-800);
    display: none;
}

@media (max-width: 1199px) {
    .pricing-two-feature-list li span {
        display: inline-block;
    }
}

.pricing-two-feature-list li i {
    color: var(--dark-900);
}

@media (max-width: 1199px) {
    .pricing-two-feature-list li i {
        margin-inline-end: 0.3125rem;
    }
}

.pricing-two.pricing-two-main {
    text-align: left;
    padding-top: 6rem;
}

.pricing-two.pricing-two-main .price {
    padding: 0;
    background-color: transparent;
}

.pricing-two.pricing-two-main .pricing-two-feature-list li span {
    display: inline-block;
}

/* === pricing css end === */
/* === overview css start === */
.overview-section {
    position: relative;
    z-index: 1;
}

.overview-section::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: #fff;
}

@media (max-width: 767px) {
    .overview-section::before {
        height: 140px;
    }
}

.overview-section .overview-section-line {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
    opacity: 0.35;
}

@media (max-width: 991px) {
    .overview-content {
        text-align: center;
    }
}

.overview-content .section-title {
    color: #fff;
}

.overview-content p {
    color: var(--light-200);
    margin-top: 1.25rem;
}

.overview-content .btn {
    margin-top: 2.1875rem;
}

@media (max-width: 991px) {
    .overview-content .btn {
        margin-top: 1.25rem;
    }
}

.overview-item-two {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.125rem 1.25rem 1.75rem 1.25rem;
    background-color: #1B1C28;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

@media (max-width: 575px) {
    .overview-item-two {
        justify-content: center;
    }
}

.overview-item-two .icon {
    width: 3.75rem;
    height: 3.75rem;
    background-color: var(--color1);
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -0.9375rem;
}

.overview-item-two .content {
    width: calc(100% - 60px);
    padding-inline-start: 2.1875rem;
}

@media (max-width: 1199px) {
    .overview-item-two .content {
        padding-inline-start: 1.25rem;
    }
}

@media (max-width: 575px) {
    .overview-item-two .content {
        width: 100%;
        padding-inline-start: 0;
        margin-top: 1.5625rem;
        text-align: center;
    }
}

.overview-item-two .content .amount {
    font-size: 2.625rem;
    font-weight: 700;
    color: var(--color1);
    font-family: var(--display-font);
}

@media (max-width: 1199px) {
    .overview-item-two .content .amount {
        font-size: 2.25rem;
    }
}

@media (max-width: 575px) {
    .overview-item-two .content .amount {
        font-size: 2rem;
    }
}

.overview-item-two .content p {
    color: var(--light-200);
    margin-top: 0.5rem;
}

.overview-wrapper {
    padding-top: 5.625rem;
    position: relative;
    z-index: 2;
    margin-top: 4.375rem;
}

@media (max-width: 1199px) {
    .overview-wrapper {
        margin-top: 1.875rem;
    }
}

@media (max-width: 767px) {
    .overview-wrapper {
        padding-top: 1.875rem;
    }
}

.overview-wrapper-inner {
    position: relative;
    padding: 3.75rem;
    background-color: #fff;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.05);
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1199px) {
    .overview-wrapper-inner {
        padding: 2.5rem;
    }
}

@media (max-width: 767px) {
    .overview-wrapper-inner {
        text-align: center;
    }
}

.overview-wrapper .section-title {
    margin-bottom: 1.25rem;
}

.overview-wrapper .about-bottom-users {
    margin-top: 1.5625rem;
}

@media (max-width: 767px) {
    .overview-wrapper .about-bottom-users {
        justify-content: center;
    }
}

.overview-wrapper .overview-wrapper-shape {
    position: absolute;
    bottom: 0;
    inset-inline-end: 1.5625rem;
    z-index: -1;
}

.overview-wrapper .overview-wrapper-man {
    position: absolute;
    inset-inline-end: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
}

@media (max-width: 767px) {
    .overview-wrapper .overview-wrapper-man {
        display: none;
    }
}

.overview-section-four {
    margin-top: -115px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199px) {
    .overview-section-four {
        margin-top: 5.625rem;
    }
}

@media (max-width: 575px) {
    .overview-section-four {
        margin-top: 3.75rem;
    }
}

.overview-four-content-area {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2.1875rem;
    align-items: center;
}

@media (max-width: 1199px) {
    .overview-four-content-area {
        padding-bottom: 0;
    }
}

.overview-four-content-area h2 {
    font-weight: 600;
}

.overview-four-content-area p {
    font-size: 1.375rem;
    font-weight: 500;
    color: var(--color1);
    margin-top: 0.9375rem;
}

@media (max-width: 575px) {
    .overview-four-content-area p {
        font-size: 1rem;
    }
}

.overview-four-content-area img {
    width: 80px;
}

.overview-four-content-area .overview-four-content {
    width: calc(100% - 80px);
    padding-left: 30px;
}

.overview-four-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.overview-four-wrapper .overview-four-single {
    width: 50%;
    text-align: center;
    padding: 4.375rem 0.9375rem;
}

@media (max-width: 575px) {
    .overview-four-wrapper .overview-four-single {
        padding: 2.5rem 0.9375rem;
    }
}

.overview-four-wrapper .overview-four-single.overview-four-single-dark {
    background-color: var(--dark);
}

.overview-four-wrapper .overview-four-single.overview-four-single-dark h2 {
    color: var(--color1);
}

.overview-four-wrapper .overview-four-single.overview-four-single-color1 {
    background-color: var(--color1);
}

.overview-four-wrapper .overview-four-single.overview-four-single-color1 h2 {
    color: #fff;
}

.overview-four-wrapper .overview-four-single h2 {
    font-size: 4.375rem;
}

@media (max-width: 1399px) {
    .overview-four-wrapper .overview-four-single h2 {
        font-size: 3.25rem;
    }
}

@media (max-width: 575px) {
    .overview-four-wrapper .overview-four-single h2 {
        font-size: 2.25rem;
    }
}

.overview-four-wrapper .overview-four-single p {
    color: #fff;
    font-family: var(--display-font);
    font-weight: 600;
    font-size: 1.375rem;
}

@media (max-width: 1399px) {
    .overview-four-wrapper .overview-four-single p {
        font-size: 1.125rem;
    }
}

@media (max-width: 575px) {
    .overview-four-wrapper .overview-four-single p {
        font-size: 1rem;
    }
}
/* === overview css end === */
/* === gallery css start === */
.gallery-section {
    position: relative;
    overflow: hidden;
}

.gallery-section::before {
    position: absolute;
    /*content: "";*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 210px;
    /*background-color: var(--dark-900);*/
}

.gallery-item {
    position: relative;
}


.gallery-item:hover .content {
    /*bottom: 1.875rem;*/
    opacity: 1;
}

.gallery-item .thumb {
    height: auto;
    overflow: hidden;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
}

@media (max-width: 1399px) {
    .gallery-item .thumb {
        height: auto;
    }
}

@media (max-width: 1199px) {
    .gallery-item .thumb {
        height: auto;
    }
}

@media (max-width: 991px) {
    .gallery-item .thumb {
        height: auto;
    }
}

.gallery-item .thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.header-five-right .header-phone a {
    border: 2px solid;
    background: transparent;
    padding: 10px 25px;
    border-radius: 30px;
}
a.header-bottom-call-btn:hover {
    background: var(--color2);
}
.header-five-right .mobile-menu-open-btn{
    display: none !important;
}

.header-six-bottom .header-phone a {
    border: transparent !important;
    padding: 0px 0px !important;
}
.header-six-bottom .header-phone a i {
    width: 45px;
    height: 45px;
    border: 2px solid;
}
.header-six-bottom .header-phone .call-btn span small {
    line-height: 15px;
}
.header-six-bottom .header-phone a span strong {
    font-size: 14px;
}
.header-six-info-item.flag-usa .header-six-call-btn {
    width: 40px;
    border: 0;
}
.header-six-top .header-six-call-content {
    margin-top: 5px;
}
.header-six-top .header-six-call-content span {
    line-height: 14px;
}

.gallery-item .content {
    z-index:1;
    position: absolute;
    bottom: 0.625rem;
    left: 1.875rem;
    width: calc(100% - 3.75rem);
    padding: 15px 20px;
    background-color: #fff;
    border-radius: var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0px;
    opacity: 1;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item .content .service-text {
        max-width: 80%;
}
.gallery-item .content .service-text h3 a {
        font-size:19px;
        font-weight:600;
}
    .service-item {
    background: #fff;
    padding: 10px 10px;
    border-radius: var(--theme-border-radius);
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    font-weight: 600;
    border-bottom: 6px solid var(
        --color1);
    cursor: pointer;
    transition: 0.3s ease;
}

    .service-item img {
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    .service-item a {
    text-decoration: none;
    color: #000;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
}
.gallery-section.other-service-section {
    background: var(--color2);
} 
.other-service-section .section-title {
    color:#fff;
}
@media (max-width: 1199px) {
    .gallery-item .content {
        left: 0.9375rem;
        width: calc(100% - 1.875rem);
        padding: 1.25rem;
    }
}

.gallery-item .content .gallery-item-btn {
    width: 3.125rem;
    height: 3.125rem;
    background-color: var(--color1);
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
a.gallery-item-btn:hover {
    background-color: var(--color2) !important;
}

.gallery-item.style-md::before {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70%;
    background: linear-gradient(to top, #0B0D26, rgba(217, 217, 217, 0));
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    z-index: 1;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.gallery-item.style-md:hover::before {
    opacity: 1;
}

.gallery-item.style-md .thumb {
    height: 23.75rem;
}

@media (max-width: 1399px) {
    .gallery-item.style-md .thumb {
        height: 19.375rem;
    }
}

@media (max-width: 1399px) {
    .gallery-item.style-md .thumb {
        height: 17.5rem;
    }
}

@media (max-width: 767px) {
    .gallery-item.style-md .thumb {
        height: 13.125rem;
    }
}

.gallery-item.style-md .content {
    z-index: 1;
    background-color: transparent;
    padding: 0;
}

.gallery-item.style-md .content p {
    color: #fff;
}

.gallery-item.style-md .content h3 a {
    color: #fff;
}

.gallery-item.style-md .content h3 a:hover {
    color: var(--color1);
}

.gallery-item.style-md .content .gallery-item-btn {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
}

#galleryTabContent .tab-pane.show .row div[class*=col-] {
    opacity: 1;
    transform: translateY(0);
}

#galleryTabContent .tab-pane .row div[class*=col-] {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.5s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(1) {
    transition-delay: 0.1s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(2) {
    transition-delay: 0.2s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(3) {
    transition-delay: 0.3s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(4) {
    transition-delay: 0.4s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(5) {
    transition-delay: 0.5s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(6) {
    transition-delay: 0.6s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(7) {
    transition-delay: 0.7s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(8) {
    transition-delay: 0.8s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(9) {
    transition-delay: 0.9s;
}

#galleryTabContent .tab-pane .row div[class*=col-]:nth-child(10) {
    transition-delay: 0.1s;
}

.gallery-slider .slick-list {
    margin: 0 -0.9375rem;
}

@media (max-width: 991px) {
    .gallery-slider .slick-list {
        margin: 0 -0.625rem;
    }
}

.gallery-slider .gallery-slide {
    padding: 0 0.9375rem;
}

@media (max-width: 991px) {
    .gallery-slider .gallery-slide {
        padding: 0 0.625rem;
    }
}

.gallery-slider .gallery-slide.slick-active:not(.slick-current) .gallery .thumb {
    border-radius: 0 20px 20px 0;
    -webkit-border-radius: 0 20px 20px 0;
    -moz-border-radius: 0 20px 20px 0;
    -ms-border-radius: 0 20px 20px 0;
    -o-border-radius: 0 20px 20px 0;
}

.gallery-slider .gallery-slide.slick-current ~ .slick-active .gallery .thumb {
    border-radius: 20px 0 0 20px;
    -webkit-border-radius: 20px 0 0 20px;
    -moz-border-radius: 20px 0 0 20px;
    -ms-border-radius: 20px 0 0 20px;
    -o-border-radius: 20px 0 0 20px;
}

.gallery-section-four {
    position: relative;
    z-index: 1;
}

.gallery-section-four .gallery-section-four-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    z-index: -1;
}

/* === gallery css end === */
/* === video css start === */
.video-section-one {
    position: relative;
    z-index: 1;
}

.video-section-one::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 180px;
    background-color: var(--light-100);
    z-index: -1;
}

@media (max-width: 991px) {
    .video-section-one::before {
        height: 120px;
    }
}

@media (max-width: 767px) {
    .video-section-one::before {
        height: 80px;
    }
}

.video-wrapper {
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    overflow: hidden;
    position: relative;
}

.video-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
}

.video-wrapper-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 4.375rem;
    height: 4.375rem;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--color1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.375rem;
}

@media (max-width: 575px) {
    .video-wrapper-btn {
        width: 2.8125rem;
        height: 2.8125rem;
        font-size: 0.875rem;
    }
}
/* === video css end === */
/* === choose css start === */
.choose-section {
    background-color:var(--color2);
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.choose-section-line {
    position: absolute;
    left: 0;
    filter: brightness(100);
    bottom: 0;
    opacity: 0.1;
    z-index: -1;
}

.choose-item {
    padding: 1.25rem 1.875rem;
    background-color: var(--color2);
    border-radius: var(--theme-border-radius);
    box-shadow:0px 0px 3px var(--color1);
    -webkit-border-radius: var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius);
    border-left: 4px solid var(--color1);
}

.choose-item-title {
    color: #fff;
    margin-bottom: 0.75rem;
}

.choose-item p {
    color: #fff;
}

.choose-thumb-one {
    padding-right: 30px;
    position: relative;
}

.choose-thumb-one img {
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
}

.choose-thumb-one::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background-color: var(--color1);
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

.choose-thumb-two {
    display: flex;
    flex-wrap: wrap;
    margin-top: 1.875rem;
}

.choose-thumb-two .content {
    width: 190px;
    background-color: var(--color1);
    display: flex;
    flex-flow: column;
    justify-content: center;
    padding: 1.875rem;
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
}

.choose-thumb-two .content h3 {
    color: #fff;
    font-family: var(--display-font);
    font-weight: 700;
    font-size: 4.125rem;
    margin-top: -0.625rem;
}

.choose-thumb-two .content p {
    color: #fff;
    font-size: 1.125rem;
    font-weight: 500;
}

.choose-thumb-two img {
    width: calc(100% - 190px);
    object-fit: cover;
    -o-object-fit: cover;
    object-position: center;
    -o-object-position: center;
    border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -webkit-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -moz-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -ms-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -o-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
}

/* === choose css end === */
/* === contact css start === */
.contact-item {
    padding: 1.875rem;
    background-color: var(--light-100);
    height: 100%;
}

.contact-item .icon {
    width: 2.5rem;
    height: 2.5rem;
    background-color: #fff;
    color: var(--color1);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 1.25rem;
}

.contact-item .content {
    margin-top: 1.25rem;
}

.contact-item .content p {
    margin-top: 0.9375rem;
}

.contact-item .content a {
    word-break: break-all;
}

.contact-map {
    filter: grayscale(1);
}

.contact-map iframe {
    width: 100%;
    height: 650px;
    border: none;
}

@media (max-width: 1399px) {
    .contact-map iframe {
        height: 550px;
    }
}

@media (max-width: 991px) {
    .contact-map iframe {
        height: 450px;
    }
}

@media (max-width: 575px) {
    .contact-map iframe {
        height: 300px;
    }
}
/* === contact css end === */
/* === how work css start === */
.how-work-wrapper {
    position: relative;
}

.how-work-wrapper::before {
    position: absolute;
    content: "";
    top: 16px;
    left: 30px;
    width: calc(100% - 60px);
    height: 170px;
    background-color: transparent;
    border: 1.5px dashed #D7CDCD;
}

@media (max-width: 991px) {
    .how-work-wrapper::before {
        display: none;
    }
}

.how-work-item {
    position: relative;
    padding: 1.875rem 1.5625rem;
    background-color: #fff;
    border-radius: 0 0 25px 25px;
    -webkit-border-radius: 0 0 25px 25px;
    -moz-border-radius: 0 0 25px 25px;
    -ms-border-radius: 0 0 25px 25px;
    -o-border-radius: 0 0 25px 25px;
    box-shadow: 0 4px 23px rgba(0, 0, 0, 0.07);
    margin-top: 57px;
}

.how-work-item::before {
    position: absolute;
}

.how-work-item:hover .how-work-item-icon .icon-bg-shape.front-shape {
    opacity: 0;
}

.how-work-item:hover .how-work-item-icon .icon-bg-shape.back-shape {
    opacity: 1;
}

.how-work-item-icon {
    width: 95px;
    height: 103px;
    position: relative;
    margin: 0 auto;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.how-work-item-icon .icon-bg-shape {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index: -1;
}

.how-work-item-icon .icon-bg-shape.back-shape {
    opacity: 0;
}

.how-work-item-content {
    text-align: center;
    margin-top: 1.25rem;
}

.how-work-item-content p {
    margin-top: 0.625rem;
}

.how-work-item-title {
    font-family: var(--display-font);
    font-weight: 600;
}

.how-work-item-count {
    position: absolute;
    left: 50%;
    top: -57px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 32px;
    height: 32px;
    background-color: #fff;
    border: 2px solid var(--secondary-two);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: var(--dark);
    font-size: 1.125rem;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

/* === how work css end === */
/* === call and message css start === */
.call-message-section {
    position: relative;
    z-index: 1;
}

.call-message-section .call-message-bg {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%;
    height: calc(100% - 100px);
    z-index: -1;
}

.call-wrapper {
    background-color: var(--color2);
    position: relative;
    padding: 3.75rem 1.875rem;
    z-index: 1;
}

@media (max-width: 1199px) {
    .call-wrapper {
        padding: 2.5rem 1.25rem;
    }
}

.call-wrapper::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 57%;
    height: 100%;
    background-color: var(--color1);
    clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
    z-index: -1;
}

@media (max-width: 1199px) {
    .call-wrapper::before {
        width: 53%;
        clip-path: polygon(0 0, 100% 0, 90% 100%, 0% 100%);
    }
}

.call-wrapper-title {
    font-size: 2.25rem;
    font-weight: 600;
    color: #fff;
    font-family: var(--display-font);
}

@media (max-width: 1199px) {
    .call-wrapper-title {
        font-size: 1.75rem;
    }
}

.call-wrapper-details {
    color: #fff;
    font-weight: 500;
    margin-top: 0.9375rem;
}

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

.call-item-icon {
    color: var(--color1);
    width: 90px;
    font-size: 48px;
    height: 90px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

@media (max-width: 1199px) {
    .call-item-icon {
        width: 70px;
        height: 70px;
    }
}

.call-item-icon img {
    max-height: 80px;
}

@media (max-width: 1199px) {
    .call-item-icon img {
        max-height: 40px;
    }
}

.call-item-content {
    width: calc(100% - 90px);
    padding-left: 1.25rem;
}

@media (max-width: 1199px) {
    .call-item-content {
        width: calc(100% - 70px);
    }
}

.call-item-time {
    color: #fff;
    margin-bottom: 0;
}

.call-item-number {
    font-size: 2.25rem;
    font-weight: 600;
}

@media (max-width: 1199px) {
    .call-item-number {
        font-size: 1.75rem;
    }
}

.call-item-number a {
    color: #fff;
}

.call-item-number a:hover {
    color: var(--color1);
}

.message-wrapper {
    margin-top: 2.5rem;
    position: relative;
}

.message-content-area {
    margin-top: 2.8125rem;
}

.message-content-area .message-details {
    margin-top: 1.25rem;
}

.message-content-area .message-content-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.9375rem;
    margin-top: 3.4375rem;
}

.message-list-item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 2.1875rem;
}

.message-list-item-thumb {
    width: 148px;
}

.message-list-item-list {
    width: calc(100% - 148px);
    padding-left: 1.25rem;
}

@media (max-width: 575px) {
    
    .message-list-item-list {
        width: 100%;
        padding-left: 0;
        margin-top: 20px;
    }
}

.message-list-item .check-list li + li {
    margin-top: 0.625rem;
}

.message-list-item .check-list li {
    color: var(--dark);
    font-weight: 500;
}

.message-thumb {
    position: relative;
    z-index: 1;
}

.message-thumb::before {
    position: absolute;
    content: "";
    top: 20%;
    right: 0;
    width: 320px;
    height: 320px;
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: -1;
}

.message-item-wrapper {
    position: absolute;
    width: 43%;
    bottom: 0;
    right: 0;
    background-color: var(--secondary-two);
    padding: 1.875rem 3.75rem;
    z-index: 1;
    border-radius: 35px 0 0 0;
    -webkit-border-radius: 35px 0 0 0;
    -moz-border-radius: 35px 0 0 0;
    -ms-border-radius: 35px 0 0 0;
    -o-border-radius: 35px 0 0 0;
}

@media (max-width: 1700px) {
    .message-item-wrapper {
        width: 52%;
    }
}

@media (max-width: 1399px) {
    .message-item-wrapper {
        width: 57%;
        padding: 1.25rem 1.875rem;
    }
}

@media (max-width: 1199px) {
    .message-item-wrapper {
        position: static;
        width: 100%;
    }
}

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

.message-item-icon {
    width: 80px;
    height: 80px;
    background-color: #fff;
    color: var(--color1);
    font-size: 1.75rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.header-six-bottom.active {
    width: 100%;
    background: var(--color1);
    top: 0;
    position: fixed;
}
section.banner-section.jerk-set {
    margin-top: 32px;
}
section.map-area.jerk-set {
    margin-top: 32px;
}
@media (max-width: 1399px) {
    .message-item-icon {
        width: 60px;
        height: 60px;
        font-size: 1.5rem;
    }
}

.message-item-content {
    width: calc(100% - 80px);
    padding-left: 1.25rem;
}

@media (max-width: 1399px) {
    .message-item-content {
        width: calc(100% - 60px);
    }
}

.message-item-caption {
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
}

.message-item-contact {
    font-weight: 500;
    font-size: 1.25rem;
    color: #fff;
}

@media (max-width: 1399px) {
    .message-item-contact {
        font-size: 1rem;
    }
}

.message-item-contact a {
    color: #fff;
}

/* === call and message css end === */
/*# sourceMappingURL=main.css.map */


.help_line.me-2.me-lg-3 {
    color: #fff;
}
i.fas.fa-info-circle.cursor-pointer.me-1 {
    cursor: pointer !important;
}
ul.header-menu.header-five-menu.header-six-menu li a {
    font-size: 16px;
    padding-right: 0;
    padding-left: 0;
    font-weight: 500;
}
.header-menu.header-five-menu.header-six-menu > li > a {
    letter-spacing: 0.8px;
}

/* Add | to all header-menu links, except inside .dropmenu */
.header-menu > li > a::after {
    content: "";
    margin: 0 15px;
    color: #fff;
    font-weight: normal;
}

/* Remove | from the last main li */
.header-menu > li:last-child > a::after {
    content: none;
}

section.banner-section .banner-img img {
    border-radius: var(--theme-border-radius);
}
.choose-section .choose-section-content {
    color:#fff
}
.choose-section .choose-section-content h3 {
    margin-bottom: 10px;
    margin-top: 10px;
    font-family: var(--display-font);
    font-weight: 600;
    font-size: 28px;
    color: #fff;
}
section.choose-section p {
    color: #fff;
}
section.choose-section h2 {
    margin-bottom:20px;
}
.accordion-item:first-of-type>.accordion-header .accordion-button {
     border-top-left-radius: var(--theme-border-radius) !important; 
     border-top-right-radius: var(--theme-border-radius) !important; 
}
.accordion-item:last-of-type {
    border-bottom-right-radius: var(--theme-border-radius) !important;
    border-bottom-left-radius: var(--theme-border-radius) !important;
}
.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
     border-bottom-right-radius: var(--theme-border-radius) !important; 
     border-bottom-left-radius: var(--theme-border-radius) !important; 
}
/*services section css*/

.main-services-sec::before {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    background-color: #0003;
}
.all-services-list .services_all {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(4,1fr);
    padding-left: 0;
    margin-bottom: 0;
}
ul.services_all {
    column-count: 3;
}
.all-services-list .services_all li {
    min-height: 60px;
    position: relative;
    list-style: none;
    text-align: left;
    background: #ffffffab;
    border-radius: var(--theme-border-radius);
    display: flex;
}
.all-services-list .services_all li:before {
    width: 62px;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: var(--color1);
    z-index: 0;
    border-radius: var(
    --theme-border-radius) 0 0 var(--theme-border-radius);
}
.all-services-list .services_all li img {
    width: 62px;
    overflow: hidden;
    filter: invert(100%) brightness(1000%) contrast(1000%);
    padding: 5px 10px 5px 10px;
    height: 55px;
}
.all-services-list .services_all li a {
    color: #000000;
    padding: 20px;
    display: flex;
    font-size: 16px;
    line-height: 1.2em;
    margin: auto;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.all-services-list .services_all li a {
    padding: 10px;
    margin: 0;
}
.main-services-sec h2 {
    color: #fff;
    text-align: center;
    margin-bottom: 4px;
}
.main-services-sec p {
    color: #fff;
    text-align: center;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
}

/*city map info*/
section.choose-us, .certificates-area, section.service_single_area.section_padding, .rts-section-gap, .rts-call-to-action-two, .rts-problem-solution-area, section.blog-single-area, section.banner-bottom-service {
    padding: 70px 0;
}
.single-sidebar .title h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 0px;
    padding: 10px 30px;
    background: var(--color1);
    color: #fff;
    border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;
}
.single-sidebar {
    background: #f2f3f6;
    padding: 0px;
    border-radius: var(--theme-border-radius);
    border: 1px solid #f2f3f6;
    height: 100%;
}
.sidebar-search-box {
    height: 88%;
}
.single-sidebar .sidebar-search-box {
    border-radius:var(--theme-border-radius);
    background: #f2f3f6;
    padding: 20px;
}
.wiki-p h3 {
    display: none;
}
.sidebar-search-box iframe {
    height: 200px;
}
.sidebar-search-box .wikibox img {
    margin-top:10px;
    width: 100%;
    border-radius:var(--theme-border-radius);
}



.process-style-row {
    align-items: stretch !important;
}

/* Make all Bootstrap columns flex containers */
.process-style-row > [class*="col-"] {
    display: flex !important;
    padding-right: 30px;
    margin-bottom: 55px;
}

/* ----------------------------------
   CARD STYLING
---------------------------------- */

.process-style1 {
    border-radius: 10px;
    position: relative;
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    background-color: #f3f4f6;
    text-align: center;
    padding: 30px 30px 22px 30px;
    margin: 0 !important;
}

/* Border box */
.process-style1::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 30px;
    right: 25px;
    bottom: -20px;
    border-radius: 10px;
    border: 2px dashed var(--color1);
    z-index: -1;
    transition: all ease .4s;
}

/* Step number badge */
.process-style1 .process-number {
    position: absolute;
    left: 20px;
    top: -25px;
    font-size: 24px;
    font-weight: 700;
    background-color: var(--color2);
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 100%;
    display: inline-block;
}

/* Step number triangle */
.process-style1 .process-number::before {
    /*content: "";*/
    position: absolute;
    right: -10px;
    top: 0;
    height: 25px;
    width: 10px;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background-color: inherit;
}

/* Title */
.process-style1 .process-name {
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 10px;
    font-family:var(--display-font);
}

/* Push text down for equal height layout */
.process-style1 .process-text {
    text-align: left;
    /* margin-top: auto; */
    margin-bottom: 20;
}
@media(max-width: 576px){
   
    .process-style-row > [class*="col-"] {
    padding-left: 50px;
    margin-bottom: 65px;
    padding-right: 25px;
}
.process-style-row > [class*="col-"]:last-child {
    margin-bottom: 20px !important;
}

}
/*process section css ends*/








.service-sidebar .sidebar-wrapper .single-sidebar:first-child {
    margin-bottom: 30px;
}
.service-sidebar .sidebar-wrapper .single-sidebar:nth-child(2) {
    margin-bottom: 30px;
}

.page-single.main-service-content ul li::before {
    content: none;
}
.page-single.main-service-content ul li {
    padding-left: 0 ;
    list-style: disc ;
}
.page-single.main-service-content ul {
    padding-left: 20px;
}

.main-service-content .custom-btn-cta {
    background: var(--color1);
    color: #fff;
    padding: 15px 25px;
    font-weight: 600;
    border-radius: var(--theme-border-radius);
}
.main-service-content .custom-btn-cta:hover {
    background: var(--color2);
}

.main-service-content h2 {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 5px;
    font-family: var(--display-font);
}
.main-service-content h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--display-font);
}
.main-service-content p {
    margin-bottom: 10px;
}
.main-service-content img {
    border-radius:var(--theme-border-radius);
    margin-bottom: 10px;
}
.service-banner .container .row .col-lg-7{
    z-index:99;
}
.service-banner .bread-crum a {
    font-weight: 500;
    font-size: 18px;
    color: #fff;
}
.service-banner .bread-crum i {
    font-size: 14px;
    padding: 0 5px;
    color: #fff;
}
.service-banner .banner-title {
    font-size: 60px;
    line-height:70px;
}
.service-banner p {
    margin-top: 15px;
    font-size: 16px;
    color: #fff;
}
.service-banner .banner-btns{
    margin-top:15px;
}
.service-banner {
    padding-top: 100px;
    padding-bottom: 100px;
}
.common-bnrs{
    padding-top: 90px;
    padding-bottom: 70px;
}
.error-content .ttm-big-icon i {
    font-size: 150px;
    color: var(--color2);
    margin-bottom: 35px;
}
.error-content.text-center .btns-box a {
    background: var(--color1);
    color: #fff;
    padding: 10px 20px;
    border-radius: var(--theme-border-radius);
    margin-top:10px;
}
.error-content.text-center .btns-box a:hover {
    background: var(--color2);
}
/*blog side bar css*/

        .blog-cta-box {
    background: none;
    padding: 0;
    border-radius: 0;
    text-align: center;
}

.blog-cta-box .cta-logo img {
    width: 220px;
    height: auto;
    margin: 0 auto 15px;
    display: block;
    min-height:70px;
}

.blog-cta-box .cta-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.blog-cta-box .cta-text {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
    line-height: 1.5;
}

.blog-cta-box .cta-phone {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
}

.blog-cta-box .cta-phone i {
    margin-right: 6px;
    color: var(--color1);
}

.blog-cta-box .cta-phone a {
    font-weight: 700;
    font-size: 18px;
    color: #000;
    text-decoration: none;
}

.blog-cta-box .cta-btn {
    display: block;
    background: var(--color1);
    color: #fff;
    padding: 12px 0;
    width:50%;
    margin:0 auto;
    font-size: 16px;
    border-radius: var(--theme-border-radius);
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}
.blog-cta-box .cta-btn:hover{
    background:var(--color2);
}
.blog-sidebar .blog-sidebar-box:first-child{
    margin-bottom:20px;
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .home-info .single-sidebar .wiki-p .wikibox img {
    width: 40%;
    margin-top: 0px;
}
    
}


@media (min-width: 992px) and (max-width: 1199px) {
    .home-info .single-sidebar .wiki-p .wikibox {
    display: block;
}
    .home-info .single-sidebar .wiki-p .wikibox img {
    height: 150px;
    width:100%;
    object-fit: cover;
}
}
@media (min-width: 1200px) and (max-width: 1580px) {

    .video-bg-bnr .image-frame-right {
        max-width: 460px;
        height: 100%;
        /* overflow: hidden;  */
    }

    .video-bg-bnr .image-frame-right .banner-img {
        height: 100%;
    }

    .video-bg-bnr .image-frame-right img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* THIS removes extra space */
        /* display: block; */
    }
}

@media (min-width: 992px) and (max-width: 1440px) {
    
   .image-frame-right::before {
    right: 0px !important;
}
.image-frame-right {
    padding: 15px 25px 15px 0px !important;
}

.service-banner .image-frame-right {
    padding: 15px 25px 15px 0px !important;
}

    
}
@media(min-width: 1199px){
    .blog-details-wrapper .bul-2{
    column-count:2;
}
.blog-details-wrapper .bul-2 li{
    margin-bottom:5px;
}
.blog-details-wrapper .bul-3{
    column-count:3;
}

.blog-details-wrapper .bul-3 li{
    margin-bottom:5px;
}
.header-six-bottom .header-phone a span strong {
    font-size: 18px;
}
.banner-section .banner-btns .call-btn span strong {
    font-weight: 500;
    font-size: 20px;
}


}

@media(min-width: 992px){
    .chpz-0{
        padding:0px;
    }
    .accordian-service .accordion {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 15px;
}
.accordian-service .accordion-item{
    max-height: fit-content;
}
.header-six-bottom-row {
    padding: 0 55px !important;
}


}
@media(max-width: 1366px){
  
.banner-section .banner-title {
    color: #fff;
    font-size: 50px;
}
}
@media(max-width: 1024px){

.awards-img-box ul li {
    padding: 20px 5px !important;
}
    
    .all-services-list .services_all {
    grid-template-columns: repeat(3,1fr);
}
.main-services-sec p {
    width: 100%;
}
.brand-box img{
    padding:10px 20px !important;
}

    
}
@media(max-width: 992px){
    
    .header-six-bottom .col-auto:first-child {
    display: none;
}
.header-six-bottom .col-auto.chpz-0 {
    padding: 7px 0;
    width: 100%;
}
.header-five-right .mobile-menu-open-btn {
    display: block !important;
}
.header-six-bottom .header-five-right {
    justify-content: space-between;
    padding: 0 18px;
}

.banner-section .image-frame-right {
    margin-top: 1.5rem;
}
.banner-section {
    padding-top: 80px !important;
    padding-bottom: 60px !important;
}
.about-three-content .check-list {
    margin: 0;
}
.check-list li {
    margin-top: 10px !important;
}
.about-three-content .call-btn {
    margin-top: 15px ;
}
.about-section-three .row-revers {
    flex-direction: column-reverse;
}
.awards-img-box {
    margin-top: 20px;
}
.awards-img-box ul li {
    padding: 25px 15px !important;
}
.awards-img-box ul {
    justify-content: space-between !important;
}
.faq-img::after {
    height: 80%;
}
.trusted-section .row {
    flex-direction: column;
}
.accordion-item + .accordion-item {
    margin-top: 15px;
}
.banner-btns span {
    text-align: left;
}

}
.row.header-six-bottom-row .header-five-right .mb-btm-logo {
    display: none;
}

@media(max-width: 767px){
   
    
    .process-style1 .process-name {
    font-size: 24px;
}
    
    .home-info .single-sidebar .wiki-p .wikibox {
    display: block;
}
.home-info .single-sidebar .wiki-p .wikibox img {
    width: 100%;
    margin-top: 10px;
}
.sidebar-search-box iframe {
    height: 350px;
}
    
    .bottom-cta {
    flex-direction: column;
    display: flex;
    gap: 10px;
    padding-bottom:20px;
}
.bottom-cta .email {
    margin-left: 0px !important;
}
    .service-banner .bread-crum a {
    font-size: 16px;
}
   
    .service-four {
    padding: 15px;
}
.service-four h3 {
    font-size: 24px;
}
.service-four p {
    margin-top: 10px;
}
.choose-item {
    padding: 15px;
}
    .choose-section .choose-section-content h3 {
    font-size: 24px;
}
.accordion-item .accordion-body {
    padding: 15px;
}
    .call-wrapper {
    text-align: left;
}
    .header-top.header-six-top .row .col-auto:first-child {
    width: 100%;
    text-align:center;
    
}
.testimonial-section .owl-stage-outer {
    margin-right: 0;
}
    
    .image-frame-right {
    padding: 25px 25px 25px 0px !important;
}

.image-frame-right::before {
    right: 0px !important;
}

    .col-auto.chpz-0 {
    padding: 7px 0;
}
    .header-six-bottom .col-auto:first-child {
    display: none;
} 
.header-six-bottom .col-auto.chpz-0 {
    padding: 7px 0;
    width: 100%;
}

.header-six-bottom .header-five-right {
    justify-content: space-between;
    padding:0 20px;
}
    .service_single_area .single-sidebar .sidebar-search-box iframe{
        height:450px;
    }
    .single-sidebar .title h3 {
    padding: 10px 15px;
}
    .accordion-item .accordion-header .accordion-button {
    /*border-radius: var(--theme-border-radius) var(--theme-border-radius) 0 0;*/
    padding: 15px;
    padding-right:10px;
}
    .call-message-section {
    text-align: center;
}
    .call-item {
        justify-content: center;
    text-align: left;
}
    .choose-thumb-one {
    padding-right: 0px;
    border-radius:var(--theme-border-radius);
}
    section.banner-section.jerk-set {
    margin-top: 28px;
}
section.map-area.jerk-set {
    margin-top: 28px;
}
.banner-section{
    margin-top:unset;
}
.all-services-list .services_all {
    grid-template-columns: repeat(2,1fr);
}
    .header-five-right .mobile-menu-open-btn {
    display: block !important;
}


.header-six-xs-logo {
    width: 150px;
}
.service_single_area .col-md-6:not(:last-child) {
    margin-bottom: 30px;
}
.gallery-item .content .service-text h3 a {
    font-size: 16px;
}
.gallery-item .content .service-text {
    max-width: 100%;
}
a.gallery-item-btn {
    display: none !important;
}
.banner-section {
    padding-bottom: 3.5rem;
    padding-top: 3.5rem;
}
.banner-section .image-frame-right{
    margin-top: 1.5rem;
}
.pt-80 {
    padding-top: 40px !important;
}
.pb-80 {
    padding-bottom: 40px !important;
}
.about-section-three .row-revers {
    flex-direction: column-reverse;
}
section.choose-section .choose-thumb-two {
    display:none;
}
.call-wrapper .call-item-icon {
    width: 55px;
    height: 55px;
    font-size:30px;
}
.call-wrapper .call-item-time {
    color: #fff;
    margin-bottom: 0;
}
.accordion-item {
    margin-bottom: 15px;
    border-radius: var(--theme-border-radius) !important;
}
:root {
    --theme-border-radius:15px;
}
.banner-btns span{
    text-align:left;
}
.rts-solution-left-area-left {
    padding-right: 0px !important;
    padding-top: 30px;
}
.rts-problem-solution-area .row-reverse {
    flex-direction: column-reverse;
}
.header-six-bottom {
    border-radius: 100%;
    padding: 0px 13px;
    background: transparent;
    margin-bottom: -34px;
}
.header-six-bottom.active {
    border-radius: 0px !important;
}

.header-six-top .container .row .col-auto .logo{
    display:none;
}
.row.header-six-bottom-row .header-five-right .header-phone {
    display: none !important;
}
.row.header-six-bottom-row .header-five-right .mb-btm-logo{
    display:block;
}
.row.header-six-bottom-row .header-five-right .mb-btm-logo img{
    width: 160px;
    min-height:51px;
}
.other-service-section .service-item a {
    font-size: 16px;
}
.header-six-top .header-six-info-item .header-six-call-content .header-six-call-number{
    font-size: 14px;
}
.header-six-top .header-six-call-content span {
    line-height: 10px;
}
.header-six-top .header-six-call-text {
    font-size: 12px;
}
.header-six-top .container.gx-0 .row.align-items-center.justify-content-between{
    justify-content: center !important;
}
.header-six-info .header-six-call-btn {
    width: 35px;
    height: 35px;
    align-items: center;
}

.header-six-info-item.flag-usa .header-six-call-btn {
    width: 35px;
    height: 35px;
}
.header-six-top .header-six-info {
    gap: 20px;
    padding: 5px 0px
}


.awards-img-box ul {
    flex-direction: row;
}

}

@media(max-width: 576px){
    .th-social {
    margin-left: 0;
}
    .blog-details-wrapper .blog-meta {
    margin-bottom: 10px;
}
    .brand-box img {
    padding: 10px 15px !important;
}
    .awards-img-box ul li a img {
     min-width: 78px !important; 
     min-height: 78px !important; 
}
    
    .header-six-bottom .header-five-right {
    padding: 0 0px !important;
}
    .site-header .header-top .logo img {
    width: 180px;
    min-height:58px !important;
}
.header-six-bottom .col-auto.chpz-0 {
    padding: 7px 30px;
}
.header-five-right .header-phone a {
    font-size: 16px;
    font-weight:700;
    padding: 10px 20px;
}
.header-six-top {
    padding: 5px 15px !important;
}

    .footer-bottom-area p {
    text-align: center;
    color: #fff !important;
}
    .choose-thumb-one::after {
    background-color: transparent;
}
.choose-thumb-one::after {
    background-color: transparent;
}
.choose-thumb-one img {
    border-radius: var(--theme-border-radius) !important;
}
.choose-thumb-one .main-content-image {
    border-radius: var(--theme-border-radius) !important;
}
    .bread-crum {
    margin-bottom: 10px;
}

    .main-service-content h3 {
    font-size: 22px;
}

.main-service-content h2 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    font-family: var(--display-font);
}
       section.banner-section.jerk-set {
    margin-top: 32px;
}
section.map-area.jerk-set {
    margin-top: 32px;
}
    .all-services-list .services_all {
    grid-template-columns: repeat(1,1fr);
}
.faq-section-one .faq-img {
    padding-inline-end: 2.9rem;
} 
.faq-section-one .faq-img img{
    border-radius:var(--theme-border-radius) !important;
}

.faq-section-one .faq-img::after {
    display:none;
}
.accordion-item + .accordion-item {
    margin-top: 0.875rem;
}
.call-item-number {
    font-size: 1.45rem;
}
.call-wrapper::before {
    background-color: var(--color2);
}
img.about-section-three-el {
    display: none;
}
.check-list li {
    margin-top: 10px;
}
.check-list li + li {
    margin-top: 10px;
}
.about-three-content .call-btn {
    margin-top: 15px;
}
.gallery-item .content {
    padding: 10px 15px;
}
.scroll-to-top {
    display:none !important;
}
.section-top {
    padding-bottom: 1rem;
}
section#water_damage_services {
    scroll-margin-top: 40px !important;
}
.about-three-thumb-content {
    inset-inline-end: 0.4rem;
    bottom: 40px;
}
.modal-text h2 {
    font-size: 26px;
}



}


section#water_damage_services {
    scroll-margin-top: 60px;
}

/*shift layer css starts*/
.main-content-image {
    position: relative;
    max-width: 100%;
    overflow: hidden;
    background: #dfdfdf;
    aspect-ratio: 1 / 1;
    border-radius:var(--theme-border-radius);
    /*display:inline-block;*/
}
.common-bnrs .main-content-image {
        aspect-ratio: 600 / 300;
}
.common-bnrs .main-content-image img,
.common-bnrs .main-content-image{
    border-radius:var(--theme-border-radius) !important;
}
 .service-banner:not(.common-bnrs) .main-content-image {
    aspect-ratio: 1 / 1 !important;
}
.main-content-image .shimmer-layer {
    position: absolute;
    inset: 0;
    z-index: 1;
    background: linear-gradient(100deg, #f0f0f0 20%, #e0e0e0 50%, #f0f0f0 80%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite linear;
    pointer-events: none;
}
 
@keyframes shimmer {
  0% { background-position: -200% 0; }
  100% { background-position: 200% 0; }
}
 
.main-content-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 1;
}
 
.main-content-image.img-error {
    background: #e0e0e0;
}

.site-header .header-top .logo img{
    min-height:80px;
}

.about-three-thumb .main-content-image {
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
}
.gallery-section .gallery-item .main-content-image{
        aspect-ratio: 410 / 330;
}
.choose-thumb-one .main-content-image {
    aspect-ratio: 570 / 292;
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
}
.choose-thumb-two .main-content-image {
    aspect-ratio: 410 / 250;
    border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    flex:1;
}
.choose-thumb-two .main-content-image img{
    aspect-ratio: 410 / 250;
}
.faq-section-one .faq-img .main-content-image {
    border-radius: var(--theme-border-radius);
}

.footer-section-three .footer-top .footer-logo{
    min-height:80px;
}
.blog-one .thumb{
    aspect-ratio: 416 / 231;
}

.awards-img-box ul li a img {
    min-width: 145px;
    min-height: 145px;
}


/*.banner-section .image-frame-right .main-content-image img{*/
/*   aspect-ratio: 600 / 600;*/
/*}*/
/*.banner-section .image-frame-right .main-content-image{*/
/*   aspect-ratio: 600 / 600;*/
/*}*/




/*shift layer css ends*/


.image-frame-right {
    padding: 25px 0 25px 20px;
    position: relative;
    overflow:visible;
    aspect-ratio: 1 / 1;
}
@media(min-width: 992px){
    .image-frame-right {
    aspect-ratio: 526 / 556;
}
.service-banner .image-frame-right {
    aspect-ratio: 526 / 472;
}
}

.image-frame-right::before {
    position: absolute;
    content: "";
    top: 0px;
    right: -27px; /* RIGHT SIDE instead of left */
    width: calc(100% - 29px);
    height: 100%;
    border: 4.5px solid var(--color1);
    border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -webkit-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -moz-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -ms-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    -o-border-radius: 0 var(--theme-border-radius) var(--theme-border-radius) 0;
    z-index: 1;
}

section.banner-section .banner-img img {
    border-radius: 0px var(--theme-border-radius)  var(--theme-border-radius) 0px;
}
section.banner-section .main-content-image {
    border-radius: 0px var(--theme-border-radius)  var(--theme-border-radius) 0px;
}


/*seting one page css*/
.rts-solution-left-area-left .thumbnail{
    position: relative;
    z-index: 1;
    padding: 27px 0 27px 27px;

}
.rts-solution-left-area-left .thumbnail .main-content-image{
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);

}
.rts-solution-left-area-left {
    padding-right: 50px;
}
.rts-solution-left-area-left .thumbnail::before{
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: calc(100% - 35px);
    height: 100%;
    border: 4.5px solid var(--color1);
    border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -webkit-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -moz-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -ms-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    -o-border-radius: var(--theme-border-radius) 0 0 var(--theme-border-radius);
    z-index: -1;
}

p{
    color:#1c1c1c;
}
.service-about .about-three-content ul li::before {
    position: absolute;
    top: 0.3125rem;
    left: 0;
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    content: "\f058";
    font-size: 1rem;
    color: var(--color1);
    line-height: 1;
}
.service-about .about-three-content ul li {
    color:#1c1c1c;
    margin-top:10px;
    position: relative;
    padding-left: 1.875rem;
}
.service-about .about-three-content strong {
    font-weight:600;
}
.service-about .about-three-content .call-btn {
    margin-top:15px;
}
.service-about .about-three-content .call-btn i {
    color: var(--color1);
}
.service-about .about-three-content .call-btn span {
    color: #1c1c1c;
}
.bottom-cta .call-btn i {
    color: var(--color1);
}
.service-about .about-three-content .call-btn span {
    color: #1c1c1c;
}
.bottom-cta {
    display: flex;
}
.bottom-cta .email{
    margin-left: 10px;
}


.page-content-box.new-content-estimate {
    margin: 20px 0;
    /* display: flex; */
    flex-direction: column;
    border-left: 5px solid var(--color2);
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    background: #fff;
    padding: 15px 30px 15px;
    color: #fff;
    border-radius: var(--theme-border-radius);
}

.main-service-content .main-content-image{
    aspect-ratio: 860 / 400;
    
}
.service-sidebar .sidebar-search-box iframe{
    height:450px;
}
/*call box css*/
/* Mobile Call Bar */
.mobile-call-bar {
    background: var(--color1);
    padding: 10px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    display: none; /* Hidden by default, visible on mobile */
    box-shadow: 0 -4px 12px rgba(0,0,0,0.15);
}

/* Phone Icon Circle */
.mobile-call-bar .call-icon {
    width: 48px;
    height: 48px;
    background: var(--color2);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mobile-call-bar .call-icon i {
    color: #fff;
    font-size: 22px;
}
.mobile-call-bar .call-text a:hover {
    color: #fff;
    text-decoration: underline;
}
/* Text */
.support-text {
    font-size: 13px;
    color: #fff;
    opacity: 0.9;
}

.call-number {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    display: block;
    margin-top: -3px;
    text-decoration: none;
}

/* AI Logo */
.call-ai-logo img {
    width: 38px;
    height: 38px;
    object-fit: contain;
}

/* SHOW ONLY ON MOBILE */
@media (max-width: 576px) {
    .blog-posts .single-blog-style2 .bottom-cta a i {
    height: 45px;
    font-size: 16px;
    width: 45px;
}

.blog-posts .single-blog-style2 .bottom-cta a span strong{
    font-size: 14px !important;
}
    
    .mobile-call-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

/* Prevent content hiding behind the bar */
@media (max-width: 576px) {
    .mobile-call-bar{
        display :block !important;
    }
    .call-left.d-flex.align-items-center {
    justify-content: center !important;
}
    body {
        padding-bottom: 78px;
    }
}

.footer-i {
    cursor: pointer !important;
    margin-left: 4px !important;
    color: #fff !important;
    font-size: 12px !important;
}
.header-links {
    padding-top: 20px;
}
.service-banner .header-links {
    padding:0;
    margin-top: 15px !important;
    margin-bottom: 20px !important;
}
.header-links {
    margin-bottom: 15px;
}
.header-links li {
    display: inline-block;
    position: relative;
    font-size: 14px;
    font-weight: 400;
}
.rating-header span {
    display: inline-block;
    min-width: 90px;
}
.header-links li, .header-links span, .header-links p, .header-links a {
    color: #fff;
}
li.rating-header img {
    margin: 0 7px 0 0;
    width: 85px;
}
/*brands css*/
.brands-section {
  background: var(--color2); 
}

.brand-box {
  background: #fff;
  /*padding: 15px 30px;*/
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  transition: 0.3s;
}

.brand-box img {
    background: #fff;
    padding: 10px 30px;
    border-radius: var(--theme-border-radius);
    object-fit:contain;
}

.brands-section h2 {
  font-weight: 700;
  color: #ffffff;
}



.awards-img-box {
                
    position: relative;
    display: block;
}
.awards-img-box ul {
    padding-left: 0px;
    display: flex;
    justify-content: center;
    gap: 10px;
}
.awards-img-box ul li {
    list-style: none;
    border: 1px solid var(--color2);
    border-radius: 10px;
    padding: 31px 12px;
}
.awards-img-box ul li a {
    position: relative;
    display: inline-block;
}
@media(max-width: 768px){
    .footer-bottom-area .col-auto.pt-0 {
    display: none;
}
    
 
.awards-img-box ul li {
    text-align: center;
}
}

.trusted-section-content .custom-btn a {
    background: var(--color1);
    color: #fff;
    padding: 15px 25px;
    font-weight: 600;
    margin-top: 15px;
    border-radius: var(--theme-border-radius);
}
.trusted-section-content .custom-btn a:hover{
    background: var(--color2);
}

/*testimonial section css*/

        .testimonial-two__single {
                position: relative;
                display: block;
                background-color: #fff;
                box-shadow: 0px 5px 4px #f2f3f6;
                padding: 30px 25px 0px;
                border-radius: var(--theme-border-radius);
                border-top: 5px solid var(--color1);
                transition: all 500ms ease;
                z-index: 1;
            }

        .testimonial-two__img {
    position: absolute;
    top: -25px;
    background: #fff;
    right: 50px;
    height: 45px;
    text-align: center;
    width: 50px;
    border-radius: 50%;
    box-shadow: 0px 10px 60px 0px rgb(0 0 0 / 7%);
    z-index: 1;
}

        .testimonial-two__img:before {
            background-color: var(--color1);
            border-radius: 101px 101px 0 0;
            content: "";
            height: 50%;
            left: -2px;
            right: -2px;
            top: -5px;
            position: absolute;
            z-index: -1;
        }

        .owl-carousel .owl-item img {
            display: block;
            width: 100%;
        }

        .testimonial-two__rating {
            position: absolute;
            display: flex;
            align-items: center;
            gap: 5px;
            left: 50%;
            bottom: -30px;
            transform: translateX(-50%);
        }

        .testimonial-two__rating span {
            position: relative;
            display: inline-block;
            font-size: 16px;
            color: var(--color1);
        }

        .testimonial-two__client-info {
            position: relative;
            display: flex;
            align-items: flex-start;
            gap: 30px;
            margin-bottom: 22px;
        }

        .testimonial-two__client-content {
            position: relative;
            display: block;
        }

        .testimonial-two__client-name {
            color:#000;
            font-size: 22px;
            font-weight: 700;
            line-height: 22px;
        }

        .testimonial-two__client-name a {
            color: #000;
        }

        .testimonial-two__quote {
            position: absolute;
            bottom: 50px;
            left: 170px;
            z-index: 1;
        }

        .testimonial-two__quote span {
            position: relative;
            display: inline-block;
            font-size: 120px;
            line-height: 120px;
            color: #f2f3f6;
            opacity: .05;
            font-weight: 900;
        }

       .testimonial-two__img:before {
    background-color: #fff;
    border-radius: 101px 101px 0 0;
    content: "";
    height: 50%;
    left: 0px;
    right: 0px;
    top: -4px;
    position: absolute;
    z-index: -1;
}
.testimonial-two__img img {
    height: 40px;
    width: 40px !important;
    margin-left: 5px;
}
.testimonial-two__client-content {
    display: flex;
    align-items: center;
    gap: 10px;
}
.testimonial-two__client-content .testimonial-two__client-first-alphabet {
    background: var(--color2);
    width: 30px;
    color: #fff;
    line-height: 33px;
    height: 30px;
    text-align: center;
    border-radius: var(
    --theme-border-radius);
    align-items: center;
}

/* 1 */
.owl-item:nth-child(odd)
.testimonial-two__client-first-alphabet {
    background: #1a73e8;
}
 
/* 2 */
.owl-item:nth-child(even)
.testimonial-two__client-first-alphabet {
    background: #ea4335; 
}
 
/* 3 */
.owl-item:nth-child(3n + 1)
.testimonial-two__client-first-alphabet {
    background: #fbbc05;
}





        .testimonial-two__img img {
            width: 100%;
            border-radius: 50%;
        }

        .testimonial-section .owl-stage-outer {
            margin-right: -10px;
            padding: 25px 5px 10px;
        }

        /* for equal heught css */
        /* make owl items same height */
#testimonial2 .owl-stage,
#testimonial2 .owl-stage .owl-item {
    display: flex !important;
}

#testimonial2 .item {
    display: flex;
    height: 100%;
}

#testimonial2 .testimonial-two__single {
    display: flex;
    flex-direction: column;
    flex: 1;
    position: relative;
}

/* push quote to bottom */
.testimonial-two__quote {
    margin-top: auto;
    position: relative;
}

/* push text up */
.testimonial-two__text {
    margin-bottom: 20px;
}

.service-sidebar .single-sidebar .title h3 {
    padding: 10px 20px;
}
.sidebar-content.sidebar-form {
    padding: 20px 20px 0px 20px;
}
.sidebar-content.sidebar-form .input-group-text {
    border:1px solid #d0d0d0;
    border-radius: var(--theme-border-radius);
    padding: 15px;
}
.sidebar-content.sidebar-form .input-group-text i{
     margin-left: 4px; 
}

.contact-form-wraper .input-group-text {
    border-radius: var(--theme-border-radius);
    padding: 15px;
}
.contact-form-wraper .form-btn {
    background: var(--color1);
    color: #fff;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: var(--theme-border-radius);
}
.contact-form-wraper .form-btn:hover {
    background: var(--color2);
}
.contact-form-wraper .input-group-text i {
    margin-left: 5px;
}
.contact-form-wraper .input-group label {
    display: none !important;
}
.contact-form-wraper .input-group .form-control {
    border-top-right-radius: var(--theme-border-radius) !important;
    border-bottom-right-radius: var(--theme-border-radius) !important;
}
.contact-form-wraper .input-group .form-control:focus {
    background-color: #fff;
    border-color: var(--color2) !important;
}
.contact-form-wraper .input-group .error {
    background-color: #fff;
    border-color: red !important;
    color: #000;
}
.contact-form-wraper .input-group .valid:focus {
    background-color: #fff;
    border-color: green !important;
    color: #000;
}
.sidebar-content.sidebar-form .form-btn {
    background: var(--color1);
    color: #fff;
    padding: 15px 35px;
    font-weight: 600;
    border-radius: var(--theme-border-radius);
}
.sidebar-content.sidebar-form .form-btn:hover{
    background: var(--color2);
}

.why-choose-service::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, #ffffffb5 0%, rgba(0, 0, 0, 0) 60%);
    z-index: 1;
    border-radius:var(--theme-border-radius);
}
.why-choose-service img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0;
}
.why-choose-service{
    position:relative
}
.why-choose-service .why-seal-img {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    z-index: 2;
}


@media(max-width: 375px){
    .site-header .header-top .logo img {
    width: 165px;
     min-height: 53px !important; 
}

.header-six-info-item {
    gap: 6px !important;
}
.header-top.header-six-top .row .col-auto:first-child {
    padding-right: 0px;
}
.awards-img-box ul li a img {
     min-width: 70px !important; 
     min-height: 70px !important; 
}
.brand-box {
    
}
.awards-img-box ul li {
    padding: 18px 5px !important;
}


}


/* Floating wrapper */
.floating-rating{
    position: fixed;
    left: 50px;
    bottom: 30px;
    z-index: 9999;
}

/* Right pill badge */
.rating-badge{
    border:1px solid #fff;
    left: 15px;
    position: relative;
    min-width: 240px;
    height: 75px;
    border-radius: 50px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
}

/* Pill halves */
.badge-half{
    padding-left: 30px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

/* Top half */
.badge-top{
    background: var(--color2);
}

/* Bottom half */
.badge-bottom{
    background: #ffffff;
}

/* Circle OUTSIDE pill */
.rating-circle{
    border: 2px solid #f5b301;
    z-index: 2;
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    box-shadow: 0 8px 20px rgba(0,0,0,0.25);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding-top: 5px;
}

/* Stars */
.rating-circle .stars{
    display: flex;
    align-items: center;
    color: #f5b301;
    line-height: 1;
}

.rating-circle .stars i{
    font-size: 14px;
    margin: 0 2px;
}

/* Bigger middle star */
.rating-circle .stars .middle-star{
    font-size: 25px;
    margin-top: -20px;
}

/* Score */
.rating-circle .score{
    font-size: 14px;
    font-weight: 700;
    color: var(--color2);
}

/* Text styles */
.rating-value{
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
}

/* Google row */
.google-reviews{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.google-reviews img{
    height: 40px;
    width: auto;
}

.rating-text{
    font-size: 14px;
    font-weight: 700;
    color: var(--color2);
}



.serve-areas ul.ul3 {
    column-count: 5;
}
.serve-areas li {
    position: relative;
    padding-left: 22px;
}

.serve-areas li::before {
    font-family: "Font Awesome 6 Free";
    content: "\f3c5"; /* location-dot */
    font-weight: 900; /* REQUIRED for solid icons */
    display: inline-block;
    position: absolute;
    left: 0;
    top: 2px;
    color: var(--color1);
}

.serve-areas ul.ul3 li a {
    color: #000;
    font-size: 18px;
    line-height: 30px;
}
/* LI as card */
.serve-areas ul.ul3 li {
    background: #fff;
    padding: 15px 20px 15px 50px;
    border-radius: var(--theme-border-radius);
    box-shadow: 0 2px 20px rgba(0,0,0,0.09);
    margin-bottom: 12px;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Hover effect */
.serve-areas ul.ul3 li:hover {
    box-shadow:0 2px 20px rgb(195 191 191 / 90%);
    background: var(--color1);
}

/* Icon styling */
.serve-areas ul.ul3 li::before {
    font-size: 18px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: var(--color2);
    color: #fff;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

/* Text color on hover */
.serve-areas ul.ul3 li:hover a {
    opacity:1;
    color: #fff;
}

/* Icon color on hover */
.serve-areas ul.ul3 li:hover::before {
    background: #fff;
    color: var(--color2);
}
@media(max-width: 1199px){
    .serve-areas ul.ul3 {
    column-count: 4;
}    
}
@media(max-width: 992px){
    .serve-areas ul.ul3 {
    column-count: 3;
}
}

@media(max-width: 768px){
    .serve-areas ul.ul3 {
    column-count: 2;
}
}
@media(max-width: 575px){
    .serve-areas ul.ul3 li a {
    font-size: 16px;
}
    .serve-areas ul.ul3 {
    column-count: 2;
    gap:10px;
}
.serve-areas ul.ul3 li {
    padding: 10px 10px 10px 48px;
}
.serve-areas ul.ul3 li::before {
    font-size: 12px;
    width: 24px;
    height: 24px;
    line-height: 24px;
}
}
@media(max-width: 390px){
     .serve-areas ul.ul3 {
    column-count: 1;
}   
}



.feature-section .feature-item {
    background: #ffffff;
    border-radius: var(--theme-border-radius);
    padding: 15px;
    height: 100%;
    box-shadow: 0 20px 45px rgba(0,0,0,0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-section .feature-item:hover {
    transform: translateY(-2px);
    box-shadow: 0 30px 65px rgba(0,0,0,0.12);
}

.feature-section .feature-item img {
    width: 100%;
    height: auto;
    border-radius: var(--theme-border-radius);
    margin-bottom: 15px;
}
.feature-section .feature-item .main-content-image{
    margin-bottom:10px;
}

.feature-section .feature-item h3 {
    font-size: 22px;
    font-family: var(--display-font);
    font-weight: 600;
    margin-bottom: 5px;
    margin-top:15px;
}
@media(max-width: 768px){
	.feature-section .feature-item {
    padding: 15px;
}
}

.sidebar-search-box .wiki-p img {
    border-radius: var(--theme-border-radius);
}


@media(max-width: 768px){
    .floating-rating {
    display: block;
    left: 30px;
    bottom: 80px;
}
.rating-circle {
    width: 60px;
    height: 60px;
    gap: 3px;
}
.rating-circle .stars i {
    font-size: 10px;
    margin: 0 1px;
}
.rating-circle .stars .middle-star {
    font-size: 15px ;
    margin-top: -12px;
}
.rating-circle .score {
    font-size: 12px;
}
.google-reviews img {
    height: 32px;
    width: auto;
    margin-bottom: -5px;
    margin-top: -5px;
}
.rating-text {
    font-size: 12px;
}
.rating-value {
    font-size: 12px;
}
.rating-badge {
    left: -5px;
    min-width: 200px;
    height: 55px;
}


}