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

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

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

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

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

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

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

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

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

:root {
    /** @font family declaration */
    --tp-ff-body: 'Urbanist', sans-serif;
    --tp-ff-heading: 'Urbanist', sans-serif;
    --tp-ff-p: 'Urbanist', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /** @color declaration */
    --tp-common-white: #EAEAEA;
    --tp-common-black: #040404;
    --tp-common-gray: #c7c7c7;
    --tp-common-black-2: #24292d;
    --tp-heading-primary: #343a40;
    --tp-grey-1: #c5c5c5;
    --tp-grey-2: #aeaeae;
    --tp-grey-3: #acacac;
    --tp-grey-4: #555555;
    --tp-grey-5: #f7f7f7;
    --tp-grey-6: #b7b7b7;
    --tp-grey-7: #a6aeb5;
    --tp-grey-8: #edf2f6;
    --tp-text-body: #EAEAEA;
    --tp-text-1: #000;
    --tp-theme-1: #4A9B91;
    --tp-theme-2: #fff1f1;
    --tp-border-1: #ededed;
    --tp-border-2: #e9e9e9;
    --tp-border-3: #999999;
    /** @font weight declaration */
    --tp-fw-normal: normal;
    --tp-fw-elight: 200;
    --tp-fw-light: 300;
    --tp-fw-regular: 400;
    --tp-fw-medium: 500;
    --tp-fw-sbold: 600;
    --tp-fw-bold: 700;
    --tp-fw-ebold: 800;
    --tp-fw-black: 900;
    /** @font size declaration */
    --tp-fz-body: 18px;
    --tp-fz-p: 18px;
    --tp-fz-h1: 40px;
    --tp-fz-h2: 36px;
    --tp-fz-h3: 24px;
    --tp-fz-h4: 20px;
    --tp-fz-h5: 16px;
    --tp-fz-h6: 14px;
    /* --gradient-color-one: #eb502c66; */
    --gradient-color-one: #4A9B9166;
    --gradient-color-one-solid: #4A9B91;
    --transperant: #fff0;
    /* --gradient-color-two: #ffb13166; */
    --gradient-color-two: #B6D7D366;
    --gradient-color-two-solid: #B6D7D3;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/*--------------------------------- typography css start ---------------------------------*/
body {
    font-family: var(--tp-ff-body);
    font-size: var(--tp-fz-body);
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 1.4;
    letter-spacing: 0.5px;
    background-color: var(--tp-common-black);
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-white);
    margin: 0px;
    font-weight: var(--tp-fw-sbold);
    line-height: 1.2;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

h1 {
    font-size: 38px;
    line-height: 44px;
}

h2 {
    font-size: 32px;
    line-height: 36px;
}

h3 {
    font-size: 24px;
    line-height: 30px;
}

h4 {
    font-size: 18px;
    line-height: 24px;
}

h5 {
    font-size: 14px;
    line-height: 20px;
}

h6 {
    font-size: 12px;
    line-height: 18px;
}

@media screen and (max-width: 991px) {
    h1 {
        font-size: 70px;
        line-height: 80px;
    }

    h2 {
        font-size: 45px;
        line-height: 55px;
    }

    h3 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    h1 {
        font-size: 50px;
        line-height: 60px;
    }

    h2 {
        font-size: 35px;
        line-height: 45px;
    }

    h4 {
        font-size: 27px;
        line-height: 37px;
    }

    h5 {
        font-size: 22px;
        line-height: 32px;
    }
}

ul {
    margin: 0px;
    padding: 0px;
}

p {
    font-family: var(--tp-ff-p);
    font-weight: var(--tp-fw-normal);
    color: var(--tp-text-body);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
}

.hidden {
    display: none !important;
}

a,
.btn,
button,
span,
p,
i,
input,
select,
textarea,
li,
img,
svg path,
*::after,
*::before,
.transition-3,
h1,
h2,
h3,
h4,
h5,
h6 {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none;
}

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, .75rem);
    padding-left: var(--bs-gutter-x, .75rem);
    margin-right: auto;
    margin-left: auto
}

@media (min-width: 576px) {

    .container,
    .container-sm {
        max-width: 540px
    }
}

@media (min-width: 768px) {

    .container,
    .container-md,
    .container-sm {
        max-width: 720px
    }
}

@media (min-width: 992px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm {
        max-width: 960px
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1420px
    }
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.line-clamp-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.line-clamp-4 {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.line-clamp-5 {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

a,
button {
    color: inherit;
    outline: none;
    border: none;
    background: transparent;
}

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
    border: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input {
    outline: none;
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: none;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%;
}

*::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

::selection {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    text-shadow: none;
}

*::-moz-placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

*::placeholder {
    color: var(--tp-common-black);
    font-size: var(--tp-fz-body);
    opacity: 1;
}

.preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 999999;
    background-image: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    background-color: var(--tp-common-black);
    display: flex;
    justify-content: center;
    align-items: center;
}

.preloader .shapes {
    width: 44.8px;
    height: 44.8px;
    color: var(--tp-common-white);
    position: relative;
    background: radial-gradient(11.2px, currentColor 94%, #0000);
}

.preloader .shapes:before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 50%;
    background: radial-gradient(10.08px at bottom right, #0000 94%, currentColor) top left, radial-gradient(10.08px at bottom left, #0000 94%, currentColor) top right, radial-gradient(10.08px at top right, #0000 94%, currentColor) bottom left, radial-gradient(10.08px at top left, #0000 94%, currentColor) bottom right;
    background-size: 22.4px 22.4px;
    background-repeat: no-repeat;
    animation: shapes-77ngqcmd 1.5s infinite cubic-bezier(0.3, 1, 0, 1);
}

@keyframes shapes-77ngqcmd {
    33% {
        inset: -11.2px;
        transform: rotate(0deg);
    }

    66% {
        inset: -11.2px;
        transform: rotate(90deg);
    }

    100% {
        inset: 0;
        transform: rotate(90deg);
    }
}

/*--------------------------------- common classes css start ---------------------------------*/
.fix {
    overflow: hidden;
}

.z-index-1 {
    z-index: 1;
}

.z-index-11 {
    z-index: 11;
}

.overflow-y-visible {
    overflow-x: hidden;
    overflow-y: visible;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.include-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.b-radius {
    border-radius: 6px;
}

.tp-btn {
    clear: none;
    border: 1px solid var(--tp-common-white);
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    padding: 10px 10px 10px 20px;
    text-decoration: none;
    text-transform: capitalize;
    display: inline-flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    background: transparent !important;
    gap: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}

.tp-btn.no-icon {
    padding: 10px 20px;
}

.tp-btn i {
    margin-left: 15px;
}

.tp-btn:hover,
.tp-btn:hover p {
    box-shadow: none;
    color: var(--tp-common-black);
}

.tp-btn::after {
    content: "";
    background-color: var(--tp-common-white);
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate3d(-50%, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-origin: bottom left;
    transform-style: preserve-3d;
    -webkit-transition: all 0.6s ease-out 0s;
    -moz-transition: all 0.6s ease-out 0s;
    -ms-transition: all 0.6s ease-out 0s;
    -o-transition: all 0.6s ease-out 0s;
    transition: all 0.6s ease-out 0s;
    z-index: -1;
}

.tp-btn:hover::after {
    transform: translate3d(0%, -50%, 0px) scale3d(10, 10, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-origin: center center;
}

.tp-btn span {
    width: 32px;
    height: 32px;
    background: var(--tp-common-white);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.tp-btn span img {
    width: 32px;
    height: 32px;
    padding: 11px;
    position: absolute;
}

.tp-btn span img.hover {
    transform: translate(-100%, 100%);
}

.tp-btn.download span img.normal {
    transform: rotate(135deg);
}

.tp-btn.download span img.hover {
    transform: translate(0%, -100%) rotate(135deg);
}

.tp-btn:hover span img.hover {
    transform: translate(0, 0);
}

.tp-btn:hover span img.normal {
    transform: translate(100%, -100%);
}

.tp-btn.download:hover span img.hover {
    transform: translate(0, 0) rotate(135deg);
}

.tp-btn.download:hover span img.normal {
    transform: translate(0, 100%) rotate(135deg);
}

button.forminator-button.tp-btn span {
    display: flex !important;
}

.tp-btn:hover span {
    background: var(--tp-theme-1);
}

.tp-btn-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: rgba(10, 10, 10, 0.7);
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-2 i {
    margin-left: 15px;
}

.tp-btn-2:hover {
    box-shadow: none;
    color: var(--tp-theme-1);
    border-color: var(--tp-common-white);
}

.tp-btn-2:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-2::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-ts {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-common-white);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-ts i {
    margin-left: 15px;
}

.tp-btn-ts:hover {
    box-shadow: none;
    color: var(--tp-common-white);
}

.tp-btn-ts:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-ts::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-ps {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 1px solid transparent;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.tp-btn-ps i {
    margin-left: 15px;
}

.tp-btn-ps:hover {
    box-shadow: none;
    color: var(--tp-theme-1);
}

.tp-btn-ps:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-ps::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-d {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-grey-8);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-d i {
    margin-left: 15px;
}

.tp-btn-d:hover {
    box-shadow: none;
    color: var(--tp-common-white);
}

.tp-btn-d:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-d::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-df {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-df i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.tp-btn-df:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    padding-right: 75px;
}

.tp-btn-df:hover i {
    visibility: visible;
    opacity: 1;
}

.tp-btn-df:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-df::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-df-active {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    padding-right: 75px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-df-active i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: 0.3s;
}

.tp-btn-df-active:hover {
    box-shadow: none;
    color: var(--tp-heading-primary);
    border-color: var(--tp-grey-8);
}

.tp-btn-df-active:hover::after {
    transform: skewX(45deg) scale(1, 1);
    background: var(--tp-common-white);
}

.tp-btn-df-active::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-df-active-2 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 80px;
    line-height: 76px;
    padding: 0px 40px;
    padding-right: 75px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-df-active-2 i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 40px;
    transition: 0.3s;
}

.tp-btn-df-active-2:hover {
    box-shadow: none;
    color: var(--tp-heading-primary);
}

.tp-btn-df-active-2:hover::after {
    transform: skewX(45deg) scale(1, 1);
    background: var(--tp-common-white);
}

.tp-btn-df-active-2::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

@media (max-width: 575px) {
    .tp-btn-df-active-2 {
        padding: 0px 20px;
        padding-right: 64px;
    }
}

.tp-btn-3 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-2);
    border-color: transparent;
    color: var(--tp-theme-1);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-theme-2);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-3 i {
    margin-left: 15px;
}

.tp-btn-3:hover {
    box-shadow: none;
    color: var(--tp-common-white);
}

.tp-btn-3:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-3::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-4 {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: #f5f5f5;
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 10px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid #f5f5f5;
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-4 i {
    margin-left: 15px;
}

.tp-btn-4:hover {
    box-shadow: none;
    color: var(--tp-theme-1);
}

.tp-btn-4:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-4::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-4-active {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-theme-1);
    border-color: transparent;
    color: var(--tp-common-white);
    border-radius: 10px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-theme-1);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    text-align: center;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-btn-4-active i {
    margin-left: 15px;
}

.tp-btn-4-active:hover {
    box-shadow: none;
    color: var(--tp-theme-1);
    border-color: #f5f5f5;
    background: #f5f5f5;
}

.tp-btn-4-active:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-4-active::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-common-white);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-join-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-join-btn i {
    margin-right: 10px;
    color: var(--tp-theme-1);
}

.tp-join-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white);
}

.tp-join-btn:hover i {
    color: var(--tp-common-white);
}

.tp-join-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-join-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-touch-btn {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-grey-8);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    z-index: 1;
    position: relative;
}

.tp-touch-btn i {
    margin-left: 10px;
}

.tp-touch-btn:hover {
    box-shadow: none;
    color: var(--tp-common-white);
    border-color: var(--tp-common-white);
}

.tp-touch-btn:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-touch-btn::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

.tp-btn-white {
    display: inline-block;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--tp-common-white);
    border-color: transparent;
    color: var(--tp-heading-primary);
    border-radius: 5px;
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    height: 60px;
    line-height: 56px;
    padding: 0px 40px;
    border: 2px solid var(--tp-common-white);
    border-style: solid;
    box-shadow: none;
    transition: all 0.3s ease 0s;
    cursor: pointer;
    text-align: center;
    z-index: 1;
    position: relative;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
}

.tp-btn-white i {
    margin-left: 15px;
    color: var(--tp-text-body);
}

.tp-btn-white:hover {
    box-shadow: none;
    color: var(--tp-common-white);
}

.tp-btn-white:hover i {
    color: var(--tp-common-white);
}

.tp-btn-white:hover::after {
    transform: skewX(45deg) scale(1, 1);
}

.tp-btn-white::after {
    position: absolute;
    content: "";
    z-index: -1;
    display: block;
    left: -20%;
    right: -20%;
    top: -4%;
    height: 150%;
    width: 150%;
    bottom: 0;
    background: var(--tp-theme-1);
    transform: skewX(45deg) scale(0, 1);
    transition: all 0.5s ease 0s;
}

/*----------------------------------------*/
/*  02. HEADER CSS START /*----------------------------------------*/
.header-area {
    position: absolute;
    position: absolute;
    z-index: 222;
    width: 100%;
}

.header__sticky {
    position: fixed !important;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
    z-index: 99;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.07);
    -webkit-animation: slideDown 1s;
    animation: slideDown 1s;
    background: var(--tp-heading-primary);
}

@keyframes slideDown {
    from {
        transform: translateY(-100%);
    }

    to {
        transform: translateY(0);
    }
}

.header__sticky.header__bottom-2 {
    padding: 15px 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__sticky.header__bottom-2 {
        padding: 30px 0;
    }
}

.header__sticky.header__area-3 {
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, #0000002A 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    backdrop-filter: blur(10px);
    padding: 16px 0 !important;
}

.logo {
    width: 180px;
    height: 100px;
    background-color: var(--tp-theme-1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}

.main-menu ul li {
    display: inline-block;
    margin-right: 40px;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu ul li {
        margin-right: 22px;
    }
}

.main-menu ul li:last-child {
    margin-right: 0;
}

.main-menu ul li.has-dropdown>a {
    padding-right: 14px;
}

.main-menu ul li.has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    right: -4px;
    top: 42px;
    font-size: 14px;
    font-size: 14px;
    color: var(--tp-grey-2);
    font-family: "Font Awesome 6 Pro";
}

.main-menu ul li a {
    color: var(--tp-grey-2);
    font-size: 16px;
    line-height: 20px;
    padding: 40px 0;
    display: inline-block;
    transition: 0.3s;
}

.main-menu ul li .active {
    color: var(--tp-common-white);
}

.main-menu ul li a:hover {
    color: var(--tp-theme-1);
}

.main-menu ul li a:hover::after {
    color: var(--tp-theme-1);
}

.main-menu ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}

.main-menu ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 220px;
    background-color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 0px 15px;
    transition: 0.3s;
    border-top: 4px solid var(--tp-theme-1);
}

.main-menu ul li .sub-menu li {
    margin: 0;
    padding: 0;
    display: inline;
    position: relative;
    width: 100%;
    display: block;
}

.main-menu ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 5px 25px;
    transition: 0.3s;
    color: var(--tp-heading-primary);
    text-transform: capitalize;
}

.main-menu ul li .sub-menu li .active {
    color: var(--tp-theme-1);
}

.main-menu ul li .sub-menu li a:hover {
    color: var(--tp-theme-1);
}

.main-menu ul li .sub-menu li>.sub-menu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu ul li .sub-menu li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu-2 ul li a {
    color: var(--tp-common-white);
    padding: 20px 0;
}

.main-menu-2 ul li a:hover {
    color: var(--tp-theme-1);
}

.main-menu-2 ul li a:hover::after {
    color: var(--tp-theme-1);
}

.main-menu-2 ul li.has-dropdown>a {
    padding-right: 14px;
}

.main-menu-2 ul li.has-dropdown>a::after {
    position: absolute;
    content: "\f107";
    right: -4px;
    top: 22px;
    font-size: 14px;
    font-size: 14px;
    color: var(--tp-grey-2);
    font-family: "Font Awesome 6 Pro";
}

.main-menu-2 ul li .has-dropdown:hover>a::after {
    color: var(--tp-theme-1);
}

.main-menu-2 ul li.has-dropdown:hover>a::after {
    color: var(--tp-theme-1);
}

.main-menu-3 ul li {
    display: inline-block;
    position: relative;
}

.main-menu-3 ul#menu-header {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .main-menu-3 ul li {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-menu-3 ul li {
        margin-right: 22px;
    }
}

.main-menu-3 ul li:last-child {
    margin-right: 0;
}

.main-menu-3 ul li.menu-item-has-children>a {
    padding-right: 14px;
}

.main-menu-3 ul li.menu-item-has-children>a::after {
    position: absolute;
    content: "\f107";
    right: -4px;
    top: 0;
    font-size: 18px;
    color: var(--tp-grey-2);
    font-family: "Font Awesome 6 Pro";
}

.main-menu-3 ul li>a {
    color: var(--tp-common-white);
    position: relative;
    font-size: 18px;
    font-weight: var(--tp-fw-medium);
}

.main-menu-3 ul li .active {
    color: var(--tp-theme-1);
}

.main-menu-3 ul li:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 120%;
}

.main-menu-3 ul li .sub-menu {
    position: absolute;
    left: 0;
    top: 110%;
    min-width: 260px;
    background-color: var(--tp-common-white);
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.16);
    padding: 20px 0px 15px;
    transition: 0.3s;
    text-align: left;
    border-top: 4px solid var(--tp-theme-1);
}

.main-menu-3 ul li .sub-menu li {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
}

.main-menu-3 ul li .sub-menu li a {
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 5px 25px;
    transition: 0.3s;
    color: #000;
}

.main-menu-3 ul li .sub-menu li a::before {
    display: none;
}

