@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&family=Teko:wght@300..700&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Manrope:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Sora:wght@100..800&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Familjen+Grotesk:ital,wght@0,400..700;1,400..700&display=swap" rel="stylesheet');

@keyframes wave-front {
    to {
        transform: translateX(-50%)
    }
}

@keyframes wave-back {
    to {
        transform: translateX(50%)
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    to {
        margin-top: 0
    }
}

@keyframes bar_anim {

    0%,
    to {
        -webkit-clip-path: inset(-2px 0);
        clip-path: inset(-2px 0)
    }

    42% {
        -webkit-clip-path: inset(-2px 0-2px 100%);
        clip-path: inset(-2px 0-2px 100%)
    }

    43% {
        -webkit-clip-path: inset(-2px 100% -2px 0);
        clip-path: inset(-2px 100% -2px 0)
    }
}

@keyframes dash-2 {
    to {
        stroke-dashoffset: 0;
        stroke-dasharray: 3000
    }
}

@-webkit-keyframes tpSwing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    to {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@-moz-keyframes tpSwing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    to {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@-ms-keyframes tpSwing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    to {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@keyframes tpSwing {
    0% {
        -webkit-transform: rotate(6deg);
        -moz-transform: rotate(6deg);
        -ms-transform: rotate(6deg);
        -o-transform: rotate(6deg);
        transform: rotate(6deg)
    }

    to {
        -webkit-transform: rotate(-6deg);
        -moz-transform: rotate(-6deg);
        -ms-transform: rotate(-6deg);
        -o-transform: rotate(-6deg);
        transform: rotate(-6deg)
    }
}

@keyframes tp_animation_spin {
    0% {
        transform: rotate(0)
    }

    to {
        transform: rotate(360deg)
    }
}

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

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

@keyframes mymove {

    0%,
    to {
        transform: scale(.9)
    }

    50% {
        transform: scale(1)
    }
}

@keyframes levitate-lg {

    0%,
    to {
        -webkit-transform: translateY(0) scale(1);
        transform: translateY(0) scale(1)
    }

    50% {
        -webkit-transform: translateY(30px) scale(1.01);
        transform: translateY(30px) scale(1.01)
    }
}

@keyframes popups {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    50% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes color-change {

    0%,
    to {
        opacity: .7
    }

    50% {
        opacity: 1
    }
}

@-webkit-keyframes sliderTitle3 {
    0% {
        background-position: 0
    }

    to {
        background-position: 100%
    }
}

@-moz-keyframes sliderTitle3 {
    0% {
        background-position: 0
    }

    to {
        background-position: 100%
    }
}

@-ms-keyframes sliderTitle3 {
    0% {
        background-position: 0
    }

    to {
        background-position: 100%
    }
}

@keyframes sliderTitle3 {
    0% {
        background-position: 0
    }

    to {
        background-position: 100%
    }
}

@-webkit-keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    to {
        transform: translate(0)
    }
}

@-moz-keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    to {
        transform: translate(0)
    }
}

@-ms-keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    to {
        transform: translate(0)
    }
}

@keyframes tpshake {
    10% {
        transform: translateY(-10px)
    }

    50% {
        transform: skew(15deg)
    }

    80% {
        transform: rotate(10deg)
    }

    to {
        transform: translate(0)
    }
}

@-webkit-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3);
        box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3)
    }

    to {
        -webkit-box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0;
        box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0
    }
}

@-moz-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3);
        box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3)
    }

    to {
        -webkit-box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0;
        box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0
    }
}

@-ms-keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3);
        box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3)
    }

    to {
        -webkit-box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0;
        box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0
    }
}

@keyframes ripple-red {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3);
        box-shadow: 0 0 0 0 rgb(255 255 255/.3), 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3)
    }

    to {
        -webkit-box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0;
        box-shadow: 0 0 0 10px rgb(255 255 255/.3), 0 0 0 20px rgb(255 255 255/.3), 0 0 0 30px #fff0
    }
}

@keyframes upslide {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-20px)
    }

    60% {
        transform: translateY(-10px)
    }
}

@keyframes upslide-1 {

    0%,
    20%,
    50%,
    80%,
    to {
        transform: translateY(0)
    }

    40% {
        transform: translateY(-8px)
    }

    60% {
        transform: translateY(-4px)
    }
}

@keyframes arrowLineRotation {
    to {
        transform: rotate(180deg)
    }
}

@keyframes arrowLineRotationRev {
    to {
        transform: rotate(-180deg)
    }
}

@keyframes dash {
    0% {
        stroke-dashoffset: 1000
    }

    to {
        stroke-dashoffset: 0
    }
}

@-webkit-keyframes loading {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes loading {
    0% {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes anim-top-bottom {
    0% {
        transform: translateY(-20px)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes anim-left-right {
    0% {
        transform: translateX(-50px)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes animate-pulse {
    0% {
        box-shadow: 0 0 0 0 rgb(255 255 255/.8), 0 0 0 0 rgb(255 255 255/.8)
    }

    40% {
        box-shadow: 0 0 0 50px #fff0, 0 0 0 0 rgb(255 255 255/.8)
    }

    80% {
        box-shadow: 0 0 0 50px #fff0, 0 0 0 30px #fff0
    }

    to {
        box-shadow: 0 0 0 0#fff0, 0 0 0 30px #fff0
    }
}

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

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

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

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

@keyframes shaking {

    0%,
    to {
        transform: scale(1, 1)
    }

    25% {
        transform: scale(.7, 1.1)
    }

    50% {
        transform: scale(1.1, .7)
    }

    75% {
        transform: scale(.95, 1.05)
    }
}

.transition-3,
a,
button,
input,
li,
p,
select,
textarea {
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.tp-offcanvas-social ul li a svg,
.tp-product-details-views>span svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.al-hero-pg-social a svg,
.tp-perspective-social-info span svg,
.tp-product-details-action-sm-btn svg,
.tp-product-details-wishlist-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px)
}

.al-banner-shop-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

:root {
    --tp-ff-body: 'Inter', sans-serif;
    --tp-ff-heading: 'Poppins', sans-serif;
    --tp-ff-p: 'Inter', sans-serif;
    --tp-ff-teko: 'Teko', sans-serif;
    --tp-ff-funnel: 'Funnel Display', sans-serif;
    --tp-ff-sora: 'Sora', sans-serif;
    --tp-ff-dm: 'DM Sans', sans-serif;
    --tp-ff-inter: 'Inter', sans-serif;
    --tp-ff-poppins: 'Poppins', sans-serif;
    --tp-ff-playfair: 'Playfair Display', serif;
    --tp-ff-jakarta: 'Plus Jakarta Sans', sans-serif;
    --tp-ff-familjen: 'Familjen Grotesk', sans-serif;
    --tp-ff-morganite-bold: 'Morganite-Bold', sans-serif;
    --tp-ff-morganite-semibold: 'Morganite-SemiBold', sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #fff;
    --tp-common-white-2: #f0f0f0;
    --tp-common-black: #030303;
    --tp-common-black-1: #464646;
    --tp-common-black-2: #0d0d0d;
    --tp-common-black-3: #000;
    --tp-common-black-4: #405955;
    --tp-common-black-5: #111112;
    --tp-common-black-6: #333333;
    --tp-common-black-7: #121314;
    --tp-common-yellow: #fff112;
    --tp-common-yellow-2: #FFD500;
    --tp-common-green: #00dd80;
    --tp-common-green-2: #b4e717;
    --tp-common-green-3: #d5ffdd;
    --tp-common-blue: #5956e9;
    --tp-common-nights: #7D5DFF;
    --tp-common-meteor: #E62415;
    --tp-common-angry: #f14f44;
    --tp-common-sugar: #FFFBF5;
    --tp-common-cream: #b7ab98;
    --tp-common-pink: #eb5939;
    --tp-grey-1: #525252;
    --tp-grey-2: #999;
    --tp-grey-3: #f8f8f8;
    --tp-grey-4: #aaa;
    --tp-grey-5: #f3f1f2;
    --tp-grey-6: #AFB7B6;
    --tp-grey-7: #5c5c5c;
    --tp-grey-8: #464646;
    --tp-theme-primary-dark: #121B4A;
    --tp-theme-primary: #4A24E8;
    --tp-theme-secondary: #ff8000;
    --tp-theme-1: #0752c5;
    --tp-border-1: #eee;
    --tp-border-2: rgba(51, 51, 51, 0.8);
    --tp-border-3: rgba(255, 255, 255, 0.1)
}

* {
    box-sizing: border-box
}

body,
p {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-common-black);
    line-height: 24px
}

p {
    font-family: var(--tp-ff-inter);
    color: var(--tp-grey-1);
    line-height: 22px;
    margin-bottom: 12px
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-poppins);
    color: var(--tp-grey-8);
    margin-top: 0;
    font-weight: 700;
    letter-spacing: -.02em;
    line-height: 1.1;
    -webkit-transition: color .3s 0s ease-out;
    -moz-transition: color .3s 0s ease-out;
    -ms-transition: color .3s 0s ease-out;
    -o-transition: color .3s 0s ease-out;
    transition: color .3s 0s ease-out
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 50px
}

h3 {
    font-size: 36px
}

h4 {
    font-size: 26px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

*,
ul {
    margin: 0;
    padding: 0
}

img {
    max-width: 100%
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

a:focus {
    outline: 0
}

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

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

a,
button {
    color: inherit;
    outline: 0;
    border: 0;
    background: #fff0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
    line-height: 42px;
    color: var(--tp-theme-primary)
}

textarea {
    color: var(--tp-theme-primary)
}

.form-select,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url] {
    padding-left: 12px;
    padding-right: 12px
}

.form-select,
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    outline: 0;
    height: 42px;
    width: 100%;
    font-size: 14px;
    border-radius: 4px;
    border: 1px solid var(--tp-common-white);
    background: var(--tp-common-white)
}

.form-label {
    font-size: 13px
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--tp-grey-2)
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: var(--tp-grey-2)
}

input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: var(--tp-grey-2)
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--tp-grey-2)
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: var(--tp-grey-2)
}

[dir=rtl] input[type=email],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=text],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
    text-align: right
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--tp-theme-primary)
}

input[type=email]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

textarea {
    line-height: 1.4;
    padding: 17px 12px
}

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

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

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

::-moz-placeholder {
    color: var(--tp-theme-primary-1);
    font-size: 14px;
    opacity: 1
}

::placeholder {
    color: var(--tp-theme-primary-1);
    font-size: 14px;
    opacity: 1
}

.z-index {
    z-index: 1
}

.gx-10 {
    --bs-gutter-x: 10px
}

.gx-12 {
    --bs-gutter-x: 12px
}

.gx-15 {
    --bs-gutter-x: 15px
}

.gx-20 {
    --bs-gutter-x: 20px
}

.gx-23 {
    --bs-gutter-x: 23px
}

.gx-25 {
    --bs-gutter-x: 25px
}

.gx-30 {
    --bs-gutter-x: 30px
}

.gx-35 {
    --bs-gutter-x: 35px
}

.gx-40 {
    --bs-gutter-x: 40px
}

.gx-45 {
    --bs-gutter-x: 45px
}

.gx-50 {
    --bs-gutter-x: 50px
}

@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:574.98px) {
    .gx-50 {
        --bs-gutter-x: 15px
    }
}

.gx-60 {
    --bs-gutter-x: 60px
}

@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:574.98px) {
    .gx-60 {
        --bs-gutter-x: 30px
    }
}

.gx-90 {
    --bs-gutter-x: 90px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .gx-90 {
        --bs-gutter-x: 50px
    }
}

@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:574.98px) {
    .gx-90 {
        --bs-gutter-x: 30px
    }
}

.w-img img {
    width: 100%
}

.m-img img {
    max-width: 100%
}

.hover-text-white:hover {
    color: var(--tp-common-white) !important
}

.hover-text-black:hover {
    color: var(--tp-common-black)
}

.hover-text-primary:hover {
    color: var(--tp-theme-primary)
}

.hover-text-grey:hover {
    color: var(--tp-grey-2)
}

.section-m-spacing {
    margin-top: -1px
}

.text-italic {
    font-style: italic
}

.fix {
    overflow: hidden
}

.clear {
    clear: both
}

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

.z-index-2 {
    z-index: 2
}

.z-index-3 {
    z-index: 3
}

.z-index-4 {
    z-index: 4
}

.z-index-5 {
    z-index: 5
}

.z-index-6 {
    z-index: 6
}

.z-index-7 {
    z-index: 7
}

.z-index-8 {
    z-index: 8
}

.z-index-9 {
    z-index: 9
}

.z-index-10 {
    z-index: 10
}

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

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

.p-relative,
.tp-offcanvas-menu ul li .tp-submenu .homemenu,
.tp-offcanvas-menu ul li .tp-submenu .homemenu.comeing-soon .homemenu-thumb {
    position: relative
}

.p-absolute {
    position: absolute
}

.p-inherit {
    position: inherit !important
}

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

.tp-transfrom {
    transform: translateY(-1px) !important
}

.tp-header-pb-social ul li a svg,
.tp-transfrom-2 {
    transform: translateY(-2px)
}

.tp-header-md-social ul li a svg,
.tp-transfrom-3 {
    transform: translateY(-3px)
}

.tp-transfrom-4 {
    transform: translateY(-4px)
}

.tp-round-4 {
    border-radius: 4px
}

.tp-round-8 {
    border-radius: 8px
}

.tp-round-10 {
    border-radius: 10px
}

.tp-round-20 {
    border-radius: 20px
}

.tp-round-24 {
    border-radius: 24px
}

.tp-round-26 {
    border-radius: 26px
}

.tp-round-32 {
    border-radius: 32px
}

.tp-round-36 {
    border-radius: 36px
}

.lh-0 {
    line-height: 0
}

.lh-22 {
    line-height: 22px
}

.lh-24 {
    line-height: 24px
}

.lh-28 {
    line-height: 28px
}

.lh-30 {
    line-height: 30px
}

.lh-32 {
    line-height: 32px
}

.lh-34 {
    line-height: 34px
}

.lh-36 {
    line-height: 36px
}

.lh-38 {
    line-height: 38px
}

.lh-110-per {
    line-height: 1.1
}

.lh-120-per {
    line-height: 1.2
}

.lh-130-per {
    line-height: 1.3
}

.lh-140-per {
    line-height: 1.4
}

.lh-150-per {
    line-height: 1.5
}

.lh-160-per {
    line-height: 1.6
}

.lh-180-per {
    line-height: 1.8
}

.ls-0 {
    letter-spacing: 0
}

.ls-1 {
    letter-spacing: .01em
}

.ls-m-1 {
    letter-spacing: -.01em
}

.ls-m-2 {
    letter-spacing: -.02em
}

.ls-m-3 {
    letter-spacing: -.03em
}

.ls-m-4 {
    letter-spacing: -.04em
}

.ls-m-5 {
    letter-spacing: -.05em
}

.ls-m-6 {
    letter-spacing: -.06em
}

.opacity-8 {
    opacity: .8
}

.hover-opacity-1:hover {
    opacity: 1
}

.underline-black,
.underline-black:hover,
.underline-white,
.underline-white:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.underline-black:hover,
.underline-white:hover {
    background-size: 0 1px, 100% 1px
}

.tp-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 3
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .br br {
        display: none
    }
}

.slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.text-uppercase {
    text-transform: uppercase
}

.img-cover,
.tp-hero-2-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.counter-row {
    counter-reset: count
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .pt-170 {
        padding-top: 115px
    }

    .pt-165 {
        padding-top: 110px
    }

    .pt-140,
    .pt-145,
    .pt-150,
    .pt-155,
    .pt-160 {
        padding-top: 100px
    }

    .pt-135 {
        padding-top: 95px
    }

    .pt-130 {
        padding-top: 90px
    }

    .pt-125 {
        padding-top: 85px
    }

    .pt-120 {
        padding-top: 80px
    }

    .pt-115 {
        padding-top: 75px
    }

    .pt-110 {
        padding-top: 70px
    }

    .pt-105 {
        padding-top: 65px
    }

    .pt-100 {
        padding-top: 60px
    }

    .pb-170 {
        padding-bottom: 100px
    }
}

@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:574.98px) {
    .pt-180 {
        padding-top: 100px
    }

    .pt-190 {
        padding-top: 110px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {

    .pb-140,
    .pb-145,
    .pb-150,
    .pb-155,
    .pb-160,
    .pb-165 {
        padding-bottom: 100px
    }

    .pb-135 {
        padding-bottom: 95px
    }

    .pb-130 {
        padding-bottom: 90px
    }

    .pb-125 {
        padding-bottom: 85px
    }

    .pb-120 {
        padding-bottom: 80px
    }

    .pb-115 {
        padding-bottom: 75px
    }

    .pb-110 {
        padding-bottom: 70px
    }

    .pb-105 {
        padding-bottom: 65px
    }

    .pb-100 {
        padding-bottom: 60px
    }

    .pb-95 {
        padding-bottom: 55px
    }

    .pb-90 {
        padding-bottom: 50px
    }
}

@media (min-width:1400px) {
    .container-1800 {
        max-width: 1800px
    }

    .container-1524 {
        max-width: 1524px
    }

    .container-1646 {
        max-width: 1646px
    }

    .container-1824 {
        max-width: 1824px
    }

    .container-1750 {
        max-width: 1750px
    }

    .container-1380 {
        max-width: 1380px
    }

    .container-1230 {
        max-width: 1230px
    }

    .container-1320 {
        max-width: 1320px
    }
}

.fw-100 {
    font-weight: 100
}

.fw-200 {
    font-weight: 200
}

.fw-300 {
    font-weight: 300
}

.fw-400 {
    font-weight: 400
}

.fw-500 {
    font-weight: 500
}

.fw-600 {
    font-weight: 600
}

.fw-700,
.sticky-white-bg .tp-megamenu-list ul li a span {
    font-weight: 700
}

.fw-800 {
    font-weight: 800
}

.fw-900 {
    font-weight: 900
}

.fs-12 {
    font-size: 12px
}

.fs-13 {
    font-size: 13px
}

.fs-14,
.scrollToTop .arrowUp i {
    font-size: 14px
}

.fs-15 {
    font-size: 15px
}

.fs-16 {
    font-size: 16px
}

.fs-17 {
    font-size: 17px
}

.fs-18 {
    font-size: 18px
}

.fs-19 {
    font-size: 19px
}

.fs-20 {
    font-size: 20px
}

.fs-21 {
    font-size: 21px
}

.fs-22 {
    font-size: 22px
}

.fs-23 {
    font-size: 23px
}

.fs-24 {
    font-size: 24px
}

.fs-25 {
    font-size: 25px
}

.fs-26 {
    font-size: 26px
}

.fs-27 {
    font-size: 27px
}

.fs-28 {
    font-size: 28px
}

.fs-29 {
    font-size: 29px
}

.fs-30 {
    font-size: 30px
}

.fs-31 {
    font-size: 31px
}

.fs-32 {
    font-size: 32px
}

.fs-33 {
    font-size: 33px
}

.fs-34 {
    font-size: 34px
}

.fs-35 {
    font-size: 35px
}

.fs-36 {
    font-size: 36px
}

.fs-37 {
    font-size: 37px
}

.fs-38 {
    font-size: 38px
}

.fs-39 {
    font-size: 39px
}

.fs-40 {
    font-size: 40px
}

.fs-41 {
    font-size: 41px
}

.fs-42 {
    font-size: 42px
}

.fs-43 {
    font-size: 43px
}

.fs-44 {
    font-size: 44px
}

.fs-45 {
    font-size: 45px
}

.fs-46 {
    font-size: 46px
}

.fs-47 {
    font-size: 47px
}

.fs-48 {
    font-size: 48px
}

.fs-49 {
    font-size: 49px
}

.fs-50 {
    font-size: 50px
}

.fs-51 {
    font-size: 51px
}

.fs-52 {
    font-size: 52px
}

.fs-53 {
    font-size: 53px
}

.fs-54 {
    font-size: 54px
}

.fs-55 {
    font-size: 55px
}

.fs-56 {
    font-size: 56px
}

.fs-57 {
    font-size: 57px
}

.fs-58 {
    font-size: 58px
}

.fs-59 {
    font-size: 59px
}

.fs-60 {
    font-size: 60px
}

.fs-61 {
    font-size: 61px
}

.fs-62 {
    font-size: 62px
}

.fs-63 {
    font-size: 63px
}

.fs-64 {
    font-size: 64px
}

.fs-65 {
    font-size: 65px
}

.fs-66 {
    font-size: 66px
}

.fs-67 {
    font-size: 67px
}

.fs-68 {
    font-size: 68px
}

.fs-69 {
    font-size: 69px
}

.fs-70 {
    font-size: 70px
}

.fs-71 {
    font-size: 71px
}

.fs-72 {
    font-size: 72px
}

.fs-73 {
    font-size: 73px
}

.fs-74 {
    font-size: 74px
}

.fs-75 {
    font-size: 75px
}

.fs-76 {
    font-size: 76px
}

.fs-77 {
    font-size: 77px
}

.fs-78 {
    font-size: 78px
}

.fs-79 {
    font-size: 79px
}

.fs-80 {
    font-size: 80px
}

.fs-81 {
    font-size: 81px
}

.fs-82 {
    font-size: 82px
}

.fs-83 {
    font-size: 83px
}

.fs-84 {
    font-size: 84px
}

.fs-85 {
    font-size: 85px
}

.fs-86 {
    font-size: 86px
}

.fs-87 {
    font-size: 87px
}

.fs-88 {
    font-size: 88px
}

.fs-89 {
    font-size: 89px
}

.fs-90 {
    font-size: 90px
}

.fs-91 {
    font-size: 91px
}

.fs-92 {
    font-size: 92px
}

.fs-93 {
    font-size: 93px
}

.fs-94 {
    font-size: 94px
}

.fs-95 {
    font-size: 95px
}

.fs-96 {
    font-size: 96px
}

.fs-97 {
    font-size: 97px
}

.fs-98 {
    font-size: 98px
}

.fs-99 {
    font-size: 99px
}

.fs-100 {
    font-size: 100px
}

@media (max-width:1399.98px) {
    .fs-xl-12 {
        font-size: 12px
    }

    .fs-xl-13 {
        font-size: 13px
    }

    .fs-xl-14 {
        font-size: 14px
    }

    .fs-xl-15 {
        font-size: 15px
    }

    .fs-xl-16 {
        font-size: 16px
    }

    .fs-xl-17 {
        font-size: 17px
    }

    .fs-xl-18 {
        font-size: 18px
    }

    .fs-xl-19 {
        font-size: 19px
    }

    .fs-xl-20 {
        font-size: 20px
    }

    .fs-xl-21 {
        font-size: 21px
    }

    .fs-xl-22 {
        font-size: 22px
    }

    .fs-xl-23 {
        font-size: 23px
    }

    .fs-xl-24 {
        font-size: 24px
    }

    .fs-xl-25 {
        font-size: 25px
    }

    .fs-xl-26 {
        font-size: 26px
    }

    .fs-xl-27 {
        font-size: 27px
    }

    .fs-xl-28 {
        font-size: 28px
    }

    .fs-xl-29 {
        font-size: 29px
    }

    .fs-xl-30 {
        font-size: 30px
    }

    .fs-xl-31 {
        font-size: 31px
    }

    .fs-xl-32 {
        font-size: 32px
    }

    .fs-xl-33 {
        font-size: 33px
    }

    .fs-xl-34 {
        font-size: 34px
    }

    .fs-xl-35 {
        font-size: 35px
    }

    .fs-xl-36 {
        font-size: 36px
    }

    .fs-xl-37 {
        font-size: 37px
    }

    .fs-xl-38 {
        font-size: 38px
    }

    .fs-xl-39 {
        font-size: 39px
    }

    .fs-xl-40 {
        font-size: 40px
    }

    .fs-xl-41 {
        font-size: 41px
    }

    .fs-xl-42 {
        font-size: 42px
    }

    .fs-xl-43 {
        font-size: 43px
    }

    .fs-xl-44 {
        font-size: 44px
    }

    .fs-xl-45 {
        font-size: 45px
    }

    .fs-xl-46 {
        font-size: 46px
    }

    .fs-xl-47 {
        font-size: 47px
    }

    .fs-xl-48 {
        font-size: 48px
    }

    .fs-xl-49 {
        font-size: 49px
    }

    .fs-xl-50 {
        font-size: 50px
    }

    .fs-xl-51 {
        font-size: 51px
    }

    .fs-xl-52 {
        font-size: 52px
    }

    .fs-xl-53 {
        font-size: 53px
    }

    .fs-xl-54 {
        font-size: 54px
    }

    .fs-xl-55 {
        font-size: 55px
    }

    .fs-xl-56 {
        font-size: 56px
    }

    .fs-xl-57 {
        font-size: 57px
    }

    .fs-xl-58 {
        font-size: 58px
    }

    .fs-xl-59 {
        font-size: 59px
    }

    .fs-xl-60 {
        font-size: 60px
    }

    .fs-xl-61 {
        font-size: 61px
    }

    .fs-xl-62 {
        font-size: 62px
    }

    .fs-xl-63 {
        font-size: 63px
    }

    .fs-xl-64 {
        font-size: 64px
    }

    .fs-xl-65 {
        font-size: 65px
    }

    .fs-xl-66 {
        font-size: 66px
    }

    .fs-xl-67 {
        font-size: 67px
    }

    .fs-xl-68 {
        font-size: 68px
    }

    .fs-xl-69 {
        font-size: 69px
    }

    .fs-xl-70 {
        font-size: 70px
    }

    .fs-xl-71 {
        font-size: 71px
    }

    .fs-xl-72 {
        font-size: 72px
    }

    .fs-xl-73 {
        font-size: 73px
    }

    .fs-xl-74 {
        font-size: 74px
    }

    .fs-xl-75 {
        font-size: 75px
    }

    .fs-xl-76 {
        font-size: 76px
    }

    .fs-xl-77 {
        font-size: 77px
    }

    .fs-xl-78 {
        font-size: 78px
    }

    .fs-xl-79 {
        font-size: 79px
    }

    .fs-xl-80 {
        font-size: 80px
    }

    .fs-xl-81 {
        font-size: 81px
    }

    .fs-xl-82 {
        font-size: 82px
    }

    .fs-xl-83 {
        font-size: 83px
    }

    .fs-xl-84 {
        font-size: 84px
    }

    .fs-xl-85 {
        font-size: 85px
    }

    .fs-xl-86 {
        font-size: 86px
    }

    .fs-xl-87 {
        font-size: 87px
    }

    .fs-xl-88 {
        font-size: 88px
    }

    .fs-xl-89 {
        font-size: 89px
    }

    .fs-xl-90 {
        font-size: 90px
    }

    .fs-xl-91 {
        font-size: 91px
    }

    .fs-xl-92 {
        font-size: 92px
    }

    .fs-xl-93 {
        font-size: 93px
    }

    .fs-xl-94 {
        font-size: 94px
    }

    .fs-xl-95 {
        font-size: 95px
    }

    .fs-xl-96 {
        font-size: 96px
    }

    .fs-xl-97 {
        font-size: 97px
    }

    .fs-xl-98 {
        font-size: 98px
    }

    .fs-xl-99 {
        font-size: 99px
    }

    .fs-xl-100 {
        font-size: 100px
    }
}

@media (max-width:1199.98px) {
    .fs-lg-12 {
        font-size: 12px
    }

    .fs-lg-13 {
        font-size: 13px
    }

    .fs-lg-14 {
        font-size: 14px
    }

    .fs-lg-15 {
        font-size: 15px
    }

    .fs-lg-16 {
        font-size: 16px
    }

    .fs-lg-17 {
        font-size: 17px
    }

    .fs-lg-18 {
        font-size: 18px
    }

    .fs-lg-19 {
        font-size: 19px
    }

    .fs-lg-20 {
        font-size: 20px
    }

    .fs-lg-21 {
        font-size: 21px
    }

    .fs-lg-22 {
        font-size: 22px
    }

    .fs-lg-23 {
        font-size: 23px
    }

    .fs-lg-24 {
        font-size: 24px
    }

    .fs-lg-25 {
        font-size: 25px
    }

    .fs-lg-26 {
        font-size: 26px
    }

    .fs-lg-27 {
        font-size: 27px
    }

    .fs-lg-28 {
        font-size: 28px
    }

    .fs-lg-29 {
        font-size: 29px
    }

    .fs-lg-30 {
        font-size: 30px
    }

    .fs-lg-31 {
        font-size: 31px
    }

    .fs-lg-32 {
        font-size: 32px
    }

    .fs-lg-33 {
        font-size: 33px
    }

    .fs-lg-34 {
        font-size: 34px
    }

    .fs-lg-35 {
        font-size: 35px
    }

    .fs-lg-36 {
        font-size: 36px
    }

    .fs-lg-37 {
        font-size: 37px
    }

    .fs-lg-38 {
        font-size: 38px
    }

    .fs-lg-39 {
        font-size: 39px
    }

    .fs-lg-40 {
        font-size: 40px
    }

    .fs-lg-41 {
        font-size: 41px
    }

    .fs-lg-42 {
        font-size: 42px
    }

    .fs-lg-43 {
        font-size: 43px
    }

    .fs-lg-44 {
        font-size: 44px
    }

    .fs-lg-45 {
        font-size: 45px
    }

    .fs-lg-46 {
        font-size: 46px
    }

    .fs-lg-47 {
        font-size: 47px
    }

    .fs-lg-48 {
        font-size: 48px
    }

    .fs-lg-49 {
        font-size: 49px
    }

    .fs-lg-50 {
        font-size: 50px
    }

    .fs-lg-51 {
        font-size: 51px
    }

    .fs-lg-52 {
        font-size: 52px
    }

    .fs-lg-53 {
        font-size: 53px
    }

    .fs-lg-54 {
        font-size: 54px
    }

    .fs-lg-55 {
        font-size: 55px
    }

    .fs-lg-56 {
        font-size: 56px
    }

    .fs-lg-57 {
        font-size: 57px
    }

    .fs-lg-58 {
        font-size: 58px
    }

    .fs-lg-59 {
        font-size: 59px
    }

    .fs-lg-60 {
        font-size: 60px
    }

    .fs-lg-61 {
        font-size: 61px
    }

    .fs-lg-62 {
        font-size: 62px
    }

    .fs-lg-63 {
        font-size: 63px
    }

    .fs-lg-64 {
        font-size: 64px
    }

    .fs-lg-65 {
        font-size: 65px
    }

    .fs-lg-66 {
        font-size: 66px
    }

    .fs-lg-67 {
        font-size: 67px
    }

    .fs-lg-68 {
        font-size: 68px
    }

    .fs-lg-69 {
        font-size: 69px
    }

    .fs-lg-70 {
        font-size: 70px
    }

    .fs-lg-71 {
        font-size: 71px
    }

    .fs-lg-72 {
        font-size: 72px
    }

    .fs-lg-73 {
        font-size: 73px
    }

    .fs-lg-74 {
        font-size: 74px
    }

    .fs-lg-75 {
        font-size: 75px
    }

    .fs-lg-76 {
        font-size: 76px
    }

    .fs-lg-77 {
        font-size: 77px
    }

    .fs-lg-78 {
        font-size: 78px
    }

    .fs-lg-79 {
        font-size: 79px
    }

    .fs-lg-80 {
        font-size: 80px
    }

    .fs-lg-81 {
        font-size: 81px
    }

    .fs-lg-82 {
        font-size: 82px
    }

    .fs-lg-83 {
        font-size: 83px
    }

    .fs-lg-84 {
        font-size: 84px
    }

    .fs-lg-85 {
        font-size: 85px
    }

    .fs-lg-86 {
        font-size: 86px
    }

    .fs-lg-87 {
        font-size: 87px
    }

    .fs-lg-88 {
        font-size: 88px
    }

    .fs-lg-89 {
        font-size: 89px
    }

    .fs-lg-90 {
        font-size: 90px
    }

    .fs-lg-91 {
        font-size: 91px
    }

    .fs-lg-92 {
        font-size: 92px
    }

    .fs-lg-93 {
        font-size: 93px
    }

    .fs-lg-94 {
        font-size: 94px
    }

    .fs-lg-95 {
        font-size: 95px
    }

    .fs-lg-96 {
        font-size: 96px
    }

    .fs-lg-97 {
        font-size: 97px
    }

    .fs-lg-98 {
        font-size: 98px
    }

    .fs-lg-99 {
        font-size: 99px
    }

    .fs-lg-100 {
        font-size: 100px
    }
}

@media (max-width:991.98px) {
    .fs-md-12 {
        font-size: 12px
    }

    .fs-md-13 {
        font-size: 13px
    }

    .fs-md-14 {
        font-size: 14px
    }

    .fs-md-15 {
        font-size: 15px
    }

    .fs-md-16 {
        font-size: 16px
    }

    .fs-md-17 {
        font-size: 17px
    }

    .fs-md-18 {
        font-size: 18px
    }

    .fs-md-19 {
        font-size: 19px
    }

    .fs-md-20 {
        font-size: 20px
    }

    .fs-md-21 {
        font-size: 21px
    }

    .fs-md-22 {
        font-size: 22px
    }

    .fs-md-23 {
        font-size: 23px
    }

    .fs-md-24 {
        font-size: 24px
    }

    .fs-md-25 {
        font-size: 25px
    }

    .fs-md-26 {
        font-size: 26px
    }

    .fs-md-27 {
        font-size: 27px
    }

    .fs-md-28 {
        font-size: 28px
    }

    .fs-md-29 {
        font-size: 29px
    }

    .fs-md-30 {
        font-size: 30px
    }

    .fs-md-31 {
        font-size: 31px
    }

    .fs-md-32 {
        font-size: 32px
    }

    .fs-md-33 {
        font-size: 33px
    }

    .fs-md-34 {
        font-size: 34px
    }

    .fs-md-35 {
        font-size: 35px
    }

    .fs-md-36 {
        font-size: 36px
    }

    .fs-md-37 {
        font-size: 37px
    }

    .fs-md-38 {
        font-size: 38px
    }

    .fs-md-39 {
        font-size: 39px
    }

    .fs-md-40 {
        font-size: 40px
    }

    .fs-md-41 {
        font-size: 41px
    }

    .fs-md-42 {
        font-size: 42px
    }

    .fs-md-43 {
        font-size: 43px
    }

    .fs-md-44 {
        font-size: 44px
    }

    .fs-md-45 {
        font-size: 45px
    }

    .fs-md-46 {
        font-size: 46px
    }

    .fs-md-47 {
        font-size: 47px
    }

    .fs-md-48 {
        font-size: 48px
    }

    .fs-md-49 {
        font-size: 49px
    }

    .fs-md-50 {
        font-size: 50px
    }

    .fs-md-51 {
        font-size: 51px
    }

    .fs-md-52 {
        font-size: 52px
    }

    .fs-md-53 {
        font-size: 53px
    }

    .fs-md-54 {
        font-size: 54px
    }

    .fs-md-55 {
        font-size: 55px
    }

    .fs-md-56 {
        font-size: 56px
    }

    .fs-md-57 {
        font-size: 57px
    }

    .fs-md-58 {
        font-size: 58px
    }

    .fs-md-59 {
        font-size: 59px
    }

    .fs-md-60 {
        font-size: 60px
    }

    .fs-md-61 {
        font-size: 61px
    }

    .fs-md-62 {
        font-size: 62px
    }

    .fs-md-63 {
        font-size: 63px
    }

    .fs-md-64 {
        font-size: 64px
    }

    .fs-md-65 {
        font-size: 65px
    }

    .fs-md-66 {
        font-size: 66px
    }

    .fs-md-67 {
        font-size: 67px
    }

    .fs-md-68 {
        font-size: 68px
    }

    .fs-md-69 {
        font-size: 69px
    }

    .fs-md-70 {
        font-size: 70px
    }

    .fs-md-71 {
        font-size: 71px
    }

    .fs-md-72 {
        font-size: 72px
    }

    .fs-md-73 {
        font-size: 73px
    }

    .fs-md-74 {
        font-size: 74px
    }

    .fs-md-75 {
        font-size: 75px
    }

    .fs-md-76 {
        font-size: 76px
    }

    .fs-md-77 {
        font-size: 77px
    }

    .fs-md-78 {
        font-size: 78px
    }

    .fs-md-79 {
        font-size: 79px
    }

    .fs-md-80 {
        font-size: 80px
    }

    .fs-md-81 {
        font-size: 81px
    }

    .fs-md-82 {
        font-size: 82px
    }

    .fs-md-83 {
        font-size: 83px
    }

    .fs-md-84 {
        font-size: 84px
    }

    .fs-md-85 {
        font-size: 85px
    }

    .fs-md-86 {
        font-size: 86px
    }

    .fs-md-87 {
        font-size: 87px
    }

    .fs-md-88 {
        font-size: 88px
    }

    .fs-md-89 {
        font-size: 89px
    }

    .fs-md-90 {
        font-size: 90px
    }

    .fs-md-91 {
        font-size: 91px
    }

    .fs-md-92 {
        font-size: 92px
    }

    .fs-md-93 {
        font-size: 93px
    }

    .fs-md-94 {
        font-size: 94px
    }

    .fs-md-95 {
        font-size: 95px
    }

    .fs-md-96 {
        font-size: 96px
    }

    .fs-md-97 {
        font-size: 97px
    }

    .fs-md-98 {
        font-size: 98px
    }

    .fs-md-99 {
        font-size: 99px
    }

    .fs-md-100 {
        font-size: 100px
    }
}

@media (max-width:767.98px) {
    .fs-sm-12 {
        font-size: 12px
    }

    .fs-sm-13 {
        font-size: 13px
    }

    .fs-sm-14 {
        font-size: 14px
    }

    .fs-sm-15 {
        font-size: 15px
    }

    .fs-sm-16 {
        font-size: 16px
    }

    .fs-sm-17 {
        font-size: 17px
    }

    .fs-sm-18 {
        font-size: 18px
    }

    .fs-sm-19 {
        font-size: 19px
    }

    .fs-sm-20 {
        font-size: 20px
    }

    .fs-sm-21 {
        font-size: 21px
    }

    .fs-sm-22 {
        font-size: 22px
    }

    .fs-sm-23 {
        font-size: 23px
    }

    .fs-sm-24 {
        font-size: 24px
    }

    .fs-sm-25 {
        font-size: 25px
    }

    .fs-sm-26 {
        font-size: 26px
    }

    .fs-sm-27 {
        font-size: 27px
    }

    .fs-sm-28 {
        font-size: 28px
    }

    .fs-sm-29 {
        font-size: 29px
    }

    .fs-sm-30 {
        font-size: 30px
    }

    .fs-sm-31 {
        font-size: 31px
    }

    .fs-sm-32 {
        font-size: 32px
    }

    .fs-sm-33 {
        font-size: 33px
    }

    .fs-sm-34 {
        font-size: 34px
    }

    .fs-sm-35 {
        font-size: 35px
    }

    .fs-sm-36 {
        font-size: 36px
    }

    .fs-sm-37 {
        font-size: 37px
    }

    .fs-sm-38 {
        font-size: 38px
    }

    .fs-sm-39 {
        font-size: 39px
    }

    .fs-sm-40 {
        font-size: 40px
    }

    .fs-sm-41 {
        font-size: 41px
    }

    .fs-sm-42 {
        font-size: 42px
    }

    .fs-sm-43 {
        font-size: 43px
    }

    .fs-sm-44 {
        font-size: 44px
    }

    .fs-sm-45 {
        font-size: 45px
    }

    .fs-sm-46 {
        font-size: 46px
    }

    .fs-sm-47 {
        font-size: 47px
    }

    .fs-sm-48 {
        font-size: 48px
    }

    .fs-sm-49 {
        font-size: 49px
    }

    .fs-sm-50 {
        font-size: 50px
    }

    .fs-sm-51 {
        font-size: 51px
    }

    .fs-sm-52 {
        font-size: 52px
    }

    .fs-sm-53 {
        font-size: 53px
    }

    .fs-sm-54 {
        font-size: 54px
    }

    .fs-sm-55 {
        font-size: 55px
    }

    .fs-sm-56 {
        font-size: 56px
    }

    .fs-sm-57 {
        font-size: 57px
    }

    .fs-sm-58 {
        font-size: 58px
    }

    .fs-sm-59 {
        font-size: 59px
    }

    .fs-sm-60 {
        font-size: 60px
    }

    .fs-sm-61 {
        font-size: 61px
    }

    .fs-sm-62 {
        font-size: 62px
    }

    .fs-sm-63 {
        font-size: 63px
    }

    .fs-sm-64 {
        font-size: 64px
    }

    .fs-sm-65 {
        font-size: 65px
    }

    .fs-sm-66 {
        font-size: 66px
    }

    .fs-sm-67 {
        font-size: 67px
    }

    .fs-sm-68 {
        font-size: 68px
    }

    .fs-sm-69 {
        font-size: 69px
    }

    .fs-sm-70 {
        font-size: 70px
    }

    .fs-sm-71 {
        font-size: 71px
    }

    .fs-sm-72 {
        font-size: 72px
    }

    .fs-sm-73 {
        font-size: 73px
    }

    .fs-sm-74 {
        font-size: 74px
    }

    .fs-sm-75 {
        font-size: 75px
    }

    .fs-sm-76 {
        font-size: 76px
    }

    .fs-sm-77 {
        font-size: 77px
    }

    .fs-sm-78 {
        font-size: 78px
    }

    .fs-sm-79 {
        font-size: 79px
    }

    .fs-sm-80 {
        font-size: 80px
    }

    .fs-sm-81 {
        font-size: 81px
    }

    .fs-sm-82 {
        font-size: 82px
    }

    .fs-sm-83 {
        font-size: 83px
    }

    .fs-sm-84 {
        font-size: 84px
    }

    .fs-sm-85 {
        font-size: 85px
    }

    .fs-sm-86 {
        font-size: 86px
    }

    .fs-sm-87 {
        font-size: 87px
    }

    .fs-sm-88 {
        font-size: 88px
    }

    .fs-sm-89 {
        font-size: 89px
    }

    .fs-sm-90 {
        font-size: 90px
    }

    .fs-sm-91 {
        font-size: 91px
    }

    .fs-sm-92 {
        font-size: 92px
    }

    .fs-sm-93 {
        font-size: 93px
    }

    .fs-sm-94 {
        font-size: 94px
    }

    .fs-sm-95 {
        font-size: 95px
    }

    .fs-sm-96 {
        font-size: 96px
    }

    .fs-sm-97 {
        font-size: 97px
    }

    .fs-sm-98 {
        font-size: 98px
    }

    .fs-sm-99 {
        font-size: 99px
    }

    .fs-sm-100 {
        font-size: 100px
    }
}

@media (max-width:575.98px) {
    .fs-xs-12 {
        font-size: 12px
    }

    .fs-xs-13 {
        font-size: 13px
    }

    .fs-xs-14 {
        font-size: 14px
    }

    .fs-xs-15 {
        font-size: 15px
    }

    .fs-xs-16 {
        font-size: 16px
    }

    .fs-xs-17 {
        font-size: 17px
    }

    .fs-xs-18 {
        font-size: 18px
    }

    .fs-xs-19 {
        font-size: 19px
    }

    .fs-xs-20 {
        font-size: 20px
    }

    .fs-xs-21 {
        font-size: 21px
    }

    .fs-xs-22 {
        font-size: 22px
    }

    .fs-xs-23 {
        font-size: 23px
    }

    .fs-xs-24 {
        font-size: 24px
    }

    .fs-xs-25 {
        font-size: 25px
    }

    .fs-xs-26 {
        font-size: 26px
    }

    .fs-xs-27 {
        font-size: 27px
    }

    .fs-xs-28 {
        font-size: 28px
    }

    .fs-xs-29 {
        font-size: 29px
    }

    .fs-xs-30 {
        font-size: 30px
    }

    .fs-xs-31 {
        font-size: 31px
    }

    .fs-xs-32 {
        font-size: 32px
    }

    .fs-xs-33 {
        font-size: 33px
    }

    .fs-xs-34 {
        font-size: 34px
    }

    .fs-xs-35 {
        font-size: 35px
    }

    .fs-xs-36 {
        font-size: 36px
    }

    .fs-xs-37 {
        font-size: 37px
    }

    .fs-xs-38 {
        font-size: 38px
    }

    .fs-xs-39 {
        font-size: 39px
    }

    .fs-xs-40 {
        font-size: 40px
    }

    .fs-xs-41 {
        font-size: 41px
    }

    .fs-xs-42 {
        font-size: 42px
    }

    .fs-xs-43 {
        font-size: 43px
    }

    .fs-xs-44 {
        font-size: 44px
    }

    .fs-xs-45 {
        font-size: 45px
    }

    .fs-xs-46 {
        font-size: 46px
    }

    .fs-xs-47 {
        font-size: 47px
    }

    .fs-xs-48 {
        font-size: 48px
    }

    .fs-xs-49 {
        font-size: 49px
    }

    .fs-xs-50 {
        font-size: 50px
    }

    .fs-xs-51 {
        font-size: 51px
    }

    .fs-xs-52 {
        font-size: 52px
    }

    .fs-xs-53 {
        font-size: 53px
    }

    .fs-xs-54 {
        font-size: 54px
    }

    .fs-xs-55 {
        font-size: 55px
    }

    .fs-xs-56 {
        font-size: 56px
    }

    .fs-xs-57 {
        font-size: 57px
    }

    .fs-xs-58 {
        font-size: 58px
    }

    .fs-xs-59 {
        font-size: 59px
    }

    .fs-xs-60 {
        font-size: 60px
    }

    .fs-xs-61 {
        font-size: 61px
    }

    .fs-xs-62 {
        font-size: 62px
    }

    .fs-xs-63 {
        font-size: 63px
    }

    .fs-xs-64 {
        font-size: 64px
    }

    .fs-xs-65 {
        font-size: 65px
    }

    .fs-xs-66 {
        font-size: 66px
    }

    .fs-xs-67 {
        font-size: 67px
    }

    .fs-xs-68 {
        font-size: 68px
    }

    .fs-xs-69 {
        font-size: 69px
    }

    .fs-xs-70 {
        font-size: 70px
    }

    .fs-xs-71 {
        font-size: 71px
    }

    .fs-xs-72 {
        font-size: 72px
    }

    .fs-xs-73 {
        font-size: 73px
    }

    .fs-xs-74 {
        font-size: 74px
    }

    .fs-xs-75 {
        font-size: 75px
    }

    .fs-xs-76 {
        font-size: 76px
    }

    .fs-xs-77 {
        font-size: 77px
    }

    .fs-xs-78 {
        font-size: 78px
    }

    .fs-xs-79 {
        font-size: 79px
    }

    .fs-xs-80 {
        font-size: 80px
    }

    .fs-xs-81 {
        font-size: 81px
    }

    .fs-xs-82 {
        font-size: 82px
    }

    .fs-xs-83 {
        font-size: 83px
    }

    .fs-xs-84 {
        font-size: 84px
    }

    .fs-xs-85 {
        font-size: 85px
    }

    .fs-xs-86 {
        font-size: 86px
    }

    .fs-xs-87 {
        font-size: 87px
    }

    .fs-xs-88 {
        font-size: 88px
    }

    .fs-xs-89 {
        font-size: 89px
    }

    .fs-xs-90 {
        font-size: 90px
    }

    .fs-xs-91 {
        font-size: 91px
    }

    .fs-xs-92 {
        font-size: 92px
    }

    .fs-xs-93 {
        font-size: 93px
    }

    .fs-xs-94 {
        font-size: 94px
    }

    .fs-xs-95 {
        font-size: 95px
    }

    .fs-xs-96 {
        font-size: 96px
    }

    .fs-xs-97 {
        font-size: 97px
    }

    .fs-xs-98 {
        font-size: 98px
    }

    .fs-xs-99 {
        font-size: 99px
    }

    .fs-xs-100 {
        font-size: 100px
    }
}

.tp-text-common-white {
    color: var(--tp-common-white) !important
}

.tp-bg-common-white {
    background: var(--tp-common-white)
}

.tp-text-common-white-2 {
    color: var(--tp-common-white-2)
}

.tp-bg-common-white-2 {
    background: var(--tp-common-white-2)
}

.tp-text-common-black {
    color: var(--tp-common-black)
}

.tp-bg-common-black {
    background: var(--tp-common-black)
}

.tp-text-common-black-1 {
    color: var(--tp-common-black-1)
}

.tp-bg-common-black-1 {
    background: var(--tp-common-black-1)
}

.tp-text-common-black-2 {
    color: var(--tp-common-black-2)
}

.tp-bg-common-black-2 {
    background: var(--tp-common-black-2)
}

.tp-text-common-black-3 {
    color: var(--tp-common-black-3)
}

.tp-bg-common-black-3 {
    background: var(--tp-common-black-3)
}

.tp-text-common-black-4 {
    color: var(--tp-common-black-4)
}

.tp-bg-common-black-4 {
    background: var(--tp-common-black-4)
}

.tp-text-common-black-5 {
    color: var(--tp-common-black-5)
}

.tp-bg-common-black-5 {
    background: var(--tp-common-black-5)
}

.tp-text-common-black-6 {
    color: var(--tp-common-black-6)
}

.tp-bg-common-black-6 {
    background: var(--tp-common-black-6)
}

.tp-text-common-black-7 {
    color: var(--tp-common-black-7)
}

.tp-bg-common-black-7 {
    background: var(--tp-common-black-7)
}

.tp-text-common-yellow {
    color: var(--tp-common-yellow)
}

.tp-bg-common-yellow {
    background: var(--tp-common-yellow)
}

.tp-text-common-yellow-2 {
    color: var(--tp-common-yellow-2)
}

.tp-bg-common-yellow-2 {
    background: var(--tp-common-yellow-2)
}

.tp-text-common-green {
    color: var(--tp-common-green)
}

.tp-bg-common-green {
    background: var(--tp-common-green)
}

.tp-text-common-green-2 {
    color: var(--tp-common-green-2)
}

.tp-bg-common-green-2 {
    background: var(--tp-common-green-2)
}

.tp-text-common-green-3 {
    color: var(--tp-common-green-3)
}

.tp-bg-common-green-3 {
    background: var(--tp-common-green-3)
}

.tp-text-common-blue {
    color: var(--tp-common-blue)
}

.tp-bg-common-blue {
    background: var(--tp-common-blue)
}

.tp-service-sa-item:hover .tp-service-sa-item-icon svg,
.tp-text-common-nights {
    color: var(--tp-common-nights)
}

.tp-bg-common-nights {
    background: var(--tp-common-nights)
}

.tp-text-common-meteor {
    color: var(--tp-common-meteor)
}

.tp-bg-common-meteor {
    background: var(--tp-common-meteor)
}

.tp-text-common-angry {
    color: var(--tp-common-angry)
}

.tp-bg-common-angry {
    background: var(--tp-common-angry)
}

.tp-text-common-sugar {
    color: var(--tp-common-sugar)
}

.tp-bg-common-sugar {
    background: var(--tp-common-sugar)
}

.tp-text-common-cream {
    color: var(--tp-common-cream)
}

.tp-bg-common-cream {
    background: var(--tp-common-cream)
}

.tp-text-common-pink {
    color: var(--tp-common-pink)
}

.tp-bg-common-pink {
    background: var(--tp-common-pink)
}

.tp-text-grey-1 {
    color: var(--tp-grey-1)
}

.tp-bg-grey-1 {
    background: var(--tp-grey-1)
}

.tp-text-grey-2 {
    color: var(--tp-grey-2)
}

.tp-bg-grey-2 {
    background: var(--tp-grey-2)
}

.tp-text-grey-3 {
    color: var(--tp-grey-3)
}

.tp-bg-grey-3 {
    background: var(--tp-grey-3)
}

.tp-text-grey-4 {
    color: var(--tp-grey-4)
}

.tp-bg-grey-4 {
    background: var(--tp-grey-4)
}

.tp-text-grey-5 {
    color: var(--tp-grey-5)
}

.tp-bg-grey-5 {
    background: var(--tp-grey-5)
}

.tp-text-grey-6 {
    color: var(--tp-grey-6)
}

.tp-bg-grey-6 {
    background: var(--tp-grey-6)
}

.tp-text-grey-7 {
    color: var(--tp-grey-7)
}

.tp-bg-grey-7 {
    background: var(--tp-grey-7)
}

.tp-text-grey-8 {
    color: var(--tp-grey-8)
}

.tp-bg-grey-8 {
    background: var(--tp-grey-8)
}

.tp-text-theme-primary {
    color: var(--tp-theme-primary)
}

.tp-bg-theme-primary-dark {
    background: var(--tp-theme-primary-dark)
}

.tp-bg-theme-primary {
    background: var(--tp-theme-primary)
}

.tp-text-theme-secondary {
    color: var(--tp-theme-secondary) !important
}

.cursor-bg-red #ball,
.tp-bg-theme-secondary {
    background: var(--tp-theme-secondary) !important
}

.tp-text-theme-1 {
    color: var(--tp-theme-1)
}

.tp-bg-theme-1 {
    background: var(--tp-theme-1)
}

.tp-text-border-1 {
    color: var(--tp-border-1)
}

.tp-bg-border-1 {
    background: var(--tp-border-1)
}

.tp-text-border-2 {
    color: var(--tp-border-2)
}

.tp-bg-border-2 {
    background: var(--tp-border-2)
}

.tp-text-border-3 {
    color: var(--tp-border-3)
}

.tp-bg-border-3 {
    background: var(--tp-border-3)
}

.tp-ff-body {
    font-family: var(--tp-ff-body)
}

.tp-ff-heading {
    font-family: var(--tp-ff-heading)
}

.tp-ff-p {
    font-family: var(--tp-ff-p)
}

.tp-ff-teko {
    font-family: var(--tp-ff-teko)
}

.tp-ff-funnel {
    font-family: var(--tp-ff-funnel)
}

.tp-ff-sora {
    font-family: var(--tp-ff-sora)
}

.tp-ff-dm,
.tp-postbox-2-wrapper .postbox__comment-name h5,
.tp-postbox-2-wrapper .tp-service-details-content ul li b {
    font-family: var(--tp-ff-dm)
}

.tp-ff-poppins {
    font-family: var(--tp-ff-poppins)
}

.tp-ff-playfair {
    font-family: var(--tp-ff-playfair)
}

.tp-ff-jakarta {
    font-family: var(--tp-ff-jakarta)
}

.tp-ff-familjen {
    font-family: var(--tp-ff-familjen)
}

.tp-ff-morganite-bold {
    font-family: var(--tp-ff-morganite-bold)
}

.tp-ff-morganite-semibold {
    font-family: var(--tp-ff-morganite-semibold)
}

.tp-ff-fontawesome {
    font-family: var(--tp-ff-fontawesome)
}

.scrollToTop {
    display: none !important;
    height: 45px;
    width: 45px;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    z-index: 999;
    transition: .5s ease all;
    background: #cbc6c6
}

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

.scrollToTop.active-progress {
    display: block !important
}

.scrollToTop:hover {
    transform: translateY(-15%)
}

.scrollToTop .arrowUp,
.scrollToTop .water {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.scrollToTop .arrowUp {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-common-black);
    font-size: 24px
}

.scrollToTop .water {
    z-index: 2;
    transform: translateY(100%);
    transition: all .3s;
    border: 1px solid var(--tp-theme-primary);
    background: var(--tp-theme-primary)
}

.scrollToTop .water svg use {
    margin-bottom: -1px;
    position: relative;
    bottom: -1px;
    fill: var(--tp-theme-primary) !important
}

.scrollToTop-2 .water {
    border: 1px solid var(--tp-theme-secondary);
    background: var(--tp-theme-secondary)
}

.scrollToTop-2 .water svg use {
    fill: var(--tp-theme-secondary) !important
}

.scrollToTop-3 .water {
    border: 1px solid var(--tp-common-angry);
    background: var(--tp-common-angry)
}

.scrollToTop-3 .water svg use {
    fill: var(--tp-common-angry) !important
}

.scrollToTop-4 .water {
    border: 1px solid var(--tp-theme-1);
    background: var(--tp-theme-1)
}

.scrollToTop-4 .arrowUp,
.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li.is-active .tp-menu-close i,
.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li.is-active>a {
    color: var(--tp-common-white)
}

.scrollToTop-4 .water svg use {
    fill: var(--tp-theme-1) !important
}

.scrollToTop .water_wave {
    width: 200%;
    position: absolute;
    bottom: 100%
}

.scrollToTop .water_wave_back {
    right: 0;
    fill: var(--tp-theme-primary);
    animation: wave-back 1.4s infinite linear
}

.scrollToTop .water_wave_front {
    left: 0;
    fill: #7a259ee0;
    margin-bottom: -1px;
    animation: wave-front .7s infinite linear
}

.tp-btn-lg {
    padding: 19px 27px
}

.tp-btn-xl {
    padding: 23px 28px
}

.tp-btn-sm {
    padding: 15px 36px
}

.tp-btn-cst {
    padding: 18px 30px
}

.tp-btn-switch-2-animation,
.tp-btn-switch-animation {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.tp-btn-switch-animation .btn-text {
    margin-right: -23px;
    position: relative;
    z-index: 3;
    transition: transform .6s 125ms cubic-bezier(.1, .75, .25, 1)
}

.tp-btn-switch-animation .btn-icon {
    margin-right: 6px;
    position: relative;
    transition: opacity .4s .25s, transform .6s .25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1);
    line-height: 0;
    z-index: 3;
    opacity: 0;
    transform: translateX(0)
}

.tp-btn-switch-animation .btn-icon+.btn-icon {
    order: -2;
    opacity: 1;
    margin-left: 0
}

.tp-btn-switch-animation:hover .btn-text {
    transition-delay: .05s;
    transform: translateX(-23px)
}

.tp-btn-switch-animation:hover .btn-icon {
    transition-delay: 200ms;
    opacity: 1;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
}

.tp-btn-switch-animation:hover .btn-icon+.btn-icon {
    opacity: 0;
    transition-delay: 0s
}

.tp-btn-switch-2-animation-text>span,
.tp-btn-switch-text>span {
    display: inline-flex;
    align-items: center;
    position: relative;
    overflow: hidden
}

.tp-btn-switch-2-animation-text.btn-lg>span,
.tp-btn-switch-text.btn-lg>span {
    padding: 15px 31px
}

.tp-btn-switch-text .btn-double-text {
    transition: opacity .65s, transform .85s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1);
    position: relative
}

.tp-btn-switch-2-animation-text .btn-double-text::before,
.tp-btn-switch-text .btn-double-text::before {
    content: attr(data-text);
    display: inline-block;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    opacity: 0;
    left: 50%;
    transform: translate(-50%, 100%);
    transition: opacity .5s, transform .8s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1)
}

.tp-btn-switch-text:hover.bg-hover-black {
    background: var(--tp-common-black-4)
}

.tp-btn-switch-text:hover.bg-hover-theme-1 {
    background: var(--tp-theme-1)
}

.tp-btn-switch-text:hover .btn-double-text {
    transform: translateY(-200%)
}

.tp-btn-switch-2-animation-text:hover .btn-double-text::before,
.tp-btn-switch-text:hover .btn-double-text::before {
    transform: translate(-50%, 150%);
    opacity: 1
}

.tp-btn-switch-2-animation .btn-text {
    margin-left: -18px;
    position: relative;
    z-index: 3;
    transition: transform .6s 125ms cubic-bezier(.1, .75, .25, 1)
}

.tp-btn-switch-2-animation .btn-icon {
    margin-left: 6px;
    position: relative;
    transition: opacity .4s .25s, transform .6s .25s;
    transition-timing-function: cubic-bezier(.1, .75, .25, 1);
    line-height: 0;
    z-index: 3
}

.tp-btn-switch-2-animation .btn-icon+.btn-icon {
    order: -2;
    opacity: 0;
    transition-delay: 0s;
    margin-left: 0;
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px)
}

.tp-btn-switch-2-animation:hover .btn-text {
    transition-delay: .1s;
    transform: translateX(23px)
}

.tp-btn-switch-2-animation:hover .btn-icon {
    transition-delay: 0s;
    transform: translateX(10px);
    opacity: 0
}

.tp-btn-switch-2-animation:hover .btn-icon+.btn-icon {
    opacity: 1;
    transform: translateX(0);
    transition-delay: 225ms
}

.tp-btn-switch-2-animation-text .btn-double-text {
    transition: opacity .65s, transform .85s;
    transition-timing-function: cubic-bezier(.15, .85, .31, 1);
    position: relative
}

.tp-btn-switch-2-animation-text:hover.bg-hover-black {
    background: var(--tp-common-black-4)
}

.tp-btn-switch-2-animation-text:hover.bg-hover-theme-1 {
    background: var(--tp-theme-1)
}

.tp-btn-switch-2-animation-text:hover .btn-double-text {
    transform: translateY(-200%)
}

.tp-btn-2 {
    text-transform: uppercase;
    color: var(--tp-common-black);
    border-radius: 30px;
    padding: 16px 24px;
    line-height: 1;
    background: var(--tp-common-white);
    position: relative;
    z-index: 1;
    font-weight: 500;
    font-size: 15px
}

.tp-btn-border {
    border: 1px solid var(--tp-border-1)
}

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

.tp-btn-border-white {
    border: 1px solid #252525
}

.tp-btn-border-white:hover,
.tp-btn-border:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary)
}

.tp-btn-white {
    background: var(--tp-common-white)
}

.tp-btn-white,
.tp-btn-white:hover {
    color: var(--tp-common-black)
}

.tp-btn-gradian {
    backdrop-filter: blur(80px);
    background: radial-gradient(170.08% 129.04%at 0 10.42%, #10302a 0, rgb(16 48 42/.1) 62.47%, rgb(180 231 23/.1) 100%)
}

.tp-btn-it-lg {
    padding: 17px 31px
}

.tp-btn-it-lg .btn-icon {
    margin-right: 9px
}

.tp-btn-it-lg:hover .btn-icon {
    -webkit-transform: translateX(10px);
    transform: translateX(10px)
}

.tp-btn-it-xl {
    padding: 22px 57px
}

.tp-btn-it-xl:hover {
    background: var(--tp-common-green-2);
    box-shadow: inset 0 4px 16px 1px var(--tp-common-green-2);
    color: var(--tp-common-black-1)
}

.tp-btn-pb-spacing {
    padding: 15px 31px 17px
}

.tp-btn-pb-cart {
    border: 1px solid #fff0
}

.tp-btn-pb-cart.pb-border {
    border: 1px solid rgb(129 129 129/.2)
}

.tp-btn-pb-cart:hover.pb-border {
    background: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary)
}

.tp-btn-pb-cart:hover.no-border {
    background: #fff0;
    border-color: rgb(129 129 129/.2)
}

.tp-btn-ai {
    padding: 14px 32px;
    z-index: 1
}

.tp-btn-ai::after {
    content: "";
    position: absolute;
    top: -2px;
    bottom: -2px;
    left: -2px;
    right: -2px;
    z-index: -2;
    border-radius: 101px;
    background-image: linear-gradient(90deg, #3627de 0, #f96501 50%, #3627de 100%);
    -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    background-size: 150% 150%
}

.tp-btn-ai,
.tp-btn-ai::before {
    border-radius: 100px;
    transition: all .4s ease
}

.tp-btn-ai::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--tp-common-white);
    z-index: -1
}

.tp-btn-ai-transparent::before {
    background: #ebe1b3
}

.tp-btn-ai-transparent-2::before,
.tp-btn-ai:hover,
.tp-btn-ai:hover::before {
    background: #fff0
}

.tp-btn-ai-black::before {
    background: var(--tp-theme-primary-dark)
}

.tp-btn-ai-xl {
    padding: 17px 20px
}

.tp-btn-ai-xxl {
    padding: 32px 41px;
    border-radius: 50px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-btn-ai-xxl {
        padding: 20px 35px
    }
}

.tp-btn-circle-dot {
    position: absolute;
    bottom: 0;
    left: 32px;
    width: 0;
    height: 0;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
    line-height: 20px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #fff0;
    z-index: -1;
    background: var(--tp-theme-primary)
}

.tp-btn-rounded {
    position: relative;
    z-index: 1;
    overflow: hidden
}

.tp-btn-rounded:hover .tp-btn-circle-dot {
    width: 420px;
    height: 420px
}

.tp-btn-group {
    display: flex;
    width: fit-content
}

.tp-btn-group>:nth-child(1) {
    transform: scale3d(.5, .5, 1);
    margin-inline-end: -52px
}

.tp-btn-group>:nth-child(2) {
    transform: scale3d(1, 1, 1)
}

.tp-btn-group>:nth-child(3) {
    transform: scale3d(1, 1, 1);
    margin-inline-start: 0
}

.tp-btn-group:hover>:nth-child(1) {
    margin-inline-end: 0
}

.tp-btn-group:hover>:nth-child(1),
.tp-btn-group:hover>:nth-child(2),
.tp-btn-group:hover>:nth-child(3) {
    transform: scale3d(1, 1, 1);
    background: var(--tp-theme-primary)
}

.tp-btn-group:hover>:nth-child(3) {
    transform: scale3d(.5, .5, 1);
    margin-inline-start: -52px
}

.tp-btn-group .tp-btn-circle {
    text-align: center;
    width: 48px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    border-radius: 100%;
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.tp-btn-group .tp-btn-circle i {
    transform: rotate(-45deg)
}

.tp-btn-md {
    padding: 22px 33px;
    border-radius: 100px;
    z-index: 1;
    transition: all .4s ease
}

.tp-btn-md-header {
    padding: 12px 16px
}

.tp-btn-md-border,
.tp-btn-vp-group .tp-btn-circle {
    border: 1px solid rgb(17 17 18/.1)
}

.tp-btn-vp-group .tp-btn-circle {
    background: #fff0;
    width: 60px;
    height: 60px;
    line-height: 60px
}

.tp-btn-vp-group .tp-btn-2 {
    background: #e9e9e9;
    font-weight: 700;
    font-size: 16px;
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-black-5);
    border: 1px solid rgb(17 17 18/.1);
    padding: 21px 29px
}

.tp-btn-vp-group:hover>:nth-child(1),
.tp-btn-vp-group:hover>:nth-child(2),
.tp-btn-vp-group:hover>:nth-child(3) {
    background: var(--tp-common-black-5);
    color: var(--tp-common-white)
}

.tp-btn-vp-group-primary .tp-btn-2,
.tp-btn-vp-group-primary .tp-btn-circle {
    background: var(--tp-theme-primary)
}

.tp-btn-vp-group-primary:hover>:nth-child(1),
.tp-btn-vp-group-primary:hover>:nth-child(2),
.tp-btn-vp-group-primary:hover>:nth-child(3) {
    background: var(--tp-common-white);
    color: var(--tp-common-black-5)
}

.tp-arrow-angle {
    --qode-hover-move-x: 110%;
    --qode-hover-move-y: 100%
}

.tp-arrow-angle path {
    transition: transform .38s cubic-bezier(.37, .08, .02, .93), opacity .18s ease-out
}

.tp-arrow-angle path:nth-of-type(1),
.tp-left-right:hover .tp-arrow-angle path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: .15s, .15s
}

.tp-arrow-angle path:nth-of-type(2) {
    transform: translateX(calc(-1*var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y));
    opacity: .5;
    transition-delay: 0s, 0s
}

.tp-arrow-angle-pb path:nth-of-type(2) {
    transform: translateX(calc(1*var(--qode-hover-move-x))) translateY(var(--qode-hover-move-y))
}

.tp-arrow-svg-top-right {
    fill: currentColor;
    stroke: none
}

.tp-left-right .td-text {
    transform: translateY(1px)
}

.tp-left-right:hover .tp-arrow-angle path:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(-1*var(--qode-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s
}

.tp-left-right-pb:hover .tp-arrow-angle-pb path:nth-of-type(2) {
    transform: translateY(0) translateX(0)
}

.tp-left-right-pb:hover .tp-arrow-angle-pb path:nth-of-type(1) {
    transform: translateX(var(--qode-hover-move-x)) translateY(calc(1*var(--qode-hover-move-y)))
}

.tp-rounded-btn-wrap a {
    width: 160px;
    height: 160px;
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-heading);
    border: 1px solid var(--tp-border-1);
    background: var(--tp-common-white);
    border-radius: 50%;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    line-height: 20px;
    padding-top: 40px
}

.tp-rounded-btn-wd a {
    font-family: var(--tp-ff-body);
    font-size: 15px;
    text-transform: uppercase
}

.loader-wrap svg,
.uncover {
    position: absolute;
    top: 0;
    width: 100%
}

.uncover {
    display: flex;
    flex-direction: row;
    left: 0;
    height: 100%
}

.uncover_slice {
    height: 100%;
    flex-grow: 1;
    background: #fff
}

.box {
    position: relative;
    overflow: hidden
}

.line-1,
.line-2 {
    stroke-dasharray: 1300;
    stroke-dashoffset: 2500;
    animation: dash 5s linear forwards infinite
}

.line-2 {
    stroke-dasharray: 1000;
    stroke-dashoffset: 2000
}

.tpswing {
    animation: tpSwing 2s linear infinite alternate
}

.tp-live-anim-spin {
    animation: tp_animation_spin 6s linear infinite
}

.title-slide-gradient {
    background-image: linear-gradient(90deg, #ff8000 0, #ff6cb2 50%, #9968ff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    background-clip: text;
    text-fill-color: #fff0;
    -moz-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    -webkit-animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    animation: sliderTitle3 2s ease-in-out 1s forwards infinite alternate;
    background-size: 150% 150%
}

.tpshake {
    transition: all .4s ease
}

.tpshake-wrap:hover .tpshake {
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
    animation-duration: .4s;
    animation-iteration-count: 1
}

.video-animetion {
    -webkit-transition: .5s;
    animation: ripple-red 1s linear infinite
}

.upslide {
    animation: upslide 4s linear forwards infinite alternate
}

.upslide-1 {
    animation: upslide-1 4s linear forwards infinite alternate
}

body.loaded {
    overflow: hidden !important;
    height: 100% !important
}

.loader-wrap {
    position: fixed;
    height: 100vh;
    width: 100%;
    left: 0;
    top: 0;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #fff0;
    z-index: 99999999999999
}

.loader-wrap svg {
    height: 110vh;
    fill: var(--tp-theme-primary-dark)
}

.loader-wrap .loader-wrap-heading .load-text {
    font-size: 62px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    z-index: 20;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .loader-wrap .loader-wrap-heading .load-text {
        font-size: 20px
    }
}

.load-text span {
    -webkit-animation: loading 1s infinite alternate;
    animation: loading 1s infinite alternate
}

.load-text span:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.load-text span:nth-child(2) {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.load-text span:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.load-text span:nth-child(4) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.load-text span:nth-child(5) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.load-text span:nth-child(6) {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.load-text span:nth-child(7) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.containers {
    position: inherit
}

.tp-bg-grey {
    background: #f8f9f9
}

.tp-bg-grey-2 {
    background: #fbfbfb
}

.plumbing-bg {
    background: #fffbf5
}

.video-production-bg {
    background: #e9e9e9
}

.pricing-bg {
    background: #edefef
}

.nice-select {
    -webkit-tap-highlight-color: #fff0;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    outline: 0;
    position: relative;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    border: 1px solid #fff0;
    user-select: none;
    white-space: nowrap;
    width: auto;
    color: #999 !important;
    padding-left: 25px;
    padding-right: 25px;
    font-weight: 400;
    font-size: 16px;
    line-height: 56px
}

.nice-select:hover {
    border-color: ar(--tp-theme-primary)
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: var(--tp-theme-primary)
}

.nice-select::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 25px;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-grey-2);
    font-weight: 500;
    pointer-events: none;
    font-size: 18px;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled::after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small::after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68/.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 10px;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50%0;
    -ms-transform-origin: 50%0;
    transform-origin: 50%0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9;
    background: #fff
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s;
    border-radius: 12px
}

.nice-select .option:hover {
    color: var(--tp-common-black);
    background: #f8f8fb
}

.nice-select .option.disabled {
    color: #999;
    cursor: default;
    background: #fff0
}

.no-csspointerevents .nice-select .list {
    display: none
}

.no-csspointerevents .nice-select.open .list,
body.tp-magic-cursor #magic-cursor {
    display: block
}

.body-overlay,
.tp-offcanvas {
    position: fixed;
    top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .45s ease-in-out
}

.body-overlay {
    left: 0;
    z-index: 995;
    width: 100%;
    height: 100%;
    background: rgb(24 24 24/.5)
}

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

.body-overlay:hover {
    cursor: url(../img/cross-icon/cross-out.png), pointer
}

.tp-offcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    right: -100%;
    width: 450px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgb(0 0 0/.8);
    background-color: var(--tp-common-white);
    z-index: 997;
    padding: 50px;
    scrollbar-width: none;
    overflow-y: scroll
}

@media (max-width:574.98px) {
    .tp-offcanvas {
        width: 100%;
        padding: 40px 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-offcanvas {
        width: 400px;
        padding: 40px
    }
}

.tp-offcanvas.opened {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .6s
}

.tp-offcanvas-top {
    margin-bottom: 40px
}

.tp-offcanvas-close-btn button {
    color: #000
}

.tp-offcanvas-close-btn button:hover {
    opacity: 1;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tp-offcanvas-menu ul li .tp-submenu .homemenu.comeing-soon .homemenu-thumb::before {
    position: absolute;
    z-index: 22;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    backdrop-filter: blur(6px);
    border-radius: 6px;
    background: rgb(0 0 0/.2)
}

.tp-offcanvas-menu ul li .tp-submenu .homemenu:hover .homemenu-btn {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.tp-offcanvas-menu ul li .tp-submenu .homemenu-btn {
    position: absolute;
    top: 55%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-menu ul li .tp-submenu .homemenu-btn .tp-btn-lg {
        padding: 12px 17px;
        font-size: 14px
    }
}

.tp-offcanvas-social {
    margin-top: 30px
}

.tp-offcanvas-social ul {
    display: flex;
    align-items: center
}

.tp-offcanvas-contact ul li,
.tp-offcanvas-social ul li {
    list-style: none
}

.tp-offcanvas-social ul li:not(:last-child) {
    margin-right: 8px
}

.tp-offcanvas-social ul li a {
    display: inline-block;
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 38px;
    border-radius: 40px;
    transition: all .3s;
    color: var(--tp-common-black);
    border: 1px solid rgb(2 11 24/.1)
}

.tp-offcanvas-social ul li a:hover {
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    background: var(--tp-theme-primary)
}

.tp-offcanvas-title,
.tp-offcanvas-title.sm {
    margin-bottom: 15px;
    color: var(--tp-common-black)
}

.tp-offcanvas-title {
    font-size: 40px;
    line-height: 1;
    letter-spacing: -.8px;
    font-weight: 700
}

.tp-offcanvas-title.sm {
    font-size: 18px;
    font-weight: 500
}

.tp-offcanvas-contact {
    margin-bottom: 55px
}

.tp-offcanvas-contact ul li:not(:last-child) {
    margin-bottom: 2px
}

.tp-offcanvas-contact ul li a,
.tp-offcanvas-content p {
    font-size: 16px;
    color: #414144;
    font-family: var(--tp-ff-inter)
}

.tp-offcanvas-contact ul li a {
    display: inline-block;
    position: relative
}

.tp-offcanvas-contact ul li a::after {
    position: absolute;
    bottom: 2px;
    right: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: .4s;
    background: #1e1e1e
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active .tp-menu-close i,
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li.is-active>a,
.tp-offcanvas-contact ul li a:hover {
    color: var(--tp-common-black)
}

.tp-offcanvas-contact ul li a:hover::after {
    width: 100%;
    right: auto;
    left: 0
}

.tp-offcanvas-gallery {
    margin-bottom: 65px
}

.tp-offcanvas-gallery-img img {
    transition: .9s
}

.tp-offcanvas-gallery-img:hover img {
    transform: scale(1.2) rotate(-2deg)
}

.tp-offcanvas-content {
    margin-bottom: 45px
}

.tp-offcanvas-content p {
    font-weight: 400;
    line-height: 24px
}

.tp-offcanvas-2-area {
    position: relative
}

.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a::after {
    visibility: visible;
    opacity: 1;
    bottom: 35px
}

.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a::before {
    width: 100%
}

.tp-offcanvas-2-area.opened .animated-text>nav>ul>li a .tp-text-hover-effect-word .single-char span {
    -webkit-transform: translateZ(.1px);
    -moz-transform: translateZ(.1px);
    -ms-transform: translateZ(.1px);
    -o-transform: translateZ(.1px);
    transform: translateZ(.1px)
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-right,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-wrapper {
    visibility: visible;
    opacity: 1
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-left,
.tp-offcanvas-2-area.opened .tp-offcanvas-2-bg.is-right {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    transition-delay: 0s
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-menu {
    transition-delay: 0s
}

.tp-offcanvas-2-area.opened .tp-offcanvas-2-close {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition-delay: .9s
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a {
    font-weight: 700;
    font-size: 50px;
    line-height: 1;
    color: #717172;
    letter-spacing: -.02em
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a {
        font-size: 35px
    }
}

@media (max-width:574.98px) {
    .tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a {
        font-size: 30px
    }
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>a::after {
    position: absolute;
    left: 0;
    top: 3px;
    font-weight: 500;
    font-size: 13px;
    content: "0" counter(count);
    counter-increment: count;
    color: rgb(113 113 114/.8)
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a {
    font-weight: 600;
    font-size: 30px;
    line-height: 1;
    transition: .3s;
    color: #717172;
    letter-spacing: -.02em
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a {
        font-size: 20px
    }
}

.tp-offcanvas-2-area .tp-offcanvas-menu>nav>ul>li>ul>li>a:hover {
    transform: translateX(15px);
    color: var(--tp-common-white)
}

.tp-offcanvas-2-area .tp-offcanvas-menu .tp-submenu li a:hover {
    color: var(--tp-common-white);
    background: initial
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li:not(:last-child)>a {
    border-bottom: 0
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li>a {
    padding: 0 0 0 30px
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul>li:not(:last-child) {
    margin-bottom: 45px
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
    padding-left: 20px;
    margin-top: 40px;
    margin-bottom: 56px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu {
        padding-left: 0
    }
}

.tp-offcanvas-2-area .tp-offcanvas-menu ul li .submenu li:not(:last-child) {
    margin-bottom: 30px
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-left {
    background: var(--tp-common-white)
}

.tp-footer-md-apoinment-form .tp-remember-input input[type=checkbox],
.tp-footer-md-apoinment-form .tp-remember-input input[type=radio],
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-logo .logo-1,
.tp-offcanvas-menu ul li .tp-submenu {
    display: none
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>a {
    color: #d5d5d5
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-item>a,
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-info-title,
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu>nav>ul>li>ul>li>a {
    color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-menu .tp-submenu li a:hover {
    color: var(--tp-common-black);
    background: initial
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-bg.is-right {
    background: #f6f6f9
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a {
    color: var(--tp-common-black);
    border: 1px solid rgb(0 0 0/.1)
}

.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-right-social a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
    background: var(--tp-common-black)
}

.offcanvas-black-bg .tp-offcanvas-menu ul li.active>.tp-menu-close i,
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn,
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .text,
.tp-offcanvas-2-area.offcanvas-2-white-bg .tp-offcanvas-2-close-btn .texts {
    color: var(--tp-common-black)
}

.tp-offcanvas-2-area.offcanvas-2-black-bg .tp-offcanvas-2-logo .logo-2 {
    display: none !important
}

.tp-offcanvas-2-bg.left-box {
    position: fixed;
    top: 0;
    height: 100%;
    width: 60%;
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    z-index: 1111
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-bg.left-box {
        width: 100%
    }
}

.tp-offcanvas-2-bg.right-box {
    position: fixed;
    top: 0;
    height: 100%;
    width: 40%;
    -webkit-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -moz-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -ms-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    -o-transition: all 1s cubic-bezier(.77, 0, .175, 1);
    transition: all 1s cubic-bezier(.77, 0, .175, 1);
    z-index: 1111
}

@media (max-width:574.98px) {
    .tp-offcanvas-2-bg.right-box {
        width: 100%
    }
}

.tp-offcanvas-2-bg.is-left,
.tp-offcanvas-2-bg.is-right {
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transition-delay: 1s
}

.tp-offcanvas-2-bg.is-left {
    left: 0;
    transform-origin: top center;
    background: var(--tp-common-black)
}

.tp-offcanvas-2-bg.is-right {
    right: 0;
    transform-origin: bottom center;
    background: #1c1d20
}

.tp-offcanvas-2-wrapper .left-box {
    position: fixed;
    top: 0;
    width: 60%;
    height: 100vh;
    z-index: 9999;
    overflow-y: scroll;
    pointer-events: auto;
    scrollbar-width: none;
    padding: 40px 80px 50px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-wrapper .left-box {
        padding: 40px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-wrapper .left-box {
        width: 100%;
        padding: 40px
    }
}

.tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
    padding: 0 125px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
        padding: 0 70px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
        padding: 0 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-wrapper .left-box .tp-offcanvas-menu {
        padding: 0
    }
}

.tp-offcanvas-2-wrapper .right-box {
    position: fixed;
    top: 0;
    width: 40%;
    height: 100vh;
    z-index: 9999;
    padding: 50px 100px 50px 0;
    scrollbar-width: none;
    overscroll-behavior-y: contain
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-wrapper .right-box {
        padding-right: 40px
    }
}

.tp-offcanvas-2-wrapper .right-box::-webkit-scrollbar {
    display: none
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-wrapper .right-box {
        width: 100%
    }
}

.tp-offcanvas-2-wrapper .tp-menu-close {
    top: 10px;
    height: 0;
    width: 0
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-wrapper .tp-menu-close {
        top: 0;
        right: 20px
    }
}

.tp-offcanvas-2-wrapper .tp-menu-close i {
    font-size: 20px;
    color: #717172
}

.tp-offcanvas-2-left {
    visibility: hidden;
    opacity: 0;
    left: 0;
    transition: .3s;
    transition-delay: .8s
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-left-wrap {
        margin-bottom: 80px
    }
}

.tp-offcanvas-2-right {
    visibility: hidden;
    opacity: 0;
    right: 0;
    transition: .3s;
    transition-delay: .8s
}

.tp-offcanvas-2-right-inner {
    height: 100%;
    padding: 100px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-offcanvas-2-right-inner {
        padding-left: 50px;
        padding-right: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-offcanvas-2-right-inner {
        padding: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-right-inner {
        padding: 30px
    }
}

.tp-offcanvas-2-right-info-box {
    padding: 0 200px
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-offcanvas-2-right-info-box {
        padding-right: 100px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-offcanvas-2-right-info-box {
        padding: 0 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-offcanvas-2-right-info-box {
        padding: 0 0 0 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-offcanvas-2-right-info-box {
        padding: 0 0 0 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-right-info-box {
        padding: 0 0 0 60px;
        margin-top: 130px
    }
}

.tp-offcanvas-2-right-info-title {
    font-weight: 700;
    font-size: 30px;
    line-height: 1;
    margin-bottom: 35px;
    color: var(--tp-common-white)
}

.tp-offcanvas-2-right-info-item {
    margin-bottom: 30px
}

.tp-offcanvas-2-right-info-item label {
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    display: block;
    color: #717172;
    font-family: var(--tp-ff-inter)
}

.tp-offcanvas-2-right-info-item>a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -.01em;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter)
}

@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:574.98px) {
    .tp-offcanvas-2-right-info-item>a br {
        display: none
    }
}

.tp-offcanvas-2-right-social a {
    height: 40px;
    width: 40px;
    transition: .3s;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    color: var(--tp-common-white);
    border: 1px solid rgb(255 255 255/.1)
}

.tp-offcanvas-2-right-social a:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-common-white)
}

.tp-offcanvas-2-close {
    visibility: hidden;
    opacity: 0;
    transition: .3s;
    transition-delay: .5s;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-offcanvas-2-close {
        padding-right: 30px
    }
}

.tp-offcanvas-2-close-btn {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-offcanvas-2-close-btn .texts {
    width: 60px;
    height: 20px;
    transition: .3s;
    overflow: hidden;
    display: inline-block;
    transform: translateY(4px);
    color: var(--tp-common-white)
}

.tp-offcanvas-2-close-btn .texts span {
    transition: .3s;
    display: inline-block;
    -webkit-transform: translateX(130%);
    -moz-transform: translateX(130%);
    -ms-transform: translateX(130%);
    -o-transform: translateX(130%);
    transform: translateX(130%)
}

.tp-offcanvas-2-close-btn:hover .texts span {
    transform: translateX(0)
}

.tp-offcanvas-2-close-btn:hover span svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.tp-offcanvas-2-text {
    right: 0;
    bottom: 0;
    position: absolute;
    transform: rotate(-90deg) translateY(100%)
}

.tp-offcanvas-2-text span {
    font-size: 320px;
    font-weight: 700;
    color: rgb(33 35 41/.3)
}

.tp-offcanvas-2-logo {
    margin-bottom: 105px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-offcanvas-2-logo {
        margin-bottom: 0
    }
}

.tp-offcanvas-2-logo .logo-2 {
    display: block !important
}

.offcanvas-black-bg {
    background: #1c1d20
}

.offcanvas-black-bg .tp-offcanvas-menu ul li.active>a {
    color: var(--tp-grey-2)
}

.offcanvas-black-bg .tp-offcanvas-menu .tp-submenu li a:hover,
.tp-main-menu nav>ul>li .submenu li:hover>a {
    color: var(--tp-common-white);
    background: #2c2b2e
}

.offcanvas-black-bg .tp-menu-close {
    border-color: var(--tp-border-3);
    color: var(--tp-common-white)
}

.offcanvas-black-bg .tp-megamenu-wrapper.megamenu-black-bg {
    backdrop-filter: initial;
    background: #fff0;
    box-shadow: none
}

.offcanvas-black-bg .tp-offcanvas-close-btn button,
.offcanvas-black-bg .tp-offcanvas-contact ul li a:hover,
.offcanvas-black-bg .tp-offcanvas-menu ul li>a,
.offcanvas-black-bg .tp-offcanvas-title,
.offcanvas-black-bg .tp-offcanvas-title.sm {
    color: var(--tp-common-white)
}

.offcanvas-black-bg .tp-offcanvas-contact ul li a,
.offcanvas-black-bg .tp-offcanvas-content p {
    color: rgb(255 255 255/.8)
}

.offcanvas-black-bg .tp-offcanvas-contact ul li a::after,
.tp-offcanvas-2-right-social a:hover {
    background: var(--tp-common-white)
}

.offcanvas-black-bg .tp-offcanvas-social ul li a {
    color: var(--tp-common-white);
    border: 1px solid rgb(255 255 255/.1)
}

.offcanvas-black-bg .tp-offcanvas-menu ul li.active>.tp-menu-close,
.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    border-color: var(--tp-border-3)
}

.offcanvas-black-bg .tp-offcanvas-social ul li a:hover {
    border-color: var(--tp-common-white)
}

.tp-breadcrumb-wrap {
    padding: 18px 0
}

.tp-breadcrumb-list ul {
    display: flex
}

.tp-breadcrumb-list ul li {
    font-weight: 500;
    font-size: 13px;
    color: var(--tp-common-black-3);
    list-style: none
}

.tp-breadcrumb-list ul li span {
    width: 6px;
    height: 6px;
    display: inline-block;
    background: var(--tp-theme-primary);
    border-radius: 40px;
    margin: 0 10px
}

.tp-breadcrumb-list ul li a,
.tp-breadcrumb-list ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-breadcrumb-list ul li a {
    color: var(--tp-grey-1);
    background-size: 0 1px, 0 1px
}

.tp-breadcrumb-list ul li a:hover {
    background-size: 0 1px, 100% 1px
}

.tp-breadcrumb-2-spacing {
    padding-top: 96px
}

@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:574.98px) {
    .tp-breadcrumb-2-spacing {
        padding-top: 80px
    }
}

.tp-breadcrumb-2-list ul li,
.tp-postbox-2-wrapper .postbox__comment-reply a {
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black-5)
}

.tp-breadcrumb-2-list ul li a {
    color: var(--tp-common-black-5)
}

.tp-breadcrumb-banner-list span svg {
    transform: translateY(6px);
    margin-right: 8px
}

.tp-breadcrumb-banner-content {
    padding: 26px 0 16px
}

.tp-breadcrumb-banner-spacing {
    padding-top: 540px
}

@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) {
    .tp-breadcrumb-banner-spacing {
        padding-top: 400px
    }
}

@media (max-width:574.98px) {
    .tp-breadcrumb-banner-spacing {
        padding-top: 250px
    }
}

.tp-breadcrumb-banner-2-spacing {
    padding-top: 460px;
    padding-bottom: 42px
}

@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) {
    .tp-breadcrumb-banner-2-spacing {
        padding-top: 400px
    }
}

@media (max-width:574.98px) {
    .tp-breadcrumb-banner-2-spacing {
        padding-top: 250px
    }
}

.tp-breadcrumb-3-border {
    border-top: 1px solid rgb(17 17 18/.1)
}

.tp-breadcrumb-3-white {
    border-top: 1px solid rgb(243 241 242/.1)
}

.tp-breadcrumb-3-white ul li,
.tp-breadcrumb-3-white ul li a {
    color: var(--tp-grey-5)
}

.tp-breadcrumb-3-white ul li span {
    background: var(--tp-grey-5)
}

.tp-breadcrumb-4-spacing {
    padding-top: 225px;
    padding-bottom: 510px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-breadcrumb-4-spacing {
        padding-bottom: 310px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-breadcrumb-4-spacing {
        padding-bottom: 210px
    }
}

@media (max-width:574.98px) {
    .tp-breadcrumb-4-spacing {
        padding-bottom: 170px;
        padding-top: 150px
    }
}

.tp-breadcrumb-4-spacing .tp-breadcrumb-3-white {
    border-top: none;
    padding-top: 0
}

.tp-breadcrumb-4-shape {
    padding-left: 255px
}

.tp-section-subtitle {
    border: 1px solid var(--tp-border-1);
    border-radius: 50px;
    padding: 6px 18px;
    display: inline-block
}

.tp-section-subtitle .borders {
    width: 8px;
    height: 8px;
    background: var(--tp-theme-secondary);
    border-radius: 30px;
    margin-right: 6px
}

.tp-section-pp-subtitle,
.tp-section-subtitle-white {
    border: 1px solid rgb(255 255 255/.1)
}

.tp-section-subtitle-white .borders {
    background: var(--tp-common-white)
}

.tp-section-subtitle-cst .borders {
    background: var(--tp-common-black-1)
}

.tp-section-pp-subtitle {
    border-radius: 100px;
    background: #0d0d0d;
    padding: 5px 24px
}

.tp-section-pp-white-subtitle {
    border: 1px solid #eee;
    background: #fff0
}

.tp-section-cst-subtitle {
    border: 0;
    padding: 0
}

.tp-section-it-subtitle {
    border: 1px solid #e4eae7;
    border-radius: 50px;
    padding: 2px 32px
}

.tp-section-it-subtitle-white {
    border: 1px solid rgb(243 241 242/.1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {

    .tp-section-ai-para br,
    .tp-section-ai-title br,
    .tp-section-it-para br {
        display: none
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-section-md-title {
        font-size: 55px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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) {
    .tp-section-md-title {
        font-size: 50px
    }
}

@media (max-width:574.98px) {
    .tp-section-md-title {
        font-size: 40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-section-3-para br {
        display: none
    }
}

.tp-search-form-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 70px;
    padding-bottom: 100px;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, opacity .3s ease-in-out, -webkit-transform .3s ease-in-out;
    -webkit-transition-delay: .5s;
    transition-delay: .5s;
    z-index: 9999;
    background: var(--tp-common-white)
}

.tp-search-form-toggle.active {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0s;
    transition-delay: 0s
}

.tp-search-form-toggle.active .tp-search-form-input {
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s
}

.tp-search-form-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--tp-common-black)
}

.tp-search-form-input {
    position: relative;
    height: 52px;
    transform: translateY(-40px);
    transition: all .3s ease-in-out;
    transition-delay: .5s;
    opacity: 0
}

.tp-search-form-input input {
    width: 100%;
    height: 100%;
    border: 0;
    outline: 0;
    font-size: 24px;
    font-weight: 400;
    color: var(--tp-common-black);
    border-bottom: 1px solid var(--tp-border-1);
    font-family: var(--tp-ff-inter);
    padding: 0 30px 0 0;
    background: #fff0
}

.tp-search-form-input input::-webkit-input-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input::-moz-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input:-moz-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input:-ms-input-placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input::placeholder {
    font-size: 24px;
    color: var(--tp-grey-1)
}

.tp-search-form-input input~.tp-search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    transition: all .5s;
    background: var(--tp-common-black)
}

.tp-search-form-input input:focus {
    border-color: #fff0
}

.tp-search-form-input input:focus~.tp-search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all .8s
}

.tp-search-close {
    color: var(--tp-common-black);
    font-size: 40px;
    transition: all .3s ease
}

.tp-search-close:hover {
    color: var(--tp-grey-1);
    transform: rotate(180deg)
}

.tp-search-body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(24 24 24/.5);
    z-index: 99;
    cursor: zoom-out;
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: all .5s ease-in-out 0s;
    transition: all .5s ease-in-out 0s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

.tp-search-body-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tp-header-sidebar-btn span,
.tp-search-dark {
    background: var(--tp-common-black)
}

.tp-search-dark .tp-search-form-input input {
    color: var(--tp-common-white);
    border-bottom: 1px solid var(--tp-border-3)
}

.tp-search-dark .tp-search-form-input input~.tp-search-focus-border {
    background: var(--tp-common-white)
}

.cursor-bg-red #ball .ball-view,
.tp-search-dark .tp-search-close,
.tp-search-dark .tp-search-form-icon {
    color: var(--tp-common-white)
}

.tp-search-dark .tp-search-close:hover {
    color: var(--tp-grey-2)
}

#magic-cursor {
    position: absolute;
    display: none;
    width: 10px;
    height: 10px;
    pointer-events: none;
    z-index: 99999;
    opacity: 0;
    top: 0;
    left: 0
}

#ball {
    position: fixed;
    pointer-events: none;
    border-radius: 50%;
    color: #fff0;
    mix-blend-mode: difference;
    background: var(--tp-theme-primary)
}

.cursor-white-bg #ball {
    background: var(--tp-common-white) !important
}

.cursor-white-bg #ball .ball-view,
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children:hover>a::after,
.tp-header-slider-right.right-white .tp-header-slider-info a {
    color: var(--tp-common-black)
}

.cursor-black-bg #ball {
    background: var(--tp-common-black) !important
}

.cursor-bg-green #ball .ball-view,
.cursor-black-bg #ball .ball-view,
.tp-header-search-btn:hover {
    color: var(--tp-common-white)
}

.cursor-bg-green #ball {
    background: var(--tp-theme-primary-dark) !important
}

#ball .ball-drag,
#ball .ball-view {
    position: absolute;
    padding: 0 5px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: var(--tp-common-black)
}

#ball .ball-view {
    opacity: 0;
    visibility: hidden;
    line-height: 1.1;
    transform: scale(0)
}

#ball .ball-drag {
    display: block;
    width: 100%;
    line-height: 1.2;
    transition: all .3s
}

#ball .ball-drag::after,
#ball .ball-drag::before {
    position: absolute;
    top: 50%;
    margin-top: -5px;
    font-size: 19px;
    height: 10px;
    line-height: 10px;
    font-weight: 900;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--tp-common-white);
    font-family: "Font Awesome 6 Pro";
    -webkit-font-smoothing: antialiased
}

#ball .ball-drag::before {
    content: "";
    left: 0;
    transform: translate3d(-30px, 0, 0);
    transition: all .25s
}

#ball .ball-drag::after {
    content: "";
    right: 0;
    transform: translate3d(30px, 0, 0);
    transition: all .25s
}

#ball.with-blur {
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

#ball.ball-close-enabled {
    opacity: 1 !important
}

#ball .ball-close {
    position: absolute;
    padding: 0 5px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1
}

#ball,
.tp-magnetic-wrap {
    display: flex;
    align-items: center;
    justify-content: center
}

#ball .ball-close,
.tp-header-search-btn {
    color: var(--tp-common-black);
    text-align: center
}

.tp-header-search-btn {
    width: 48px;
    height: 48px;
    display: inline-block;
    border: 1px solid var(--tp-border-1);
    border-radius: 100%;
    line-height: 9px
}

.tp-header-search-btn:hover {
    background: var(--tp-common-black);
    border-color: var(--tp-common-black)
}

@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) {
    .tp-header-lg-spacing {
        padding: 15px 0
    }
}

@media (max-width:574.98px) {
    .tp-header-lg-spacing {
        padding: 8px 0
    }
}

.tp-header-sidebar-btn span {
    height: 2px;
    width: 25px;
    display: block;
    margin: 6px auto
}

.tp-header-sidebar-btn:hover span {
    animation: bar_anim .8s cubic-bezier(.44, 1.1, .53, .99)1 forwards
}

.tp-header-sidebar-btn:hover span:nth-child(2) {
    animation-delay: .1s
}

.tp-header-2-country {
    margin-left: 190px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-header-2-country {
        margin-left: 70px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-header-2-country {
        display: none
    }
}

.tp-header-2-menu-btn {
    border-radius: 100%;
    background: rgb(255 255 255/.1);
    border: 1px solid rgb(255 255 255/.1);
    backdrop-filter: blur(104px);
    width: 48px;
    height: 48px;
    padding-right: 14px
}

.tp-header-2-menu-btn span {
    background: var(--tp-theme-primary);
    width: 11px;
    margin: 4px 0 4px auto;
    border-radius: 10px;
    height: 2px
}

.tp-header-2-menu-btn span:nth-child(2) {
    width: 20px
}

.tp-header-2-spacing {
    padding: 18px 0
}

@media (max-width:574.98px) {
    .tp-header-2-right .tp-btn-group {
        display: none
    }
}

.tp-header-wd-wrap {
    z-index: 99;
    position: relative
}

@media (max-width:574.98px) {
    .tp-header-sa-logo {
        margin-right: 0
    }
}

.tp-header-sa-search-btn {
    border: 1px solid #00000024
}

.tp-header-pp-menu-btn {
    border: 1px solid #ebebeb;
    background: var(--tp-common-white)
}

.tp-header-pp-menu-btn span {
    background: var(--tp-common-black)
}

.tp-header-pp-email {
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    display: inline-block;
    padding: 4px 18px;
    margin-left: 125px
}

.tp-header-pp-email:hover {
    color: var(--tp-grey-1)
}

.tp-header-cst-wrap {
    border-bottom: 1px solid rgb(16 48 42/.1)
}

.tp-header-cst-menu-btn {
    background: var(--tp-grey-5)
}

.tp-header-cst-menu-btn span,
.tp-header-it-menu-btn span {
    background: var(--tp-common-black-1)
}

.tp-header-it-bg {
    border-radius: 60px;
    border: 1px solid rgb(0 0 0/.05);
    background: #fcfffc;
    padding: 0 40px;
    margin-top: 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:574.98px) {
    .tp-header-it-bg {
        margin-top: 0;
        padding: 10px 33px
    }
}

@media (max-width:574.98px) {
    .tp-header-it-bg {
        padding: 0;
        border: 0
    }

    .tp-header-it-bg .tp-menu-bar {
        padding-right: 0;
        width: auto
    }
}

.tp-header-it-btn {
    padding: 12px 26px;
    box-shadow: inset 0 4px 16px 1px #0c211b
}

.tp-header-it-btn:hover {
    background: var(--tp-common-green-2);
    box-shadow: inset 0 4px 16px 1px var(--tp-common-green-2)
}

.tp-header-it-menu-btn {
    background: 0 0;
    padding: 0;
    width: auto;
    border: 0
}

.tp-header-it-menu-btn span {
    margin: 4px auto 4px 0;
    border-radius: 30px
}

.tp-header-it-menu-btn span:first-child {
    width: 15px
}

.tp-header-pb-contact ul {
    display: flex;
    align-items: center
}

.tp-header-pb-contact ul li {
    font-family: var(--tp-ff-inter);
    letter-spacing: -.04em;
    text-transform: capitalize;
    color: var(--tp-common-black-1);
    list-style: none;
    opacity: .8
}

.tp-header-pb-contact ul li:first-child {
    margin-right: 40px;
    padding-right: 40px;
    position: relative
}

.tp-header-pb-contact ul li:first-child::before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: var(--tp-common-black-1);
    opacity: .1;
    width: 1px;
    height: 27px
}

.tp-header-pb-social ul {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 12px
}

.tp-header-md-social ul li,
.tp-header-pb-social ul li {
    list-style: none
}

.tp-header-pb-social ul li a {
    font-size: 20px
}

.tp-header-pb-social ul li a:hover {
    color: var(--tp-theme-secondary)
}

.header-sticky .tp-main-menu-md>nav>ul>li,
.tp-header-pb-top {
    padding: 15px 0
}

.tp-header-pb-logobg {
    position: absolute;
    top: 0;
    left: 0;
    width: 285px;
    height: 100%;
    background: var(--tp-theme-secondary);
    clip-path: polygon(0 0, 87%0, 100% 100%, 0 100%);
    z-index: -1
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-header-pb-logobg {
        clip-path: polygon(0 0, 82%0, 100% 100%, 0 100%);
        width: 220px
    }
}

.tp-header-pb-bottom {
    border-top: 1px solid #e7e7e1;
    border-bottom: 1px solid #e7e7e1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-header-pb-bottom {
        border-top: none
    }
}

.tp-header-pb-helpline {
    position: relative
}

.tp-header-pb-helpline::before {
    position: absolute;
    content: "";
    height: 76px;
    width: 1px;
    background: #e7e7e1;
    top: -18px;
    left: 0
}

.tp-header-pb-helpline-icon {
    border-radius: 100%;
    background: var(--tp-theme-secondary);
    box-shadow: -2px -4px 6px -5px rgb(255 109 0/.5);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

.tp-header-pb-cart-count,
.tp-header-pb-helpline-icon::before {
    background: var(--tp-theme-secondary);
    border-radius: 50%;
    position: absolute
}

.tp-header-pb-helpline-icon::before {
    content: "";
    width: 48px;
    height: 48px;
    z-index: -1;
    opacity: .2
}

.tp-header-pb-cart-count {
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    top: -7px;
    right: -12px
}

.tp-header-pb-sidebar {
    width: 76px;
    height: 76px;
    background: var(--tp-theme-secondary);
    margin-right: -12px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-header-pb-sidebar {
        margin-left: 20px
    }
}

.tp-header-pb-sidebar span {
    background: var(--tp-grey-5);
    border-radius: 10px;
    height: 2px;
    width: 30px;
    margin: 5px auto 5px 24px
}

.tp-header-pb-sidebar span:first-child {
    width: 22px
}

.tp-header-pb-sidebar span:nth-child(3) {
    width: 16px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-header-pb-logo {
        padding-left: 0
    }
}

.tp-header-ai-bg {
    margin-top: 21px;
    border-radius: 20px;
    box-shadow: 0 4px 59px 2px rgb(0 0 0/.05);
    background: var(--tp-common-white);
    padding: 0 32px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-header-ai-bg {
        padding: 10px 20px
    }
}

.tp-header-ai-menu-btn {
    background: var(--tp-grey-5)
}

.tp-header-ai-menu-btn span,
.tp-main-menu-ai>nav>ul>li:hover>a {
    background: var(--tp-common-black-6)
}

.tp-header-md-social ul {
    display: flex;
    align-items: center;
    gap: 16px
}

.tp-header-md-social ul li a {
    font-size: 18px;
    color: var(--tp-common-white)
}

.tp-header-md-contact ul li a:hover,
.tp-header-md-social ul li a:hover {
    color: var(--tp-theme-1)
}

.tp-header-md-contact ul {
    display: flex;
    justify-content: end;
    gap: 20px
}

.tp-header-md-contact ul li {
    list-style: none;
    font-family: var(--tp-ff-dm);
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-grey-5);
    display: flex;
    align-items: center
}

.tp-header-md-contact ul li a {
    margin-left: 3px
}

.tp-header-md-contact ul li svg {
    margin-right: 8px
}

.tp-header-md-top {
    padding: 7px 0
}

.tp-header-md-search-btn {
    width: 40px;
    height: 40px;
    border: 2px solid rgb(17 17 18/.1);
    color: var(--tp-common-black-5)
}

@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:574.98px) {
    .tp-header-md-main {
        padding: 15px 0
    }
}

.tp-header-vp-spacing {
    padding: 14px 0
}

.tp-header-slider-wrapper {
    padding: 18px 0
}

.tp-header-slider-bar {
    transition: .3s;
    padding: 8px 17px;
    border-radius: 24px;
    display: inline-block;
    border: 1px solid rgb(255 255 255/.1);
    color: var(--tp-common-white);
    text-transform: uppercase
}

.tp-header-slider-bar:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white);
    border-color: var(--tp-common-white)
}

.tp-header-slider-bar span svg {
    margin-right: 7px
}

.tp-header-slider-info a {
    font-size: 15px;
    font-weight: 600;
    font-family: var(--tp-ff-inter)
}

.tp-header-slider-right.right-white .tp-header-slider-bar {
    border: 1px solid rgb(0 0 0/.1);
    color: var(--tp-common-black)
}

.tp-header-slider-right.right-white .tp-header-slider-bar:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.header-transparent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    width: 100%
}

.header-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 55
}

.tp-main-menu nav>ul>li {
    list-style: none;
    display: inline-block;
    margin: 0 25px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-main-menu nav>ul>li {
        margin: 0 18px
    }
}

.tp-main-menu nav>ul>li>a {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 14px;
    color: var(--tp-common-black);
    display: inline-block;
    padding: 28px 0
}

.tp-main-menu nav>ul>li>a>span,
.tp-main-menu-ai>nav>ul>li>a>span {
    color: var(--tp-grey-2);
    display: inline-block;
    margin-left: 2px;
    transition: all .4s ease
}

.tp-main-menu-ai>nav>ul>li>a>span {
    margin-left: 4px;
    transform: translateY(-1px);
    color: var(--tp-common-black)
}

.tp-main-menu nav>ul>li .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 260px;
    z-index: 99;
    opacity: 0;
    padding: 12px 0;
    transition: .5s;
    text-align: start;
    visibility: hidden;
    border-radius: 14px;
    transform-origin: 0 0;
    transform: scale(1, 0);
    backdrop-filter: blur(40px);
    background: rgb(38 37 40/.9);
    box-shadow: 0 20px 30px -8px rgb(19 19 22/.1)
}

.tp-main-menu nav>ul>li .submenu li {
    width: 100%;
    padding: 0 12px;
    border-radius: 8px;
    margin: 0
}

.tp-main-menu nav>ul>li .submenu li a {
    position: relative;
    border-radius: 8px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    color: #bfbfc0;
    padding: 12px 18px;
    display: inline-block;
    letter-spacing: -.01em;
    text-align: start;
    width: 100%;
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-main-menu nav>ul>li .submenu li a {
        font-size: 14px
    }
}

.tp-main-menu nav>ul>li .submenu li .submenu {
    top: 0;
    left: 100%
}

.tp-main-menu nav ul li {
    position: relative
}

.tp-main-menu nav ul li:hover>.submenu {
    visibility: visible;
    opacity: 1;
    transform: scale(1)
}

.tp-main-menu-wd>nav>ul>li>a {
    font-family: var(--tp-ff-p);
    font-weight: 500;
    font-size: 14px
}

.tp-main-menu-cst>nav>ul>li>a {
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black-1);
    padding: 35px 0
}

.tp-main-menu-it>nav>ul>li>a,
.tp-main-menu-pb>nav>ul>li>a {
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-black-1);
    padding: 27px 0
}

.tp-main-menu-pb>nav>ul>li>a {
    font-family: var(--tp-ff-sora);
    padding: 25px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-main-menu-pb {
        margin-left: 0
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-main-menu-pb>nav>ul>li {
        margin: 0 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-main-menu-pb>nav>ul>li {
        margin: 0 14px
    }
}

.tp-main-menu-ai>nav>ul>li {
    margin: 0;
    padding: 25px 0
}

.tp-header-slider-info a,
.tp-main-menu-ai>nav>ul>li:hover.has-dropdown>a>span,
.tp-main-menu-ai>nav>ul>li:hover>a {
    color: var(--tp-common-white)
}

.tp-main-menu-ai>nav>ul>li>a {
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black-5);
    padding: 7px 25px;
    border-radius: 50px
}

.tp-main-menu-md {
    margin-left: -23px
}

.tp-main-menu-md>nav>ul>li {
    padding: 29px 0
}

.tp-main-menu-vp>nav>ul>li>a {
    font-family: var(--tp-ff-sora);
    letter-spacing: -.02em;
    color: var(--tp-common-black-5)
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
    background: rgb(255 255 255/.9);
    box-shadow: 0 2px 6px 0 rgb(19 19 22/.08);
    animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown
}

.header-sticky .tp-header-menu>nav>ul>li>a {
    padding: 22px 0
}

.header-sticky.sticky-black-bg {
    background: rgb(38 37 40/.9)
}

.header-sticky.tp-header-ai-wrap .tp-header-ai-bg::after,
.header-sticky.tp-header-blur::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(40px);
    z-index: -1
}

.header-sticky.tp-header-ai-wrap {
    background: 0 0;
    box-shadow: none
}

.header-sticky.tp-header-ai-wrap .tp-header-ai-bg {
    position: relative;
    background: rgb(255 255 255/.9);
    border-radius: 20px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .header-sticky.tp-header-ai-wrap .tp-header-ai-bg {
        margin-top: 5px
    }
}

.header-sticky.tp-header-ai-wrap .tp-header-ai-bg::after {
    border-radius: 20px
}

.header-sticky.tp-header-vp-spacing {
    padding: 0
}

@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:574.98px) {
    .header-sticky.tp-header-vp-spacing {
        padding: 15px 0
    }
}

.header-sticky .tp-btn-vp-group .tp-btn-2 {
    background: #fff
}

.header-sticky .tp-btn-vp-group:hover>:nth-child(2) {
    background: var(--tp-common-black-5);
    color: var(--tp-common-white)
}

.header-sticky .tp-main-menu-cst>nav>ul>li>a,
.header-sticky .tp-main-menu-it>nav>ul>li>a {
    padding: 21px 0
}

.header-sticky.tp-header-cst-wrap {
    border-bottom: none
}

.header-sticky .tp-header-it-bg {
    border-radius: 0;
    border: 0;
    background: 0 0;
    padding: 0;
    margin-top: 0
}

.header-sticky .tp-header-pb-top {
    display: none !important
}

.header-sticky .tp-header-pb-bottom {
    border-top: none;
    border-bottom: none
}

.header-sticky .tp-header-md-top {
    display: none !important
}

.tp-header-dropdown nav ul li {
    list-style: none
}

.tp-header-dropdown nav ul li:hover>.tp-megamenu-wrapper {
    visibility: visible;
    opacity: 1;
    transition-duration: .2s;
    -webkit-transform: perspective(300px) rotateX(0deg);
    -moz-transform: perspective(300px) rotateX(0deg);
    -ms-transform: perspective(300px) rotateX(0deg);
    -o-transform: perspective(300px) rotateX(0deg);
    transform: perspective(300px) rotateX(0deg)
}

.sticky-white-bg .tp-megamenu-list ul li a span.new {
    color: #b64ade;
    background: rgb(182 74 222/.08)
}

.sticky-white-bg .tp-megamenu-list ul li a span.pop {
    color: #0db50e;
    background: rgb(13 181 14/.08)
}

.tp-megamenu-wrapper {
    position: absolute;
    transition: .3s;
    opacity: 0;
    visibility: hidden;
    padding-top: 25px;
    top: 100%;
    left: 0;
    right: 0;
    max-width: 1760px;
    margin: 0 auto;
    border-radius: 14px;
    transform-origin: top;
    transition-duration: .1s;
    -webkit-transform: perspective(300px) rotateX(-18deg);
    -moz-transform: perspective(300px) rotateX(-18deg);
    -ms-transform: perspective(300px) rotateX(-18deg);
    -o-transform: perspective(300px) rotateX(-18deg);
    transform: perspective(300px) rotateX(-18deg)
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-megamenu-wrapper {
        max-width: calc(90% - 80px)
    }
}

@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:574.98px) {
    .tp-megamenu-wrapper {
        padding-top: 25px
    }
}

.tp-megamenu-wrapper.megamenu-black-bg {
    backdrop-filter: blur(40px);
    background: var(--tp-theme-primary-dark);
    box-shadow: 0 20px 30px -8px rgb(19 19 22/.1)
}

.tp-megamenu-wrapper.megamenu-white-bg {
    backdrop-filter: blur(40px);
    background: rgb(255 255 255/.9);
    box-shadow: 0 2px 6px 0 rgb(19 19 22/.12)
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-title {
    color: #111013;
    border-bottom: 1px solid #f3f3f6
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul::after {
    background: #f3f3f6
}

.tp-megamenu-wrapper.megamenu-white-bg .tp-megamenu-list ul li a:hover {
    font-weight: inherit !important
}

.tp-megamenu-title {
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 0;
    padding-left: 40px;
    padding-bottom: 25px;
    text-align: start;
    text-transform: uppercase;
    color: var(--tp-common-white);
    border-bottom: 1px solid rgb(255 255 255/.06);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-megamenu-title {
        padding-left: 23px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-megamenu-title {
        padding-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:574.98px) {
    .tp-megamenu-title {
        padding-left: 20px
    }
}

.tp-megamenu-list {
    height: 100%
}

.tp-megamenu-list ul {
    position: relative;
    height: 100%;
    padding-top: 18px;
    padding-bottom: 50px
}

.tp-megamenu-list ul::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: rgb(255 255 255/.06)
}

@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:574.98px) {
    .tp-megamenu-list ul::after {
        display: none
    }
}

.tp-megamenu-list ul li {
    padding: 0 20px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-megamenu-list ul li {
        padding: 0 10px
    }
}

.tp-megamenu-list ul li:not(:last-child) {
    margin-bottom: 10px
}

.tp-megamenu-list ul li a,
.tp-megamenu-list ul li a span {
    line-height: 1;
    display: inline-block;
    font-family: var(--tp-ff-inter)
}

.tp-megamenu-list ul li a {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 16px;
    color: #bfbfc0;
    padding: 12px 18px;
    border-radius: 8px;
    letter-spacing: -.01em;
    text-align: start
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-megamenu-list ul li a {
        font-size: 14px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-megamenu-list ul li a {
        font-size: 14px;
        padding: 12px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-megamenu-list ul li a {
        font-size: 14px;
        padding: 12px 8px
    }
}

.tp-megamenu-list ul li a span {
    font-size: 13px;
    font-weight: 800;
    padding: 6px 8px;
    border-radius: 20px;
    margin-left: 3px;
    text-transform: capitalize;
    letter-spacing: .7px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-megamenu-list ul li a span {
        font-size: 8px;
        padding: 5px 6px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-megamenu-list ul li a span {
        display: none
    }
}

.tp-megamenu-list ul li a span.hot {
    color: #ff535b;
    background: rgb(255 83 91/.08)
}

.tp-megamenu-list ul li a span.new {
    color: #fff669;
    background: rgb(255 246 105/.08)
}

.tp-megamenu-list ul li a span.pop {
    color: #19e41a;
    background: rgb(25 228 26/.08)
}

.tp-megamenu-list ul li a:hover {
    color: var(--tp-common-white);
    background: #2c2b2e
}

.tp-megamenu-thumb {
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 17%
}

@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:574.98px) {
    .tp-megamenu-thumb {
        display: none
    }
}

.tp-megamenu-thumb img {
    height: 100%;
    object-fit: cover;
    width: 100%;
    overflow: hidden
}

.dropdown-white-bg nav ul li .tp-submenu {
    background: rgb(255 255 255/.9)
}

.dropdown-white-bg nav ul li .tp-submenu li a,
.dropdown-white-bg nav ul li .tp-submenu li.menu-item-has-children>a::after {
    color: #636368
}

.dropdown-white-bg nav ul li .tp-submenu li:hover>a,
.tp-offcanvas-menu .tp-submenu li a:hover {
    color: var(--tp-common-black);
    background: #f8f8fb
}

.tp-offcanvas-menu {
    margin-bottom: 40px
}

.tp-offcanvas-menu ul {
    list-style: none
}

.tp-offcanvas-menu ul li {
    position: relative !important
}

@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:574.98px) {
    .tp-offcanvas-menu ul li.has-dropdown span {
        display: none
    }
}

.tp-offcanvas-menu ul li>a {
    padding: 8px 0;
    display: block;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--tp-ff-p)
}

.tp-offcanvas-menu ul li.active>a {
    color: var(--tp-common-black)
}

.postbox__comment-reply a:hover,
.tp-offcanvas-menu ul li.active>.tp-menu-close {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black);
    background: var(--tp-common-black)
}

.tp-offcanvas-menu ul li.active>.tp-menu-close i {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    color: var(--tp-common-white)
}

.tp-offcanvas-menu ul li .tp-submenu.submenu {
    padding-left: 10px
}

.tp-offcanvas-menu .tp-megamenu-wrapper.megamenu-white-bg {
    backdrop-filter: none;
    background: #fff0;
    box-shadow: none
}

.tp-offcanvas-menu .mega-menu {
    width: auto;
    opacity: 1;
    visibility: visible;
    transition: none;
    position: static;
    display: none;
    -webkit-transform: perspective(0) rotateX(0);
    -moz-transform: perspective(0) rotateX(0);
    -ms-transform: perspective(0) rotateX(0);
    -o-transform: perspective(0) rotateX(0);
    transform: perspective(0) rotateX(0)
}

.tp-offcanvas-menu .tp-megamenu-list ul li {
    padding: 0
}

.tp-offcanvas-menu .tp-megamenu-list ul li a {
    padding: 8px 10px;
    font-size: 17px
}

.tp-offcanvas-menu .tp-submenu li a {
    padding: 8px 10px;
    border-radius: 10px;
    font-size: 15px
}

.tp-menu-close {
    position: absolute;
    right: 0;
    top: 6px;
    height: 30px;
    width: 30px;
    font-size: 12px;
    line-height: 29px;
    text-align: center;
    border: 1px solid rgb(1 15 28/.12)
}

.tp-menu-close i {
    transition: all .3s
}

.tp-postbox-title {
    font-size: 35px;
    line-height: 129%
}

@media (max-width:574.98px) {
    .tp-postbox-title {
        font-size: 25px
    }
}

.tp-postbox-text {
    font-size: 18px;
    line-height: 144%;
    color: var(--tp-grey-1)
}

.tp-postbox-slider-arrow-wrap button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    border-radius: 50%;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    transition: .3s
}

.tp-postbox-slider-arrow-wrap button:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white)
}

.tp-postbox-slider-arrow-wrap .tp-postbox-arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    z-index: 9
}

.tp-postbox-slider-arrow-wrap .tp-postbox-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    z-index: 9
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-postbox-wrapper {
        margin-right: 40px
    }
}

@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:574.98px) {
    .tp-postbox-wrapper {
        margin-right: 0
    }
}

.tp-postbox-video-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto
}

.tp-postbox-details-form {
    background: var(--tp-common-white-2);
    padding: 55px 50px 60px
}

@media (max-width:574.98px) {
    .tp-postbox-details-form {
        padding: 25px 20px 20px
    }
}

.tp-postbox-details-input .tp-input {
    height: 46px
}

.tp-postbox-details-input .tp-input,
.tp-postbox-details-input .tp-select,
.tp-postbox-details-input .tp-textarea {
    width: 100%;
    font-family: var(--tp-ff-p);
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-common-black);
    border-radius: 0;
    background: var(--tp-common-white)
}

.tp-postbox-details-input .tp-select {
    height: 46px
}

.tp-postbox-details-input .tp-input::placeholder,
.tp-postbox-details-input .tp-select::placeholder,
.tp-postbox-details-input .tp-textarea::placeholder {
    color: #999;
    font-weight: 400;
    font-size: 14px
}

.tp-postbox-details-input .tp-input:focus,
.tp-postbox-details-input .tp-select:focus,
.tp-postbox-details-input .tp-textarea:focus {
    background: #fff0;
    border-color: var(--tp-common-black)
}

.tp-postbox-details-input .tp-textarea {
    height: 100px
}

.tp-postbox-details-remember {
    display: flex
}

.tp-postbox-details-remember label {
    font-family: var(--tp-ff-p);
    font-weight: 300;
    font-size: 16px;
    color: var(--tp-grey-1);
    cursor: pointer
}

.tp-postbox-details-remember .tp-checkbox {
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 18px;
    height: 18px;
    outline: 0;
    flex: 0 0 auto;
    background: var(--tp-common-white);
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px);
    -ms-transform: translateY(-2.5px);
    -o-transform: translateY(-2.5px);
    padding: 0;
    margin: 0 10px 0 0;
    transform: translateY(4px);
    border-radius: 0
}

.tp-postbox-details-remember .tp-checkbox:checked {
    position: relative;
    border-color: #fff0;
    background: var(--tp-theme-primary)
}

.tp-postbox-details-remember .tp-checkbox:checked::after {
    box-sizing: border-box;
    position: absolute;
    content: "";
    font-weight: 700;
    font-family: var(--tp-ff-fontawesome);
    font-size: 14px;
    color: var(--tp-common-black);
    top: 49%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.tp-postbox-details-remember .tp-checkbox:hover {
    cursor: pointer
}

.tp-postbox-2-wrapper .tp-service-details-content ul li p {
    font-weight: 400;
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-service-details-content ul li {
    margin-bottom: 22px
}

.tp-postbox-2-wrapper .tp-blog-details-tag ul li a {
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black)
}

.tp-postbox-2-wrapper .postbox__comment-text p {
    opacity: .8
}

.tp-postbox-2-wrapper .postbox__comment-name span,
.tp-postbox-2-wrapper .postbox__comment-text p {
    color: var(--tp-common-black-5);
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea,
.tp-postbox-2-wrapper .tp-postbox-details-remember label {
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input::-webkit-input-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select::-webkit-input-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea::-webkit-input-placeholder {
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input::-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select::-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea::-moz-placeholder {
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input:-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select:-moz-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea:-moz-placeholder {
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input:-ms-input-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select:-ms-input-placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea:-ms-input-placeholder {
    font-family: var(--tp-ff-dm)
}

.tp-postbox-2-wrapper .tp-postbox-details-input .tp-input::placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-select::placeholder,
.tp-postbox-2-wrapper .tp-postbox-details-input .tp-textarea::placeholder {
    font-family: var(--tp-ff-dm)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {

    .tp-postbox-2-wrapper .tp-blog-comment-form,
    .tp-postbox-2-wrapper .tp-blog-details-content {
        margin-left: 0;
        margin-right: 0
    }
}

.postbox__comment ul li {
    margin-bottom: 45px;
    list-style: none
}

.postbox__comment ul li.children {
    margin-left: 65px
}

@media (max-width:574.98px) {
    .postbox__comment ul li.children {
        margin-left: 0
    }
}

.postbox__comment-box {
    padding-top: 20px
}

@media (max-width:574.98px) {
    .postbox__comment-box {
        flex-wrap: wrap
    }
}

.postbox__comment-info {
    flex: 0 0 auto
}

@media (max-width:574.98px) {
    .postbox__comment-avater {
        margin-right: 0
    }
}

.postbox__comment-avater img {
    width: 90px;
    height: 90px;
    border-radius: 50%
}

@media (max-width:574.98px) {
    .postbox__comment-avater img {
        margin-bottom: 30px
    }
}

.postbox__comment-name {
    margin-bottom: 17px
}

.postbox__comment-name h5 {
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.4px;
    color: var(--tp-common-black);
    margin-bottom: 0
}

.postbox__comment-name span,
.postbox__comment-reply a {
    color: #414144;
    font-size: 17px;
    font-weight: 400;
    line-height: 1
}

.postbox__comment-reply a {
    color: #19191a;
    font-size: 15px;
    padding: 5px 20px;
    border: 1px solid #e0e2e3;
    border-radius: 30px
}

.postbox__comment-text p {
    color: #5d5d63;
    font-size: 17px;
    line-height: 26px
}

.tp-sidebar-search-input {
    position: relative
}

.tp-sidebar-search-input input {
    width: 100%;
    height: 60px;
    font-family: var(--tp-ff-heading);
    line-height: 70px;
    outline: 0;
    font-size: 16px;
    padding: 0 50px 0 25px;
    background: var(--tp-common-white-2);
    color: var(--tp-common-black);
    border: 1px solid #fff0;
    border-radius: 0
}

.tp-sidebar-search-input input::-webkit-input-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
    font-weight: 400;
    border-color: #d9d9d9
}

.tp-sidebar-search-input input::-moz-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
    font-weight: 400;
    border-color: #d9d9d9
}

.tp-sidebar-search-input input:-moz-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
    font-weight: 400;
    border-color: #d9d9d9
}

.tp-sidebar-search-input input:-ms-input-placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
    font-weight: 400;
    border-color: #d9d9d9
}

.tp-sidebar-search-input input::placeholder {
    color: var(--tp-grey-1);
    font-size: 16px;
    font-weight: 400;
    border-color: #d9d9d9
}

.tp-sidebar-search-input input:focus {
    background: #fff0
}

.tp-sidebar-search-input button {
    position: absolute;
    top: 0;
    right: 25px;
    height: 100%;
    line-height: 60px;
    color: var(--tp-common-black)
}

.tp-sidebar-widget {
    border: 1px solid var(--tp-border-1);
    padding: 45px 30px 5px
}

.tp-sidebar-widget-title {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 25px
}

.tp-sidebar-widget-content ul li {
    list-style: none;
    margin-bottom: 17px
}

.tp-sidebar-widget-content ul li a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-grey-1);
    display: flex;
    justify-content: space-between
}

.tp-sidebar-widget-content ul li a:hover,
.tp-sidebar-widget-title {
    color: var(--tp-common-black)
}

.tp-sidebar-widget-content ul li a span {
    display: inline-block;
    margin-left: 10px
}

.tp-sidebar-rc-post-tag,
.tp-sidebar-rc-tag ul li a {
    color: var(--tp-grey-1);
    border-radius: 100px;
    line-height: 1
}

.tp-sidebar-rc-post-tag {
    font-family: var(--tp-ff-p);
    font-weight: 400;
    font-size: 14px;
    border: 1px solid var(--tp-border-1);
    display: inline-block;
    padding: 5px 16px
}

.tp-sidebar-rc-post-tag:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black)
}

.tp-sidebar-rc-post-title {
    font-size: 18px;
    line-height: 111%;
    color: var(--tp-common-black)
}

.tp-sidebar-rc-post-dates {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-grey-1)
}

.tp-sidebar-rc-tag ul {
    display: flex;
    gap: 15px;
    flex-wrap: wrap
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-sidebar-rc-tag ul {
        gap: 10px
    }
}

.tp-blog-details-2-social ul li,
.tp-blog-details-social ul li,
.tp-blog-details-tag ul li,
.tp-blog-pagenation ul li,
.tp-sidebar-rc-tag ul li {
    list-style: none
}

.tp-sidebar-rc-tag ul li a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 16px;
    background: var(--tp-common-white-2);
    padding: 2px 14px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
(max-width:574.98px) {
    .tp-sidebar-rc-tag ul li a {
        padding: 2px 6px
    }
}

.tp-blog-pagenation ul li a.active,
.tp-blog-pagenation ul li a:hover,
.tp-sidebar-rc-tag ul li a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-black)
}

.tp-blog-pagenation ul li a,
.tp-sidebar-details-wrap {
    background: var(--tp-common-white-2)
}

.tp-sidebar-banner {
    padding: 50px 30px
}

.tp-blog-title-wrap .tp-section-title {
    margin-left: 205px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-blog-title-wrap .tp-section-title {
        margin-left: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-title-wrap .tp-section-title {
        margin-left: 0
    }
}

.tp-blog-meta {
    border: 1px solid #eee;
    border-radius: 100px;
    display: inline-block;
    padding: 1px 12px
}

.tp-blog-details-dates span,
.tp-blog-meta span,
.tp-blog-wd-title a:hover {
    color: var(--tp-grey-1)
}

.tp-blog-details-dates span.borders,
.tp-blog-meta span.borders {
    width: 8px;
    height: 8px;
    background: var(--tp-grey-2);
    display: inline-block;
    border-radius: 20px
}

.tp-blog-meta span.borders {
    margin: 0 4px
}

.tp-blog-2-item .tp-blog-meta span.borders {
    background: #fff0;
    border: 1px solid var(--tp-grey-1)
}

@media (max-width:574.98px) {
    .tp-blog-2-para br {
        display: none
    }
}

.tp-blog-wd-shape {
    align-items: center !important
}

.tp-blog-wd-tag {
    border: 1px solid #eee;
    border-radius: 100px;
    padding: 1px 15px
}

.tp-blog-wd-item {
    border: 1px solid var(--tp-border-1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-blog-wd-title {
        margin-bottom: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-wd-title br {
        display: none
    }

    .tp-blog-wd-content {
        padding: 30px 20px
    }
}

.tp-blog-sa-border {
    border-top: 1px solid var(--tp-border-1)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-sa-btn {
        margin-left: 0
    }
}

.tp-blog-pp-item {
    border: 1px solid var(--tp-border-1);
    padding-bottom: 14px
}

@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:574.98px) {
    .tp-blog-pp-title-wrap p br {
        display: none
    }
}

.tp-blog-pagenation ul {
    display: flex;
    gap: 20px
}

.tp-blog-pagenation ul li a {
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-grey-1);
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

.tp-blog-details-link a,
.tp-blog-pagenation-nav {
    border: 1px solid var(--tp-border-1);
    display: flex;
    align-items: center
}

.tp-blog-pagenation-nav {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    border-radius: 100px;
    padding: 6px 17px;
    transition: all .4s ease
}

.tp-blog-details-social ul li a:hover,
.tp-blog-details-tag ul li a:hover,
.tp-blog-pagenation-nav:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-black);
    border-color: var(--tp-theme-primary)
}

.tp-blog-pagenation-wrap {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap
}

.tp-blog-top-content {
    padding: 70px 230px 100px;
    background: var(--tp-common-white);
    margin-top: -180px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-blog-top-content {
        padding: 70px 120px 100px
    }
}

@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:574.98px) {
    .tp-blog-top-content {
        padding: 40px 50px
    }
}

@media (max-width:574.98px) {
    .tp-blog-top-content {
        margin-top: 70px;
        padding: 40px 20px
    }
}

.tp-blog-top-title {
    text-decoration: underline;
    text-underline-offset: 4px
}

@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:574.98px) {
    .tp-blog-top-title br {
        display: none
    }
}

.tp-blog-details-dates span.borders {
    margin: 0 10px;
    transform: translateY(-2px)
}

.tp-blog-details-link {
    display: flex;
    gap: 15px
}

.tp-blog-details-link a {
    width: 30px;
    height: 30px;
    justify-content: center;
    border-radius: 50%
}

.tp-blog-details-link a:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black)
}

.tp-blog-details-link-wrap {
    border: 1px solid var(--tp-border-1);
    border-radius: 10px;
    padding: 15px 25px 5px
}

.tp-blog-details-tag ul {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.tp-blog-details-tag ul li a {
    color: var(--tp-grey-1);
    border: 1px solid #eee;
    border-radius: 100px;
    display: inline-block;
    padding: 11px 17px;
    line-height: 1
}

.tp-blog-details-link-wrap,
.tp-blog-details-tag-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap
}

.tp-blog-details-social ul {
    display: flex;
    gap: 10px
}

.tp-blog-details-social ul li a {
    border: 1px solid var(--tp-border-1);
    width: 40px;
    height: 40px;
    color: var(--tp-grey-1);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-blog-cst-para {
    margin-left: 100px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-cst-para {
        margin-left: 0
    }
}

.tp-blog-cst-thumb {
    overflow: hidden;
    border-radius: 12px
}

.tp-blog-cst-thumb img {
    border-radius: 12px;
    transition: all .6s ease
}

.tp-blog-cst-item {
    padding: 30px;
    border-radius: 20px;
    background: var(--tp-common-white);
    transition: all .4s ease
}

.tp-blog-cst-item:hover {
    background: var(--tp-common-green-2)
}

.tp-blog-cst-item:hover .tp-blog-cst-thumb img,
.tp-blog-pb-item:hover .tp-blog-pb-thumb img {
    transform: scale(1.1)
}

.tp-blog-cst-content {
    padding: 30px 6px 0
}

@media (max-width:574.98px) {
    .tp-blog-cst-content {
        flex-direction: column
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-cst-dates {
        margin-right: 20px
    }
}

@media (max-width:574.98px) {
    .tp-blog-cst-dates {
        margin-right: 0;
        margin-bottom: 10px;
        display: flex;
        align-items: center
    }

    .tp-blog-cst-dates h2 {
        margin-right: 20px
    }
}

.tp-blog-it-item {
    border: 1px solid rgb(16 48 42/.1);
    border-radius: 16px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-it-item .img-box {
        height: 305px
    }
}

@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:574.98px) {
    .tp-blog-it-item {
        margin-top: 0
    }
}

.tp-blog-it-item .tp-blog-thumb {
    border-radius: 16px
}

.tp-blog-it-item .tp-blog-content {
    padding: 30px
}

.tp-blog-it-qoute {
    padding: 50px 50px 44px
}

@media (max-width:574.98px) {
    .tp-blog-it-qoute {
        padding: 20px 20px 14px
    }
}

.tp-blog-it-qoute:hover .tp-blog-it-qoute-icon {
    background: var(--tp-theme-primary);
    color: var(--tp-common-black-5)
}

.tp-blog-it-qoute-icon {
    width: 60px;
    height: 60px;
    background: #1c3c36;
    flex: 0 0 auto;
    transition: all .4s ease
}

.tp-blog-it-qoute-info .dvdr {
    background: rgb(243 241 242/.1);
    height: 24px;
    width: 1px;
    display: inline-block
}

.tp-blog-it-qoute-wrap {
    border-bottom: 1px solid rgb(243 241 242/.1)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-pb-content {
        padding: 30px
    }
}

.tp-blog-pb-content .tp-blog-meta {
    border: 0;
    padding: 0
}

.tp-blog-pb-content .tp-blog-meta span {
    font-family: var(--tp-ff-inter);
    font-weight: 500;
    letter-spacing: -.02em;
    color: var(--tp-common-black-5);
    border: 0
}

.tp-blog-pb-content .tp-blog-meta span.borders {
    background: var(--tp-common-black-5)
}

.tp-blog-pb-btn:hover {
    color: var(--tp-theme-secondary)
}

.tp-blog-pb-btn:hover span {
    background: var(--tp-theme-secondary);
    color: var(--tp-grey-5)
}

.tp-blog-pb-btn span {
    border: 1px solid #f3f1f2;
    width: 48px;
    height: 48px;
    transition: all .4s ease
}

.tp-blog-pb-shape {
    position: absolute;
    left: 0;
    top: 432px;
    width: 33%
}

.tp-blog-pb-shape img {
    width: 100%
}

.tp-blog-pb-thumb,
.tp-blog-pb-thumb img {
    border-radius: 16px 0 0 16px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-pb-thumb {
        margin-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-pb-thumb {
        border-radius: 16px
    }
}

.tp-blog-pb-thumb img {
    transition: all .4s ease
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-pb-thumb img {
        border-radius: 16px
    }
}

.tp-blog-pb-item {
    border: 1px solid #e7e4de;
    border-radius: 16px
}

@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:574.98px) {
    .tp-blog-pb-item-wrap {
        margin-left: 0
    }
}

.tp-blog-ai-content {
    background: #171718;
    border-radius: 16px;
    padding: 52px 42px 43px;
    margin: -92px 24px 24px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-blog-ai-content {
        padding: 52px 32px 43px
    }
}

@media (max-width:574.98px) {
    .tp-blog-ai-content {
        margin: -92px 14px 14px
    }
}

.tp-blog-ai-dates {
    padding: 2px 23px
}

.tp-blog-ai-dates svg,
.tp-blog-md-dates span svg {
    transform: translateY(-3px)
}

.tp-blog-ai-dates,
.tp-blog-ai-item {
    border: 1px solid rgb(243 241 242/.1)
}

.tp-blog-ai-comments svg,
.tp-footer-md-apoinment-btn svg {
    transform: translateY(-2px)
}

.tp-blog-ai-btn {
    padding: 14px 55px 32px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-blog-ai-btn {
        padding: 14px 35px 32px
    }
}

@media (max-width:574.98px) {
    .tp-blog-ai-btn {
        padding: 14px 15px 32px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-blog-ai-title br {
        display: none
    }
}

.tp-blog-md-content {
    margin: -107px 0 0;
    box-shadow: 0 4px 32px 0 rgb(0 0 0/.05);
    background: var(--tp-common-white);
    padding: 47px 44px 45px;
    transition: all .4s ease
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-blog-md-content {
        margin-top: -45px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-md-content {
        padding: 47px 40px 45px
    }
}

@media (max-width:574.98px) {
    .tp-blog-md-content {
        padding: 30px 20px
    }
}

.tp-blog-md-dates {
    display: flex;
    gap: 22px;
    justify-content: center;
    border-bottom: 1px solid rgb(17 17 18/.1);
    padding-bottom: 18px;
    margin-bottom: 20px
}

.tp-blog-details-2-social ul li a i,
.tp-blog-md-dates span {
    display: flex;
    transition: all .4s ease
}

.tp-blog-md-item:hover .tp-blog-md-content {
    background: var(--tp-theme-1)
}

.tp-blog-md-item:hover .tp-blog-md-dates {
    border-color: rgb(243 241 242/.1)
}

.tp-blog-md-item:hover .tp-blog-md-dates span,
.tp-blog-md-item:hover .tp-blog-md-title,
.tp-blog-md-item:hover .tp-left-right {
    color: var(--tp-common-white)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-blog-md-title {
        font-size: 40px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-blog-md-title {
        font-size: 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-blog-md-title {
        font-size: 27px
    }
}

.tp-blog-vp-title {
    font-size: 250px;
    font-weight: 800;
    line-height: 80%;
    transform: rotate(-90deg)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-blog-vp-title {
        font-size: 200px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-vp-title {
        transform: rotate(0);
        font-size: 180px
    }
}

@media (max-width:574.98px) {
    .tp-blog-vp-title {
        font-size: 120px
    }
}

.tp-blog-vp-cetagory a {
    font-family: var(--tp-ff-inter);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--tp-common-black-5);
    border: 1px solid rgb(17 17 18/.1);
    border-radius: 500px;
    padding: 6px 18px
}

@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:574.98px) {
    .tp-blog-vp-thumb {
        margin-right: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-blog-vp-item-wrap {
        margin-left: 0
    }
}

@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:574.98px) {
    .tp-blog-details-2-social {
        margin-left: 0
    }
}

.tp-blog-details-2-social ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
    max-width: 80px;
    border-right: 1px solid var(--tp-border-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-blog-details-2-social ul {
        flex-direction: row;
        border-bottom: 1px solid var(--tp-border-1);
        border-inline-end: 0;
        display: inline-flex;
        max-width: 100%;
        margin-bottom: 30px;
        padding-bottom: 10px
    }
}

.tp-blog-details-2-social ul li a {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: var(--tp-grey-1);
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center
}

.tp-blog-details-2-social ul li a svg {
    display: block;
    padding-bottom: 6px;
    width: 30px
}

.tp-blog-details-2-social ul li a i {
    font-size: 20px;
    color: var(--tp-grey-1);
    width: 60px;
    height: 60px;
    border-radius: 50px;
    justify-content: center;
    align-items: center
}

.tp-blog-details-2-social ul li a i:hover,
.tp-blog-vp-cetagory a:hover {
    color: var(--tp-common-white);
    background: var(--tp-common-black-5)
}

.tp-blog-details-2-social ul li a span {
    line-height: 1.2;
    display: inline-block
}

.tp-footer-top-title {
    font-size: 145px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-top-title {
        font-size: 120px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-footer-top-title {
        font-size: 80px
    }
}

@media (max-width:574.98px) {
    .tp-footer-top-title {
        font-size: 60px
    }
}

.tp-footer-social ul {
    display: flex;
    flex-wrap: wrap
}

.tp-footer-social ul li {
    margin-right: 20px;
    margin-bottom: 10px;
    list-style: none
}

.tp-footer-social ul li a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-grey-2);
    background: #1a1a1ad4;
    display: inline-block;
    padding: 5px 20px;
    border-radius: 100px
}

.tp-footer-social ul li a:hover {
    color: var(--tp-theme-primary)
}

.tp-footer-social ul li a i {
    margin-right: 5px
}

.tp-footer-btn a {
    background: #1a1a1ad4;
    border-color: #0d0d0d;
    color: var(--tp-common-white)
}

.tp-footer-bottom-white .tp-footer-menu ul li a:hover,
.tp-footer-btn a:hover {
    color: var(--tp-common-black)
}

.tp-footer-btn .tp-btn-circle-dot {
    background: var(--tp-theme-primary)
}

.tp-footer-main {
    border-top: 1px solid rgb(153 153 153/.1)
}

.tp-footer-widget-form .tp-input {
    background: #1a1a1ad4;
    border-radius: 10px;
    width: 100%;
    height: 70px;
    border: 1px solid #fff0;
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-white);
    padding: 5px 80px 5px 30px
}

.tp-footer-widget-form .tp-input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-grey-2)
}

.tp-footer-widget-form .tp-button {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {

    .tp-footer-widget a br,
    .tp-footer-widget p br {
        display: none
    }
}

.tp-footer-copyright p span {
    transform: translateY(-2px);
    display: inline-block
}

.tp-footer-bottom {
    border-top: 1px solid rgb(153 153 153/.1);
    padding: 22px 0 20px
}

.tp-footer-bottom-white {
    border-top: 1px solid var(--tp-border-1)
}

.tp-footer-bottom-white .tp-footer-menu ul li a {
    color: var(--tp-grey-1)
}

.tp-footer-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tp-footer-menu ul {
    display: flex;
    align-items: center;
    justify-content: end
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-menu ul {
        justify-content: flex-start;
        margin-top: 10px
    }
}

.tp-footer-menu ul li {
    margin-left: 50px;
    margin-bottom: 5px;
    list-style: none
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-menu ul li {
        margin-left: 0;
        margin-right: 30px
    }
}

.tp-footer-menu ul li a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-footer-menu ul li a:hover {
    color: var(--tp-theme-primary)
}

.tp-footer-2-btn a {
    font-size: 15px;
    font-family: var(--tp-ff-p);
    width: 200px;
    height: 200px;
    padding-top: 60px
}

.tp-footer-2-social ul li a:hover {
    color: var(--tp-common-yellow)
}

.tp-footer-wd-desk {
    border: 1px solid rgb(153 153 153/.6);
    border-radius: 10px;
    padding: 14px 20px;
    display: flex;
    align-items: center
}

.tp-footer-wd-desk span {
    width: 40px;
    height: 40px;
    background: var(--tp-common-blue);
    border-radius: 50px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    margin-right: 10px;
    flex: 0 0 auto
}

@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:574.98px) {
    .tp-footer-wd-widget {
        margin-left: 0
    }
}

.tp-footer-wd-widget ul li {
    list-style: none;
    margin-bottom: 6px
}

.tp-footer-wd-widget ul li span {
    font-weight: 500;
    font-size: 10px;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    display: inline-block;
    padding: 2px 8px;
    border-radius: 100px;
    line-height: 1;
    margin-left: 5px
}

.tp-footer-wd-widget ul li a,
.tp-footer-wd-widget ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-footer-wd-widget ul li a {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-grey-1);
    display: inline-block;
    background-size: 0 1px, 0 1px
}

.tp-footer-wd-widget ul li a:hover {
    background-size: 0 1px, 100% 1px
}

.tp-footer-wd-widget-form .tp-input {
    background: #fff0;
    border: 1px solid rgb(153 153 153/.6);
    color: var(--tp-common-black);
    font-weight: 400
}

.tp-footer-wd-widget-form .tp-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 162%;
    color: var(--tp-grey-2)
}

.tp-footer-wd-social a {
    width: 36px;
    height: 36px;
    display: inline-block;
    border: 1px solid rgb(153 153 153/.6);
    border-radius: 100px;
    text-align: center;
    line-height: 36px;
    color: var(--tp-grey-1);
    margin-right: 9px;
    flex: 0 0 auto
}

.tp-footer-wd-social a:hover {
    color: var(--tp-common-black);
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary)
}

.tp-footer-wd-bottom {
    border-color: var(--tp-border-1)
}

.tp-footer-sa-widget .tp-footer-wd-social a:hover,
.tp-footer-sa-widget ul li span {
    background: var(--tp-common-nights);
    color: var(--tp-common-white)
}

.tp-footer-sa-widget .tp-footer-wd-desk:hover,
.tp-footer-sa-widget ul li a {
    color: var(--tp-grey-2)
}

.tp-footer-pp-widget ul li a:hover,
.tp-footer-sa-widget ul li a:hover {
    color: var(--tp-common-white)
}

.tp-footer-sa-widget .tp-input {
    background: #0d0d0d;
    border: #fff0;
    color: var(--tp-common-white)
}

.tp-footer-sa-widget .tp-footer-wd-social a {
    border: 1px solid rgb(255 255 255/.1);
    color: #525252
}

.tp-footer-sa-widget .tp-footer-wd-desk {
    background: #0d0d0d;
    border-color: #0d0d0d
}

.tp-footer-sa-bottom {
    border-color: rgb(153 153 153/.1)
}

.tp-footer-pp-social ul {
    justify-content: center
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-footer-pp-widget {
        margin-left: 0
    }
}

.tp-footer-pp-widget ul li {
    list-style: none
}

.tp-footer-pp-link a,
.tp-footer-pp-widget ul li a {
    font-weight: 500;
    color: var(--tp-grey-2);
    display: inline-block
}

.tp-footer-pp-link a {
    font-size: 25px;
    background: #1a1a1ad4;
    border-radius: 100px;
    padding: 15px 41px;
    margin-bottom: 10px
}

.tp-footer-pp-widget ul li a {
    font-size: 18px;
    padding: 6px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-footer-pp-link a {
        padding: 10px 20px
    }
}

.tp-footer-pp-link a:hover {
    color: var(--tp-common-white)
}

.tp-footer-pp-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-footer-pp-shape {
        width: 10%;
        height: 10%
    }
}

.tp-footer-pp-shape-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 20%
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-footer-pp-shape-2 {
        width: 10%;
        height: 10%
    }
}

.tp-footer-cst-dec {
    color: #c6caca
}

.tp-footer-cst-widget ul li a {
    font-family: var(--tp-ff-dm);
    color: #c6caca
}

.tp-footer-cst-widget ul li span {
    font-family: var(--tp-ff-dm);
    font-size: 12px;
    color: var(--tp-common-black-1)
}

.tp-footer-cst-widget .tp-footer-wd-desk span {
    background: var(--tp-common-green-2)
}

.tp-footer-cst-widget .tp-footer-wd-desk {
    border: 1px solid #27433e;
    padding: 9px 38px 9px 20px;
    display: inline-block
}

.tp-footer-cst-widget-form {
    margin-left: -30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-cst-widget-form {
        margin-left: 0
    }
}

.tp-footer-cst-widget-form .tp-input {
    height: 60px;
    border: 1px solid #27433e;
    font-family: var(--tp-ff-dm);
    color: var(--tp-grey-5)
}

.tp-footer-cst-widget-form .tp-input::placeholder {
    color: #c6caca;
    font-family: var(--tp-ff-dm)
}

.tp-footer-cst-widget-form .tp-footer-wd-social a {
    width: 40px;
    height: 40px;
    border: 1px solid #27433e;
    line-height: 40px;
    color: var(--tp-grey-5)
}

.tp-footer-cst-widget-form .tp-footer-wd-social a:hover {
    color: var(--tp-common-black-1);
    background: var(--tp-common-green-2);
    border-color: var(--tp-common-green-2)
}

.tp-footer-cst-menu-wrap {
    padding: 36px 0
}

.tp-footer-cst-menu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

@media (max-width:574.98px) {
    .tp-footer-cst-menu ul {
        justify-content: flex-start
    }
}

.tp-footer-cst-menu ul li {
    list-style: none;
    margin: 0 12px;
    padding: 5px 0
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-footer-cst-menu ul li {
        margin: 0 14px
    }
}

.tp-footer-cst-menu ul li a,
.tp-footer-cst-menu ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-footer-cst-menu ul li a {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 13px;
    color: var(--tp-common-black-1);
    display: inline-block;
    background-size: 0 1px, 0 1px
}

.tp-footer-cst-menu ul li a:hover {
    background-size: 0 1px, 100% 1px
}

.tp-footer-cst-bottom {
    padding-top: 26px;
    padding-bottom: 14px
}

.tp-footer-cst-btp {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--tp-common-green-2);
    border-radius: 50%
}

.tp-footer-cst-btp:hover,
.tp-service-cst-item:hover .tp-service-cst-thumb img {
    transform: scale(1.1)
}

.tp-footer-cst-banner {
    padding: 110px 0 90px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-cst-banner {
        padding: 60px 0 50px
    }
}

.tp-footer-cst-banner-shape {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    z-index: -1
}

.tp-footer-it-dec {
    opacity: .8
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-it-widget {
        margin-left: 40px
    }
}

@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:574.98px) {
    .tp-footer-it-widget {
        margin-left: 0
    }
}

.tp-footer-it-widget ul li a {
    color: var(--tp-grey-5);
    opacity: .8
}

.tp-about-ai-text .has-scale-image:hover .hidden-image,
.tp-footer-it-widget ul li a:hover {
    opacity: 1
}

.tp-footer-it-widget ul li a,
.tp-footer-it-widget ul li span {
    font-family: var(--tp-ff-inter)
}

.tp-footer-it-widget-form {
    width: 344px;
    margin-left: 0
}

@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:574.98px) {
    .tp-footer-it-widget-form {
        width: 100%
    }
}

.tp-footer-it-widget-form .tp-input {
    border: 1px solid rgb(243 241 242/.1);
    background: #fff0;
    font-family: var(--tp-ff-inter)
}

.tp-footer-it-widget-form .tp-input::placeholder {
    font-family: var(--tp-ff-inter);
    opacity: .8;
    color: var(--tp-grey-5)
}

.tp-footer-it-copyright,
.tp-footer-md-widget p {
    color: rgb(243 241 242/.8)
}

.tp-footer-it-copyright a {
    color: #f3f1f2
}

.tp-footer-it-bottom {
    border-top: 1px solid rgb(243 241 242/.1)
}

.tp-footer-it-bigtext {
    font-size: 600px;
    line-height: .68;
    color: #999;
    margin-bottom: -10px;
    margin-top: 25px;
    letter-spacing: 0
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-footer-it-bigtext {
        font-size: 500px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-it-bigtext {
        font-size: 400px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-footer-it-bigtext {
        font-size: 375px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-it-bigtext {
        font-size: 275px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-footer-it-bigtext {
        font-size: 200px
    }
}

@media (max-width:574.98px) {
    .tp-footer-it-bigtext {
        font-size: 100px
    }
}

.tp-footer-pb-widget .tp-footer-wd-social a {
    color: var(--tp-common-white);
    margin-right: 7px;
    border-color: rgb(243 241 242/.1);
    width: 40px;
    height: 40px;
    line-height: 40px
}

.tp-footer-pb-widget .tp-footer-wd-social a:hover {
    background: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary)
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-footer-pb-widget.ml-180 {
        margin-left: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-pb-widget.ml-180 {
        margin-left: 50px
    }
}

@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:574.98px) {
    .tp-footer-pb-widget.ml-180 {
        margin-left: 0
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-footer-pb-widget.ml-85 {
        margin-left: 40px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {

    .tp-footer-pb-widget.ml-20,
    .tp-footer-pb-widget.ml-85 {
        margin-left: 0
    }
}

.tp-footer-pb-bottom {
    border-top: 1px solid rgb(153 153 153/.1);
    padding: 18px 0 3px
}

.tp-footer-pb-shape-wrapper {
    position: absolute;
    z-index: -2;
    height: 100%;
    left: 0;
    top: 0
}

.tp-footer-pb-shape-wrapper .tp-techonolgy-capsule-item {
    width: auto;
    height: auto;
    background: #fff0;
    border-radius: 0;
    padding: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-pb-shape-wrapper .tp-techonolgy-capsule-item {
        width: 150px;
        height: 150px
    }
}

.tp-footer-pb-capsule-wrapper {
    z-index: 1;
    height: auto !important
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-ai-widget a br {
        display: none
    }
}

.tp-footer-ai-widget.widget-2 {
    margin-left: -30px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-ai-widget.widget-2 {
        margin-left: 0
    }
}

.tp-footer-ai-menu ul {
    column-count: 2
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-ai-menu ul {
        column-count: 1
    }
}

.tp-footer-ai-menu ul li {
    list-style: none
}

.tp-footer-ai-menu ul li a {
    font-family: var(--tp-ff-dm);
    font-weight: 700;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black-5);
    border-radius: 50px;
    padding: 7px 32px;
    display: inline-block
}

.tp-footer-ai-menu ul li a:hover {
    background: var(--tp-common-black-5);
    color: var(--tp-common-white)
}

.tp-footer-ai-social {
    gap: 8px
}

.tp-footer-ai-social a {
    color: var(--tp-common-black-5);
    border-color: rgb(17 17 18/.1);
    margin: 0
}

.tp-footer-ai-social a:hover {
    background: var(--tp-common-angry);
    border-color: var(--tp-common-angry)
}

.tp-footer-ai-bigtitle {
    font-size: 422px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-footer-ai-bigtitle {
        font-size: 370px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-footer-ai-bigtitle {
        font-size: 330px
    }
}

@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:574.98px) {
    .tp-footer-ai-bigtitle {
        font-size: 267px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-ai-bigtitle {
        font-size: 200px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-ai-bigtitle {
        font-size: 150px
    }
}

@media (max-width:574.98px) {
    .tp-footer-ai-bigtitle {
        font-size: 92px
    }
}

.tp-footer-ai-copyright-border {
    border-top: 1px solid rgb(17 17 18/.1);
    padding: 18px 0 0
}

.tp-footer-ai-copyright p span {
    transform: translateY(-1px);
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-ai-title-wrap {
        padding-top: 0;
        padding-bottom: 40px
    }
}

.tp-footer-md-rounded {
    border-radius: 35px 35px 0 0
}

.tp-footer-md-apoinment {
    border-bottom: 1px solid rgb(243 241 242/.1)
}

.tp-footer-md-apoinment-btn:hover {
    background: var(--tp-common-white)
}

.tp-footer-md-apoinment-form {
    backdrop-filter: blur(5px);
    box-shadow: 5px 6px 99px 5px rgb(16 48 42/.3);
    border-radius: 24px;
    background: radial-gradient(229.59% 96.04%at 36% 3.96%, rgb(255 255 255/.15)0, rgb(255 255 255/.15) 100%);
    padding: 60px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:574.98px) {
    .tp-footer-md-apoinment-form {
        padding: 30px
    }
}

.tp-footer-md-apoinment-form .tp-remember-input input[type=checkbox]:checked~label::after,
.tp-footer-md-apoinment-form .tp-remember-input input[type=radio]:checked~label::after {
    border-color: var(--tp-theme-1);
    background: #fff0
}

.tp-footer-md-apoinment-form .tp-remember-input input[type=checkbox]:checked~label::before,
.tp-footer-md-apoinment-form .tp-remember-input input[type=radio]:checked~label::before {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.tp-footer-md-apoinment-form .tp-remember {
    font-family: var(--tp-ff-dm);
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    color: var(--tp-grey-5);
    position: relative;
    padding-left: 30px
}

.tp-footer-md-apoinment-form .tp-remember::after,
.tp-footer-md-apoinment-form .tp-remember::before {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border: 1px solid rgb(243 241 242/.1);
    border-radius: 50px;
    -webkit-transition: .2s .3s 0s ease-out;
    -moz-transition: .2s .3s 0s ease-out;
    -ms-transition: .2s .3s 0s ease-out;
    -o-transition: .2s .3s 0s ease-out;
    transition: .2s .3s 0s ease-out;
    background: #fff0
}

.tp-footer-md-apoinment-form .tp-remember::before {
    width: 10px;
    height: 10px;
    left: 3px;
    top: 8px;
    right: 3px;
    bottom: 3px;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    background: var(--tp-theme-1)
}

.al-faq-remeber label:hover,
.tp-footer-md-apoinment-form .tp-remember:hover {
    cursor: pointer
}

.tp-footer-md-apoinment-form .tp-input {
    background: #fff0;
    border: 1px solid rgb(243 241 242/.1);
    border-radius: 8px;
    height: 54px;
    font-family: var(--tp-ff-dm);
    font-size: 18px;
    letter-spacing: -.02em;
    padding: 20px;
    color: var(--tp-grey-5)
}

.tp-footer-md-apoinment-form .tp-input:focus {
    border-color: var(--tp-theme-1)
}

.tp-footer-md-apoinment-form .tp-input::-webkit-input-placeholder {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    color: rgb(243 241 242/.6)
}

.tp-footer-md-apoinment-form .tp-input::-moz-placeholder {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    color: rgb(243 241 242/.6)
}

.tp-footer-md-apoinment-form .tp-input:-moz-placeholder {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    color: rgb(243 241 242/.6)
}

.tp-footer-md-apoinment-form .tp-input:-ms-input-placeholder {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    color: rgb(243 241 242/.6)
}

.tp-footer-md-apoinment-form .tp-input::placeholder {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.02em;
    color: rgb(243 241 242/.6)
}

.tp-footer-md-apoinment-form .tp-textarea {
    height: 162px;
    resize: none
}

.tp-footer-md-apoinment-title {
    color: rgb(243 241 242/.6)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-md-apoinment-content .tp-section-md-title {
        margin-bottom: 40px
    }
}

.tp-footer-md-widget {
    position: relative;
    z-index: 1
}

@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:574.98px) {
    .tp-footer-md-widget {
        margin-left: 0
    }

    .tp-footer-md-widget p br {
        display: none
    }
}

.tp-footer-md-widget ul li {
    list-style: none;
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -.02em;
    color: var(--tp-grey-5);
    opacity: .8
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-footer-md-widget ul li {
        font-size: 17px
    }
}

.tp-footer-md-widget ul li:not(:last-child) {
    margin-bottom: 18px
}

.tp-footer-md-social a,
.tp-footer-md-widget ul li a:hover,
.tp-service-md-item:hover .tp-service-md-icon svg {
    color: var(--tp-common-white)
}

.tp-footer-md-social a {
    border-color: rgb(243 241 242/.1);
    width: 40px;
    height: 40px;
    line-height: 40px
}

.tp-footer-md-social a:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
    border-color: var(--tp-common-white)
}

.tp-footer-md-bigtitle {
    font-size: 730px;
    line-height: .8
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-footer-md-bigtitle {
        font-size: 710px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-footer-md-bigtitle {
        font-size: 660px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-footer-md-bigtitle {
        font-size: 580px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-md-bigtitle {
        font-size: 500px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-footer-md-bigtitle {
        font-size: 410px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-md-bigtitle {
        font-size: 315px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-footer-md-bigtitle {
        font-size: 225px
    }
}

@media (max-width:574.98px) {
    .tp-footer-md-bigtitle {
        font-size: 140px
    }
}

.tp-footer-md-title-wrap {
    margin-bottom: -160px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-footer-md-title-wrap {
        margin-bottom: -100px
    }
}

.tp-footer-md-bottom {
    border-top: 1px solid rgb(243 241 242/.1)
}

.tp-footer-md-bottom .tp-footer-it-copyright svg {
    margin-bottom: -2px
}

.tp-footer-md-copyright-menu a:not(:last-child) {
    margin-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-md-copyright-menu a:not(:last-child) {
        margin-right: 10px
    }
}

.tp-footer-md-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 13%
}

.tp-footer-md-shape-2 {
    position: absolute;
    top: 20px;
    right: 135px;
    width: 6%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-vp-widget {
        margin-left: 0
    }
}

.tp-footer-vp-widget span {
    color: rgb(251 252 238/.6)
}

.tp-footer-vp-widget ul li {
    list-style: none
}

.tp-footer-vp-widget ul li:not(:last-child) {
    margin-bottom: 15px
}

.tp-footer-vp-widget ul li a,
.tp-footer-vp-widget ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-footer-vp-widget ul li a {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -.02em;
    color: #fbfcee;
    background-size: 0 1px, 0 1px
}

.tp-footer-vp-widget ul li a:hover {
    background-size: 0 1px, 100% 1px
}

.tp-footer-vp-widget ul li a svg {
    margin-left: 3px
}

.tp-footer-vp-bigtext {
    font-weight: 600;
    font-size: 320px;
    line-height: 73%
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-footer-vp-bigtext {
        font-size: 280px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-vp-bigtext {
        font-size: 250px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-footer-vp-bigtext {
        font-size: 200px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-vp-bigtext {
        font-size: 160px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-footer-vp-bigtext {
        font-size: 120px
    }
}

@media (max-width:574.98px) {
    .tp-footer-vp-bigtext {
        font-size: 70px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-footer-vp-bigtext-wrap {
        margin-top: 60px
    }
}

.text-scale-anim {
    white-space: pre-wrap;
    transform-origin: top left
}

.tp-letter-span,
.tp-word-span {
    display: inline-block
}

.tp-hero-spacing {
    padding-top: 170px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-spacing {
        padding-top: 100px
    }
}

.tp-hero-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 107%
}

.tp-hero-title.fs-52 {
    font-size: 52px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-title {
        font-size: 66px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-title {
        font-size: 56px
    }
}

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

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-title {
        font-size: 36px
    }
}

.tp-hero-title-sm {
    font-weight: 700;
    padding: 11px 39px;
    font-size: 25px;
    line-height: 70%;
    text-transform: uppercase;
    border-radius: 100px;
    width: 151px;
    height: 65px;
    background: var(--tp-theme-primary);
    text-align: center;
    transform: translateY(-13px)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-title-sm {
        font-size: 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:574.98px) {
    .tp-hero-title-sm {
        height: 55px;
        transform: translateY(-1px)
    }
}

@media (max-width:574.98px) {
    .tp-hero-title-sm {
        margin-bottom: 10px
    }
}

.tp-hero-title-sm span {
    display: block;
    line-height: 1
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-content {
        margin-left: 0
    }
}

.tp-hero-bottom-content {
    margin-top: -35px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-bottom-content {
        margin-top: 20px
    }
}

.tp-hero-bottom-shape {
    position: absolute;
    top: 0;
    left: 0
}

.tp-hero-bottom-border {
    width: 100%;
    display: block
}

.tp-hero-bottom-border svg {
    width: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-bottom-border svg {
        width: auto
    }
}

.tp-hero-bottom-box {
    padding: 70px 60px 50px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-bottom-box {
        padding: 40px 60px
    }
}

@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:574.98px) {
    .tp-hero-bottom-box {
        padding: 20px
    }
}

.tp-hero-bottom-line {
    width: 100%;
    height: 10px;
    background: var(--tp-theme-primary)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-hero-bottom-line {
        margin-top: 30px
    }
}

.tp-hero-bottom-right {
    margin-left: -40px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-bottom-right {
        margin-left: 0
    }
}

.tp-hero-bottom-height {
    height: 548px;
    width: 100%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-bottom-height {
        height: 348px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-bottom-thumb {
        margin-right: 0
    }
}

.tp-hero-social a,
.tp-hero-video-btn {
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-hero-video-btn {
    width: 50px;
    height: 50px;
    display: inline-block;
    background: var(--tp-theme-primary);
    text-align: center;
    border-radius: 50px;
    color: var(--tp-common-white)
}

.tp-hero-video-btn:hover {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white)
}

.tp-hero-video-btn span {
    line-height: 0
}

.tp-hero-customer-text {
    margin-left: 20px;
    margin-right: 58px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-customer-text {
        margin-right: 0;
        margin-left: 0
    }
}

.tp-hero-customer-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-right-shape {
        padding-top: 0
    }
}

.tp-hero-right-shape .shape-1 {
    transform: translateY(-7px);
    display: inline-block
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-right-content {
        margin-left: 0
    }
}

.tp-hero-2-bottom-shape img,
.tp-hero-right-content .svg {
    width: 100%
}

.tp-hero-social {
    writing-mode: vertical-rl;
    gap: 15px
}

.tp-hero-cst-bottom-btn ul li {
    font-weight: 700;
    font-size: 18px;
    list-style: none;
    font-family: var(--tp-ff-dm);
    letter-spacing: -.02em;
    text-transform: capitalize;
    color: var(--tp-common-white);
    cursor: pointer;
    padding: 5px 0;
    position: relative
}

.tp-hero-social span {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-hero-social a {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 100px;
    transition: all .4s ease
}

.tp-hero-social a:hover,
.tp-service-inner-item .tp-service-pp-category span:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black)
}

.tp-hero-2-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tp-hero-2-left {
    padding-left: 225px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-2-left {
        padding-left: 125px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-2-left {
        padding-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-2-left {
        padding-left: 0
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-2-title {
        font-size: 87px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-2-title {
        font-size: 80px
    }
}

@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:574.98px) {
    .tp-hero-2-title {
        font-size: 64px
    }
}

@media (max-width:574.98px) {
    .tp-hero-2-title {
        font-size: 42px
    }
}

.tp-hero-2-title .tp-hero-video-btn {
    margin-left: 46px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-2-title .tp-hero-video-btn {
        margin-left: 10px
    }
}

@media (max-width:574.98px) {
    .tp-hero-2-title .tp-hero-video-btn {
        margin-left: 0
    }
}

.tp-hero-2-impact-wrap {
    margin-left: -85px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-2-impact-wrap {
        margin-left: 0
    }
}

.tp-hero-2-impact-wrap .shape {
    flex: 0 0 auto
}

.tp-hero-2-impact-text span {
    line-height: 1
}

.tp-hero-2-impact-text .tp-lines {
    width: 100%;
    display: inline-block
}

.tp-hero-2-spacing {
    padding-top: 190px;
    padding-bottom: 90px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-2-spacing {
        padding-top: 90px
    }
}

.tp-hero-2-customer-btn svg,
.tp-pagination ul li a svg,
.tp-pagination ul li span svg {
    transform: translateY(-2px)
}

.tp-hero-2-author {
    margin-top: 355px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-2-author {
        margin-top: 255px;
        margin-left: -100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-2-author {
        margin-top: 0;
        margin-left: 0
    }
}

.tp-hero-2-bottom-shape {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%
}

@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:574.98px) {
    .tp-hero-2-bottom-shape img {
        height: 44px
    }
}

.tp-hero-2-bottom-scrool {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-hero-2-shape {
    margin-top: 255px;
    margin-left: 75px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-2-shape {
        margin-left: 0
    }
}

@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:574.98px) {
    .tp-hero-2-shape {
        margin-left: -40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-2-shape {
        display: none
    }
}

.tp-hero-2-shape-two {
    position: absolute;
    left: 0;
    bottom: 135px;
    width: 5%
}

.tp-hero-wd-spacing {
    padding-top: 227px;
    padding-bottom: 73px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-wd-spacing {
        padding-top: 125px
    }
}

.tp-hero-wd-title {
    font-family: var(--tp-ff-teko);
    font-size: 100px;
    line-height: 105%;
    text-transform: uppercase
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-title {
        font-size: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-wd-title {
        font-size: 75px;
        line-height: .9
    }
}

@media (max-width:574.98px) {
    .tp-hero-wd-title {
        font-size: 45px
    }
}

.tp-hero-wd-title-wrap {
    margin-left: 40px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-title-wrap {
        margin-left: 0
    }
}

.tp-hero-wd-title .shape {
    margin-left: 101px;
    transform: translateY(-10px)
}

@media (max-width:574.98px) {
    .tp-hero-wd-title .shape {
        margin-left: 35px
    }
}

.tp-hero-wd-title .icons {
    width: 101px;
    height: 65px;
    border-radius: 50px;
    background: var(--tp-theme-primary);
    text-align: center;
    line-height: 70px;
    transform: translateY(-5px)
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-wd-title .icons {
        height: 65px;
        line-height: 65px;
        transform: translateY(-8px)
    }
}

@media (max-width:574.98px) {
    .tp-hero-wd-title .icons {
        height: 34px;
        line-height: 34px;
        transform: translateY(-5px)
    }
}

.tp-hero-wd-title .title-space {
    margin-left: 95px
}

@media (max-width:574.98px) {
    .tp-hero-wd-title .title-space {
        margin-left: 0
    }
}

.tp-hero-wd-text {
    margin-left: 105px;
    margin-top: 77px;
    margin-right: -122px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-text {
        margin-left: 0;
        margin-right: -52px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-text {
        margin-top: 40px;
        margin-right: -90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-wd-text {
        margin-right: 0
    }
}

.tp-hero-wd-customer {
    display: flex;
    align-items: center
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-wd-customer {
        flex-wrap: wrap
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-customer .tp-hero-customer {
        margin-right: 30px
    }
}

@media (max-width:574.98px) {
    .tp-hero-wd-customer .tp-hero-customer {
        margin-right: 0
    }
}

.tp-hero-wd-shape {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    top: -93px;
    right: 78px
}

@media (max-width:574.98px) {
    .tp-hero-wd-shape {
        display: none
    }
}

.tp-hero-wd-right {
    background: var(--tp-grey-3);
    border-radius: 20px;
    padding: 50px 45px;
    margin-left: 145px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-wd-right {
        margin-left: 45px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-right {
        margin-left: 0;
        padding: 40px 35px 30px
    }

    .tp-hero-wd-right img {
        margin-bottom: 70px
    }
}

.tp-hero-wd-btp {
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    width: 50px;
    background: var(--tp-common-white);
    opacity: .9;
    height: 75px;
    text-align: center;
    line-height: 75px;
    position: absolute;
    left: 70px;
    bottom: 147px;
    z-index: 1
}

.tp-hero-wd-bottom-border {
    width: 100%;
    display: block
}

.tp-hero-sa-shape-3 svg,
.tp-hero-wd-bottom-border svg {
    width: 100%
}

.tp-hero-wd-bottom-info {
    padding: 28px 30px 35px;
    margin-top: 280px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-wd-bottom-info {
        margin-top: 180px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-wd-bottom-info {
        padding: 38px 50px 35px
    }
}

.tp-hero-wd-bottom-info .tp-footer-social ul {
    gap: 20px
}

.tp-hero-wd-bottom-info .tp-footer-social ul li {
    margin-right: 0;
    margin-bottom: 0
}

.tp-hero-wd-bottom-info .tp-footer-social ul li a {
    background: var(--tp-common-black-2);
    font-size: 14px;
    padding: 3px 14px
}

.tp-hero-wd-bottom-bg,
.tp-image-distortion canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

@media (max-width:574.98px) {
    .tp-hero-wd-bottom-title {
        margin-bottom: 50px
    }
}

.tp-hero-sa-thumb {
    margin-left: -25px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-sa-thumb {
        margin-left: 0;
        margin-top: 0
    }
}

.tp-hero-sa-thumb img {
    border-radius: 100%
}

.tp-hero-sa-spacing {
    padding-top: 96px;
    padding-bottom: 95px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-sa-spacing {
        padding-top: 120px
    }
}

.tp-hero-sa-subtitle {
    display: flex;
    justify-content: end
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-sa-subtitle {
        justify-content: start
    }
}

.tp-hero-sa-subtitle-inner {
    text-align: left
}

.tp-hero-sa-shape-2 {
    display: flex;
    flex-direction: column;
    align-items: end;
    position: absolute;
    left: -115px;
    top: 37%;
    transform: translateY(-50%)
}

.tp-hero-sa-shape-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 23%
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-sa-btn {
        margin-right: 10px
    }
}

.tp-hero-sa-btn-wrap {
    flex-wrap: wrap
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-sa-customer-text {
        margin-left: 10px
    }
}

@media (max-width:574.98px) {
    .tp-hero-sa-customer-text {
        margin-left: 0
    }

    .tp-hero-sa-customer-text br {
        display: none
    }
}

.tp-hero-sa-social a {
    border: 1px solid #00000024
}

.tp-hero-pp-spacing {
    padding-top: 150px;
    padding-bottom: 60px
}

.tp-hero-pp-title img {
    transform: translateY(-10px)
}

@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:574.98px) {
    .tp-hero-pp-title img {
        transform: translateY(-6px);
        width: 150px
    }
}

@media (max-width:574.98px) {
    .tp-hero-pp-title img {
        transform: translateY(-3px);
        width: 95px
    }
}

.tp-hero-pp-para {
    margin-left: 200px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-pp-para {
        margin-left: 100px
    }
}

@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:574.98px) {
    .tp-hero-pp-para {
        margin-left: 50px
    }

    .tp-hero-pp-para br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-pp-para {
        margin-left: 0
    }
}

.tp-hero-pp-social {
    writing-mode: inherit;
    gap: 10px
}

.tp-hero-pp-social span {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
    display: block;
    margin-bottom: 10px
}

.tp-hero-pp-social span.borders {
    font-size: 16px;
    font-weight: 700;
    padding: 4px 17px
}

.tp-hero-pp-social a {
    color: var(--tp-grey-1)
}

.tp-hero-pp-social a:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-black)
}

.tp-hero-pp-thumb {
    display: flex;
    align-items: end;
    justify-content: end;
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-pp-thumb {
        justify-content: flex-start
    }
}

.tp-hero-pp-shape {
    position: absolute;
    bottom: 100px;
    right: 0
}

.tp-hero-pp-shape-wrap {
    position: absolute;
    left: 0;
    top: 49%
}

.tp-hero-cst-spacing {
    padding-top: 163px;
    padding-bottom: 25px
}

.tp-hero-cst-content {
    display: flex;
    align-items: end;
    gap: 90px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-cst-content {
        gap: 50px
    }
}

.tp-hero-cst-content p {
    opacity: .7
}

.tp-hero-cst-btp a,
.tp-hero-pp-social span.borders {
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    display: inline-block
}

.tp-hero-cst-btp a {
    width: 50px;
    background: var(--tp-common-white);
    opacity: .9;
    height: 75px;
    text-align: center;
    line-height: 75px;
    position: relative;
    z-index: 2
}

.tp-hero-cst-impact-wrap .shape {
    width: 50px;
    height: 50px;
    flex: 0 0 auto
}

.tp-hero-cst-impact-border {
    border-bottom: 1px solid rgb(153 153 153/.3);
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px
}

.tp-hero-cst-bottom-content {
    position: relative;
    z-index: 1;
    padding-top: 450px
}

@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:574.98px) {
    .tp-hero-cst-bottom-content {
        padding-top: 300px
    }
}

@media (max-width:574.98px) {
    .tp-hero-cst-bottom-content {
        padding-top: 200px
    }
}

.tp-hero-cst-bottom-border {
    padding: 21px 120px;
    border-top: 1px solid rgb(255 255 255/.2)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-cst-bottom-border {
        padding: 21px 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-cst-bottom-border {
        padding: 21px 0
    }
}

.tp-hero-cst-bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.tp-hero-cst-bottom-shape .line-1 {
    stroke-dasharray: 2300;
    stroke-dashoffset: 4000;
    animation: dash-2 9s linear forwards infinite
}

.tp-hero-cst-bottom-btn ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-cst-bottom-btn ul {
        gap: 5px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-cst-bottom-btn ul li {
        margin-right: 20px
    }
}

.tp-hero-cst-bottom-btn ul li.active::before,
.tp-hero-cst-bottom-btn ul li:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.tp-hero-cst-bottom-btn ul li::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-common-white);
    bottom: 0;
    right: 0;
    transition: all .4s ease
}

@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:574.98px) {
    .tp-hero-cst-bottom-right {
        margin-top: 5px
    }
}

.tp-hero-cst-bottom-right a {
    text-decoration: underline;
    text-underline-offset: 3px
}

.tp-hero-it-social {
    margin-left: 35px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    z-index: 2
}

@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:574.98px) {
    .tp-hero-it-social {
        display: none !important
    }
}

.tp-hero-it-social span {
    font-family: var(--tp-ff-poppins);
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black-1)
}

.tp-hero-it-social a {
    background: 0 0;
    border: 0
}

.tp-hero-it-spacing {
    padding-top: 215px;
    padding-bottom: 45px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-it-spacing {
        padding-bottom: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-it-spacing {
        padding-top: 150px
    }
}

.tp-hero-it-counter .subtitle {
    color: #4c6a61
}

.tp-hero-it-counter-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 14px;
    border-top: 1px solid #cdead5;
    padding-top: 17px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-it-counter-wrap {
        justify-content: left;
        gap: 50px
    }
}

@media (max-width:574.98px) {
    .tp-hero-it-counter-wrap {
        gap: 30px
    }
}

.tp-hero-it-bigtitle {
    font-size: 266px;
    text-transform: uppercase;
    text-align: center
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-it-bigtitle {
        font-size: 210px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-it-bigtitle {
        font-size: 180px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-it-bigtitle {
        font-size: 150px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-it-bigtitle {
        font-size: 125px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-it-bigtitle {
        font-size: 90px
    }
}

@media (max-width:574.98px) {
    .tp-hero-it-bigtitle {
        font-size: 56px
    }
}

@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:574.98px) {
    .tp-hero-it-bigtitle-wrap {
        padding-top: 40px
    }
}

.tp-hero-it-shape {
    position: absolute;
    bottom: -170px;
    left: 0;
    width: 100%;
    z-index: -1
}

.tp-hero-it-shape .line-1 {
    stroke-dasharray: 2300;
    stroke-dashoffset: 4000;
    animation: dash-2 9s linear forwards infinite
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-it-content {
        margin-left: 100px
    }
}

@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:574.98px) {
    .tp-hero-it-content {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-it-title br {
        display: none
    }
}

.tp-hero-pb-spacing {
    padding-top: 208px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-pb-spacing {
        padding-top: 160px
    }
}

.tp-hero-pb-input .tp-input {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: #111112;
    background: #fff0;
    border: 0;
    border-radius: 0;
    height: 44px;
    border-bottom: 1px solid #e7e7e1;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
    line-height: 44px
}

.tp-hero-pb-input .tp-input::-webkit-input-placeholder {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: rgb(17 17 18/.6)
}

.tp-hero-pb-input .tp-input::-moz-placeholder {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: rgb(17 17 18/.6)
}

.tp-hero-pb-input .tp-input:-moz-placeholder {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: rgb(17 17 18/.6)
}

.tp-hero-pb-input .tp-input:-ms-input-placeholder {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: rgb(17 17 18/.6)
}

.tp-hero-pb-input .tp-input::placeholder {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: -.02em;
    color: rgb(17 17 18/.6)
}

.tp-hero-pb-input .tp-input:focus {
    border-color: var(--tp-theme-secondary)
}

.tp-hero-pb-input .nice-select::after {
    right: 10px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-pb-input-btn {
        margin-top: 20px
    }
}

.tp-hero-pb-bigtitle {
    font-family: var(--tp-ff-inter);
    font-weight: 800;
    font-size: 400px;
    line-height: 77%;
    letter-spacing: -.04em;
    background: linear-gradient(180deg, rgb(235 235 235/.58)0, rgb(248 244 238/.09) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    position: absolute;
    bottom: 80px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto 0-20px
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-hero-pb-bigtitle {
        font-size: 260px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-pb-bigtitle {
        font-size: 260px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-pb-bigtitle {
        font-size: 260px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-pb-bigtitle {
        font-size: 250px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-pb-bigtitle {
        font-size: 200px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-pb-bigtitle {
        font-size: 160px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-pb-bigtitle {
        font-size: 120px
    }
}

@media (max-width:574.98px) {
    .tp-hero-pb-bigtitle {
        font-size: 75px
    }
}

.tp-hero-pb-shape,
.tp-hero-pb-shape-2 {
    position: absolute;
    z-index: -1;
    -webkit-animation: levitate-lg 4s ease-in-out infinite;
    animation: levitate-lg 4s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.tp-hero-pb-shape {
    right: 0;
    top: 228px;
    width: 13%
}

.tp-hero-pb-shape-2 {
    left: 242px;
    top: 177px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-pb-shape-2 {
        left: 42px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-pb-shape-2 {
        left: 0
    }
}

.tp-hero-pb-shape-3 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -30px;
    z-index: -1
}

.tp-hero-ai-spacing {
    padding-top: 220px;
    padding-bottom: 57px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-ai-spacing {
        padding-top: 180px
    }

    .tp-hero-ai-thumb {
        margin-right: 0
    }
}

.tp-hero-ai-thumb-text {
    font-size: 139px;
    writing-mode: sideways-rl;
    position: absolute;
    left: -28px;
    bottom: -8px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-hero-ai-thumb-text {
        font-size: 110px;
        left: -17px
    }
}

.tp-hero-ai-dec {
    box-shadow: 0 4px 59px 2px rgb(0 0 0/.05);
    padding: 35px 32px 32px;
    margin-left: -60px;
    margin-right: 60px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-hero-ai-dec {
        margin-right: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-ai-dec {
        margin-left: 0
    }
}

.tp-hero-ai-dec-title {
    font-size: 110px
}

.tp-hero-ai-right-content {
    margin-left: -30px
}

.tp-hero-ai-title {
    font-size: 140px;
    line-height: 104%
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-hero-ai-title {
        font-size: 130px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-ai-title {
        font-size: 120px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-ai-title {
        font-size: 100px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-ai-title {
        font-size: 90px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-ai-title {
        font-size: 70px
    }
}

@media (max-width:574.98px) {
    .tp-hero-ai-title {
        font-size: 50px;
        margin-bottom: 20px
    }
}

.tp-hero-ai-title .authors {
    margin-top: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-ai-title .authors {
        width: 80px
    }
}

@media (max-width:574.98px) {
    .tp-hero-ai-title .authors {
        width: 55px
    }
}

.tp-hero-ai-title .hero-shape {
    margin-top: -38px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-ai-title .hero-shape {
        width: 80px;
        margin-top: -28px
    }
}

@media (max-width:574.98px) {
    .tp-hero-ai-title .hero-shape {
        width: 55px
    }
}

.tp-hero-ai-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 37%;
    z-index: -1
}

.tp-hero-ai-body-overlay {
    position: fixed;
    z-index: -1;
    pointer-events: none;
    top: 0;
    opacity: 1;
    inset-inline-start: 0;
    width: 100vw;
    height: 100vh;
    background-repeat: repeat;
    background-position: top left;
    background-image: url(../img/body/noise.webp)
}

.tp-hero-md-spacing {
    padding-top: 220px;
    padding-bottom: 120px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-hero-md-spacing {
        padding-top: 170px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-md-spacing {
        padding-bottom: 70px
    }
}

.tp-hero-md-title img {
    transform: translateY(-20px)
}

@media (max-width:574.98px) {
    .tp-hero-md-title img {
        transform: translateY(-6px);
        width: 47px
    }

    .w-75 {
        width: 100% !important
    }
}

.tp-hero-md-btn {
    gap: 16px;
    flex-wrap: wrap
}

.tp-hero-md-video-text {
    text-decoration: underline;
    text-decoration-skip-ink: none
}

.tp-hero-md-video-btn {
    width: 60px;
    height: 60px;
    line-height: 56px
}

.tp-hero-md-video-btn:hover {
    background: var(--tp-theme-1)
}

.tp-hero-md-row-custom {
    display: flex;
    margin: 0-15px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-md-row-custom {
        margin: 0-5px
    }
}

@media (max-width:574.98px) {
    .tp-hero-md-row-custom {
        margin: 0-3px
    }
}

.tp-hero-md-col-custom {
    flex: 1;
    width: 180px;
    height: 624px;
    background-size: cover;
    margin: 0 12px;
    transition: .4s
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-md-col-custom {
        margin: 20px 5px
    }
}

@media (max-width:574.98px) {
    .tp-hero-md-col-custom {
        margin: 20px 3px;
        height: 424px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-md-col-custom {
        margin: 20px 3px
    }
}

.tp-hero-md-col-custom.active {
    flex: 3
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-md-col-custom.active {
        flex: 4
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-md-col-custom.active {
        flex: 6
    }
}

@media (max-width:574.98px) {
    .tp-hero-md-col-custom.active {
        flex: 10
    }
}

.tp-hero-md-col-custom.active .tp-hero-md-panel-content,
.tp-hero-md-col-custom.active .tp-hero-md-panel-meta {
    visibility: visible;
    opacity: 1
}

.tp-hero-md-panel-item {
    height: 100%;
    cursor: pointer
}

.tp-hero-md-panel-item .tp-hero-md-panel-thumb {
    height: 100%;
    position: relative
}

.tp-hero-md-panel-item .tp-hero-md-panel-thumb::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, #fff0 56.01%, rgb(2 2 6/.8) 100%);
    border-radius: 24px
}

.tp-hero-md-panel-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 24px
}

.tp-hero-md-panel-meta {
    visibility: hidden;
    opacity: 0;
    transition: all .4s ease;
    transition-delay: .3s
}

.tp-hero-md-panel-meta .count,
.tp-hero-md-panel-title {
    font-family: var(--tp-ff-familjen);
    font-weight: 600;
    letter-spacing: -.04em;
    color: var(--tp-common-white)
}

.tp-hero-md-panel-meta .count {
    font-size: 42px;
    line-height: 100%;
    display: block
}

@media (max-width:574.98px) {
    .tp-hero-md-panel-meta .count {
        font-size: 32px
    }
}

.tp-hero-md-panel-meta .doctor {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -.04em;
    color: var(--tp-common-white);
    opacity: .8
}

.tp-hero-md-panel-title {
    font-size: 32px;
    line-height: 112%
}

@media (max-width:574.98px) {
    .tp-hero-md-panel-title {
        font-size: 25px
    }
}

.tp-hero-md-panel-content {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 32px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transition: all .5s ease;
    opacity: 0;
    visibility: hidden
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-md-panel-content {
        padding: 0 30px 22px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-md-panel-content {
        padding: 0 20px 40px
    }
}

@media (max-width:574.98px) {
    .tp-hero-md-panel-content {
        padding: 0 15px 30px
    }
}

.tp-hero-md-shape {
    position: absolute;
    bottom: -97px;
    right: 150px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-vp-content {
        margin-bottom: 50px
    }
}

.tp-hero-vp-title {
    font-weight: 800;
    font-size: 505px;
    line-height: 73%
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-vp-title {
        font-size: 450px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-vp-title {
        font-size: 380px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-vp-title {
        font-size: 330px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-vp-title {
        font-size: 270px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-vp-title {
        font-size: 210px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-vp-title {
        font-size: 150px
    }
}

@media (max-width:574.98px) {
    .tp-hero-vp-title {
        font-size: 92px
    }
}

.tp-hero-vp-spacing {
    padding-top: 318px;
    padding-bottom: 20px;
    position: relative;
    z-index: 999
}

@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:574.98px) {
    .tp-hero-vp-spacing {
        padding-top: 260px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-hero-vp-spacing {
        padding-top: 170px
    }
}

.tp-image-distortion {
    overflow: hidden;
    height: 100%;
    position: relative
}

.content__img {
    width: 250px;
    aspect-ratio: 1.1;
    border-radius: 10px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    will-change: transform, filter
}

.content__img-inner {
    background-position: 50% 50%;
    width: calc(100% + 20px);
    height: calc(100% + 20px);
    background-size: cover;
    position: absolute;
    top: -10px;
    left: -10px
}

.tp-about-title span {
    display: inline-block;
    width: 88px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-title span {
        display: none
    }
}

.tp-about-para {
    line-height: 35px
}

.tp-about-bottom {
    border-top: 1px solid var(--tp-border-1)
}

.tp-about-expreance .plus {
    position: absolute;
    top: 12px;
    right: -23px
}

.tp-about-thumb-height {
    height: 209px;
    width: 100%
}

.tp-about-thumb-height-2 {
    height: 400px;
    width: 100%
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-2-title br {
        display: none
    }
}

.tp-about-2-title .space {
    display: inline-block;
    width: 80px
}

.tp-about-2-btn {
    display: flex
}

.tp-about-2-border {
    height: 1px;
    width: 100%;
    background: var(--tp-border-1)
}

@media (max-width:574.98px) {
    .tp-about-wd-title br {
        display: none
    }
}

.tp-about-wd-title img {
    transform: translateY(-7px)
}

@media (max-width:574.98px) {
    .tp-about-wd-title img {
        transform: translateY(-4px);
        width: 84px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-wd-btn {
        margin-top: 0
    }
}

.tp-about-wd-shape {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-right: 30px;
    margin-top: 20px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-wd-shape {
        align-items: start;
        margin-right: 0;
        margin-top: 0;
        margin-bottom: 30px
    }
}

.tp-about-wd-expreance {
    margin-top: -57px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-wd-expreance {
        margin-top: 0
    }
}

.tp-about-wd-expreance .plus {
    top: 10px;
    font-weight: 400;
    font-size: 30px
}

.tp-about-wd-expreance span {
    transform: translateY(-6px)
}

.tp-about-wd-thumb3 {
    position: absolute;
    top: -122px;
    right: 0;
    border: 10px solid var(--tp-common-white);
    border-top: 0;
    border-right: 0
}

@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:574.98px) {
    .tp-about-wd-thumb3 {
        top: -150px
    }
}

.tp-about-wd-thumb4 {
    margin-top: 80px;
    margin-right: 80px
}

@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:574.98px) {
    .tp-about-wd-thumb4 {
        margin-right: 0
    }
}

@media (max-width:574.98px) {
    .tp-about-wd-thumb4 {
        margin-top: 126px
    }
}

.tp-about-wd-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-wd-para-wrap {
        margin-bottom: 0
    }
}

.tp-about-sa-shape {
    flex-direction: row;
    margin-right: 0;
    justify-content: end;
    margin-top: 80px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-sa-shape {
        margin-top: 20px;
        justify-content: flex-start
    }
}

.tp-about-sa-shape3 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tp-about-sa-btn a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-about-sa-thumb2 .tp-about-wd-thumb3 {
    top: -36px;
    border: 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-sa-thumb2 .tp-about-wd-thumb3 {
        top: 0
    }
}

@media (max-width:574.98px) {
    .tp-about-sa-thumb2 .tp-about-wd-thumb3 {
        position: inherit
    }
}

.tp-about-sa-thumb2 .tp-about-wd-thumb4 {
    margin-top: 0;
    padding-top: 125px;
    margin-left: -53px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-sa-thumb2 .tp-about-wd-thumb4 {
        margin-left: 0
    }
}

@media (max-width:574.98px) {
    .tp-about-sa-thumb2 .tp-about-wd-thumb4 {
        padding-top: 30px
    }
}

.tp-about-pp-skill-wrap {
    background: var(--tp-common-black-2);
    border-radius: 100px;
    padding: 30px 25px
}

.tp-about-pp-skill-icon {
    width: 90px;
    height: 90px;
    display: inline-block;
    border-radius: 100%;
    border: 1px solid rgb(255 255 255/.1);
    background: var(--tp-common-black-2);
    text-align: center;
    line-height: 90px;
    flex: 0 0 auto
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-pp-skill-icon {
        width: 70px;
        height: 70px;
        line-height: 64px;
        margin-right: 10px
    }

    .tp-about-pp-skill-icon svg {
        width: 30px
    }
}

.tp-about-pp-skill-white-wrap {
    background: var(--tp-common-white);
    border: 1px solid var(--tp-border-1)
}

.tp-about-pp-skill-white-wrap .tp-about-pp-skill-icon {
    background: var(--tp-common-white-2)
}

.tp-about-pp-border svg,
.tp-about-process-2-border svg {
    width: 100%
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-about-top-title {
        font-size: 60px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-about-top-title {
        font-size: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-about-top-title {
        font-size: 40px
    }
}

@media (max-width:574.98px) {
    .tp-about-top-title {
        font-size: 30px
    }
}

.tp-about-top-title span {
    width: 120px;
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-about-top-title span {
        width: 60px
    }
}

@media (max-width:574.98px) {
    .tp-about-top-title span {
        display: none
    }
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-top-title-wrap {
        margin-left: 0
    }
}

.tp-about-top-spacing {
    padding-top: 235px
}

@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:574.98px) {
    .tp-about-top-spacing {
        padding-top: 130px
    }

    .tp-about-top-content p br {
        display: none
    }
}

.tp-about-bottom-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.tp-about-bottom-video .popup-video {
    background: 0 0;
    border: 1px solid var(--tp-common-black);
    color: var(--tp-common-black)
}

@media (max-width:574.98px) {
    .tp-about-bottom-video .popup-video {
        width: 38px;
        height: 37px;
        line-height: 29px
    }
}

.tp-about-process-item {
    padding: 45px 40px 25px;
    border: 1px solid #fff0;
    transition: all .4s ease
}

.tp-about-process-item:hover {
    border-color: var(--tp-border-1);
    background: #fff0
}

.tp-about-me-shape {
    position: absolute;
    bottom: 50px;
    right: 320px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-me-shape {
        right: 100px
    }
}

.tp-about-me-email {
    display: block;
    text-align: right
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-me-email {
        text-align: left
    }
}

.tp-about-me-banner {
    overflow: hidden;
    height: 780px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-about-me-banner {
        height: 600px
    }
}

@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:574.98px) {
    .tp-about-me-banner {
        height: 400px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-me-title {
        margin-bottom: 20px
    }
}

.tp-about-process-2-item ul li {
    list-style: none;
    font-weight: 400;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-about-process-2-item ul li:not(:last-child) {
    margin-bottom: 6px
}

.tp-about-cst-thumb {
    border-bottom: 1px solid #e7eaea;
    margin-bottom: 37px;
    padding-right: 30px
}

@media (max-width:574.98px) {
    .tp-about-cst-thumb {
        padding-right: 0
    }
}

.tp-about-cst-thumb img {
    border-radius: 20px
}

@media (max-width:574.98px) {
    .tp-about-cst-thumb img {
        margin-right: 0
    }
}

.tp-about-cst-thumb-wrap {
    border-right: 1px solid #e7eaea;
    margin-right: 20px;
    padding-bottom: 5px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-cst-thumb-wrap {
        margin-right: 0;
        padding-right: 0;
        border: 0
    }
}

.tp-about-cst-thumb-wrap .tp-about-expreance .plus {
    top: 8px;
    right: -13px
}

.tp-about-cst-tab ul {
    display: flex;
    flex-wrap: wrap
}

.tp-about-cst-tab ul li {
    list-style: none;
    margin-right: 42px
}

.tp-about-cst-list ul li,
.tp-about-cst-tab ul li a {
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black-1)
}

.tp-about-cst-list ul li {
    font-weight: 500;
    font-size: 14px;
    display: flex
}

.tp-about-cst-tab ul li a {
    font-weight: 700
}

.tp-about-cst-tab ul li a.active {
    border-bottom: 1px solid currentColor
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-cst-tab-wrap {
        margin-left: 0
    }
}

.tp-about-cst-tab-wrap .tab-pane {
    display: block;
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    transition-timing-function: ease-in;
    transition-duration: .2s
}

.tp-about-cst-tab-wrap .tab-pane.active {
    pointer-events: auto;
    opacity: 1;
    visibility: visible;
    position: relative;
    z-index: 2;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    transition-timing-function: ease-out;
    transition-duration: .3s;
    transition-delay: .3s
}

.tp-about-cst-list {
    position: absolute;
    bottom: -30px;
    left: 0
}

@media (max-width:574.98px) {
    .tp-about-cst-list {
        position: inherit
    }
}

.tp-about-cst-list ul {
    margin-bottom: 20px
}

.tp-about-cst-list ul li span {
    margin-right: 8px;
    transform: translateY(-1px)
}

.tp-about-cst-list-btn {
    border-radius: 8px;
    padding: 3px 20px;
    transition: all .4s ease
}

.tp-about-cst-list-btn:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-black-1)
}

.tp-about-cst-list-inner {
    padding: 0 24px 24px;
    margin-top: -20px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-cst-list-thumb {
        margin-left: 60px
    }
}

@media (max-width:574.98px) {
    .tp-about-cst-list-thumb {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-cst-list-wrap {
        margin-left: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-cst-content p br {
        display: none
    }
}

.tp-about-it-rating-wrap {
    display: flex
}

.tp-about-it-rating .rating {
    display: flex;
    gap: 5px
}

.tp-about-it-rating .rating i {
    width: 22px;
    height: 22px;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--tp-common-black-1);
    color: var(--tp-grey-5);
    font-size: 12px
}

.tp-about-it-total-rating {
    line-height: .9;
    border-right: 1px solid var(--tp-common-black-1);
    margin-right: 24px;
    padding-right: 24px
}

.tp-about-it-content {
    margin-right: 75px;
    margin-left: 17px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-it-content {
        margin-right: 0
    }
}

@media (max-width:574.98px) {
    .tp-about-it-content {
        margin-left: 0
    }
}

.tp-about-it-expreance {
    font-size: 392px
}

@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) {
    .tp-about-it-expreance {
        font-size: 320px
    }
}

@media (max-width:574.98px) {
    .tp-about-it-expreance {
        font-size: 216px
    }
}

.tp-about-it-feature span,
.tp-about-pb-feature-list ul li a {
    font-family: var(--tp-ff-inter);
    letter-spacing: -.03em;
    display: inline-block
}

.tp-about-it-feature span {
    font-weight: 400;
    font-size: 20px;
    color: var(--tp-common-black-1);
    background: var(--tp-common-green-3);
    border-radius: 20px;
    padding: 8px 25px;
    position: absolute;
    top: 33%;
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite
}

.tp-about-it-feature span.feature-1 {
    left: 37%
}

@media (max-width:574.98px) {
    .tp-about-it-feature span.feature-1 {
        left: 55%;
        top: 20%
    }
}

.tp-about-it-feature span.feature-2 {
    left: 2%;
    top: 47%;
    -webkit-animation: mymove 1.1s infinite;
    animation: mymove 1.1s infinite;
    background: #ff6d00;
    color: var(--tp-common-white)
}

@media (max-width:574.98px) {
    .tp-about-it-feature span.feature-2 {
        top: 35%
    }
}

.tp-about-it-feature span.feature-3 {
    left: 33%;
    top: 61%;
    -webkit-animation: mymove 1.2s infinite;
    animation: mymove 1.2s infinite;
    background: #b4e717
}

.tp-about-it-blur {
    position: absolute;
    top: -80px;
    right: 0;
    width: 400px;
    height: 400px;
    border-radius: 50%;
    filter: blur(180px);
    z-index: -1;
    background: #d5ffdd
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-it-subtitle {
        margin-bottom: 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:574.98px) {
    .tp-about-pb-para {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-pb-para {
        margin-bottom: 40px
    }
}

.tp-about-pb-para p {
    line-height: 178%
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-pb-para p {
        margin-right: 0
    }
}

.tp-about-pb-shape {
    margin-top: -30px
}

.tp-about-pb-feature-list ul li {
    list-style: none;
    margin-bottom: 16px
}

.tp-about-pb-feature-list ul li a {
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--tp-common-black-5);
    border: 1px solid rgb(17 17 18/.1);
    border-radius: 50px;
    padding: 4px 16px
}

.tp-about-pb-feature-list ul li a:hover {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-secondary)
}

.tp-about-pb-feature-icon {
    border-radius: 60px;
    border: 1px solid rgb(17 17 18/.1);
    text-align: center;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-pb-feature-para br {
        display: none
    }
}

@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:574.98px) {
    .tp-about-pb-feature-right {
        margin-left: 0
    }
}

.tp-about-pb-feature-wrap {
    margin-top: -220px;
    position: relative;
    z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-about-pb-feature-wrap {
        margin-top: -120px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-about-pb-feature-wrap {
        margin-top: -70px
    }
}

@media (max-width:574.98px) {
    .tp-about-pb-feature-wrap {
        margin-top: -40px
    }
}

.tp-about-ai-text .has-scale-image {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: inherit;
    border-radius: 6px;
    cursor: pointer;
    overflow: hidden;
    opacity: 0;
    transform: scale(.5);
    -webkit-transform: scale(.5);
    margin-bottom: -9px;
    background: currentColor
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-ai-text .has-scale-image {
        width: 48px;
        height: 48px
    }
}

.tp-about-ai-text .hidden-image {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    opacity: 0;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out
}

.tp-about-ai-title {
    font-size: 132px
}

@media (max-width:574.98px) {
    .tp-about-ai-title {
        font-size: 100px
    }
}

.tp-about-ai-ring {
    bottom: 77px;
    left: -348px;
    animation: tp_animation_spin 9s linear infinite;
    z-index: -1;
    width: 33%
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-about-ai-ring {
        width: 37%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-ai-ring {
        left: -250px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-ai-ring {
        display: none
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-ai-para br {
        display: none
    }
}

.tp-about-md-title {
    font-size: 190px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-md-title {
        font-size: 150px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-about-md-title {
        font-size: 110px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-about-md-title {
        font-size: 80px
    }
}

@media (max-width:574.98px) {
    .tp-about-md-title {
        font-size: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-md-title-wrap {
        margin-bottom: 20px
    }
}

.tp-about-md-expreance-content {
    margin-left: -30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-md-expreance-content {
        margin-left: 0
    }
}

.tp-about-md-expreance-count h2 {
    font-size: 180px;
    line-height: .8;
    margin-top: -100px
}

.tp-about-md-bigtext {
    font-size: 190px;
    color: rgb(0 0 0/.05);
    position: absolute;
    top: 38%;
    left: -25px;
    z-index: -2
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-md-bigtext {
        font-size: 155px
    }
}

.tp-about-md-shape {
    position: absolute;
    top: 170px;
    left: 0;
    z-index: -1;
    width: 28%
}

.tp-about-md-shape img,
.tp-about-md-shape-2 img {
    width: 100%
}

.tp-about-md-shape-2 {
    position: absolute;
    bottom: 235px;
    right: 0;
    width: 9%
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-md-content {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-about-md-content {
        margin-left: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-md-content p br {
        display: none
    }
}

.tp-about-feature-info {
    padding: 145px 100px 100px 160px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-about-feature-info {
        padding: 100px 50px 50px 100px
    }

    .tp-about-feature-info p br {
        display: none
    }
}

@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:574.98px) {
    .tp-about-feature-info {
        padding: 60px 30px 40px
    }
}

.tp-about-feature-thumb img {
    height: 100%;
    object-fit: cover
}

.tp-brand-spacing {
    padding: 100px 0;
    border-top: 1px solid #03030324;
    border-bottom: 1px solid #03030324
}

@media (max-width:574.98px) {
    .tp-brand-spacing {
        padding: 70px 0
    }
}

.tp-brand-item a {
    opacity: .5
}

.tp-brand-item a:hover {
    opacity: 1
}

.tp-brand-slide-active .swiper-slide {
    display: inline-block;
    width: auto;
    margin: 0 80px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-brand-slide-active .swiper-slide {
        margin: 0 50px
    }
}

@media (max-width:574.98px) {
    .tp-brand-slide-active .swiper-slide {
        margin: 0 30px
    }
}

.tp-brand-customer {
    border: 1px solid #03030324;
    border-radius: 100px;
    padding: 6px 35px;
    display: inline-block;
    background: var(--tp-common-white)
}

.tp-brand-customer-wrap {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center
}

.tp-brand-bottom-border {
    width: 97%;
    height: 20px;
    background: #fff0;
    bottom: -20px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    position: absolute;
    border: 1px solid #03030324;
    z-index: -1;
    border-top: 0
}

.tp-brand-2-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 250px;
    width: 260px;
    border: 1px solid var(--tp-border-1);
    margin-right: -1px;
    margin-top: -1px;
    opacity: .5
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-brand-2-item {
        width: 255px
    }
}

@media (max-width:574.98px) {
    .tp-brand-2-item {
        height: 110px;
        width: 150px
    }

    .tp-brand-2-item img {
        width: 100px
    }
}

.tp-brand-2-item:hover,
.tp-service-ai-wrap:hover .tp-service-thumb::after {
    opacity: 1
}

.tp-brand-2-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.tp-brand-cst-spacing {
    padding: 160px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-brand-cst-spacing {
        padding: 100px 0
    }
}

.tp-brand-inner-item img {
    width: 100%
}

.tp-service-shape {
    flex: 0 0 auto;
    margin-top: 8px
}

@media (max-width:574.98px) {
    .tp-service-shape {
        margin-bottom: 20px
    }
}

.tp-service-para {
    line-height: 35px
}

@media (max-width:574.98px) {
    .tp-service-para br {
        display: none
    }
}

.tp-service-item {
    border: 1px solid var(--tp-border-1);
    padding: 25px 25px 50px 60px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-item {
        padding: 25px
    }
}

.tp-service-item:hover .tp-service-item-bg {
    opacity: 1;
    visibility: visible
}

.tp-service-item-title {
    font-weight: 500;
    font-size: 35px;
    line-height: 129%;
    text-transform: uppercase;
    margin-bottom: 25px
}

.tp-service-item-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.tp-service-item ul li {
    list-style: none
}

.tp-service-item ul li:not(:last-child) {
    margin-bottom: 17px
}

.tp-service-item ul li a,
.tp-service-item ul li a:hover {
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(currentColor, currentColor);
    background-position: 100% 100%, 0 100%;
    background-repeat: no-repeat;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-service-item ul li a {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    font-size: 22px;
    line-height: 140%;
    padding-left: 15px;
    position: relative;
    background-size: 0 1px, 0 1px
}

.tp-service-item ul li a:hover {
    background-size: 0 1px, 100% 1px
}

@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:574.98px) {
    .tp-service-item ul li a {
        font-size: 20px
    }
}

.tp-service-item ul li a::before {
    position: absolute;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 6px;
    height: 6px;
    background: var(--tp-common-black);
    border-radius: 40px
}

@media (max-width:574.98px) {
    .tp-service-title-wrap .tp-section-subtitle {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-2-title {
        margin-bottom: 40px
    }
}

.tp-service-2-title span {
    width: 120px
}

.tp-service-2-para {
    margin-bottom: 115px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-2-para {
        margin-bottom: 40px
    }
}

.tp-service-2-para p {
    margin-left: 644px;
    padding-left: 24px;
    position: relative
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-service-2-para p {
        margin-left: 521px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-service-2-para p {
        margin-left: 321px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-2-para p {
        margin-left: 50px
    }
}

@media (max-width:574.98px) {
    .tp-service-2-para p {
        margin-left: 0;
        padding-left: 0
    }
}

.tp-service-2-para p::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 180px;
    background: #eee;
    left: 0;
    top: -50px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-2-para p::before {
        height: 100%;
        top: 0
    }
}

@media (max-width:574.98px) {
    .tp-service-2-para p::before {
        display: none
    }
}

.tp-service-2-item {
    padding: 50px 40px 80px;
    border: 1px solid #fff0;
    transition: all .4s ease
}

.tp-service-2-item:hover {
    border: 1px solid var(--tp-border-1);
    background: #fff0
}

.tp-service-2-btn {
    border: 1px solid #eee;
    border-radius: 100px;
    text-align: left;
    padding: 28px 30px
}

.tp-service-2-btn .tp-btn-2,
.tp-service-2-btn .tp-btn-group .tp-btn-circle {
    background: var(--tp-common-white-2)
}

.tp-service-2-btn .tp-btn-group:hover>:nth-child(1) {
    background: var(--tp-theme-primary)
}

@media (max-width:574.98px) {
    .tp-service-2-btn p {
        margin-right: 0
    }

    .tp-service-2-btn p br {
        display: none
    }
}

@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:574.98px) {
    .tp-service-2-icon {
        margin-bottom: 100px
    }
}

.tp-service-3-item {
    border: 1px solid #eee;
    border-radius: 16px;
    padding: 50px 25px 50px 60px
}

@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:574.98px) {
    .tp-service-3-item {
        padding: 25px
    }
}

.tp-service-3-item ul li:not(:last-child) {
    margin-bottom: 22px
}

.tp-service-3-item ul li a {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 25px;
    line-height: 140%;
    padding-left: 15px;
    letter-spacing: -.02em;
    color: var(--tp-common-black-5)
}

@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:574.98px) {
    .tp-service-3-item ul li a {
        font-size: 20px
    }
}

.tp-service-wd-content ul li {
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-black);
    list-style: none;
    margin-bottom: 6px
}

.tp-service-wd-item {
    border-top: 1px solid var(--tp-border-1);
    padding-top: 45px;
    padding-bottom: 40px
}

@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:574.98px) {
    .tp-service-wd-item-title span {
        margin-right: 20px
    }
}

@media (max-width:574.98px) {
    .tp-service-wd-item-title span {
        margin-bottom: 3px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-wd-border svg {
        width: 100%
    }
}

@media (max-width:574.98px) {
    .tp-service-wd-title-wrap p {
        margin-left: 0
    }

    .tp-service-wd-title-wrap p br {
        display: none
    }
}

.tp-service-sa-border,
.tp-service-sa-border svg {
    width: 100%
}

.tp-service-sa-item {
    padding: 45px 35px 38px
}

.tp-service-sa-item-icon svg {
    transition: all .4s ease
}

.tp-service-sa-item-text {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.tp-service-sa-item:hover .tp-service-sa-item-text {
    opacity: 1;
    visibility: visible
}

.tp-service-sa-pagenation {
    text-align: center
}

.tp-service-sa-pagenation .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: #fff0;
    border: 1px solid var(--tp-grey-2);
    opacity: 1
}

.tp-service-sa-pagenation .swiper-pagination-bullet-active {
    background: var(--tp-common-nights);
    border-color: var(--tp-common-nights)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-pp-content p br {
        display: none
    }
}

.tp-service-pp-category span {
    font-weight: 500;
    font-size: 14px;
    border: 1px solid rgb(255 255 255/.1);
    border-radius: 100px;
    background: #0d0d0d;
    padding: 3px 24px;
    transition: all .4s ease;
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 8px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading)
}

.tp-service-pp-category span:hover {
    border-color: #252526;
    background: #252526
}

.tp-service-pp-item {
    padding: 40px;
    border-top: 1px dashed #8d838373
}

@media (max-width:574.98px) {
    .tp-service-pp-item {
        padding: 40px 15px
    }
}

.tp-service-pp-item:last-child {
    border-bottom: 1px dashed #8d838373
}

.tp-service-pp-number {
    padding-left: 180px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-service-pp-number {
        padding-left: 60px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-pp-number {
        padding: 0
    }
}

.tp-service-pp-title-box {
    padding: 0 220px 30px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-service-pp-title-box {
        padding: 0 100px 30px !important
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-service-pp-title-box {
        padding: 0 50px 30px !important
    }
}

@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:574.98px) {
    .tp-service-pp-title-box {
        padding: 0 15px 30px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-pp-thumb {
        margin-top: 30px
    }

    .tp-service-pp-thumb img {
        width: 100%
    }
}

.tp-service-hero-spacing {
    padding-top: 220px
}

@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:574.98px) {
    .tp-service-hero-spacing {
        padding-top: 150px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-hero-right {
        margin-top: 0
    }
}

@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:574.98px) {
    .tp-service-hero-right p br {
        display: none
    }
}

.tp-service-hero-shape {
    position: absolute;
    bottom: -40px;
    right: 145px
}

@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:574.98px) {
    .tp-service-hero-shape {
        right: 0
    }
}

.tp-service-hero-shape-2 {
    right: 0;
    bottom: 0;
    width: 21%;
    z-index: -1
}

.tp-service-inner-item {
    border-top: 1px dashed var(--tp-border-1);
    background: var(--tp-common-white)
}

.tp-service-inner-item .tp-service-pp-category span {
    background: #fff0;
    border: 1px solid var(--tp-border-1);
    color: var(--tp-common-black)
}

.tp-service-details-icon {
    position: absolute;
    top: -52px;
    left: -69px;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-details-icon {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-details-content {
        margin-right: 0
    }

    .tp-service-details-content p br {
        display: none
    }
}

.tp-service-details-content ul li {
    list-style: none;
    display: flex;
    margin-bottom: 13px
}

.tp-service-details-content ul li i {
    font-size: 12px;
    margin-right: 10px;
    margin-top: 4px
}

.tp-service-details-content ul li p {
    font-size: 14px;
    line-height: 144%;
    margin-bottom: 0
}

.tp-service-details-content ul li b {
    font-weight: 700;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-black)
}

.tp-service-details-content-2 ul li i {
    color: var(--tp-common-black-5);
    margin-top: 2px;
    margin-right: 16px
}

.tp-service-details-content-2 ul li p {
    color: rgb(17 17 18/.8);
    font-weight: 400;
    font-family: var(--tp-ff-dm)
}

.tp-service-details-content-2 ul li b {
    font-weight: 700;
    color: var(--tp-common-black-5);
    font-family: var(--tp-ff-dm)
}

.tp-service-cst-content {
    backdrop-filter: blur(100px);
    border-radius: 24px;
    padding: 55px 40px 52px;
    position: absolute;
    margin: 32px 60px 32px 32px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s ease
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-cst-content {
        margin-right: 32px
    }
}

@media (max-width:574.98px) {
    .tp-service-cst-content {
        padding: 25px 10px 22px 20px;
        position: inherit;
        margin: -93px 10px 10px
    }
}

.tp-service-cst-item {
    border-right: 1px solid #26433e;
    padding-right: 27px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-cst-item {
        padding-right: 0;
        border: 0
    }
}

.tp-service-cst-item-border {
    border-bottom: 1px solid #dbe1dd;
    padding-bottom: 24px;
    margin-bottom: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-cst-item-border br {
        display: none
    }
}

.tp-service-cst-item:hover .tp-service-cst-content,
.tp-service-it-pagenation span.swiper-pagination-bullet-active {
    background: var(--tp-common-green-2)
}

.tp-service-cst-item:hover .tp-service-cst-item-border {
    border-color: #a4d519
}

.tp-service-cst-thumb {
    overflow: hidden;
    border-radius: 16px
}

.tp-service-cst-thumb img {
    border-radius: 16px;
    transition: all .6s ease
}

.tp-service-cst-slider {
    margin-right: -490px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-cst-slider {
        margin-right: 0
    }
}

.tp-service-cst-slider-wrap {
    border-top: 1px solid #26433e;
    padding-top: 60px
}

@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:574.98px) {
    .tp-service-cst-info {
        margin-left: 12px;
        margin-right: 12px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-cst-info p br {
        display: none
    }
}

.tp-service-cst-info-list ul li {
    font-family: var(--tp-ff-dm);
    font-weight: 500;
    font-size: 18px;
    list-style: none;
    color: var(--tp-grey-5);
    display: flex
}

.tp-service-cst-info-list ul li:not(:last-child) {
    margin-bottom: 13px
}

.tp-service-cst-info-list ul li span {
    margin-right: 10px;
    transform: translateY(-2px)
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-service-cst-title-wrap {
        margin-right: 80px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-cst-title-wrap {
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-cst-title-wrap {
        margin-left: 0
    }
}

@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:574.98px) {
    .tp-service-cst-top-content p br {
        display: none
    }
}

.tp-service-cst-2-wrap {
    border-top: 1px solid #e1e5e4
}

.tp-service-cst-2-wrap .tp-service-cst-item {
    border-right: 1px solid #e1e5e4
}

.tp-service-cst-2-info .tp-service-cst-info-list ul li {
    color: var(--tp-common-black-5)
}

.tp-service-cst-3-wrap .tp-service-cst-item {
    border-right: 0;
    padding-right: 0
}

.tp-service-it-shape {
    position: absolute;
    top: -100px;
    right: 90px
}

@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:574.98px) {
    .tp-service-it-shape {
        display: none
    }
}

.tp-service-it-item {
    background: #121212;
    padding: 56px 60px 105px;
    border-radius: 16px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-it-item {
        padding: 46px 30px 75px
    }
}

.tp-service-it-item:hover .tp-service-it-circale {
    filter: saturate(1)
}

.tp-service-it-icon {
    border-radius: 60px;
    border: 1px solid rgb(243 241 242/.1);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-service-it-para {
    color: #c6c4c5;
    line-height: 162%
}

.tp-service-it-btn {
    border-bottom: 1px solid #252525;
    padding-bottom: 32px;
    margin-bottom: 24px
}

.tp-service-it-tag a {
    font-family: var(--tp-ff-inter);
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    letter-spacing: -.03em;
    text-transform: uppercase;
    color: #c6c4c5;
    border: 1px solid rgb(243 241 242/.1);
    border-radius: 50px;
    padding: 4px 9px;
    line-height: 1;
    margin-right: 8px;
    margin-bottom: 13px
}

.tp-service-it-tag a:hover {
    background: var(--tp-common-green-2);
    color: var(--tp-common-black);
    border-color: var(--tp-common-green-2)
}

.tp-service-it-circale {
    position: absolute;
    bottom: -60px;
    right: -40px;
    z-index: -1;
    filter: saturate(0);
    transition: all .2s ease
}

.tp-service-it-pagenation {
    text-align: center
}

.tp-service-it-pagenation span {
    width: 10px;
    height: 10px;
    background: #252525;
    opacity: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-it-subtitle {
        margin-bottom: 20px
    }
}

.tp-service-pb-item {
    border: 0;
    padding-top: 0;
    padding-bottom: 75px;
    position: relative;
    z-index: 4
}

.tp-service-md-icon svg,
.tp-service-pb-item span {
    transition: all .4s ease
}

.tp-service-pb-item:hover a,
.tp-service-pb-item:hover span {
    color: var(--tp-theme-secondary)
}

.tp-service-pb-thumb,
.tp-service-pb-thumb img {
    width: 397px !important;
    height: 253px !important;
    border-radius: 30px
}

@media (max-width:574.98px) {
    .tp-service-pb-thumb img {
        width: 310px !important
    }
}

.tp-service-pb-wrap {
    margin-left: -22px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-pb-wrap {
        margin-left: 0
    }
}

.tp-service-pb-border {
    border-bottom: 1px solid #e7e4de
}

.tp-service-ai-count {
    color: rgb(51 51 51/.3);
    transition: all .4s ease;
    background: linear-gradient(90deg, #201b17 0, #f96501 100%) left no-repeat, rgb(51 51 51/.3);
    background-size: 0 100%;
    background-clip: text;
    -webkit-background-clip: text
}

@media (max-width:574.98px) {
    .tp-service-ai-count {
        margin-right: 10px
    }
}

.tp-service-ai-count:hover,
.tp-service-ai-item:hover .tp-service-ai-count,
.tp-service-ai-item:hover .tp-service-ai-title a {
    background-size: 100% 100%
}

.tp-service-ai-title {
    color: rgb(51 51 51/.3)
}

.tp-service-ai-title a {
    background: linear-gradient(90deg, #201b17 0, #f96501 100%) left no-repeat, rgb(51 51 51/.3);
    background-size: 0 100%;
    background-clip: text;
    -webkit-background-clip: text
}

.tp-service-ai-ring {
    bottom: 480px;
    right: -315px;
    animation: tp_animation_spin 9s linear infinite;
    z-index: -1;
    width: 32%
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-ai-ring {
        width: 40%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-ai-ring {
        display: none
    }
}

.tp-service-ai-thumb,
.tp-service-ai-thumb img {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}

.tp-service-ai-thumb {
    position: relative;
    transform: scale3d(1, 1, 1)
}

.tp-service-ai-thumb::after {
    position: absolute;
    content: "";
    background: linear-gradient(180deg, #fff0 12.5%, #111112 100%);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 12px;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-service-ai-thumb img {
    border-radius: 12px;
    transform: scale(1.2);
    width: 100%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-ai-btn {
        margin-bottom: 0
    }
}

.tp-service-ai-wrap {
    border-radius: 24px
}

.tp-service-ai-content-2 {
    position: absolute;
    top: 50%;
    transform: translateY(-45%);
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all .4s ease
}

.tp-service-ai-box {
    transform: scale3d(1, 1, 1);
    transition: transform .65s cubic-bezier(.23, 1, .32, 1);
    border-radius: 24px
}

.tp-service-ai-box:hover .tp-service-ai-thumb img {
    transform: scale(1)
}

.tp-service-ai-box:hover .tp-service-ai-content-2 {
    transform: translateY(-50%);
    opacity: 1
}

.tp-service-ai-main {
    border-radius: 24px;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.tp-service-ai-box:hover,
.tp-service-ai-main:hover .tp-service-ai-thumb {
    transform: scale3d(1.09, 1.09, 1)
}

.tp-service-md-item {
    box-shadow: -15px 1px 24px 38px rgb(0 0 0/.01);
    border-radius: 16px;
    padding: 60px 100px 60px 60px;
    transition: all .4s ease
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-md-item {
        padding: 40px
    }
}

.tp-service-md-item:hover {
    background: var(--tp-theme-1);
    transform: scaleY(1.04)
}

.tp-service-md-item:hover .tp-service-md-btn,
.tp-service-md-item:hover .tp-service-md-text,
.tp-service-md-item:hover .tp-service-md-title {
    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),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-md-item-wrap {
        margin-left: 0
    }
}

.tp-service-md-icon {
    width: 70px;
    height: 70px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-service-md-title {
        font-size: 38px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-service-md-title {
        font-size: 35px
    }
}

.tp-service-vp-bigtitle {
    font-size: 660px;
    color: #dadada;
    font-weight: 800;
    line-height: 73%
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-service-vp-bigtitle {
        font-size: 600px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-service-vp-bigtitle {
        font-size: 480px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-service-vp-bigtitle {
        font-size: 440px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-service-vp-bigtitle {
        font-size: 360px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-service-vp-bigtitle {
        font-size: 270px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-service-vp-bigtitle {
        font-size: 200px
    }
}

@media (max-width:574.98px) {
    .tp-service-vp-bigtitle {
        font-size: 120px
    }
}

.tp-service-vp-para {
    color: rgb(17 17 18/.8)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-vp-para br {
        display: none
    }
}

.tp-service-vp-btn {
    border: 1px solid rgb(17 17 18/.1);
    width: 60px;
    height: 60px;
    transition: all .6s ease;
    flex: 0 0 auto
}

.tp-service-vp-item {
    position: relative;
    width: 73%;
    margin: 0 auto;
    padding-left: 33px;
    padding-right: 33px;
    padding-bottom: 44px;
    transition-duration: .3s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.4, 0, 1, 1);
    border-bottom: 1px solid rgb(17 17 18/.1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-service-vp-item {
        width: 690px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-vp-item {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 24px
    }
}

.tp-service-vp-item:hover {
    border-color: var(--tp-common-black)
}

.tp-service-vp-item:hover .tp-service-vp-btn {
    transform: rotate(360deg);
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-service-vp-item .tp-reveal-bg {
    width: 220px;
    height: 220px;
    border-radius: 100%
}

.tp-service-vp-wrap .row [class*=col]:not(:first-child) .tp-service-vp-item {
    padding-top: 50px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-service-vp-wrap .row [class*=col]:not(:first-child) .tp-service-vp-item {
        padding-top: 20px
    }
}

.image-wrapper {
    width: 330px;
    height: 330px;
    opacity: 0;
    position: absolute;
    overflow: hidden;
    transform: translate(-50%, -50%);
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 3
}

.image-wrapper .image-slider {
    display: flex;
    flex-direction: column
}

.image-wrapper img {
    width: 330px;
    height: 330px;
    object-fit: cover;
    object-position: center
}

.tp_text_invert>div {
    background-image: linear-gradient(to right, #fff 50%, #999 50%);
    background-size: 200% 100%;
    background-position: 100%;
    color: #fff0;
    background-clip: text;
    -webkit-background-clip: text
}

.tp_text_invert.invert-black>div {
    background-image: linear-gradient(to right, #030303 50%, #525252 50%)
}

.tp_text_invert.invert-black-2>div {
    background-image: linear-gradient(to right, #030303 50%, #aaa 50%)
}

.tp_text_invert.invert-primary>div {
    background-image: linear-gradient(to right, #c4ee18 50%, #fff 50%)
}

.tp_text_invert.invert-white>div {
    background-image: linear-gradient(to right, #f3f1f2 50%, #afb7b6 50%)
}

.tp_text_invert.invert-black-3>div {
    background-image: linear-gradient(to right, #10302a 50%, #a0a8a6 50%)
}

.tp_text_invert.invert-black-5>div {
    background-image: linear-gradient(to right, #111112 50%, #707071 50%)
}

.tp_text_invert.invert-black-6>div {
    background-image: linear-gradient(to right, #111112 50%, #dadada 50%)
}

.tp_text_invert.invert-red-3 {
    background-image: linear-gradient(to right, red 50%, #aaa 50%) !important
}

.tp-video-content {
    padding: 40px 40px 47px
}

.tp-video-spacing {
    padding-top: 150px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-video-spacing {
        padding-top: 150px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-video-spacing {
        padding-top: 120px
    }
}

@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:574.98px) {
    .tp-video-spacing {
        padding-top: 150px
    }
}

.tp-video-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.tp-video-main .popup-video {
    background: var(--tp-theme-primary);
    width: 50px;
    height: 50px;
    color: var(--tp-common-black)
}

.tp-video-2-main {
    transform: translateY(-7px)
}

@media (max-width:574.98px) {
    .tp-video-2-main {
        margin-top: 15px
    }
}

.tp-video-cst-title {
    line-height: 116%;
    color: #395953
}

.tp-video-cst-title:hover {
    color: var(--tp-grey-5)
}

.tp-video-cst-main {
    line-height: 1
}

.tp-video-cst-main video {
    width: 100%;
    line-height: 1;
    height: 475px;
    object-fit: cover;
    margin-bottom: -2px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-video-cst-main video {
        height: 429px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-video-cst-main video {
        height: 370px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-video-cst-main video {
        height: 290px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-video-cst-main video {
        height: 230px
    }
}

@media (max-width:574.98px) {
    .tp-video-cst-main video {
        height: 170px
    }
}

.tp-video-cst-mask {
    position: absolute;
    bottom: 0;
    left: -1px;
    width: 101%;
    z-index: 2;
    right: -1px;
    height: 480px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-video-cst-mask {
        height: 430px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-video-cst-mask {
        height: 380px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-video-cst-mask {
        height: 300px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-video-cst-mask {
        height: 240px
    }
}

@media (max-width:574.98px) {
    .tp-video-cst-mask {
        height: 180px
    }
}

.tp-video-cst-mask img {
    text-align: center
}

@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:574.98px) {
    .tp-video-cst-mask img {
        height: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-video-cst-wrap {
        margin-top: 100px
    }
}

.tp-video-cst-2-content {
    padding-top: 50px;
    padding-bottom: 350px
}

@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) {
    .tp-video-cst-2-content {
        padding-bottom: 250px
    }
}

@media (max-width:574.98px) {
    .tp-video-cst-2-content {
        padding-bottom: 180px
    }
}

.tp-video-cst-2-content .tp-video-content {
    padding: 40px 50px 47px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-video-cst-2-content .tp-video-content {
        padding: 30px 30px 37px;
        margin-right: 0
    }
}

.tp-video-md-spacing {
    height: 860px;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-video-md-spacing {
        height: 660px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-video-md-spacing {
        height: 460px
    }
}

.tp-video-md-bg,
.tp-video-vp-img-inner-2 video {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tp-video-md-wrap {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center
}

.tp-video-md-wrap .tp-video-md-btn {
    width: 150px;
    height: 150px;
    background: var(--tp-theme-1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-video-md-wrap .tp-video-md-btn {
        width: 100px;
        height: 100px
    }
}

.tp-video-vp-img-inner-2 {
    height: 820px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-video-vp-img-inner-2 {
        height: 800px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-video-vp-img-inner-2 {
        height: 780px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-video-vp-img-inner-2 {
        height: 500px;
        margin-top: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-video-vp-img-inner-2 {
        height: 400px;
        margin-top: 170px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-video-vp-img-inner-2 {
        height: 350px
    }
}

.tp-video-vp-img-inner-2 video {
    margin: 0 auto;
    background-position: center center;
    background-size: cover
}

:root {
    --numOfSlides: 5;
    --slidingAT: 1.3s;
    --controlSize: 60px
}

.tp-portfolio-sectitle {
    font-size: 145px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-sectitle {
        font-size: 70px
    }
}

.tp-portfolio-sectitle .borders {
    width: 312px;
    height: 6px;
    background: var(--tp-common-black);
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-sectitle .borders {
        width: 120px
    }
}

.tp-portfolio-tag span {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 16px;
    color: var(--tp-grey-1);
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    display: inline-block;
    padding: 1px 17px;
    margin-right: 13px;
    transition: all .4s ease
}

@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:574.98px) {
    .tp-portfolio-tag span {
        margin-bottom: 5px
    }
}

.tp-portfolio-tag span:hover {
    background: var(--tp-common-black);
    border: 1px solid var(--tp-common-black);
    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:574.98px) {
    .tp-portfolio-title-wrap {
        margin-bottom: 20px
    }
}

.tp-portfolio-para {
    margin-bottom: -54px;
    z-index: 1;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-para {
        margin-bottom: 40px
    }
}

.tp-portfolio-thumb.thumb-1 {
    height: 604px;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-thumb.thumb-1 {
        height: 404px
    }
}

.tp-portfolio-thumb.thumb-2 {
    height: 470px;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-thumb.thumb-2 {
        height: 300px
    }
}

@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:574.98px) {
    .tp-portfolio-item {
        margin-left: 0;
        margin-right: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-item {
        margin-top: 0
    }

    .tp-portfolio-2-para {
        padding-top: 30px
    }
}

.tp-portfolio-2-para .tp-portfolio-tag span {
    font-weight: 500;
    font-family: var(--tp-ff-p)
}

.tp-portfolio-2-content .tp-portfolio-tag span {
    margin-right: 0;
    font-weight: 500;
    font-family: var(--tp-ff-p)
}

.tp-portfolio-2-shape {
    position: absolute;
    bottom: -345px;
    right: 0;
    z-index: -1;
    width: 20%
}

.tp-portfolio-2-item:hover .tp-portfolio-2-thumb img,
.tp-portfolio-pb-item:hover .tp-portfolio-pb-thumb img {
    transform: scale(1.1)
}

.tp-portfolio-2-thumb {
    overflow: hidden
}

.tp-portfolio-2-thumb img {
    transition: all .4s ease
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-2-slider-active {
        width: 300px !important
    }
}

.tp-portfolio-sa-title {
    font-size: 145px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-sa-title {
        font-size: 110px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-sa-title {
        font-size: 90px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-sa-title {
        font-size: 85px;
        padding: 17px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-sa-title-wrap>span {
        margin-left: 0;
        margin-bottom: 10px;
        margin-right: 0
    }
}

.tp-portfolio-sa-shape {
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    width: 9%
}

.tp-portfolio-sa-item-tag {
    padding: 2px 16px;
    border-radius: 30px
}

.tp-portfolio-pp-border {
    margin-right: 110px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-pp-border {
        margin-right: 0
    }
}

.tp-portfolio-pp-border svg {
    width: auto
}

.tp-portfolio-pp-content .positions {
    background: var(--tp-common-white-2);
    display: inline-block;
    border-radius: 100px
}

.tp-portfolio-masonary-spacing {
    padding-top: 210px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-masonary-spacing {
        padding-top: 140px
    }
}

.tp-portfolio-showcase-spacing {
    padding-top: 180px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-showcase-spacing {
        padding-top: 130px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-showcase-spacing {
        padding-top: 120px
    }
}

.tp-portfolio-showcase-nav {
    display: flex;
    justify-content: space-between
}

.tp-portfolio-details-shedule ul li,
.tp-portfolio-showcase-nav span {
    font-family: var(--tp-ff-heading);
    font-weight: 500;
    color: var(--tp-common-black);
    display: flex
}

.tp-portfolio-showcase-nav span {
    font-size: 15px;
    text-transform: uppercase;
    align-items: center;
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    padding: 6px 17px;
    transition: all .4s ease
}

.tp-portfolio-showcase-nav span:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black)
}

.tp-portfolio-showcase-pagenation {
    padding-top: 50px
}

.tp-portfolio-showcase-slide-active .tp-portfolio-2-content {
    opacity: 0;
    visibility: hidden
}

@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:574.98px) {
    .tp-portfolio-showcase-slide-active .tp-portfolio-2-content {
        padding: 0 12px
    }
}

.tp-portfolio-showcase-slide-active .swiper-slide.swiper-slide-active .tp-portfolio-2-content {
    -webkit-animation: tdfadeUp 1s .3s forwards;
    animation: tdfadeUp 1s .3s forwards;
    animation-fill-mode: both;
    opacity: 1;
    visibility: visible
}

.tp-portfolio-showcase-full-subtitle {
    font-weight: 400;
    font-size: 46px;
    line-height: .87;
    margin-bottom: 40px;
    letter-spacing: .01em;
    color: var(--tp-common-white-2);
    font-family: var(--tp-ff-morganite-semibold);
    display: inline-block
}

.tp-portfolio-showcase-full-bg {
    padding: 207px 30px 220px
}

@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:574.98px) {
    .tp-portfolio-showcase-full-bg {
        padding: 160px 30px 150px
    }
}

.tp-portfolio-outcome-bost {
    display: flex;
    gap: 22px;
    flex-wrap: wrap
}

.tp-portfolio-outcome-bost span {
    border: 1px solid var(--tp-border-1);
    border-radius: 100px;
    display: inline-block;
    padding: 22px 40px 17px;
    width: 312px;
    margin-bottom: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-outcome-bost span {
        width: 300px
    }

    .tp-portfolio-outcome-content {
        margin-right: 0
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-outcome-title {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-navigation-btn {
        justify-content: center
    }
}

.tp-portfolio-navigation-btn img {
    flex: 0 0 auto;
    width: 100px
}

@media (max-width:574.98px) {
    .tp-portfolio-navigation-btn img {
        width: 70px;
        margin-right: 15px
    }
}

.tp-portfolio-navigation-wrap {
    border: 1px solid var(--tp-border-1);
    padding: 35px 40px 10px
}

@media (max-width:574.98px) {
    .tp-portfolio-navigation-wrap {
        padding: 25px 20px 10px
    }
}

.tp-portfolio-navigation-grid a {
    color: var(--tp-grey-1);
    opacity: .3
}

.tp-portfolio-navigation-grid a:hover {
    color: var(--tp-common-black);
    opacity: 1
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-navigation-title br {
        display: none
    }
}

.tp-portfolio-cst-subtitle-wrap {
    border-bottom: 1px solid #e1e5e4
}

.tp-portfolio-cst-tag {
    border-radius: 100px;
    padding: 1px 20px
}

.tp-portfolio-cst-btn {
    border-radius: 50px;
    border: 1px solid rgb(16 48 42/.1);
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto
}

.tp-portfolio-cst-item {
    border-bottom: 1px solid #e1e5e4;
    position: relative;
    margin-bottom: 32px
}

.tp-portfolio-cst-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 1px;
    background: var(--tp-common-black-1);
    bottom: 0;
    left: auto;
    right: 0;
    transition: all .4s ease
}

.tp-portfolio-cst-item.active::before,
.tp-portfolio-cst-item:hover::before {
    width: 100%;
    left: 0;
    right: auto
}

.tp-portfolio-cst-item.active .tp-portfolio-cst-btn,
.tp-portfolio-cst-item:hover .tp-portfolio-cst-btn {
    background: var(--tp-common-green-2);
    border-color: var(--tp-common-green-2);
    transform: rotate(-45deg)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-portfolio-cst-img-wrapper {
        height: 440px
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-cst-img-wrapper {
        height: 300px
    }
}

.tp-portfolio-cst-img-wrapper .hover-image {
    display: inline-block
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-cst-img-wrapper .hover-image {
        height: 100%
    }
}

.tp-portfolio-cst-img-wrapper .hover-image .thumb {
    object-fit: cover;
    opacity: 0;
    position: absolute;
    top: 0;
    left: -150px;
    visibility: hidden;
    transition: all .6s ease;
    border-radius: 20px
}

.tp-portfolio-cst-img-wrapper .hover-image.active .thumb {
    opacity: 1;
    left: 0;
    visibility: visible
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-cst-content {
        height: 100%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-cst-content p br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-cst-list-wrap {
        margin-left: 0
    }
}

.tp-portfolio-details-shedule {
    background: var(--tp-common-white);
    border: 1px solid var(--tp-border-1);
    padding: 43px 40px 50px
}

@media (max-width:574.98px) {
    .tp-portfolio-details-shedule {
        padding: 33px 20px 40px
    }
}

.tp-portfolio-details-shedule ul {
    margin-bottom: 47px
}

.tp-portfolio-details-shedule ul li {
    font-size: 18px;
    list-style: none;
    padding-bottom: 15px
}

.tp-portfolio-details-shedule ul li span {
    width: 180px;
    flex: 0 0 auto;
    display: inline-block
}

@media (max-width:574.98px) {
    .tp-portfolio-details-shedule ul li span {
        width: 130px
    }
}

.tp-portfolio-details-shedule-btn {
    background: var(--tp-common-white-2);
    padding: 15px 20px;
    display: block;
    text-align: center
}

.tp-portfolio-details-shedule-btn:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white)
}

.tp-portfolio-details-shedule-spacing {
    margin-top: -247px;
    position: relative;
    z-index: 2
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-details-shedule-spacing {
        margin-top: 50px
    }
}

.tp-portfolio-details-line {
    line-height: 1;
    margin-top: -10px
}

.tp-portfolio-details-line svg {
    width: 100%
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-details-content {
        margin-right: 50px
    }
}

@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:574.98px) {
    .tp-portfolio-details-content {
        margin-right: 0
    }
}

.tp-portfolio-details-2-cetagory ul li {
    list-style: none;
    display: flex
}

.tp-portfolio-details-2-cetagory ul li:not(:last-child) {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--tp-border-1)
}

.tp-portfolio-details-2-cetagory ul li span,
.tp-portfolio-details-2-tag a {
    font-family: var(--tp-ff-dm);
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black-5)
}

.tp-portfolio-details-2-tag a {
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    border-radius: 50px;
    padding: 8px 13px;
    background: #f6f6f9;
    display: inline-block;
    line-height: 1
}

.tp-portfolio-details-2-cetagory ul li span.spacing {
    width: 240px;
    display: inline-block
}

@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:574.98px) {
    .tp-portfolio-details-2-cetagory ul li span.spacing {
        width: 160px
    }

    .tp-portfolio-details-2-cetagory-wrap p {
        margin-right: 0
    }

    .tp-portfolio-details-2-thumb {
        margin-left: 0;
        margin-right: 0
    }
}

.tp-portfolio-details-2-thumb img {
    border-radius: 16px
}

.tp-portfolio-details-2-challenge {
    margin-right: 0
}

.tp-portfolio-details-2-border {
    border-bottom: 1px solid var(--tp-border-1)
}

.tp-portfolio-details-2-branding {
    margin-right: 140px
}

@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:574.98px) {
    .tp-portfolio-details-2-branding {
        margin-left: 0;
        margin-right: 0
    }
}

.tp-portfolio-details-2-branding ul li b {
    font-family: var(--tp-ff-dm)
}

.tp-portfolio-details-2-branding ul li p {
    font-family: var(--tp-ff-dm);
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -.02em;
    color: var(--tp-grey-1)
}

.tp-portfolio-details-2-tag {
    display: flex;
    gap: 7px;
    flex-wrap: wrap
}

.tp-portfolio-details-2-tag a:hover {
    background: var(--tp-common-black-1);
    color: var(--tp-common-white)
}

.tp-portfolio-details-2-navigation,
.tp-portfolio-details-2-tag-border {
    border-bottom: 1px solid var(--tp-border-1)
}

.tp-portfolio-details-2-social a {
    margin-right: 0
}

.tp-portfolio-details-2-navigation {
    padding: 0;
    border: 0
}

.tp-portfolio-details-2-navigation .tp-portfolio-navigation-btn img {
    border-radius: 16px;
    width: auto
}

.tp-portfolio-details-2-subtitle {
    border: 0
}

@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:574.98px) {
    .tp-portfolio-details-2-overview-wrap {
        margin-left: 0;
        margin-right: 0
    }
}

.tp-portfolio-it-thumb .service-bg,
.tp-portfolio-slider__copyright p a {
    position: relative
}

.tp-portfolio-it-thumb .service-bg::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tp-common-black-1);
    opacity: .6
}

.tp-portfolio-it-tag a {
    font-family: var(--tp-ff-inter);
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-grey-5);
    border: 1px solid rgb(243 241 242/.1);
    display: inline-block;
    padding: 0 15px;
    border-radius: 100px;
    margin-right: 5px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-it-tag a {
        margin-bottom: 5px
    }
}

.tp-portfolio-it-tag a:hover {
    background: var(--tp-common-green-2);
    color: var(--tp-common-black-1)
}

.tp-portfolio-it-inner {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease .3s 0s ease-out;
    -moz-transition: all .4s ease .3s 0s ease-out;
    -ms-transition: all .4s ease .3s 0s ease-out;
    -o-transition: all .4s ease .3s 0s ease-out;
    transition: all .4s ease .3s 0s ease-out
}

.tp-portfolio-it-content {
    transform: translateY(180px);
    transition: all .4s ease
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-it-content {
        transform: translateY(100px)
    }

    .tp-portfolio-it-content-inner {
        margin-bottom: 40px
    }
}

.tp-portfolio-it-wrap {
    padding: 594px 50px 50px;
    border-right: 1px solid rgb(255 255 255/.2);
    transition: all .5s ease;
    overflow: hidden
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-it-wrap {
        padding: 394px 20px 50px;
        height: 100%
    }
}

@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:574.98px) {
    .tp-portfolio-it-wrap {
        border-bottom: 1px solid rgb(255 255 255/.2)
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-it-wrap {
        padding: 294px 20px 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-it-wrap {
        padding: 194px 20px 50px;
        border-right: 0
    }
}

.tp-portfolio-it-wrap:hover {
    backdrop-filter: blur(8px);
    background: rgb(16 48 42/.2)
}

.tp-portfolio-it-wrap:hover .tp-portfolio-it-content {
    transform: translateY(0)
}

.tp-portfolio-pb-tag a {
    border: 1px solid rgb(243 241 242/.1);
    border-radius: 100px;
    padding: 0 15px
}

.tp-portfolio-pb-tag a:hover {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-white)
}

.tp-portfolio-pb-content,
.tp-portfolio-pb-item::before {
    position: absolute;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.tp-portfolio-pb-content {
    bottom: -15px;
    padding: 32px;
    z-index: 2
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-pb-content {
        padding: 15px
    }
}

.tp-portfolio-pb-thumb img {
    transition: all .4s ease
}

.tp-portfolio-pb-item:hover .tp-portfolio-pb-content {
    visibility: visible;
    opacity: 1;
    bottom: 0
}

.tp-portfolio-pb-item::before {
    content: "";
    background: linear-gradient(180deg, #fff0 31%, #111112 100%);
    width: 100%;
    height: 100%;
    bottom: 0;
    z-index: 1
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-ai-title {
        margin-left: 0
    }
}

.tp-portfolio-md-tag {
    border: 1px solid rgb(17 17 18/.1);
    padding: 3px 17px
}

.tp-portfolio-md-wrapper {
    margin-left: -15px;
    margin-right: -15px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-md-wrapper {
        margin-left: 0;
        margin-right: 0
    }
}

.tp-portfolio-md-inner-wrap {
    width: 100%;
    display: flex;
    grid-area: list;
    box-sizing: border-box
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-md-inner-wrap {
        flex-wrap: wrap
    }
}

.tp-portfolio-md-item {
    width: 40%;
    height: 720px;
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 15px;
    transition: width .6s cubic-bezier(.38, .005, .215, 1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-md-item {
        height: 620px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-md-item {
        width: 100%;
        height: auto;
        margin-bottom: 30px
    }
}

.tp-portfolio-md-item:hover {
    width: 66%
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-md-item:hover {
        width: 40%
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-md-item:hover {
        width: 100%
    }
}

.tp-portfolio-md-thumb {
    height: 100%;
    width: 100%;
    margin-bottom: 30px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-md-thumb {
        height: auto
    }
}

.tp-portfolio-md-thumb img,
.tp-portfolio-swipe-gallery .slide__img-cont img,
.tp-portfolio-vp-post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tp-portfolio-md-content {
    padding-left: 32px
}

@media (max-width:574.98px) {
    .tp-portfolio-md-content {
        padding-left: 0
    }
}

.tp-portfolio-md-border {
    border-bottom: 1px solid rgb(17 17 18/.1);
    padding-bottom: 160px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-md-border {
        padding-bottom: 100px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-portfolio-md-title {
        font-size: 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-portfolio-md-title {
        font-size: 25px
    }
}

.tp-portfolio-vp-bigtitle {
    font-size: 220px;
    font-weight: 800;
    line-height: 73%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-vp-bigtitle {
        font-size: 180px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-portfolio-vp-bigtitle {
        font-size: 130px
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-vp-bigtitle {
        font-size: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-vp-para br {
        display: none
    }
}

.tp-portfolio-vp-post-thumbnail {
    padding-top: 720px;
    border-radius: 32px;
    position: relative;
    overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-vp-post-thumbnail {
        padding-top: 600px
    }
}

@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:574.98px) {
    .tp-portfolio-vp-post-thumbnail {
        padding-top: 400px;
        margin-bottom: 30px
    }
}

.tp-portfolio-vp-post-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate3d(-6.66%, 0, 0) scale(1.2);
    -webkit-transform: translate3d(-6.66%, 0, 0) scale(1.2);
    transition: opacity .35s, transform .45s, filter .35s
}

.tp-portfolio-vp-post-thumbnail .video-container {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.tp-portfolio-vp-post-thumbnail .video-container iframe {
    width: 300%;
    margin-left: -100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    border: 0;
    max-width: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--tp-common-black-5)
}

.tp-portfolio-vp-post-thumbnail .vp-sidedock button,
.tp-portfolio-vp-post-thumbnail .vp-title {
    display: none
}

.tp-portfolio-vp-content {
    position: absolute;
    bottom: 32px;
    left: 32px;
    z-index: 3
}

@media (max-width:574.98px) {
    .tp-portfolio-vp-content {
        bottom: 22px;
        left: 22px
    }
}

.tp-portfolio-vp-title span {
    background: var(--tp-common-black-5);
    display: inline-block
}

.tp-portfolio-vp-text-top {
    padding-left: 32px;
    padding-right: 42px;
    padding-top: 10px;
    border-radius: 16px 16px 0 0;
    position: relative
}

.tp-portfolio-vp-text-top::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -22px;
    height: 41px;
    width: 23px;
    z-index: -1;
    border-bottom-left-radius: 20px;
    box-shadow: 0 18px 0 0#111112;
    background: #fff0
}

.tp-portfolio-vp-text-middle {
    padding: 0 42px 14px 32px;
    border-radius: 0 16px 16px 16px
}

.tp-portfolio-slicer-category {
    font-size: 40px;
    font-family: var(--tp-ff-inter);
    margin-bottom: 36px;
    display: inline-block;
    color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-slicer-category {
        font-size: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-slicer-category {
        font-size: 25px;
        margin-bottom: 20px
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-slicer-category {
        font-size: 20px;
        margin-bottom: 15px
    }
}

.tp-portfolio-slicer-title {
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-white);
    font-size: 150px;
    line-height: .8;
    font-weight: 600
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-slicer-title {
        font-size: 130px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-slicer-title {
        font-size: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-portfolio-slicer-title {
        font-size: 80px
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-slicer-title {
        font-size: 50px
    }
}

.tp-portfolio-slicer-area-inner #app {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center
}

.tp-portfolio-slicer-slider {
    position: relative;
    z-index: 1
}

.tp-portfolio-slicer-slider .nav-icon {
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    color: var(--tp-common-white);
    line-height: 1;
    position: relative;
    z-index: 2
}

.tp-portfolio-slicer-slider .slider-nav {
    display: flex;
    height: 100px;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-portfolio-slicer-slider .slider-nav {
        height: 80px
    }
}

.tp-portfolio-slicer-slider .slider-nav-box {
    position: absolute;
    bottom: 0;
    width: 100%
}

.tp-portfolio-slicer-slider .slide-content {
    position: absolute;
    width: 100%;
    bottom: 20%;
    opacity: 0;
    transition: all .5s
}

.tp-portfolio-pb-item:hover::before,
.tp-portfolio-slicer-slider .swiper-slide-active .slide-content {
    opacity: 1;
    visibility: visible
}

.tp-portfolio-slicer-slider .swiper {
    width: 100%;
    height: 100%;
    --swiper-theme-color: #fff
}

.tp-portfolio-slicer-slider .swiper-slicer-image {
    max-width: unset
}

.tp-portfolio-slicer-pagination {
    position: absolute;
    top: auto !important;
    bottom: 0;
    transform: none;
    height: 50px;
    left: 0 !important;
    right: 0 !important;
    display: inline-flex;
    gap: 20px;
    margin-inline: auto;
    align-items: center;
    justify-content: center;
    z-index: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-slicer-pagination {
        gap: 10px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slicer-pagination {
        display: none
    }
}

.tp-portfolio-slicer-pagination .swiper-pagination-bullet {
    width: 80px;
    height: 5px;
    display: inline-block;
    margin: 0 5px;
    overflow: hidden;
    transition: .4s;
    position: relative;
    border-radius: 5px;
    background: rgb(255 255 255/.3)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-slicer-pagination .swiper-pagination-bullet {
        width: 50px
    }
}

.tp-portfolio-slicer-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
    width: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-slicer-pagination .swiper-pagination-bullet .swiper-pagination-bullet-active {
        width: 40px
    }
}

.tp-portfolio-slicer-pagination .swiper-pagination-bullet::before {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    transition: .6s;
    z-index: 9;
    left: 0;
    border-radius: 5px;
    background: rgb(255 255 255/.3)
}

.tp-portfolio-slicer-pagination .swiper-pagination-bullet::after {
    content: "";
    width: 0;
    height: 100%;
    position: absolute;
    transition: .6s;
    z-index: 8;
    left: 0;
    background: #fff
}

.tp-portfolio-slicer-pagination .swiper-pagination-bullet-active::after {
    opacity: 1;
    width: 100%
}

.tp-portfolio-parallax-slider-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh
}

.tp-portfolio-parallax-slider-wrapper .parallax-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 4200px;
    height: 100%
}

@media (max-width:574.98px) {
    .tp-portfolio-parallax-slider-wrapper .parallax-slider {
        width: 2600px
    }
}

.tp-portfolio-parallax-slider-wrapper .parallax-slider-inner {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    display: flex;
    gap: 5px;
    left: 0;
    right: 0
}

.tp-portfolio-parallax-slider-wrapper .parallax-item {
    position: relative;
    width: 600px;
    height: 100%;
    overflow: hidden
}

@media (max-width:574.98px) {
    .tp-portfolio-parallax-slider-wrapper .parallax-item {
        width: 350px
    }
}

.tp-portfolio-parallax-slider-wrapper .parallax-item:hover .parallax-content {
    bottom: 0;
    opacity: 1;
    visibility: visible
}

.tp-portfolio-parallax-slider-wrapper .parallax-item:hover .parallax-img::after {
    opacity: 1;
    height: 100%;
    visibility: visible
}

.tp-portfolio-parallax-slider-wrapper .parallax-content {
    position: absolute;
    bottom: -100px;
    left: 0;
    z-index: 55;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 40px 40px 30px 35px;
    transition: .4s
}

.tp-portfolio-parallax-slider-wrapper .parallax-content span {
    line-height: 1;
    display: block;
    font-size: 20px;
    margin-bottom: 10px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter);
    text-transform: capitalize
}

.tp-portfolio-parallax-slider-wrapper .parallax-content h4 {
    font-size: 50px;
    line-height: 1;
    padding-bottom: 7px;
    display: inline-block;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-heading)
}

.tp-portfolio-parallax-slider-wrapper .parallax-img {
    position: absolute;
    height: 100%;
    width: 840px;
    background-size: cover;
    background-position: center;
    margin-left: -100px
}

.tp-portfolio-parallax-slider-wrapper .parallax-img::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    background: rgb(0 0 0/.3)
}

.tp-portfolio-horizontal-slider {
    z-index: 2;
    width: 100%;
    position: relative;
    flex-direction: column;
    height: 100vh;
    font-size: 16px;
    display: flex;
    clip-path: none !important;
    background: var(--tp-common-white)
}

.tp-portfolio-horizontal-slider .slider-inner {
    background: var(--tp-common-black);
    height: 100vh;
    position: relative
}

.tp-portfolio-horizontal-slider .swiper-slide {
    position: relative;
    display: flex;
    justify-content: center;
    text-align: left;
    flex-direction: column;
    overflow: hidden
}

.tp-portfolio-horizontal-content {
    position: absolute;
    top: 26%;
    left: 78px;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-content {
        width: 100%;
        text-align: center;
        left: 0
    }
}

.tp-portfolio-horizontal-inner {
    object-fit: cover;
    width: 100%;
    height: 100vh
}

.tp-portfolio-horizontal-inner::after {
    content: "";
    position: absolute;
    width: 101%;
    height: 100%;
    top: 0;
    left: -1px;
    background-color: #fff0;
    background-image: radial-gradient(at center right, #ffffff00 50%, #00000096 100%)
}

.tp-portfolio-horizontal-tag {
    color: var(--tp-common-white);
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 0;
    letter-spacing: 1.2px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-tag {
        margin-bottom: 0
    }
}

.tp-portfolio-horizontal-title {
    color: var(--tp-common-white);
    font-size: 8vw;
    font-family: var(--tp-ff-inter);
    font-weight: 700;
    line-height: 1.1;
    text-transform: uppercase;
    margin-bottom: 10px;
    margin-left: -12px;
    text-decoration: none
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-title {
        font-size: 64px
    }
}

.tp-portfolio-horizontal-disc {
    font-size: 18px;
    width: 100%;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 32px;
    color: #ffffffb0;
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-disc {
        margin: 20px auto;
        font-size: 16px;
        width: 95%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-disc br {
        display: none
    }
}

.tp-portfolio-horizontal-btn {
    color: var(--tp-common-white);
    margin-left: 18px;
    font-size: 1.4em;
    transition: margin-left 300ms cubic-bezier(.49, 0, .01, 1);
    font-weight: 400;
    display: inline-flex;
    position: relative;
    white-space: nowrap;
    text-decoration: none;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    user-select: none;
    outline: 0;
    outline-color: #fff0;
    box-shadow: none;
    will-change: transform;
    backface-visibility: hidden
}

.tp-portfolio-horizontal-btn:hover {
    margin-left: 38px !important
}

.tp-portfolio-horizontal-btn:hover .tp-portfolio-horizontal-btn-label {
    transform: translateX(18px)
}

.tp-portfolio-horizontal-btn:hover .tp-portfolio-horizontal-btn-text {
    color: var(--tp-common-white)
}

.tp-portfolio-horizontal-btn:hover .tp-portfolio-horizontal-btn-border {
    transform: scale(0, 1)
}

.tp-portfolio-horizontal-btn:hover .circle {
    clip-path: circle(50%at 50% 50%)
}

.tp-portfolio-horizontal-btn:hover .circle-fill {
    transform: scale(1, 1)
}

.tp-portfolio-horizontal-btn:hover .circle-icon {
    transform: translate(0, 0);
    opacity: 1
}

.tp-portfolio-horizontal-btn-label {
    margin-left: 4pt;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.tp-portfolio-horizontal-btn-border {
    position: absolute;
    left: 4pt;
    right: 0;
    bottom: 0;
    height: 1px;
    background: var(--tp-common-white);
    transform-origin: right;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1)
}

.tp-portfolio-horizontal-btn .circle,
.tp-portfolio-horizontal-button-wrapper div {
    border-radius: 50%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-portfolio-horizontal-btn .circle {
    right: calc(100% - 10px);
    top: 0;
    bottom: 0;
    margin: auto;
    width: 45px;
    height: 45px;
    clip-path: circle(25%at 50% 50%);
    transition: clip-path 500ms cubic-bezier(.49, 0, .01, 1)
}

.tp-portfolio-horizontal-btn .circle-fill {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 100%;
    will-change: transform;
    transform: scale(0);
    z-index: 1;
    transition: transform 500ms cubic-bezier(.49, 0, .01, 1), background-color 500ms cubic-bezier(.49, 0, .01, 1);
    background: var(--tp-common-white)
}

.tp-portfolio-horizontal-btn .circle-icon {
    transform: translate(-100%, 0);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 2;
    transition: all 500ms cubic-bezier(.49, 0, .01, 1)
}

.tp-portfolio-horizontal-btn .icon-arrow {
    width: 20px;
    height: 20px;
    stroke: none;
    fill: var(--tp-common-black)
}

.tp-portfolio-horizontal-btn .circle-outline {
    fill: #fff0;
    width: 10px;
    stroke: var(--tp-common-white)
}

.tp-cta-wd-shape svg,
.tp-portfolio-horizontal-button-wrapper,
.tp-process-pp-border svg,
.tp-process-sa-border svg,
.tp-process-sa-shape svg {
    width: 100%
}

.tp-portfolio-horizontal-button-wrapper div {
    bottom: 5%;
    top: unset;
    transform: scale(1);
    backdrop-filter: blur(20px);
    height: 85px;
    width: 85px;
    line-height: 85px;
    transition: all .4s;
    z-index: 2;
    font-size: 30px;
    color: var(--tp-common-white);
    background: #fff0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-button-wrapper div {
        height: 50px;
        width: 50px;
        line-height: 50px
    }
}

.tp-portfolio-horizontal-button-wrapper div:hover {
    background: #ffffff0d
}

.tp-portfolio-horizontal-button-next {
    right: 50px
}

.tp-portfolio-horizontal-button-prev {
    left: 50px
}

.tp-portfolio-horizontal-pagination-area {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: unset;
    right: unset;
    bottom: 80px;
    left: 50% !important;
    transform: translateX(-50%);
    width: 500px;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-pagination-area {
        width: 200px !important
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-pagination-area {
        display: none
    }
}

.tp-portfolio-horizontal-pagination-area .slide-range {
    font-weight: 500;
    margin: 0 15px;
    color: var(--tp-common-white);
    line-height: 0;
    position: absolute;
    font-size: 20px
}

.tp-portfolio-horizontal-pagination-area .slide-range.one {
    left: -50px
}

.tp-portfolio-horizontal-pagination-area .slide-range.three {
    right: -50px
}

.tp-portfolio-horizontal-pagination-area .swiper-pagination {
    bottom: 0 !important;
    width: 500px !important
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-horizontal-pagination-area .swiper-pagination {
        bottom: 0 !important;
        width: 200px !important
    }
}

.tp-portfolio-horizontal-pagination-area .swiper-pagination .swiper-pagination-progressbar-fill {
    background: var(--tp-common-white)
}

.tp-portfolio-swipe-gallery .slide {
    height: 100%;
    width: 100%;
    top: 0;
    position: fixed;
    visibility: hidden
}

.tp-portfolio-swipe-gallery .slide__inner,
.tp-portfolio-swipe-gallery .slide__outer {
    width: 100%;
    height: 100%;
    overflow: hidden
}

.tp-portfolio-swipe-gallery .slide__content {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    padding-top: 150px
}

.tp-portfolio-swipe-gallery .slide__container {
    position: relative;
    max-width: 1800px;
    width: 100vw;
    margin: 0 auto;
    height: 95vh;
    margin-bottom: 10vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0;
    padding: 0 1rem
}

.tp-portfolio-swipe-gallery .slide__heading {
    display: block;
    text-align: left;
    font-size: clamp(5rem, 15vw, 15rem);
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    color: var(--tp-common-white);
    z-index: 1;
    mix-blend-mode: difference;
    grid-area: 2/2/3/10;
    align-self: end
}

.tp-portfolio-swipe-gallery .slide__img-cont {
    margin-top: 4rem;
    grid-area: 2/1/7/8;
    overflow: hidden
}

.tp-portfolio-swipe-gallery .slide:nth-of-type(1) {
    visibility: visible
}

.tp-portfolio-swipe-gallery .slide:nth-of-type(1) .slide__content {
    background: #842418
}

.tp-portfolio-swipe-gallery .slide:nth-of-type(2) .slide__content {
    background: #72241a
}

.tp-portfolio-swipe-gallery .slide:nth-of-type(3) .slide__content {
    background: #4e0101
}

.tp-portfolio-swipe-gallery .slide:nth-of-type(4) .slide__content {
    background: #200800
}

.tp-portfolio-swipe-gallery .overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2
}

@media (max-width:574.98px) {
    .tp-portfolio-swipe-gallery .overlay {
        top: 90px
    }
}

.tp-portfolio-swipe-gallery .overlay__content {
    max-width: 1800px;
    width: 100vw;
    margin: 0 auto;
    padding: 0 1rem;
    height: 90vh;
    margin-bottom: 10vh;
    display: grid;
    grid-template-columns: repeat(10, 1fr);
    grid-template-rows: repeat(10, 1fr);
    grid-column-gap: 0;
    grid-row-gap: 0
}

.tp-portfolio-swipe-gallery .overlay__img-cont {
    position: relative;
    overflow: hidden;
    margin: 0;
    grid-area: 4/3/9/11
}

.tp-portfolio-swipe-gallery .overlay__img-cont img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%
}

.tp-portfolio-swipe-gallery .overlay__count {
    grid-area: 3/10/4/10;
    font-size: clamp(3rem, 4vw, 15rem);
    margin: 0;
    padding: 0;
    text-align: right;
    color: var(--tp-common-white);
    opacity: .3
}

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

    .tp-portfolio-swipe-gallery .overlay__content,
    .tp-portfolio-swipe-gallery .slide__container {
        margin-top: 15vh;
        height: 87vh
    }

    .tp-portfolio-swipe-gallery .overlay__img-cont {
        grid-area: 5/4/10/11
    }

    .tp-portfolio-swipe-gallery .overlay__count {
        grid-area: 3/10/4/11
    }

    .tp-portfolio-swipe-gallery .slide__img-cont {
        margin-top: 0;
        grid-area: 3/2/8/7
    }

    .tp-portfolio-swipe-gallery .slide__heading {
        grid-area: 1/1/4/4
    }
}

.tp-portfolio-revealing-slider {
    position: relative;
    height: 100vh;
    overflow: hidden
}

.tp-portfolio-revealing-slider-social {
    position: absolute;
    bottom: 75px;
    z-index: 99;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-portfolio-revealing-slider-social a {
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin: 0 12px;
    color: var(--tp-common-white)
}

.tp-portfolio-revealing-slider-slides {
    z-index: 1;
    position: relative;
    height: 100%
}

.tp-portfolio-revealing-slider-control {
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 5%;
    width: var(--controlSize);
    height: var(--controlSize);
    margin-left: calc(var(--controlSize)/-2);
    margin-top: calc(var(--controlSize)/-2);
    border-radius: 50%;
    backdrop-filter: blur(20px);
    transition: background-color .3s;
    cursor: pointer;
    background: #fff0
}

.tp-portfolio-revealing-slider-control:hover {
    background: var(--tp-theme-secondary)
}

.tp-portfolio-revealing-slider-control:hover .tp-portfolio-revealing-slider-control-line::after {
    background: #fff
}

@media (max-width:574.98px) {
    .tp-portfolio-revealing-slider-control {
        top: 70%;
        left: 10%
    }
}

.tp-portfolio-revealing-slider-control-right {
    left: 95%
}

@media (max-width:574.98px) {
    .tp-portfolio-revealing-slider-control-right {
        left: 90%
    }
}

.tp-portfolio-revealing-slider-control-right .tp-portfolio-revealing-slider-control-line {
    left: 37px;
    transform-origin: 1px 0;
    transform: rotate(45deg)
}

.tp-portfolio-revealing-slider-control-right .tp-portfolio-revealing-slider-control-line:nth-child(2) {
    transform: translateY(1px) rotate(135deg)
}

.tp-portfolio-revealing-slider-control-line {
    position: absolute;
    left: 23px;
    top: 50%;
    width: 3px;
    height: 14px;
    transform-origin: 50%0;
    transform: rotate(-45deg)
}

.tp-portfolio-revealing-slider-control-line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: background-color .3s;
    background: #e2e2e2
}

.tp-portfolio-revealing-slider-control-line:nth-child(2) {
    transform: translateY(1px) rotate(-135deg)
}

.tp-portfolio-revealing-slider-control.a-rotation .tp-portfolio-revealing-slider-control-line::after {
    animation: arrowLineRotation .49s
}

.tp-portfolio-revealing-slider-control.a-rotation .tp-portfolio-revealing-slider-control-line:nth-child(1)::after {
    animation: arrowLineRotationRev .49s
}

.tp-portfolio-revealing-slide {
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 150vmax;
    height: 150vmax;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    transition: clip-path 0s calc(var(--slidingAT)*.7);
    clip-path: circle(calc(var(--controlSize)/2) at 120vw 50%)
}

.tp-portfolio-revealing-slide-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100vw;
    height: 100vh;
    margin-left: -50vw;
    margin-top: -50vh;
    background-size: cover;
    background-position: center center
}

.tp-portfolio-revealing-slide-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-portfolio-revealing-slide-heading {
    font-size: clamp(5rem, 15vw, 13rem);
    font-weight: 500;
    line-height: .8;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-teko);
    letter-spacing: -4px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-revealing-slide-heading {
        letter-spacing: 0
    }
}

.tp-portfolio-revealing-slide-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 30px;
    display: inline-block;
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-white);
    text-transform: uppercase
}

.tp-portfolio-revealing-slide.s-prev {
    clip-path: circle(calc(var(--controlSize)/2) at 30vw 50%)
}

.tp-portfolio-revealing-slide.s-active {
    z-index: 1;
    transition: clip-path var(--slidingAT);
    clip-path: circle(120vmax at 120vw 50%)
}

.tp-portfolio-revealing-slide.s-active.s-active-prev {
    clip-path: circle(120vmax at 30vw 50%)
}

.tp--hover-img canvas,
.tp-portfolio-mix-slider {
    height: 100%;
    width: 100%
}

.tp-portfolio-mix-slider-wrap.mix {
    padding: 0;
    height: 100vh
}

.tp-portfolio-mix-slider-navigation {
    position: absolute;
    bottom: 0;
    width: 100%
}

.tp-portfolio-mix-slider-navigation .nav-icon {
    font-size: 16px;
    text-transform: uppercase;
    display: flex;
    gap: 20px;
    color: var(--tp-common-white);
    line-height: 1;
    position: relative;
    z-index: 2;
    cursor: pointer
}

.tp-portfolio-mix-slider-navigation .slider-nav {
    display: flex;
    height: 80px;
    justify-content: space-between;
    width: 100%;
    align-items: center
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-portfolio-mix-slider-navigation .slider-nav {
        height: 80px
    }
}

.tp-portfolio-mix-slider-navigation .slider-nav-box {
    position: absolute;
    bottom: 0;
    width: 100%
}

.tp-contact-us-info-details a:hover,
.tp-portfolio-mix-slider-navigation.navigation-white .nav-icon {
    color: var(--tp-common-black)
}

.tp-portfolio-mix-slider-image .popup-image {
    position: absolute;
    bottom: 200px;
    left: 72px;
    right: auto
}

@media (max-width:574.98px) {
    .tp-portfolio-mix-slider-image .popup-image {
        display: none
    }
}

.tp-portfolio-mix-slider-image .popup-image i {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0/.2);
    backdrop-filter: blur(10px);
    color: var(--tp-common-white)
}

.tp-portfolio-mix-slider-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-portfolio-mix-slider-content .tp-portfolio-revealing-slide-text {
    transform: translateX(200px);
    transition: all 2s ease
}

@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:574.98px) {
    .tp-portfolio-mix-slider-content .tp-portfolio-revealing-slide-text {
        transform: translateX(0)
    }
}

.tp-portfolio-mix-slider-content .tp-portfolio-revealing-slide-heading {
    transform: translateX(-200px);
    transition: all 2s ease
}

@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:574.98px) {
    .tp-portfolio-mix-slider-content .tp-portfolio-revealing-slide-heading {
        transform: translateX(0)
    }
}

.tp-portfolio-mix-slider .swiper-slide-active .tp-portfolio-revealing-slide-heading,
.tp-portfolio-mix-slider .swiper-slide-active .tp-portfolio-revealing-slide-text {
    transform: translateX(0)
}

.tp-portfolio-creative-social {
    position: absolute;
    top: 50%;
    right: 5%;
    left: auto;
    z-index: 55;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-creative-social {
        right: 45px
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-creative-social {
        right: 30px;
        display: none
    }
}

.tp-portfolio-creative-social a {
    margin: 14px 0;
    display: inline-block;
    font-family: var(--tp-ff-inter)
}

.tp-portfolio-creative-slider-main .swiper-pagination {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: auto
}

@media (max-width:574.98px) {
    .tp-portfolio-creative-slider-main .swiper-pagination {
        display: none
    }
}

.tp-portfolio-creative-slider-main .swiper-pagination-bullet {
    background: #fff0;
    margin: 0 10px !important
}

.tp-portfolio-creative-slider-main .path {
    display: none
}

.tp-portfolio-creative-slider-main .swiper-pagination-bullet-active .path {
    display: inline-block !important;
    stroke-dasharray: 1000;
    stroke-dashoffset: 0;
    -webkit-animation: dash linear 10s;
    animation: dash linear 10s;
    -webkit-animation-iteration-count: unset;
    animation-iteration-count: unset
}

.tp-portfolio-creative-slider-main .swiper-slide-active .tp-portfolio-slicer-category,
.tp-portfolio-creative-slider-main .swiper-slide-active .tp-portfolio-slicer-title {
    transform: translateX(0)
}

.tp-portfolio-creative-item {
    display: flex;
    align-items: end;
    height: calc(100vh - 200px);
    padding: 90px 85px;
    margin-top: 100px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-creative-item {
        padding: 20px 30px
    }
}

.tp-portfolio-creative-wrap {
    padding: 0;
    height: 100vh
}

.tp-portfolio-creative-content .tp-portfolio-slicer-category {
    transform: translateX(200px);
    transition: all 2s ease
}

@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:574.98px) {
    .tp-portfolio-creative-content .tp-portfolio-slicer-category {
        transform: translateX(0)
    }
}

.tp-portfolio-creative-content .tp-portfolio-slicer-title {
    transform: translateX(-200px);
    transition: all 2s ease
}

@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:574.98px) {
    .tp-portfolio-creative-content .tp-portfolio-slicer-title {
        transform: translateX(0)
    }
}

.tp-portfolio-elegant {
    padding-bottom: 50px;
    border: 0;
    margin-bottom: 20px
}

.tp-portfolio-skew-wrap .slide {
    width: 100%;
    height: 100%;
    grid-area: 1/1/-1/-1;
    pointer-events: none;
    opacity: 0;
    overflow: hidden;
    position: relative;
    display: grid;
    place-items: center;
    will-change: transform, opacity
}

.tp-portfolio-skew-wrap .slide--current {
    pointer-events: auto;
    opacity: 1
}

.tp-portfolio-skew-wrap .slide--current .skew-slider-content {
    opacity: 1;
    visibility: visible
}

.tp-portfolio-skew-wrap .slide__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    will-change: transform, opacity, filter
}

.tp-portfolio-skew-wrap .skew-slider-wrap,
.tp-portfolio-slider__wrap {
    overflow: hidden;
    display: grid;
    place-items: center;
    width: 100%;
    height: 100vh
}

.tp-portfolio-skew-wrap .skew-slider-wrap {
    grid-template-rows: 100%;
    grid-template-columns: 100%
}

.tp-portfolio-skew-wrap .skew-slider-arrow {
    position: absolute;
    bottom: 80px;
    gap: 10px;
    width: 100%;
    display: flex;
    padding: 0 100px;
    align-items: center;
    justify-content: space-between
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-skew-wrap .skew-slider-arrow {
        padding: 0 45px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-skew-wrap .skew-slider-arrow {
        padding: 0 20px
    }
}

.tp-portfolio-creative-social a,
.tp-portfolio-skew-wrap .skew-slider-arrow button {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .skew-slider-arrow button .icon-1,
.tp-portfolio-skew-wrap .skew-slider-arrow button .icon-2 {
    transition: .3s;
    margin-right: 7px;
    transform: translate(0, -1px)
}

.tp-portfolio-skew-wrap .skew-slider-arrow button .icon-2 {
    margin-left: 7px
}

.tp-portfolio-skew-wrap .skew-slider-arrow button:hover .icon-1 {
    transform: translate(-3px, -1px)
}

.tp-portfolio-skew-wrap .skew-slider-arrow button:hover .icon-2 {
    transform: translate(3px, -1px)
}

.tp-portfolio-skew-wrap .skew-slider-content {
    position: absolute;
    top: 50%;
    opacity: 0;
    left: 0;
    padding-left: 320px;
    visibility: hidden;
    transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-skew-wrap .skew-slider-content {
        padding-left: 200px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-skew-wrap .skew-slider-content {
        padding-left: 150px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-skew-wrap .skew-slider-content {
        padding-left: 50px
    }
}

.tp-portfolio-skew-wrap .skew-slider-content h4 {
    font-size: 140px;
    line-height: .9;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size: 100px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size: 90px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-skew-wrap .skew-slider-content h4 {
        font-size: 60px
    }
}

.tp-portfolio-skew-wrap .skew-slider-content>span,
.tp-portfolio-slider__mail a {
    font-weight: 600;
    font-size: 16px;
    line-height: 1;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter)
}

.tp-portfolio-skew-wrap .skew-slider-content>span {
    margin-bottom: 15px;
    display: inline-block;
    text-transform: uppercase
}

.tp-portfolio-skew-wrap .slides-numbers {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translateY(-50%)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-skew-wrap .slides-numbers-wrap {
        display: none
    }
}

.tp-portfolio-skew-wrap .slides-numbers span {
    font-size: 14px;
    font-weight: 600;
    display: block;
    line-height: 1;
    color: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .slides-numbers span.text-1 {
    transform: translateX(-5px)
}

.tp-portfolio-skew-wrap .slides-numbers span.text-2 {
    margin-left: 10px;
    transform: rotate(25deg);
    transform-origin: left bottom
}

.tp-portfolio-skew-wrap .slides-numbers span.text-3 {
    margin-left: 27px
}

.tp-portfolio-skew-wrap .slides-numbers::after,
.tp-portfolio-skew-wrap .slides-numbers::before {
    content: "";
    width: 2px;
    height: 130px;
    display: inline-block;
    transform: translateX(13px);
    background: var(--tp-common-white)
}

.tp-portfolio-skew-wrap .slides-numbers::before {
    margin-bottom: 30px
}

.tp-portfolio-skew-wrap .slides-numbers::after {
    margin-top: 40px
}

.tp-portfolio-slider__wrap {
    grid-area: main;
    position: relative
}

.tp-portfolio-slider__item,
.tp-portfolio-slider__item-inner {
    position: relative;
    display: grid;
    place-items: center;
    grid-area: 1/1/-1/-1
}

.tp-portfolio-slider__item {
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    pointer-events: none
}

.tp-portfolio-slider__item.current {
    opacity: 1;
    z-index: 50;
    pointer-events: auto
}

.tp-portfolio-slider__item-inner {
    width: 120%;
    height: 120%;
    background-size: cover;
    background-position: 50% 50%
}

.tp-portfolio-slider-type {
    grid-area: main;
    display: grid;
    place-items: center;
    z-index: 9;
    position: absolute;
    bottom: 6%;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slider-type {
        bottom: 20%;
        width: 100%
    }
}

.tp-portfolio-slider-type-title {
    font-weight: 600;
    font-size: 120px;
    line-height: .9;
    margin-bottom: 0;
    text-align: center;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-teko)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-slider-type-title {
        font-size: 90px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-portfolio-slider-type-title {
        font-size: 80px
    }
}

@media (max-width:574.98px) {
    .tp-portfolio-slider-type-title {
        font-size: 60px
    }
}

.tp-portfolio-slider__mail {
    position: absolute;
    top: 50%;
    right: 4%;
    z-index: 55;
    transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-slider__mail {
        right: 45px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slider__mail {
        right: 30px
    }
}

.tp-portfolio-slider__mail a {
    letter-spacing: .6px;
    writing-mode: vertical-lr
}

.tp-portfolio-slider__social {
    position: absolute;
    top: 50%;
    left: 4%;
    z-index: 55;
    writing-mode: vertical-rl;
    transform: translateY(-50%) rotate(180deg)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-slider__social {
        left: 45px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slider__social {
        left: 30px;
        display: none
    }
}

.tp-portfolio-slider__copyright p,
.tp-portfolio-slider__social a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-white)
}

.tp-portfolio-slider__social a {
    margin: 14px 0;
    display: inline-block;
    font-family: var(--tp-ff-inter)
}

.tp-portfolio-slider__copyright,
.tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
    position: absolute;
    top: 45px;
    left: 50%;
    z-index: 55;
    transform: translateX(-50%)
}

.tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
    top: auto;
    bottom: 80px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-slider__copyright {
        top: 65px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slider__copyright {
        display: none
    }
}

.tp-portfolio-slider__copyright p {
    margin-bottom: 0;
    letter-spacing: .8px
}

.tp-portfolio-slider__copyright p a::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    transition: .3s;
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    background: var(--tp-common-white)
}

.tp-portfolio-slider__copyright p:hover a::after {
    right: auto;
    width: 100%;
    opacity: 1;
    visibility: visible
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slider__style-2 .tp-portfolio-slider__copyright {
        bottom: 140px;
        text-align: center
    }
}

.tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
    font-size: 180px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
        font-size: 140px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
        font-size: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
        font-size: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-portfolio-slider__style-2 .tp-portfolio-slider-type-title {
        font-size: 70px
    }
}

.tp-portfolio-slider__style-2 .tp-portfolio-slider-type {
    top: 65%
}

.tp-portfolio-colum-spacing {
    padding-top: 200px;
    padding-bottom: 100px
}

.tp-portfolio-inner-tab-wrap {
    display: flex;
    justify-content: center
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs {
    border-bottom: none
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
    font-size: 12px;
    font-weight: 500;
    padding: 2px 16px;
    margin-right: 10px;
    font-family: var(--tp-ff-p);
    margin-bottom: 30px;
    border-radius: 30px;
    display: inline-block;
    color: var(--tp-common-black);
    border: 1px solid rgb(0 0 0/.1)
}

.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link.active,
.tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-grey-5);
    background: var(--tp-grey-5)
}

.tp--hover-img canvas {
    position: absolute;
    top: 0;
    left: 0
}

.char-wrap {
    display: inline-flex;
    position: relative;
    overflow: hidden
}

.slider--fg {
    position: absolute;
    width: 20vw;
    min-width: 200px;
    aspect-ratio: .75;
    height: auto;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.tp-counter-wrap-box {
    display: flex;
    justify-content: space-between
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-counter-wrap-box {
        flex-wrap: wrap;
        justify-content: center
    }
}

.tp-counter-wrap-box>:not(:first-child) {
    margin-inline-start: -100px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-counter-wrap-box>:not(:first-child) {
        margin-inline-start: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-counter-pp-wrap-box .tp-counter-item span {
        margin-bottom: 5px
    }
}

@media (max-width:574.98px) {
    .tp-counter-pp-wrap-box .tp-counter-item span svg {
        width: 40px;
        height: 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {

    .tp-counter-2-item,
    .tp-counter-md-item {
        margin-left: 0
    }
}

.tp-awards-bg-shape,
.tp-reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.tp-reveal-bg {
    width: 120px;
    height: 156px;
    opacity: 0;
    margin: -150px 0 0-150px;
    overflow: hidden;
    pointer-events: none;
    z-index: 99;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

.tp-reveal-item.active:hover .tp-reveal-bg {
    opacity: 1
}

@media (max-width:574.98px) {
    .tp-reveal-bg {
        width: 170px;
        height: 170px
    }
}

.tp-text-cst-title,
.tp-text-slider-item {
    display: flex;
    align-items: center
}

.tp-text-slider-item span {
    font-family: var(--tp-ff-heading);
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-text-slider-item span.icons {
    padding: 0 60px;
    display: inline-block;
    transform: translateY(-2px)
}

.tp-text-slider-item span.borders {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: var(--tp-common-black);
    border-radius: 30px;
    margin: 0 60px
}

.tp-text-ai-slider-active .swiper-slide,
.tp-text-cst-slide-active .swiper-slide,
.tp-text-it-slider-active .swiper-slide,
.tp-text-md-slider-active .swiper-slide,
.tp-text-slider-active .swiper-slide {
    width: auto
}

.tp-text-cst-title {
    font-size: 180px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-text-cst-title {
        font-size: 130px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-text-cst-title {
        font-size: 100px
    }
}

.tp-text-cst-title span {
    border-radius: 120px;
    width: 138px;
    height: 138px;
    background: var(--tp-common-black-1);
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 36px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-text-cst-title span {
        width: 90px;
        height: 90px
    }
}

.tp-text-it-item span,
.tp-text-it-slider-item span {
    text-transform: capitalize;
    display: inline-block;
    font-family: var(--tp-ff-inter)
}

.tp-text-it-slider-item span {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.03em;
    color: var(--tp-common-black-1);
    border: 1px solid rgb(16 48 42/.1);
    border-radius: 50px;
    padding: 10px 32px;
    transition: all .4s ease
}

.tp-text-it-slider-item span:hover {
    background: var(--tp-common-green-2);
    border-color: var(--tp-common-green-2)
}

.tp-text-it-item span {
    font-weight: 700;
    font-size: 132px;
    line-height: 1.2;
    letter-spacing: -.04em;
    color: #fff0;
    transition: background-size .6s cubic-bezier(.32, .55, .58, .76) 0s, .6s -webkit-clip-path cubic-bezier(.32, .55, .58, .76) 0s;
    cursor: pointer;
    white-space: nowrap;
    background-size: 0 100%;
    padding-right: 30px;
    background-repeat: no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: #fff0;
    -webkit-text-stroke: 2px #b0d5ba;
    background-image: linear-gradient(90deg, #b0d5ba 0, #b0d5ba 50%, transparent 50.1%)
}

@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) {
    .tp-text-it-item span {
        font-size: 100px
    }
}

@media (max-width:574.98px) {
    .tp-text-it-item span {
        font-size: 50px
    }
}

.tp-text-it-item span:hover {
    background-size: 200% 100%
}

.tp-text-pb-slider {
    padding: 20px 0
}

.tp-text-pb-slider .tp-text-slider-item span {
    font-family: var(--tp-ff-inter);
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    color: var(--tp-grey-5)
}

.tp-text-pb-slider .tp-text-slider-item span.icons {
    padding: 0 10px 0 42px
}

.tp-text-pb-item span {
    font-weight: 600;
    font-size: 82px;
    color: var(--tp-common-black-5);
    padding-right: 20px;
    -webkit-text-fill-color: var(--tp-common-black-5);
    -webkit-text-stroke-color: var(--tp-common-black-5);
    -webkit-text-stroke-width: 0
}

@media (max-width:574.98px) {
    .tp-text-pb-item span {
        font-size: 55px
    }
}

.tp-text-pb-moving-bottom .tp-text-pb-item span {
    opacity: .08
}

.tp-text-ai-slider-content {
    padding: 52px 0
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-text-ai-slider-content {
        padding: 32px 0
    }
}

.tp-text-ai-slider-single {
    transform: rotate(3deg)
}

.tp-text-ai-slider-single-2 {
    transform: rotate(-3deg)
}

.tp-text-md-title {
    font-size: 160px;
    opacity: .05
}

@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:574.98px) {
    .tp-text-md-title {
        font-size: 120px
    }
}

.tp-testimonial-thumb {
    overflow: hidden
}

@media (max-width:574.98px) {
    .tp-testimonial-thumb {
        margin-left: 0;
        width: 100%
    }
}

.tp-testimonial-thumb-2:hover img,
.tp-testimonial-thumb:hover img {
    transform: scale(1.1)
}

.tp-testimonial-thumb img {
    transition: all .4s ease
}

@media (max-width:574.98px) {
    .tp-testimonial-thumb img {
        width: 100%
    }
}

.tp-testimonial-thumb-2 {
    position: absolute;
    bottom: 60px;
    right: 0;
    z-index: 2;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-testimonial-thumb-2 {
        bottom: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-testimonial-thumb-2 {
        position: inherit;
        bottom: auto;
        margin-top: 30px;
        display: inline-block
    }
}

.tp-testimonial-thumb-2 img {
    transition: all .4s ease
}

.tp-testimonial-video {
    position: absolute;
    top: 20px;
    right: 20px
}

.tp-testimonial-video .popup-video {
    width: 36px;
    height: 36px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-testimonial-2-content h5 br {
        display: none
    }
}

.tp-testimonial-2-content-wrap .fraction-wrapper {
    position: inherit;
    bottom: auto;
    left: auto;
    right: auto;
    margin: 96px auto 0
}

.tp-testimonial-2-shape {
    position: absolute;
    bottom: 50px;
    left: -112px
}

.tp-testimonial-sa-qoute {
    display: flex
}

.tp-testimonial-sa-qoute img {
    margin-left: -15px;
    width: 50px;
    height: 50px;
    object-fit: cover
}

.tp-testimonial-sa-qoute .qoute {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    text-align: center;
    line-height: 46px;
    background: var(--tp-common-nights);
    display: inline-block;
    flex: 0 0 auto
}

.tp-testimonial-sa-video .popup-video {
    background: var(--tp-grey-1);
    width: 35px;
    height: 35px;
    color: var(--tp-common-white);
    transition: all .4s ease
}

.tp-testimonial-sa-video .popup-video span {
    line-height: 0
}

.tp-testimonial-sa-item {
    border: 1px solid var(--tp-border-1);
    padding: 45px 35px 40px
}

.tp-testimonial-sa-item:hover .popup-video {
    background: var(--tp-common-nights)
}

.tp-testimonial-qoute .qoute {
    width: 60px;
    height: 60px;
    line-height: 60px;
    background: var(--tp-theme-primary)
}

.tp-testimonial-qoute .qoute-img {
    width: 60px;
    flex: 0 0 auto
}

.tp-testimonial-qoute .qoute-img img {
    width: 100%;
    height: 100%
}

.tp-testimonial-pp-content .fraction-wrapper {
    margin-top: 75px
}

.tp-testimonial-cst-wrap {
    border-radius: 20px;
    box-shadow: 0 4px 4px 0 rgb(0 0 0/.25);
    height: 100%
}

.tp-testimonial-cst-item {
    padding: 40px 32px 34px 40px;
    border-radius: 20px;
    position: absolute;
    margin: 40px;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all .4s ease
}

@media (max-width:574.98px) {
    .tp-testimonial-cst-item {
        padding: 20px 20px 14px;
        position: inherit;
        margin: -120px 10px 10px
    }
}

.tp-testimonial-cst-item .popup-video {
    width: 60px;
    height: 60px;
    background: var(--tp-common-black-1);
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-testimonial-cst-item .popup-video span {
    line-height: 1
}

.tp-testimonial-cst-item .tp-testimonial-sa-qoute .qoute {
    background: var(--tp-common-black-1)
}

.tp-testimonial-cst-thumb,
.tp-testimonial-cst-thumb img {
    border-radius: 20px;
    height: 100%
}

@media (max-width:574.98px) {
    .tp-testimonial-cst-thumb {
        height: auto
    }
}

.tp-testimonial-cst-result {
    padding: 50px 60px 40px;
    border-radius: 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:574.98px) {
    .tp-testimonial-cst-result {
        padding: 50px 30px 40px
    }
}

.tp-testimonial-cst-result-top {
    padding-bottom: 363px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-testimonial-cst-result-top {
        padding-bottom: 200px
    }

    .tp-testimonial-cst-result-top h3 {
        font-size: 28px
    }

    .tp-testimonial-cst-result-top h3 br,
    .tp-testimonial-cst-result-top p br {
        display: none
    }
}

@media (max-width:574.98px) {
    .tp-testimonial-cst-result-top {
        padding-bottom: 100px;
        flex-direction: column
    }
}

.tp-testimonial-cst-network {
    width: 60px;
    height: 60px;
    display: flex;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background: var(--tp-common-green-2);
    flex: 0 0 auto
}

.tp-testimonial-cst-btn {
    border: 1px solid rgb(243 241 242/.1);
    border-radius: 24px
}

.tp-testimonial-cst-shape {
    position: absolute;
    bottom: -110px;
    right: -110px;
    opacity: .2
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-testimonial-cst-shape {
        width: 50%
    }
}

.tp-testimonial-cst-pagenation {
    text-align: center
}

.tp-testimonial-cst-pagenation span {
    width: 10px;
    height: 10px;
    background: var(--tp-grey-5);
    opacity: 1
}

.tp-testimonial-cst-pagenation span.swiper-pagination-bullet-active {
    background: var(--tp-common-green-2)
}

.tp-testimonial-it-title h2 {
    font-size: 132px;
    line-height: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-testimonial-it-title h2 {
        font-size: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-testimonial-it-title h2 {
        font-size: 70px;
        margin-bottom: 20px
    }
}

@media (max-width:574.98px) {
    .tp-testimonial-it-title h2 {
        font-size: 50px
    }
}

.tp-testimonial-it-star i {
    color: #ff6d00
}

.tp-testimonial-it-ratings-wrap {
    border: 1px solid #e3e7e6;
    border-radius: 100px;
    width: 310px;
    padding: 18px 32px
}

.tp-testimonial-it-item {
    backdrop-filter: blur(5px);
    opacity: .97;
    border: 1px solid rgb(16 48 42/.08);
    border-radius: 20px;
    padding: 50px 20px 50px 50px
}

@media (max-width:574.98px) {
    .tp-testimonial-it-item {
        padding: 30px 20px
    }
}

.al-step-item.active .al-step-icon>span::after,
.al-step-item:hover .al-step-icon>span::after,
.tp-team-it-item:hover .tp-team-it-thumb::before,
.tp-testimonial-it-item:hover .tp-testimonial-it-shape {
    opacity: 1;
    visibility: visible
}

.tp-testimonial-it-qoute {
    width: 40px;
    height: 40px;
    background: var(--tp-common-black-1);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px
}

.tp-testimonial-it-shape {
    position: absolute;
    top: 20px;
    right: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.tp-testimonial-it-slider {
    margin-right: -290px;
    margin-top: -55px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-testimonial-it-slider {
        margin-right: 0;
        margin-top: 0
    }
}

.tp-testimonial-it-pagenation {
    text-align: center
}

.tp-testimonial-it-pagenation span {
    width: 10px;
    height: 10px;
    background: var(--tp-common-black-1);
    opacity: .1
}

.tp-testimonial-it-pagenation span.swiper-pagination-bullet-active {
    background: var(--tp-common-black-1);
    opacity: 1
}

.tp-testimonial-it-author img {
    width: 80px;
    border-radius: 100px
}

.tp-testimonial-pb-wrap {
    padding: 160px;
    box-shadow: 0 4px 40px 10px rgb(0 0 0/.1);
    position: relative;
    z-index: 1;
    margin-bottom: -240px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-testimonial-pb-wrap {
        margin-bottom: -140px
    }
}

@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:574.98px) {
    .tp-testimonial-pb-wrap {
        padding: 60px 60px 90px
    }
}

@media (max-width:574.98px) {
    .tp-testimonial-pb-wrap {
        padding: 30px 20px
    }
}

.tp-testimonial-pb-pagenation {
    text-align: right;
    line-height: 1;
    margin-top: -50px
}

@media (max-width:574.98px) {
    .tp-testimonial-pb-pagenation {
        text-align: center;
        margin-top: 20px
    }
}

.tp-testimonial-pb-pagenation span {
    width: 10px;
    height: 10px;
    background: var(--tp-theme-secondary);
    opacity: .1
}

.tp-testimonial-pb-pagenation span.swiper-pagination-bullet-active {
    background: var(--tp-theme-secondary);
    opacity: 1
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-testimonial-pb-content br {
        display: none
    }
}

.tp-testimonial-md-map {
    position: absolute;
    top: 114px;
    left: 0;
    right: 0;
    z-index: -1;
    margin: 0 auto
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-testimonial-md-map {
        top: 44px;
        height: 90%
    }
}

.tp-testimonial-md-item {
    margin: 0 30px
}

@media (max-width:574.98px) {
    .tp-testimonial-md-item {
        margin: 0
    }
}

.fraction-wrapper {
    position: absolute;
    bottom: 110px;
    left: 0;
    width: 270px;
    z-index: 1;
    height: 12px
}

@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:574.98px) {
    .fraction-wrapper {
        position: inherit;
        margin-top: 30px;
        bottom: auto
    }
}

.fraction-wrapper #paginations span {
    font-size: 500;
    color: var(--tp-common-black)
}

.fraction-wrapper #paginations span:last-child {
    float: right
}

#paginations {
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.shop-slider-progress-bar {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 1px;
    z-index: 11;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: var(--tp-border-1)
}

.shop-slider-progress-bar span {
    position: absolute;
    left: 0;
    top: -1px;
    height: 1px;
    width: 100%;
    transform: scaleX(1);
    transform-origin: left;
    background: var(--tp-common-black)
}

.tp-banner-thumb {
    height: 680px;
    width: 100%;
    overflow: hidden
}

@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:574.98px) {
    .tp-banner-thumb {
        height: 400px
    }
}

.tp-banner-2-spacing {
    padding-top: 283px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-banner-2-spacing {
        padding-top: 200px
    }
}

.tp-banner-2-content {
    padding: 70px 40px 55px 60px
}

.tp-banner-2-bg,
.tp-banner-2-thumb,
.tp-banner-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.tp-banner-pb-thumb {
    height: 950px;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-banner-pb-thumb {
        height: 750px
    }
}

@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:574.98px) {
    .tp-banner-pb-thumb {
        height: 650px
    }
}

.tp-banner-ai-thumb {
    height: 820px;
    width: 100%;
    overflow: hidden
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-banner-ai-thumb {
        height: 600px
    }
}

@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:574.98px) {
    .tp-banner-ai-thumb {
        height: 400px
    }
}

.tp-skill-wd-icon {
    border-radius: 100%;
    border: 1px solid rgb(255 255 255/.1);
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
    display: inline-block
}

.tp-skill-wd-border {
    position: absolute;
    top: 0;
    right: 0
}

@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:574.98px) {
    .tp-skill-wd-border {
        right: -25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-skill-wd-border {
        display: none
    }
}

.tp-skill-wd-border.borders-2 {
    right: -30px
}

.tp-skill-wd-para {
    border: 1px solid rgb(255 255 255/.1);
    border-radius: 100px;
    background: #0d0d0d;
    display: inline-block;
    padding: 8px 10px 8px 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-skill-wd-item {
        margin-left: 0
    }
}

.tp-skill-pb-title {
    font-size: 170px;
    line-height: 1
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-skill-pb-title {
        font-size: 100px
    }
}

@media (max-width:574.98px) {
    .tp-skill-pb-title {
        font-size: 60px
    }

    .tp-skill-pb-title span {
        margin-top: 0
    }
}

.tp-skill-pb-top-text {
    display: flex;
    align-items: start;
    white-space: nowrap
}

.tp-skill-pb-slider-active .swiper-slide {
    display: inline-block;
    width: auto
}

.tp-skill-pb-numbar {
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-skill-pb-numbar.tp-border {
    border: 1px solid #291a10
}

.tp-skill-pb-doted {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)
}

.tp-skill-pb-circale-wrap {
    gap: 32px;
    margin-top: -90px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-skill-pb-circale-wrap {
        margin-top: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-skill-pb-circale-wrap {
        flex-wrap: wrap;
        justify-content: center !important
    }
}

.tp-skill-pb-circale.circale-1 {
    width: 678px;
    height: 678px;
    background: var(--tp-theme-secondary);
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-skill-pb-circale.circale-1 {
        width: 478px;
        height: 478px
    }
}

@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:574.98px) {
    .tp-skill-pb-circale.circale-1 {
        width: 400px;
        height: 400px
    }
}

@media (max-width:574.98px) {
    .tp-skill-pb-circale.circale-1 {
        width: 325px;
        height: 325px
    }
}

.tp-skill-pb-circale.circale-2 {
    width: 484px;
    height: 484px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-skill-pb-circale.circale-2 {
        width: 378px;
        height: 378px
    }
}

@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:574.98px) {
    .tp-skill-pb-circale.circale-2 {
        width: 280px;
        height: 280px
    }
}

.tp-skill-pb-circale.circale-3 {
    width: 218px;
    height: 218px
}

.tp-skill-pb-circale-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center
}

.tp-skill-pb-border {
    overflow: hidden
}

.tp-skill-pb-border-2 .tp-skill-pb-numbar.tp-border {
    border: 1px solid #dcdbdc
}

.tp-skill-pb-border-2 .tp-skill-pb-circale.circale-1 {
    background: var(--tp-common-black-5)
}

.tp-skill-pb-panel {
    width: 100%;
    height: 100%;
    will-change: transform;
    opacity: 1 !important
}

.tp-skill-pb-panel-wrap {
    width: 100%;
    height: 100%;
    display: flex;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

@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:574.98px) {
    .tp-skill-pb-panel-wrap {
        flex-wrap: wrap
    }

    .tp-skill-pb-para {
        margin-left: 0
    }

    .tp-skill-pb-para br {
        display: none
    }
}

.tp-cta-wd-shape {
    position: absolute;
    bottom: -16px;
    right: 0;
    width: 36%
}

.tp-cta-wd-email {
    border: 1px solid rgb(255 255 255/.1);
    border-radius: 100px;
    padding: 21px 35px;
    background: var(--tp-common-black)
}

@media (max-width:574.98px) {
    .tp-cta-wd-email {
        padding: 15px 21px
    }
}

.tp-cta-wd-email:hover {
    color: var(--tp-grey-1)
}

.tp-cta-sa-btn {
    position: absolute;
    bottom: 0;
    right: 0
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-cta-sa-btn {
        position: inherit;
        margin-top: 30px
    }
}

.tp-cta-it-form .cta-it-input {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.04em;
    color: var(--tp-common-black);
    opacity: .8;
    border: 1px solid rgb(16 48 42/.1);
    border-radius: 10px;
    width: 518px;
    height: 70px;
    background: #fff0
}

@media (max-width:574.98px) {
    .tp-cta-it-form .cta-it-input {
        width: 100%
    }
}

.tp-cta-it-form .cta-it-input:focus {
    border-color: var(--tp-common-black-1)
}

.tp-cta-it-form .cta-it-input::placeholder {
    font-family: var(--tp-ff-inter);
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -.04em;
    color: var(--tp-common-black-1)
}

.tp-cta-it-trams {
    opacity: .8
}

.tp-cta-it-trams a {
    text-decoration: underline
}

.tp-cta-it-scale {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1
}

.tp-cta-it-shape,
.tp-cta-it-shape-2 {
    position: absolute;
    -webkit-animation: levitate-lg 4s ease-in-out infinite;
    animation: levitate-lg 4s ease-in-out infinite;
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.tp-cta-it-shape {
    bottom: 0;
    left: 0;
    width: 36%
}

.tp-cta-it-shape-2 {
    top: 0;
    right: 0;
    width: 35%
}

.tp-cta-pb-wrap {
    padding: 77px 0 55px;
    flex-wrap: wrap
}

.tp-cta-ai-bg {
    padding: 87px 0 80px
}

@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:574.98px) {
    .tp-cta-ai-bg {
        padding: 50px 0 60px
    }
}

.tp-process-sa-item-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
    display: inline-block;
    text-align: center;
    line-height: 70px
}

.tp-process-sa-list ul li {
    font-weight: 500;
    color: var(--tp-common-white);
    list-style: none;
    margin-bottom: 10px
}

.tp-process-sa-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 9%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-process-sa-link {
        margin-top: 30px
    }
}

.tp-process-pp-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-process-pp-video-inner {
    overflow: hidden;
    border-radius: 50%;
    flex: 0 0 auto
}

.tp-contact-us-content:hover .tp-contact-us-thumb img,
.tp-process-pp-video-inner:hover .tp-process-pp-video-img {
    transform: scale(1.1)
}

.tp-process-pp-video .popup-video {
    width: 40px;
    height: 40px;
    line-height: 38px;
    background: var(--tp-common-white);
    display: inline-block
}

.tp-process-pp-video-img {
    border-radius: 50%;
    transition: all .4s ease
}

@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:574.98px) {
    .tp-process-pp-video-wrap p br {
        display: none
    }
}

.tp-process-pp-count {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%
}

.tp-process-pp-border {
    transform: translateY(32px)
}

.tp-process-it-bg {
    background: linear-gradient(180deg, #d5ffdd 0, #fff0 100%)
}

.tp-process-it-video {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center
}

.tp-process-it-video .tp-hero-video-btn {
    display: inline-block;
    line-height: 47px
}

.tp-process-it-item {
    border: 1px solid #e0eae4;
    border-radius: 20px;
    padding: 55px 30px 27px
}

.tp-process-it-item-2 {
    border-color: rgb(16 48 42/.1)
}

.tp-process-it-para-2 {
    background: 0 0;
    border: 1px solid #e0eae4;
    padding: 8px 32px 8px 30px
}

.tp-process-it-para-3 {
    border-color: rgb(16 48 42/.1)
}

.tp-process-it-shape {
    position: absolute;
    top: -40px;
    right: 0;
    width: 15%;
    z-index: -1
}

.tp-team-sa-title {
    font-weight: 700;
    font-size: 145px;
    text-transform: uppercase
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-sa-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:574.98px) {
    .tp-team-sa-title-wrap {
        margin-bottom: 100px
    }
}

.tp-team-sa-shape {
    justify-content: flex-start;
    margin-left: 112px;
    margin-top: 146px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-sa-shape {
        margin-left: 0
    }
}

.tp-team-sa-item .tp-techonolgy-para p::before,
.tp-team-sa-para p::before {
    top: -21px
}

.tp-team-value-item.borders {
    border-bottom: 1px solid #eee;
    margin-bottom: 30px;
    padding-bottom: 15px
}

.tp-team-value-title svg {
    margin-top: 3px
}

.tp-team-carear-title {
    font-size: 25px;
    line-height: 104%
}

.tp-process-sa-list ul li,
.tp-team-carear-content p {
    font-size: 18px;
    line-height: 144%
}

.tp-team-it-big-title {
    margin-left: -100px;
    margin-bottom: -180px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-team-it-big-title {
        margin-left: -30px;
        margin-bottom: -100px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-it-big-title {
        margin-bottom: -30px
    }
}

.tp-team-it-big-title h2 {
    font-size: 300px;
    background: linear-gradient(180deg, rgb(16 48 42/.1)0, #fff0 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: #fff0;
    color: #fff0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-team-it-big-title h2 {
        font-size: 250px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-team-it-big-title h2 {
        font-size: 185px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-it-big-title h2 {
        font-size: 135px
    }
}

@media (max-width:574.98px) {
    .tp-team-it-big-title h2 {
        font-size: 75px
    }
}

.tp-team-it-item {
    border: 1px solid #e7eaea;
    border-radius: 14px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-it-item {
        margin-top: 0
    }
}

.tp-team-it-item:hover .tp-team-it-socials-icon {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.tp-team-it-item-single {
    margin-right: -67px;
    margin-left: 37px;
    margin-top: 153px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-team-it-item-single {
        margin-right: 0;
        margin-left: -50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-it-item-single {
        margin-top: 0;
        margin-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-team-it-item-single {
        margin-right: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-team-it-item-right {
        margin-left: 0
    }
}

.tp-team-it-thumb {
    background: var(--tp-grey-5);
    display: block;
    border-radius: 20px;
    position: relative
}

.tp-team-it-thumb::before {
    position: absolute;
    content: "";
    height: 100%;
    background: linear-gradient(180deg, #fff0 55.57%, #b4e717 100%);
    bottom: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease
}

.tp-team-it-thumb img,
.tp-team-it-thumb::before {
    border-radius: 20px;
    width: 100%
}

.tp-team-it-content {
    padding: 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:574.98px) {
    .tp-team-it-content {
        padding: 20px
    }
}

.tp-faq-wrap .tp-faq-btn {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black);
    background: 0 0;
    border-color: #fff0;
    display: flex;
    justify-content: space-between;
    padding: 17px 30px
}

.tp-faq-wrap .tp-faq-btn:focus {
    outline: inherit;
    box-shadow: none;
    border-color: none
}

.tp-faq-wrap .tp-faq-btn:not(.collapsed) {
    box-shadow: none;
    background: #fff0
}

.tp-faq-wrap .accordion-item:not(:first-of-type) {
    border: 1px solid #eee
}

.tp-faq-wrap .accordion-item:first-of-type,
.tp-faq-wrap .accordion-item:first-of-type .accordion-button {
    border-radius: 0
}

.tp-faq-wrap .accordion-item:last-of-type {
    border-radius: 0
}

.tp-faq-wrap .tp-faq-active {
    border: #fff0;
    background: var(--tp-common-white-2)
}

.tp-faq-wrap .tp-faq-active .accordion-btn {
    color: var(--tp-common-black);
    padding-left: 30px
}

.tp-faq-wrap .accordion-button::after {
    display: none
}

.tp-faq-wrap .accordion-btn {
    color: #d9d9d9
}

.tp-faq-wrap .accordion-body {
    padding: 0 30px 18px
}

.tp-faq-details-para p {
    font-size: 14px;
    line-height: 144%
}

.tp-faq-details-para ul {
    margin-left: 10px
}

.tp-faq-details-para ul li {
    list-style: none;
    font-weight: 400;
    font-size: 14px;
    color: rgb(16 48 42/.8);
    list-style-type: disc
}

.tp-faq-details-para ul li:not(:last-child) {
    margin-bottom: 2px
}

.tp-faq-list-title {
    font-size: 18px;
    color: var(--tp-grey-1);
    display: inline-block
}

.tp-faq-spacing {
    padding-top: 230px
}

@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:574.98px) {
    .tp-faq-spacing {
        padding-top: 170px
    }
}

.tp-faq-cst-tag {
    height: 100%
}

.tp-faq-cst-tag .cst-btn {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    font-size: 20px;
    color: var(--tp-grey-5);
    border-radius: 50px;
    padding: 8px 21px;
    background: var(--tp-common-black-1);
    display: inline-block;
    position: absolute;
    z-index: 1;
    top: 100px;
    -webkit-animation: mymove 1s infinite;
    animation: mymove 1s infinite
}

.tp-faq-cst-tag .cst-btn-1 {
    left: 277px
}

@media (max-width:574.98px) {
    .tp-faq-cst-tag .cst-btn-1 {
        left: 0;
        top: 130px
    }
}

.tp-faq-cst-tag .cst-btn-2 {
    background: #bdffc5;
    color: var(--tp-common-black);
    left: 28px;
    top: 45%;
    -webkit-animation: mymove 1.1s infinite;
    animation: mymove 1.1s infinite
}

@media (max-width:574.98px) {
    .tp-faq-cst-tag .cst-btn-2 {
        top: 20%
    }
}

.tp-faq-cst-tag .cst-btn-3 {
    background: #ff6d00;
    color: var(--tp-common-white);
    right: 42%;
    top: 56%;
    -webkit-animation: mymove .9s infinite;
    animation: mymove .9s infinite
}

@media (max-width:574.98px) {
    .tp-faq-cst-tag .cst-btn-3 {
        right: 0
    }
}

.tp-faq-cst-tag .cst-btn-4 {
    right: 0;
    top: 54%;
    -webkit-animation: mymove 1.2s infinite;
    animation: mymove 1.2s infinite
}

@media (max-width:574.98px) {
    .tp-faq-cst-tag .cst-btn-4 {
        top: 20%
    }
}

.tp-faq-cst-tag .cst-btn-5 {
    background: #b4e717;
    color: var(--tp-common-black);
    left: 25%;
    top: auto;
    bottom: 7%;
    -webkit-animation: mymove 1.3s infinite;
    animation: mymove 1.3s infinite
}

@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:574.98px) {
    .tp-faq-cst-tab-content {
        margin-left: 0
    }
}

.tp-faq-cst-tab-content .tp-faq-btn {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black-1);
    padding: 27px 30px 27px 0
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 12px;
    height: 12px
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    transition: all .4s ease;
    background: #000
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-btn::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    border-radius: 2px;
    transition: all .4s ease;
    background: #000
}

.tp-faq-cst-tab-content .tp-faq-btn .accordion-button:not(.collapsed) {
    color: var(--tp-common-black);
    background: 0 0;
    box-shadow: none
}

.tp-faq-cst-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::before {
    transform: translateX(-50%) rotate(90deg);
    background: var(--tp-common-black);
    opacity: 1
}

.tp-faq-cst-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::after {
    background: var(--tp-common-black);
    opacity: 1
}

.tp-faq-cst-tab-content .accordion-item:not(:first-of-type) {
    border: 0;
    border-bottom: 1px solid #e1e5e4
}

.tp-faq-cst-tab-content .accordion-item {
    border: 0;
    border-bottom: 1px solid #e1e5e4;
    background: #fff0
}

.tp-faq-cst-tab-content .accordion-body {
    padding: 0 30px 18px 0
}

.tp-faq-cst-tab-content .tp-faq-details-para p {
    color: rgb(16 48 42/.8);
    margin-bottom: 7px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-faq-cst-tab-content .tp-faq-details-para p br {
        display: none
    }

    .tp-faq-cst-left {
        margin-right: 0
    }
}

.tp-faq-pb-tab-content .tp-faq-btn {
    font-family: var(--tp-ff-inter);
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black-5);
    padding: 32px 30px 32px 0;
    text-align: left
}

.tp-faq-pb-tab-content .tp-faq-details-para p {
    font-family: var(--tp-ff-inter);
    color: #66666c;
    line-height: 162%;
    margin-bottom: 18px
}

@media (max-width:574.98px) {
    .tp-faq-pb-tab-content .tp-faq-details-para p {
        font-size: 16px
    }
}

.tp-faq-ai-noise {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.tp-faq-ai-tab-content .tp-faq-btn {
    color: var(--tp-grey-5);
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -.04em;
    padding: 13px 20px 13px 0;
    text-align: left
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-faq-ai-tab-content .tp-faq-btn {
        font-size: 16px
    }
}

.al-price-item.active .al-price-list ul li::after,
.tp-faq-ai-tab-content .tp-faq-btn .accordion-btn::after,
.tp-faq-ai-tab-content .tp-faq-btn .accordion-btn::before {
    background: var(--tp-common-white)
}

.tp-faq-ai-tab-content .tp-faq-btn:not(.collapsed) .accordion-btn::after {
    background: var(--tp-common-white)
}

.tp-faq-ai-tab-content .tp-faq-btn .accordion-btn {
    width: 14px;
    height: 14px
}

.tp-faq-ai-tab-content .tp-faq-details-para p {
    color: var(--tp-grey-5);
    opacity: .8;
    font-weight: 400;
    font-size: 14px;
    line-height: 156%;
    letter-spacing: -.03em;
    padding-left: 53px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-faq-ai-tab-content .tp-faq-details-para p {
        padding-left: 55px
    }
}

.tp-faq-ai-tab-content .accordion-item {
    border-color: rgb(255 255 255/.1);
    padding: 12px 16px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-faq-ai-tab-content .accordion-item {
        padding: 10px 0
    }
}

.tp-faq-ai-tab-content .accordion-item:not(:first-of-type) {
    border-color: rgb(255 255 255/.1)
}

.tp-faq-ai-count {
    padding-right: 30px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-faq-ai-count {
        padding-right: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-faq-ai-title-wrap {
        margin-bottom: 30px
    }
}

.tp-faq-md-tab-content .tp-faq-btn {
    font-family: var(--tp-ff-familjen);
    letter-spacing: -.03em;
    color: var(--tp-common-black-5);
    text-align: left
}

.tp-faq-md-tab-content .tp-faq-details-para p {
    color: var(--tp-grey-7)
}

.tp-faq-md-tab-content .accordion-body {
    padding: 0 80px 18px 0
}

@media (max-width:574.98px) {
    .tp-faq-md-tab-content .accordion-body {
        padding: 0 20px 18px 0
    }
}

.tp-faq-md-thumb {
    margin-right: -90px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .tp-faq-md-thumb {
        margin-right: 0
    }
}

.tp-faq-md-shape {
    position: absolute;
    top: 110px;
    right: -32px
}

@media (max-width:574.98px) {
    .tp-faq-md-shape {
        top: 0;
        right: 0;
        width: 25%
    }
}

.tp-faq-cst-tab-content-2 .tp-faq-btn {
    color: var(--tp-common-black-1)
}

.tp-faq-cst-tab-content-2 .tp-faq-details-para p {
    color: rgb(16 48 42/.8)
}

.tp-faq-cst-tab-content-2 .accordion-item:not(:first-of-type) {
    border-color: rgb(17 17 18/.1)
}

.tp-faq-cst-tab-content-2 .accordion-item {
    border-color: rgb(17 17 18/.1)
}

.tp-faq-cst-tab-content-2 .tp-faq-btn:not(.collapsed) .accordion-btn::after {
    background: var(--tp-common-black-1)
}

.al-price-style-2 .al-price-item.active .al-price-list ul li::after,
.tp-faq-cst-tab-content-2 .tp-faq-btn .accordion-btn::after,
.tp-faq-cst-tab-content-2 .tp-faq-btn .accordion-btn::before {
    background: var(--tp-common-black-1)
}

.tp-faq-hero-spacing {
    padding-top: 96px
}

@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:574.98px) {
    .tp-faq-hero-spacing {
        padding-top: 80px
    }
}

.tp-faq-hero-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.tp-faq-hero-title-wrap {
    padding-top: 138px;
    padding-bottom: 140px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-faq-hero-title-wrap {
        padding-top: 108px;
        padding-bottom: 110px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-faq-hero-title-wrap {
        padding-top: 90px;
        padding-bottom: 90px
    }
}

.tp-contact-spacing {
    padding-top: 218px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-spacing {
        padding-top: 160px
    }
}

.tp-contact-number {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px 40px 5px;
    border: 1px solid var(--tp-border-1)
}

@media (max-width:574.98px) {
    .tp-contact-number {
        padding: 20px 20px 5px
    }
}

.tp-contact-icon {
    width: 30px;
    height: 30px;
    background: var(--tp-theme-primary-dark);
    color: var(--tp-common-black);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center
}

.tp-contact-email {
    font-weight: 400;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-contact-email:hover {
    color: var(--tp-grey-1)
}

.tp-contact-form {
    padding: 40px
}

@media (max-width:574.98px) {
    .tp-contact-form {
        padding: 20px
    }
}

.tp-contact-form .tp-postbox-details-input input,
.tp-contact-form .tp-postbox-details-input textarea {
    font-size: 18px
}

.tp-contact-form .tp-postbox-details-input input::placeholder,
.tp-contact-form .tp-postbox-details-input textarea::placeholder {
    font-size: 18px
}

.tp-contact-form .tp-postbox-details-input .tp-textarea {
    height: 180px
}

.tp-contact-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    width: 30%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-wrap p br {
        display: none
    }
}

.tp-contact-map-box {
    line-height: 0
}

.tp-contact-map-box iframe {
    height: 680px;
    width: 100%;
    line-height: 1;
    filter: saturate(0)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-contact-map-box iframe {
        height: 400px
    }
}

@media (max-width:574.98px) {
    .tp-contact-map-box iframe {
        height: 300px
    }
}

.tp-contact-us-text p {
    font-size: 18px;
    font-weight: 400;
    color: rgb(245 247 245/.5)
}

.tp-contact-us-text a,
.tp-pagination ul li {
    display: inline-block
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social a:hover,
.al-price-item.active .al-price-head h5,
.tp-contact-us-text a:hover p,
.tp-funfact-green-wrap.pink-style .tp-funfact-number span {
    color: var(--tp-common-white)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-us-form-ptb {
        padding-top: 30px
    }
}

.tp-contact-us-form-wrapper {
    padding: 10px;
    border-radius: 14px;
    background: #f6f6f9
}

.tp-contact-us-map,
.tp-contact-us-map iframe {
    width: 100%;
    height: 100%;
    border-radius: 8px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-contact-us-map {
        height: 500px;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-us-map {
        height: 450px;
        margin-bottom: 30px
    }
}

@media (max-width:574.98px) {
    .tp-contact-us-heading .tp-career-title {
        padding-bottom: 20px
    }
}

.tp-contact-us-title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -.6px;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-us-title {
        margin-bottom: 30px
    }
}

.tp-contact-us-wrap {
    padding: 110px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-contact-us-wrap {
        padding: 50px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-contact-us-wrap {
        padding: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-contact-us-wrap {
        padding: 30px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-us-wrap {
        padding: 20px
    }
}

.tp-contact-us-wrap .tp-postbox-details-input input,
.tp-contact-us-wrap .tp-postbox-details-input textarea {
    border-radius: 8px
}

.tp-contact-us-thumb {
    overflow: hidden;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 20px
}

.tp-contact-us-thumb i,
.tp-contact-us-thumb img {
    width: 100%;
    transition: .9s;
    border-radius: 10px
}

.tp-contact-us-content {
    padding: 15px;
    border-radius: 14px;
    background: #f6f6f9
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-contact-us-content {
        margin-top: 0
    }

    .tp-contact-us-info-area {
        padding-bottom: 90px
    }
}

.tp-contact-us-info-title {
    font-size: 24px;
    font-weight: 600;
    color: var(--tp-common-black);
    letter-spacing: -.52px;
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgb(0 0 0/.1)
}

.tp-contact-us-info-details {
    margin-bottom: 0
}

.tp-contact-us-info-details a {
    font-size: 20px;
    font-weight: 400;
    display: block;
    margin-bottom: 15px
}

.tp-contact-us-bottom {
    padding: 0 22px 28px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .cn-contactform-support-area {
        margin-bottom: 80px
    }
}

.cn-contactform-support-bg {
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    height: 385px
}

.cn-contactform-support-text span {
    font-size: 44px;
    font-weight: 500;
    line-height: 52px;
    max-width: 755px;
    margin: 0 auto;
    display: inline-block;
    letter-spacing: -.88px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .cn-contactform-support-text span {
        font-size: 40px
    }
}

@media only screen and (max-width:1024px) {
    .showcase-gallery .clapat-slider {
        padding: 0 10vw
    }

    .showcase-gallery .clapat-slide {
        width: 80vw;
        padding: 0 2vw
    }

    .slide-effects {
        height: 50dvh
    }

    .slider-zoom-wrapper .trigger-item {
        width: 70vw
    }

    .slider-thumbs-wrapper {
        width: 240px;
        height: 60px;
        bottom: 20px
    }
}

@media only screen and (max-width:767px) {
    .tp-snap-slider-thumbs-wrapper {
        width: 40vw;
        height: 40vw
    }

    .external-categories .slide-cat {
        font-size: 18px
    }

    .slide-effects {
        height: 50dvh
    }

    .slider-zoom-wrapper .trigger-item {
        width: 70vw
    }

    .slider-thumbs-wrapper {
        width: 220px;
        height: 50px;
        bottom: 15px
    }
}

@media only screen and (max-width:479px) {
    .slide-effects {
        height: 40vh;
        height: 40dvh
    }

    .slider-zoom-wrapper .trigger-item {
        width: 80vw
    }

    .slider-thumbs-wrapper {
        width: 220px;
        height: 50px;
        bottom: 15px
    }
}

.tp-feature-md-btn {
    border: 1px solid rgb(17 17 18/.1);
    padding: 18px 33px;
    transition: all .4s ease;
    overflow: hidden;
    display: flex
}

.tp-feature-md-btn:hover {
    background: var(--tp-theme-1);
    color: var(--tp-grey-5);
    width: auto
}

.tp-feature-md-btn:hover span {
    opacity: 1;
    visibility: visible;
    margin-left: 0
}

.tp-feature-md-btn span {
    opacity: 0;
    visibility: hidden;
    transition: all .4s ease;
    margin-left: -92px
}

.tp-feature-md-item {
    border-radius: 16px;
    padding: 40px 42px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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:574.98px) {
    .tp-feature-md-item {
        padding: 40px 30px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
(max-width:574.98px) {
    .tp-feature-md-item {
        flex-direction: column
    }
}

.tp-feature-md-icon {
    flex: 0 0 auto;
    margin-top: 10px
}

@media only screen and (min-width:1700px) and (max-width:1800px),
only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
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:574.98px) {
    .tp-feature-md-icon {
        margin-right: 15px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
(max-width:574.98px) {
    .tp-feature-md-icon {
        margin-bottom: 20px
    }
}

.tp-feature-md-icon img {
    flex: 0 0 auto
}

@media only screen and (min-width:1400px) and (max-width:1599px),
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:574.98px) {
    .tp-feature-md-icon img {
        width: 40px
    }
}

.tp-funfact-img img {
    height: 146px;
    width: 146px;
    border-radius: 50%;
    object-fit: contain;
    transition: all .4s ease
}

.tp-funfact-img img:hover {
    box-shadow: 0 4px 4px 0 rgb(0 0 0/.09)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-funfact-img img {
        height: 100px;
        width: 100px;
        object-fit: contain
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-img img {
        height: 100%;
        width: 100%
    }
}

.tp-funfact-green-wrap {
    padding-top: 130px;
    padding-bottom: 70px;
    border-right: 10px solid #fff
}

@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:574.98px) {
    .tp-funfact-green-wrap {
        border-right: 0;
        border-bottom: 10px solid #fff
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-green-wrap {
        padding-top: 70px
    }
}

.tp-funfact-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0
}

.tp-funfact-title {
    line-height: 98%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-title {
        padding-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-title {
        margin-bottom: 40px
    }
}

.tp-funfact-number {
    margin-left: -20px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-number {
        margin-left: 0
    }
}

.tp-funfact-number span,
.tp-funfact-number span i {
    color: var(--tp-common-black-5);
    display: inline-block
}

.tp-funfact-number span {
    font-family: var(--tp-ff-familjen);
    font-size: 350px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.1em;
    text-transform: uppercase
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-funfact-number span {
        font-size: 330px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-funfact-number span {
        font-size: 250px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-funfact-number span {
        font-size: 200px
    }
}

@media (max-width:574.98px) {
    .tp-funfact-number span {
        font-size: 112px
    }
}

.tp-funfact-number span i {
    -webkit-text-stroke: 6px #f8f8fb;
    margin-left: -15px;
    font-style: normal
}

@media (max-width:574.98px) {
    .tp-funfact-number span i {
        margin-left: 0
    }
}

.tp-funfact-number span em {
    margin-right: 45px
}

@media (max-width:574.98px) {
    .tp-funfact-number span em {
        margin-right: 20px
    }
}

.tp-funfact-green-wrap.pink-style .tp-funfact-number span i {
    color: var(--tp-common-white);
    -webkit-text-stroke: 6px #121a26
}

.tp-funfact-green-wrap.yellow-style {
    padding-top: 200px
}

@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:574.98px) {
    .tp-funfact-green-wrap.yellow-style {
        padding-top: 100px;
        padding-bottom: 100px
    }
}

.tp-funfact-green-wrap.yellow-style .tp-funfact-number span {
    color: var(--tp-theme-1)
}

.tp-funfact-green-wrap.yellow-style .tp-funfact-subtitle,
.tp-funfact-green-wrap.yellow-style .tp-funfact-title {
    color: var(--tp-theme-yellow)
}

.tp-funfact-panel {
    width: 100%;
    height: 100%;
    will-change: transform;
    opacity: 1 !important
}

.tp-funfact-panel-wrap,
.tp-pagination ul {
    display: flex
}

.tp-funfact-panel-wrap {
    width: 300%;
    height: 100%;
    -ms-flex-wrap: no-wrap;
    flex-wrap: no-wrap
}

@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:574.98px) {
    .tp-funfact-panel-wrap {
        width: 100%;
        height: 100%;
        flex-wrap: wrap
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-content-wrap {
        padding-left: 0;
        margin-left: 0
    }
}

@media (max-width:574.98px) {
    .tp-funfact-content-wrap {
        padding-left: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .tp-funfact-big-img img {
        width: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .tp-funfact-big-img {
        display: none
    }
}

.tp-funfact-yellow-shape {
    position: absolute;
    left: 180px;
    top: -45px;
    z-index: -1;
    border-radius: 100px
}

@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:574.98px) {
    .tp-funfact-yellow-shape {
        width: 100px;
        left: 50px
    }
}

.tp-funfact-yellow-shape-2 {
    position: absolute;
    right: 280px;
    top: -85px;
    border-radius: 100px;
    z-index: -1
}

@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:574.98px) {
    .tp-funfact-yellow-shape-2 {
        width: 100px;
        right: 80px;
        top: 0
    }
}

.tp-funfact-yellow-shape-3 {
    position: absolute;
    left: 0;
    bottom: -40px;
    z-index: -1;
    border-radius: 100px
}

@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:574.98px) {
    .tp-funfact-yellow-shape-3 {
        width: 100px
    }
}

.tp-funfact-yellow-shape-4 {
    position: absolute;
    right: 0;
    bottom: 30px;
    z-index: -1;
    border-radius: 100px
}

@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:574.98px) {
    .tp-funfact-yellow-shape-4 {
        width: 100px
    }
}

.ar-funfact-item h4,
.ar-funfact-item span {
    line-height: .8;
    font-size: 100px;
    letter-spacing: -.04em;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-clash-regular)
}

.ar-funfact-item span {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: var(--tp-ff-clash-medium)
}

.al-hero-pg-title em,
.ar-funfact-item h4 i {
    font-style: normal
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .ar-funfact-item span {
        font-size: 15px
    }
}

.ar-funfact-bg {
    padding: 45px 0 0
}

.custom-select {
    position: relative;
    width: 200px;
    border: 1px solid #ccc;
    cursor: pointer
}

.custom-select .selected {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    background: #fff
}

.custom-select .selected.open .arrow {
    transform: rotate(-135deg)
}

.custom-select .selected.open+.options {
    max-height: 500px;
    opacity: 1
}

.custom-select .selected .arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: solid #333;
    border-width: 0 1px 1px 0;
    transform: rotate(45deg);
    transition: transform .3s ease
}

.custom-select .options {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #ccc;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    z-index: 100;
    transition: max-height .3s ease, opacity .3s ease
}

.custom-select .options li {
    padding: 10px;
    cursor: pointer;
    list-style: none;
    transition: background .2s ease
}

.custom-select .options li:hover {
    background: #f0f0f0
}

.tp-pagination ul {
    display: -webkit-flex;
    justify-content: center
}

.tp-pagination ul li:not(:last-child) {
    margin-right: 6px
}

.tp-pagination ul li a,
.tp-pagination ul li span {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    border: 1px solid rgb(1 15 28/.1);
    font-size: 16px;
    font-weight: 500
}

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

.tp-error-title {
    font-weight: 700;
    font-size: 64px;
    margin-bottom: 50px;
    color: var(--tp-common-black)
}

.tp-error-title-sm {
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-black)
}

.tp-error-content p {
    font-weight: 400;
    font-size: 18px;
    color: #57575a;
    margin-bottom: 30px
}

.tp-error-content .tp-btn {
    height: 60px;
    line-height: 55px;
    border-radius: 40px;
    padding: 0 18px 0 24px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: .03em;
    z-index: 9;
    overflow: hidden;
    display: inline-block;
    text-transform: capitalize;
    position: relative;
    transition: all .3s;
    color: var(--tp-common-white);
    border: 2px solid #fff0;
    background: var(--tp-common-black)
}

.tp-error-content .tp-btn:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-common-black);
    background: #fff0
}

.tp-error-wrapper img {
    margin-bottom: 55px
}

.al-hero-seo-bg {
    padding-top: 260px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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) {
    .al-hero-seo-bg {
        padding-top: 200px
    }
}

@media (max-width:574.98px) {
    .al-hero-seo-bg {
        padding-top: 160px
    }
}

.al-hero-seo-title,
.al-hero-seo-title-box p {
    font-size: 70px;
    text-align: center;
    letter-spacing: -.02em;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-hero-seo-title-box p {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.5;
    color: var(--tp-common-black-4)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-hero-seo-title {
        font-size: 65px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-seo-title {
        font-size: 55px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-seo-title {
        font-size: 36px
    }
}

.al-hero-seo-title span {
    color: var(--tp-common-blue)
}

.al-hero-seo-title-line {
    position: absolute;
    bottom: -25px;
    left: 30px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-seo-title-box p {
        font-size: 16px
    }

    .al-hero-seo-title-box p br {
        display: none
    }
}

.al-hero-archi-title a,
.al-hero-seo-playbtn span {
    display: inline-block;
    background: var(--tp-common-white)
}

.al-hero-seo-playbtn span {
    height: 46px;
    width: 46px;
    line-height: 44px;
    border-radius: 50%;
    text-align: center;
    margin-right: 10px;
    color: var(--tp-common-black-1);
    animation: animate-pulse 3s linear infinite
}

.al-hero-seo-playbtn span svg {
    margin-left: 2px
}

.al-hero-seo-playbtn i {
    font-weight: 600;
    font-size: 22px;
    display: inline-block;
    transform: translateY(3px);
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-playfair)
}

.al-hero-seo-dashboard {
    position: relative
}

.al-hero-seo-dashboard::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 220px;
    width: 100%;
    background: linear-gradient(180deg, #fff0 0, #fff 85.94%)
}

.al-hero-seo-shape-1 {
    position: absolute;
    bottom: 180px;
    left: -90px;
    z-index: 2
}

.al-hero-archi-title {
    font-size: 120px;
    letter-spacing: 2px;
    line-height: 1
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-hero-archi-title {
        font-size: 90px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-archi-title {
        font-size: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-archi-title {
        font-size: 70px;
        letter-spacing: -3px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-hero-archi-title {
        font-size: 60px
    }
}

@media (max-width:574.98px) {
    .al-hero-archi-title {
        font-size: 50px;
        margin-bottom: 20px
    }
}

.al-hero-archi-title span {
    align-items: center;
    display: flex
}

.al-hero-archi-title a {
    border: 1px solid #525252;
    border-radius: 50px;
    padding: 25px;
    font-weight: 400;
    font-size: 44px;
    line-height: 1.2;
    margin-left: 20px;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-archi-title a {
        padding: 11px 25px;
        font-size: 26px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-archi-title a {
        padding: 8px 20px;
        font-size: 20px;
        letter-spacing: 1px
    }
}

@media (max-width:574.98px) {
    .al-hero-archi-title a {
        padding: 5px 11px;
        font-size: 16px
    }
}

.al-hero-archi-ptb {
    padding-top: 305px;
    padding-bottom: 225px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-archi-ptb {
        padding-top: 240px;
        padding-bottom: 150px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-archi-ptb {
        padding-top: 200px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-hero-archi-ptb {
        padding-top: 200px;
        padding-bottom: 150px
    }
}

@media (max-width:574.98px) {
    .al-hero-archi-ptb {
        padding-top: 148px;
        padding-bottom: 94px
    }
}

.al-hero-archi-link {
    font-weight: 500;
    font-size: 14px;
    line-height: 2.08;
    color: var(--tp-common-black);
    padding-left: 116px;
    font-family: var(--tp-ff-inter);
    position: relative;
    overflow: hidden;
    text-transform: uppercase
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-archi-link {
        padding-left: 0
    }
}

.al-hero-archi-link:hover,
.al-hero-archi-social ul li a:hover {
    color: var(--tp-theme-secondary)
}

.al-hero-archi-link i {
    font-size: 18px;
    font-weight: 800
}

.al-hero-archi-link::before {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    top: 10px;
    left: 0;
    background: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-archi-link::before {
        display: none
    }
}

.al-hero-archi-link .tp-arrow-svg-top-right {
    margin-left: 3px
}

.al-hero-archi-shape {
    top: 20%;
    position: absolute;
    left: 224px;
    z-index: -1
}

.al-hero-archi-social {
    position: absolute;
    top: 41%;
    right: 100px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .al-hero-archi-social {
        right: 30px;
        top: 20%
    }
}

.al-hero-archi-social ul li {
    list-style: none;
    display: flex;
    flex-direction: column
}

.al-hero-archi-social ul li a {
    font-size: 23px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-archi-social ul li a {
        color: var(--tp-theme-secondary)
    }
}

.al-hero-archi-social ul li a:not(:last-child) {
    margin-bottom: 50px;
    position: relative
}

.al-hero-archi-social ul li a:not(:last-child)::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 1px;
    top: 33px;
    left: 11px;
    background: var(--tp-grey-1)
}

.al-hero-pg-area .al-hero-pg-social-wrapper-2 {
    top: 42%
}

.al-hero-pg-height {
    padding-top: 60px;
    padding-bottom: 120px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-pg-height {
        padding-top: 120px;
        padding-bottom: 70px
    }
}

.al-hero-pg-overlay {
    position: relative
}

.al-hero-pg-thumb,
.al-hero-pg-thumb img {
    mix-blend-mode: difference
}

.al-hero-pg-thumb-wrapper {
    position: relative
}

.al-hero-pg-thumb-wrapper .overlay {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1000px;
    width: 2500px;
    border-radius: 50%;
    background: var(--tp-common-black-7);
    filter: blur(175px);
    -webkit-filter: blur(175px);
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-pg-thumb-wrapper .overlay {
        bottom: -100%
    }
}

@media (max-width:574.98px) {
    .al-hero-pg-thumb-wrapper .overlay {
        bottom: -310%;
        left: -100%
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-hero-pg-thumb-wrapper .overlay {
        bottom: -160%
    }
}

.al-hero-pg-title {
    font-size: 160px;
    font-weight: 700;
    line-height: .94;
    text-transform: uppercase;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins);
    letter-spacing: -.04em
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-hero-pg-title {
        font-size: 150px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-pg-title {
        font-size: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-pg-title {
        font-size: 90px
    }
}

@media (max-width:574.98px) {
    .al-hero-pg-title {
        font-size: 54px
    }

    .al-hero-pg-title br {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-hero-pg-title {
        font-size: 75px
    }

    .al-hero-pg-title br {
        display: none
    }
}

.al-hero-pg-title .text-1,
.al-hero-pg-title span {
    color: var(--tp-common-pink)
}

.al-hero-pg-title-box {
    margin-top: -375px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-pg-title-box {
        margin-top: -270px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-pg-title-box {
        margin-top: -140px
    }
}

.al-hero-pg-title .text-1 {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-family: var(--tp-ff-playfair);
    display: inline-block;
    position: absolute;
    top: 22%;
    right: -5%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-pg-title .text-1 {
        right: -7%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-pg-title .text-1 {
        right: -10%
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-pg-title .text-1 {
        position: static
    }
}

.al-hero-pg-title .text-2 {
    font-size: 36px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-playfair);
    position: absolute;
    top: 22%;
    left: -20%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-pg-title .text-2 {
        left: -27%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-pg-title .text-2 {
        left: -40%
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-pg-title .text-2 {
        position: static
    }
}

.al-hero-pg-social {
    display: flex;
    flex-direction: column
}

.al-hero-pg-social-bar,
.al-hero-pg-social-bar.al-hero-pg-social-bar-2 {
    background-image: linear-gradient(180deg, #fff0 0, rgb(255 255 255/.5) 100%)
}

.al-hero-pg-social-bar {
    display: inline-block;
    width: 1px;
    height: 160px;
    position: absolute;
    left: 19px;
    bottom: calc(100% + 20px)
}

.al-hero-pg-social-bar::after {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: var(--tp-common-white)
}

.al-hero-pg-social-bar.al-hero-pg-social-bar-2 {
    top: calc(100% + 20px);
    transform: matrix(1, 0, 0, -1, 0, 0)
}

.al-hero-pg-social-bar.al-hero-pg-social-bar-2::after,
.al-hero-pg-social-bar::after {
    bottom: -1px;
    left: -1px;
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.al-hero-pg-social-wrapper {
    position: absolute;
    bottom: 50px;
    right: 40px;
    z-index: 99
}

.al-hero-pg-social-wrapper-2 {
    position: absolute;
    bottom: auto;
    top: 50%;
    left: 70px;
    right: auto;
    transform: translateY(-50%);
    z-index: 99
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .al-hero-pg-social-wrapper-2 {
        left: 30px
    }
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social .parallax-wrap {
    margin-bottom: 10px
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social .parallax-wrap:last-child {
    margin-bottom: 0
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social a {
    border-color: 1.5px solid rgb(255 255 255/.1);
    background: #fff0
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social a.gmail:hover {
    border-color: #ea4335;
    background: #ea4335
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social a.dribble:hover {
    border-color: #ea4c89;
    background: #ea4c89
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social a.behance:hover {
    border-color: #1769ff;
    background: #1769ff
}

.al-hero-pg-social-wrapper-2 .al-hero-pg-social a.youtube:hover {
    border-color: #cd201f;
    background: #cd201f
}

.al-hero-pg-social a {
    display: inline-block;
    font-size: 18px;
    background: #1d2b16;
    border: 1px solid rgb(255 255 255/.18);
    width: 40px;
    height: 40px;
    line-height: 39px;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-common-white)
}

.al-hero-pg-social a:not(:last-child) {
    margin-bottom: 10px
}

.al-hero-pg-social a:hover {
    border-color: #bce70c;
    color: #292d32;
    background: #bce70c
}

.al-hero-shop-active .swiper-slide-active .al-hero-shop-btn,
.al-hero-shop-active .swiper-slide-active .al-hero-shop-content span,
.al-hero-shop-active .swiper-slide-active .al-hero-shop-title {
    animation-name: fadeInUp;
    animation-fill-mode: both
}

.al-hero-shop-active .swiper-slide-active .al-hero-shop-thumb img {
    animation-name: fadeInRight;
    animation-fill-mode: both
}

.al-hero-shop-spacing {
    padding-top: 133px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-shop-spacing {
        padding-top: 70px
    }
}

.al-hero-shop-shape-1 {
    position: absolute;
    top: 0;
    right: 10%;
    z-index: -1;
    mix-blend-mode: luminosity
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-hero-shop-thumb img {
        max-width: inherit
    }
}

.al-hero-shop-thumb-gradient {
    position: absolute;
    top: 14%;
    right: -7%;
    display: inline-block;
    width: 550px;
    height: 550px;
    border-radius: 50%;
    z-index: -1;
    background: rgb(41 194 227/.3)
}

.al-hero-shop-thumb-shape-1 {
    position: absolute;
    top: 24%;
    left: -10px
}

.al-hero-shop-thumb-shape-2 {
    position: absolute;
    bottom: 25%;
    right: -8%
}

.al-hero-shop-content span,
.al-hero-shop-title {
    font-family: var(--tp-ff-dm);
    animation-duration: 1s
}

.al-hero-shop-title {
    font-weight: 400;
    font-size: 100px;
    line-height: 1.06;
    margin-bottom: 30px;
    animation-delay: .3s
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-hero-shop-title {
        font-size: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-hero-shop-title {
        font-size: 60px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-hero-shop-title {
        font-size: 85px
    }
}

@media (max-width:574.98px) {
    .al-hero-shop-title {
        font-size: 52px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-hero-shop-content {
        padding-top: 100px
    }
}

.al-hero-shop-content span {
    font-size: 20px;
    color: var(--tp-common-black);
    display: inline-block;
    margin-bottom: 15px;
    animation-delay: .1s
}

.al-hero-shop-item {
    min-height: 790px
}

.al-hero-shop-btn {
    animation-delay: .5s;
    animation-duration: 1s
}

.al-hero-shop-dot {
    gap: 10px;
    width: auto;
    display: flex;
    flex-direction: column
}

.al-hero-shop-dot-wrap {
    position: absolute;
    right: 50px;
    left: auto;
    z-index: 1;
    bottom: 40%
}

@media (max-width:574.98px) {
    .al-hero-shop-dot-wrap {
        right: 10px
    }
}

.al-hero-shop-dot .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 1;
    margin: 0 3px;
    position: relative;
    background: var(--tp-grey-2)
}

.al-footer-shop-widget-content ul li a:hover::after,
.al-hero-shop-dot .swiper-pagination-bullet-active {
    background: var(--tp-theme-secondary)
}

.al-btn-blue,
.al-btn-pg-price {
    font-weight: 500;
    display: inline-block
}

.al-btn-blue {
    font-size: 16px;
    transition: all .3s ease;
    border-radius: 30px;
    padding: 10px 30px;
    letter-spacing: -.02em;
    font-family: var(--tp-ff-inter)
}

.al-btn-blue:hover {
    background: var(--tp-common-black-1);
    color: var(--tp-common-white)
}

.al-btn-blue.sky-bg {
    color: var(--tp-common-black-3);
    background: #a1ecea
}

.al-btn-blue,
.al-btn-blue.sky-bg:hover,
.tp-btn-seo-border:hover {
    color: var(--tp-common-white);
    background: var(--tp-common-blue)
}

.tp-btn-seo-border:hover {
    border-color: var(--tp-common-blue)
}

.al-btn-pg-price {
    height: 50px;
    line-height: 48px;
    border-radius: 100px;
    padding: 0 60px;
    font-size: 18px;
    text-align: center;
    text-transform: capitalize;
    overflow: hidden;
    color: var(--tp-common-black-7);
    font-family: var(--tp-ff-poppins);
    border: 1px solid rgb(183 171 152/.14);
    transition: .3s
}

.al-btn-pg-price:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black-7);
    background: var(--tp-common-black-7)
}

.al-btn-pg-subscribe,
.al-shop-btn {
    display: inline-block;
    font-size: 16px
}

.al-btn-pg-subscribe {
    height: 48px;
    line-height: 48px;
    border-radius: 30px;
    padding: 0 30px;
    font-weight: 500;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins);
    background: var(--tp-common-black-7);
    border: 1px solid rgb(183 171 152/.14)
}

.al-shop-btn {
    font-family: var(--tp-ff-dm);
    font-weight: 400;
    padding: 9px 26px;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-black);
    background: var(--tp-common-black)
}

.al-shop-btn:hover {
    background: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
    color: var(--tp-common-white)
}

.al-shop-btn-border {
    border: 1.5px solid var(--tp-common-black);
    color: var(--tp-common-black);
    padding: 8px 29px;
    background: #fff0
}

.al-shop-btn-border-sm {
    padding: 5px 25px
}

.al-shop-btn-border-white-sm {
    border-color: rgb(255 255 255/.3);
    color: var(--tp-common-white)
}

.al-shop-btn-border-white-sm:hover {
    background: var(--tp-common-black);
    color: var(--tp-common-white);
    border-color: var(--tp-common-black)
}

.al-brand-seo-title {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -.04em;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-brand-seo-title {
        margin-bottom: 30px;
        display: inline-block
    }
}

.al-brand-seo-box a {
    color: #8a969a;
    transition: .3s
}

.al-brand-seo-box a:not(:last-child) {
    margin-right: 55px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-brand-seo-box a:not(:last-child) {
        margin-right: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-brand-seo-box a:not(:last-child) {
        margin-right: 25px
    }
}

.al-brand-seo-box a:hover,
.al-price-style-2 .al-price-item.active .al-price-head h5,
.al-price-style-2 .al-price-item.active .al-price-head span,
.al-price-style-2 .al-price-item.active .al-price-list ul li {
    color: var(--tp-common-black-1)
}

.al-brand-seo-wave-border {
    position: absolute;
    bottom: 0;
    left: 0
}

.al-brand-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    margin-bottom: 0;
    letter-spacing: -.02em;
    text-transform: uppercase;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-brand-title::after {
    content: "";
    height: 6px;
    width: 6px;
    margin-left: 30px;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(-4px);
    background: var(--tp-common-black-1)
}

.al-brand-wrapper {
    padding: 27px 0 23px;
    background: var(--tp-common-yellow)
}

.al-brand-wrapper .slide-transtion {
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear
}

.al-brand-active .swiper-slide,
.al-brands-archi-slider .swiper-slide {
    width: auto
}

.al-brands-archi-title span {
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
    text-align: center;
    color: var(--tp-grey-1)
}

.al-step-title-box {
    margin: 0 60px 40px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-step-title-box {
        margin: 0 0 40px
    }
}

.al-step-title-sm {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.33;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: -.02em;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-step-icon {
    margin-bottom: 25px
}

.al-step-icon>span {
    height: 100px;
    width: 100px;
    line-height: 95px;
    color: var(--tp-common-blue);
    border: 2px solid var(--tp-common-blue);
    transition: .3s;
    position: relative
}

.al-step-icon>span::after,
.al-step-number::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    border-radius: 50%;
    transform: scale(1.2)
}

.al-step-icon>span::after {
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border: 1px dashed var(--tp-common-blue)
}

.al-step-icon,
.al-step-item,
.al-step-number {
    display: inline-block
}

.al-step-item.active .al-step-icon>span,
.al-step-item:hover .al-step-icon>span {
    color: var(--tp-common-white);
    border-color: var(--tp-common-blue);
    background: var(--tp-common-blue)
}

.al-step-number {
    position: absolute;
    top: 3px;
    right: 1px;
    z-index: 3;
    height: 30px;
    width: 30px;
    line-height: 29px;
    border-radius: 50%;
    font-style: normal;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter);
    background: var(--tp-common-blue)
}

.al-step-number::after {
    border: 4px solid var(--tp-common-white)
}

.al-step-shape-1 {
    position: absolute;
    top: 26%;
    left: 0
}

.al-step-shape-1 img {
    animation: anim-top-bottom 1s linear infinite alternate
}

.al-step-shape-2 {
    position: absolute;
    top: 42%;
    right: 0;
    animation: anim-left-right 4s linear infinite alternate
}

.al-step-arrow-shape-1 {
    position: absolute;
    top: 21%;
    right: 0
}

.al-step-arrow-shape-2 {
    position: absolute;
    top: 21%;
    left: 0
}

.al-section-subtitle.fs-12,
.al-section-title {
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-section-title {
    font-weight: 700;
    font-size: 47px;
    line-height: 1.1;
    letter-spacing: -.02em
}

@media (max-width:574.98px) {
    .al-section-title {
        font-size: 35px
    }
}

@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:574.98px) {
    .al-section-title br {
        display: none
    }
}

.al-section-subtitle.fs-12 {
    font-weight: 600;
    font-size: 12px;
    border-radius: 20px;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 2px 23px;
    display: inline-block;
    background: #eef3f6
}

.al-section-subtitle.fs-12.sky-bg {
    background: #cae1ec
}

.al-section-archi-title {
    font-size: 80px;
    line-height: 1
}

@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) {
    .al-section-archi-title {
        font-size: 60px
    }
}

@media (max-width:574.98px) {
    .al-section-archi-title {
        font-size: 50px
    }
}

.al-section-archi-content p,
.al-section-archi-subtitle {
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-section-archi-subtitle {
        margin-bottom: 20px;
        display: inline-block
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-section-archi-content {
        margin: 0
    }
}

.al-section-pg-title {
    font-size: 120px;
    font-weight: 500;
    line-height: .9;
    letter-spacing: -4.8px;
    color: var(--tp-common-cream);
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-section-pg-title {
        font-size: 100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-section-pg-title {
        font-size: 70px
    }
}

.al-section-pg-subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins);
    color: var(--tp-common-black-7);
    border: 1px solid var(--tp-common-black-7);
    padding: 7px 20px;
    display: inline-block;
    position: relative;
    z-index: 1
}

.al-section-pg-subtitle i {
    font-size: 14px;
    line-height: 1.2;
    z-index: 2;
    font-style: normal;
    text-transform: uppercase;
    transition: opacity .2s ease
}

.al-section-pg-subtitle:after,
.al-section-pg-subtitle:before {
    content: "";
    background: var(--tp-common-white);
    position: absolute;
    z-index: -1;
    transition: transform .2s ease-in-out;
    opacity: .9
}

.al-section-pg-subtitle:before {
    top: -2px;
    right: 8px;
    bottom: -2px;
    left: 8px
}

.al-section-pg-subtitle:after {
    top: 8px;
    right: -2px;
    bottom: 8px;
    left: -2px
}

.al-section-shop-subtitle,
.al-section-shop-title {
    font-family: var(--tp-ff-dm)
}

.al-section-shop-title {
    font-weight: 500;
    font-size: 44px
}

.al-section-shop-subtitle {
    font-weight: 400;
    font-size: 18px;
    color: var(--tp-theme-secondary);
    position: relative;
    z-index: 1;
    display: inline-block
}

.al-section-shop-subtitle svg {
    position: absolute;
    bottom: -8px;
    left: 26px;
    z-index: -1
}

.tp-header-seo-bg {
    background: #fff0
}

@media (max-width:574.98px) {
    .bg-position-md-left {
        background-position: left
    }
}

.tp_text_invert.invert-black-7>div {
    background-image: linear-gradient(to right, var(--tp-common-black-7) 50%, var(--tp-common-cream) 50%)
}

.tp-service-item-bg {
    z-index: -1
}

.al-video-height {
    height: 760px;
    overflow: hidden
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .al-video-height {
        height: 600px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-video-height {
        height: 460px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-video-height {
        height: 300px
    }
}

.al-video-img {
    position: relative
}

.al-video-img::after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background: rgb(2 18 23/.2)
}

.al-video-img img {
    position: relative;
    height: 100%;
    width: 100%;
    margin-top: -50px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-video-img img {
        height: 400px;
        object-fit: cover
    }
}

.al-video-play-btn {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 22;
    text-align: center;
    transform: translateY(-50%)
}

.al-service-seo-icon span,
.al-step-icon>span,
.al-video-play-btn a {
    text-align: center;
    border-radius: 50%;
    display: inline-block
}

.al-video-play-btn a {
    height: 180px;
    width: 180px;
    line-height: 188px;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -.02em;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-video-play-btn a {
        height: 140px;
        width: 140px;
        line-height: 146px
    }
}

.al-video-play-btn a span {
    transform: translateY(-2px);
    margin-left: 6px
}

.al-video-inner-style .tp-video-img img {
    margin-top: -400px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .al-video-inner-style .tp-video-img img {
        margin-top: -200px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .al-video-inner-style .tp-video-img img {
        margin-top: -100px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-video-inner-style .tp-video-img img {
        margin-top: -50px
    }
}

.al-service-seo-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 14px;
    letter-spacing: -.02em;
    color: var(--tp-common-black-1);
    line-height: 1.4
}

@media (max-width:574.98px) {
    .al-service-seo-title-box {
        margin-bottom: 40px
    }
}

.al-service-seo-item:hover .al-service-seo-icon span {
    animation: icon-bounce .8s 1
}

.al-service-seo-icon {
    margin-bottom: 25px
}

.al-service-seo-icon span {
    height: 50px;
    width: 50px;
    line-height: 47px;
    color: var(--tp-common-black-1);
    font-size: 16px;
    background: #fff4e8
}

.al-service-seo-content p {
    font-size: 14px;
    line-height: 1.57;
    color: #4d5051;
    margin-bottom: 0;
    padding-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-service-seo-content p {
        font-size: 13px;
        padding-right: 0
    }
}

.al-project-seo-title a:hover,
.al-service-archi-title a:hover,
.al-service-archi-wrapper:hover .al-service-archi-icon,
.al-service-archi-wrapper:hover .al-service-archi-link {
    color: var(--tp-theme-secondary)
}

.al-service-archi-title {
    font-size: 34px;
    line-height: 1;
    margin-bottom: 15px
}

.al-service-archi-link {
    color: #bcbcbc
}

.al-service-archi-icon {
    color: var(--tp-common-black);
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.al-service-archi-content p {
    font-family: var(--tp-ff-inter);
    font-size: 17px
}

.al-project-seo-item {
    background: #1d2660;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255/.04);
    box-shadow: 0 20px 30px 0 rgb(3 14 18/.1);
    padding: 24px 30px;
    transition: all .3s 0s ease-out
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-seo-item {
        padding: 24px 30px
    }
}

.al-project-seo-title {
    font-size: 22px;
    font-weight: 600;
    line-height: 1.33;
    margin-bottom: 0;
    letter-spacing: -.02em;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-project-seo-title {
        margin-bottom: 35px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-seo-title {
        font-size: 20px;
        margin-bottom: 35px
    }

    .al-project-seo-title br {
        display: none
    }
}

.al-project-seo-title-box .al-section-subtitle.fs-12 {
    color: var(--tp-common-white);
    background: #1c286a
}

.al-project-seo-info h5,
.al-project-seo-info span {
    letter-spacing: -.02em;
    font-family: var(--tp-ff-inter)
}

.al-project-seo-info h5 {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 10px;
    color: var(--tp-common-white)
}

.al-project-seo-info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: rgb(255 255 255/.8)
}

.al-project-seo-content {
    padding-left: 50px;
    margin-left: 50px;
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-seo-content {
        margin-left: 0;
        padding-left: 0
    }
}

.al-project-seo-content::after {
    top: 0;
    left: 0;
    width: 1px;
    height: 80px;
    content: "";
    position: absolute;
    background: rgb(255 255 255/.14);
    bottom: 0;
    margin: auto
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-seo-content::after {
        display: none
    }
}

.al-project-seo-item:hover {
    background: #001288
}

.al-project-archi-icon a,
.al-project-seo-btn a {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center
}

.al-project-seo-btn a {
    line-height: 55px;
    display: inline-block;
    color: var(--tp-common-white);
    border: 1px solid rgb(255 255 255/.1)
}

.al-project-seo-btn a:hover {
    color: var(--tp-common-black-1);
    border-color: var(--tp-theme-secondary);
    background: var(--tp-theme-secondary)
}

.al-project-archi-title-wrapper {
    margin-right: 260px;
    padding-bottom: 220px
}

.al-project-archi-title-sm {
    font-size: 34px;
    line-height: 1;
    position: relative;
    z-index: 2
}

@media (max-width:574.98px) {
    .al-project-archi-title-sm {
        font-size: 22px
    }
}

.al-project-archi-title-sm a:hover {
    color: var(--tp-theme-secondary)
}

.al-project-archi-meta h5 {
    font-size: 14px;
    text-decoration: underline;
    color: var(--tp-grey-1);
    font-family: var(--tp-ff-inter)
}

.al-project-archi-icon {
    padding-left: 450px;
    position: relative;
    transform: translateY(-15px)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-project-archi-icon {
        padding-left: 0;
        float: right
    }
}

@media (max-width:574.98px) {
    .al-project-archi-icon {
        padding-top: 12px
    }
}

.al-project-archi-icon::before {
    position: absolute;
    content: "";
    height: 1px;
    width: 450px;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    background: #cecac4
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-project-archi-icon::before {
        left: inherit;
        right: 59px;
        width: 648%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-project-archi-icon::before {
        display: none
    }
}

.al-project-archi-icon a {
    border: 1px solid #cecac4;
    display: flex;
    color: #030303;
    transition: all .4s ease;
    align-items: center;
    justify-content: center
}

.al-project-archi-icon a .tp-arrow-angle svg {
    width: 13px;
    height: 13px
}

.al-project-archi-icon a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-theme-secondary);
    background: var(--tp-theme-secondary)
}

.al-project-archi-content span {
    line-height: 1;
    transform: translateY(-30px);
    display: inline-block;
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-project-archi-content span {
        margin-top: 18px;
        transform: inherit
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-archi-content span {
        margin-top: 5px
    }
}

.al-project-archi-content-2 {
    padding-left: 370px;
    padding-top: 40px
}

.al-project-pg-text span {
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins);
    color: rgb(183 171 152/.5)
}

.al-project-pg-2-year span,
.al-project-pg-title {
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-project-pg-2-year span {
    font-size: 13px;
    margin-top: 15px;
    margin-right: 130px;
    display: inline-block;
    transition: .3s
}

.al-project-pg-title {
    font-size: 16px
}

.al-project-pg-wrapper {
    margin: 0-15px
}

.al-project-pg-inner-wrap {
    width: 100%;
    display: flex;
    grid-area: list;
    box-sizing: border-box
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-inner-wrap {
        flex-wrap: wrap
    }
}

.al-project-pg-item {
    width: 30%;
    height: 615px;
    display: block;
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin: 0 15px;
    transition: width .6s cubic-bezier(.38, .005, .215, 1)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-item {
        width: 100%;
        margin-bottom: 30px
    }
}

.al-project-pg-item:hover {
    width: 80%
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-item:hover {
        width: 100%
    }
}

.al-project-pg-thumb {
    height: 100%;
    width: 100%;
    margin-bottom: 30px
}

.al-project-pg-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-2-year span {
        margin-right: 30px
    }
}

.al-project-pg-2-title {
    font-size: 46px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-common-cream);
    letter-spacing: -1.84px;
    font-family: var(--tp-ff-playfair);
    transform: .3s
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-2-title {
        font-size: 30px
    }
}

.al-project-pg-2-title-box span {
    color: var(--tp-common-cream);
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-2-title-box span {
        font-size: 11px
    }
}

.al-project-pg-2-link span {
    color: var(--tp-common-cream);
    display: inline-block;
    transition: .3s
}

.al-project-pg-2-item {
    border-bottom: 1px solid rgb(183 171 152/.14);
    padding: 40px 0;
    position: relative
}

.al-project-pg-2-item::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 1px;
    content: "";
    transition: .4s;
    background: var(--tp-common-pink)
}

.al-project-pg-2-item:first-child {
    border-top: 1px solid rgb(183 171 152/.14)
}

.al-project-pg-2-item:hover .al-project-pg-2-link span {
    transform: rotate(-45deg)
}

.al-project-pg-2-item:hover::after {
    width: 100%
}

.al-project-pg-2-item.active .al-project-pg-2-link span,
.al-project-pg-2-item.active .al-project-pg-2-title,
.al-project-pg-2-item.active .al-project-pg-2-title-box span,
.al-project-pg-2-item.active .al-project-pg-2-year span {
    color: var(--tp-common-black-7)
}

.al-project-pg-2-item .tp-reveal-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 370px;
    height: 470px;
    opacity: 0;
    margin: -150px 0 0-150px;
    overflow: hidden;
    pointer-events: none;
    z-index: 99;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -moz-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -ms-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    -o-transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .3s, transform .5s cubic-bezier(.215, .61, .355, 1), -webkit-transform .5s cubic-bezier(.215, .61, .355, 1)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-project-pg-2-item .tp-reveal-bg {
        height: 240px;
        width: 240px
    }
}

.al-project-pg-2-item:hover .tp-reveal-bg {
    opacity: 1
}

.al-video-pg-wrap {
    line-height: 0
}

.al-video-pg-wrap video {
    height: 800px;
    width: 100%;
    object-fit: cover
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-video-pg-wrap video {
        height: 400px
    }
}

.al-price-head h5 {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    margin-bottom: 20px;
    letter-spacing: -.02em
}

.al-price-head h5,
.al-price-head span,
.al-price-list ul li {
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-price-head span {
    font-weight: 700;
    font-size: 50px;
    display: inline-block
}

.al-price-head span i {
    font-size: 20px;
    font-style: normal;
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-20px)
}

.al-price-head span em {
    font-size: 18px;
    font-style: normal
}

.al-price-list {
    margin-bottom: 65px
}

.al-price-list ul li {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    padding-left: 20px;
    position: relative;
    list-style-type: none
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-price-list ul li {
        font-size: 16px
    }
}

.al-price-list ul li:not(:last-child) {
    margin-bottom: 17px
}

.al-price-list ul li::after {
    position: absolute;
    content: "";
    top: 7px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: var(--tp-common-black-3)
}

.al-price-item {
    border-radius: 10px;
    padding: 35px 40px;
    background: var(--tp-common-white)
}

.al-price-item.active {
    background: var(--tp-common-blue)
}

.al-price-item.active .al-price-head span,
.al-price-item.active .al-price-list ul li,
.al-testimonial-seo-btn .tp-rounded-btn-wrap a:hover {
    color: var(--tp-common-white)
}

.al-price-item.active .al-btn-blue.sky-bg {
    color: var(--tp-common-black-1);
    background: var(--tp-common-white)
}

.al-price-item.active .al-btn-blue.sky-bg:hover,
.al-price-style-2 .al-price-item.active .al-btn-border-radius-6.lg {
    color: var(--tp-common-white);
    background: var(--tp-common-black-1)
}

.al-price-offer {
    position: absolute;
    top: -50px;
    right: -62px
}

.al-price-style-2 .al-price-item.active {
    background: var(--tp-common-white)
}

.al-price-style-2 .al-price-item.active .al-btn-border-radius-6.lg {
    border-color: var(--tp-common-black-1)
}

.al-toggler-post,
.al-toggler-pre {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    cursor: pointer;
    color: #848788;
    transition: all .3s ease;
    font-family: var(--tp-ff-inter)
}

.al-toggler-post.is-active,
.al-toggler-post:hover,
.al-toggler-pre.is-active,
.al-toggler-pre:hover {
    color: var(--tp-common-black-1)
}

.al-toggler-pre {
    margin-right: 15px
}

.al-toggler-post {
    margin-left: 15px
}

.al-toggle-input-wrap {
    position: relative;
    width: 76px;
    height: 36px;
    overflow: hidden;
    border-radius: 100px;
    background: var(--tp-common-blue)
}

.al-price-nav-wrapper {
    display: flex;
    align-items: center;
    justify-content: center
}

.al-price-nav-wrapper .al-input-check {
    position: absolute;
    display: block;
    cursor: pointer;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 6;
    width: 100%;
    height: 100%
}

.al-price-nav-wrapper .al-input-check:checked~.al-switch-toggle {
    left: 4px;
    right: 57.3%
}

.al-switch-toggle {
    position: absolute;
    top: 4px;
    right: 4px;
    left: 57.3%;
    bottom: 4px;
    z-index: 1;
    border-radius: 100%;
    box-shadow: 0 4px 6px 0 rgb(1 17 22/.24);
    transition: .25s cubic-bezier(.785, .135, .15, .86);
    background: linear-gradient(180deg, #fff 0, #e1e4e8 100%)
}

.al-tab-hide {
    display: none
}

.al-price-pg-item {
    padding: 50px 40px;
    border: 1px solid rgb(183 171 152/.14)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-price-pg-item {
        padding: 50px 25px
    }
}

@media (max-width:574.98px) {
    .al-price-pg-item {
        padding: 40px 30px
    }
}

.al-price-pg-item.active .al-btn-pg-price {
    color: var(--tp-common-white);
    border-color: var(--tp-common-pink);
    background: var(--tp-common-pink)
}

.al-price-pg-bdr-1::after,
.al-price-pg-bdr-2::after,
.al-price-pg-bdr-3::after,
.al-price-pg-bdr-4::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 1px;
    content: "";
    background: var(--tp-common-black-7)
}

.al-price-pg-bdr-1::before,
.al-price-pg-bdr-2::before,
.al-price-pg-bdr-3::before,
.al-price-pg-bdr-4::before,
.al-price-pg-list ul li::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 10px;
    content: "";
    background: var(--tp-common-black-7)
}

.al-price-pg-list ul li::after {
    top: 10px;
    width: 4px;
    height: 4px;
    border-radius: 50%
}

.al-price-pg-bdr-1.bdr-topright::after,
.al-price-pg-bdr-1.bdr-topright::before,
.al-price-pg-bdr-2.bdr-topright::after,
.al-price-pg-bdr-2.bdr-topright::before,
.al-price-pg-bdr-3.bdr-topright::after,
.al-price-pg-bdr-3.bdr-topright::before,
.al-price-pg-bdr-4.bdr-topright::after,
.al-price-pg-bdr-4.bdr-topright::before {
    left: auto;
    right: 0
}

.al-price-pg-bdr-1.bdr-bottomleft::after,
.al-price-pg-bdr-1.bdr-bottomleft::before,
.al-price-pg-bdr-2.bdr-bottomleft::after,
.al-price-pg-bdr-2.bdr-bottomleft::before,
.al-price-pg-bdr-3.bdr-bottomleft::after,
.al-price-pg-bdr-3.bdr-bottomleft::before,
.al-price-pg-bdr-4.bdr-bottomleft::after,
.al-price-pg-bdr-4.bdr-bottomleft::before {
    top: auto;
    bottom: 0
}

.al-price-pg-bdr-1.bdr-bottomright::after,
.al-price-pg-bdr-1.bdr-bottomright::before,
.al-price-pg-bdr-2.bdr-bottomright::after,
.al-price-pg-bdr-2.bdr-bottomright::before,
.al-price-pg-bdr-3.bdr-bottomright::after,
.al-price-pg-bdr-3.bdr-bottomright::before,
.al-price-pg-bdr-4.bdr-bottomright::after,
.al-price-pg-bdr-4.bdr-bottomright::before {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0
}

.al-price-pg-head p {
    font-weight: 400;
    margin-bottom: 0
}

.al-price-pg-list ul li {
    font-weight: 400
}

.al-price-pg-head p,
.al-price-pg-list ul li,
.al-price-pg-price,
.al-price-pg-title {
    color: var(--tp-common-black-7)
}

.al-price-pg-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
    font-family: var(--tp-ff-playfair);
    margin-bottom: 0
}

.al-price-pg-price {
    font-size: 70px;
    font-weight: 500;
    line-height: 100px;
    letter-spacing: -2.8px;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins);
    margin-bottom: 10px
}

.al-price-pg-head {
    margin-bottom: 35px
}

.al-price-pg-head p,
.al-price-pg-list ul li {
    font-size: 16px;
    line-height: 26px;
    font-family: var(--tp-ff-poppins)
}

.al-price-pg-list ul li {
    line-height: 1.5;
    list-style-type: none;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px
}

.al-price-pg-btn {
    margin-bottom: 40px
}

.al-price-pg-list ul li:last-child {
    margin-bottom: 0
}

.al-faq-wrapper .accordion-items {
    position: relative;
    padding: 0
}

.al-faq-wrapper .accordion-items:not(:last-child) {
    box-shadow: 0 1px 0 0 rgb(1 17 22/.14)
}

.al-faq-wrapper .accordion-header {
    position: relative
}

.al-faq-wrapper .accordion-header .accordion-buttons {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.3;
    text-align: left;
    position: relative;
    padding: 25px 30px 25px 0;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-faq-wrapper .accordion-header .accordion-buttons {
        font-size: 18px
    }
}

.al-faq-wrapper .accordion-header .accordion-buttons:not(.collapsed) {
    color: var(--tp-common-blue)
}

.al-faq-wrapper .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::before {
    transform: translate(-50%, -50%) rotate(90deg)
}

.al-faq-wrapper .accordion-header .accordion-buttons:not(.collapsed) .accordion-icon::after {
    background: var(--tp-common-blue)
}

.al-faq-wrapper .accordion-header .accordion-buttons .accordion-icon {
    position: absolute;
    top: 35px;
    right: 10px
}

.al-faq-wrapper .accordion-header .accordion-buttons .accordion-icon::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 16px;
    left: 50%;
    top: 50%;
    transition: .4s;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    background: var(--tp-common-black-3)
}

.al-faq-wrapper .accordion-header .accordion-buttons .accordion-icon::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 2px;
    left: 50%;
    top: 50%;
    border-radius: 30px;
    transform: translate(-50%, -50%);
    background: var(--tp-common-black-3)
}

.al-faq-wrapper .accordion-body {
    padding: 0 110px 35px 0
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-faq-wrapper .accordion-body {
        padding-right: 65px
    }
}

.al-faq-wrapper .accordion-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.57;
    color: #4d5051;
    margin-bottom: 0;
    font-family: var(--tp-ff-inter)
}

@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:574.98px) {
    .al-faq-wrapper .accordion-body p br {
        display: none
    }
}

.al-faq-form-box {
    padding: 20px;
    margin-left: 75px;
    border-radius: 20px;
    background: #eff1f2
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-faq-form-box {
        margin-left: 30px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .al-faq-form-box {
        padding: 40px;
        margin-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-faq-form-box {
        padding: 20px;
        margin-left: 0
    }
}

.al-faq-form-wrap {
    padding: 40px 50px;
    border-radius: 10px;
    background: var(--tp-common-white)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-faq-form-wrap {
        padding: 30px 20px
    }
}

.al-faq-form-content p {
    font-weight: 400;
    font-size: 17px;
    letter-spacing: -.02em;
    margin-bottom: 0;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-faq-form-content p {
        font-size: 14px
    }
}

.al-faq-form-title,
.al-faq-input input {
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-faq-form-title {
    font-weight: 600;
    font-size: 26px;
    line-height: 1.23;
    letter-spacing: -.02em
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-faq-form-title {
        font-size: 23px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-faq-form-title {
        font-size: 20px
    }
}

.al-faq-input input {
    height: 46px;
    border-radius: 30px;
    border: 1px solid rgb(1 17 22/.16)
}

.al-faq-input input::-webkit-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #848788;
    letter-spacing: -.02em
}

.al-faq-input input::-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #848788;
    letter-spacing: -.02em
}

.al-faq-input input:-moz-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #848788;
    letter-spacing: -.02em
}

.al-faq-input input:-ms-input-placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #848788;
    letter-spacing: -.02em
}

.al-faq-input input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: #848788;
    letter-spacing: -.02em
}

.al-faq-input input:focus {
    border-color: var(--tp-common-blue);
    box-shadow: 0 0 0 3px rgb(39 125 255/.1)
}

.al-faq-remeber input {
    display: none
}

.al-faq-remeber input:checked~label::after {
    border-color: var(--tp-common-blue);
    background: var(--tp-common-blue)
}

.al-faq-remeber input:checked~label::before,
.al-footer-archi-check input:checked~label::before {
    visibility: visible;
    opacity: 1
}

.al-faq-remeber label {
    position: relative;
    padding-left: 26px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    z-index: 1;
    color: #4d5051;
    letter-spacing: -.02em;
    font-family: var(--tp-ff-inter)
}

.al-faq-remeber label::after,
.al-faq-remeber label::before {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center
}

.al-faq-remeber label::after {
    content: "";
    top: 0;
    z-index: -1;
    transition: .3s;
    border-radius: 4px;
    border: 1px solid #a1a5a7
}

.al-faq-remeber label::before {
    content: url(../img/login/check.svg);
    top: -1px;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-black-1);
    transition: all .3s ease
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {

    .al-faq-title-box,
    .al-faq-wrapper {
        margin-bottom: 40px
    }
}

.al-text-slider-seo-title {
    font-weight: 600;
    font-size: 60px;
    line-height: 1;
    margin-right: 55px;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-text-slider-seo-active .swiper-slide {
    width: auto
}

.al-text-slider-seo-wave-shape-1 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%
}

.al-text-slider-seo-wave-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%
}

.al-text-pg-slider-item span {
    font-size: 40px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-playfair);
    margin-right: 30px;
    padding: 5px 0
}

.al-text-pg-slider-item img {
    margin-right: 30px;
    display: inline-block;
    filter: invert(1)
}

.al-text-pg-slider-wrap {
    padding: 25px 0;
    background: var(--tp-common-pink)
}

.al-text-pg-slider-active .swiper-slide {
    width: auto !important
}

.al-testimonial-seo-slider-wrap {
    margin-left: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-testimonial-seo-slider-wrap {
        margin-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-testimonial-seo-slider-wrap {
        margin-left: 0
    }
}

.al-testimonial-seo-avater {
    margin-bottom: 15px
}

.al-testimonial-seo-avater img {
    width: 60px;
    border-radius: 100px
}

.al-testimonial-seo-avater-title,
.al-testimonial-seo-text p {
    margin-bottom: 0;
    color: var(--tp-common-black-3);
    font-family: var(--tp-ff-inter)
}

.al-testimonial-seo-avater-title {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: -.02em
}

.al-testimonial-seo-avater-info {
    margin-bottom: 45px
}

.al-blog-seo-category a {
    color: #4d5051;
    font-family: var(--tp-ff-inter);
    font-weight: 700;
    font-size: 12px;
    line-height: 1.67;
    border-radius: 4px;
    padding: 4px 10px;
    text-transform: uppercase;
    transition: all .3s;
    border: 1px solid rgb(0 43 59/.1)
}

.al-testimonial-seo-avater-info span {
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #4d5051;
    font-family: var(--tp-ff-inter)
}

.al-testimonial-seo-text p {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.42
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-testimonial-seo-text p {
        font-size: 18px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-testimonial-seo-text p {
        font-size: 20px
    }
}

.al-testimonial-seo-dot .swiper-pagination-bullet {
    width: 60px;
    height: 2px;
    opacity: 1;
    border-radius: 0;
    display: inline-block;
    background: #cbcccf;
    transition: .3s
}

.al-testimonial-seo-btn .tp-btn-circle-dot,
.al-testimonial-seo-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--tp-common-blue)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-testimonial-seo-btn {
        margin-bottom: 40px
    }
}

.al-testimonial-seo-btn .tp-rounded-btn-wrap a {
    font-size: 16px;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter);
    text-transform: capitalize
}

.al-testimonial-shop-arrow button {
    position: absolute;
    top: 50%;
    left: 0;
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px rgb(1 15 28/.16);
    line-height: 60px;
    font-size: 18px;
    color: var(--tp-common-black);
    z-index: 1
}

.al-testimonial-shop-arrow button:hover {
    color: var(--tp-common-white);
    box-shadow: none;
    background: var(--tp-theme-secondary)
}

.al-testimonial-shop-arrow button.al-testimonial-shop-next {
    left: auto;
    right: 0
}

.al-testimonial-shop-designation {
    color: var(--tp-grey-1);
    font-size: 14px;
    font-family: var(--tp-ff-dm)
}

.al-testimonial-shop-content p {
    font-weight: 400;
    font-family: var(--tp-ff-dm);
    font-size: 30px;
    line-height: 1.4;
    color: var(--tp-common-black);
    margin-bottom: 30px
}

.al-testimonial-shop-section-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 50px;
    font-family: var(--tp-ff-dm)
}

.al-testimonial-shop-content {
    padding-left: 40px;
    padding-right: 40px
}

@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:574.98px) {
    .al-testimonial-shop-content {
        padding-left: 0;
        padding-right: 0
    }
}

@media (max-width:574.98px) {
    .al-testimonial-shop-content p {
        font-size: 27px
    }
}

.al-testimonial-shop-rating {
    margin-bottom: 25px
}

.al-testimonial-shop-rating span {
    font-size: 16px;
    color: var(--tp-theme-secondary)
}

.al-testimonial-shop-arrow button,
.al-testimonial-shop-avater img {
    width: 60px;
    height: 60px;
    border-radius: 50%
}

.al-testimonial-shop-user {
    background: var(--tp-common-white);
    box-shadow: 0 1px 1px rgb(1 15 28/.16);
    border-radius: 40px;
    padding: 10px 27px 10px 10px
}

.al-testimonial-shop-user-translate {
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    text-align: left
}

.al-testimonial-shop-user-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    margin-bottom: -2px;
    font-family: var(--tp-ff-dm)
}

.al-testimonial-shop-user-designation {
    font-size: 14px;
    line-height: 1
}

.al-testimonial-shop-shape-gradient {
    position: absolute;
    top: -65px;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    width: 432px;
    height: 432px;
    border-radius: 50%;
    background-image: linear-gradient(180deg, rgb(9 137 255/.1)0, #fff0 70%);
    z-index: -1
}

@media (max-width:574.98px) {
    .al-testimonial-shop-shape-gradient {
        width: 280px;
        height: 280px
    }
}

.al-blog-seo-item {
    padding: 40px 10px 45px;
    border-radius: 10px;
    transition: all .3s;
    background: var(--tp-common-white)
}

.al-blog-seo-item:hover {
    box-shadow: 0 20px 16px 0 rgb(1 17 22/.06)
}

.al-blog-seo-item:hover .al-blog-seo-thumb img {
    transform: scale(1.1) rotate(-2deg)
}

.al-blog-seo-content {
    padding: 0 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px) {
    .al-blog-seo-content {
        padding: 0 20px
    }
}

.al-blog-seo-category {
    margin-bottom: 10px
}

.al-blog-seo-category a:not(:last-child) {
    margin-right: 4px
}

.al-blog-seo-category a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-black-1);
    background: var(--tp-common-black-1)
}

.al-blog-seo-title {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.27;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-blog-seo-title {
        font-size: 18px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-blog-seo-title {
        font-size: 20px
    }
}

.al-blog-seo-title a:hover,
.al-footer-seo-widget .al-footer-link:hover {
    color: var(--tp-common-blue)
}

.al-blog-archi-tag a,
.al-blog-seo-meta span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    font-family: var(--tp-ff-inter)
}

.al-blog-seo-meta span {
    line-height: 1.43;
    display: inline-block;
    color: var(--tp-common-black-1)
}

.al-blog-seo-meta span svg {
    color: #4d5051;
    margin-right: 4px;
    transform: translateY(-2px)
}

.al-blog-seo-thumb {
    margin-bottom: 20px
}

.al-blog-seo-thumb img {
    transition: all .9s
}

.al-blog-seo-avater-info img {
    height: 30px;
    width: 30px;
    border-radius: 50%;
    margin-right: 10px
}

.al-blog-seo-avater-info span {
    font-weight: 600;
    font-size: 14px;
    line-height: 1;
    color: var(--tp-common-black-1);
    font-family: var(--tp-ff-inter)
}

.al-blog-archi-tag {
    position: relative
}

.al-blog-archi-tag::before {
    clip-path: polygon(0 0, 100%0, 77% 100%, 0 100%);
    position: absolute;
    content: "";
    width: 65px;
    height: 30px;
    top: -2px;
    left: 0;
    z-index: 1;
    background: #ffc9b2
}

.al-blog-archi-tag a {
    line-height: 150%;
    z-index: 1;
    position: relative;
    padding-left: 15px
}

.al-blog-archi-tag a span {
    color: var(--tp-common-black);
    font-weight: 600
}

.al-blog-archi-title {
    line-height: 1;
    font-size: 30px;
    font-weight: 600
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-blog-archi-title {
        font-size: 24px
    }
}

.al-blog-archi-btn a:hover,
.al-blog-archi-title a:hover,
.al-blog-shop-meta a:hover,
.al-blog-shop-title a:hover {
    color: var(--tp-theme-secondary)
}

.al-blog-archi-avatar h5 {
    font-size: 24px;
    line-height: 1;
    position: relative;
    margin-right: 13px;
    padding-right: 13px
}

.al-blog-archi-avatar h5::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 45px;
    background: #d7d5d2;
    top: 0;
    right: 0
}

.al-blog-archi-avatar h5 span {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600
}

.al-blog-archi-avatar h5,
.al-blog-archi-avatar-para,
.al-blog-archi-btn a {
    font-family: var(--tp-ff-inter)
}

.al-blog-archi-btn a {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase
}

.al-blog-archi-thumb img {
    transition: .9s
}

.al-blog-archi-wrapper:hover .al-blog-archi-thumb img {
    -webkit-transform: scale(1.1) rotate(-2deg);
    -moz-transform: scale(1.1) rotate(-2deg);
    -ms-transform: scale(1.1) rotate(-2deg);
    -o-transform: scale(1.1) rotate(-2deg);
    transform: scale(1.1) rotate(-2deg)
}

.al-blog-shop-item:hover .al-blog-shop-thumb img {
    -webkit-transform: scale(1.1) rotate(4deg);
    -moz-transform: scale(1.1) rotate(4deg);
    -ms-transform: scale(1.1) rotate(4deg);
    -o-transform: scale(1.1) rotate(4deg);
    transform: scale(1.1) rotate(4deg)
}

.al-blog-shop-title {
    font-weight: 400;
    font-size: 24px;
    line-height: 1.33;
    font-family: var(--tp-ff-dm)
}

.al-blog-shop-meta a::after,
.al-blog-shop-thumb img {
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.al-blog-shop-meta a::after {
    position: absolute;
    content: "";
    left: auto;
    right: 0;
    bottom: 3px;
    width: 0;
    height: 1px;
    background: var(--tp-theme-secondary)
}

.al-blog-shop-thumb img {
    width: 100%
}

.al-blog-shop-content.has-thumbnail {
    padding-top: 25px
}

.al-blog-shop-meta {
    margin-bottom: 4px
}

.al-blog-archi-avatar h5,
.al-blog-shop-meta span,
.al-header-archi .tp-main-menu nav>ul>li>a>span {
    color: var(--tp-common-black)
}

.al-blog-shop-meta span svg {
    transform: translateY(-2px)
}

.al-blog-shop-meta a {
    font-size: 16px;
    position: relative;
    font-family: var(--tp-ff-dm)
}

.al-blog-shop-meta a:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

.al-blog-shop-meta-date {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1
}

.al-blog-shop-meta-date span {
    font-size: 14px;
    line-height: 1;
    color: var(--tp-common-black);
    padding: 5px 16px;
    font-family: var(--tp-ff-dm);
    background: var(--tp-common-white)
}

.al-footer-seo-widget-paragraph p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-inter)
}

.al-footer-seo-widget-social a {
    height: 40px;
    width: 40px;
    line-height: 33px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    color: rgb(255 255 255/.5);
    border: 2px solid rgb(255 255 255/.1)
}

.al-footer-seo-widget-social a:not(:last-child) {
    margin-right: 6px
}

.al-footer-seo-widget-social a:hover {
    color: var(--tp-common-white);
    border-color: var(--tp-common-blue);
    background: var(--tp-common-blue)
}

.al-footer-seo-widget-title {
    font-weight: 700;
    font-size: 74px;
    line-height: .86;
    padding-bottom: 20px;
    background-clip: border-box;
    -webkit-background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    background: -webkit-linear-gradient(90deg, #d4fc79 0, #96e6a1 100%);
    font-family: var(--tp-ff-inter)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-footer-seo-widget-title {
        font-size: 55px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-footer-seo-widget-title {
        font-size: 51px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-seo-widget-title {
        font-size: 45px
    }
}

.al-footer-seo-col-1 {
    padding-right: 125px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-footer-seo-col-1 {
        padding-right: 80px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-seo-col-1 {
        padding-right: 0
    }
}

.al-footer-seo-col-2 {
    padding-left: 100px
}

@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:574.98px) {
    .al-footer-seo-col-2 {
        padding-left: 0
    }
}

.al-footer-seo-bg::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 38.9%;
    height: 100%;
    content: "";
    background: #082e3d
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .al-footer-seo-bg::after {
        width: 35.9%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-footer-seo-bg::after {
        width: 34.9%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-seo-bg::after {
        display: none
    }
}

.al-footer-seo-black-bg {
    background: #012836
}

.al-copyright-seo-left p,
.al-copyright-seo-middle a {
    font-weight: 500;
    font-size: 14px;
    font-family: var(--tp-ff-inter)
}

.al-copyright-seo-left p {
    color: #72878e;
    margin-bottom: 0
}

.al-copyright-seo-left p a,
.al-copyright-seo-middle a:hover,
.al-copyright-seo-right ul li a:hover,
.al-fact-archi-count-3 h3 {
    color: var(--tp-common-white)
}

.al-copyright-seo-middle a {
    line-height: 1.71;
    color: #afb2b8;
    transition: all .3s
}

.al-copyright-seo-middle a span {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-1px)
}

.al-copyright-seo-right ul li {
    display: inline-block;
    list-style-type: none
}

.al-copyright-seo-right ul li:not(:first-child) {
    margin-left: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-copyright-seo-right ul li:not(:first-child) {
        margin-left: 20px
    }
}

.al-copyright-seo-right ul li a {
    font-weight: 500;
    font-size: 14px;
    color: #afb2b8;
    transition: all .3s;
    font-family: var(--tp-ff-inter)
}

.al-copyright-seo-border {
    padding-top: 22px;
    padding-bottom: 40px;
    border-top: 1px solid rgb(255 255 255/.06);
    background: #012836
}

.al-footer-archi-widget-title {
    font-size: 28px;
    line-height: 1
}

.al-footer-archi-widget-link ul .email a {
    text-transform: lowercase
}

.al-footer-archi-widget-link ul li {
    list-style: none
}

.al-footer-archi-widget-link ul li:not(:last-child) {
    margin-bottom: 5px
}

.al-footer-archi-input input,
.al-footer-archi-widget-link ul li a {
    font-weight: 500;
    color: var(--tp-grey-1);
    font-family: var(--tp-ff-inter)
}

.al-footer-archi-input input {
    background: 0 0;
    border: 0;
    border-bottom: 1px solid var(--tp-common-black);
    font-size: 14px;
    line-height: 1.5;
    height: 46px;
    padding: 0 20px 0 0;
    border-radius: 0;
    text-transform: uppercase
}

.al-footer-archi-widget-link ul li a {
    line-height: 1.67;
    text-transform: capitalize
}

.al-footer-archi-border ul li a:hover,
.al-footer-archi-copyright p a:hover,
.al-footer-archi-copyright-social a:hover,
.al-footer-archi-social-link a:hover,
.al-footer-archi-widget-link ul li a:hover {
    color: var(--tp-theme-secondary)
}

.al-footer-archi-widget-contact ul li {
    margin-bottom: 7px
}

.al-footer-archi-main-border {
    border-top: 1px solid #e7d6c4
}

.al-footer-archi-input input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-grey-1)
}

.al-footer-archi-input input:focus {
    border-color: var(--tp-theme-secondary)
}

.al-footer-archi-input-btn {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%)
}

.al-footer-archi-input-btn i {
    font-size: 17px;
    transform: rotate(-35deg) translateY(3px)
}

.al-footer-archi-check input {
    margin-right: 5px;
    display: none
}

.al-footer-archi-check input:checked~label::after {
    border-color: var(--tp-theme-secondary);
    background: var(--tp-theme-secondary)
}

.al-footer-archi-check label {
    position: relative;
    padding-left: 22px;
    cursor: pointer;
    transition: all .3s;
    border-radius: 2px;
    font-size: 15px;
    color: var(--tp-grey-1)
}

.al-footer-archi-check label:after,
.al-footer-archi-check label:before {
    position: absolute;
    left: 0;
    width: 15px;
    height: 15px;
    line-height: 15px;
    text-align: center;
    transition: all .2s ease-out 0s;
    border-radius: 2px
}

.al-footer-archi-check label:before {
    content: url(../img/login/check.svg);
    top: 3px;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    -ms-transition: all .2s ease-out 0s;
    z-index: 1
}

.al-footer-archi-check label:after {
    content: "";
    top: 5px;
    border: 1px solid #2b2a2a
}

.al-footer-archi-social-link a {
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    margin: 0 2px;
    color: var(--tp-grey-1)
}

.al-footer-archi-mr {
    margin-left: -30px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-footer-archi-mr {
        margin-left: 0
    }
}

.al-footer-archi-bottom {
    padding: 36px 0 6px;
    background: #fff7ef
}

.al-footer-archi-check label,
.al-footer-archi-copyright p {
    font-family: var(--tp-ff-inter)
}

.al-footer-archi-copyright p a {
    color: var(--tp-common-black);
    font-weight: 500
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-archi-copyright-social {
        float: left
    }
}

.al-footer-archi-copyright-social a {
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    font-family: var(--tp-ff-inter)
}

.al-footer-archi-copyright-social span {
    margin: 0 25px
}

@media (max-width:574.98px) {
    .al-footer-archi-copyright-social span {
        margin: 0 8px
    }
}

.al-footer-pg-subscribe-title {
    font-size: 26px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-playfair);
    margin-bottom: 35px;
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-pg-subscribe-title {
        font-size: 23px
    }
}

.al-footer-pg-input input {
    border-radius: 100px;
    background: #292929;
    height: 60px;
    border: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    padding: 0 160px 0 30px;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-input input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-input input::-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-input input:-moz-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-input input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-input input::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-input-box {
    position: relative;
    margin-bottom: 90px
}

.al-footer-pg-input-box button {
    position: absolute;
    top: 50%;
    right: 7px;
    transform: translateY(-50%)
}

.al-footer-pg-input-box button:hover {
    color: var(--tp-common-coffe);
    background: var(--tp-common-cream)
}

.al-footer-pg-info-box {
    margin-bottom: 80px
}

.al-footer-pg-info-mail {
    font-size: 34px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-playfair);
    position: relative;
    margin-bottom: 30px;
    display: inline-block
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-pg-info-mail {
        font-size: 28px
    }
}

.al-footer-pg-info-mail::after {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: .4s;
    background: var(--tp-common-cream)
}

.al-footer-pg-info-mail:hover,
.al-footer-pg-social a:hover {
    color: var(--tp-common-cream)
}

.al-footer-pg-info-mail:hover::after {
    width: 100%
}

.al-footer-pg-social a {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins);
    color: rgb(183 171 152/.6);
    padding-right: 15px;
    margin-right: 15px;
    position: relative
}

.al-footer-pg-social a::after {
    position: absolute;
    top: 4px;
    right: 0;
    height: 12px;
    width: 1px;
    content: "";
    background: rgb(183 171 152/.6)
}

.al-footer-pg-social a:last-child {
    padding-right: 0;
    margin-right: 0
}

.al-feature-shop-border-2 .row [class*=col-]:last-child .al-feature-shop-item-2::after,
.al-footer-pg-social a:last-child::after,
.tp-footer-cst-menu ul li:last-child::after {
    display: none
}

.al-copyright-pg-left span,
.al-copyright-pg-right-menu a,
.al-footer-pg-text {
    line-height: 1;
    text-transform: uppercase;
    color: var(--tp-common-cream);
    font-family: var(--tp-ff-poppins)
}

.al-footer-pg-text {
    font-size: 270px;
    font-weight: 600;
    letter-spacing: -10px;
    white-space: nowrap
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-footer-pg-text {
        font-size: 220px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-footer-pg-text {
        font-size: 180px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-footer-pg-text {
        font-size: 150px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-pg-text {
        font-size: 60px
    }
}

.al-footer-pg-slide-active .swiper-slide {
    width: auto
}

.al-footer-pg-slide-active .swiper-wrapper {
    transition-timing-function: linear
}

.al-copyright-pg-right-menu a {
    font-size: 14px;
    font-weight: 500;
    margin-left: 25px;
    position: relative
}

.al-copyright-pg-right-menu a::after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    content: "";
    transition: .4s;
    background: var(--tp-common-cream)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-copyright-pg-right-menu a {
        margin: 0 5px
    }
}

.al-copyright-pg-right-menu a:hover::after {
    width: 100%
}

.al-copyright-pg-left span {
    font-size: 14px;
    font-weight: 500
}

.al-copyright-pg-wrap {
    padding: 30px 0;
    border-top: 1px solid #292929
}

.al-footer-shop-logo {
    margin-bottom: 22px
}

.al-footer-shop-desc,
.al-footer-shop-talk h4,
.al-footer-shop-talk span {
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black)
}

.al-footer-shop-talk span {
    font-size: 14px;
    color: var(--tp-grey-1);
    display: inline-block
}

.al-footer-shop-desc {
    margin-bottom: 22px;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.3
}

.al-footer-shop-social a {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #fff;
    border: 1px solid #d9dbde
}

.al-footer-shop-social a:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-secondary)
}

.al-footer-shop-talk h4 {
    font-weight: 500;
    font-size: 22px
}

.al-about-archi-link:hover,
.al-footer-shop-contact-content p a:hover,
.al-footer-shop-copyright p a,
.al-footer-shop-talk h4 a:hover,
.al-footer-shop-widget-content ul li a:hover,
.al-header-archi .tp-header-btn a:hover,
.al-header-archi .tp-main-menu nav ul li:hover.has-dropdown>a,
.al-header-archi .tp-main-menu nav ul li:hover.has-dropdown>a span,
.al-header-archi .tp-main-menu nav>ul>li>a:hover,
.al-header-archi .tp-main-menu nav>ul>li>a:hover span {
    color: var(--tp-theme-secondary)
}

.al-footer-shop-contact-icon span {
    display: inline-block;
    width: 16px;
    font-size: 16px;
    color: var(--tp-common-black);
    margin-right: 10px
}

.al-footer-shop-contact-icon span svg {
    transform: translateY(-3px)
}

.al-footer-shop-contact-content p {
    font-family: var(--tp-ff-dm);
    font-size: 16px;
    line-height: 20px;
    color: var(--tp-grey-1)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-footer-shop-copyright {
        margin-bottom: 15px
    }
}

.al-footer-shop-copyright p {
    font-family: var(--tp-ff-dm);
    font-size: 14px;
    color: var(--tp-text-5);
    margin-bottom: 0
}

.al-footer-shop-payment p {
    margin-bottom: 0
}

.al-footer-shop-bottom-wrapper {
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #e4e5e8
}

.al-footer-shop-widget-title {
    font-family: var(--tp-ff-dm);
    font-weight: 500;
    font-size: 23px;
    color: var(--tp-common-black);
    margin-bottom: 15px
}

.al-footer-shop-widget-content ul li {
    list-style: none
}

.al-footer-shop-widget-content ul li:not(:last-child) {
    margin-bottom: 7px
}

.al-footer-shop-widget-content ul li a {
    font-family: var(--tp-ff-dm);
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-grey-1);
    position: relative;
    padding-left: 10px
}

.al-footer-shop-widget-content ul li a::after {
    position: absolute;
    content: "";
    left: 0;
    top: 6px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out;
    background: var(--tp-grey-1)
}

.footer-col-1 {
    padding-right: 95px
}

@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:574.98px) {
    .footer-col-1 {
        padding-right: 0
    }
}

.al-header-dvdr {
    position: relative;
    padding-left: 23px;
    line-height: 1
}

.al-header-dvdr::before {
    position: absolute;
    content: "";
    height: 23px;
    width: 1px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tp-grey-1)
}

@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:574.98px) {
    .al-header-dvdr::before {
        display: none
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-header-archi {
        background: rgb(255 255 255/.9)
    }
}

.al-header-archi .tp-header-btn a {
    font-family: var(--tp-ff-p);
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black)
}

.al-header-seo .tp-header-it-btn:hover {
    color: var(--tp-common-white);
    box-shadow: none;
    background: var(--tp-common-blue)
}

.tp-megamenu-list ul li a span.update {
    color: var(--tp-common-white);
    background: #f70510
}

.al-about-archi-shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

.al-about-archi-link,
.al-about-archi-para {
    font-family: var(--tp-ff-inter)
}

.al-about-archi-link {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500
}

.al-about-archi-link .tp-arrow-svg-top-right {
    margin-left: 3px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-about-archi-content-wrapper {
        margin: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:574.98px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-about-archi-content-wrapper {
        margin-bottom: 40px
    }
}

.al-about-archi-thumb.height-1 {
    width: 100%;
    height: 537px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-archi-thumb.height-1 {
        height: auto
    }
}

.al-about-archi-thumb.height-2 {
    width: 100%;
    height: 786px
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-archi-thumb.height-2 {
        height: auto
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-about-archi-thumb-wrap {
        margin-right: 0
    }
}

.al-about-pg-shape {
    filter: invert(100%) sepia(32%) saturate(304%) hue-rotate(200deg) brightness(105%) contrast(100%)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .al-about-pg-area {
        padding-bottom: 160px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-pg-area {
        padding-bottom: 120px
    }
}

.al-about-pg-title-box {
    padding-left: 50px
}

@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:574.98px) {
    .al-about-pg-title-box {
        padding-left: 0
    }
}

.al-about-pg-funfact span,
.al-about-pg-title-box p {
    font-weight: 400;
    color: var(--tp-common-black-7);
    font-family: var(--tp-ff-playfair)
}

.al-about-pg-title-box p {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-pg-title-box p {
        font-size: 22px
    }
}

@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:574.98px) {
    .al-about-pg-subtitle-box {
        margin-bottom: 20px
    }
}

.al-about-pg-border {
    padding-bottom: 70px;
    margin-bottom: 100px;
    border-bottom: 1px solid rgb(183 171 152/.14)
}

.al-about-pg-funfact .border-line {
    height: 160px;
    width: 1px;
    top: 45%;
    left: 29%;
    position: absolute;
    display: inline-block;
    transform: translate(-50%, -50%) rotate(-13deg);
    background: #eb5939
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-about-pg-funfact .border-line {
        left: 30%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-about-pg-funfact .border-line {
        left: 15%
    }
}

.al-about-pg-funfact span {
    display: inline-block
}

.al-about-pg-funfact span i {
    font-size: 22px;
    display: block;
    margin-bottom: 20px;
    font-style: normal
}

.al-about-pg-funfact span em {
    line-height: 0;
    font-size: 70px;
    font-style: normal;
    letter-spacing: -3.5px;
    display: inline-block
}

.al-about-pg-funfact span em span {
    transform: translateY(5px);
    display: inline-block
}

.al-about-pg-funfact-item .cols {
    margin-right: 80px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-pg-funfact-item .cols {
        margin-right: 45px
    }
}

.al-about-pg-content-wrap {
    padding-left: 105px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .al-about-pg-content-wrap {
        padding-left: 80px
    }
}

@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:574.98px) {
    .al-about-pg-content-wrap {
        padding-left: 0
    }
}

.al-about-pg-content p {
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 65px;
    color: var(--tp-common-black-7);
    font-family: var(--tp-ff-poppins)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-pg-thumb img {
        width: 100%;
        margin-bottom: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-about-pg-thumb-2 {
        padding-top: 0
    }
}

.al-fact-archi-thumb {
    margin-left: -88px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-fact-archi-thumb {
        margin-left: 0
    }
}

.al-fact-archi-thumb img {
    float: right
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-fact-archi-wrap {
        display: flex;
        gap: 30px;
        flex-wrap: wrap
    }
}

.al-fact-archi-subtitle {
    font-size: 24px;
    line-height: 1.42;
    color: var(--tp-grey-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-fact-archi-subtitle {
        margin-bottom: 10px
    }
}

@media (max-width:574.98px) {
    .al-fact-archi-subtitle {
        margin-bottom: 5px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .al-fact-archi-wrapper {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-fact-archi-wrapper {
        margin-left: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-fact-archi-content p {
        margin-right: 0;
        font-size: 16px
    }

    .al-fact-archi-content p br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-fact-archi-content p {
        font-size: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-fact-archi-content p {
        font-size: 14px
    }
}

.al-fact-archi-number {
    font-size: 70px;
    line-height: 1.14
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-fact-archi-number {
        font-size: 55px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-fact-archi-number {
        font-size: 50px
    }
}

@media (max-width:574.98px) {
    .al-fact-archi-number {
        font-size: 40px
    }
}

.al-fact-archi-icon-2 {
    width: 75px;
    height: 75px;
    display: inline-block
}

.al-fact-archi-icon-3 {
    color: var(--tp-theme-primary)
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-fact-archi-count-2 {
        margin: 0
    }
}

.al-fact-archi-count-2 .al-fact-archi-subtitle {
    font-size: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-fact-archi-count-2 .al-fact-archi-subtitle {
        font-size: 21px
    }
}

.al-fact-archi-count-3 h5 {
    color: #bcbcbc
}

.al-choose-archi-thumb {
    margin-left: -200px;
    margin-right: 83px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-choose-archi-thumb-4 {
        margin-left: 0
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-choose-archi-thumb {
        margin-left: 0;
        margin-right: 0
    }

    .al-choose-archi-thumb img {
        width: 100%
    }
}

.al-choose-archi-faq .accordion {
    --bs-accordion-border-width: 0;
    --bs-accordion-btn-icon: none;
    --bs-accordion-btn-active-icon: none
}

.al-choose-archi-faq-btn {
    font-weight: 700;
    font-size: 30px;
    color: #bcbcbc;
    background: 0 0;
    padding: 0;
    border-radius: 0
}

.al-choose-archi-faq-btn.collapsed {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.al-choose-archi-faq-btn.accordion-button:not(.collapsed) {
    background: 0 0;
    box-shadow: none;
    color: var(--tp-common-white)
}

.al-choose-archi-faq-btn.accordion-button:focus {
    border-color: none;
    box-shadow: none
}

.al-choose-archi-faq-btn:not(.collapsed) .accordion-btn::before {
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    color: var(--tp-common-black);
    opacity: 1;
    background: var(--tp-theme-secondary)
}

.al-choose-archi-faq-btn .accordion-btn {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: inline-block;
    width: 14px;
    height: 14px
}

.al-choose-archi-faq-btn .accordion-btn:not(.collapsed)::after {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg)
}

.al-choose-archi-faq-btn .accordion-btn::after,
.al-choose-archi-faq-btn .accordion-btn::before {
    position: absolute;
    content: "";
    opacity: .5;
    border-radius: 2px;
    transition: all .4s ease;
    background: #fff
}

.al-choose-archi-faq-btn .accordion-btn::before {
    width: 2px;
    height: 100%;
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.al-choose-archi-faq-btn .accordion-btn::after {
    width: 100%;
    height: 2px;
    left: 0;
    top: 43%;
    transform: translateY(-50%)
}

.al-choose-archi-faq .accordion-item {
    color: var(--tp-grey-2);
    background: 0 0
}

.al-choose-archi-faq .accordion-item:last-of-type {
    border-bottom-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important
}

.al-choose-archi-faq-list {
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #b9b4b4
}

.al-choose-archi-details-para {
    padding: 23px 0 0
}

.al-choose-archi-details-para p {
    margin-bottom: 0;
    font-family: var(--tp-ff-inter);
    color: var(--tp-common-white-2)
}

.al-choose-archi-expreance {
    display: flex;
    align-items: center;
    clip-path: polygon(0 0, 90%0, 100% 100%, 0 100%);
    background: rgb(255 255 255/.1);
    padding: 30px 72px 16px 70px
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-choose-archi-expreance {
        padding: 30px 25px 16px 30px
    }
}

@media (max-width:574.98px) {
    .al-choose-archi-expreance {
        padding: 30px 25px 16px 14px
    }
}

.al-choose-archi-expreance h2 {
    font-size: 100px;
    line-height: 1;
    color: var(--tp-theme-secondary);
    margin: 0 20px 0 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
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:574.98px) {
    .al-choose-archi-expreance h2 {
        font-size: 70px
    }
}

.al-choose-archi-expreance h5 {
    font-size: 24px;
    line-height: 1.42;
    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),
only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-choose-archi-expreance h5 {
        font-size: 20px
    }
}

@media (max-width:574.98px) {
    .al-choose-archi-expreance h5 {
        font-size: 17px
    }
}

.al-choose-archi-shape {
    top: 0;
    right: 0;
    z-index: -1
}

.al-insta-pg-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
    font-family: var(--tp-ff-poppins);
    color: rgb(183 171 152/.6);
    margin-bottom: 0
}

.al-insta-pg-title span {
    color: var(--tp-common-cream)
}

.al-insta-pg-title-box {
    border-top: 1px solid rgb(183 171 152/.1);
    border-bottom: 1px solid rgb(183 171 152/.1);
    padding: 14px 0
}

.al-insta-pg-thumb img {
    transition: .9s
}

.al-insta-pg-thumb:hover img {
    transform: scale(1.1)
}

.al-instagram-shop-item-2 {
    position: relative
}

.al-instagram-shop-icon-2,
.al-instagram-shop-item-2::after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.al-instagram-shop-item-2::after {
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(3 3 3/.3)
}

.al-instagram-shop-item-2:hover::after {
    visibility: visible;
    opacity: 1
}

.al-instagram-shop-item-2:hover .al-instagram-shop-icon-2 {
    top: 50%;
    visibility: visible;
    opacity: 1
}

.al-instagram-shop-icon-2 {
    top: 60%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.al-instagram-shop-icon-2 a {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: var(--tp-common-black);
    font-size: 18px;
    border-radius: 50px;
    background: var(--tp-common-white)
}

.al-instagram-shop-icon-2 a:hover {
    color: var(--tp-common-white);
    background: var(--tp-theme-secondary)
}

.al-instagram-shop-icon-2 a i {
    -webkit-transform: translateY(1px);
    -moz-transform: translateY(1px);
    -ms-transform: translateY(1px);
    -o-transform: translateY(1px);
    transform: translateY(1px)
}

.al-instagram-shop-banner {
    height: 100%;
    width: 100%;
    border: 1px solid var(--tp-common-black);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: var(--tp-common-white)
}

@media (max-width:574.98px) {
    .al-instagram-shop-banner {
        padding-top: 50px;
        padding-bottom: 50px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-instagram-shop-banner-icon {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-instagram-shop-banner-icon img {
        width: 50%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .al-instagram-shop-banner-icon img {
        width: 35%
    }
}

.al-instagram-shop-banner-content span {
    font-weight: 400;
    font-size: 20px;
    color: #021d35;
    display: block;
    margin-bottom: 5px;
    font-family: var(--tp-ff-dm)
}

.al-instagram-shop-banner-content a {
    font-weight: 700;
    font-size: 36px;
    color: #021d35;
    font-family: var(--tp-ff-dm)
}

.al-banner-shop-title a:hover,
.al-category-shop-title a:hover,
.al-instagram-shop-banner-content a:hover {
    color: var(--tp-theme-secondary)
}

.al-banner-shop-item {
    min-height: 280px;
    padding: 65px 48px 55px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .al-banner-shop-item {
        padding: 65px 25px 55px
    }
}

@media (max-width:574.98px) {
    .al-banner-shop-item {
        min-height: 250px;
        padding: 49px 29px 45px
    }
}

.al-banner-shop-item:hover .al-banner-shop-thumb {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.al-banner-shop-thumb {
    z-index: -1
}

@media (max-width:574.98px) {
    .al-banner-shop-thumb {
        background-position: center left
    }
}

.al-banner-shop-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.17;
    margin-bottom: 20px;
    font-family: var(--tp-ff-dm)
}

.al-category-shop-slider .al-swiper-shop-scrollbar {
    width: calc(100% - 200px);
    margin: auto
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-category-shop-slider .al-swiper-shop-scrollbar {
        width: calc(100% - 100px)
    }
}

@media (max-width:574.98px) {
    .al-category-shop-slider .al-swiper-shop-scrollbar {
        width: 100%
    }
}

.al-category-shop-item:hover .al-category-shop-btn,
.al-category-shop-item:hover .al-category-shop-content span,
.al-category-shop-item:hover .al-category-shop-content::after,
.al-category-shop-item:hover .al-category-shop-title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1
}

.al-category-shop-item:hover .al-category-shop-title {
    transition-delay: .5s
}

.al-category-shop-item:hover .al-category-shop-btn {
    transition-delay: .7s
}

.al-category-shop-item:hover .al-category-shop-content span {
    transition-delay: .3s
}

.al-category-shop-item:hover .al-category-shop-content::after {
    transition-delay: .1s
}

.al-category-shop-btn,
.al-category-shop-content span,
.al-category-shop-content::after,
.al-category-shop-title {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.al-category-shop-content::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    transition-delay: .7s;
    background: var(--tp-common-white)
}

.al-category-shop-content {
    position: absolute;
    top: 14px;
    left: 14px;
    bottom: 14px;
    right: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 1;
    background: #fff0
}

.al-category-shop-content span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 3px;
    transition-delay: .5s;
    font-family: var(--tp-ff-dm)
}

.al-category-shop-title {
    font-weight: 400;
    font-size: 20px;
    margin-bottom: 17px;
    transition-delay: .3s;
    font-family: var(--tp-ff-dm)
}

.al-category-shop-btn {
    transition-delay: 0s
}

.al-category-shop-btn .al-shop-btn-border {
    font-size: 14px;
    padding: 3px 15px
}

.al-category-shop-btn .al-shop-btn-border:hover {
    background: var(--tp-theme-secondary);
    border-color: var(--tp-theme-secondary);
    color: var(--tp-common-white)
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-category-shop-thumb img {
        width: 100%
    }
}

.al-swiper-shop-scrollbar {
    height: 2px !important;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out;
    position: relative !important;
    background: #edeff2
}

.al-swiper-shop-scrollbar .al-swiper-scrollbar-drag {
    height: 100%;
    background: var(--tp-common-black)
}

.al-swiper-shop-scrollbar .al-swiper-scrollbar-drag:hover {
    cursor: pointer
}

.al-product-tab .nav-tabs {
    border: 0
}

.al-product-tab .nav-tabs .nav-link {
    font-size: 20px;
    color: #a0a2a4;
    position: relative;
    font-family: var(--tp-ff-dm);
    padding: 0;
    margin: 0;
    border: 0
}

@media (max-width:574.98px) {
    .al-product-tab .nav-tabs .nav-link {
        font-size: 15px
    }
}

.al-product-tab .nav-tabs .nav-link:not(:first-child) {
    margin-left: 28px
}

.al-product-tab .nav-tabs .nav-link:not(:first-child)::after {
    position: absolute;
    left: -17px;
    top: 50%;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ced2d6
}

.al-product-tab .nav-tabs .nav-link.active,
.al-product-tag a:hover {
    color: var(--tp-theme-secondary)
}

.al-product-tab .nav-tabs .nav-link.active .al-product-tab-tooltip {
    opacity: 1;
    visibility: visible
}

.al-product-tab .nav-tabs .nav-link .al-product-tab-tooltip,
.al-product-tag a::after {
    position: absolute;
    right: 0;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.al-product-tab .nav-tabs .nav-link .al-product-tab-tooltip {
    top: -24px;
    color: var(--tp-common-white);
    font-size: 12px;
    line-height: 1;
    display: inline-block;
    padding: 4px 9px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    font-weight: 700;
    font-family: var(--tp-ff-dm);
    background: var(--tp-theme-secondary)
}

.al-product-tab .nav-tabs .nav-link .al-product-tab-tooltip::after {
    position: absolute;
    content: "";
    bottom: -5px;
    left: 7px;
    width: 13px;
    height: 6px;
    clip-path: polygon(100%0, 0 0, 28% 100%);
    background: var(--tp-theme-secondary)
}

.al-product-tag {
    margin-bottom: 3px
}

.al-product-tag a {
    font-size: 14px;
    position: relative;
    display: inline-block;
    line-height: 1;
    font-family: var(--tp-ff-dm)
}

.al-product-tag a::after {
    content: "";
    left: auto;
    bottom: 0;
    width: 0;
    height: 1px
}

.al-product-tag a:hover::after {
    left: 0;
    right: auto;
    width: 100%
}

.al-product-tag a,
.tp-product-price {
    color: var(--tp-grey-1)
}

.al-product-tag a::after,
.al-trending-shop-slider-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--tp-theme-secondary)
}

.al-trending-shop-banner {
    position: relative;
    height: 630px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .al-trending-shop-banner {
        height: 430px;
        margin-left: 0;
        margin-top: 50px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-trending-shop-banner {
        height: 430px;
        margin-left: 0;
        margin-top: 50px
    }
}

@media (max-width:574.98px) {
    .al-trending-shop-banner {
        height: 430px;
        margin-left: 0;
        margin-top: 50px
    }
}

.al-trending-shop-banner::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(180deg, #fff0 44.84%, rgb(1 15 28/.6) 100%)
}

.al-trending-shop-banner-content {
    position: absolute;
    bottom: 40px;
    left: 35px;
    z-index: 1
}

@media (max-width:574.98px) {
    .al-trending-shop-banner-content {
        bottom: 25px;
        left: 20px
    }
}

.al-trending-shop-banner-title {
    font-weight: 500;
    font-size: 30px;
    line-height: 1.13;
    color: var(--tp-common-white);
    margin-bottom: 18px
}

.al-trending-shop-banner-title a {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 81%;
    background-repeat: no-repeat;
    transition: background-size .4s linear
}

.al-trending-shop-banner-title a:hover {
    background-size: 0 1px, 100% 1px
}

.al-trending-shop-banner-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-trending-shop-banner-thumb {
        background-position: top center
    }
}

.al-featured-shop-slider {
    margin-right: -660px
}

@media only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {
    .al-featured-shop-slider {
        margin-right: 0
    }
}

.al-featured-shop-slider-arrow button {
    font-size: 30px;
    color: #b3bac0;
    position: relative
}

.al-featured-shop-slider-arrow button:not(:last-child) {
    padding-right: 14px;
    margin-right: 10px
}

.al-featured-shop-slider-arrow button:not(:last-child)::after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    height: 30px;
    width: 1px;
    background: #d6d9e0
}

.al-featured-shop-slider-arrow button:hover {
    color: var(--tp-common-black)
}

.al-featured-shop-item {
    min-height: 380px;
    padding: 87px 50px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .al-featured-shop-item {
        padding: 87px 35px
    }

    .tp-about-process-item {
        padding: 25px 20px
    }
}

@media (max-width:574.98px) {
    .al-featured-shop-item {
        min-height: 280px;
        padding: 35px
    }

    .tp-about-process-item,
    .tp-service-sa-item {
        padding: 25px 20px
    }

    .tp-about-process-item.crm1-box {
        padding: 20px !important
    }

    .tp-about-process-item.crm1-box p {
        margin-bottom: 0
    }
}

.al-featured-shop-thumb {
    z-index: -1;
    width: 290px;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

@media (max-width:574.98px) {
    .al-featured-shop-thumb {
        height: 230px;
        position: inherit;
        margin-bottom: 20px
    }
}

.al-featured-shop-title {
    font-weight: 400;
    font-size: 36px;
    line-height: 1.17;
    margin-bottom: 7px;
    font-family: var(--tp-ff-dm)
}

@media (max-width:574.98px) {
    .al-featured-shop-title {
        font-size: 25px
    }
}

.al-featured-shop-title a:hover,
.tp-main-menu nav ul li:hover.has-dropdown>a>span,
.tp-main-menu nav ul li:hover>a,
.tp-main-menu nav ul li>a.active,
.tp-main-menu nav ul li>a.active>span {
    color: var(--tp-theme-secondary)
}

.al-featured-shop-price {
    font-weight: 500;
    font-size: 20px;
    color: var(--tp-common-black);
    line-height: 1;
    font-family: var(--tp-ff-dm)
}

.al-featured-shop-price-wrapper {
    line-height: 1;
    margin-bottom: 2px
}

.al-featured-shop-price.new-price {
    color: var(--tp-common-black)
}

.al-featured-shop-price.old-price {
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: line-through;
    color: var(--tp-grey-1)
}

.al-featured-shop-rating-icon {
    margin-right: 6px;
    display: flex;
    align-items: center
}

.al-featured-shop-rating-icon span {
    color: #ffb21d;
    font-size: 12px
}

.al-featured-shop-rating-icon span:not(:last-child) {
    margin-right: 2px
}

.al-feature-shop-border-2 .row [class*=col-] .al-feature-shop-item-2,
.tp-footer-cst-menu ul li {
    position: relative
}

@media (max-width:574.98px) {
    .al-feature-shop-border-2 .row [class*=col-] .al-feature-shop-item-2 {
        padding-bottom: 20px;
        margin-bottom: 20px
    }
}

.al-feature-shop-border-2 .row [class*=col-] .al-feature-shop-item-2::after {
    position: absolute;
    content: "";
    right: 14px;
    top: 42%;
    width: 1px;
    height: 50px;
    transform: translateY(-50%);
    background: #d9dbde
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-feature-shop-border-2 .row [class*=col-] .al-feature-shop-item-2::after {
        display: none
    }
}

@media (max-width:574.98px) {
    .al-feature-shop-border-2 .row [class*=col-]:last-child .al-feature-shop-item-2 {
        padding-bottom: 0;
        margin-bottom: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px),
(max-width:574.98px) {

    .al-feature-shop-border-2 .row [class*=col-]:nth-child(1) .al-feature-shop-item-2,
    .al-feature-shop-border-2 .row [class*=col-]:nth-child(2) .al-feature-shop-item-2,
    .al-feature-shop-border-2 .row [class*=col-]:nth-child(3) .al-feature-shop-item-2 {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .al-feature-shop-border-2 .row [class*=col-]:nth-child(1) .al-feature-shop-item-2::after,
    .al-feature-shop-border-2 .row [class*=col-]:nth-child(2) .al-feature-shop-item-2::after,
    .al-feature-shop-border-2 .row [class*=col-]:nth-child(3) .al-feature-shop-item-2::after {
        right: auto;
        left: 0;
        top: auto;
        bottom: 0;
        width: 85%;
        height: 1px;
        display: block
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
only screen and (min-width:576px) and (max-width:767px) {
    .al-feature-shop-border-2 .row [class*=col-]:nth-child(3) .al-feature-shop-item-2 {
        padding-bottom: 0;
        margin-bottom: 0
    }

    .al-feature-shop-border-2 .row [class*=col-]:nth-child(3) .al-feature-shop-item-2::after {
        display: none
    }
}

.al-feature-shop-inner-2 {
    background: var(--tp-common-white);
    border: 1px solid #e9eaec;
    padding: 30px 40px 23px
}

.al-feature-shop-title-2 {
    font-weight: 500;
    font-size: 16px;
    font-family: var(--tp-ff-dm);
    color: var(--tp-common-black);
    margin-bottom: 2px;
    line-height: 1
}

.al-feature-shop-icon-2 span {
    font-size: 35px;
    color: var(--tp-common-black)
}

.al-feature-shop-content-2 p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 1.3;
    font-family: var(--tp-ff-dm)
}

.tp-footer-cst-menu ul li::after {
    position: absolute;
    content: "";
    right: -12px;
    top: 40%;
    width: 1px;
    height: 10px;
    background: #b3bac0
}

.tp-bg-common-black-1.bg-hover-theme-1:hover {
    background: var(--tp-theme-primary)
}

.hero-section-img-center,
.hero-section-img-right {
    background-repeat: no-repeat;
    background-size: contain
}

.hero-section-img-right {
    background-position: right bottom
}

.hero-section-img-center {
    background-position: center bottom
}

.serve-main-list ul li {
    display: flex;
    justify-content: center;
    align-items: center
}

.serve-main-list li i {
    margin-right: 5px;
    font-size: 12px
}

.list-none-check.serve-main-list {
    list-style: none
}

.list-none-check.serve-main-list li {
    list-style: none;
    margin-bottom: 5px
}

.overlay-black::after {
    background: rgb(24 24 24/.5);
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0
}

.termspolicy p {
    text-align: justify
}

.otpDialogSell .otpDialoagMain {
    display: flex;
    align-items: center;
    padding: 0;
    gap: 10px;
    max-width: 100%
}

.otpDialogSell .otpDialoagMain .bannerContiner {
    box-shadow: 1px 0 20px -12px rgb(0 0 0/.75);
    overflow: hidden
}

.otpDialogSell .otpDialoagMain .bannerContiner img {
    width: 100%;
    border-radius: 10px
}

.otp-content {
    text-align: center
}

.otp-content .otp-close {
    text-align: right;
    margin: 0;
    font-size: 18px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
    color: #777
}

.otp-content .otp-title {
    font-size: 22px;
    color: #222;
    margin-bottom: 10px
}

.otp-content .otp-help {
    color: #222;
    max-width: 275px;
    margin: 0 auto;
    font-weight: 400;
    line-height: 1.7
}

.otp-content .edit-icon {
    width: 18px;
    height: 15px;
    margin-left: 5px;
    cursor: pointer
}

.otp-content .otp-timer-conatiner {
    display: inline-block
}

.otp-input {
    justify-content: center;
    margin-top: 20px
}

.otp-input .otp-input-box:not(:last-child) {
    margin-right: 10px !important
}

.otp-input .otp-input-box {
    border: 1px solid rgb(220 219 219/.8);
    width: 40px;
    height: 40px;
    font-size: 18px;
    text-align: center;
    border-radius: 4px;
    background: #fff
}

.otp-input .otp-input-box:focus {
    box-shadow: 0 3px 5px 0 rgb(0 0 0/.15);
    border: solid 1px rgb(0 43 128/.63);
    outline: 0;
    background: #fff
}

.otp-resend {
    display: flex;
    justify-content: center
}

.otp-content .otp-verify,
.otp-resend .resend-button {
    margin-top: 15px;
    color: #222;
    background: #fff
}

.otp-resend .resend-button {
    border: 0
}

.otp-content .otp-verify {
    border-radius: 30px;
    border: 1px solid #ffbf1c;
    padding: 10px 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    background: #ffbf1c
}

.tp-bg-theme-primary-dark2 {
    background: #243279
}

.tp-header-dropdown nav ul li a {
    position: relative;
    transition: all .5s
}

.tp-main-menu nav>ul>li:hover.has-dropdown.p-inherit>a::after,
.tp-main-menu nav>ul>li:hover.has-dropdown>a::after {
    content: "";
    border-bottom: 12px solid #121b4a;
    border-right: 12px solid #fff0;
    border-left: 12px solid #fff0;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
    margin: 0 auto 0 20px;
    opacity: 1
}

.tp-main-menu nav>ul>li:hover.has-dropdown>a::after {
    border-bottom: 12px solid #e2e2e2
}

.mega-dropdown-menu .nav-icon {
    border-radius: 3px;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    display: flex;
    transition: all .5s;
    background: #142479
}

.mega-dropdown-menu .col-sm-4 a:hover .nav-icon {
    box-shadow: none;
    background: var(--tp-theme-primary) !important
}

.mega-dropdown-menu p {
    font-size: 12px
}

.mega-dropdown-menu a {
    text-decoration: none;
    color: #fff
}

.mega-dropdown-menu a:hover h5 {
    text-decoration: none;
    color: var(--tp-theme-secondary) !important
}

.mega-dropdown-menu a .d-flex {
    transition: all .5s
}

.mega-dropdown-menu .col-sm-4 a:hover .d-flex {
    border-radius: 3px;
    background: #16215b
}

.tp-brand-item img {
    filter: opacity(.76)
}

.tp-process-sa-list.tp-service-details-content p {
    color: #fff
}

.tp-process-sa-list.tp-service-details-content.darkul i,
.tp-process-sa-list.tp-service-details-content.darkul p {
    color: var(--tp-common-black-1) !important
}

.tp-about-process-item.crm1-box {
    border: 1px solid var(--tp-border-1) !important;
    background: 0 0 !important;
    padding: 25px
}

.tp-responsive-big-circle {
    position: absolute;
    bottom: -660px;
    left: 50%;
    transform: translateX(-50%)
}

.tp-responsive-big-circle span {
    height: 1300px;
    width: 1300px;
    border-radius: 50%;
    background: #f5f5f5;
    display: inline-block
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-responsive-big-circle span {
        height: 1000px;
        width: 1000px
    }
}

.tp-responsive-img-1 {
    position: absolute;
    top: 70px;
    left: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-responsive-img-1 {
        left: 10px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-responsive-img-1 {
        left: 0
    }
}

.tp-responsive-img-2 {
    position: absolute;
    bottom: 30px;
    right: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-responsive-img-2 {
        right: 20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-responsive-img-2 {
        right: 0
    }
}

.captcha-box {
    font-size: 22px;
    padding: 8px 14px;
    margin-right: 10px;
    border-radius: 4px;
    display: inline-block;
    text-align: center;
    letter-spacing: 0;
    color: #000;
    font-weight: 600;
    border: 1px solid #ced4da;
    background: #fff
}

.tp-megamenu-wrapper.container-1000 {
    max-width: 1000px;
    padding: 25px 15px 5px 7px
}

.tp--hover-img {
    overflow: hidden;
    border-radius: 6px
}

.tp-blog-item .tp--hover-img img {
    transition: all .6s ease
}

.tp-blog-item:hover .tp--hover-img img {
    transform: scale(1.1)
}

.header-line-limit-2 {
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box !important;
    -webkit-box-orient: vertical;
    padding-bottom: 4px
}

.atbs-pagination .atbs-pagination__item.atbs-pagination-active__item,
.atbs-pagination .atbs-pagination__item:hover {
    color: #fff !important;
    background: var(--tp-theme-primary)
}

.atbs-pagination .atbs-pagination__item {
    border-radius: 30px;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.02em;
    text-align: center
}

.site-content .atbs-block .atbs-pagination {
    padding-bottom: 50px !important;
    gap: 6px !important
}

.atbs-block .atbs-pagination .atbs-pagination__item-next:hover,
.atbs-block .atbs-pagination .atbs-pagination__item-prev:hover {
    background: var(--tp-grey-5) !important
}

.post__meta.post__meta-normal.flex-box {
    justify-content: space-between
}

.post__meta.post__meta-normal.flex-box .post-author__name,
.post__meta.post__meta-normal.flex-box .time {
    font-size: 12px !important
}

.tp-hero-thumb-wrapper .tp-hero-thumb-1 {
    height: 180px;
    width: 309px;
    overflow: hidden;
    margin-left: 20px;
    border-radius: 100px;
    transform: rotate(22deg) translateY(33px);
    transform-origin: right bottom
}

.tp-hero-thumb-wrapper .tp-hero-thumb-1 img {
    max-width: inherit;
    transform: translate(-12%, -7%) rotate(-14deg)
}

.tp-hero-thumb-wrapper .tp-hero-thumb-2 {
    height: 160px;
    width: 370px;
    overflow: hidden;
    border-radius: 990px;
    background-position: bottom
}

.dgm-about-info-wrap {
    padding-left: 30px
}

.dgm-about-thumb {
    margin-left: 100px
}

.dgm-about-thumb-shape {
    position: absolute;
    bottom: -12%;
    right: 0
}

.dgm-about-info-item {
    position: absolute;
    z-index: 1;
    margin-right: 70px;
    top: 180px;
    padding: 30px 20px 35px;
    border: 5px solid var(--tp-grey-2);
    width: 240px;
    background: var(--tp-common-white)
}

.dgm-about-info-item.rightsec {
    margin-left: 50px;
    margin-right: inherit;
    right: -60px;
    width: 210px;
    top: 200px
}

.dgm-about-info-icon {
    margin-bottom: 35px;
    display: inline-block
}

.dgm-about-info-item p {
    font-weight: 400;
    line-height: 1.6
}

.entries-brand-active .tp-brand-item img {
    filter: opacity(.9);
    transition: all .5s;
    height: 56px
}

.bookdemo-btn-hide .tp-header-right {
    display: none !important
}

.tp-benefit-item.tp-benefit-borber-bottom {
    border-bottom: 1px solid #f1f1f4
}

.tp-benefit-box .row [class*=col]:nth-child(4n) .tp-benefit-item {
    border-right: none
}

.tp-benefit-item {
    padding: 30px;
    border-right: 1px solid #f1f1f4
}

.tp-benefit-item-icon {
    height: 64px
}

.tp-benefit-item-title {
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    letter-spacing: -.4px
}

.bnc-service-item {
    display: flex;
    border-radius: 20px;
    background: #f8f8f8;
    flex-direction: column;
    transition: all .3s ease-in-out;
    border: 1px solid #fff0;
    justify-content: space-between
}

.bnc-service-item:hover {
    border-color: rgb(1 1 3/.1);
    background: #fff0
}

.bnc-service-item:hover .tp-service-sa-item-icon {
    animation: shaking .6s
}

.bnc-video-item {
    padding: 50px 40px;
    fill: rgb(1 1 3/.3);
    backdrop-filter: blur(10px);
    clip-path: polygon(0 0, 74%0, 100% 26%, 100% 100%, 0 100%, 0 50%)
}

@media (max-width:767px) {
    .bnc-video-item {
        width: 100%;
        margin-top: 30px;
        position: static;
        fill: #000;
        background: var(--tp-common-black)
    }

    .img-contain {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

    .posts-list .list-item {
        width: 100%
    }

    .tp-portfolio-inner-tab-wrap nav .nav-tabs .nav-link {
        margin-bottom: 10px
    }
}

#header .header-frame .navbar-default .navbar-collapse .navbar-nav>li>a::after {
    background: #0e1a27 !important
}

#header .header-frame .navbar-default .navbar-collapse .navbar-nav>li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff
}