.main-menu-3 ul li .sub-menu li .active {
    color: var(--tp-theme-1);
}

.main-menu-3 ul li .sub-menu li a:hover {
    color: var(--tp-theme-1);
}

.main-menu-3 ul li .sub-menu li .sub-menu {
    left: 120%;
    top: 0;
    visibility: hidden;
    opacity: 0;
}

.main-menu-3 ul li .sub-menu li:hover>.sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
}

.main-menu-3 ul li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.menu-padding {
    padding-left: 40px;
}

.header-info {
    display: flex;
}

.header-info .info-item span {
    font-size: 12px;
    display: inline-block;
    font-weight: var(--tp-fw-sbold);
}

.header-info .info-item h5 {
    font-size: 14px;
    color: var(--tp-common-white);
}

.header-info .info-item-right {
    margin-right: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .header-info .info-item-right {
        margin-right: 20px;
    }
}

.header__area-3 {
    position: absolute;
    z-index: 222;
    width: 100%;
}

.header__top {
    padding: 10px 0;
}

.header__top-info {
    display: flex;
    justify-content: end;
}

.header__top-info p {
    font-size: 14px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}

.header__top-info p a {
    text-decoration: underline;
}

.header__top-info-text {
    margin-right: 50px;
    position: relative;
}

.header__top-info-text::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #ff7d42;
    right: -25px;
    top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__top-info-text::before {
        display: none;
    }
}

.header__top-info-text span {
    font-weight: var(--tp-fw-sbold);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__top-info {
        display: block;
    }
}

.header__top-right {
    display: flex;
    justify-content: end;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__top-2 {
        display: none;
    }
}

.header__sm-links {
    position: relative;
    margin-right: 60px;
}

.header__sm-links::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: #ff7d42;
    right: -40px;
    top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__sm-links::before {
        right: -15px;
    }
}

.header__sm-links a {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    margin-right: 35px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__sm-links a {
        margin-right: 15px;
    }
}

.header__sm-links a:last-child {
    margin-right: 0;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .header__sm-links {
        margin-right: 15px;
    }
}

.header__lang .nice-select {
    height: auto;
    background: transparent;
    border: 0;
    line-height: 25px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-sbold);
}

.header__lang .nice-select::after {
    width: 7px;
    height: 7px;
    border-color: var(--tp-common-white);
}

.header__lang .option {
    color: var(--tp-heading-primary);
}

.header__lang .option:hover,
.header__lang .option.selected.focus {
    color: var(--tp-theme-1);
}

.header__smcontact {
    display: flex;
    justify-content: end;
}

.header__inner {
    padding: 20px 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__inner-2 {
        display: none;
    }
}

.header__smcontact-list {
    display: flex;
    color: var(--tp-common-white);
    position: relative;
    transition: 0.3s;
    margin-right: 30px;
    align-items: center;
}

.header__smcontact-list:last-child {
    margin-right: 0;
}

.header__smcontact-list .sm-clist__icon i {
    font-size: 30px;
    color: var(--tp-theme-1);
    transition: 0.3s;
    margin-right: 10px;
}

.header__smcontact-list .sm-clist__icon-2 i {
    font-size: 15px;
    color: var(--tp-grey-3);
    margin-left: 30px;
}

.header__smcontact-list .sm-clist__text span {
    font-size: 14px;
    color: var(--tp-grey-3);
    display: inline-block;
}

.header__smcontact-list .sm-clist__text h4 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 0;
}

.header__smcontact-list .sm-clist__text-2 h4 {
    font-size: 15px;
}

.header__smcontact-list-df {
    background: var(--tp-common-white);
    padding: 5px 20px;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
    margin-top: -20px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__smcontact-list-df {
        margin-top: 0;
        border-top-right-radius: 6px;
        border-top-left-radius: 6px;
    }
}

.header__smcontact-list-df:hover {
    background: var(--tp-theme-1);
}

.header__smcontact-list-df:hover .sm-clist__text-2 span,
.header__smcontact-list-df:hover h4 {
    color: var(--tp-common-white);
}

.header__smcontact-list-df:hover .sm-clist__icon-2 i {
    color: var(--tp-common-white);
}

.header__smcontact-list-3 {
    background: var(--tp-common-white);
    width: 190px;
    height: 65px;
    border-radius: 6px;
    padding: 10px 15px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
    transition: 0.3s;
    margin: 0 auto;
}

@media (max-width: 575px) {
    .header__smcontact-list-3 {
        display: none;
    }
}

.header__smcontact-list-3:hover {
    background: var(--tp-heading-primary);
}

.header__smcontact-list-3:hover .sm-clist__text-2 span,
.header__smcontact-list-3:hover h4 {
    color: var(--tp-common-white);
}

.header__smcontact-list-3:hover .sm-clist__icon-2 i {
    color: var(--tp-common-white);
    margin-right: 0;
}

.header__inner-logo {
    padding: 20px 30px;
    background: var(--tp-common-white);
    width: 175px;
    height: 80px;
    border-radius: 6px;
    position: relative;
    z-index: 1;
    margin-top: -40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__inner-logo {
        margin-top: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .header__inner-logo {
        display: none;
    }
}

.header__inner-logo::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: auto;
    right: 0;
    width: 100%;
    height: 10%;
    background: var(--tp-theme-1);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    z-index: -1;
}

.header__sm-action {
    display: flex;
    justify-content: end;
}

.header__sm-action-item {
    margin-right: 40px;
}

.header__sm-action-item:last-child {
    margin-right: 0;
}

.header__sm-action-item i {
    font-size: 15px;
    color: var(--tp-common-white);
}

.header__sm-action .right-border {
    position: relative;
}

.header__sm-action .right-border::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 10px;
    background: var(--tp-grey-3);
    right: -25px;
    top: 8px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .header__bottom-2 {
        padding: 30px 0;
    }
}

.header__side {
    display: flex;
    align-items: center;
}

@media (max-width: 575px) {
    .header__side {
        justify-content: space-between;
    }
}

.header__side-icon {
    margin-right: 30px;
    height: 60px;
    width: 60px;
    background: var(--tp-common-white);
    border-radius: 50%;
    margin-right: 50px;
    padding: 14px 0;
    cursor: pointer;
}

.header__side-icon span {
    height: 2px;
    width: 15px;
    display: block;
    background: var(--tp-heading-primary);
    margin: 6px auto;
    transition: 0.3s;
}

.header__side-icon span.bar2 {
    width: 30px;
}

.header__side-icon:hover span,
.header__side-icon .basic-bar span.bar2 {
    width: 30px;
}

.header__logo-overlay {
    position: relative;
    width: 175px;
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 6px;
    margin-top: -30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .header__logo-overlay {
        margin-top: 0;
    }
}

.header__logo-overlay::after {
    position: absolute;
    content: "";
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 40px;
    border-radius: 6px;
    background-color: var(--tp-theme-1);
    z-index: -1;
}

.menu-counter {
    counter-reset: count;
}

.menu-counter>nav>.menu-header-menu-container>ul>li::before {
    color: var(--tp-grey-2);
    font-size: 14px;
    counter-increment: count;
    content: "0" counter(count);
    transition: all 500ms ease;
    display: block;
}

.menu-counter>nav>.menu-header-menu-container>ul>li:hover::before {
    color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  03. MEAN MENU CSS START /*----------------------------------------*/
/* mean menu customize */
.mean-container a.meanmenu-reveal {
    display: none;
}

.mean-container .mean-nav {
    background: none;
    margin-top: 0;
}

.mean-container .mean-bar {
    padding: 0;
    min-height: auto;
    background: none;
}

.mean-container .mean-nav>ul {
    padding: 0;
    margin: 0;
    width: 100%;
    list-style-type: none;
    display: block !important;
}

.mean-container a.meanmenu-reveal {
    display: none !important;
}

.mean-container .mean-nav ul li a {
    width: 100%;
    padding: 10px 0;
    color: var(--tp-heading-primary);
    border-top: 1px solid var(--tp-grey-4);
    font-size: 14px;
    line-height: 1.5;
    font-weight: 700;
}

.mean-container .mean-nav ul li a:hover {
    color: var(--tp-theme-1);
}

.mean-container .mean-nav ul li a.mean-expand {
    margin-top: 5px;
    padding: 0 !important;
    line-height: 14px;
    /* border: 1px solid var(--tp-grey-4) !important; */
    height: 30px;
    width: 30px;
    line-height: 30px;
    color: var(--tp-heading-primary);
    line-height: 30px;
    top: 0;
    font-weight: 400;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: transparent;
    color: var(--tp-common-gray);
    /* border-color: var(--tp-grey-4); */
}

.mean-container .mean-nav ul li>a>i {
    display: none;
}

.mean-container .mean-nav ul li>a.mean-expand i {
    display: inline-block;
    color: var(--tp-common-gray);
}

.mean-container .mean-nav>ul>li:first-child>a {
    border-top: 0;
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked {
    color: var(--tp-common-white);
}

.mean-container .mean-nav ul li a.mean-expand.mean-clicked i {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    color: var(--tp-common-gray);
}

/*----------------------------------------*/
/*  03. SLIDER CSS START /*----------------------------------------*/
.sliderm-height {
    height: 970px;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .sliderm-height {
        height: 850px;
    }
}

@media (max-width: 575px) {
    .sliderm-height {
        height: 700px;
    }
}

.slide-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    transition: all 10.5s cubic-bezier(0, 0, 0.2, 1);
    mix-blend-mode: multiply;
}

.item-slider {
    position: relative;
    display: flex;
    align-items: center;
}

.item-slider::after {
    background-image: -moz-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -webkit-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
    background-image: -ms-linear-gradient(90deg, #343a40 0%, rgba(0, 0, 0, 0) 100%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}

.item-slider::before {
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
    background-image: -ms-linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #343a40 100%);
    width: 100%;
    height: 100%;
    content: "";
    top: 0;
    position: absolute;
}

.slider-contant {
    position: relative;
    z-index: 1;
    text-align: center;
}

@media (max-width: 575px) {
    .slider-contant {
        margin-top: 105px;
    }
}

.slider-contant span {
    font-size: 60px;
    display: inline-block;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .slider-contant span {
        font-size: 40px;
    }
}

.slider-contant .slider-title {
    font-size: 120px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider-contant .slider-title {
        font-size: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .slider-contant .slider-title {
        font-size: 70px;
    }
}

.swiper-slide-active .slider-contant span,
.swiper-slide-active .slider-contant .slider-title,
.swiper-slide-active .slider-button a {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.swiper-slide-active .slider-contant span {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.swiper-slide-active .slider-contant .slider-title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.swiper-slide-active .slider-button a.tp-btn {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.swiper-slide-active .slider-button a.tp-btn-2 {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.swiper-slide-active .slide-bg {
    transform: scale(1.2);
}

.slider__area {
    position: relative;
}

.slider__d-info {
    margin-right: 160px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .slider__d-info {
        margin-right: 0px;
    }
}

.slider__d-info p {
    font-size: 18px;
    line-height: 26px;
}

.slider__d-title {
    font-size: 120px;
    line-height: 0.9;
    margin-bottom: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .slider__d-title {
        font-size: 85px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__d-title {
        font-size: 68px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .slider__d-title {
        font-size: 50px;
    }
}

.slider__item {
    position: relative;
    z-index: 1;
}

.slider__circle-shape {
    height: 500px;
    width: 500px;
    position: absolute;
    right: 5%;
    z-index: 1;
    border-radius: 50%;
    top: 50%;
    transition: 1.2s;
    transform: scale(1);
    background: var(--tp-common-white);
    transform: translateY(-50%);
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .slider__circle-shape {
        height: 300px;
        width: 300px;
        right: 0%;
        top: 48%;
    }
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__circle-shape {
        display: none;
    }
}

@media (max-width: 575px) {
    .slider-button a {
        margin-right: 0;
        margin-top: 20px;
    }
}

.swiper-slide-active .slider__d-info p,
.swiper-slide-active .slider__d-info .slider__d-title,
.swiper-slide-active .slider__d-info .subscribe-form {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

.swiper-slide-active .slider__d-info .slider__d-title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.swiper-slide-active .slider__d-info p {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.swiper-slide-active .slider__d-info .subscribe-form {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.main-slider-nav {
    overflow: hidden;
}

.main-slider-dot {
    margin-top: -96px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .main-slider-dot {
        margin-top: -96px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main-slider-dot {
        margin-top: -115px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .main-slider-dot {
        margin-top: -130px;
    }
}

@media (max-width: 575px) {
    .main-slider-dot {
        margin-top: 0;
    }
}

.swiper-slide-thumb-active .sm-button {
    opacity: 1;
}

.sm-button {
    display: flex;
    width: 100%;
    color: var(--tp-common-white);
    padding-right: 30px;
    padding-bottom: 40px;
    position: relative;
    cursor: pointer;
    opacity: 0.6;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),
only screen and (min-width: 992px) and (max-width: 1199px) {
    .sm-button {
        padding-right: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .sm-button {
        padding-right: 10px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .sm-button {
        display: block;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .sm-button {
        padding-right: 0;
        padding-bottom: 25px;
    }
}

@media (max-width: 575px) {
    .sm-button {
        display: none;
    }
}

.sm-button::before {
    border-color: var(--tp-theme-1);
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 20%;
    height: 4px;
    bottom: 2px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.sm-button:hover {
    border-color: var(--tp-theme-1);
    opacity: 1;
}

.sm-button:hover::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.main-slider-dot .swiper-slide-thumb-active .sm-button::before {
    width: 100%;
    visibility: visible;
    opacity: 1;
}

.main-slider-dot .swiper-slide-thumb-active .sm-button {
    filter: grayscale(0);
}

/*----------------------------------------*/
/*  03. Blog CSS START /*----------------------------------------*/
.blog__item {
    position: relative;
    padding: 35px 38px;
    background: var(--tp-common-white);
}

.blog__item:hover .blog__meta,
.blog__item:hover .blog__catagory span,
.blog__item:hover .blog__sm-title,
.blog__item:hover .bolg__btn a {
    color: var(--tp-common-white);
}

.blog__item:hover .blog__author span,
.blog__item:hover i {
    color: var(--tp-common-white);
}

.blog__item:hover .blog__catagory span {
    color: var(--tp-common-white);
}

.blog__item:hover .blog__btn a {
    color: var(--tp-common-white);
}

.blog__item:hover .blog__thumb {
    opacity: 1;
}

.blog__item-2-content {
    background: var(--tp-common-white);
    padding: 25px 40px;
}

@media (max-width: 575px) {
    .blog__item-2-content {
        padding: 25px 15px;
    }
}

.blog__item-2-image {
    position: relative;
}

.blog__item-2-image-inner {
    overflow: hidden;
}

.blog__item-2-image-inner img {
    transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blog__item-2:hover .blog__item-2-image img {
    transform: scale3d(1.1, 1.1, 1.1);
}

.blog__item-2-date a {
    font-size: 40px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    width: 80px;
    height: 80px;
    line-height: 60px;
    background: var(--tp-theme-1);
    text-align: center;
    border-radius: 6px;
    position: absolute;
    top: -30px;
    right: 20px;
    display: flex;
    flex-direction: column;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog__item-2-date a {
        top: 20px;
    }
}

.blog__item-2-date a span {
    font-size: 14px;
    color: #ffcdb6;
    margin-bottom: 0;
    position: relative;
    /* top: -38px; */
    display: inline-block;
}

.blog__item-2-date-df span {
    bottom: -30px;
    top: inherit;
}

.blog__item-2:hover .blog__btn-2 a {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

.blog__item-2-df {
    border: 1px solid var(--tp-border-2);
    border-radius: 6px;
}

.blog__thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    opacity: 0;
}

.blog__thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    opacity: 0.8;
}

.blog__meta {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.blog__author {
    display: flex;
    align-items: center;
    margin-right: 30px;
    color: var(--tp-text-body);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog__author {
        margin-right: 15px;
    }
}

.blog__author i {
    font-size: 15px;
    color: var(--tp-theme-1);
    margin-right: 8px;
}

.blog__author span {
    font-size: 14px;
    display: inline-block;
    line-height: 1.1;
    position: relative;
    font-weight: var(--tp-fw-medium);
}

.blog__author span::before {
    position: absolute;
    content: "/";
    top: 1px;
    right: -10px;
    width: 1px;
    height: 0;
    background: var(--tp-text-body);
    font-family: var(--tp-ff-fontawesome);
    transform: rotate(-16deg);
    font-size: 12px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .blog__author span::before {
        right: -3px;
    }
}

.blog__author:hover {
    color: var(--tp-theme-1);
}

.blog__catagory span {
    font-size: 14px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold);
}

.blog__sm-title {
    font-size: 20px;
    line-height: 1.4;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px) {
    .blog__sm-title {
        font-size: 18px;
    }
}

.blog__sm-title:hover {
    color: var(--tp-theme-1);
}

.blog__btn {
    display: flex;
    align-items: center;
}

.blog__btn a {
    font-weight: var(--tp-fw-medium);
    font-size: 14px;
    display: inline-block;
    transition: 0.3s;
    color: var(--tp-text-body);
}

.blog__btn a i {
    margin-left: 10px;
}

.blog__btn a:hover {
    color: var(--tp-theme-1);
}

.blog__btn-2 a {
    border-top: 1px solid var(--tp-border-2);
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background: var(--tp-common-white);
    font-size: 16px;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold);
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    transition: 0.3s;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.04);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog__btn-2 a {
        font-size: 14px;
    }
}

.blog__content {
    position: relative;
}

.tp-blog__thumb {
    position: relative;
}

.tp-blog__meta span {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: var(--tp-fw-medium);
    margin-right: 25px;
    transition: 0.3s;
    display: inline-block;
}

.tp-blog__meta-item,
.tp-blog-share {
    display: flex;
    align-items: center;
    gap: 24px;
}

.tp-blog__meta span:last-child {
    margin-right: 0;
}

.tp-blog__meta span i,
.tp-blog__meta i {
    font-size: 20px;
    color: var(--tp-common-gray);
    margin-right: 3px;
}

.tp-blog__meta button:hover {
    color: var(--tp-common-white);
}

.tp-blog__meta span img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.tp-blog__meta span button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.tp-blog__meta span button:hover {
    color: var(--tp-common-white);
}

.tp-blog__meta span img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

.tp-blog__title {
    font-size: 34px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .tp-blog__title {
        font-size: 25px;
    }
}

.tp-blog__title:hover {
    color: var(--tp-theme-1);
}

.tp-blog__sm-title {
    font-size: 24px;
}

.tp-blog-nav button {
    position: absolute;
    left: 50px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;
    font-size: 30px;
    color: var(--tp-common-white);
}

.tp-blog-nav button:hover {
    color: var(--tp-theme-1);
}

@media (max-width: 575px) {
    .tp-blog-nav button {
        left: 10px;
    }
}

.tp-blog-nav .tp-blog-button-next {
    left: auto;
    right: 50px;
}

@media (max-width: 575px) {
    .tp-blog-nav .tp-blog-button-next {
        right: 10px;
    }
}

.tp-blog blockquote {
    margin: 30px 0px !important;
    padding: 50px 50px 40px;
    color: #666;
    position: relative;
    background: var(--tp-grey-5);
    font-style: normal;
    text-align: left;
    clear: both;
    font-weight: 400;
    border-radius: 7px;
}

.tp-blog blockquote p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: var(--tp-heading-primary);
}

.tp-blog blockquote::before {
    content: "\f10e";
    position: static;
    font-family: "Font Awesome 5 Pro";
    font-size: 32px;
    color: var(--tp-theme-1);
    line-height: 1;
    margin-bottom: 20px;
    display: inline-block;
}

.tp-blog blockquote span {
    color: var(--tp-heading-primary);
    font-size: 20px;
}

.tp-blog blockquote span::before {
    content: "";
    font-size: 28px;
    color: var(--tp-theme-1);
    padding-bottom: 0px;
    display: inline-block;
    background: var(--tp-theme-1);
    height: 2px;
    width: 40px;
    font-weight: 400;
    text-align: center;
    top: -4px;
    margin-right: 10px;
    position: relative;
}

.tp-blog__tag span {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-heading-primary);
    font-weight: var(--tp-fw-sbold);
    margin-right: 10px;
}

.tp-blog__tag a {
    background: var(--tp-common-white);
    padding: 5px 15px;
    font-size: 14px;
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 5px;
    text-transform: capitalize;
    border: 1px solid #ddd;
    transition: 0.3s;
    border-radius: 6px;
}

.tp-blog__tag a:hover {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

/* sidebar area */
@media only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-sidebar__wrapper {
        padding-left: 0;
    }
}

.blog-sidebar__widget {
    padding: 38px 40px;
    border-radius: 6px;
    border: 1px solid #f0f0f5;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .blog-sidebar__widget {
        padding: 20px 20px;
    }
}

.blog-sidebar__widget-title {
    font-size: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f5;
    position: relative;
}

.blog-sidebar__widget-title::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    height: 1px;
    width: 30px;
    bottom: -1px;
    left: 0;
    right: 0;
}

.blog-sidebar__widget ul li {
    list-style: none;
    margin-bottom: 15px;
}

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

.blog-sidebar__widget ul li a {
    font-size: 16px;
    font-weight: 500;
    padding-left: 20px;
    position: relative;
    color: var(--tp-heading-primary);
}

.blog-sidebar__widget ul li a::after {
    position: absolute;
    content: "\f054";
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-size: 14px;
    color: #001d23;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog-sidebar__widget ul li a:hover {
    color: var(--tp-theme-1);
}

.blog-sidebar__widget ul li a:hover::after {
    color: var(--tp-theme-1);
}

.blog-sidebar__widget ul li a:hover::after {
    left: 7px;
}

.blog-sidebar__widget ul li ul {
    padding-top: 10px;
    padding-left: 15px;
}

.blog-sidebar__widget .featured__author-title {
    font-size: 18px;
    line-height: 1.3;
}

.blog-sidebar__widget .featured__author p {
    font-size: 16px;
}

.blog-sidebar__widget .featured__author-social a {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 10px;
    font-size: 16px;
}

.blog-sidebar__widget .featured__author-social a:last-child {
    margin-right: 0;
}

.blog-sidebar__widget .featured__author-social a:hover {
    color: var(--tp-theme-1);
}

.blog-sidebar__search input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: var(--tp-common-white);
    border: 1px solid transparent;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    box-shadow: 0px 16px 32px 0px rgba(0, 0, 0, 0.06);
    padding-left: 20px;
    padding-right: 65px;
}

.blog-sidebar__search input::placeholder {
    color: #aeaeae;
    font-weight: 500;
}

.blog-sidebar__search input:focus {
    border-color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
}

.blog-sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.blog-sidebar__banner img {
    border-radius: 6px;
    width: 100%;
}

.tagcloud a {
    display: inline-block;
    height: 36px;
    line-height: 38px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-text-body);
    background: #f4f4f4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    margin-right: 8px;
    margin-bottom: 10px;
}

.tagcloud a:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
}

.rc__post:not(:last-child) {
    margin-bottom: 30px;
}

.rc__meta span {
    font-size: 14px;
    color: var(--tp-text-body);
    font-weight: var(--tp-fw-medium);
}

.rc__thumb img {
    width: 75px;
    height: 75px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.rc__title {
    font-size: 16px;
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-black);
    line-height: 24px;
}

.rc__title a:hover {
    color: var(--tp-theme-1);
}

/*---------------------------------------- basic pagination -----------------------------------------*/
.tp-pagination ul li {
    display: inline-block;
    margin-right: 10px;
}

@media (max-width: 575px) {
    .tp-pagination ul li {
        margin-right: 5px;
    }
}

.tp-pagination ul li.active a {
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.tp-pagination ul li a,
.tp-pagination ul li span {
    position: relative;
    overflow: hidden;
    background: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    font-weight: 500;
    font-size: 16px;
    border: 2px solid #eef0f6;
    color: var(--tp-common-black);
}

.tp-pagination ul li a:hover,
.tp-pagination ul li a.current,
.tp-pagination ul li span:hover,
.tp-pagination ul li span.current {
    background: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-1);
}

/* comment box */
.post-comment-title h3 {
    font-size: 30px;
}

.latest-comments li {
    list-style: none;
}

.latest-comments li:first-child .comments-box {
    border-top: 0;
    padding-top: 0;
}

.latest-comments li.children {
    margin-left: 105px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .latest-comments li.children {
        margin-left: 60px;
    }
}

@media (max-width: 767px) {
    .latest-comments li.children {
        margin-left: 15px;
    }
}

.comments-avatar {
    float: left;
    margin-right: 20px;
}

.comments-text {
    overflow: hidden;
    border-bottom: 1px solid #f1f0f7;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.comments-text p {
    font-size: 16px;
    margin-bottom: 20px;
}

.avatar-name {
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
}

.avatar-name h5 {
    font-size: 18px;
    margin-bottom: 0px;
}

.avatar-name span {
    color: #66819a;
    font-size: 14px;
    font-weight: 400;
}

.comment-reply {
    font-weight: 600;
    font-size: 14px;
    color: #222;
}

.comment-reply i {
    padding-right: 4px;
}

.comment-reply:hover {
    color: var(--tp-theme-1);
}

/* post comment */
.post-input input,
.post-input textarea {
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: 1px solid #f5f5f5;
    background: var(--tp-grey-5);
    margin-bottom: 20px;
    border-radius: 6px;
}

.post-input input::placeholder,
.post-input textarea::placeholder {
    font-weight: 400;
    color: #686a6f;
}

.post-input input:focus,
.post-input textarea:focus {
    border-color: var(--tp-theme-1);
    outline: none;
    background: #ffffff;
}

.post-input input:focus::placeholder,
.post-input textarea:focus::placeholder {
    opacity: 0;
}

.post-input textarea {
    height: 180px;
    line-height: 26px;
    resize: none;
    padding: 30px;
    padding-top: 20px;
}

.post-check input {
    margin-right: 5px;
}

.post-comment-form h4 {
    font-size: 30px;
    margin-bottom: 10px;
}

.post-comment-form>span {
    display: inline-block;
    margin-bottom: 45px;
}

.post-comment-form .a-btn {
    border: none;
    outline: none;
}

.comments-box .post-meta {
    color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  00. Sidebar CSS START /*----------------------------------------*/
.sidebar__area {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 465px;
    height: 100%;
    background: var(--tp-common-black-2) none repeat scroll 0 0;
    overflow-y: scroll;
    -webkit-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -o-box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    z-index: 9999;
}

.sidebar__wrapper {
    height: 100%;
}

@media (max-width: 767px) {
    .sidebar__area {
        width: 90%;
    }
}

.sidebar__area.sidebar-opened {
    right: 0px;
}

.sidebar__area-2 {
    left: -100%;
}

.sidebar__area-2.sidebar-opened {
    left: 0px;
}

.sidebar__wrapper {
    position: relative;
    padding: 45px;
    background: var(--tp-common-black);
    min-height: 100%;
}

@media (max-width: 575px) {
    .sidebar__wrapper {
        padding: 20px;
    }

    .sidebar__area-2.sidebar-opened {
        -webkit-box-shadow: 3px 0 100px 0px rgba(255, 255, 255, 0.08);
        -moz-box-shadow: 3px 0 100px 0px rgba(255, 255, 255, 0.08);
        -ms-box-shadow: 3px 0 100px 0px rgba(255, 255, 255, 0.08);
        -o-box-shadow: 3px 0 100px 0px rgba(255, 255, 255, 0.08);
        box-shadow: 3px 0 100px 0px rgba(255, 255, 255, 0.08);
    }
}

.sidebar__close-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    height: 45px;
    width: 45px;
    line-height: 49px;
    background: #000;
    color: #fff;
    border-radius: 50%;
}

.sidebar__close-btn:hover {
    background: var(--tp-theme-1);
}

.sidebar__close-btn-3 {
    background: #666;
}

.sidebar__close-btn-3:hover {
    background: #666;
}

.sidebar__logo {
    padding-bottom: 20px;
    /* border-bottom: 1px solid var(--tp-grey-4); */
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sidebar__search {
    position: relative;
}

.sidebar__search input {
    width: 100%;
    height: 40px;
    line-height: 40px;
    padding-right: 20px;
    background: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--tp-grey-4);
    font-size: 16px;
    color: var(--tp-heading-primary);
}

.sidebar__search input::placeholder {
    color: var(--tp-grey-2);
}

.sidebar__search input:focus {
    border-color: var(--tp-heading-primary);
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tp-grey-2);
    transition: 0.3s;
}

.sidebar__search button:hover {
    color: var(--tp-heading-primary);
}

.sidebar__text p {
    margin-bottom: 25px;
    font-size: 16px;
}

.sidebar__contact h4 {
    font-size: 30px;
    margin-bottom: 20px;
    color: var(--tp-heading-primary);
}

.sidebar__contact ul li:not(:last-child) {
    margin-bottom: 20px;
}

.sidebar__contact ul li a:hover i {
    color: var(--tp-common-white);
    border-color: var(--tp-grey-4);
}

.sidebar__contact ul li a:hover {
    /* color: var(--tp-theme-1); */
    color: var(--tp-common-white);
}

.sidebar__contact-icon i {
    display: inline-block;
    color: var(--tp-heading-primary);
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.sidebar__wrapper .sidebar__social ul {
    display: flex;
    align-items: center;
    gap: 20px;
}

.sidebar__wrapper .sidebar__social ul i {
    font-size: 20px;
}

.sidebar__contact-text a {
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-heading-primary);
}

.sidebar__map iframe {
    width: 100%;
    height: 200px;
    border: none;
}

.sidebar__social ul li {
    display: inline-block;
}

.sidebar__social ul li:not(:last-child) {
    margin-right: 5px;
}

.sidebar__social ul li a {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 42px;
    text-align: center;
    background: #f1f1f1;
    color: var(--tp-theme-1);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.sidebar__social ul li a:hover {
    background: var(--tp-heading-primary);
    color: var(--tp-common-white);
}

.side-menu-icon i {
    color: #fff;
    font-size: 32px;
    cursor: pointer;
    position: relative;
    top: 5px;
}

.body-overlay {
    background-color: rgba(255, 255, 255, 0.1);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.body-overlay:hover {
    cursor: pointer;
}

.body-overlay.opened {
    opacity: 1;
    visibility: visible;
}

/*----------------------------------------*/
/*  00. Footer CSS START /*----------------------------------------*/
.footer-area {
    position: relative;
    z-index: 1;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 50% 100%, var(--gradient-color-two), var(--gradient-color-one) 10%, var(--transperant) 50%);
}

.footer__area-2 {
    position: relative;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
}

.footer__area-2::before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tp-common-black-2);
    z-index: -1;
    opacity: 0.9;
}

.footer__widget-title {
    color: var(--tp-common-white);
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    transition: color .2scubic-bezier(.421, .188, .246, .825);
}

.footer__widget-content p {
    color: #b4b8bb;
    font-size: 18px;
}

.footer__links ul li {
    list-style: none;
    margin-bottom: 15px;
}

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

.footer__links ul li a {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: #b4b8bb;
    position: relative;
}

.footer__links ul li a::before {
    position: absolute;
    content: "";
    background: var(--tp-theme-1);
    width: 5px;
    height: 2px;
    left: -10px;
    right: 0;
    top: 10px;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
}

.footer__links ul li a:hover {
    margin-left: 10px;
    color: var(--tp-common-white);
}

.footer__links ul li a:hover::before {
    visibility: visible;
    opacity: 1;
}

.footer__links-2 ul {
    width: 100%;
    overflow: hidden;
}

.footer__links-2 ul li {
    width: 50%;
    float: left;
}

.footer__links-d ul li a {
    font-weight: var(--tp-fw-regular);
}

.footer__links-d ul li a::before {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 0;
    background: var(--tp-common-white);
    width: 0;
    height: 1px;
    top: 20px;
}

.footer__links-d ul li a:hover::before {
    width: 100%;
    left: 0;
    right: auto;
}

.footer__links-d ul li a:hover {
    margin-left: 0;
}

.footer__subscribe-form {
    position: relative;
}

.footer__subscribe-form::before {
    content: "\f0e0";
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: var(--tp-ff-fontawesome);
}

.footer__subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    padding-right: 150px;
    background: var(--tp-common-white);
    border: none;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -ms-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -o-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.footer__subscribe-form input::placeholder {
    font-weight: 500;
    color: var(--tp-border-3);
}

.footer__subscribe-form input:focus {
    border: none;
    outline: none;
}

.footer__subscribe-form input:focus::placeholder {
    opacity: 0;
}

.footer__subscribe-form .s-button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

.footer__subscribe-form .s-button-2 {
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    font-size: 14px;
    color: var(--tp-theme-1);
    font-weight: 700;
}

.footer__subscribe-form .s-button-2-df {
    color: var(--tp-common-white);
}

.footer__subscribe-form-2 input {
    padding-right: 110px;
}

.footer__subscribe-form-df input {
    background: #2c3137;
    color: var(--tp-common-white);
    padding-right: 120px;
}

.footer__social-info {
    display: flex;
}

.footer__social-info span {
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
    margin-right: 20px;
}

.footer__social-icon a {
    /* border: 1px solid #fff; justify-content: center; align-items: center; width: 57px; height: 57px; display: flex; border-radius: 50%; */
    font-size: 20px;
}

.footer__social-icon a:hover {
    color: var(--tp-common-black-2);
    /* background-color: var(--tp-theme-1); border-color: var(--tp-theme-1); */
}

.header__social-info {
    display: flex;
}

.header__social-info span {
    font-size: 14px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-black);
    margin-right: 20px;
}

.header__social-icon a {
    border: 1px solid var(--tp-common-black-2);
    justify-content: center;
    align-items: center;
    width: 57px;
    height: 57px;
    display: flex;
    border-radius: 50%;
    font-size: 20px;
}

.header__social-icon a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
}

.header__social-icon a:hover i {
    color: var(--tp-common-black);
}

.header__social-icon a i {
    color: var(--tp-common-black-2);
}

.header__social-icon a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1);
}

.header__social-icon a:hover i {
    color: var(--tp-common-white);
}

.footer__copyright {
    padding: 30px 0;
    border-top: 1px solid #2c2c30;
}

.footer__copyright p,
.footer__copyright a {
    font-size: 16px;
    margin-bottom: 0;
}

.footer__copyright-text p a {
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-theme-1);
}

@media (max-width: 575px) {
    .footer__copyright-text {
        margin-bottom: 20px;
    }
}

.footer__copyright-links a {
    font-size: 16px;
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-heading-primary);
    margin-right: 45px;
    transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__copyright-links a {
        margin-right: 15px;
    }
}

.footer__copyright-links a:last-child {
    margin-right: 0;
}

.footer__copyright-links a:hover {
    color: var(--tp-theme-1);
}

.footer__copyright-2 .footer__copyright-text p {
    color: #9ca2a9;
}

.footer__copyright-2 .footer__copyright-text p a {
    font-weight: var(--tp-fw-sbold);
    color: var(--tp-common-white);
}

@media (max-width: 575px) {
    .footer__copyright-2 .footer__copyright-text {
        margin-bottom: 20px;
    }
}

.footer__copyright-2 .footer__copyright-links a {
    color: #9ca2a9;
    margin-right: 15px;
    transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__copyright-2 .footer__copyright-links a {
        margin-right: 15px;
    }
}

.footer__copyright-2 .footer__copyright-links a:last-child {
    margin-right: 0;
}

.footer__copyright-2 .footer__copyright-links a:hover {
    color: var(--tp-theme-1);
}

.footer__col-2 {
    margin-right: 80px;
}

@media (max-width: 575px),
only screen and (min-width: 576px) and (max-width: 767px) {
    .footer__col-2 {
        margin-right: 0;
    }
}

.footer__col-3 {
    margin-left: -20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
only screen and (min-width: 768px) and (max-width: 991px),
only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .footer__col-3 {
        margin-left: 0;
    }
}

.footer__post-item {
    display: flex;
    align-items: center;
}

.footer__post-item-image img {
    border-radius: 10px;
}

.footer__post-item-content {
    margin-left: 20px;
}

.footer__post-item-content span {
    font-size: 16px;
    color: #8b929b;
    display: inline-block;
    margin-bottom: 10px;
}

.footer__post-item-content h5 {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 26px;
    margin-bottom: 0;
}

.footer__post-item-content h5:hover {
    color: var(--tp-theme-1);
}

.footer__post-item-border {
    padding-top: 20px;
    border-top: 1px solid #edf2f64f;
}

.footer__shape-1 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
}

.footer__shape-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: -1;
}

.subscribe-form {
    position: relative;
}

.subscribe-form::before {
    content: "\f0e0";
    position: absolute;
    left: 20px;
    top: 18px;
    font-family: var(--tp-ff-fontawesome);
}

.subscribe-form input {
    width: 100%;
    height: 60px;
    line-height: 60px;
    padding-left: 45px;
    padding-right: 150px;
    background: var(--tp-common-white);
    border: none;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -moz-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -ms-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -o-box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    box-shadow: 0px 2px 4px 0px rgba(2, 0, 40, 0.08);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.subscribe-form input::placeholder {
    font-weight: 500;
    color: var(--tp-border-3);
}

.subscribe-form input:focus {
    border: none;
    outline: none;
}

.subscribe-form input:focus::placeholder {
    opacity: 0;
}

.subscribe-form button {
    position: absolute;
    top: 0;
    right: 0;
    font-size: 15px;
    font-weight: 700;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 35px;
    -webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    -o-border-radius: 0 6px 6px 0;
    -ms-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
}

.subscribe-form button i {
    margin-left: 10px;
}

@media only screen and (min-width: 576px) and (max-width: 767px),
(max-width: 575px) {
    .subscribe-form-2 button {
        position: static;
        margin-top: 20px;
        border-radius: 6px;
    }
}

/*# sourceMappingURL=style.css.map */
.footer-area h2.ft-text {
    color: var(--white);
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 56px;
    line-height: 75px;
    margin: 0 !important;
}

@media screen and (min-width: 768px) {
    .scroll-zoom {
        animation: appear 5s linear;
        animation-timeline: view();
        animation-range: entry 0% cover 35%;
    }
}

@media screen and (max-width: 767px) {
    .scroll-m-zoom {
        animation: appear 5s linear;
        animation-timeline: view();
        animation-range: entry 0% cover 20%;
    }
}

@keyframes appear {
    from {
        opacity: 0;
        scale: 0.9;
    }

    to {
        opacity: 1;
        scale: 1;
    }
}

.banner-section {
    min-height: 100vh;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url('https://insyra.co/wp-content/uploads/2025/07/Banner-image-with-bg.png');
    background-position: top;
    background-size: 100%;
}


.banner-section .banner-bg-image {
    position: absolute;
    inset: 0;
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
}

.banner-section .banner-bg-image.desktop-banner-bg {
    display: block;
}

.banner-section .banner-bg-image.mobile-banner-bg {
    display: none;
}

@media screen and (max-width: 767px) {
    .banner-section .banner-bg-image.desktop-banner-bg {
        display: none;
    }

    .banner-section .banner-bg-image.mobile-banner-bg {
        display: block;
    }
}

.banner-section .heading {
    z-index: 2;
}

.banner-section h1 {
    margin-top: 0;
    margin-bottom: 0;
    max-width: 720px;
    font-size: 60px;
    font-weight: 600;
    line-height: 130%;
    color: var(--tp-common-white);
}

.banner-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.banner-wrapper>* {
/*     width: calc(50% - 20px); */
}

.banner-wrapper .left-clock {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	text-align:center;
    gap: 24px;
}

.banner-section p {
    max-width: 500px;
}

.banner-wrapper .right-clock {
    display: none;
    align-items: stretch;
    justify-content: space-between;
}

.banner-wrapper .right-clock .banner-image {
    width: 40%;
}

.banner-wrapper .right-clock .services-blocks {
    width: calc(60% - 20px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.banner-wrapper .right-clock .services-blocks a {
    width: 100%;
    justify-content: center;
}

.banner-wrapper .right-clock .services-blocks .service-box:nth-child(odd) {
    margin-left: auto;
    min-width: 250px;
}

.banner-wrapper .right-clock .services-blocks .service-box:nth-child(even) {
    margin-right: auto;
    min-width: 250px;
}

.banner-wrapper .service-box {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .banner-wrapper {
        flex-direction: column;
        gap: 56px;
    }

    .banner-wrapper>* {
        width: 100%;
    }

    .banner-wrapper .right-clock .services-blocks a {
        font-size: 14px;
        line-height: 1;
        padding: 0;
        border: none;
        border-radius: 0;
        white-space: nowrap;
    }

    .banner-wrapper .right-clock .services-blocks .service-box {
        min-width: unset !important;
        margin-left: auto !important;
        margin-right: unset !important;
        margin-bottom: 0 !important;
    }

    .banner-wrapper .right-clock .services-blocks {
        width: calc(65% - 16px);
    }

    .banner-wrapper .right-clock .banner-image {
        width: 35%;
    }

    .statistics-block {
        justify-content: center;
    }

    .banner-wrapper .right-clock .services-blocks a span {
        width: 24px;
        height: 24px;
    }

    .banner-wrapper .right-clock .services-blocks a span img {
        width: 24px;
        height: 24px;
        padding: 6px;
    }
}

/* Marquee Text Styling */
.marquee-container {
    width: 100%;
    overflow: hidden;
    padding: 20px 0;
    position: relative;
}

.marquee-slider {
    width: 100%;
    overflow: hidden;
}

/* .marquee-slider .swiper-wrapper, */
.inner-banner-title-slider .swiper-wrapper {
    display: flex;
    align-items: center;
    animation: marquee-animation 15s linear infinite;
}

.marquee-slider .swiper-wrapper .marquee-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.client-logos-section .swiper-wrapper {
    align-items: center;
}

.marquee-slider .swiper-wrapper img {
    max-width: 200px;
    aspect-ratio: 2/1;
    object-fit: cover;
}

.marquee-item {
    font-size: 3rem;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    color: white;
    white-space: nowrap;
    padding: 0 30px;
}

/* Keyframes for Infinite Scrolling Effect */
@keyframes marquee-animation {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}

.marque-overlay-block {
    color: var(--body-font-in-white);
    pointer-events: none;
    background-image: linear-gradient(90deg, var(--tp-common-black), #EAEAEA00 40%, #EAEAEA00 60%, var(--tp-common-black) 103%);
    position: absolute;
    inset: 0%;
    z-index: 1;
}

.home-about-section h2.heading {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 90px;
    color: var(--tp-common-white);
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

.home-about-section .span {
    text-align: left;
    white-space: nowrap;
    vertical-align: bottom;
    object-fit: cover;
    background-image: url("https://cdn.prod.website-files.com/66f594a3776bdc5c680392e2/66f5a97cc6142aa5d1e24c62_Placeholder.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 110%;
    border-radius: 100px;
    width: 150px;
    height: 80px;
    font-size: .875rem;
    text-decoration: none;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.home-about-section .span:hover {
    background-size: 130%;
}

.statistic-item {
    padding: 20px;
    border-radius: 10px;
    /* background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%); */
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
    transition: transform 0.3s ease-in-out;
}

.statistic-item:hover {
    transform: translateY(-5px);
}

.statistic-value {
    font-size: 72px;
    font-weight: 500;
    color: var(--tp-common-white);
    margin-bottom: 5px;
    line-height: 1.3;
}

.statistic-title {
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-common-gray);
    text-transform: uppercase;
}

/* Services Section */
.section-title {
    color: var(--black);
    margin-top: 0;
    margin-bottom: 48px;
    font-size: 56px;
    font-weight: 600;
    line-height: 120%;
    max-width: 50%;
}

.section-title.w-100 {
    max-width: 100%;
}

.services-blocks .service-box {
    display: flex;
    position: relative;
    gap: 24px;
    align-items: flex-start;
}

.services-blocks .service-box .number {
    width: 10px;
    height: 10px;
    background-color: var(--tp-common-gray);
    aspect-ratio: 1/1;
    border-radius: 50%;
    margin-top: 9px;
}

.services-blocks .service-box .number p {
    font-size: 0;
}

.services-blocks .service-box .content {
    border-bottom: 1px solid #2c2c30;
}

.services-blocks .service-box .content .number {
    margin-top: 4px;
}

.services-blocks .service-box:hover .content {
    border-color: var(--tp-border-3);
}

.services-blocks .service-box .content .text-block {
    max-width: 70%;
}

.services-blocks .service-box .content h3 {
    font-size: 32px;
    margin: 0 0 16px;
    color: var(--white);
}

.services-blocks .service-box .content p {
    color: var(--tp-common-gray);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
    height: 0;
    pointer-events: none;
    overflow: hidden;
    -webkit-transition: height 0.5s ease-out 0s;
    -moz-transition: height 0.5s ease-out 0s;
    -ms-transition: height 0.5s ease-out 0s;
    -o-transition: height 0.5s ease-out 0s;
    transition: height 0.5s ease-out 0s;
    will-change: height;
}

.services-blocks .service-box .content .img-fluid {
    position: absolute;
    top: 10%;
    right: 4%;
    max-width: 20%;
    aspect-ratio: 1/1;
    object-fit: cover;
    scale: 0;
    border-radius: 16px;
    z-index: 1;
    -webkit-transition: scale 0.5s ease-out 0s;
    -moz-transition: scale 0.5s ease-out 0s;
    -ms-transition: scale 0.5s ease-out 0s;
    -o-transition: scale 0.5s ease-out 0s;
    transition: scale 0.5s ease-out 0s;
}

.services-blocks .service-box:hover .content p {
    height: 100px;
    pointer-events: all;
    margin-bottom: 20px;
}

.services-blocks .service-box:hover .content .img-fluid {
    scale: 1;
}

/* Counter */
.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline-block;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit,
.odometer.odometer-theme-default .odometer-digit {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    position: relative;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    display: inline-block;
    vertical-align: middle;
    vertical-align: auto;
    zoom: 1;
    display: inline;
    visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    text-align: left;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon {
    display: block;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-ribbon-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-ribbon-inner {
    display: block;
    -webkit-backface-visibility: hidden;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value {
    display: block;
    -webkit-transform: translateZ(0);
}

.odometer.odometer-auto-theme .odometer-digit .odometer-value.odometer-last-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value.odometer-last-value {
    position: absolute;
}

.odometer.odometer-auto-theme.odometer-animating-up .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
}

.odometer.odometer-auto-theme.odometer-animating-up.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-up.odometer-animating .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down .odometer-ribbon-inner {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
}

.odometer.odometer-auto-theme.odometer-animating-down.odometer-animating .odometer-ribbon-inner,
.odometer.odometer-theme-default.odometer-animating-down.odometer-animating .odometer-ribbon-inner {
    -webkit-transition: -webkit-transform 2s;
    -moz-transition: -moz-transform 2s;
    -ms-transition: -ms-transform 2s;
    -o-transition: -o-transform 2s;
    transition: transform 2s;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.odometer.odometer-auto-theme,
.odometer.odometer-theme-default {
    font-family: "Helvetica Neue", sans-serif;
    line-height: 1.1em;
}

.odometer.odometer-auto-theme .odometer-value,
.odometer.odometer-theme-default .odometer-value {
    text-align: center;
}

/* Projects card */
.projects {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 60px;
    row-gap: 60px;
}

.projects .project .image-block img {
    vertical-align: middle;
    max-width: 100%;
    display: inline-block;
    aspect-ratio: 3/2;
    width: 100%;
    object-fit: cover;
}

.projects .project:hover .image-block img {
    scale: 1.08;
}

.projects .project .image-block {
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    display: flex;
    overflow: hidden;
    transform: translate(0);
    position: relative;
}

.projects .project .view-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100px;
    height: 100px;
    background: var(--tp-common-black);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0) translate(-50%, -50%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    border-radius: 50%;
    cursor: pointer;
}

.projects .project .image-block:hover .view-wrapper {
    transform: scale(1) translate(-50%, -50%);
}

.projects .project .content {
    padding: 16px 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.projects .project .content .title-block {
    display: grid;
    grid-template-columns: 3fr 1fr;
    align-items: center;
    gap: 16px;
}

.projects .project .content .title-block h3 {
    color: var(--tp-common-white);
    margin-top: 0;
    margin-bottom: 0;
    font-size: 36px;
    font-weight: 600;
    line-height: 150%;
}

.projects .project .content .title-block p {
    margin: 0;
    color: var(--tp-border-3);
    text-align: right;
}

.projects .project .content .desc-block p {
    color: var(--tp-grey-4);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
}

.projects .project {
    position: relative;
}

.projects .project::after {
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 1px;
    transform-origin: right bottom;
    transform: scaleX(0);
    background: var(--tp-border-3);
    transition: transform 0.5s;
}

.projects .project:hover::after {
    transform-origin: left bottom;
    transform: scaleX(1);
}

/* Testimonial Section CSS */
.testimonials-slider {
    max-width: 1000px;
    /* padding: 32px; background-color: var(--tp-border-2); */
    border-radius: 24px;
    margin: 0 auto;
    box-shadow: 0 4px 8px #FFFFFF0d, 0 15px 15px #FFFFFF0a, 0 33px 20px #FFFFFF08, 0 59px 24px #FFFFFF03, 0 92px 26px #FFF0;
}

.testimonials-slider .testimonial {
    display: flex;
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto !important;
}

.testimonials-slider .testimonial .image-block img {
    aspect-ratio: 4/5;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    border-radius: 16px;
    max-height: unset;
    filter: grayscale(1);
}

.testimonials-slider .testimonial .image-block {
    overflow: hidden;
    border-radius: 16px;
    border: 1px solid var(--tp-grey-1);
    width: 250px;
}

.testimonials-slider .testimonial .content {
    max-width: calc(100% - 270px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 24px;
}

.testimonials-slider .testimonial .content p.user-message {
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
}

.testimonials-slider .testimonial .user-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}

.testimonials-slider .testimonial .content h3.testimonial-user {
    margin: 0;
    color: var(--tp-common-white);
}

.testimonials-slider .testimonial .content p.user-designation {
    margin: 0;
    color: var(--tp-common-gray);
}

.testimonials-slider {
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    margin: 40px auto 0;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonials-slider .swiper-slide {
    padding: 32px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
}

.arrow-icon a {
    border: 1px solid #ddd;
    border-radius: 100%;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 1rem .5rem;
    transition: all .2s;
    display: flex;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.arrow-icon a img {
    filter: brightness(20);
    max-width: 18px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.arrow-icon a:hover {
    background-color: white;
}

.arrow-icon a:hover img {
    filter: brightness(0);
}

.about-video-block video,
.about-video-block iframe {
    border-radius: 30px;
}

.about-video-block {
    position: relative;
}

.about-video-block>img {
    width: 100%;
    aspect-ratio: 16/9;
    height: auto;
    display: none;
}

.about-video-block video,
.about-video-block iframe {
    aspect-ratio: 16/9;
    object-fit: cover;
}

/* FAQs Section */
.faq-accordion .faq-item {
    overflow: hidden;
}

.faq-accordion .faq-item .faq-question {
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    margin: 0;
}

.faq-accordion .faq-item .faq-question h3 {
    margin: 0;
    color: var(--tp-common-white);
}

.faq-accordion .faq-item .faq-question span.icon {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.faq-accordion .faq-item .faq-question span.icon span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background-color: white;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.faq-accordion .faq-item .faq-question span.icon span:last-child {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-accordion .faq-item.active .faq-question span.icon span:last-child {
    transform: translate(-50%, -50%) rotate(180deg);
}

.faq-accordion .faq-item.active .faq-question span.icon span:first-child {
    transform: translate(-50%, -50%);
}

.faq-accordion .faq-item .faq-answer p {
    color: var(--tp-common-gray);
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.3;
    font-weight: 300;
    margin: 0;
}

.faq-accordion .faq-item .faq-answer {
    overflow: hidden;
    pointer-events: none;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    overflow: hidden;
}

.faq-accordion .faq-item:not(:last-child) {
    padding-bottom: 16px;
    margin-bottom: 16px;
    border-bottom: 1px solid #2c2c30;
}

.faq-accordion .faq-item.active .faq-question {
    margin-bottom: 8px;
}

.faq-accordion .faq-item.active .faq-answer {
    overflow: visible;
    pointer-events: all;
    padding-bottom: 10px;
}

/* Inner Bnaner CSS */
.inner_banner_images {
    background-position: center;
    background-size: cover;
    width: 600px;
    /* height: 400px; */
}

.inner_banner_images img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 24px;
}

.banner__area .banner__item {
    position: relative;
}

.inner-banner-title-slider {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.inner-banner-title-slider .banner__content-title {
    text-align: center;
    font-size: 72px;
    line-height: 1.2;
    color: var(--tp-common-white);
}

.inner-banner-title-slider .divider {
    height: 4px;
    width: 50px !important;
    background-color: #FFFFFF;
    opacity: 0.6;
}

/* About Us page */
.about__area p.section__title {
    font-size: 20px;
    margin: 0;
}

.about__area .heading {
    margin: 0;
    font-size: 32px;
    line-height: 1.3;
    color: var(--tp-common-white);
    padding-bottom: 10px;
    font-weight: var(--tp-fw-medium);
}

.about__area .heading span {
    color: var(--tp-theme-1);
    font-weight: var(--tp-fw-bold);
}

.about__area .about-items {
    padding-left: 30px;
    border-left: 1px solid var(--tp-border-3);
}

.about__area .about-item h4 {
    font-size: 24px;
    line-height: 1;
    color: var(--tp-common-white);
    margin-bottom: 8px;
}

.about__area .about-item p {
    line-height: 1.3;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-light);
}

.about__area .about-item:not(:last-child) {
    margin-bottom: 50px;
}

.work-plan-block .work-plan-item .work-plan-icon {
    width: 60px;
    height: 60px;
    aspect-ratio: 1/1;
    border-radius: 8px;
}

.work-plan-block .work-plan-item h4.work-plan-title {
    font-size: 24px;
    color: var(--white);
    margin: 30px 0 20px;
}

.work-plan-block>div {
    margin: 0;
}

.work-plan-block {
    position: relative;
}

.work-plan-block::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    border-bottom: 1px solid #2c2c30;
    z-index: -1;
}

.collaboration-section .contant-block {
    background-color: var(--dark-grey);
    background: linear-gradient(to right, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 40% 60%, var(--gradient-color-two), var(--gradient-color-one) 10%, var(--transperant) 50%);
    border-radius: 20px;
    place-items: center stretch;
    width: 100%;
    max-width: 1200px;
    padding: 46px 70px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background-position: center left;
    background-repeat: no-repeat;
}

.collaboration-section .contant-block p {
    text-align: center;
}

.collaboration-section .contant-block h2 {
    font-size: 48px;
    color: var(--tp-common-white);
    font-weight: var(--tp-fw-medium);
}

.team-member-card .card-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    gap: 18px;
    border: 1px solid #3e3e3e;
    border-radius: 32px;
}

.team-member-card .card-front .team-member-img {
    width: 100%;
}

.team-member-card .card-front .team-member-img img {
    width: 100%;
    aspect-ratio: 4/5;
    object-fit: cover;
    border-radius: 22px;
}

.team-member-card .card-front h3.team-member-name {
    margin: 0 !important;
    color: var(--color-white);
}

.team-member-card .card-front p {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 1.3;
}

.team-member-card .card-back {
    background-color: var(--tp-common-black);
    border-radius: 32px;
    overflow: hidden;
    color: transparent;
    border: 1px solid #3e3e3e;
    display: flex;
    flex-direction: column;
    transform: rotateY(180deg);
}

.team-member-card .card-back .team-member-info {
    background: linear-gradient(360deg, #0a0a0a1a, var(--transperant)), radial-gradient(circle farthest-corner at 80% 60%, var(--gradient-color-one), var(--transperant) 65%);
    color: var(--tp-common-white);
    font-family: Montserrat;
    font-size: 24px;
    font-weight: 600;
    padding: 24px;
    margin: 0;
    text-align: left;
}

.team-member-card .card-back .team-member-info h3.team-member-name {
    margin: 0;
    color: var(--white);
    text-align: left;
}

.team-member-card .card-back .team-member-info ul.social-links {
    display: flex;
    list-style-type: none;
    align-items: center;
    gap: 10px;
}

.team-member-card .card-back p {
    color: var(--tp-common-white);
    font-size: 18px;
    font-weight: 400;
    padding: 24px;
    margin: 0;
    text-align: left;
}

.team-member-card .card-back .team-member-info ul.social-links a {
    display: inline-block;
    line-height: normal;
}

.team-member-card .card-back .team-member-info ul.social-links a img.social-media-icon {
    width: 20px;
    height: 18px;
    object-fit: contain;
}

.team-member-card {
    width: 100%;
    height: 475px;
    perspective: 1000px;
    border-radius: 32px
}

.card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform .8s;
    transform-style: preserve-3d
}

@media screen and (min-width: 768px) {

    .team-member-card .card-back,
    .team-member-card:hover .card-inner {
        transform: rotateY(-180deg)
    }
}

.team-member-card.active .card-inner {
    transform: rotateY(-180deg)
}

.team-member-card:hover {
    cursor: pointer
}

.team-member-card .card-back,
.team-member-card .card-front {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    overflow: hidden
}

.team-member-card .card-front {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 24px;
    gap: 18px;
    border: 1px solid #3e3e3e;
    border-radius: 32px
}

.team-member-card .card-front img {
    margin: 0 auto;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    filter: grayscale(1);
}

@media screen and (max-width: 767px) {
	.team-member-card .card-front img {
        aspect-ratio: 4/5 !important;
	}
}

.team-member-card .card-back h3 {
    color: var(--tp-common-white);
    width: 100%;
    margin: 0;
}

.team-member-card .card-back p {
    font-size: 16px;
    font-weight: 400;
    line-height: 25.6px;
    text-align: left;
    padding: 24px;
    color: var(--tp-common-white);
}

.team-members-section .grid-divider {
    height: 100%;
}

.team-members-section .grid-divider img {
    height: 100%;
    object-fit: cover;
    border-radius: 32px;
    overflow: hidden;
}

ul.sub-service-list {
    height: 600px;
    position: relative;
    list-style-type: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    gap: 20px;
}

ul.sub-service-list .sub-service-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: calc(50% - 25px);
    overflow: hidden;
}

ul.sub-service-list .sub-service-media .sub-service-media-item {
    height: 100%;
}

ul.sub-service-list .sub-service .sub-service-media .sub-service-media-item>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 24px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

ul.sub-service-list .sub-service.active .sub-service-media .sub-service-media-item>* {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
    transition: opacity 0.5s ease-out 0s, visibility 0.5s ease-out 0s;
}

ul.sub-service-list li.sub-service {
    width: calc(50% - 25px);
}

ul.sub-service-list li.sub-service h3 {
    margin: 0;
    color: var(--tp-common-white);
    text-transform: capitalize;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    padding-bottom: 20px;
    border-bottom: 0.5px dashed var(--tp-heading-primary);
    cursor: pointer;
}

ul.sub-service-list li.sub-service:last-child h3 {
    padding-bottom: 0;
    border-bottom: none;
}

ul.sub-service-list li.sub-service:not(.active) h3 {
    opacity: 0.5;
}

.service-card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.05);
}

.service-card h2 {
    font-weight: 600;
    color: var(--tp-common-white);
    margin: 0;
}

.service-card p {
    font-weight: 500;
    color: var(--tp-grey-6);
    margin: 0;
}

.services-section .service-item {
    background-image: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    border-radius: 24px;
    padding: 32px;
}

.services-section .service-item .mobile-only {
    display: none;
}

.slider-banner__media {
    overflow: hidden;
}

.slider-banner__media .banner__media-item img,
.slider-banner__media .banner__media-item video {
    width: 100%;
    height: auto;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 24px;
}

.project-page-banner .slider-banner__media .banner__media-item img,
.project-page-banner .slider-banner__media .banner__media-item video {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 24px;
}

.services-page-banner h1.banner__content-title {
    font-size: 64px;
    line-height: 1.2;
    color: var(--tp-common-white);
    margin-bottom: 10px !important;
}

.services-page-banner .banner__content {
    max-width: 600px;
    width: 100%;
}

.team-members-section .grid-divider .sub-service-media-item {
    width: 100%;
    height: 100%;
    border-radius: 24px;
    overflow: hidden;
    border: 1px solid #3e3e3e;
    padding: 24px;
}

.team-members-section .grid-divider .sub-service-media-item>* {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 22px;
}

/* ======= Base Styles ======= */
.w-richtext {
    font-family: "Poppins", sans-serif;
    line-height: 1.8;
    color: var(--tp-common-white);
}

/* ======= Headings ======= */
.w-richtext h2,
.w-richtext h3,
.w-richtext h4,
.w-richtext h5,
.w-richtext h6 {
    font-weight: 600;
    margin-top: 40px;
    margin-bottom: 12px;
    line-height: 1.3;
}

.w-richtext h2 {
    font-size: 36px;
    color: #f4f4f4;
}

.w-richtext h3 {
    font-size: 30px;
    color: #e0e0e0;
}

.w-richtext h4 {
    font-size: 26px;
    color: #ddd;
}

.w-richtext h5 {
    font-size: 22px;
    color: #ccc;
}

.w-richtext h6 {
    font-size: 18px;
    color: #bbb;
    font-style: italic;
}

/* ======= Paragraphs ======= */
.w-richtext p {
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 20px;
    color: var(--tp-common-gray);
}

/* ======= Links ======= */
.w-richtext a {
    color: #ffcc00;
    font-weight: 500;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.w-richtext a:hover {
    color: #ff9900;
    text-decoration: none;
}

/* ======= Lists ======= */
.w-richtext ul,
.w-richtext ol {
    margin: 30px 20px 0;
    /* padding-left: 25px; */
}

.w-richtext ul {
    list-style: disc;
}

.w-richtext ol {
    list-style: decimal;
}

.w-richtext li {
    font-size: 18px;
    margin-bottom: 8px;
    color: var(--tp-common-gray);
}

/* ======= Blockquotes ======= */
.w-richtext blockquote {
    font-style: italic;
    font-size: 20px;
    color: var(--tp-common-gray);
    border-left: 4px solid #ffcc00;
    padding-left: 20px;
    margin: 30px 0;
}

/* ======= Code Blocks ======= */
.w-richtext pre {
    background: #222;
    padding: 15px;
    border-radius: 8px;
    overflow-x: auto;
    font-family: "Courier New", monospace;
    color: #ffcc00;
}

.w-richtext code {
    background: rgba(255, 255, 255, 0.1);
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 16px;
    font-family: "Courier New", monospace;
    color: #ffcc00;
}

/* ======= Images ======= */
.w-richtext img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    display: block;
    margin: 20px 0;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3);
}

/* ======= Horizontal Line ======= */
.w-richtext hr {
    border: none;
    border-top: 2px solid #555;
    margin: 40px 0;
}

/* ======= Responsive Styles ======= */
@media (max-width: 1024px) {
    .w-richtext h2 {
        font-size: 24px;
    }

    .w-richtext h3 {
        font-size: 22px;
    }

    .w-richtext h4 {
        font-size: 22px;
    }

    .w-richtext h5 {
        font-size: 20px;
    }

    .w-richtext h6 {
        font-size: 18px;
    }

    .w-richtext p,
    .w-richtext li {
        font-size: 16px;
    }

    .w-richtext blockquote {
        font-size: 18px;
        padding-left: 15px;
    }
}

@media (max-width: 768px) {
    .w-richtext h2 {
        font-size: 22px;
    }

    .w-richtext h3 {
        font-size: 22px;
    }

    .w-richtext h4 {
        font-size: 20px;
    }

    .w-richtext h5 {
        font-size: 18px;
    }

    .w-richtext h6 {
        font-size: 16px;
    }

    .w-richtext p,
    .w-richtext li {
        font-size: 15px;
    }

    .w-richtext blockquote {
        font-size: 16px;
        border-left-width: 3px;
    }
}

@media (max-width: 480px) {
    .w-richtext h2 {
        font-size: 20px;
    }

    .w-richtext h3 {
        font-size: 22px;
    }

    .w-richtext h4 {
        font-size: 18px;
    }

    .w-richtext h5 {
        font-size: 16px;
    }

    .w-richtext h6 {
        font-size: 14px;
    }

    .w-richtext p,
    .w-richtext li {
        font-size: 14px;
    }

    .w-richtext blockquote {
        font-size: 14px;
        padding-left: 10px;
    }
}

.project-page-banner h1.banner__content-title {
    font-size: 64px;
    line-height: 1.2;
    color: var(--tp-common-white);
    margin: 0 0 20px !important;
}

.swiper-pagination-bullets {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding-top: 10px;
}

.swiper-pagination-bullets span.swiper-pagination-bullet {
    background: var(--tp-common-white);
    border-radius: 8px !important;
    opacity: 0.4;
}

.swiper-pagination-bullets span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 20px !important;
    opacity: 1;
}

.project-details-block h2.section-heading {
    font-size: 30px;
    line-height: 1.3;
    color: var(--tp-common-white);
    margin: 0 0 16px;
}

.project-details-block .client-details ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.project-details-block .client-details ul li {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    gap: 4px;
    padding-bottom: 20px;
    border-bottom: 1px solid #2c2c30;
}

.project-details-block .client-details ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

.project-details-block .client-details ul li h3 {
    margin: 0;
    font-size: 16px;
    opacity: 0.8;
    color: var(--tp-common-gray);
}

.project-details-block .client-details .client-name {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}

.project-details-block .client-details .client-name img.client-image {
    width: 60px;
    height: 60px;
    background-color: white;
    object-fit: contain;
    padding: 1px;
    border-radius: 4px;
}

.project-details-block {
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    padding: 50px;
    border-radius: 24px;
}

.service-brief-block p {
    color: var(--tp-common-gray);
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 400;
}

.project-process-block {
    position: relative;
}

.project-process-block .process-row .project-media {
    position: absolute;
    top: -10%;
    right: 0;
    bottom: -10%;
    width: 45%;
    overflow: hidden;
}

.project-process-block .process-row .project-media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 24px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.project-process-block .process-row .project-media video {
    object-fit: cover;
    border-radius: 24px;
}

.project-process-block .process-row.active .project-media img {
    opacity: 1;
    pointer-events: all;
    visibility: visible;
}

.project-process-block h2.section-heading {
    font-size: 30px;
    line-height: 1.3;
    color: var(--tp-common-white);
    margin: 0 0 40px;
}

.project-process-block h4.process-title {
    font-size: 20px;
    line-height: 1.3;
    color: var(--tp-common-white);
    margin: 0 0 8px;
}

.project-process-block p.process-description {
    font-size: 18px;
    line-height: 1.3;
    color: var(--tp-grey-7);
    margin: 0;
}

.project-process-block .process-row {
    -webkit-transition: opacity 0.5s ease-out 0s;
    -moz-transition: opacity 0.5s ease-out 0s;
    -ms-transition: opacity 0.5s ease-out 0s;
    -o-transition: opacity 0.5s ease-out 0s;
    transition: opacity 0.5s ease-out 0s;
}

.project-process-block .process-row:not(:last-child) {
    margin-bottom: 32px;
}

.project-process-block .process-row .project-process-block {
    position: relative;
}

.project-process-block .process-row .project-process-block::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 2px;
    background: #383838;
    border-radius: 5px;
}

.project-process-block .process-row .project-process-block::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    width: 2px;
    background: var(--tp-theme-1);
    box-shadow: 0 4px 13px 0 #ff5314;
    will-change: height;
    height: 0;
    border-radius: 5px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.project-process-block .process-row:not(.active) {
    opacity: 0.5;
}

.project-process-block .process-row.active .project-process-block::after {
    height: 100%;
    -webkit-transition: height 5s ease-out 0s;
    -moz-transition: height 5s ease-out 0s;
    -ms-transition: height 5s ease-out 0s;
    -o-transition: height 5s ease-out 0s;
    transition: height 5s ease-out 0s;
}

.gallery-container {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.gallery-block {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: repeat(9, 90px);
    gap: 16px;
}

.gallery-block .gallery-item.item-1 {
    grid-column: span 6 / span 6;
    grid-row: span 6 / span 6;
}

.gallery-block .gallery-item.item-2 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 7;
}

.gallery-block .gallery-item.item-3 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 10;
}

.gallery-block .gallery-item.item-4 {
    grid-column: span 6 / span 6;
    grid-row: span 3 / span 3;
    grid-column-start: 7;
    grid-row-start: 4;
}

.gallery-block .gallery-item.item-5 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-row-start: 7;
}

.gallery-block .gallery-item.item-6 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 5;
    grid-row-start: 7;
}

.gallery-block .gallery-item.item-7 {
    grid-column: span 5 / span 5;
    grid-row: span 3 / span 3;
    grid-column-start: 8;
    grid-row-start: 7;
}

.gallery-block.data-grid-8 .gallery-item.item-1 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-row-start: 1;
}

.gallery-block.data-grid-8 .gallery-item.item-2 {
    grid-column: span 6 / span 6;
    grid-row: span 6 / span 6;
    grid-column-start: 4;
    grid-row-start: 1;
}

.gallery-block.data-grid-8 .gallery-item.item-3 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 10;
    grid-row-start: 1;
}

.gallery-block.data-grid-8 .gallery-item.item-4 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-row-start: 4;
}

.gallery-block.data-grid-8 .gallery-item.item-5 {
    grid-column: span 3 / span 3;
    grid-row: span 3 / span 3;
    grid-column-start: 10;
    grid-row-start: 4;
}

.gallery-block.data-grid-8 .gallery-item.item-6 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-row-start: 7;
}

.gallery-block.data-grid-8 .gallery-item.item-7 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-column-start: 5;
    grid-row-start: 7;
}

.gallery-block.data-grid-8 .gallery-item.item-8 {
    grid-column: span 4 / span 4;
    grid-row: span 3 / span 3;
    grid-column-start: 9;
    grid-row-start: 7;
}

.gallery-block .gallery-item .project-media>* {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    -webkit-transition: scale 0.5s ease-out 0s;
    -moz-transition: scale 0.5s ease-out 0s;
    -ms-transition: scale 0.5s ease-out 0s;
    -o-transition: scale 0.5s ease-out 0s;
    transition: scale 0.5s ease-out 0s;
}

.gallery-block .gallery-item .project-media {
    height: 100%;
    border-radius: 16px;
    overflow: hidden;
}

.gallery-block .gallery-item .project-media:hover>* {
    scale: 1.08;
}

input,
select,
button {
    padding: 10px;
    margin: 5px;
}

.blog-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 70px;
    color: white;
    text-decoration: none;
    align-items: center;
}

.blog-one-image-block {
    position: relative;
}

.blog-one-image-block .blog-one-subtitle {
    position: absolute;
    top: 20px;
    left: 20px;
    margin: 0;
}

.blog-item .blog-one-image {
    width: 100%;
}

.blog-one-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    aspect-ratio: 16/9;
    object-fit: cover;
}

.blog-one-content-block {
    flex: 2;
    padding: 20px 0 0;
}

.blog-one-title-block {
    font-size: 1.8em;
    font-weight: bold;
}

.blog-authre-name {
    font-weight: bold;
}

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

.blog-auther-image img {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
}

@media (max-width: 768px) {
    .blog-item {
        flex-direction: column;
    }

    .blog-one-content-block {
        padding: 10px;
    }
}

.blog-listing-container {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: flex-end;
    position: relative;
    gap: 0;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.blog-listing-container aside.blog-sidebar {
    padding: 30px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    border-radius: 24px;
}

.blog-listing-container .blog-listing {
    width: calc(100% - 350px);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.blog-listing-header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #555555;
}

.blog-listing-container aside.blog-sidebar {
    width: 350px;
    padding: 30px;
    /* position: absolute; left: 0; top: 0; overflow: hidden; */
    transform: translateX(-100%);
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.blog-listing-container .blog-listing {
    width: 100%;
}

.blog-listing-container.sidebar-active aside.blog-sidebar {
    width: 350px;
    transform: translateX(0);
}

.blog-listing-container.sidebar-active .blog-listing {
    width: calc(100% - 400px);
}

.blog-listing-container.sidebar-active {
    gap: 50px;
}

.blog-listing-container aside.blog-sidebar h2 {
    font-size: 24px;
    margin: 0 0 12px;
    line-height: 1.3;
    color: var(--tp-common-white);
}

.blog-listing-container .blog-sidebar-header {
    border-bottom: 1px solid var(--tp-grey-4);
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.blog-listing-container aside.blog-sidebar h3 {
    font-size: 20px;
    margin: 0 0 12px;
    line-height: 1.3;
    color: var(--tp-common-white);
}

.blog-listing-container aside.blog-sidebar .blog-sidebar-section {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-listing-container.sidebar-active aside.blog-sidebar .blog-sidebar-section:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tp-grey-4);
}

.blog-listing-pagination {
    text-align: center;
    margin-top: 20px;
    display: flex;
    justify-content: center;
}

button.sidebar-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
}

button.sidebar-toggle span.lines {
    display: flex;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    gap: 4px;
}

button.sidebar-toggle span.lines span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: white;
}

button.sidebar-toggle span.lines span:nth-child(2) {
    width: 16px;
}

button.sidebar-toggle span.lines span:last-child {
    width: 12px;
}

.topbar-search {
    max-width: 400px;
    width: 100%;
}

.topbar-search input[type="text"] {
    border: 1px solid var(--tp-common-white);
    color: var(--tp-common-white);
    border-radius: 100px;
    padding: 10px 10px 10px 20px;
    background-color: var(--tp-common-black);
    margin: 0;
    width: 100%;
    height: 50px;
}

::-webkit-input-placeholder {
    color: var(--tp-grey-4);
}

::-moz-placeholder {
    color: var(--tp-grey-4);
}

:-ms-input-placeholder {
    color: var(--tp-grey-4);
}

:-moz-placeholder {
    color: var(--tp-grey-4);
}

.topbar-search form {
    position: relative;
}

.topbar-search button {
    position: absolute;
    top: 50%;
    right: 6px;
    margin: 0;
    padding: 7px 20px;
    transform: translateY(-50%);
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    border-radius: 30px;
}

.blog-item .blog-one-subtitle {
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    background-color: var(--tp-common-black);
    border: 1px solid #555555;
    color: var(--tp-common-white);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: var(--tp-fz-h6);
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 4px;
    padding-left: 25px;
    padding-right: 25px;
}

.blog-item .heading-four {
    margin-bottom: 16px;
    color: var(--white);
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    margin: 0;
}

.blog-item p.blog-one-shoer-description {
    color: var(--tp-common-gray);
    margin-bottom: 20px;
}

.blog-one-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-top: 20px;
}

.blog-listing-header h2 {
    margin: 0;
}

.blog-auther-content p {
    color: var(--tp-common-gray);
    font-size: 16px;
}

.blog-auther-content p.blog-authre-name {
    font-size: 20px;
}

.blog-one-footer p.blog-post-time {
    font-size: 18px;
    color: var(--tp-common-gray);
}

.blog-listing-pagination .pagination {
    border: 1px solid var(--tp-common-white);
    color: var(--tp-common-white);
    border-radius: 100px;
    padding: 5px;
    background-color: var(--tp-common-black);
    gap: 10px;
}

.blog-listing-pagination .pagination .page-numbers {
    display: inline-flex;
    width: 44px;
    aspect-ratio: 1/1;
    align-items: center;
    justify-content: center;
    padding: 3px 12px;
    border-radius: 100px;
}

.blog-listing-pagination .pagination .page-numbers:hover {
    border: 1px solid var(--tp-common-gray);
}

.blog-listing-pagination .pagination .page-numbers.current {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}

.blog-listing-pagination .pagination .next.page-numbers,
.blog-listing-pagination .pagination .prev.page-numbers {
    width: auto;
    background-color: var(--tp-common-white);
    border-radius: 30px;
    color: var(--tp-common-black);
    font-size: 18px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    height: 44px;
    white-space: nowrap;
}

.blog-listing-pagination .pagination .next.page-numbers img,
.blog-listing-pagination .pagination .prev.page-numbers img {
    width: 12px;
    height: 12px;
}

.blog-listing-pagination .pagination .next.page-numbers img {
    transform: rotate(45deg);
}

.blog-listing-pagination .pagination .prev.page-numbers img {
    transform: rotate(-135deg);
}

::selection {
    background-color: rgb(191 56 63 / 50%);
}

/* ========== Blog Post Content ========== */
h1.post-title {
    font-size: var(--tp-fz-h1);
    line-height: 1.3;
    font-weight: var(--tp-fw-bold);
    margin-bottom: 20px;
    color: var(--tp-common-white);
}

/* ========== Post Meta (Author, Date, Comments) ========== */
.tp-blog__meta {
    display: flex;
    gap: 15px;
    font-size: var(--tp-fz-h6);
    color: var(--tp-grey-2);
    margin-bottom: 20px;
}

.tp-blog__meta a {
    text-decoration: none;
    color: var(--tp-grey-2);
}

.tp-blog__meta i {
    margin-right: 5px;
}

/* ========== Featured Image ========== */
.post-thumbnail img {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    object-fit: cover;
    border-radius: 8px;
}

/* ========== Categories & Tags ========== */
.post-meta {
    margin-top: 20px;
    font-size: var(--tp-fz-h6);
}

.post-meta p {
    margin: 5px 0;
}

.post-meta a {
    /* background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%); */
    border: 1px solid #555555;
    color: var(--tp-common-white);
    padding: 5px 10px;
    border-radius: 5px;
    font-size: var(--tp-fz-h6);
    text-decoration: none;
    transition: 0.3s;
}

/* ========== Sidebar Styling ========== */
.sidebar {
    background: var(--tp-common-black);
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(255, 255, 255, 0.1);
}

.sidebar-title {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-bold);
    margin-bottom: 15px;
    color: var(--tp-common-white);
}

.recent-posts {
    list-style: none;
    padding: 0;
}

.recent-posts li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.recent-posts img {
    width: 90px;
    height: auto;
    object-fit: cover;
    border-radius: 5px;
    margin-right: 10px;
    aspect-ratio: 643 / 463;
}

.recent-posts a {
    text-decoration: none;
    color: var(--tp-common-white);
    font-size: var(--tp-fz-h6);
    transition: 0.3s;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.recent-posts a:hover {
    color: var(--tp-common-white);
}

/* ========== Comments Section ========== */
.comments-section {
    border: 1px solid #3e3e3e;
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 32px;
    margin: 40px auto 0;
    display: flex;
    flex-direction: column;
    gap: 20px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
}

.comments-section h2 {
    font-size: var(--tp-fz-h2);
    font-weight: var(--tp-fw-bold);
    margin-bottom: 15px;
}

.blog_content {
    border-bottom: 0.5px solid var(--tp-common-gray);
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.blog_details_page .post-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.comments-section h3 {
    font-size: var(--tp-fz-h3);
    font-weight: var(--tp-fw-bold);
    color: var(--tp-common-white);
    margin: 0 0 20px;
}

.comment-notes {
    color: var(--tp-grey-1);
    font-size: var(--tp-fz-p);
    margin-bottom: 15px;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.comment-form p {
    margin: 0;
}

.comment-form label {
    display: block;
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-medium);
    color: var(--tp-common-white);
    margin-bottom: 5px;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid var(--tp-border-3);
    background-color: transparent;
    color: var(--tp-common-white);
    font-size: var(--tp-fz-p);
    border-radius: 5px;
}

.comment-form textarea {
    height: 120px;
    resize: none;
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--tp-theme-1);
    outline: none;
}

.comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tp-grey-2);
    font-size: var(--tp-fz-p);
}

.comment-form-cookies-consent input {
    width: auto;
}

.form-submit {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}

.form-submit input.submit {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    border: none;
    padding: 12px 20px;
    font-size: var(--tp-fz-h5);
    font-weight: var(--tp-fw-bold);
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.form-submit input.submit:hover {
    background-color: var(--tp-theme-2);
    color: var(--tp-theme-1);
}

/* Style for Cancel Reply Link */
#cancel-comment-reply-link {
    font-size: var(--tp-fz-h5);
    color: var(--tp-theme-1);
    text-decoration: none;
    margin-left: 10px;
}

#cancel-comment-reply-link:hover {
    text-decoration: underline;
}

.comment-list {
    padding: 0;
    list-style-type: none;
    position: relative;
    padding-bottom: 40px;
    border-bottom: 1px solid #3e3e3e;
    margin-bottom: 40px;
}

.comment-list .comment-body {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0;
}

.comment-list .comment-body .comment-author {
    display: flex;
    align-items: center;
    gap: 25px;
}

.comment-list .comment-body .comment-author img.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comment-list .comment-body .comment-author cite.fn {
    font-style: normal;
}

.comment-list .comment-body .comment-author span.says {
    display: none;
}

.comment-list .comment-body .comment-meta {
    padding-left: 65px;
    margin-top: -8px;
}

.comment-list .comment-body .comment-meta a {
    font-size: 14px;
}

.comment-list .comment-body>p {
    padding-left: 65px;
    margin-top: 10px;
}

.comment-list::after {
    content: "";
    position: absolute;
    left: 20px;
    width: 1px;
    bottom: 70px;
    top: 25px;
    background-color: #606060;
    z-index: -1;
}

.comment-list .comment-body .reply {
    position: absolute;
    right: 20px;
    top: 16px;
}

.comment-list .comment-body .reply a.comment-reply-link {
    font-size: 16px;
}

.comment-list ol.children {
    padding-left: 50px;
    list-style-type: none;
    position: relative;
}

.comment-list ol.children::after {
    content: "";
    position: absolute;
    left: 70px;
    width: 1px;
    bottom: 0;
    top: 25px;
    background-color: #606060;
    z-index: -1;
}

.comment-list .comment-body::after {
    content: "";
    position: absolute;
    inset: 0;
    border: 1px solid #3e3e3e;
    border-radius: 16px;
    left: 50px;
    z-index: -1;
}

.comment-list ol.children li.comment {
    position: relative;
}

.comment-list ol.children li.comment::after {
    content: "";
    position: absolute;
    top: 10px;
    left: -30px;
    width: 45px;
    border-bottom: 1px solid #606060;
    border-left: 1px solid #606060;
    height: 20px;
    border-radius: 0 0 0 15px;
    z-index: -1;
}

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"]+label {
    margin: 0;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

input[type="checkbox"]+label::after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #FFFFFF;
    left: 0;
    top: 0;
    border-radius: 6px;
}

input[type="checkbox"]+label::before {
    content: "";
    position: absolute;
    border: 2px solid #FFFFFF;
    left: 7px;
    top: 10px;
    border-top: none;
    border-left: none;
    width: 5px;
    height: 0;
    opacity: 0;
}

input[type="checkbox"]:checked+label::before {
    height: 12px;
    opacity: 1;
    top: 3px;
    transform: rotate(45deg);
}

.title-with-btn {
    margin-bottom: 40px;
}

.title-with-btn h2.section-title {
    margin-bottom: 0;
}

.contact__area .contact__item-wrapper {
    height: 100%;
    padding: 0px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.contact__area .contact__item {
    border: 1px solid var(--title-in-white);
    background-color: #0e0e0e;
    border-radius: 20px;
    height: 100%;
    margin: 1px;
    padding: 40px 60px 30px 45px;
    overflow: hidden;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    height: 100%;
}

.contact__area .contact__item .contact__icon i {
    background: linear-gradient(135deg, var(--gradient-color-one-solid) 60%, var(--gradient-color-two-solid));
    padding: 10px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 50px;
}

.contact__area .contact__item h5.contact__title {
    font-size: 18px;
    line-height: 28px;
    color: var(--tp-grey-4);
}

.contact__area .contact__item .contact__text a {
    display: block;
    margin-bottom: 4px;
    line-height: 1.4;
}

.contact-icon-box-line {
    background-image: linear-gradient(90deg, var(--tp-common-black), var(--gradient-color-one), var(--tp-common-black));
    max-width: none;
    height: 1px;
}

.contact__area .contact__item .contact__social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

.contact__area .contact__item::after {
    content: "";
    background-image: linear-gradient(180deg, var(--tp-theme-1) 60%, transparent);
    opacity: 0.6;
    border-radius: 20px;
    position: absolute;
    inset: -1px;
    transform: translate3d(0px, -100%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
    z-index: -1;
}

.contact__area .contact__item-wrapper:hover .contact__item::after,
.contact__area .contact__item-wrapper.active .contact__item::after {
    transform: translate3d(0px, 0%, 0px) scale3d(1, 1, 1) rotateX(0deg) rotateY(0deg) rotateZ(0deg) skew(0deg, 0deg);
    transform-style: preserve-3d;
}

.contact__area h2.section-title,
.contact__area-2 h2.section-title {
    max-width: 100%;
    margin: 0 0 30px;
}

.contact__area .section__wrapper p {
    max-width: 65%;
    margin: 0 auto;
}

.contact__area-2 .forminator-custom-form,
.form-overlay-border {
    z-index: 1;
    background-color: var(--tp-common-black);
    max-width: 1000px;
    width: calc(100% - 2px) !important;
    margin: 0 auto !important;
    padding: 60px 90px 70px !important;
    border-radius: 24px !important;
    position: relative;
}

.forminator-edit-module {
    display: none !important;
}

.contact__area-2 .forminator-custom-form+.form-overlay-border,
.contact__area-2 .forminator-custom-form+.forminator-edit-module+.form-overlay-border {
    background-image: linear-gradient(180deg, var(--tp-theme-1) 60%, transparent);
    opacity: 0.6;
    border-radius: 24px;
    max-width: 1002px;
    width: 100% !important;
    position: absolute;
    inset: -1px;
    z-index: -1;
}

.forminator-ui#forminator-module-493.forminator-design--default span.select2-selection,
.forminator-custom-form input,
.forminator-custom-form textarea {
    background-color: var(--dark-grey);
    color: #fff !important;
    border: 1px solid #585858;
    background-color: #151515 !important;
    border-radius: 8px !important;
    width: 100% !important;
    height: 50px !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    padding: 5px 15px;
}

.select2-selection__rendered {
    color: #fff !important;
}

.forminator-custom-form input[name="phone-1"] {
    padding-left: unset;
}

.forminator-custom-form .iti--inline-dropdown .iti__dropdown-content {
    border: 1px solid #585858;
    background-color: var(--tp-common-black);
}

.forminator-custom-form .forminator-iti-input.iti .iti__search-input {
    border-bottom: 1px solid #585858;
    border-radius: 0;
    padding: 5px 10px;
    margin: 0;
}

.forminator-custom-form .forminator-label {
    margin-bottom: 3px !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}

.forminator-custom-form .forminator-button-submit {
    clear: none;
    border: 1px solid var(--tp-common-white) !important;
    border-radius: 100px !important;
    justify-content: center !important;
    align-items: center !important;
    padding: 10px 10px 10px 20px !important;
    text-decoration: none !important;
    text-transform: capitalize !important;
    display: inline-flex !important;
    font-size: 18px !important;
    position: relative !important;
    overflow: hidden;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    z-index: 1;
}

.forminator-row-last .forminator-field {
    text-align: center;
}

.contact__area {
    background: linear-gradient(to bottom, #2626264d, #2626264d), radial-gradient(circle farthest-corner at 15% 100%, var(--gradient-color-one), var(--transperant) 34%), radial-gradient(circle farthest-corner at 100% 30%, var(--gradient-color-one), var(--transperant) 36%);
}

.services-filter select {
    border: 1px solid var(--tp-common-white);
    color: var(--tp-common-white);
    border-radius: 100px;
    padding: 10px 40px 10px 20px;
    background-color: var(--tp-common-black);
    margin: 0;
    width: 100%;
    height: 50px;
    appearance: none;
    position: relative;
}

.services-filter form {
    position: relative;
}

.services-filter form::after {
    content: "";
    position: absolute;
    content: "\f107";
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tp-grey-2);
    font-family: "Font Awesome 6 Pro";
}

.services-filter select option {
    font-size: 16px;
}

.services-filter {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.services-filter button {
    margin: 0;
    opacity: 0.5;
}

.filter-top-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    padding-bottom: 20px;
    margin-bottom: 50px;
    border-bottom: 1px solid #555555;
}

.founder-card {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
    border-radius: 20px;
    width: 100%;
    max-width: 1200px;
    padding: 32px;
    box-shadow: none;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
}

.founder-card .team-member-img {
    width: 220px;
}

.founder-card .founder-details {
    width: calc(100% - 250px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 30px;
}

.founder-card .team-member-img img {
    aspect-ratio: 4/5;
    object-fit: cover;
    object-position: right;
    border-radius: 17px;
}

.founder-card-footer ul.social-links {
    display: flex;
    list-style-type: none;
    align-items: center;
    gap: 10px;
}

.founder-card-footer img.social-media-icon {
    width: 22px;
    height: 18px;
    object-fit: contain;
    object-position: bottom;
}

.founder-card-footer {
    display: flex;
    align-items: center;
}

.founder-card-footer .founder-title {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid var(--tp-border-3);
}

.founder-card-footer .founder-title p {
    color: var(--tp-common-gray);
}

.header__side .header__side-icon {
    display: none;
}

#header-sticky a.tp-btn i {
    display: none;
}

.our_projects-section .view-all-btn {
    margin-top: 60px;
}

li.menu-item.menu-item-536 {
    display: none;
}

.team-member-card .card-front .team-member-details .mobile-only,
.team-member-card .card-back .team-member-info .mobile-only {
    display: none;
}

.testimonials-slider .testimonial .user-block .mobile-only {
    display: none;
}

.work-plan-item i.dashicons {
    width: 60px;
    height: 60px;
    display: inline-flex;
    font-size: 24px;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to bottom, #0a0a0a33, #0a0a0a33), radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-color-one), var(--transperant) 110%);
    background-color: var(--tp-common-black);
    border-radius: 12px;
}

.blog-listing-container aside.blog-sidebar h2 .tp-btn {
    display: none;
}

.resources-list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.resource-item:nth-child(4n-3),
.resource-item:nth-child(4n) {
    width: calc(60% - 10px);
}

.resource-item:nth-child(4n-2),
.resource-item:nth-child(4n-1) {
    width: calc(40% - 10px);
}

.resource-item:nth-child(4n-3) .resource-image-block img,
.resource-item:nth-child(4n) .resource-image-block img,
.resource-item:nth-child(4n-3) .resource-image-block video,
.resource-item:nth-child(4n) .resource-image-block video {
    width: 100%;
    aspect-ratio: 5/3;
    object-fit: cover;
}

.resource-item:nth-child(4n-2) .resource-image-block img,
.resource-item:nth-child(4n-1) .resource-image-block img,
.resource-item:nth-child(4n-2) .resource-image-block video,
.resource-item:nth-child(4n-1) .resource-image-block video {
    aspect-ratio: 97 / 88;
    object-fit: cover;
}

.resource-image-block {
    position: relative;
}

.resource-image-block .resource-subtitle {
    position: absolute;
    left: 10px;
    top: 10px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    background-color: var(--tp-common-black);
    border: 1px solid #555555;
    color: var(--tp-common-white);
    padding: 5px 10px;
    font-size: var(--tp-fz-h6);
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

.resource-item {
    overflow: hidden;
    position: relative;
}

.resource-item .resource-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
    transform: translateX(200%);
    display: flex;
    gap: 8px;
    flex-direction: column;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.resource-item .resource-buttons a {
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, #0000002A 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    backdrop-filter: blur(10px);
    aspect-ratio: 1/1;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.resource-item:hover .resource-buttons {
    transform: translateX(0);
}

div#resource-popup {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
}

div#resource-popup .popup-content+.mfp-close {
    position: absolute;
    top: 0;
    right: calc(20%);
    transform: translate(40%, -40%);
    width: 32px;
    height: 32px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tp-common-gray);
    border-radius: 50%;
    color: var(--tp-common-gray);
}

div#resource-popup .popup-content {
    max-width: 60%;
    width: 100%;
    margin: 0 auto;
    padding: 32px;
    aspect-ratio: 4/3;
    max-height: 80vh;
    overflow-y: auto;
    border-radius: 24px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, #0000002A 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    position: relative;
    backdrop-filter: blur(2px);
}

div#resource-popup .popup-content::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--tp-border-3);
}

div#resource-popup .popup-content::-webkit-scrollbar {
    width: 6px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, #0000002A 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    background-color: var(--tp-common-black);
}

div#resource-popup .popup-content::-webkit-scrollbar-thumb {
    background-color: #000000;
}

div#resource-popup .popup-content .popup-image {
    width: 100%;
}

div#resource-popup .popup-content .image-block {
    position: relative;
}

div#resource-popup .popup-content .popup-category {
    position: absolute;
    top: 20px;
    left: 20px;
    background: linear-gradient(to bottom, #0a0a0a66, #0a0a0a66), radial-gradient(circle farthest-corner at 0% 90%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 36%), radial-gradient(circle farthest-corner at 100% 0%, var(--gradient-color-two), var(--gradient-color-one) 5%, var(--transperant) 35%);
    background-color: var(--tp-common-black);
    border: 1px solid #555555;
    color: var(--tp-common-white);
    padding: 5px 10px;
    font-size: var(--tp-fz-h6);
    transition: 0.3s;
    text-align: center;
    letter-spacing: 0;
    text-transform: uppercase;
    border-radius: 4px;
    padding-left: 16px;
    padding-right: 16px;
}

div#resource-popup .popup-content .popup-image>* {
    width: 100%;
    aspect-ratio: 16/9;
    object-fit: contain;
    border-radius: 12px;
}

div#resource-popup .popup-content .content-block {
    padding: 32px 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

div#resource-popup .popup-content .content-block .popup-download {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

div#resource-popup .popup-content p#popup-description {
    width: 100%;
}

div#resource-popup .popup-content .content-block h2.popup-title {
    max-width: calc(100% - 190px);
}

.mfp-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade .mfp-content {
    opacity: 0;
    transform: scale(0.9);
    transition: all 0.3s ease-in-out;
}

.mfp-fade.mfp-ready .mfp-content {
    opacity: 1;
    transform: scale(1);
}

.mfp-fade.mfp-removing .mfp-content {
    opacity: 0;
    transform: scale(0.9);
}

ul.sub-service-list li.sub-service h3 span.bullet-point {
    display: inline-block;
    width: 10px;
    height: 10px;
    background-color: var(--tp-common-gray);
    border-radius: 50%;
}

ul.sub-service-list li.sub-service h3 {
    display: flex;
    align-items: center;
    gap: 12px;
}

@media (max-width: 768px) {
    .resources-list {
        grid-template-columns: 1fr;
    }
}

.slider-banner__media iframe {
    border-radius: 24px;
}

.animate-bg::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, var(--gradient-color-one-solid) 20%, var(--gradient-color-two-solid) 100%);
    opacity: 0.5;
    border-radius: 50%;
    filter: blur(200px);
    transform: translate(-60%, 50%);
    animation: gradient-after 18s ease infinite;
    z-index: -1;
}

.animate-bg::before {
    content: "";
    position: absolute;
    width: 550px;
    height: 550px;
    background: radial-gradient(circle, var(--gradient-color-one-solid) 20%, var(--gradient-color-two-solid) 100%);
    opacity: 0.5;
    filter: blur(250px);
    transform: translate(70%, -70%);
    animation: gradient-before 18s ease infinite;
    z-index: -1;
}

@keyframes gradient-before {
    0% {
        right: 0;
        top: 0;
    }

    50% {
        right: 0;
        top: 100%;
    }

    100% {
        right: 0;
        top: 0;
    }
}

@keyframes gradient-after {
    0% {
        left: 0;
        bottom: 0;
    }

    50% {
        left: 0;
        bottom: 100%;
    }

    100% {
        left: 0;
        bottom: 0;
    }
}

.banner-section canvas {
    outline: none;
}

.team-members-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
    row-gap: 50px;
    max-width: 1100px;
    margin: 0 auto;
}

.team-members-list .team-member-item {
    width: calc((100% / 3) - (60px / 3));
    text-align: center;
    position: relative;
}

.team-members-list .team-member-item p {
    opacity: 0.7;
}

.max-w-100 {
    max-width: 100% !important;
}

.team-members-list .team-member-item:not(.no-divider):not(:last-child):after {
    content: "";
    position: absolute;
    right: -15px;
    top: 0;
    bottom: 0;
    width: 2px;
    height: 100%;
    background: linear-gradient(to bottom, #00000000, var(--gradient-color-one), var(--gradient-color-two), var(--gradient-color-one), #00000000);
}

.inner-page-banner .banner__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 50px;
}

.inner-page-banner .banner__content p {
    display: inline-block;
    padding: 12px 24px;
    border: 2px solid var(--tp-common-white);
    border-radius: 50px;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
}

.inner-page-banner .banner__content h1 {
    font-size: 72px;
    line-height: 1.5;
    text-align: center;
    font-weight: 400;
    max-width: 900px;
}

.inner-page-banner .banner__content h1 span {
    position: relative;
    display: inline-block;
}

.inner-page-banner .banner__content h1 span span::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    height: 2px;
    background-color: var(--tp-common-white);
    bottom: 16px;
}

.inner-page-banner .banner__content h1 span span.bg-element {
    content: "";
    position: absolute;
    top: 4px;
    right: -0.5rem;
    bottom: 4px;
    left: -0.5rem;
    background: linear-gradient(to right, #ffb031, #eb4f2c);
    /* background: linear-gradient(to bottom, #0a0a0a33, #0a0a0a33), radial-gradient(circle farthest-corner at 50% 50%, var(--gradient-color-one), var(--transperant) 110%); */
    z-index: -1;
    text-decoration: none;
    /* transform-origin: left; */
    transform: scaleX(0) rotate(-0.4deg);
    transition: transform 300ms ease-out;
}

.inner-page-banner .banner__content h1 span:first-child span.bg-element {
    background: var(--gradient-color-one-solid);
}

.inner-page-banner .banner__content h1 span:last-child span.bg-element {
    background: var(--gradient-color-two-solid);
}

.inner-page-banner .banner__content h1 span:hover span.bg-element {
    transform: scaleX(1) rotate(-1deg);
    rotate: -1.8deg;
}

.gallery-loader {
    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-loader .loader {
    height: 50px;
    aspect-ratio: 2;
    border: 10px solid #000;
    box-sizing: border-box;
    background:
        radial-gradient(farthest-side, #fff 98%, #0000) left/20px 20px,
        radial-gradient(farthest-side, #fff 98%, #0000) left/20px 20px,
        radial-gradient(farthest-side, #fff 98%, #0000) center/20px 20px,
        radial-gradient(farthest-side, #fff 98%, #0000) right/20px 20px,
        #000;
    background-repeat: no-repeat;
    filter: blur(4px) contrast(10);
    animation: gallery-loader 1s infinite;
}

@keyframes gallery-loader {
    100% {
        background-position: right, left, center, right
    }
}

/* Responsive CSS */
@media screen and (max-width: 1199px) {

    body,
    p {
        font-size: 18px;
    }

    .banner-section h1 {
        font-size: 56px;
        line-height: 72px;
    }

    .home-about-section h2.heading {
        font-size: 48px;
    }

    .home-about-section .span {
        width: 120px;
        height: 70px;
    }

    .statistic-title {
        font-size: 14px;
    }

    .statistic-value {
        font-size: 48px;
    }

    .section-title {
        max-width: 67%;
        font-size: 48px;
    }

    .services-blocks .service-box {
        gap: 24px;
    }

    .projects .project .content .title-block h3 {
        font-size: 24px;
    }

    .testimonials-slider {
        max-width: 80%;
        padding: 30px;
    }

    .main-menu-3 ul#menu-header {
        gap: 15px;
    }

    .footer-intro {
        padding-bottom: 50px;
    }

    .gallery-block {
        grid-template-rows: repeat(9, 50px);
    }

    .inner-page-banner .banner__content h1 {
        font-size: 64px;
    }
}

@media screen and (max-width: 991px) {
    .blog-listing-container.sidebar-active aside.blog-sidebar {
        width: 250px;
        padding: 20px;
    }

    .blog-listing-container.sidebar-active .blog-listing {
        width: calc(100% - 280px);
    }

    .blog-listing-container.sidebar-active {
        gap: 30px;
    }

    .blog-listing-header h2 {
        font-size: 36px;
    }

    .blog-item .heading-four {
        font-size: 24px;
        line-height: 1.4;
    }

    #header-sticky a.tp-btn i {
        display: block;
    }

    .header__side .header__side-icon {
        display: block;
    }

    .mean-container .mean-nav .menu-header-container>ul {
        display: block !important;
    }

    .header__side-logo {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }

    .section-title {
        margin-bottom: 32px;
    }

    .testimonials-slider .testimonial {
        align-items: flex-start;
    }

    .testimonials-slider .testimonial .content p.user-message {
        font-size: 18px;
    }

    .testimonials-slider .testimonial .image-block img {
        height: 100%;
        object-fit: cover;
    }

    .hide-from-tab {
        display: none;
    }

    .footer-area h2.ft-text {
        font-size: 42px;
    }

    .projects {
        row-gap: 40px;
    }

    .home-about-section h2.heading {
        font-size: 36px;
        line-height: 64px;
    }

    .home-about-section .span {
        width: 100px;
        height: 60px;
    }

    .testimonial-section .arrow-icon {
        display: none;
    }

    .testimonials-slider {
        max-width: 100%;
        height: auto;
        margin-top: 0;
    }

    .testimonials-slider .testimonial .image-block {
        width: 250px;
    }

    .testimonials-slider .testimonial .content {
        max-width: calc(100% - 270px);
    }

    #header-sticky a.tp-btn p,
    #header-sticky a.tp-btn span {
        display: none;
    }

    #header-sticky a.tp-btn {
        width: 60px;
        height: 60px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 12px;
        border: none;
    }

    #header-sticky a.tp-btn:hover,
    #header-sticky a.tp-btn:hover i {
        background: transparent;
        border: none;
        color: var(--tp-common-white) !important;
    }

    #header-sticky a.tp-btn::after,
    #header-sticky a.tp-btn::before {
        display: none;
    }

    #header-sticky a.tp-btn i {
        margin: 4px 0 0;
        font-size: 24px;
    }

    header .container.custom-container .header__side-icon {
        /* border: 1px solid var(--tp-common-white); */
        background: transparent;
    }

    .header__side-icon span {
        background: var(--tp-common-white);
    }

    .mean-container .mean-nav ul li:first-child a {
        border: none;
    }

    .inner-banner-title-slider .banner__content-title {
        font-size: 48px;
    }

    .about__area .heading {
        font-size: 28px;
    }

    .service-card h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    ul.sub-service-list {
        height: 450px;
        margin-top: 40px;
    }

    .services-page-banner h1.banner__content-title {
        font-size: 48px;
    }

    .project-page-banner h1.banner__content-title {
        font-size: 48px;
    }

    .gallery-block {
        grid-template-rows: repeat(9, 40px);
    }

    .resource-image-block .resource-subtitle {
        font-size: 12px;
    }

    input[type="checkbox"]+label {
        font-size: 16px;
    }

    .inner-page-banner .banner__content h1 {
        font-size: 48px;
    }
}

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

    .team-member-card .card-front .team-member-details .mobile-only,
    .team-member-card .card-back .team-member-info .mobile-only {
        display: block;
    }

    body,
    p {
        font-size: 16px;
        line-height: 1.4;
    }

    .home-about-section h2.heading {
        font-size: 24px;
        line-height: 42px;
    }

    .home-about-section .span {
        width: 76px;
        height: 42px;
    }

    .section-title {
        max-width: 100%;
        font-size: 32px;
        margin-bottom: 24px;
    }

    .services-blocks .service-box .content h3 {
        font-size: 16px;
        margin: 0 0 8px;
    }

    .services-blocks {
        margin-top: 0px;
    }

    .services-blocks .service-box .number {
        display: none;
    }

    .services-blocks .service-box .content .text-block {
        max-width: 100%;
    }

    .services-blocks .service-box .content p {
        height: auto;
        pointer-events: all;
        margin-bottom: 20px;
    }

    .services-blocks .service-box .content .img-fluid {
        aspect-ratio: 16/9;
        position: unset !important;
        transform: none !important;
        max-width: 100%;
        width: 100%;
        scale: 1;
    }

    .services-blocks .service-box .content p {
        font-size: 16px;
    }

    .banner-section h1 {
        font-size: 30px;
        line-height: 45px;
    }

    .banner-section {
        padding-bottom: 48px;
    }

    .banner-section canvas {
        top: 15%;
        width: 100%;
        aspect-ratio: 1 / 1;
        height: auto;
    }

    .statistic-value {
        font-size: 36px;
    }

    .marquee-slider .swiper-wrapper img {
        max-width: 100%;
        max-height: 45px;
    }

    /* .marquee-slider .swiper-wrapper, */
    .inner-banner-title-slider .swiper-wrapper {
        display: flex;
        align-items: center;
        animation: marquee-animation 7s linear infinite;
    }

    .banner-section .animated-ring {
        height: 85vw;
    }

    .banner-section {
		background-image:url('https://insyra.co/wp-content/uploads/2025/07/Banner-Logo-1.svg');
        min-height: 99vh;
		background-position: top center;
		background-repeat: no-repeat;
		background-size: cover;
    }

    .banner-section .animated-ring.no-img {
        border-width: 40px;
    }

    .about-video-block video,
    .about-video-block iframe {
        border-radius: 14px;
    }

    .projects {
        grid-template-columns: 1fr;
    }

    .title-with-btn a.tp-btn {
        display: none !important;
    }

    .our_projects-section .view-all-btn {
        display: inline-flex !important;
        margin: 24px auto 0;
    }

    .testimonials-slider .testimonial {
        flex-direction: column;
        justify-content: flex-start;
        gap: 14px;
    }

    .testimonials-slider .testimonial .image-block {
        width: 100%;
        aspect-ratio: 1/1;
    }

    .testimonials-slider .testimonial .content {
        max-width: 100%;
    }

    .testimonials-slider .testimonial .content p.user-message {
        font-size: 14px;
    }

    .testimonials-slider .testimonial .content p.user-designation {
        font-size: 14px;
    }

    .faq-accordion .faq-item .faq-answer p {
        font-size: 14px;
    }

    .faq-accordion .faq-item.active .faq-question {
        gap: 10px;
    }

    .footer-area h2.ft-text {
        font-size: 32px;
        line-height: 1.3;
        padding-right: 20%;
    }

    .sidebar__contact ul li {
        margin-bottom: 16px;
    }

    .footer__copyright p,
    .footer__copyright a {
        text-align: left;
        font-size: 12px;
    }

    .footer__copyright .d-flex {
        justify-content: flex-start !important;
    }

    .footer__copyright .d-flex img {
        width: 10px !important;
    }

    .footer__copyright-text {
        margin: 0 0 4px;
    }

    .footer__copyright {
        padding: 12px 0;
        margin-top: 16px !important;
    }

    .footer__widget-content p {
        font-size: 14px;
    }

    .sidebar__contact.footer-contact-details a {
        font-size: 16px !important;
    }

    .sidebar__contact.footer-contact-details i {
        font-size: 20px !important;
    }

    .projects {
        row-gap: 30px;
    }

    .mean-container .mean-nav ul li a {
        color: var(--tp-common-gray);
    }

    .sidebar__contact i,
    .sidebar__contact a {
        font-size: 16px;
        color: var(--tp-common-gray);
    }

    .sidebar__contact h4 {
        font-size: 18px;
        line-height: 1.3;
        color: var(--tp-common-white);
    }

    .sidebar__content {
        height: calc(100% - 20px);
        display: flex;
        gap: 40px;
        flex-direction: column;
        justify-content: space-between;
    }

    .services-blocks .service-box .content {
        padding-bottom: 32px !important;
    }

    .services-blocks .service-box {
        margin-bottom: 28px !important;
    }

    .services-blocks .service-box:last-child {
        margin-bottom: 0 !important;
    }

    .services-blocks .service-box:last-child .content {
        padding: 0 !important;
        border: none;
    }

    .header__sticky .header__side-icon {
        width: 50px;
        height: 50px;
        padding: 9px;
    }

    .header__sticky .custom-header-logo {
        height: 50px;
    }

    .header__sticky a.tp-btn {
        width: 50px !important;
        height: 50px !important;
    }

    .header__sticky.header__area-3 {
        padding: 15px 0;
    }

    .services-blocks .service-box:hover .content p {
        height: auto;
    }

    .footer-intro {
        padding-bottom: 32px;
    }

    .progress-wrap {
        right: 20px;
        bottom: 20px;
    }

    .testimonials-slider .testimonial .image-block {
        display: none;
    }

    .testimonials-slider .testimonial .user-block {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 16px;
    }

    .testimonials-slider .testimonial .user-block img {
        width: 60px;
        height: 60px;
        object-fit: cover;
        object-position: right;
        border-radius: 50%;
    }

    .faq-accordion .faq-item .faq-question h3 {
        width: calc(100% - 24px);
        font-size: 16px;
    }

    .inner_banner_images {
        max-width: 60%;
        width: 100%;
    }

    .inner_banner_images img {
        aspect-ratio: 2/3;
    }

    .inner-banner-title-slider .banner__content-title {
        font-size: 42px;
    }

    .inner-banner-title-slider .divider {
        height: 2px;
    }

    .about__area .heading {
        font-size: 24px;
    }

    .about__area .about-items {
        margin-top: 30px !important;
        padding-left: 16px;
    }

    .about__area .about-item p {
        line-height: 1.4;
    }

    .about__area .about-item:not(:last-child) {
        margin-bottom: 28px;
    }

    .work-plan-block .work-plan-item h4.work-plan-title {
        font-size: 20px;
        margin: 12px 0 8px;
    }

    .work-plan-block::after {
        display: none;
    }

    .work-plan-section .row div[class^='col']:not(:last-child) {
        margin-bottom: 50px;
    }

    .founder-card {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .founder-card .team-member-img {
        width: 100%;
    }

    .founder-card .team-member-img img {
        width: 100%;
        aspect-ratio: 5/4;
    }

    .founder-card .founder-details {
        width: 100%;
        flex-direction: column-reverse;
        gap: 20px;
    }

    .team-member-card,
    .team-members-section .grid-divider .sub-service-media-item {
        height: auto;
        aspect-ratio: 40/47;
    }

    .team-member-card .card-front .team-member-img img {
        aspect-ratio: 1/1;
    }

    .team-member-card .card-front {
        padding: 24px;
    }

    .team-member-card .card-front .team-member-details {
        display: flex;
        justify-content: space-between;
        gap: 20px;
        align-items: center;
    }

    .team-member-card .card-front .team-member-details a.tp-btn {
        padding: 8px;
    }

    .team-member-card .card-back .team-member-info {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .team-member-card .card-back .team-member-info a.tp-btn {
        padding: 8px;
    }

    .collaboration-section .contant-block h2 {
        text-align: center;
        font-size: 32px;
        line-height: 1.3;
    }

    .collaboration-section .contant-block {
        padding: 36px 30px;
    }

    ul.sub-service-list li.sub-service h3 {
        font-size: 20px;
    }

    ul.sub-service-list {
        height: auto;
    }

    ul.sub-service-list li.sub-service {
        width: 100%;
    }

    ul.sub-service-list .sub-service-media {
        position: unset;
        height: 0;
        overflow: hidden;
        pointer-events: none;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 0.5px dashed var(--tp-heading-primary);
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    ul.sub-service-list .sub-service.active .sub-service-media {
        height: 55vw;
        overflow: hidden;
        pointer-events: all;
        object-fit: cover;
        width: 100%;
        padding-top: 16px;
    }

    ul.sub-service-list li.sub-service h3 {
        border: none;
        padding: 0;
    }

    ul.sub-service-list .sub-service .sub-service-media .sub-service-media-item>* {
        border-radius: 16px;
    }

    .services-page-banner h1.banner__content-title {
        font-size: 32px;
        text-align: center;
    }

    .project-page-banner h1.banner__content-title {
        font-size: 32px;
        text-align: center;
    }

    .services-page-banner .banner__content {
        margin-bottom: 20px;
    }

    .services-page-banner .banner__content p {
        text-align: center;
    }

    .slider-banner__media .banner__media-item img,
    .slider-banner__media .banner__media-item video {
        aspect-ratio: 16/9;
        border-radius: 16px;
    }

    .project-page-banner .slider-banner__media .banner__media-item img,
    .project-page-banner .slider-banner__media .banner__media-item video {
        aspect-ratio: 16/9;
        border-radius: 16px;
    }

    .projects .project .content .title-block {
        grid-template-columns: 1fr;
    }

    .statistics-block {
        justify-content: center;
    }

    .statistic-item {
        padding: 10px;
    }

    .projects .project .content .title-block h3 {
        font-size: 16px;
        line-height: 1.3;
    }

    .project-details-block h2.section-heading {
        font-size: 24px;
    }

    .projects .project .content .title-block p {
        font-size: 14px;
    }

    .project-details-block {
        padding: 24px;
        border-radius: 16px;
    }

    .service-brief-block {
        padding-bottom: 24px;
    }

    .project-details-block .client-details ul li {
        padding-bottom: 12px;
    }

    .project-details-block .client-details ul {
        gap: 12px;
    }

    .project-details-block .client-details ul li h3 {
        line-height: 1.3;
    }

    .service-brief-block p {
        font-size: 16px;
    }

    .project-process-block .process-row .project-media {
        position: unset;
        width: 100%;
        aspect-ratio: 16/9;
        height: 0;
        padding-top: 12px;
        -webkit-transition: all 0.5s ease-out 0s;
        -moz-transition: all 0.5s ease-out 0s;
        -ms-transition: all 0.5s ease-out 0s;
        -o-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .project-process-block .process-row .project-media img {
        border-radius: 16px;
    }

    .project-process-block .process-row .project-media.visible {
        height: 60vw;
    }

    .project-process-block p.process-description {
        font-size: 16px;
    }

    .project-process-block .process-row .project-process-block::before {
        left: 0;
    }

    .project-process-block .process-row .project-process-block::after {
        left: 0;
    }

    .project-process-block .process-row .project-process-block {
        padding-left: 20px;
    }

    .gallery-container {
        gap: 8px;
    }

    .gallery-block {
        display: grid;
        grid-template-columns: repeat(12, 1fr);
        grid-template-rows: repeat(9, 30px);
        gap: 8px;
    }

    .gallery-block .gallery-item.item-1 {
        grid-column: span 6 / span 6;
        grid-row: span 6 / span 6;
    }

    .gallery-block .gallery-item.item-2 {
        grid-column: span 6 / span 6;
        grid-row: span 3 / span 3;
        grid-column-start: 7;
    }

    .gallery-block .gallery-item.item-3 {
        grid-column: span 6 / span 6;
        grid-row: span 3 / span 3;
        grid-column-start: 7;
        grid-row-start: 4;
    }

    .gallery-block .gallery-item.item-4 {
        grid-column: span 5 / span 5;
        grid-row: span 3 / span 3;
        grid-row-start: 7;
    }

    .gallery-block .gallery-item.item-5 {
        grid-column: span 7 / span 7;
        grid-row: span 3 / span 3;
        grid-column-start: 6;
        grid-row-start: 7;
    }

    .gallery-block .gallery-item.item-6 {
        grid-column: span 7 / span 7;
        grid-row: span 3 / span 3;
        grid-row-start: 10;
    }

    .gallery-block .gallery-item.item-7 {
        grid-column: span 5 / span 5;
        grid-row: span 3 / span 3;
        grid-column-start: 8;
        grid-row-start: 10;
    }

    .gallery-block.data-grid-8 .gallery-item.item-1 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 1;
        grid-row-start: 1;
    }

    .gallery-block.data-grid-8 .gallery-item.item-2 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 5;
        grid-row-start: 1;
    }

    .gallery-block.data-grid-8 .gallery-item.item-3 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 9;
        grid-row-start: 1;
    }

    .gallery-block.data-grid-8 .gallery-item.item-4 {
        grid-column: span 6 / span 6;
        grid-row: span 3 / span 3;
        grid-column-start: 1;
        grid-row-start: 4;
    }

    .gallery-block.data-grid-8 .gallery-item.item-5 {
        grid-column: span 6 / span 6;
        grid-row: span 3 / span 3;
        grid-column-start: 7;
        grid-row-start: 4;
    }

    .gallery-block.data-grid-8 .gallery-item.item-6 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 1;
        grid-row-start: 7;
    }

    .gallery-block.data-grid-8 .gallery-item.item-7 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 5;
        grid-row-start: 7;
    }

    .gallery-block.data-grid-8 .gallery-item.item-8 {
        grid-column: span 4 / span 4;
        grid-row: span 3 / span 3;
        grid-column-start: 9;
        grid-row-start: 7;
    }

    .gallery-block .gallery-item .project-media {
        border-radius: 12px;
    }

    .blog-listing-container aside.blog-sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100% !important;
        z-index: 999;
        background-color: var(--tp-common-black);
        height: 66vh;
        transform: translate(0, 0);
        border-radius: 24px 24px 0 0;
        overflow-y: auto;
    }

    .blog-listing-container.sidebar-active aside.blog-sidebar {
        height: 0;
        width: 100%;
        transform: translate(0, 100%);
    }

    .blog-listing-container aside.blog-sidebar::after {
        content: "";
        position: fixed;
        background-color: black;
        z-index: -1;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }

    .blog-listing-container.sidebar-active .blog-listing {
        width: 100%;
    }

    .blog-listing-header h2 {
        font-size: 20px;
    }

    .blog-item .heading-four {
        font-size: 24px;
        line-height: 1.3;
        font-weight: 500;
    }

    .blog-auther-content p {
        font-size: 14px;
    }

    .blog-auther-content p.blog-authre-name {
        font-size: 16px;
    }

    .blog-auther-image img {
        width: 40px;
        height: 40px;
    }

    .blog-one-footer p.blog-post-time {
        font-size: 16px;
    }

    .blog-one-footer {
        padding-top: 12px;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .blog-item {
        margin-bottom: 40px;
    }

    .blog-listing-pagination .pagination .page-numbers {
        width: 36px;
        height: 36px;
        padding: 5px;
    }

    .blog-listing-pagination .pagination .next.page-numbers,
    .blog-listing-pagination .pagination .prev.page-numbers {
        height: 36px;
    }

    button.sidebar-toggle {
        display: flex !important;
    }

    .blog-listing-container aside.blog-sidebar .blog-sidebar-section:not(:last-child) {
        margin-bottom: 40px;
    }

    h1.post-title {
        font-size: 24px;
    }

    .tp-blog__meta button {
        margin: 0;
        padding: 0;
    }

    .tp-blog__meta {
        margin-bottom: 20px !important;
        flex-direction: column;
        align-items: flex-start;
    }

    .tp-blog__meta-item {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }

    .tp-blog__meta span img {
        width: 20px;
        height: 20px;
    }

    .blog-auther-image img {
        width: 24px;
        height: 24px;
    }

    .tp-blog-share {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
        gap: 12px;
    }

    .w-richtext h2,
    .w-richtext h3,
    .w-richtext h4,
    .w-richtext h5,
    .w-richtext h6 {
        margin-top: 24px;
        margin-bottom: 8px;
    }

    .blog_details_page aside.sidebar {
        margin-top: 20px;
        padding: 0;
        box-shadow: none;
        padding-top: 20px;
        border-top: 0.5px solid var(--tp-border-3);
        border-radius: 0;
    }

    .contact__area .section__wrapper p {
        max-width: 100%;
    }

    li.menu-item.menu-item-536 {
        display: block;
    }

    .contact__area .row {
        gap: 12px;
    }

    .contact__area-2 .forminator-custom-form,
    .form-overlay-border {
        padding: 24px !important;
        border-radius: 16px !important;
    }

    .faq-accordion .faq-item .faq-question {
        padding: 0;
        margin: 0;
    }

    section.services-section .row {
        flex-direction: column-reverse;
        gap: 30px;
    }

    .about__area p.section__title {
        display: none;
    }

    .statistics-block div[class^='col']:first-child p.statistic-title,
    .statistics-block div[class^='col']:nth-child(2) p.statistic-title {
        padding: 0 25px;
    }

    .work-plan-item i.dashicons {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }

    .team-members-list .row div[class^='col']:nth-child(3) {
        display: unset;
    }

    .topbar-search button {
        padding: 5px;
        height: 36px;
        width: 36px;
    }

    .blog-listing-container aside.blog-sidebar h2 {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .blog-listing-container aside.blog-sidebar h2 .tp-btn {
        display: inline-flex;
        padding: 4px;
    }

    .project-details-block .client-details ul li h3 {
        font-size: 14px;
    }

    .container {
        padding-left: 20px;
        padding-right: 20px;
    }

    .title-with-btn {
        margin-bottom: 24px;
    }

    .projects .project .content {
        padding-bottom: 0;
    }

    .testimonials-slider .testimonial .user-block .mobile-only {
        display: block;
    }

    .resource-item:nth-child(4n-3),
    .resource-item:nth-child(4n) {
        width: 100%;
    }

    .resource-item:nth-child(4n-2),
    .resource-item:nth-child(4n-1) {
        width: 100%;
        ;
    }

    .resource-item:nth-child(4n-2) .resource-image-block img,
    .resource-item:nth-child(4n-1) .resource-image-block img,
    .resource-item:nth-child(4n-2) .resource-image-block video,
    .resource-item:nth-child(4n-1) .resource-image-block video {
        aspect-ratio: 5 / 3;
    }

    div#resource-popup .popup-content {
        aspect-ratio: unset;
        max-width: 90%;
        width: 100%;
        padding: 16px;
    }

    div#resource-popup .popup-content .content-block h2.popup-title {
        max-width: 100%;
        width: 100%;
        font-size: 20px;
        line-height: 1.4;
    }

    div#resource-popup .popup-content .content-block {
        padding-top: 16px;
    }

    div#resource-popup .popup-content+.mfp-close {
        right: calc(5%);
    }

    .services-filter {
        justify-content: space-between;
        width: 100%;
    }

    .services-filter form {
        width: -webkit-fill-available;
    }

    .services-filter button {
        white-space: nowrap;
    }

    ul.sub-service-list li.sub-service h3 span.bullet-point {
        width: 8px;
        height: 8px;
    }

    .page-template-page-services section.services-section .row {
        flex-direction: column;
        gap: 10px;
    }

    ul.sub-service-list {
        margin-top: 20px;
    }

    .service-card a.read-more {
        display: none;
    }

    ul.sub-service-list .sub-service:last-child .sub-service-media {
        border: none;
    }

    .testimonials-slider {
        padding: 0;
    }

    .testimonials-slider .swiper-slide {
        padding: 24px;
    }

    .services-section .service-item .mobile-only {
        display: block;
    }

    div#resource-popup .popup-content .content-block .popup-download a.tp-btn {
        padding: 6px 6px 6px 16px;
        font-size: 14px;
    }

    div#resource-popup .popup-content .content-block .popup-download a.tp-btn span {
        width: 28px;
        height: 28px;
    }

    div#resource-popup .popup-content .content-block .popup-download a.tp-btn img {
        padding: 4px;
        width: 20px;
        height: 20px;
    }

    .team-members-list {
        row-gap: 30px;
    }

    .team-members-block .section-title {
        text-align: left !important;
    }

    .project-gallery-section .section-title {
        text-align: left !important;
    }

    .team-members-list .team-member-item {
        width: 100%;
        text-align: left;
        padding-left: 20px;
    }

    .team-members-list .team-member-item::after {
        position: absolute;
        width: 8px !important;
        height: 8px !important;
        background: none !important;
        background-color: #FFFFFF !important;
        border-radius: 50%;
        left: 0;
        top: 10px !important;
        right: unset !important;
        bottom: unset !important;
        content: "" !important;
    }

    .inner-page-banner .banner__content h1 {
        font-size: 36px;
    }

    .tp-btn {
        padding: 6px 6px 6px 18px;
    }
}

.content-block .w-richtext {
    width: 100%;
}

.technologies-list ul {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row !important;
}

.technologies-list ul li {
    display: inline-block !important;
    margin: 0 !important;
    padding: 0 !important;
    width: auto !important;
    border: none !important;
}

.technologies-list ul img.tech-icon {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.services-blocks .service-box a > span{
	display:none;
}

.banner-wrapper .left-clock > a{
	margin-top:2rem;
}

@media screen and (max-width: 575px) {
    .technologies-list ul img.tech-icon {
        width: 24px;
        height: 24px;
    }
}