@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&family=Mulish:wght@300;400;500;600;700&display=swap" rel="stylesheet');
@import url('https://fonts.googleapis.com/css2?family=Noto+Naskh+Arabic:wght@400..700&family=Noto+Sans+Arabic:wght@100..900&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-tab-line,
.tp-swiper-dot .swiper-pagination-bullet,
.tp-swiper-dot-border .swiper-pagination-bullet,
.tp-swiper-scrollbar,
.back-to-top-wrapper,
a,
button,
p,
input,
select,
textarea,
li,
.transition-3 {
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

.tp-hotspot svg,
.tp-pagination ul li a svg,
.tp-pagination ul li span svg,
.tp-swiper-arrow button svg,
.tp-theme-toggle-main span svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

/* transform */
.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

:root {
    /**
  @font family declaration
  */
    --tp-ff-body: "Noto Sans Arabic", sans-serif;
    --tp-ff-heading: "Noto Sans Arabic", sans-serif;
    --tp-ff-p: "Noto Sans Arabic", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-ff-mulish: "Noto Sans Arabic", sans-serif;
    /**
  @color declaration
  */
    --tp-common-white: #fff;
    --tp-common-black: #000000;
    --tp-common-black-2: #2a2222;
    --tp-common-black-3: #272c3a;
    --tp-common-black-4: #181b24;
    --tp-common-black-5: #323848;
    --tp-common-black-6: #262b38;
    --tp-common-green: #00c44e;
    --tp-grey-1: #f5f7fa;
    --tp-text-body: #707481;
    --tp-theme-1: #00c09a;
    --tp-theme-2: #00c09a;
    --tp-border-1: #f1f1f9;
    --tp-border-2: #edeeee;
    --ksapt-primary: #00c09a;
    /* KSAPT blue */
    --ksapt-secondary: #217391;
    --ksapt-dark: #333333;
}

@media (min-width: 1200px) {
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1210px;
    }

    .custom-container {
        max-width: 1245px;
    }
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-family: var(--tp-ff-body);
    font-size: 14px;
    font-weight: normal;
    color: var(--tp-text-body);
    line-height: 26px;
    font-family: "Noto Sans Arabic", sans-serif;
    direction: rtl;
    text-align: right;
}

a {
    text-decoration: none;
}

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

h1 {
    font-size: 40px;
}

h2 {
    font-size: 36px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 24px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

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

p {
    font-family: var(--tp-ff-p);
    color: var(--tp-text-body);
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    margin-bottom: 15px;
}

img {
    max-width: 100%;
}

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

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

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

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

    button:hover {
        cursor: pointer;
    }

    button:focus {
        outline: 0;
    }

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #e0e2e3;
}

    input[type="text"]::-webkit-input-placeholder,
    input[type="email"]::-webkit-input-placeholder,
    input[type="tel"]::-webkit-input-placeholder,
    input[type="number"]::-webkit-input-placeholder,
    input[type="password"]::-webkit-input-placeholder,
    input[type="url"]::-webkit-input-placeholder,
    textarea::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #95999d;
    }

    input[type="text"]::-moz-placeholder,
    input[type="email"]::-moz-placeholder,
    input[type="tel"]::-moz-placeholder,
    input[type="number"]::-moz-placeholder,
    input[type="password"]::-moz-placeholder,
    input[type="url"]::-moz-placeholder,
    textarea::-moz-placeholder {
        /* Firefox 19+ */
        color: #95999d;
    }

    input[type="text"]:-moz-placeholder,
    input[type="email"]:-moz-placeholder,
    input[type="tel"]:-moz-placeholder,
    input[type="number"]:-moz-placeholder,
    input[type="password"]:-moz-placeholder,
    input[type="url"]:-moz-placeholder,
    textarea:-moz-placeholder {
        /* Firefox 4-18 */
        color: #95999d;
    }

    input[type="text"]:-ms-input-placeholder,
    input[type="email"]:-ms-input-placeholder,
    input[type="tel"]:-ms-input-placeholder,
    input[type="number"]:-ms-input-placeholder,
    input[type="password"]:-ms-input-placeholder,
    input[type="url"]:-ms-input-placeholder,
    textarea:-ms-input-placeholder {
        /* IE 10+  Edge*/
        color: #95999d;
    }

    input[type="text"]::placeholder,
    input[type="email"]::placeholder,
    input[type="tel"]::placeholder,
    input[type="number"]::placeholder,
    input[type="password"]::placeholder,
    input[type="url"]::placeholder,
    textarea::placeholder {
        /* MODERN BROWSER */
        color: #95999d;
    }

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

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

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

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

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

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

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

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

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

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

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

.z-index-2 {
    position: relative;
    z-index: 2;
}

.z-index-3 {
    position: relative;
    z-index: 3;
}

.z-index-4 {
    position: relative;
    z-index: 4;
}

.z-index-5 {
    position: relative;
    z-index: 5;
}

.z-index-6 {
    position: relative;
    z-index: 6;
}

.z-index-7 {
    position: relative;
    z-index: 7;
}

.z-index-8 {
    position: relative;
    z-index: 8;
}

.z-index-9 {
    position: relative;
    z-index: 9;
}

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

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

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

.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;
}

/*---------------------------------
    1.2 Common Classes
---------------------------------*/
.w-img img {
    width: 100%;
}

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

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

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

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

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

.demo {
    -webkit-transition: color 0.3s 0s linear;
    -moz-transition: color 0.3s 0s linear;
    -ms-transition: color 0.3s 0s linear;
    -o-transition: color 0.3s 0s linear;
    transition: color 0.3s 0s linear;
    -webkit-transition: color 0.3s linear, transform 0.2s ease;
    -moz-transition: color 0.3s linear, transform 0.2s ease;
    -ms-transition: color 0.3s linear, transform 0.2s ease;
    -o-transition: color 0.3s linear, transform 0.2s ease;
    transition: color 0.3s linear, transform 0.2s ease;
}

[dir="rtl"] .demo {
    margin-left: 0;
    margin-right: 15px;
}

div.demo img {
    margin-left: 10px;
}

[tp-theme="tp-theme-dark"] .demo {
    color: yellow;
}

/*----------------------------------------
    Body Overlay 
-----------------------------------------*/
.body-overlay {
    background-color: var(--tp-common-black);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 9999;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .body-overlay:hover {
        cursor: url("../img/icon/cross-out.html"), pointer;
    }

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

/* dropcap */
.tp-dropcap::first-letter {
    font-size: 90px;
    font-weight: 500;
    float: left;
    text-align: center;
    color: var(--tp-common-black);
    margin-right: 5px;
    line-height: inherit;
    text-transform: capitalize;
}

.class {
    stroke-dasharray: 189px, 191px;
    stroke-dashoffset: 0px;
}

/* gutter for x axis */
.tp-gx-20 {
    --bs-gutter-x: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-20 {
        --bs-gutter-x: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-20 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 767px) {
    .tp-gx-20 {
        --bs-gutter-x: 10px;
    }
}

.tp-gx-20 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-30 {
    --bs-gutter-x: 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-30 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-30 {
        --bs-gutter-x: 15px;
    }
}

@media (max-width: 767px) {
    .tp-gx-30 {
        --bs-gutter-x: 10px;
    }
}

.tp-gx-30 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

/* gutter for x axis */
.tp-gx-40 {
    --bs-gutter-x: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-gx-40 {
        --bs-gutter-x: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-gx-40 {
        --bs-gutter-x: 30px;
    }
}

@media (max-width: 767px) {
    .tp-gx-40 {
        --bs-gutter-x: 15px;
    }
}

.tp-gx-40 [class*="col-"] {
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-top: var(--bs-gutter-y);
}

@media (min-width: 1400px) {
    .container-large {
        max-width: 1325px;
    }
}
/*---------------------------------
    1.3 Default Spacing
---------------------------------*/
/*----------------------------------------*/
/*  2.1 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 767px) {
    .back-to-top-wrapper {
        right: 20px;
        bottom: 20px;
    }
}

.back-to-top-wrapper.back-to-top-btn-show {
    visibility: visible;
    opacity: 1;
    bottom: 10px;
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-theme-2);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--tp-common-white);
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}

    .back-to-top-btn svg {
        -webkit-transform: translateY(-2px);
        -moz-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        -o-transform: translateY(-2px);
        transform: translateY(-2px);
    }

    .back-to-top-btn:hover {
        -webkit-transform: translateY(-4px);
        -moz-transform: translateY(-4px);
        -ms-transform: translateY(-4px);
        -o-transform: translateY(-4px);
        transform: translateY(-4px);
    }

/*----------------------------------------*/
/*  2.2 Theme Settings
/*----------------------------------------*/
.tp-theme-settings-area {
    position: fixed;
    top: 50%;
    left: 0;
    width: 240px;
    background-color: #fff;
    border: 1px solid #eaeaef;
    -webkit-transform: translateY(-50%) translateX(-100%);
    -moz-transform: translateY(-50%) translateX(-100%);
    -ms-transform: translateY(-50%) translateX(-100%);
    -o-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
    z-index: 991;
    direction: ltr;
    border-bottom-right-radius: 4px;
}

    .tp-theme-settings-area.settings-opened {
        -webkit-transform: translateY(-50%) translateX(0%);
        -moz-transform: translateY(-50%) translateX(0%);
        -ms-transform: translateY(-50%) translateX(0%);
        -o-transform: translateY(-50%) translateX(0%);
        transform: translateY(-50%) translateX(0%);
    }

        .tp-theme-settings-area.settings-opened .tp-theme-settings-gear {
            opacity: 0;
        }

        .tp-theme-settings-area.settings-opened .tp-theme-settings-close {
            opacity: 1;
        }

.tp-theme-settings-open {
    position: absolute;
    top: -1px;
    left: 100%;
}

    .tp-theme-settings-open button {
        background-color: var(--tp-common-white);
        border: 1px solid #eaeaef;
        border-left: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
        font-size: 24px;
        color: var(--tp-common-black);
        position: relative;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
    }

.tp-theme-settings-gear {
    display: inline-block;
    -webkit-animation: tp-theme-setting-spin 4s linear infinite;
    -moz-animation: tp-theme-setting-spin 4s linear infinite;
    -ms-animation: tp-theme-setting-spin 4s linear infinite;
    -o-animation: tp-theme-setting-spin 4s linear infinite;
    animation: tp-theme-setting-spin 4s linear infinite;
}

@-webkit-keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tp-theme-setting-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.tp-theme-settings-close {
    display: inline-block;
    position: absolute;
    top: 50%;
    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%);
    opacity: 0;
}

.tp-theme-header-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 30px;
}

.tp-theme-wrapper {
    padding: 20px 30px 30px;
}

.tp-theme-toggle {
    text-align: center;
}

.tp-theme-toggle-main {
    display: inline-block;
    width: 74px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px;
    border-radius: 100px;
}

.tp-theme-toggle-light,
.tp-theme-toggle-dark {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #d9d9d9;
}

    .tp-theme-toggle-light.active,
    .tp-theme-toggle-dark.active {
        color: var(--tp-common-black);
    }

.tp-theme-toggle input {
    display: none;
}

.tp-theme-toggle:hover {
    cursor: pointer;
}

.tp-theme-toggle label {
    color: var(--tp-common-white);
    font-size: 14px;
    font-weight: 500;
}

    .tp-theme-toggle label:hover {
        cursor: pointer;
    }

.tp-theme-toggle #tp-theme-toggler {
    display: none;
}

    .tp-theme-toggle #tp-theme-toggler:checked + i {
        right: calc(50% - 4px);
    }

.tp-theme-toggle-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.tp-theme-dir {
    text-align: center;
}

.tp-theme-dir-main {
    display: inline-block;
    width: 160px;
    margin: auto;
    position: relative;
    z-index: 1;
    background-color: #f0f0f5;
    padding: 4px;
    border-radius: 20px;
}

.tp-theme-dir-ltr,
.tp-theme-dir-rtl {
    display: inline-block;
    width: 48%;
    height: 26px;
    line-height: 26px;
}

.tp-theme-dir input {
    display: none;
}

.tp-theme-dir:hover {
    cursor: pointer;
}

.tp-theme-dir label {
    color: var(--tp-common-black);
    font-size: 14px;
    font-weight: 500;
}

    .tp-theme-dir label:hover {
        cursor: pointer;
    }

.tp-theme-dir #tp-dir-toggler {
    display: none;
}

    .tp-theme-dir #tp-dir-toggler:checked + i {
        right: calc(50% - 4px);
    }

.tp-theme-dir-slide {
    position: absolute;
    top: 50%;
    right: 4px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50%;
    height: 26px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-radius: 30px;
    -webkit-transform: translate3d(0, 0);
    transform: translate3d(0, 0);
    -webkit-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -moz-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -ms-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    -o-transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    transition: all 0.2s 0s cubic-bezier(0.25, 1, 0.5, 1);
    z-index: -1;
}

.tp-theme-color-item.active button::before {
    opacity: 1;
    visibility: visible;
}

.tp-theme-color-btn {
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: relative;
}

    .tp-theme-color-btn::before {
        position: absolute;
        content: "\f00c";
        font-weight: 600;
        font-family: var(--tp-ff-fontawesome);
        color: var(--tp-common-white);
        font-size: 16px;
        left: 50%;
        top: 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%);
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
        opacity: 0;
        visibility: hidden;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#F50963"] {
        background-color: #f50963;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#008080"] {
        background-color: #008080;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#F31E5E"] {
        background-color: #f31e5e;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#AB6C56"] {
        background-color: #ab6c56;
        color: black;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#4353FF"] {
        background-color: #4353ff;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#3661FC"] {
        background-color: #3661fc;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#2CAE76"] {
        background-color: #2cae76;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#FF5A1B"] {
        background-color: #ff5a1b;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#03041C"] {
        background-color: #03041c;
    }

    .tp-theme-color-btn.tp-color-settings-btn[data-color="#ED212C"] {
        background-color: #ed212c;
    }

.tp-theme-color-input {
    margin-top: 15px;
}

    .tp-theme-color-input h6 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 5px;
    }

    .tp-theme-color-input label {
        display: inline-block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background-color: var(--tp-theme-1);
        -webkit-transition: all 0.3s 0s ease-out;
        -moz-transition: all 0.3s 0s ease-out;
        -ms-transition: all 0.3s 0s ease-out;
        -o-transition: all 0.3s 0s ease-out;
        transition: all 0.3s 0s ease-out;
    }

        .tp-theme-color-input label:hover {
            cursor: pointer;
        }

    .tp-theme-color-input input {
        display: none;
    }

/*----------------------------------------*/
/*  2.3 Buttons
/*----------------------------------------*/
.tp-btn {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    border-radius: 36px;
    padding: 0 30px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    transition: all 0.5sease-in-out;
}

    .tp-btn::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-2);
        transition: all 500ms ease-in-out;
    }

@media (max-width: 767px) {
    .tp-btn {
        height: 55px;
        line-height: 55px;
        padding: 0px 42px;
        font-size: 16px;
    }
}

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

    .tp-btn:hover::before {
        left: 0%;
        right: auto;
        width: 100%;
    }

.tp-btn-square {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    height: 60px;
    line-height: 60px;
    padding: 0 25px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    position: relative;
    z-index: 9;
    border-radius: 6px;
}

    .tp-btn-square::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-common-black);
        transition: all 500ms ease-in-out;
    }

@media (max-width: 767px) {
    .tp-btn-square {
        height: 55px;
        line-height: 55px;
        padding: 0px 42px;
        font-size: 16px;
    }
}

.tp-btn-square:hover {
    color: var(--tp-theme-1);
    /*background-color: var(--tp-common-black);*/
}

    .tp-btn-square:hover::before {
        left: 0%;
        right: auto;
        width: 100%;
    }

.tp-price-btn {
    color: var(--tp-common-white);
    border: 1px solid #dee1ed;
    color: var(--tp-common-black);
    height: 61px;
    line-height: 57px;
    padding: 0 55px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    transition: all 400ms ease-in-out;
}

    .tp-price-btn::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-2);
        transition: all 400ms ease-in-out;
    }

    .tp-price-btn span {
        width: 9px;
        height: 8px;
        background-color: var(--tp-theme-1);
        display: inline-block;
        position: absolute;
        bottom: 0;
        left: 0;
        transition: 0.2s;
    }

    .tp-price-btn:hover {
        color: var(--tp-common-black);
        border-color: var(--tp-theme-2);
    }

        .tp-price-btn:hover span {
            background-color: var(--tp-theme-2);
        }

        .tp-price-btn:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.tp-btn-border {
    color: var(--tp-common-white);
    border: 1px solid var(--tp-theme-1);
    height: 50px;
    line-height: 48px;
    padding: 0 35px;
    padding-right: 25px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    border-radius: 33px;
    transition: all 500ms ease-in-out;
}

    .tp-btn-border::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-2);
        transition: all 500ms ease-in-out;
    }

    .tp-btn-border i {
        margin-left: 16px;
        transform: translateY(1px);
    }

    .tp-btn-border:hover {
        color: var(--tp-common-black);
        border-color: var(--tp-theme-2);
    }

        .tp-btn-border:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.tp-btn-border-lg {
    color: var(--tp-common-black);
    border: 1px solid rgba(50, 57, 74, 0.15);
    height: 67px;
    line-height: 67px;
    padding: 0 40px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    transition: 0.4s;
}

    .tp-btn-border-lg::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-2);
        transition: all 400ms ease-in-out;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-btn-border-lg {
        padding: 0px 30px;
    }
}

.tp-btn-border-lg:hover {
    color: var(--tp-common-black);
    border-color: var(--tp-theme-2);
}

    .tp-btn-border-lg:hover::before {
        left: 0%;
        right: auto;
        width: 100%;
    }

.tp-btn-border-md {
    color: var(--tp-common-black);
    border: 1px solid rgba(50, 57, 74, 0.15);
    height: 61px;
    line-height: 61px;
    padding: 0 43px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
}

    .tp-btn-border-md::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-2);
        transition: all 400ms ease-in-out;
    }

    .tp-btn-border-md:hover:hover {
        color: var(--tp-common-black);
        border-color: var(--tp-theme-2);
    }

        .tp-btn-border-md:hover:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.tp-btn-white {
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    height: 65px;
    line-height: 65px;
    padding: 0 40px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    border-radius: 33px;
}

    .tp-btn-white::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-2);
        transition: all 400ms ease-in-out;
    }

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

        .tp-btn-white:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.tp-btn-subscribe {
    background: rgba(41, 16, 23, 0.24);
    border: 1px solid #00c09a;
    border-radius: 25px;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    padding: 0px 25px;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    color: var(--tp-common-white);
    position: relative;
    transition: all 500ms ease-in-out;
}

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

    .tp-btn-subscribe:hover {
        color: var(--tp-common-black);
        background-color: var(--tp-theme-2);
        border-color: var(--tp-theme-2);
    }

.tp-btn-black {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    height: 67px;
    line-height: 67px;
    padding: 0 60px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    text-transform: capitalize;
    position: relative;
    z-index: 9;
    transition: all 500ms ease-in-out;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
}

    .tp-btn-black::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: #fff;
        transition: all 500ms ease-in-out;
    }

    .tp-btn-black:hover {
        color: var(--tp-theme-2);
    }

        .tp-btn-black:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

.tp-menu-btn {
    background-color: var(--tp-theme-2);
    color: var(--tp-common-white);
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    position: relative;
    z-index: 9;
}

    .tp-menu-btn::before {
        position: absolute;
        top: 0px;
        right: 0px;
        width: 0%;
        height: 100%;
        z-index: -1;
        content: "";
        background: var(--tp-theme-1);
        transition: all 400ms ease-in-out;
    }

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

        .tp-menu-btn:hover::before {
            left: 0%;
            right: auto;
            width: 100%;
        }

/*----------------------------------------*/
/*  2.4 Animations
/*----------------------------------------*/
/* pulse effect animation */
@-webkit-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-moz-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-ms-keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@keyframes tp-pulse-2 {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 45px rgba(255, 255, 255, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
    }
}

@-webkit-keyframes tp-shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-moz-keyframes tp-shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@-ms-keyframes tp-shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes tp-shake {
    10%, 90% {
        -webkit-transform: translate3d(-1px, 0, 0);
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        -webkit-transform: translate3d(2px, 0, 0);
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        -webkit-transform: translate3d(-4px, 0, 0);
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        -webkit-transform: translate3d(4px, 0, 0);
        transform: translate3d(4px, 0, 0);
    }
}

@keyframes float-bob-y {
    0% {
        transform: translateY(-20px);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(-20px);
    }
}

@-webkit-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-moz-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-ms-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(0.8);
    }

    60% {
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

@-webkit-keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes tp-rotate-center {
    0% {
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -ms-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes tp-mobile-view {
    0%, 10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    50%, 60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }

    90%, 100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-moz-keyframes tp-mobile-view {
    0%, 10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    50%, 60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }

    90%, 100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-ms-keyframes tp-mobile-view {
    0%, 10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    50%, 60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }

    90%, 100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@keyframes tp-mobile-view {
    0%, 10% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }

    50%, 60% {
        -webkit-transform: translateY(-57%);
        -moz-transform: translateY(-57%);
        -ms-transform: translateY(-57%);
        -o-transform: translateY(-57%);
        transform: translateY(-57%);
    }

    90%, 100% {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
    }
}

@-webkit-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-moz-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-ms-keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@keyframes tp-svg-line {
    100% {
        stroke-dashoffset: 350;
    }
}

@-webkit-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }

    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-moz-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }

    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@-ms-keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }

    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@keyframes tp-border-loader {
    0% {
        stroke-dashoffset: -356px;
        stroke-dasharray: 356px, 366px;
    }

    95% {
        stroke-dashoffset: 0;
        stroke-dasharray: 356px, 366px;
    }

    100% {
        stroke-dashoffset: 0;
        stroke-dasharray: 0, 366px;
    }
}

@keyframes tfLeftToRight {
    49% {
        transform: translateX(30%);
    }

    50% {
        opacity: 0;
        transform: translateX(-30%);
    }

    51% {
        opacity: 1;
    }
}
/*----------------------------------------*/
/*  2.5 Preloader
/*----------------------------------------*/
#loading {
    background-color: #00c09a;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 999;
    margin-top: 0px;
    top: 0px;
}

#loading-center {
    width: 100%;
    height: 100%;
    position: relative;
}

#loading-center-absolute {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    width: 200px;
    margin-top: -100px;
    margin-left: -100px;
    -ms-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.object {
    -moz-border-radius: 50% 50% 50% 50%;
    -webkit-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    position: absolute;
    border-top: 5px solid #fff;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #fff;
    border-right: 5px solid transparent;
    -webkit-animation: animate 2s infinite;
    animation: animate 2s infinite;
}

#object_one {
    left: 75px;
    top: 75px;
    width: 50px;
    height: 50px;
}

#object_two {
    left: 65px;
    top: 65px;
    width: 70px;
    height: 70px;
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

#object_three {
    left: 55px;
    top: 55px;
    width: 90px;
    height: 90px;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

#object_four {
    left: 45px;
    top: 45px;
    width: 110px;
    height: 110px;
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(0.8);
        -webkit-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8);
    }
}
/*----------------------------------------*/
/*  2.6 Background
/*----------------------------------------*/
.grey-bg {
    background-color: var(--tp-grey-1);
}

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

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

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

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

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

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

.yellow-bg {
    background-color: var(--tp-theme-2);
}

/*----------------------------------------*/
/*  2.7 Carousel
/*----------------------------------------*/
/* tp range slider css */
.tp-range-slider .inside-slider {
    padding-left: 7px;
    padding-right: 17px;
}

.tp-range-slider .noUi-target {
    background-color: #191c3c;
    border-radius: 12px;
    border: 0;
    box-shadow: none;
}

.tp-range-slider .noUi-connect {
    background-color: var(--tp-theme-primary);
}

.tp-range-slider .noUi-horizontal {
    height: 6px;
}

.tp-range-slider .noUi-handle {
    height: 24px;
    width: 24px;
    background-color: var(--tp-theme-primary);
    border-radius: 50%;
    border: 4px solid var(--tp-common-white);
    box-shadow: 0px 4px 10px rgba(5, 9, 43, 0.3);
    top: -9px;
}

    .tp-range-slider .noUi-handle:hover {
        cursor: pointer;
    }

    .tp-range-slider .noUi-handle::before,
    .tp-range-slider .noUi-handle::after {
        display: none;
    }

.tp-range-slider-dark .noUi-handle {
    border: 4px solid #2d314b;
}

/* tp swiper slider dot */
.tp-swiper-dot {
    line-height: 1;
}

    .tp-swiper-dot .swiper-pagination-bullet {
        width: 10px;
        height: 10px;
        background-color: var(--tp-grey-3);
        opacity: 1;
        margin: 0 3px;
        position: relative;
    }

        .tp-swiper-dot .swiper-pagination-bullet button {
            font-size: 0;
        }

        .tp-swiper-dot .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--tp-theme-primary);
        }

    .tp-swiper-dot.tp-swiper-dot-style-darkRed
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--tp-theme-secondary);
    }

.tp-swiper-dot-border {
    line-height: 1;
}

    .tp-swiper-dot-border .swiper-pagination-bullet {
        width: 12px;
        height: 12px;
        background-color: transparent;
        opacity: 1;
        margin: 0 3px;
        position: relative;
        border: 1px solid rgba(2, 6, 38, 0.4);
    }

        .tp-swiper-dot-border .swiper-pagination-bullet button {
            font-size: 0;
        }

        .tp-swiper-dot-border
        .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background-color: var(--tp-common-black);
            border-color: var(--tp-common-black);
        }

        .tp-swiper-dot-border .swiper-pagination-bullet:hover {
            border-color: var(--tp-common-black);
        }

    .tp-swiper-dot-border.tp-swiper-dot-style-darkRed
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background-color: var(--tp-theme-secondary);
    }

.tp-swiper-arrow button {
    width: 40px;
    height: 40px;
    line-height: 38px;
    font-size: 20px;
    text-align: center;
    background-color: transparent;
    color: var(--tp-text-2);
    border: 1px solid rgba(2, 6, 38, 0.1);
    border-radius: 50%;
}

    .tp-swiper-arrow button:hover {
        background-color: var(--tp-theme-primary);
        color: var(--tp-common-white);
    }
/* tp swiper scrollbar */
.tp-swiper-scrollbar {
    background-color: #edeff2;
    height: 2px;
}

    .tp-swiper-scrollbar .tp-swiper-scrollbar-drag {
        background-color: var(--tp-common-black);
        height: 100%;
    }

        .tp-swiper-scrollbar .tp-swiper-scrollbar-drag:hover {
            cursor: pointer;
        }

    .tp-swiper-scrollbar:hover,
    .tp-swiper-scrollbar:focus {
        -webkit-transform: scaleY(3);
        -moz-transform: scaleY(3);
        -ms-transform: scaleY(3);
        -o-transform: scaleY(3);
        transform: scaleY(3);
    }

/* tp slick arrow */
.tp-slick-dot .slick-dots li {
    display: inline-block;
    margin: 0 4px;
}

    .tp-slick-dot .slick-dots li.slick-active button {
        background-color: var(--tp-common-white);
    }

    .tp-slick-dot .slick-dots li button {
        font-size: 0;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: rgba(255, 255, 255, 0.2);
    }

.tp-slick-dot-blue .slick-dots li.slick-active button {
    background-color: var(--tp-theme-primary);
}

.tp-slick-dot-blue .slick-dots li button {
    background-color: var(--tp-grey-3);
}

/*----------------------------------------*/
/*  2.8 Nice Select
/*----------------------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 56px;
    width: 100%;
    line-height: 40px;
    outline: none;
    padding-left: 26px;
    padding-right: 26px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

    .nice-select:hover {
        border-color: #dbdbdb;
    }

    .nice-select:active,
    .nice-select.open,
    .nice-select:focus {
        border-color: #999;
    }

    .nice-select::after {
        position: absolute;
        content: "\f107";
        top: 50%;
        right: 10px;
        font-family: var(--tp-ff-fontawesome);
        color: var(--tp-common-black);
        font-weight: 500;
        pointer-events: none;
        -webkit-transition: all 0.15s ease-in-out;
        transition: all 0.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: #cccccc;
        }

    .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 {
        background-color: #fff;
        border-radius: 5px;
        box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
        box-sizing: border-box;
        margin-top: 4px;
        opacity: 0;
        overflow: hidden;
        padding: 0;
        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(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
        transform: scale(0.75) translateY(-21px);
        -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
        z-index: 9;
        width: 100%;
    }

    .nice-select .option {
        cursor: pointer;
        font-weight: 400;
        line-height: 40px;
        list-style: none;
        min-height: 40px;
        outline: none;
        padding-left: 18px;
        padding-right: 29px;
        text-align: left;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }

        .nice-select .option.selected {
            font-weight: bold;
        }

        .nice-select .option.disabled {
            background-color: transparent;
            color: #999;
            cursor: default;
        }

.no-csspointerevents .nice-select .list {
    display: none;
}

.no-csspointerevents .nice-select.open .list {
    display: block;
}

/*----------------------------------------*/
/*  2.9 Pagination
/*----------------------------------------*/
.tp-pagination ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

    .tp-pagination ul li {
        display: inline-block;
    }

        .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 rgba(2, 6, 38, 0.1);
            font-size: 16px;
            font-weight: 500;
            color: var(--tp-text-body);
        }

            .tp-pagination ul li a:hover,
            .tp-pagination ul li a.current,
            .tp-pagination ul li span:hover,
            .tp-pagination ul li span.current {
                background: var(--tp-theme-primary);
                border-color: var(--tp-theme-primary);
                color: var(--tp-common-white);
            }
/*----------------------------------------*/
/*  2.10 Offcanvas
/*----------------------------------------*/
.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.8);
    visibility: hidden;
    opacity: 0;
    transition: 0.45s ease-in-out;
}

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

    .body-overlay:hover {
        cursor: url(../img/cross-out.png), pointer;
    }

.tpoffcanvas {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: fixed;
    top: 0;
    right: -100%;
    width: 480px;
    bottom: 0;
    box-shadow: 0 16px -32px 0 rgba(0, 0, 0, 0.8);
    background-color: var(--tp-common-black);
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: 0.45s ease-in-out;
    overflow-y: scroll;
}

    .tpoffcanvas .homemenu {
        margin-bottom: 30px;
    }

    .tpoffcanvas .tp-main-menu-mobile {
        margin-bottom: 10px;
    }

    .tpoffcanvas.opened {
        opacity: 1;
        visibility: visible;
    }

@media (max-width: 767px) {
    .tpoffcanvas {
        width: 300px;
        padding: 40px 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tpoffcanvas {
        width: 400px;
        padding: 40px;
    }
}

.tpoffcanvas.opened {
    right: 0;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.6s;
}

.tpoffcanvas__title p {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.49);
    font-weight: 500;
    line-height: 1.6;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tpoffcanvas__title p {
        font-size: 17px;
    }
}

.tpoffcanvas__contact-title h5 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.tpoffcanvas__input-title h4 {
    font-size: 14px;
    color: #888888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block;
}

.tpoffcanvas__input {
    margin-bottom: 100px;
}

    .tpoffcanvas__input input {
        background: rgba(118, 118, 130, 0.3);
        border: transparent;
        height: 60px;
        width: 100%;
        padding-left: 20px;
        padding-right: 80px;
        color: var(--tp-common-white);
    }

    .tpoffcanvas__input button {
        height: 60px;
        width: 60px;
        background-color: var(--tp-theme-1);
        color: var(--tp-common-white);
        font-size: 16px;
        position: absolute;
        top: 0;
        right: 0;
    }

.tpoffcanvas__contact-info {
    margin-bottom: 50px;
}

    .tpoffcanvas__contact-info ul li {
        font-size: 16px;
        color: var(--tp-common-white);
        margin-bottom: 15px;
        list-style-type: none;
    }

@media (max-width: 767px) {
    .tpoffcanvas__contact-info ul li {
        font-size: 14px;
    }
}

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

.tpoffcanvas__contact-info ul li a {
    margin-left: 10px;
    transition: 0.3s;
}

    .tpoffcanvas__contact-info ul li a:hover {
        color: var(--tp-theme-2);
    }

.tpoffcanvas__logo {
    margin-bottom: 60px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tpoffcanvas__logo {
        padding-top: 0;
    }
}

.tpoffcanvas__close-btn button {
    position: absolute;
    left: 30px;
    top: 30px;
    transition: 1s;
    -webkit-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 0.4s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition-duration: 0.3s;
    height: 40px;
    width: 40px;
    line-height: 45px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
}

    .tpoffcanvas__close-btn button:hover i {
        transform: rotate(360deg);
    }

    .tpoffcanvas__close-btn button i {
        font-weight: 300;
        font-size: 20px;
        transition: 0.9s;
    }

.tpoffcanvas__social {
    margin-top: 30px;
}

    .tpoffcanvas__social .social-icon a {
        height: 55px;
        width: 55px;
        line-height: 58px;
        text-align: center;
        font-size: 16px;
        background-color: rgba(251, 251, 253, 0.08);
        color: var(--tp-common-white);
        margin-right: 15px;
        transition: 0.3s;
        display: inline-block;
        border-radius: 50%;
    }

@media (max-width: 767px) {
    .tpoffcanvas__social .social-icon a {
        margin-right: 3px;
        height: 40px;
        width: 40px;
        line-height: 45px;
        font-size: 15px;
    }
}

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

/*----------------------------------------*/
/*  2.11 Breadcrumb
/*----------------------------------------*/
.breadcrumb__height {
    padding-top: 200px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-size: cover;
    object-fit: cover;
    background-position: bottom;
}

@media (max-width: 767px) {
    .breadcrumb__height {
        padding-top: 170px;
        padding-bottom: 120px;
    }
}

.breadcrumb__overlay {
    position: relative;
}

    .breadcrumb__overlay::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient( 255.03deg, rgb(0 0 0 / 50%) -0.62%, rgb(0 0 0 / 50%) 62.34% );
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

.breadcrumb__title {
    font-weight: 700;
    font-size: 60px;
    text-transform: capitalize;
    color: var(--tp-common-white);
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .breadcrumb__title {
        font-size: 40px;
    }
}

.breadcrumb__list {
    display: inline-block;
    padding: 0px 10px;
}

    .breadcrumb__list span {
        font-weight: 700;
        font-size: 15px;
        line-height: 19px;
        letter-spacing: 0;
        text-transform: uppercase;
        color: var(--tp-theme-2);
    }

        .breadcrumb__list span.dvdr i {
            font-size: 15px;
            padding: 0px 5px;
            font-weight: 400;
        }

/*----------------------------------------*/
/*  2.12 Accordion
/*----------------------------------------*/
.tp-custom-accordion {
    position: relative;
    z-index: 2;
}

    .tp-custom-accordion .accordion-items {
        margin-bottom: 20px;
        background-color: var(--tp-common-white);
        overflow: hidden;
        border-radius: 30px;
    }

        .tp-custom-accordion .accordion-items.tp-faq-active {
            border-radius: 28px 28px 10px 10px;
        }

    .tp-custom-accordion .accordion-buttons {
        position: relative;
        width: 100%;
        padding: 18px 28px;
        text-align: left;
        padding-right: 90px;
        font-weight: 500;
        font-size: 18px;
        line-height: 24px;
        background-color: rgba(255, 255, 255, 0.5);
        color: var(--tp-common-black);
    }

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-custom-accordion .accordion-buttons {
        padding: 10px 28px;
    }
}

.tp-custom-accordion .accordion-buttons:not(.collapsed) {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    border-radius: 30px;
}

    .tp-custom-accordion .accordion-buttons:not(.collapsed)::after {
        color: var(--tp-common-white);
    }

.tp-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    background-image: none;
    top: 18px;
    right: 30px;
    width: auto;
    height: auto;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    color: var(--tp-common-black);
    text-align: center;
}

@media (max-width: 767px) {
    .tp-custom-accordion .accordion-buttons::after {
        top: 20px;
        right: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-custom-accordion .accordion-buttons::after {
        top: 10px;
    }
}

.tp-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067";
}

.tp-custom-accordion .collapsed {
    border-radius: 30px 30px 30px 30px;
    position: relative;
    z-index: 99;
}

.tp-custom-accordion .accordion-body {
    position: relative;
    background-color: var(--tp-common-white);
    padding: 23px 30px;
    z-index: 1;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #707480;
    border-radius: 0px 0px 10px 10px;
}

@media (max-width: 767px) {
    .tp-custom-accordion .accordion-body {
        font-size: 15px;
    }
}

.tp-service-details-faq .tp-custom-accordion .accordion-items {
    border: 1px solid rgba(4, 18, 31, 0.08);
    border-radius: 0;
}

.tp-service-details-faq
.tp-custom-accordion
.accordion-buttons:not(.collapsed) {
    border-radius: 0;
}

.tp-service-details-faq .tp-custom-accordion .collapsed {
    border-radius: 0;
}

/*----------------------------------------*/
/*  2.13 Tab
/*----------------------------------------*/
.tp-tab .nav-tabs {
    padding: 0;
    margin: 0;
    border: 0;
}

    .tp-tab .nav-tabs .nav-link {
        padding: 0;
        margin: 0;
        border: 0;
    }

.tp-product-tab-2 .nav-tabs .nav-link {
    font-size: 20px;
    color: #a0a2a4;
    position: relative;
}

@media (max-width: 767px) {
    .tp-product-tab-2 .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.tp-product-tab-2 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 28px;
}

    .tp-product-tab-2 .nav-tabs .nav-link:not(:first-child)::after {
        position: absolute;
        left: -17px;
        top: 50%;
        content: "";
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background-color: #ced2d6;
    }

.tp-product-tab-2 .nav-tabs .nav-link.active {
    color: var(--tp-theme-secondary);
}

    .tp-product-tab-2 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
        opacity: 1;
        visibility: visible;
    }

.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip {
    position: absolute;
    top: -24px;
    right: 0;
    background-color: var(--tp-theme-secondary);
    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;
}

    .tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
        position: absolute;
        content: "";
        bottom: 0;
        bottom: -5px;
        left: 7px;
        width: 13px;
        height: 6px;
        background-color: var(--tp-theme-secondary);
        clip-path: polygon(100% 0, 0 0, 28% 100%);
    }

.tp-product-tab-3 .nav-tabs .nav-link {
    font-size: 16px;
    padding: 0 0;
}

@media (max-width: 767px) {
    .tp-product-tab-3 .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.tp-product-tab-3 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 23px;
}

    .tp-product-tab-3 .nav-tabs .nav-link:not(:first-child)::after {
        width: 4px;
        height: 4px;
        left: -14px;
    }

.tp-product-tab-3 .nav-tabs .nav-link.active {
    color: var(--tp-common-black);
}

    .tp-product-tab-3 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
        opacity: 1;
        visibility: visible;
    }

.tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip {
    background-color: var(--tp-theme-primary);
}

    .tp-product-tab-3 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
        background-color: var(--tp-theme-primary);
    }

.tp-product-tab-5 .nav-tabs .nav-link {
    padding: 0 5px;
}

@media (max-width: 767px) {
    .tp-product-tab-5 .nav-tabs .nav-link {
        font-size: 15px;
    }
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:last-child)::after {
    left: -15px;
}

.tp-product-tab-5 .nav-tabs .nav-link:not(:first-child) {
    margin-left: 22px;
}

.tp-product-tab-5 .nav-tabs .nav-link.active {
    color: var(--tp-common-black);
}

    .tp-product-tab-5 .nav-tabs .nav-link.active .tp-product-tab-tooltip {
        opacity: 1;
        visibility: visible;
    }

.tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip {
    background-color: var(--tp-theme-green);
}

    .tp-product-tab-5 .nav-tabs .nav-link .tp-product-tab-tooltip::after {
        background-color: var(--tp-theme-green);
    }

.tp-tab-line {
    position: absolute;
    content: "";
    left: 0;
    bottom: -1px;
    width: 38%;
    height: 2px;
    background-color: var(--tp-common-black);
}

/*----------------------------------------*/
/*  2.14 Modal
/*----------------------------------------*/
/*----------------------------------------*/
/*  2.15 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: var(--tp-theme-2);
    display: inline-block;
    font-family: var(--tp-ff-mulish);
    margin-bottom: 15px;
}

    .tp-section-subtitle.section-subtitle-border {
        position: relative;
    }

        .tp-section-subtitle.section-subtitle-border::after {
            position: absolute;
            bottom: 0px;
            left: 0;
            width: 100%;
            height: 2px;
            content: "";
            background-color: var(--tp-theme-2);
        }

.tp-section-title {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    line-height: 1.3;
    display: inline-block;
    display: inline-block;
}

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

@media (max-width: 767px) {
    .tp-section-title {
        font-size: 35px;
    }
}

.tp-section-title span {
    color: var(--tp-theme-2);
}

    .tp-section-title span .tp-title-shape {
        position: absolute;
        bottom: -20px;
        left: 0;
    }

        .tp-section-title span .tp-title-shape svg {
            animation: section-animation 4s infinite;
        }

    .tp-section-title span .tp-title-shape-space {
        position: absolute;
        bottom: -20px;
        left: 8px;
    }

/*----------------------------------------*/
/*  2.16 Search css start
/*----------------------------------------*/
.search__popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    z-index: 99999;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    -moz-transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, opacity 0.6s ease-in-out;
    transition-delay: 0.7s;
}

    .search__popup.search-opened {
        -webkit-transform: translateY(0%);
        -moz-transform: translateY(0%);
        -ms-transform: translateY(0%);
        -o-transform: translateY(0%);
        transform: translateY(0%);
        transition-delay: 0s;
    }

        .search__popup.search-opened .search__input {
            -webkit-transform: translateY(0px);
            -moz-transform: translateY(0px);
            -ms-transform: translateY(0px);
            -o-transform: translateY(0px);
            transform: translateY(0px);
            opacity: 1;
            transition-delay: 0.3s;
        }

            .search__popup.search-opened .search__input::after {
                width: 100%;
                transition-delay: 0.5s;
            }

.search__popup-2 {
    background-color: var(--tp-common-black-13);
}

    .search__popup-2 .search__input .search-input-field ~ .search-focus-border {
        background-color: var(--tp-theme-8);
    }

.search__popup-3 .search__input .search-input-field ~ .search-focus-border {
    background-color: var(--tp-theme-10);
}

.search__top {
    margin-bottom: 80px;
}

.search__input {
    position: relative;
    height: 80px;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}

    .search__input::after {
        position: absolute;
        content: "";
        left: 0;
        bottom: 0;
        width: 0%;
        height: 1px;
        background-color: rgba(255, 255, 255, 0.3);
        transition: all 0.3s ease-out 0s;
        transition-delay: 0.3s;
    }

    .search__input input {
        width: 100%;
        height: 100%;
        background-color: transparent;
        border: 0;
        outline: 0;
        font-size: 24px;
        color: var(--tp-common-white);
        border-bottom: 1px solid transparent;
        padding: 0;
        padding-right: 30px;
    }

        .search__input input::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input::-moz-placeholder {
            /* Firefox 19+ */
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input:-moz-placeholder {
            /* Firefox 4-18 */
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input:-ms-input-placeholder {
            /* IE 10+  Edge*/
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

        .search__input input::placeholder {
            /* MODERN BROWSER */
            color: rgba(255, 255, 255, 0.5);
            font-size: 24px;
        }

    .search__input button {
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 18px;
        color: var(--tp-common-white);
    }

    .search__input .search-input-field ~ .search-focus-border {
        position: absolute;
        bottom: 0;
        left: auto;
        right: 0;
        width: 0;
        height: 1px;
        background-color: var(--tp-common-orange);
        -webkit-transition: 0.5s 0.3s 0s ease-out;
        -moz-transition: 0.5s 0.3s 0s ease-out;
        -ms-transition: 0.5s 0.3s 0s ease-out;
        -o-transition: 0.5s 0.3s 0s ease-out;
        transition: 0.5s 0.3s 0s ease-out;
    }

    .search__input .search-input-field:focus ~ .search-focus-border {
        width: 100%;
        left: 0;
        right: auto;
        -webkit-transition: 0.5s 0.3s 0s ease-out;
        -moz-transition: 0.5s 0.3s 0s ease-out;
        -ms-transition: 0.5s 0.3s 0s ease-out;
        -o-transition: 0.5s 0.3s 0s ease-out;
        transition: 0.5s 0.3s 0s ease-out;
    }

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, 0.3);
}

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

/*----------------------------------------*/
/*  2.17 Hostspot css start
/*----------------------------------------*/
.tp-hotspot {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: var(--tp-common-black);
    border-radius: 50%;
    background-color: var(--tp-common-white);
    position: absolute;
    z-index: 1;
}

    .tp-hotspot:hover {
        cursor: pointer;
    }

/*----------------------------------------*/
/*  2.178 Range Slider css start
/*----------------------------------------*/
.ui-button-icon-only,
.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box;
}

.ui-checkboxradio-disabled,
.ui-state-disabled {
    pointer-events: none;
}

.ui-datepicker .ui-icon,
.ui-icon {
    text-indent: -99999px;
    background-repeat: no-repeat;
}

.ui-helper-reset,
.ui-menu {
    outline: 0;
    list-style: none;
}

.ui-helper-hidden,
.ui-resizable-autohide .ui-resizable-handle,
.ui-resizable-disabled .ui-resizable-handle {
    display: none;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
}

.ui-helper-clearfix:after,
.ui-helper-clearfix:before {
    content: "";
    display: table;
    border-collapse: collapse;
}

.ui-helper-clearfix:after {
    clear: both;
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0);
}

.ui-front {
    z-index: 100;
}

.ui-state-disabled {
    cursor: default !important;
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -0.25em;
    position: relative;
    overflow: hidden;
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0;
    padding: 0.5em 0.5em 0.5em 0.7em;
    font-size: 100%;
}

.ui-autocomplete,
.ui-menu .ui-menu {
    position: absolute;
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto;
}

.ui-autocomplete {
    top: 0;
    left: 0;
    cursor: default;
}

.ui-menu {
    padding: 0;
    margin: 0;
    display: block;
}

.ui-button,
.ui-controlgroup {
    display: inline-block;
    vertical-align: middle;
}

.ui-button,
.ui-menu-icons,
.ui-resizable {
    position: relative;
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0;
}

.ui-menu .ui-state-active,
.ui-menu .ui-state-focus {
    margin: -1px;
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em;
}

.ui-button,
.ui-controlgroup .ui-controlgroup-label {
    padding: 0.4em 1em;
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.2em;
    margin: auto 0;
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0;
}

.ui-button {
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;
}

    .ui-button,
    .ui-button:active,
    .ui-button:hover,
    .ui-button:link,
    .ui-button:visited {
        text-decoration: none;
    }

.ui-button-icon-only {
    width: 2em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
    text-indent: 0;
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: 0.4em 1em;
}

button.ui-button::-moz-focus-inner,
input.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0;
}

    .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus,
    .ui-controlgroup > .ui-controlgroup-item:focus {
        z-index: 9999;
    }

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left;
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: 0.12em;
    border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid;
}

.ui-datepicker {
    width: 17em;
    padding: 0.2em 0.2em 0;
    display: none;
}

    .ui-datepicker .ui-datepicker-header {
        position: relative;
        padding: 0.2em 0;
    }

    .ui-datepicker .ui-datepicker-next,
    .ui-datepicker .ui-datepicker-prev {
        position: absolute;
        top: 2px;
        width: 1.8em;
        height: 1.8em;
    }

    .ui-datepicker .ui-datepicker-next-hover,
    .ui-datepicker .ui-datepicker-prev-hover {
        top: 1px;
    }

    .ui-datepicker .ui-datepicker-prev {
        left: 2px;
    }

    .ui-datepicker .ui-datepicker-next {
        right: 2px;
    }

    .ui-datepicker .ui-datepicker-prev-hover {
        left: 1px;
    }

    .ui-datepicker .ui-datepicker-next-hover {
        right: 1px;
    }

    .ui-datepicker .ui-datepicker-next span,
    .ui-datepicker .ui-datepicker-prev span {
        display: block;
        position: absolute;
        left: 50%;
        margin-left: -8px;
        top: 50%;
        margin-top: -8px;
    }

    .ui-datepicker .ui-datepicker-title {
        margin: 0 2.3em;
        line-height: 1.8em;
        text-align: center;
    }

        .ui-datepicker .ui-datepicker-title select {
            font-size: 1em;
            margin: 1px 0;
        }

    .ui-datepicker select.ui-datepicker-month,
    .ui-datepicker select.ui-datepicker-year {
        width: 45%;
    }

    .ui-datepicker table {
        width: 100%;
        font-size: 0.9em;
        border-collapse: collapse;
        margin: 0 0 0.4em;
    }

    .ui-datepicker th {
        padding: 0.7em 0.3em;
        text-align: center;
        font-weight: 700;
        border: 0;
    }

    .ui-datepicker td {
        border: 0;
        padding: 1px;
    }

        .ui-datepicker td a,
        .ui-datepicker td span {
            display: block;
            padding: 0.2em;
            text-align: right;
            text-decoration: none;
        }

    .ui-datepicker .ui-datepicker-buttonpane {
        background-image: none;
        margin: 0.7em 0 0;
        padding: 0 0.2em;
        border-left: 0;
        border-right: 0;
        border-bottom: 0;
    }

        .ui-datepicker .ui-datepicker-buttonpane button {
            float: right;
            margin: 0.5em 0.2em 0.4em;
            cursor: pointer;
            padding: 0.2em 0.6em 0.3em;
            width: auto;
            overflow: visible;
        }

            .ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current,
            .ui-datepicker-multi .ui-datepicker-group,
            .ui-datepicker-rtl .ui-datepicker-buttonpane button {
                float: left;
            }

    .ui-datepicker.ui-datepicker-multi {
        width: auto;
    }

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left;
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0;
}

.ui-datepicker-rtl {
    direction: rtl;
}

    .ui-datepicker-rtl .ui-datepicker-prev {
        right: 2px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next {
        left: 2px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-prev:hover {
        right: 1px;
        left: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-next:hover {
        left: 1px;
        right: auto;
    }

    .ui-datepicker-rtl .ui-datepicker-buttonpane {
        clear: right;
    }

        .ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
        .ui-datepicker-rtl .ui-datepicker-group,
        .ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
            float: right;
        }

    .ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
    .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
        border-right-width: 0;
        border-left-width: 1px;
    }

.ui-datepicker .ui-icon {
    display: block;
    overflow: hidden;
    left: 0.5em;
    top: 0.3em;
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0.2em;
    outline: 0;
}

    .ui-dialog .ui-dialog-titlebar {
        padding: 0.4em 1em;
        position: relative;
    }

    .ui-dialog .ui-dialog-title {
        float: left;
        margin: 0.1em 0;
        white-space: nowrap;
        width: 90%;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .ui-dialog .ui-dialog-titlebar-close {
        position: absolute;
        right: 0.3em;
        top: 50%;
        width: 20px;
        margin: -10px 0 0;
        padding: 1px;
        height: 20px;
    }

    .ui-dialog .ui-dialog-content {
        position: relative;
        border: 0;
        padding: 0.5em 1em;
        background: 0 0;
        overflow: auto;
    }

    .ui-dialog .ui-dialog-buttonpane {
        text-align: left;
        border-width: 1px 0 0;
        background-image: none;
        margin-top: 0.5em;
        padding: 0.3em 1em 0.5em 0.4em;
    }

        .ui-dialog .ui-dialog-buttonpane button {
            margin: 0.5em 0.4em 0.5em 0;
            cursor: pointer;
        }

    .ui-dialog .ui-resizable-n {
        height: 2px;
        top: 0;
    }

    .ui-dialog .ui-resizable-e {
        width: 2px;
        right: 0;
    }

    .ui-dialog .ui-resizable-s {
        height: 2px;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-w {
        width: 2px;
        left: 0;
    }

    .ui-dialog .ui-resizable-ne,
    .ui-dialog .ui-resizable-nw,
    .ui-dialog .ui-resizable-se,
    .ui-dialog .ui-resizable-sw {
        width: 7px;
        height: 7px;
    }

    .ui-dialog .ui-resizable-se {
        right: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-sw {
        left: 0;
        bottom: 0;
    }

    .ui-dialog .ui-resizable-ne {
        right: 0;
        top: 0;
    }

    .ui-dialog .ui-resizable-nw {
        left: 0;
        top: 0;
    }

.ui-draggable .ui-dialog-titlebar {
    cursor: move;
}

.ui-draggable-handle,
.ui-selectable,
.ui-sortable-handle {
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-handle {
    position: absolute;
    font-size: 0.1px;
    display: block;
    -ms-touch-action: none;
    touch-action: none;
}

.ui-resizable-n {
    cursor: n-resize;
    height: 7px;
    width: 100%;
    top: -5px;
    left: 0;
}

.ui-resizable-s {
    cursor: s-resize;
    height: 7px;
    width: 100%;
    bottom: -5px;
    left: 0;
}

.ui-resizable-e {
    cursor: e-resize;
    width: 7px;
    right: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-w {
    cursor: w-resize;
    width: 7px;
    left: -5px;
    top: 0;
    height: 100%;
}

.ui-resizable-se {
    cursor: se-resize;
    width: 12px;
    height: 12px;
    right: 1px;
    bottom: 1px;
}

.ui-resizable-sw {
    cursor: sw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    bottom: -5px;
}

.ui-resizable-nw {
    cursor: nw-resize;
    width: 9px;
    height: 9px;
    left: -5px;
    top: -5px;
}

.ui-resizable-ne {
    cursor: ne-resize;
    width: 9px;
    height: 9px;
    right: -5px;
    top: -5px;
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden;
}

    .ui-progressbar .ui-progressbar-value {
        margin: -1px;
        height: 100%;
    }

    .ui-progressbar .ui-progressbar-overlay {
        background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
        height: 100%;
        opacity: 0.25;
    }

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none;
}

.ui-selectable-helper {
    position: absolute;
    z-index: 100;
    border: 1px dotted #000;
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

    .ui-selectmenu-menu .ui-menu {
        overflow: auto;
        overflow-x: hidden;
        padding-bottom: 1px;
    }

        .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
            font-size: 1em;
            font-weight: 700;
            line-height: 1.5;
            padding: 2px 0.4em;
            margin: 0.5em 0 0;
            height: auto;
            border: 0;
        }

.ui-selectmenu-open {
    display: block;
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em;
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0;
}

.ui-slider {
    position: relative;
    text-align: left;
}

    .ui-slider .ui-slider-handle {
        position: absolute;
        z-index: 2;
        width: 1.2em;
        height: 1.2em;
        cursor: default;
        -ms-touch-action: none;
        touch-action: none;
    }

    .ui-slider .ui-slider-range {
        position: absolute;
        z-index: 1;
        font-size: 0.7em;
        display: block;
        border: 0;
        background-position: 0 0;
    }

    .ui-slider.ui-state-disabled .ui-slider-handle,
    .ui-slider.ui-state-disabled .ui-slider-range {
        filter: inherit;
    }

.ui-slider-horizontal {
    height: 0.8em;
}

    .ui-slider-horizontal .ui-slider-handle {
        top: -0.3em;
        margin-left: -0.6em;
    }

    .ui-slider-horizontal .ui-slider-range {
        top: 0;
        height: 100%;
    }

    .ui-slider-horizontal .ui-slider-range-min {
        left: 0;
    }

    .ui-slider-horizontal .ui-slider-range-max {
        right: 0;
    }

.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}

    .ui-slider-vertical .ui-slider-handle {
        left: -0.3em;
        margin-left: 0;
        margin-bottom: -0.6em;
    }

    .ui-slider-vertical .ui-slider-range {
        left: 0;
        width: 100%;
    }

    .ui-slider-vertical .ui-slider-range-min,
    .ui-spinner-down {
        bottom: 0;
    }

    .ui-slider-vertical .ui-slider-range-max,
    .ui-spinner-up {
        top: 0;
    }

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle;
}

.ui-spinner-input {
    border: none;
    background: 0 0;
    color: inherit;
    padding: 0.222em 0;
    margin: 0.2em 2em 0.2em 0.4em;
    vertical-align: middle;
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: 0.5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0;
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none;
}

.ui-tabs {
    position: relative;
    padding: 0.2em;
}

    .ui-tabs .ui-tabs-nav {
        margin: 0;
        padding: 0.2em 0.2em 0;
    }

        .ui-tabs .ui-tabs-nav li {
            list-style: none;
            float: left;
            position: relative;
            top: 0;
            margin: 1px 0.2em 0 0;
            border-bottom-width: 0;
            padding: 0;
            white-space: nowrap;
        }

        .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
            float: left;
            padding: 0.5em 1em;
            text-decoration: none;
        }

        .ui-tabs .ui-tabs-nav li.ui-tabs-active {
            margin-bottom: -1px;
            padding-bottom: 1px;
        }

            .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
            .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
                cursor: text;
            }

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: 0 0;
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px;
}

body .ui-tooltip {
    border-width: 2px;
}

.ui-widget,
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em;
}

    .ui-widget .ui-widget {
        font-size: 1em;
    }

    .ui-widget.ui-widget-content {
        border: 1px solid #c5c5c5;
    }

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333;
}

    .ui-widget-content a,
    .ui-widget-header a {
        color: #333;
    }

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: 700;
}

    .ui-button,
    .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default,
    html .ui-button.ui-state-disabled:active,
    html .ui-button.ui-state-disabled:hover {
        border: 1px solid #c5c5c5;
        background: #f6f6f6;
        font-weight: 400;
        color: #454545;
    }

        .ui-button,
        .ui-state-default a,
        .ui-state-default a:link,
        .ui-state-default a:visited,
        a.ui-button,
        a:link.ui-button,
        a:visited.ui-button {
            color: #454545;
            text-decoration: none;
        }

            .ui-button:focus,
            .ui-button:hover,
            .ui-state-focus,
            .ui-state-hover,
            .ui-widget-content .ui-state-focus,
            .ui-widget-content .ui-state-hover,
            .ui-widget-header .ui-state-focus,
            .ui-widget-header .ui-state-hover {
                border: 1px solid #ccc;
                background: #ededed;
                font-weight: 400;
                color: #2b2b2b;
            }

                .ui-state-focus a,
                .ui-state-focus a:hover,
                .ui-state-focus a:link,
                .ui-state-focus a:visited,
                .ui-state-hover a,
                .ui-state-hover a:hover,
                .ui-state-hover a:link,
                .ui-state-hover a:visited,
                a.ui-button:focus,
                a.ui-button:hover {
                    color: #2b2b2b;
                    text-decoration: none;
                }

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: 400;
    color: #fff;
}

    .ui-icon-background,
    .ui-state-active .ui-icon-background {
        border: #003eff;
        background-color: #fff;
    }

    .ui-state-active a,
    .ui-state-active a:link,
    .ui-state-active a:visited {
        color: #fff;
        text-decoration: none;
    }

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620;
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f;
}

    .ui-state-error a,
    .ui-state-error-text,
    .ui-widget-content .ui-state-error a,
    .ui-widget-content .ui-state-error-text,
    .ui-widget-header .ui-state-error a,
    .ui-widget-header .ui-state-error-text {
        color: #5f3f3f;
    }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: 700;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: 0.7;
    filter: Alpha(Opacity=70);
    font-weight: 400;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: 0.35;
    filter: Alpha(Opacity=35);
    background-image: none;
}

    .ui-state-disabled .ui-icon {
        filter: Alpha(Opacity=35);
    }

.ui-icon {
    width: 16px;
    height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.html");
}

.ui-button:focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.html");
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.html");
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url("images/ui-icons_777620_256x240.html");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.html");
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.html");
}

.ui-icon-blank {
    background-position: 16px 16px;
}

.ui-icon-caret-1-n {
    background-position: 0 0;
}

.ui-icon-caret-1-ne {
    background-position: -16px 0;
}

.ui-icon-caret-1-e {
    background-position: -32px 0;
}

.ui-icon-caret-1-se {
    background-position: -48px 0;
}

.ui-icon-caret-1-s {
    background-position: -65px 0;
}

.ui-icon-caret-1-sw {
    background-position: -80px 0;
}

.ui-icon-caret-1-w {
    background-position: -96px 0;
}

.ui-icon-caret-1-nw {
    background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0;
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px;
}

.ui-icon-arrow-4 {
    background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px;
}

.ui-icon-extlink {
    background-position: -32px -80px;
}

.ui-icon-newwin {
    background-position: -48px -80px;
}

.ui-icon-refresh {
    background-position: -64px -80px;
}

.ui-icon-shuffle {
    background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px;
}

.ui-icon-folder-open {
    background-position: -16px -96px;
}

.ui-icon-document {
    background-position: -32px -96px;
}

.ui-icon-document-b {
    background-position: -48px -96px;
}

.ui-icon-note {
    background-position: -64px -96px;
}

.ui-icon-mail-closed {
    background-position: -80px -96px;
}

.ui-icon-mail-open {
    background-position: -96px -96px;
}

.ui-icon-suitcase {
    background-position: -112px -96px;
}

.ui-icon-comment {
    background-position: -128px -96px;
}

.ui-icon-person {
    background-position: -144px -96px;
}

.ui-icon-print {
    background-position: -160px -96px;
}

.ui-icon-trash {
    background-position: -176px -96px;
}

.ui-icon-locked {
    background-position: -192px -96px;
}

.ui-icon-unlocked {
    background-position: -208px -96px;
}

.ui-icon-bookmark {
    background-position: -224px -96px;
}

.ui-icon-tag {
    background-position: -240px -96px;
}

.ui-icon-home {
    background-position: 0 -112px;
}

.ui-icon-flag {
    background-position: -16px -112px;
}

.ui-icon-calendar {
    background-position: -32px -112px;
}

.ui-icon-cart {
    background-position: -48px -112px;
}

.ui-icon-pencil {
    background-position: -64px -112px;
}

.ui-icon-clock {
    background-position: -80px -112px;
}

.ui-icon-disk {
    background-position: -96px -112px;
}

.ui-icon-calculator {
    background-position: -112px -112px;
}

.ui-icon-zoomin {
    background-position: -128px -112px;
}

.ui-icon-zoomout {
    background-position: -144px -112px;
}

.ui-icon-search {
    background-position: -160px -112px;
}

.ui-icon-wrench {
    background-position: -176px -112px;
}

.ui-icon-gear {
    background-position: -192px -112px;
}

.ui-icon-heart {
    background-position: -208px -112px;
}

.ui-icon-star {
    background-position: -224px -112px;
}

.ui-icon-link {
    background-position: -240px -112px;
}

.ui-icon-cancel {
    background-position: 0 -128px;
}

.ui-icon-plus {
    background-position: -16px -128px;
}

.ui-icon-plusthick {
    background-position: -32px -128px;
}

.ui-icon-minus {
    background-position: -48px -128px;
}

.ui-icon-minusthick {
    background-position: -64px -128px;
}

.ui-icon-close {
    background-position: -80px -128px;
}

.ui-icon-closethick {
    background-position: -96px -128px;
}

.ui-icon-key {
    background-position: -112px -128px;
}

.ui-icon-lightbulb {
    background-position: -128px -128px;
}

.ui-icon-scissors {
    background-position: -144px -128px;
}

.ui-icon-clipboard {
    background-position: -160px -128px;
}

.ui-icon-copy {
    background-position: -176px -128px;
}

.ui-icon-contact {
    background-position: -192px -128px;
}

.ui-icon-image {
    background-position: -208px -128px;
}

.ui-icon-video {
    background-position: -224px -128px;
}

.ui-icon-script {
    background-position: -240px -128px;
}

.ui-icon-alert {
    background-position: 0 -144px;
}

.ui-icon-info {
    background-position: -16px -144px;
}

.ui-icon-notice {
    background-position: -32px -144px;
}

.ui-icon-help {
    background-position: -48px -144px;
}

.ui-icon-check {
    background-position: -64px -144px;
}

.ui-icon-bullet {
    background-position: -80px -144px;
}

.ui-icon-radio-on {
    background-position: -96px -144px;
}

.ui-icon-radio-off {
    background-position: -112px -144px;
}

.ui-icon-pin-w {
    background-position: -128px -144px;
}

.ui-icon-pin-s {
    background-position: -144px -144px;
}

.ui-icon-play {
    background-position: 0 -160px;
}

.ui-icon-pause {
    background-position: -16px -160px;
}

.ui-icon-seek-next {
    background-position: -32px -160px;
}

.ui-icon-seek-prev {
    background-position: -48px -160px;
}

.ui-icon-seek-end {
    background-position: -64px -160px;
}

.ui-icon-seek-first,
.ui-icon-seek-start {
    background-position: -80px -160px;
}

.ui-icon-stop {
    background-position: -96px -160px;
}

.ui-icon-eject {
    background-position: -112px -160px;
}

.ui-icon-volume-off {
    background-position: -128px -160px;
}

.ui-icon-volume-on {
    background-position: -144px -160px;
}

.ui-icon-power {
    background-position: 0 -176px;
}

.ui-icon-signal-diag {
    background-position: -16px -176px;
}

.ui-icon-signal {
    background-position: -32px -176px;
}

.ui-icon-battery-0 {
    background-position: -48px -176px;
}

.ui-icon-battery-1 {
    background-position: -64px -176px;
}

.ui-icon-battery-2 {
    background-position: -80px -176px;
}

.ui-icon-battery-3 {
    background-position: -96px -176px;
}

.ui-icon-circle-plus {
    background-position: 0 -192px;
}

.ui-icon-circle-minus {
    background-position: -16px -192px;
}

.ui-icon-circle-close {
    background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px;
}

.ui-icon-circle-check {
    background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
    border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
    border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
    border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
    border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
    background: #aaa;
    opacity: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  3.1 Header Style 1
/*----------------------------------------*/
.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    animation: 0.5s ease-in-out 0s normal none 1 running fadeInDown;
    z-index: 999;
}

    .header-sticky .tp-header-main__menu-bg {
        width: 100%;
    }

.tp-header-top__plr {
    padding-left: 100px;
    padding-right: 100px;
}

@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: 767px) {
    .tp-header-top__plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.tp-header-top__height {
    min-height: 45px;
    line-height: 45px;
}

.tp-header-top__left-info ul li {
    display: inline-block;
    list-style-type: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: var(--tp-common-black-2);
    padding-right: 25px;
    margin-right: 25px;
    position: relative;
}

    .tp-header-top__left-info ul li:first-child a {
        text-decoration: underline;
    }

@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-header-top__left-info ul li:nth-child(2) {
        display: none;
    }

    .tp-header-top__left-info ul li:nth-child(3) {
        display: none;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-top__left-info ul li {
        margin-right: 0;
    }

        .tp-header-top__left-info ul li:nth-child(2) {
            display: none;
        }

        .tp-header-top__left-info ul li:nth-child(3) {
            display: none;
        }
}

.tp-header-top__left-info ul li:last-child {
    padding-right: 0;
    margin-right: 0;
}

    .tp-header-top__left-info ul li:last-child::after {
        display: none;
    }

.tp-header-top__left-info ul li svg {
    margin-top: -2px;
    margin-right: 4px;
}

.tp-header-top__left-info ul li::after {
    content: "";
    height: 20px;
    width: 1px;
    right: 0;
    top: 13px;
    position: absolute;
    background-color: rgba(104, 94, 94, 0.29);
}

@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-header-top__left-info ul li::after {
        display: none;
    }
}

.tp-header-top__left-info ul li span {
    height: 22px;
    line-height: 22px;
    padding: 0px 13px;
    background-color: var(--tp-theme-2);
    color: var(--tp-common-white);
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 0.15em;
    margin-right: 13px;
    transform: translateY(-2px);
}

.tp-header-top__left-info ul li a:hover {
    color: var(--tp-theme-1);
}

.tp-header-top__value {
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top__value {
        margin-left: 20px;
    }
}

.tp-header-top__value ul li {
    list-style-type: none;
}

    .tp-header-top__value ul li a {
        font-weight: 400;
        font-size: 14px;
        color: var(--tp-common-black-2);
    }

        .tp-header-top__value ul li a img {
            width: 25px;
            height: 25px;
            border: 3px solid var(--tp-common-white);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.13);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
            margin-right: 10px;
        }

        .tp-header-top__value ul li a span {
            margin-left: 5px;
        }

            .tp-header-top__value ul li a span svg {
                transform: translateY(-1px);
            }

    .tp-header-top__value ul li ul.tp-header-top__value-submenu {
        position: absolute;
        top: 130%;
        left: 0px;
        width: 80px;
        background: var(--tp-common-white);
        z-index: 99;
        box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
        padding: 15px 20px;
        border-radius: 4px;
        transition: all 0.3s ease-out 0s;
        opacity: 0;
        visibility: hidden;
    }

        .tp-header-top__value ul li ul.tp-header-top__value-submenu.open {
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

        .tp-header-top__value ul li ul.tp-header-top__value-submenu li {
            line-height: 1;
            margin-bottom: 10px;
            list-style-type: none;
        }

            .tp-header-top__value ul li ul.tp-header-top__value-submenu li:last-child {
                margin-bottom: 0;
            }

            .tp-header-top__value ul li ul.tp-header-top__value-submenu li a:hover {
                color: var(--tp-theme-1);
            }

.tp-header-top__lang {
    position: relative;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top__lang {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-top__lang {
        margin-right: 20px;
    }
}

.tp-header-top__lang > ul > li {
    list-style-type: none;
}

    .tp-header-top__lang > ul > li a {
        font-weight: 400;
        font-size: 15px;
        color: var(--tp-common-black-2);
    }

        .tp-header-top__lang > ul > li a img {
            width: 25px;
            height: 25px;
            border: 3px solid var(--tp-common-white);
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.13);
            box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.12);
            margin-right: 10px;
        }

        .tp-header-top__lang > ul > li a span {
            margin-left: 5px;
        }

    .tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu {
        position: absolute;
        top: 130%;
        left: 0px;
        width: 110px;
        background: var(--tp-common-white);
        z-index: 9;
        box-shadow: 0 30px 70px 6px rgba(11, 6, 70, 0.08);
        padding: 15px 20px;
        border-radius: 4px;
        transition: all 0.3s ease-out 0s;
        opacity: 0;
        visibility: hidden;
    }

        .tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu.open {
            opacity: 1;
            visibility: visible;
            top: 100%;
        }

        .tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu li {
            line-height: 1;
            margin-bottom: 10px;
            list-style-type: none;
        }

            .tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu li:last-child {
                margin-bottom: 0;
            }

            .tp-header-top__lang > ul > li ul.tp-header-top__lang-submenu li a:hover {
                color: var(--tp-theme-1);
            }

.tp-header-top__social {
    background-color: var(--tp-theme-1);
    padding: 0px 17px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top__social {
        padding: 0 14px;
    }
}

.tp-header-top__social ul li {
    display: inline-block;
    list-style-type: none;
}

    .tp-header-top__social ul li a {
        color: var(--tp-common-white);
        font-size: 18px;
        margin: 0px 10px;
    }

        .tp-header-top__social ul li a:hover {
            color: var(--tp-theme-2);
        }

.tp-header-main__menu-wrapper {
    display: flex;
    justify-content: end;
}

.tp-header-main__menu-box {
    margin-right: 134px;
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-header-main__menu-box {
        margin-right: 60px;
    }
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-main__menu-box {
        margin-right: 80px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-main__menu-box {
        margin-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main__menu-box {
        margin-right: 0px;
    }
}

.tp-header-main__pl {
    padding-left: 100px;
}

@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: 767px) {
    .tp-header-main__pl {
        padding-left: 15px;
    }
}

.tp-header-main__menu-bg {
    background-color: var(--tp-common-white);
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: end;
    padding-left: 45px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main__menu-bg {
        padding-left: 0;
    }
}

@media (max-width: 767px) {
    .tp-header-main__menu-bg {
        padding-left: 0;
    }
}

.tp-header-main__logo-wrap {
    position: absolute;
    top: 0;
    left: 115px;
}

.tp-header-main__logo span {
    position: absolute;
    top: 0%;
    left: 0%;
}

.tp-header-main__logo-1 {
    position: relative;
    top: 20px;
    left: 30px;
}

.tp-header-main__menu > nav > ul {
    text-align: end;
}

    .tp-header-main__menu > nav > ul > li {
        display: inline-block;
        list-style-type: none;
        margin: 0px 35px;
        position: relative;
    }

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-main__menu > nav > ul > li {
        margin: 0px 25px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-main__menu > nav > ul > li {
        margin: 0px 19px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main__menu > nav > ul > li {
        margin: 0px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-main__menu > nav > ul > li {
        margin: 0px 15px;
    }
}

.tp-header-main__menu > nav > ul > li:last-child {
    margin-right: 0;
}

.tp-header-main__menu > nav > ul > li.has-dropdown-2::after {
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    color: var(--tp-theme-2);
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s;
    transform: translateY(-1px);
    margin-right: 5px;
}

.tp-header-main__menu > nav > ul > li:nth-child(2) {
    margin-right: 40px;
    margin-left: 15px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-main__menu > nav > ul > li:nth-child(2) {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-main__menu > nav > ul > li:nth-child(2) {
        margin-right: 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main__menu > nav > ul > li:nth-child(2) {
        margin-right: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-main__menu > nav > ul > li:nth-child(2) {
        margin-right: 15px;
    }
}

.tp-header-main__menu > nav > ul > li > .submenu {
    position: absolute;
    background-color: var(--tp-common-white);
    width: 240px;
    z-index: 999;
    padding: 30px 0px;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    text-align: right;
    margin-right: 0;
    border-top: 5px solid var(--tp-theme-1);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .tp-header-main__menu > nav > ul > li > .submenu > li {
        margin: 0;
        display: block;
        margin-bottom: 10px;
        padding: 0 10px;
    }

        .tp-header-main__menu > nav > ul > li > .submenu > li:last-child {
            margin-bottom: 0;
        }

        .tp-header-main__menu > nav > ul > li > .submenu > li > a {
            padding: 0;
            margin: 0;
            display: inline-block;
            text-transform: capitalizes;
            font-size: 14px;
            color: var(--tp-common-black);
            position: relative;
            letter-spacing: 1px;
            font-weight: 500;
        }

            .tp-header-main__menu > nav > ul > li > .submenu > li > a:hover {
                color: var(--tp-theme-1);
            }

        .tp-header-main__menu > nav > ul > li > .submenu > li .submenu {
            left: 100%;
            top: 0;
        }

.tp-header-main__menu > nav > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    padding: 37px 0px;
    display: inline-block;
}

.tp-header-main__menu > nav > ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.tp-header-main__menu > nav > ul > li:hover > a {
    color: var(--tp-theme-1);
}

.tp-header-main__right-info ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 60px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-main__right-info ul li {
        margin-left: 25px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-main__right-info ul li {
        margin-left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-main__right-info ul li {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .tp-header-main__right-info ul li {
        margin-left: 0px;
    }
}

.tp-header-main__right-info ul li:first-child {
    margin-left: 0;
}

.tp-header-main__search {
    padding-left: 47px;
    position: relative;
}

    .tp-header-main__search::after {
        position: absolute;
        content: "";
        top: 8px;
        left: 0;
        width: 1px;
        height: 40px;
        background-color: #edeeee;
    }

@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: 767px) {
    .tp-header-main__search::after {
        display: none;
    }
}

.tp-header-main__search button {
    height: 55px;
    width: 55px;
    line-height: 53px;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    text-align: center;
    display: inline-block;
    transition: 0.3s;
}

    .tp-header-main__search button span {
        margin-left: -2px;
    }

.tp-header-main__search:hover button {
    background-color: var(--tp-theme-2);
}

.tp-header-main__phone-content span {
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.53);
    display: block;
}

.tp-header-main__phone-content a {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    transition: 0.3s;
}

    .tp-header-main__phone-content a:hover {
        color: var(--tp-theme-1);
    }

.tp-header-main__bar button {
    height: 100px;
    width: 110px;
    line-height: 100px;
    text-align: center;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    font-size: 30px;
}

@media (max-width: 767px) {
    .tp-header-main__bar button {
        height: 80px;
        width: 90px;
        line-height: 88px;
    }
}

.tp-header-main__phone-icon {
    margin-right: 15px;
}

.tp-header-xl__bar button {
    height: 55px;
    width: 55px;
    line-height: 53px;
    background-color: var(--tp-theme-1);
    text-align: center;
    display: inline-block;
    color: var(--tp-common-white);
    font-size: 24px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-xl__bar button {
        margin-left: 30px;
    }
}

.tp-header-xl__mob-space {
    padding: 15px 0;
}

.header-icon svg {
    transform: translateY(-2px);
}

/*----------------------------------------*/
/*  3.2 Header Style 2
/*----------------------------------------*/
.tp-header-top-2__mlr {
    margin-left: 115px;
    margin-right: 115px;
    border-bottom: 1px solid #e7eaf3;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-top-2__mlr {
        margin-left: 70px;
        margin-right: 70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top-2__mlr {
        margin-left: 50px;
        margin-right: 50px;
    }
}

@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-header-top-2__mlr {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.tp-header-top-2__plr {
    padding-left: 50px;
    padding-right: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-top-2__plr {
        padding-left: 0;
        padding-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) {
    .tp-header-top-2__plr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.tp-header-top-2__left-item span {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
}

    .tp-header-top-2__left-item span em {
        color: var(--tp-theme-1);
        font-style: normal;
    }

.tp-header-top-2__right-item ul li {
    list-style-type: none;
    display: inline-block;
    margin-left: 35px;
}

    .tp-header-top-2__right-item ul li:first-child {
        margin-left: 0;
    }

    .tp-header-top-2__right-item ul li:last-child {
        margin-left: 20px;
    }

.tp-header-top-2__contact-info span,
.tp-header-top-2__contact-info a {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
    color: var(--tp-common-black);
}

    .tp-header-top-2__contact-info span svg,
    .tp-header-top-2__contact-info a svg {
        margin-top: -3px;
        margin-right: 10px;
    }

    .tp-header-top-2__contact-info a:hover {
        color: var(--tp-theme-1);
    }

.tp-header-top-2__social a {
    color: var(--tp-common-black);
    font-weight: 400;
    font-size: 16px;
    margin-left: 15px;
}

    .tp-header-top-2__social a:hover {
        color: var(--tp-theme-2);
    }

.tp-header-2__plr {
    padding-left: 115px;
    padding-right: 115px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-2__plr {
        padding-left: 70px;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-2__plr {
        padding-left: 50px;
        padding-right: 50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__plr {
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-header-2__plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (max-width: 767px) {
    .tp-header-2__plr {
        padding: 10px 15px;
    }
}

.tp-header-2__tel {
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.06);
    border-radius: 0px 0px 15px 15px;
    padding: 18px 30px;
    display: inline-block;
}

    .tp-header-2__tel img {
        margin-bottom: 5px;
    }

    .tp-header-2__tel a {
        font-weight: 500;
        font-size: 15px;
        text-align: center;
        text-transform: uppercase;
        color: var(--tp-theme-1);
        display: block;
    }

.tp-header-2__logo-middle {
    position: absolute;
    bottom: 0;
    left: 41.7%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-2__logo-middle {
        left: 40.4%;
    }
}

.tp-header-2__logo-middle a {
    background-color: var(--tp-theme-1);
    padding: 20px 35px;
    display: inline-block;
}

.tp-header-2__logo a {
    background-color: var(--tp-theme-1);
    padding: 20px 16px;
    display: inline-block;
}

.tp-header-2__menu-box {
    box-shadow: 0px 4px 29px rgba(40, 71, 152, 0.05);
}

.tp-header-2__menu > nav > ul > li {
    display: inline-block;
    list-style-type: none;
    margin: 0px 25px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-header-2__menu > nav > ul > li {
        margin: 0px 23px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-header-2__menu > nav > ul > li {
        margin: 0px 15px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__menu > nav > ul > li {
        margin: 0px 20px;
    }
}

.tp-header-2__menu > nav > ul > li:nth-child(3) {
    margin-right: 250px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-header-2__menu > nav > ul > li:nth-child(3) {
        margin-right: 20px;
    }
}

.tp-header-2__menu > nav > ul > li.has-dropdown-2::after {
    content: "\f063";
    font-family: "Font Awesome 6 Pro";
    display: inline-block;
    color: var(--tp-theme-1);
    font-size: 12px;
    font-weight: 700;
    transition: 0.3s;
    transform: translateY(-1px) translateX(12px);
}

.tp-header-2__menu > nav > ul > li > a {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    padding: 35px 0;
    display: inline-block;
}

.tp-header-2__menu > nav > ul > li > .submenu {
    position: absolute;
    background-color: var(--tp-common-white);
    width: 240px;
    z-index: 999;
    padding: 30px 0px;
    top: 110%;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
    text-align: left;
    margin-left: 0;
    border-top: 7px solid var(--tp-theme-1);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .tp-header-2__menu > nav > ul > li > .submenu > li {
        margin: 0;
        display: block;
        margin-bottom: 5px;
        padding: 0 40px;
    }

        .tp-header-2__menu > nav > ul > li > .submenu > li:last-child {
            margin-bottom: 0;
        }

        .tp-header-2__menu > nav > ul > li > .submenu > li > a {
            padding: 0;
            margin: 0;
            display: inline-block;
            text-transform: capitalizes;
            font-size: 14px;
            color: var(--tp-common-black);
            position: relative;
            letter-spacing: 1px;
            font-weight: 500;
        }

            .tp-header-2__menu > nav > ul > li > .submenu > li > a:hover {
                color: var(--tp-theme-1);
            }

        .tp-header-2__menu > nav > ul > li > .submenu > li .submenu {
            left: 100%;
            top: 0;
        }

.tp-header-2__menu > nav > ul > li:hover > .submenu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

.tp-header-2__menu > nav > ul > li:hover > a {
    color: var(--tp-theme-1);
}

.tp-header-2__lg-bar {
    margin-left: 30px;
}

.tp-header-2__right-info {
    padding-right: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-2__right-info {
        padding-right: 0;
    }
}

.tp-header-2__right-info ul li {
    display: inline-block;
    list-style-type: none;
}

.tp-header-2__shop-cart {
    position: relative;
}

    .tp-header-2__shop-cart a {
        font-size: 21px;
        color: var(--tp-common-black);
    }

        .tp-header-2__shop-cart a span {
            position: absolute;
            right: -6px;
            top: -17px;
            height: 16px;
            width: 16px;
            line-height: 16px;
            border-radius: 50%;
            text-align: center;
            background-color: var(--tp-common-green);
            display: inline-block;
            font-size: 10px;
            color: var(--tp-common-white);
        }

.tp-header-2__btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    margin-left: 40px;
    padding-left: 30px;
    position: relative;
}

    .tp-header-2__btn::after {
        position: absolute;
        top: -36px;
        left: 0;
        width: 1px;
        height: 97px;
        background-color: #e7eaf3;
        content: "";
        display: inline-block;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-header-2__btn::after {
        top: -24px;
        height: 70px;
    }
}

.tp-header-2__btn a i {
    transform: translateY(1px);
    font-size: 14px;
    color: var(--tp-common-black);
    margin-left: 10px;
}

.tp-header-2__btn a span {
    position: relative;
}

    .tp-header-2__btn a span::after {
        position: absolute;
        bottom: 2px;
        left: 0;
        height: 1px;
        width: 100%;
        background-color: var(--tp-common-black);
        content: "";
    }

/*----------------------------------------*/
/*  3.3 Header Style 3
/*----------------------------------------*/
.tp-header-top-3__customize .tp-header-top__left-info ul li {
    color: var(--tp-common-white);
}

    .tp-header-top-3__customize .tp-header-top__left-info ul li a {
        text-decoration: none;
    }

.tp-header-top-3__customize .tp-header-top__value > ul > li > a {
    color: var(--tp-common-white);
}

    .tp-header-top-3__customize .tp-header-top__value > ul > li > a span svg {
        color: var(--tp-common-white);
    }

.tp-header-top-3__customize
.tp-header-top__value
ul
li
ul.tp-header-top__value-submenu {
    text-align: left;
}

.tp-header-top-3__right-wrap > ul > li {
    display: inline-block;
    list-style-type: none;
    padding-right: 20px;
    margin-right: 20px;
    position: relative;
}

    .tp-header-top-3__right-wrap > ul > li::after {
        position: absolute;
        content: "";
        top: 13px;
        right: 0;
        width: 1px;
        height: 20px;
        background-color: #172451;
    }

    .tp-header-top-3__right-wrap > ul > li:first-child::after {
        display: none;
    }

.tp-header-top-3__calander {
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.02em;
    color: var(--tp-common-white);
    position: relative;
}

    .tp-header-top-3__calander svg {
        transform: translateY(-2px);
        margin-left: 4px;
    }

.tp-header-top-3__social li {
    display: inline-block;
    list-style-type: none;
}

    .tp-header-top-3__social li a {
        font-size: 14px;
        color: #fff;
        margin: 0px 7px;
    }

        .tp-header-top-3__social li a:hover {
            color: var(--tp-theme-2);
        }

.tp-header-3__transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}

.tp-header-3__logo-bg {
    position: relative;
    top: 0;
    left: 0;
}

.tp-header-3__logo img {
    /*position: absolute;
  z-index: 9;
  top: 20px;
  left: 0;
  padding: 0 20px;*/
    height: 70px;
}

.tp-header-3__logo-main {
    position: relative;
    /*top: 0;
  left: 0;*/
}

.tp-header-3__customize .tp-header-main__menu nav > ul > li {
    margin: 0px 6px;
}

    .tp-header-3__customize .tp-header-main__menu nav > ul > li:nth-child(2) {
    }

.tp-header-3__customize .tp-header-main__menu nav ul li:last-child {
    margin-right: 0;
}

.tp-header-3__customize
.tp-header-top__lang > ul > li
ul.tp-header-top__lang-submenu {
    text-align: left;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-header-3__lg-mob-space {
        padding: 10px 5px;
    }
}

.tp-header-top-3__border {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: #000;
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-header-main__menu nav ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .tp-header-main__menu nav ul li .has-homemenu .homemenu {
        padding: 0px 10px;
        position: relative;
        margin-bottom: 20px;
    }

.tp-header-2__menu nav ul li .has-homemenu {
    width: 810px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

    .tp-header-2__menu nav ul li .has-homemenu .homemenu {
        padding: 0px 10px;
        position: relative;
        margin-bottom: 20px;
    }

.homemenu-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.4s;
}

.homemenu-title {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tp-theme-1);
    display: inline-block;
    font-weight: 700;
}

    .homemenu-title:hover {
        color: var(--tp-theme-2);
    }

.homemenu-thumb {
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.1);
}

    .homemenu-thumb:hover .homemenu-btn {
        opacity: 1;
        visibility: visible;
        bottom: 50%;
        transform: translateY(50%);
    }

.tp-main-menu-mobile .tp-submenu {
    display: none;
}

.tp-main-menu-mobile .header-icon {
    display: none;
}

.tp-main-menu-mobile ul {
    position: static;
    display: block;
    box-shadow: none;
}

    .tp-main-menu-mobile ul li {
        list-style: none;
        position: relative;
        width: 100%;
        padding: 0;
    }

        .tp-main-menu-mobile ul li:not(:last-child) a {
            border-bottom: 1px solid rgba(6, 7, 40, 0.1);
        }

        .tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn {
            position: absolute;
            left: 0;
            top: 21%;
            -webkit-transform: translateY(-2px);
            -moz-transform: translateY(-2px);
            -ms-transform: translateY(-2px);
            -o-transform: translateY(-2px);
            transform: translateY(-2px);
            font-size: 18px;
            color: #7f8387;
            font-family: "Font Awesome 5 Pro";
            transition: all 0.3s ease-in-out;
            z-index: 1;
            width: 25px;
            height: 25px;
            line-height: 22px;
            text-align: center;
            border: 1px solid rgba(255, 255, 255, 0.12);
            transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
        }

            .tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn i {
                transition: all 0.3s ease-in-out;
                margin-left: 2px;
            }

            .tp-main-menu-mobile
            ul
            li.has-dropdown > a
            .dropdown-toggle-btn.dropdown-opened
            i {
                -webkit-transform: rotate(90deg);
                -moz-transform: rotate(90deg);
                -ms-transform: rotate(90deg);
                -o-transform: rotate(90deg);
                transform: rotate(90deg);
            }

            .tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover {
                background-color: var(--tp-theme-1);
                border-color: var(--tp-theme-1);
                color: var(--tp-common-white);
            }

                .tp-main-menu-mobile ul li.has-dropdown > a .dropdown-toggle-btn:hover i {
                    color: var(--tp-common-white);
                }

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

            .tp-main-menu-mobile
            ul
            li.has-dropdown > a.expanded
            .dropdown-toggle-btn.dropdown-opened {
                background-color: var(--tp-theme-1);
                border-color: var(--tp-theme-1);
                color: var(--tp-common-white);
            }

                .tp-main-menu-mobile
                ul
                li.has-dropdown > a.expanded
                .dropdown-toggle-btn.dropdown-opened
                i {
                    color: var(--tp-common-white);
                }

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

        .tp-main-menu-mobile ul li:last-child a span {
            border-bottom: 0;
        }

        .tp-main-menu-mobile ul li > a {
            display: block;
            font-size: 16px;
            color: var(--tp-common-white);
            position: relative;
            padding: 10px 0;
            padding-left: 20px;
        }

            .tp-main-menu-mobile ul li > a svg {
                -webkit-transform: translateY(-2px);
                -moz-transform: translateY(-2px);
                -ms-transform: translateY(-2px);
                -o-transform: translateY(-2px);
                transform: translateY(-2px);
            }

            .tp-main-menu-mobile ul li > a > i {
                display: inline-block;
                width: 11%;
                margin-right: 13px;
                -webkit-transform: translateY(4px);
                -moz-transform: translateY(4px);
                -ms-transform: translateY(4px);
                -o-transform: translateY(4px);
                transform: translateY(4px);
                font-size: 21px;
                line-height: 1;
            }

            .tp-main-menu-mobile ul li > a .menu-text {
                font-size: 16px;
                line-height: 11px;
                border-bottom: 1px solid #eaebed;
                width: 82%;
                display: inline-block;
                padding: 19px 0 17px;
            }

        .tp-main-menu-mobile ul li img {
            width: 100%;
        }

        .tp-main-menu-mobile ul li ul {
            padding: 0;
        }

            .tp-main-menu-mobile ul li ul li {
                padding: 0;
            }

                .tp-main-menu-mobile ul li ul li a {
                    margin-right: auto;
                    width: 93%;
                    padding: 10px 5%;
                    text-shadow: none !important;
                    visibility: visible;
                    padding-right: 0;
                    padding-left: 20px;
                }

                .tp-main-menu-mobile ul li ul li li a {
                    width: 88%;
                    padding: 10px 7%;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .tp-main-menu-mobile ul li ul li li li a {
                    width: 83%;
                    padding: 10px 9%;
                    padding-left: 0;
                    padding-right: 20px;
                }

                .tp-main-menu-mobile ul li ul li li li li a {
                    width: 68%;
                    padding: 10px 11%;
                    padding-left: 0;
                    padding-right: 20px;
                }

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

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

            .tp-main-menu-mobile ul li:hover > a .dropdown-toggle-btn i {
                color: var(--tp-theme-1);
            }

        .tp-main-menu-mobile ul li:hover .mega-menu {
            visibility: visible;
            opacity: 1;
            top: 0;
        }

        .tp-main-menu-mobile ul li .mega-menu,
        .tp-main-menu-mobile ul li .submenu {
            position: static;
            min-width: 100%;
            padding: 0;
            box-shadow: none;
            visibility: visible;
            opacity: 1;
            display: none;
        }

            .tp-main-menu-mobile ul li .mega-menu li,
            .tp-main-menu-mobile ul li .submenu li {
                float: none;
                display: block;
                width: 100%;
                padding: 0;
            }

                .tp-main-menu-mobile ul li .mega-menu li:hover a .dropdown-toggle-btn,
                .tp-main-menu-mobile ul li .submenu li:hover a .dropdown-toggle-btn {
                    color: var(--tp-theme-1);
                }

.tp-main-menu-mobile
.tp-main-menu-content
ul
li:not(:last-child)
.home-menu-title
a {
    border-bottom: none;
}

.tp-main-menu-mobile * ul,
.tp-main-menu-mobile * li {
    transition: none !important;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
.postbox__thumb {
    position: relative;
}

    .postbox__thumb .play-btn {
        position: absolute;
        top: 38%;
        left: 44%;
        z-index: 1;
    }

        .postbox__thumb .play-btn a {
            height: 85px;
            width: 85px;
            line-height: 87px;
        }

            .postbox__thumb .play-btn a::after {
                display: none;
            }

.postbox__item-single:hover {
    box-shadow: none;
}

.postbox__tag {
    position: absolute;
    bottom: 0px;
    left: 0;
}

    .postbox__tag p {
        margin-bottom: 0;
        font-weight: 700;
        font-size: 12px;
        text-align: center;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 0.135em;
        background: var(--tp-theme-1);
        clip-path: polygon( 0px 0px, 100% 0px, 92.7% 53.45%, 100% 100%, 0px 100%, 0px 50% );
        width: 130px;
    }

.postbox__content {
    padding-top: 28px;
}

@media (max-width: 767px) {
    .postbox__content {
        padding-left: 10px;
        padding-right: 10px;
    }
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none;
}

.postbox__title {
    font-weight: 600;
    font-size: 32px;
    color: var(--tp-common-black);
    margin-bottom: 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) {
    .postbox__title {
        font-size: 30px;
    }
}

@media (max-width: 767px) {
    .postbox__title {
        font-size: 25px;
    }
}

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

.postbox__meta {
    margin-bottom: 20px;
}

    .postbox__meta span {
        position: relative;
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: rgba(2, 6, 38, 0.6);
        margin-right: 25px;
    }

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

        .postbox__meta span:not(:last-of-type)::before {
            position: absolute;
            content: "";
            height: 1px;
            width: 9px;
            background: #676a7d;
            top: 10px;
            right: -20px;
        }

        .postbox__meta span i {
            color: var(--tp-theme-1);
            margin-right: 5px;
        }

.postbox__blockquote-shape {
    position: absolute;
    bottom: 34px;
    right: 44px;
}

.postbox__blockquote blockquote {
    background: #f4f6f8;
    padding: 35px 26px;
    margin-bottom: 50px;
    margin-top: 50px;
}

    .postbox__blockquote blockquote::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        clip-path: polygon(64% 0, 0 0, 0 68%);
        background: var(--tp-theme-1);
        height: 40px;
        width: 40px;
    }

    .postbox__blockquote blockquote p {
        font-family: var(--tp-ff-heading);
        font-weight: 600;
        font-size: 24px;
        color: #121d2c;
        margin-bottom: 25px;
    }

    .postbox__blockquote blockquote cite {
        font-weight: 400;
        font-size: 16px;
        color: #332d2d;
        font-style: inherit;
        position: relative;
    }

        .postbox__blockquote blockquote cite::before {
            content: "";
            font-size: 28px;
            color: #fff;
            padding-bottom: 0px;
            display: inline-block;
            background: #191515;
            height: 2px;
            width: 16px;
            font-weight: 400;
            text-align: center;
            top: -4px;
            margin-right: 10px;
            position: relative;
        }

.postbox-details-desc-thumb-caption {
    font-size: 18px;
    font-weight: 500;
    color: #807a7a;
    font-style: italic;
    text-align: center;
    display: block;
    margin-top: 30px;
    margin-bottom: 50px;
}

.postbox__list {
    margin-bottom: 60px;
}

.postbox__list-title {
    font-weight: 600;
    font-size: 28px;
    color: #121d2c;
    margin-bottom: 50px;
}

.postbox__list-content ul li {
    list-style: none;
    font-weight: 400;
    font-size: 16px;
    color: #445658;
    margin-bottom: 24px;
    position: relative;
    padding-left: 40px;
}

    .postbox__list-content ul li span {
        height: 27px;
        width: 27px;
        line-height: 25px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        background-color: var(--tp-common-white);
        color: var(--tp-theme-1);
        box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.06);
        position: absolute;
        top: 0;
        left: 0;
    }

        .postbox__list-content ul li span.active {
            background-color: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

.postbox__details-share-wrapper {
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f7f7f7;
}

.postbox__details-share span {
    font-size: 20px;
    font-weight: 500;
    color: #121416;
    margin-right: 15px;
}

.postbox__details-share a {
    height: 37px;
    width: 37px;
    text-align: center;
    line-height: 37px;
    display: inline-block;
    background-color: #f2f6f7;
    color: var(--tp-common-black);
    margin-right: 10px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__details-share a {
        margin-bottom: 10px;
        height: 30px;
        width: 30px;
        line-height: 30px;
        margin-right: 8px;
    }
}

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

.postbox__details-tag span {
    font-size: 20px;
    font-weight: 500;
    color: #121416;
    margin-right: 6px;
}

.postbox__read-more .postbox-btn {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    color: #132047;
}

    .postbox__read-more .postbox-btn span {
        margin-left: 5px;
    }

        .postbox__read-more .postbox-btn span::before {
            position: absolute;
            content: "";
            top: 1px;
            right: -10px;
            border: 1px solid #e8f2f9;
            height: 28px;
            width: 28px;
            display: inline-block;
            border-radius: 50%;
        }

.postbox__text img {
    max-width: 100%;
}

.postbox__text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    color: #838383;
    margin-bottom: 28px;
}

.postbox__text-single p {
    margin-bottom: 15px;
}

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

    .postbox__slider button.postbox-slider-button-next {
        left: auto;
        right: 50px;
    }

@media (max-width: 767px) {
    .postbox__slider button.postbox-slider-button-next {
        right: 10px;
    }
}

@media (max-width: 767px) {
    .postbox__slider button {
        left: 10px;
    }
}

.postbox__comment ul li {
    margin-bottom: 10px;
    list-style: none;
}

    .postbox__comment ul li.children {
        margin-left: 65px;
    }

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

.postbox__comment-form {
    margin-bottom: 40px;
    padding: 65px 45px 80px 45px;
    background: #f8f8f9;
}

@media (max-width: 767px) {
    .postbox__comment-form {
        padding: 20px;
    }
}

.postbox__comment-form-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.postbox__comment-input {
    position: relative;
    margin-bottom: 20px;
}

    .postbox__comment-input span {
        font-weight: 600;
        color: var(--tp-common-black);
        margin-bottom: 12px;
        display: block;
    }

    .postbox__comment-input input,
    .postbox__comment-input textarea {
        height: 55px;
        padding: 0 20px;
        width: 100%;
        font-size: 14px;
        color: var(--tp-common-black);
        outline: none;
        background: #ffffff;
        border: 1px solid #e5e5e5;
        box-shadow: 0px 15px 10px rgba(242, 242, 242, 0.18);
    }

        .postbox__comment-input input:focus,
        .postbox__comment-input textarea:focus {
            border: 1px solid var(--tp-theme-1);
        }

            .postbox__comment-input input:focus::placeholder,
            .postbox__comment-input textarea:focus::placeholder {
                font-size: 0;
            }

    .postbox__comment-input textarea {
        height: 175px;
        resize: none;
        padding-top: 20px;
        padding-bottom: 20px;
    }

.postbox__comment-title {
    font-size: 28px;
    color: #121416;
    font-weight: 600;
    margin-bottom: 20px;
}

.postbox__comment-box {
    padding-top: 20px;
}

.postbox__comment-avater img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.postbox__comment-name {
    margin-bottom: 5px;
}

    .postbox__comment-name h5 {
        font-weight: 600;
        font-size: 18px;
        line-height: 1;
        color: #121416;
        margin-bottom: 0;
    }

    .postbox__comment-name span {
        font-weight: 500;
        font-size: 12px;
        color: #949392;
    }

@media (max-width: 767px) {
    .postbox__comment-text {
        margin-left: 0;
        margin-top: 15px;
    }
}

.postbox__comment-text p {
    font-size: 16px;
    color: #838383;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .postbox__comment-text p {
        font-size: 15px;
    }
}

.postbox__comment-reply span {
    position: absolute;
    top: 22px;
    right: 50px;
}

.postbox__comment-agree {
    padding-left: 5px;
}

    .postbox__comment-agree input {
        margin: 0;
        appearance: none;
        -moz-appearance: none;
        display: block;
        width: 16px;
        height: 16px;
        background: var(--tp-common-white);
        border: 1px solid #949392;
        outline: none;
        flex: 0 0 auto;
        -webkit-transform: translateY(-1px);
        -moz-transform: translateY(-1px);
        -ms-transform: translateY(-1px);
        -o-transform: translateY(-1px);
        transform: translateY(-1px);
    }

        .postbox__comment-agree input:checked {
            position: relative;
            background-color: var(--tp-theme-1);
            border-color: transparent;
        }

            .postbox__comment-agree input:checked::after {
                box-sizing: border-box;
                content: "\f00c";
                position: absolute;
                font-family: var(--tp-ff-fontawesome);
                font-size: 10px;
                color: var(--tp-common-white);
                top: 47%;
                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%);
            }

        .postbox__comment-agree input:hover {
            cursor: pointer;
        }

    .postbox__comment-agree label {
        padding-left: 8px;
        color: #838383;
        line-height: 1;
    }

        .postbox__comment-agree label a {
            color: var(--tp-common-black);
            font-weight: 600;
            padding-left: 4px;
        }

            .postbox__comment-agree label a:hover {
                color: var(--tp-theme-1);
            }

        .postbox__comment-agree label:hover {
            cursor: pointer;
        }

.postbox__tag span {
    font-size: 16px;
    margin-bottom: 17px;
    color: var(--tp-common-black);
    margin-right: 10px;
}

.postbox__play-btn a {
    height: 85px;
    width: 85px;
    line-height: 85px;
    background-color: var(--tp-common-white);
    color: var(--tp-theme-1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    border-radius: 50%;
    animation: pulse 2s infinite;
}

.postbox__slider-arrow-wrap button {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: var(--tp-common-white);
    color: var(--tp-common-black);
    text-align: center;
    font-size: 18px;
}

.postbox__slider-arrow-wrap .postbox-arrow-prev {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: 9;
}

.postbox__slider-arrow-wrap .postbox-arrow-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9;
}

.basic-pagination {
    margin-bottom: 40px;
}

    .basic-pagination ul li {
        list-style: none;
        display: inline-block;
        margin-right: 14px;
    }

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

.basic-pagination ul li:hover a {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    border: 2px solid var(--tp-theme-1);
}

.basic-pagination ul li a {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    color: #071c34;
    border: 2px solid #ededed;
    transform: translateY(3px);
    transition: all 0.3s ease-in-out;
}

.basic-pagination ul li .current {
    height: 50px;
    width: 50px;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-weight: 900;
    font-size: 15px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    transition: all 0.3s ease-in-out;
}

.postbox__thumb img {
    border-radius: 20px;
}

/*----------------------------------------*/
/*  5.3 Recent Post css
/*----------------------------------------*/
.rc__post ul li:not(:last-child) {
    margin-bottom: 15px;
}

.rc__post-title {
    font-weight: 600;
    font-size: 16px;
    color: #0d0d0d;
}

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

.rc__meta span {
    font-weight: 400;
    font-size: 15px;
    color: #888686;
    display: block;
    margin-bottom: 7px;
}

    .rc__meta span svg {
        transform: translateY(-2px);
        margin-right: 3px;
    }

.rc__post-thumb {
    flex: 0 0 auto;
}

/*----------------------------------------*/
/*  5.4 Sidebar css
/*----------------------------------------*/
.sidebar__widget {
    padding: 30px 30px;
    background: #f4f6f8;
}

.sidebar__widget-title {
    position: relative;
    display: inline-block;
    font-weight: 600;
    font-size: 22px;
    color: #0a2c3d;
    padding-left: 7px;
    margin-bottom: 30px;
}

    .sidebar__widget-title::after {
        position: absolute;
        content: "";
        left: 0px;
        height: 21px;
        width: 2px;
        top: 50%;
        background: var(--tp-theme-secondary);
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.sidebar__widget ul li {
    list-style: none;
    background: var(--tp-common-white);
    border: 1px solid #ededed;
    height: 54px;
    line-height: 54px;
    border-radius: 2px;
    padding: 0 15px;
    margin-bottom: 20px;
}

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

        .sidebar__widget ul li:hover a {
            color: var(--tp-common-white);
        }

    .sidebar__widget ul li:last-child {
        margin-bottom: 10px;
    }

    .sidebar__widget ul li a {
        position: relative;
        font-weight: 400;
        font-size: 16px;
        color: #445658;
        display: block;
    }

        .sidebar__widget ul li a span {
            float: right;
        }

.sidebar__about {
    padding: 37px 0 38px 0;
}

.sidebar__thumb img {
    border-radius: 50%;
    margin-bottom: 20px;
}

.sidebar__content-title {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-black);
    margin-bottom: 6px;
}

.sidebar__content-designation {
    font-weight: 400;
    font-size: 14px;
    color: #727a7d;
    display: block;
    margin-bottom: 13px;
}

.sidebar__content p {
    font-size: 16px;
    color: #838383;
    margin-bottom: 27px;
}

.sidebar__content-social a {
    height: 37px;
    width: 42px;
    line-height: 37px;
    text-align: center;
    display: inline-block;
    border: 1px solid #e8e8e8;
    margin-right: 12px;
}

    .sidebar__content-social a i {
        transition: 0.3s;
    }

    .sidebar__content-social a:hover {
        border: 1px solid var(--tp-theme-1);
        background-color: var(--tp-theme-1);
    }

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

.sidebar__search {
    position: relative;
}

    .sidebar__search input {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: var(--tp-common-white);
        padding: 0 25px;
        text-transform: capitalize;
        border: 1px solid #fff;
        outline: none;
        padding-right: 50px;
    }

        .sidebar__search input:focus {
            border: 1px solid var(--tp-theme-1);
        }

    .sidebar__search button {
        position: absolute;
        top: 0;
        right: 27px;
        height: 100%;
        line-height: 60px;
        color: var(--tp-theme-primary);
    }

.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.sidebar__banner-content {
    position: absolute;
    top: 50%;
    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;
    background: var(--tp-common-white);
}

    .sidebar__banner-content h4 {
        padding: 15px 20px;
        font-size: 24px;
        color: var(--tp-common-black);
        text-transform: uppercase;
        margin-bottom: 0;
    }

.tagcloud a {
    font-weight: 400;
    font-size: 14px;
    color: #77787b;
    text-transform: capitalize;
    padding: 6px 22px;
    margin-right: 5px;
    background-color: var(--tp-common-white);
    border: 1px solid #f6f3ee;
    margin-bottom: 14px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tagcloud a {
        padding: 6px 12px;
    }
}

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

/*----------------------------------------*/
/*  6.1 Footer Style 1
/*----------------------------------------*/
.tp-footer__logo {
    margin-bottom: 30px;
    text-align: center;
}

.tp-footer__info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #b4b4b4;
    margin-bottom: 15px;
    text-align: center;
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-footer__info p {
        margin-bottom: 20px;
    }
}

.tp-footer__main-location a {
    position: relative;
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #b4b4b4;
    padding-right: 35px;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer__main-location a br {
        display: none;
    }
}

.tp-footer__main-location a i {
    color: var(--tp-theme-1);
    font-size: 20px;
    position: absolute;
    top: 10px;
    right: 0;
}

.tp-footer__main-location a:hover {
    color: var(--tp-common-white);
}

.tp-footer__main-mail a {
    font-weight: 400;
    font-size: 16px;
    line-height: 34px;
    color: #b4b4b4;
    position: relative;
    padding-left: 35px;
    display: inline-block;
}

    .tp-footer__main-mail a i {
        color: var(--tp-theme-1);
        font-size: 20px;
        position: absolute;
        top: 10px;
        left: 0;
    }

    .tp-footer__main-mail a:hover {
        color: var(--tp-common-white);
    }

.tp-footer__widget-title {
    font-weight: 500;
    font-size: 22px;
    line-height: 29px;
    color: var(--tp-common-white);
    display: inline-block;
    margin-bottom: 30px;
}

.tp-footer__widget-content ul li {
    list-style: none;
    margin-bottom: 18px;
}

    .tp-footer__widget-content ul li:last-child {
        margin-bottom: 0;
    }

    .tp-footer__widget-content ul li a {
        position: relative;
        font-weight: 400;
        font-size: 16px;
        color: #b4b4b4;
        transition: 0.3s ease;
    }

        .tp-footer__widget-content ul li a::before {
            position: absolute;
            content: "\e09f";
            font-family: "Font Awesome 6 Pro";
            top: 10px;
            left: -18px;
            font-size: 18px;
            transform: translateY(-50%);
            color: var(--tp-theme-1);
            transition: all 0.3s ease-in-out;
            opacity: 0;
            visibility: hidden;
        }

        .tp-footer__widget-content ul li a:hover {
            margin-left: 14px;
        }

            .tp-footer__widget-content ul li a:hover::before {
                color: var(--tp-theme-1);
                opacity: 1;
                visibility: visible;
            }

.tp-footer__widget-social a {
    font-size: 14px;
    font-weight: 400;
    color: var(--tp-common-white);
    margin-right: 10px;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: rgba(251, 251, 253, 0.08);
    display: inline-block;
    transition: 0.3s;
}

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

.tp-footer__author {
    margin-bottom: 32px;
}

.tp-footer__author-content span {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: var(--tp-common-white);
}

.tp-footer__author-thumb {
    margin-right: 20px;
}

    .tp-footer__author-thumb img {
        border: 2px solid var(--tp-common-white);
        border-radius: 50%;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer__author-thumb img {
        margin-right: 10px;
    }
}

.tp-footer__author-thumb span {
    background-color: #00b956;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    display: inline-block;
    border: 1px solid var(--tp-common-white);
    position: absolute;
    bottom: 20px;
    right: 0;
}

.tp-footer__from {
    position: relative;
    background: rgba(255, 255, 255, 0.02);
    padding: 30px 20px 40px 20px;
}

.tp-footer__text-email {
    margin-bottom: 20px;
}

    .tp-footer__text-email input {
        position: relative;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(237, 237, 237, 0.3);
        padding-left: 0px;
        padding-right: 35px;
    }

        .tp-footer__text-email input::placeholder {
            color: #b4b4b4;
        }

        .tp-footer__text-email input:focus {
            color: var(--tp-common-white);
            border-bottom: 1px solid #fff;
        }

    .tp-footer__text-email span {
        position: absolute;
        top: 12px;
        right: 2px;
    }

.tp-footer__agree {
    margin-bottom: 25px;
}

    .tp-footer__agree input {
        margin: 0;
        appearance: none;
        -moz-appearance: none;
        display: block;
        width: 23px;
        height: 23px;
        background: transparent;
        border: 1px solid #4e545f;
        outline: none;
        flex: 0 0 auto;
        -webkit-transform: translateY(-2.5px);
        -moz-transform: translateY(-2.5px);
        -ms-transform: translateY(-2.5px);
        -o-transform: translateY(-2.5px);
        transform: translateY(-2.5px);
        border-radius: 50%;
        padding: 0;
        margin-top: 4px;
    }

        .tp-footer__agree input:checked {
            position: relative;
            background-color: transparent;
        }

            .tp-footer__agree input:checked::after {
                box-sizing: border-box;
                position: absolute;
                content: "\f00c";
                font-weight: 700;
                font-family: var(--tp-ff-fontawesome);
                font-size: 10px;
                color: var(--tp-theme-2);
                top: 50%;
                left: 49%;
                -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-footer__agree input:hover {
            cursor: pointer;
        }

    .tp-footer__agree label {
        padding-left: 10px;
        font-weight: 400;
        font-size: 14px;
        line-height: 26px;
        color: #b4b4b4;
    }

        .tp-footer__agree label span {
            color: var(--tp-theme-2);
            padding-left: 4px;
        }

        .tp-footer__agree label:hover {
            cursor: pointer;
        }

.footer-col-1 {
    padding-right: 20px;
}

@media (max-width: 767px) {
    .footer-col-1 {
        padding-right: 0;
    }
}

.footer-col-2 {
    padding-left: 35px;
}

@media (max-width: 767px) {
    .footer-col-2 {
        padding-left: 0;
    }
}

.footer-col-4 {
    margin-left: -20px;
}

@media (max-width: 767px) {
    .footer-col-4 {
        margin-left: 0;
    }
}

.footer-col-2-2 {
    padding-left: 70px;
}

@media (max-width: 767px) {
    .footer-col-2-2 {
        padding-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: 767px) {
    .tp-copyright__inner {
        margin-bottom: 15px;
    }
}

.tp-copyright__inner p,
.tp-copyright__inner a {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.7;
    color: var(--tp-common-white);
    margin-bottom: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .tp-copyright__inner p,
    .tp-copyright__inner a {
        margin-left: 0px;
        margin: 0px 5px;
    }
}

.tp-copyright__inner p span,
.tp-copyright__inner a span {
    color: var(--tp-theme-1);
}

.tp-copyright__inner a:hover {
    color: var(--tp-theme-2);
}

.tp-copyright__bdr-top {
    border-top: 1px solid rgba(242, 242, 242, 0.07);
}

.tp-footer-2__customize .tp-footer__widget-content ul li a::before {
    color: var(--tp-theme-2);
}

.tp-footer-2__customize .tp-footer__main-location a i {
    color: var(--tp-theme-2);
}

.tp-footer-2__customize .tp-footer__main-mail a i {
    color: var(--tp-theme-2);
}

.tp-footer-2__shape-1 {
    position: absolute;
    bottom: 0;
    left: 80px;
}

@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: 767px) {
    .tp-footer-2__shape-1 {
        display: none;
    }
}

.tp-copyright__customize .tp-copyright__inner span {
    color: var(--tp-theme-2);
}

.tp-error__height {
    padding-top: 120px;
    padding-bottom: 120px;
}

.tp-error__wrapper {
    height: 100%;
    padding-bottom: 70px;
    display: inline-block;
}

.tp-error__content h4 {
    margin-bottom: 50px;
    font-size: 30px;
    color: var(--tp-common-black);
    font-weight: 700;
}

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

/*----------------------------------------*/
/*  7.12 Hero css start
/*----------------------------------------*/
.subtitle-border {
    position: relative;
}

    .subtitle-border::after {
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: var(--tp-theme-2);
        content: "";
    }

.slick-active .tp-hero__subtitle {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
}

.slick-active .tp-hero__title {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
}

.slick-active .tp-hero__info-box {
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
    -webkit-animation-duration: 0.7s;
    animation-duration: 0.7s;
}

.slick-active .tp-hero__btn-box {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.9s;
    animation-duration: 0.9s;
}

.slick-active .tp-hero__subtitle,
.slick-active .tp-hero__title,
.slick-active .tp-hero__info-box,
.slick-active .tp-hero__btn-box {
    -webkit-animation-name: tpfadeUp;
    animation-name: tpfadeUp;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.tp-hero__mt {
    margin-top: -50px;
}

@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: 767px) {
    .tp-hero__mt {
        margin-top: 0;
    }
}

.tp-hero__bg {
    height: 980px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero__bg {
        height: 850px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero__bg {
        height: 800px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero__bg {
        height: 750px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero__bg {
        height: 700px;
    }
}

@media (max-width: 767px) {
    .tp-hero__bg {
        height: 600px;
    }
}

.tp-hero__overlay {
    position: relative;
}

    .tp-hero__overlay::after {
        position: absolute;
        top: 0;
        right: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient( 255.03deg, #21243a -0.62%, rgba(3, 23, 62, 0) 62.34% );
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

.tp-hero__subtitle {
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #00c09a;
    display: inline-block;
    margin-bottom: 35px;
}

.tp-hero__title {
    font-weight: 700;
    font-size: 46px;
    line-height: 1.5;
    color: var(--tp-common-white);
    margin-bottom: 30px;
    -webkit-text-stroke: 2px #f8f8f8;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .tp-hero__title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.tp-hero__info-box {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tp-hero__info-box {
        flex-wrap: wrap;
    }
}

.tp-hero__info-price {
    padding-left: 25px;
    margin-left: 25px;
    position: relative;
}

    .tp-hero__info-price::after {
        /* position: absolute;
  top: 15px;
  right: 0;
  width: 2px;
  height: 22px;
  background-color: var(--tp-theme-2);
  content: ""; */
    }

    .tp-hero__info-price span {
        font-weight: 700;
        font-size: 30px;
        line-height: 30px;
        color: var(--tp-theme-2);
    }

@media (max-width: 767px) {
    .tp-hero__info-price span {
        margin-bottom: 0px;
        display: inline-block;
        font-size: 18px;
    }
}

.tp-hero__info-price span em {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    font-style: normal;
}

.tp-hero__bonus svg {
    margin-right: 15px;
}

.tp-hero__bonus span {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #edb62c;
    position: relative;
    display: inline-block;
}

@media (max-width: 767px) {
    .tp-hero__bonus span {
        font-size: 16px;
    }
}

.tp-hero__bonus span::after {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: var(--tp-theme-2);
    content: "";
}

.tp-hero__title-shape {
    position: absolute;
    top: 35px;
    left: 45px;
}

    .tp-hero__title-shape svg {
        animation: section-animation 4s infinite;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero__title-shape {
        left: 100px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero__title-shape {
        left: 105px;
    }
}

.tp-hero__title-shape-3 {
    position: absolute;
    top: 35px;
    left: 77px;
}

    .tp-hero__title-shape-3 svg {
        animation: section-animation 4s infinite;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero__title-shape-3 {
        left: 100px;
    }
}

.tp-hero__shape-1 {
    position: absolute;
    top: 13%;
    left: 5%;
    animation: tpswing 1s forwards infinite alternate;
    transform-origin: bottom left;
}

.tp-hero__shape-2 {
    position: absolute;
    bottom: 0%;
    left: 0%;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-hero__shape-3 {
    position: absolute;
    bottom: 20%;
    right: 20%;
    -webkit-animation: movingleftright1 infinite 20000ms;
    animation: movingleftright1 infinite 20000ms;
}

.tp-hero__slider-active button {
    color: var(--tp-common-white);
}

    .tp-hero__slider-active button.slick-next {
        position: absolute;
        top: 40%;
        right: 18%;
        z-index: 99;
    }

    .tp-hero__slider-active button.slick-prev {
        position: absolute;
        top: 46%;
        right: 18%;
        z-index: 99;
    }

    .tp-hero__slider-active button:hover {
        color: var(--tp-theme-2);
    }

.tp-hero-2__ptb {
    padding-top: 200px;
    padding-bottom: 300px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__ptb {
        padding-bottom: 260px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2__ptb {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-hero-2__ptb {
        padding-top: 100px;
        padding-bottom: 0;
    }
}

.tp-hero-2__left-box {
    margin-top: 100px;
    position: relative;
    display: inline-block;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2__left-box {
        margin-top: 70px;
        margin-bottom: 200px;
    }
}

@media (max-width: 767px) {
    .tp-hero-2__left-box {
        margin-top: 50px;
        margin-bottom: 70px;
    }
}

.tp-hero-2__left-box::after {
    position: absolute;
    top: 20px;
    left: 0;
    width: 102%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    transform: matrix(-1, 0, 0, 1, 0, 0);
    content: "";
    border-radius: 50%;
}

.tp-hero-2__content-wrap {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.tp-hero-2__content span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    text-transform: lowercase;
    color: var(--tp-common-white);
}

    .tp-hero-2__content span em {
        font-style: normal;
        font-weight: 800;
        font-size: 67px;
        color: #00c09a;
        display: inline-block;
        width: 80px;
    }

.tp-hero-2__content .child-one {
    margin-bottom: 45px;
}

.tp-hero-2__content .child-two {
    margin-bottom: 35px;
}

.tp-hero-2__offer-box {
    position: absolute;
    bottom: 0;
    right: 0;
}

.tp-hero-2__offer-img-1 {
    margin-right: 30px;
    margin-bottom: 20px;
}

.tp-hero-2__offer-img-2 img {
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-hero-2__offer-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

    .tp-hero-2__offer-text span {
        display: block;
        font-weight: 600;
        font-size: 15px;
        text-transform: uppercase;
        color: #ffffff;
        font-family: var(--tp-ff-mulish);
    }

        .tp-hero-2__offer-text span em {
            font-weight: 600;
            font-size: 30px;
            text-transform: uppercase;
            color: #ffffff;
            font-style: normal;
            font-family: var(--tp-ff-mulish);
        }

        .tp-hero-2__offer-text span i {
            font-weight: 400;
            font-size: 18px;
            text-transform: uppercase;
            color: #ffffff;
            font-style: normal;
            font-family: var(--tp-ff-mulish);
        }

.tp-hero-2__title {
    font-weight: 700;
    font-size: 65px;
    text-transform: uppercase;
    line-height: 1.3;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2__title {
        font-size: 57px;
    }
}

@media (max-width: 767px) {
    .tp-hero-2__title {
        font-size: 43px;
    }
}

.tp-hero-2__title span {
    color: var(--tp-theme-2);
}

.tp-hero-2__title-shape {
    position: absolute;
    top: 60px;
    right: 170px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__title-shape {
        right: 44px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2__title-shape {
        right: 288px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2__title-shape {
        right: 80px;
    }
}

.tp-hero-2__title-shape svg {
    animation: section-animation 4s infinite;
}

.tp-hero-2__subtitle {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-theme-1);
}

    .tp-hero-2__subtitle em {
        font-style: normal;
        font-weight: 700;
        font-size: 54px;
    }

@media (max-width: 767px) {
    .tp-hero-2__subtitle em {
        font-size: 35px;
    }
}

.tp-hero-2__subtitle-wrap {
    display: inline-block;
    margin-bottom: 15px;
}

.tp-hero-2__title-wrap {
    display: inline-block;
    padding-bottom: 10px;
}

.tp-hero-2__subtitle-shape {
    position: absolute;
    top: -56%;
    left: -11%;
}

@media (max-width: 767px) {
    .tp-hero-2__subtitle-shape {
        top: -87%;
        left: -21%;
    }
}

.tp-hero-2__title-box p {
    font-weight: 400;
    font-size: 18px;
    text-decoration-line: underline;
    color: var(--tp-theme-2);
    margin-bottom: 50px;
}

.tp-hero-2__big-img {
    position: absolute;
    bottom: 0;
    right: 35px;
    z-index: 1;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__big-img {
        right: -40px;
    }
}

.tp-hero-2__shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-2__shape-1 {
        right: -130px;
    }
}

.tp-hero-2__shape-2 {
    position: absolute;
    top: 30%;
    right: 77px;
    animation: tpswing 1s forwards infinite alternate;
    transform-origin: left bottom;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__shape-2 {
        right: 30px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-2__shape-2 {
        top: 16%;
    }
}

.tp-hero-2__feature-title {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__feature-title {
        font-size: 16px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2__feature-title {
        font-size: 15px;
    }
}

.tp-hero-2__feature-box {
    display: inline-block;
}

.tp-hero-2__feature-box {
    position: absolute;
    bottom: 0;
    left: 50px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__feature-box {
        left: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2__feature-box {
        left: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2__feature-box {
        left: 50px;
    }
}

@media (max-width: 767px) {
    .tp-hero-2__feature-box {
        position: static;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.tp-hero-2__feature-wrap {
    padding: 40px 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-2__feature-wrap {
        padding: 35px 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2__feature-wrap {
        padding: 35px 15px;
    }
}

.tp-hero-2__feature-item {
    display: inline-block;
    transition: 0.3s;
    position: relative;
}

    .tp-hero-2__feature-item::after {
        position: absolute;
        content: "";
        top: 0;
        bottom: auto;
        width: 100%;
        height: 0%;
        background-color: var(--tp-theme-1);
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .tp-hero-2__feature-item.active::after {
        width: 100%;
        bottom: 0;
        top: auto;
        opacity: 1;
        visibility: visible;
        height: 100%;
    }

    .tp-hero-2__feature-item.active .tp-hero-2__feature-icon span {
        color: var(--tp-common-white);
    }

.tp-hero-2__feature-icon {
    position: relative;
    display: inline-block;
    margin-right: 25px;
}

    .tp-hero-2__feature-icon::after {
        position: absolute;
        top: -3px;
        right: -3px;
        width: 20px;
        height: 20px;
        background-color: var(--tp-theme-2);
        content: "";
        border-radius: 50%;
        z-index: -1;
    }

    .tp-hero-2__feature-icon span {
        color: var(--tp-theme-1);
        transition: 0.3s;
    }

.tp-hero-3__overlay {
    position: relative;
}

    .tp-hero-3__overlay::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        content: "";
        background: linear-gradient( 255.03deg, rgba(20, 23, 41, 0.92) -0.62%, rgba(3, 23, 62, 0) 62.34% );
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

.tp-hero-3__bg {
    padding-top: 315px;
    padding-bottom: 190px;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-3__bg {
        padding-top: 250px;
        background-position: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-3__bg {
        padding-top: 230px;
        padding-bottom: 150px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-3__bg {
        padding-top: 180px;
        padding-bottom: 120px;
    }
}

@media (max-width: 767px) {
    .tp-hero-3__bg {
        padding-top: 180px;
        padding-bottom: 120px;
    }
}

.tp-hero-3__right-glob img {
    max-width: inherit;
    margin-right: -7px;
    margin-top: 70px;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-hero-3__offer {
    position: absolute;
    top: 0;
    left: -30px;
}

/*----------------------------------------*/
/*  7.18 service css start
/*----------------------------------------*/
.tp-service__title-shape {
    position: absolute;
    top: 25px;
    right: 3px;
}

    .tp-service__title-shape svg {
        animation: section-animation 4s infinite;
    }

.tp-service__bg {
    background-size: cover;
}

.tp-service__section-wrapper {
    margin-bottom: 45px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service__title-box {
        margin-bottom: 20px;
    }
}

.tp-service__right-box p {
    margin-bottom: 0;
    padding-right: 20px;
    margin-right: 0px;
    position: relative;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service__right-box p {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .tp-service__right-box p {
        margin-right: 0px;
        padding-right: 0;
    }

        .tp-service__right-box p::after {
            display: none;
        }
}

.tp-service__right-box p::after {
    position: absolute;
    top: 8px;
    right: 0;
    width: 2px;
    height: 42px;
    background-color: var(--tp-theme-2);
    content: "";
}

.tp-service__box-shape span {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 12px;
    height: 12px;
    background-color: var(--tp-theme-2);
    display: inline-block;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.tp-service__item {
    text-align: center;
    padding: 40px 20px;
    background-color: var(--tp-common-white);
    border: 1px solid var(--tp-border-2);
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

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

        .tp-service__item:hover .tp-service__title-sm {
            color: var(--tp-common-white);
        }

        .tp-service__item:hover .tp-service__link {
            bottom: -22px;
            opacity: 1;
            visibility: visible;
        }

        .tp-service__item:hover .tp-service__box-shape span {
            opacity: 1;
            visibility: visible;
        }

.tp-service__icon {
    margin-bottom: 17px;
}

    .tp-service__icon span {
        height: 30px;
        width: 30px;
        background-color: rgba(255, 255, 255, 0.4);
        display: inline-block;
        border-radius: 50%;
        position: absolute;
        top: 5%;
        right: 27%;
    }

.tp-service__title-sm {
    font-weight: 600;
    font-size: 20px;
    line-height: 1;
    text-transform: capitalize;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service__title-sm {
        font-size: 17px;
    }
}

.tp-service__link {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .tp-service__link a {
        height: 48px;
        width: 48px;
        line-height: 28px;
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        background-color: var(--tp-common-white);
    }

        .tp-service__link a span svg {
            margin-left: 2px;
        }

.tp-service__badge-wrap {
    background: #ffffff;
    border: 1px solid #e4edff;
    border-radius: 60.5px;
    padding: 40px;
    display: inline-block;
    position: absolute;
    right: 370px;
    top: -70px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-service__badge-wrap {
        right: 230px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service__badge-wrap {
        right: 220px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-service__badge-wrap {
        right: 70px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service__badge-wrap {
        right: 50px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-service__badge-wrap {
        right: 0px;
    }
}

.tp-service__badge-wrap span {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    text-transform: capitalize;
    color: #000000;
    display: inline-block;
}

    .tp-service__badge-wrap span.frist-child {
        margin-right: 20px;
    }

.tp-service__bottom-text span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--tp-common-black);
}

    .tp-service__bottom-text span a {
        color: var(--tp-theme-2);
        margin-right: 20px;
        position: relative;
    }

        .tp-service__bottom-text span a::after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: var(--tp-theme-2);
            content: "";
        }

    .tp-service__bottom-text span em {
        height: 20px;
        width: 20px;
        line-height: 20px;
        text-align: center;
        display: inline-block;
        box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
        font-size: 11px;
        color: var(--tp-theme-2);
        background-color: var(--tp-common-white);
        border-radius: 50%;
        font-style: normal;
    }

        .tp-service__bottom-text span em i {
            margin-left: 3px;
        }

.tp-service-2__title-shape {
    position: absolute;
    bottom: -3px;
    left: 33%;
}

    .tp-service-2__title-shape svg {
        animation: section-animation 4s infinite;
    }

.tp-service-2__title-wrap {
    display: inline-block;
}

.tp-service-2__item {
    border: 1px solid rgba(221, 221, 221, 0.4);
    padding: 100px 35px 65px 35px;
    overflow: hidden;
    background-color: var(--tp-common-white);
    position: relative;
    z-index: 1;
}

    .tp-service-2__item:hover .tp-service-2__icon img {
        transform: rotateY(360deg);
    }

    .tp-service-2__item.active {
        background-color: var(--tp-theme-1);
    }

        .tp-service-2__item.active .tp-service-2__title {
            color: var(--tp-common-white);
        }

        .tp-service-2__item.active .tp-service-2__content p {
            color: var(--tp-common-white);
        }

        .tp-service-2__item.active .tp-service-2__link {
            color: var(--tp-common-white);
        }

            .tp-service-2__item.active .tp-service-2__link span {
                color: #00c09a;
            }

.tp-service-2__icon {
    margin-bottom: 45px;
}

    .tp-service-2__icon img {
        height: 90px;
        transition: 0.5s;
    }

.tp-service-2__title {
    font-weight: 700;
    font-size: 24px;
    color: var(--tp-common-black);
    margin-bottom: 25px;
}

    .tp-service-2__title:hover {
        color: var(--tp-theme-1);
    }

.tp-service-2__content p {
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #6d7680;
    padding-bottom: 10px;
}

.tp-service-2__link {
    font-weight: 500;
    font-size: 20px;
    color: #000000;
    transition: 0.3s;
    position: relative;
    display: inline-block;
}

    .tp-service-2__link::after {
        content: "";
        position: absolute;
        top: 5px;
        right: -5px;
        height: 20px;
        width: 20px;
        border: 1px solid #bdc2c6;
        border-radius: 50%;
        z-index: -1;
    }

    .tp-service-2__link:hover {
        color: var(--tp-theme-1);
    }

        .tp-service-2__link:hover span svg {
            margin-left: 10px;
            animation: tfLeftToRight 0.5s forwards;
        }

    .tp-service-2__link span svg {
        margin-left: 10px;
    }

.tp-service-2__tag {
    position: absolute;
    top: 25px;
    right: 25px;
}

    .tp-service-2__tag span {
        height: 54px;
        width: 54px;
        line-height: 54px;
        box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
        background-color: var(--tp-common-white);
        border-radius: 50%;
        text-align: center;
        display: inline-block;
        font-weight: 700;
        font-size: 20px;
        color: var(--tp-theme-1);
    }

.tp-service-2__circle-shape span {
    position: absolute;
    bottom: -35px;
    right: -35px;
    height: 70px;
    width: 70px;
    background-color: var(--tp-theme-1);
    display: inline-block;
    border-radius: 50%;
}

.tp-service-2__grey-bg-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 350px;
}

.tp-service-2__shape-img {
    position: absolute;
    bottom: 110px;
    right: 80px;
}

.tp-service-2__ptb {
    padding-top: 130px;
    padding-bottom: 310px;
}

.tp-service-2__bottom-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-service-2__bottom-shape {
        bottom: 90px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-2__bottom-shape {
        bottom: 120px;
    }
}

.tp-service-2__bottom-shape img {
    background-color: var(--tp-common-white);
    width: 100%;
}

.tp-service-3__item {
    border: 1px solid rgba(164, 164, 164, 0.1);
    box-shadow: 0px 4px 34px rgba(0, 0, 0, 0.06);
    padding: 50px 40px;
}

    .tp-service-3__item::after {
        position: absolute;
        content: "";
        top: auto;
        left: 0;
        bottom: 0;
        height: 0;
        width: 100%;
        background-color: var(--tp-theme-1);
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

    .tp-service-3__item:hover::after {
        opacity: 1;
        visibility: visible;
        height: 100%;
        top: 0;
        left: 0;
        bottom: auto;
    }

    .tp-service-3__item:hover .tp-service-3__icon svg {
        color: var(--tp-common-white);
    }

    .tp-service-3__item:hover .tp-service-3__icon span {
        background: rgba(255, 255, 255, 0.1);
    }

    .tp-service-3__item:hover .tp-service-3__title-sm {
        color: var(--tp-common-white);
    }

    .tp-service-3__item:hover .tp-service-3__content p {
        color: var(--tp-common-white);
    }

    .tp-service-3__item:hover .tp-service-3__shape {
        opacity: 1;
        visibility: visible;
        top: 0;
        right: 0;
    }

    .tp-service-3__item:hover .tp-service-3__link a {
        color: var(--tp-common-white);
    }

        .tp-service-3__item:hover .tp-service-3__link a i {
            color: var(--tp-theme-2);
            transform: rotate(0);
        }

.tp-service-3__icon {
    position: relative;
    display: inline-block;
    margin-bottom: 20px;
}

    .tp-service-3__icon svg {
        position: relative;
        z-index: 2;
        color: var(--tp-theme-1);
        transition: 0.3s;
        height: 40px;
        width: 40px;
    }

    .tp-service-3__icon span {
        height: 45px;
        width: 45px;
        background: rgba(51, 110, 249, 0.1);
        border-radius: 50%;
        display: inline-block;
        position: absolute;
        top: -15px;
        right: -15px;
        transition: 0.3s;
    }

.tp-service-3__title-sm {
    font-weight: 700;
    font-size: 20px;
    line-height: 30px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    margin-bottom: 15px;
    transition: 0.3s;
}

.tp-service-3__content p {
    font-weight: 400;
    font-size: 16px;
    color: #9c9c9c;
    padding-bottom: 15px;
}

.tp-service-3__link a {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-theme-1);
    transition: 0.3s;
}

    .tp-service-3__link a i {
        transform: translateY(2px) rotate(-45deg);
        transition: 0.3s;
    }

.tp-service-3__shape {
    position: absolute;
    top: -20px;
    right: -20px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.tp-service-3__link-text span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-service-3__link-text span {
        font-size: 12px;
    }
}

@media (max-width: 767px) {
    .tp-service-3__link-text span {
        font-size: 14px;
    }
}

.tp-service-3__link-text span a {
    color: var(--tp-theme-1);
    text-decoration: underline;
}

.tp-service-3__link-text .arrow-right {
    margin-right: 30px;
}

    .tp-service-3__link-text .arrow-right svg {
        transform: translateY(-2px);
    }

.tp-service-3__link-text .arrow-left {
    margin-left: 30px;
}

    .tp-service-3__link-text .arrow-left svg {
        transform: translateY(-2px);
    }

.tp-service-breadcrumb-title {
    font-weight: 600;
    font-size: 20px;
    line-height: 30px;
    transition: none;
}

.tp-service-details-wrapper p {
    font-weight: 400;
    font-size: 16px;
    line-height: 31px;
    color: #5a627d;
    margin-bottom: 42px;
}

.tp-service-details-title {
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    margin-bottom: 15px;
}

.tp-service-details-thumb {
    margin-bottom: 40px;
}

    .tp-service-details-thumb img {
        width: 100%;
    }

.tp-service-details-list p {
    margin-bottom: 15px;
}

.tp-service-details-list ul li {
    list-style: none;
    margin-bottom: 14px;
}

    .tp-service-details-list ul li span {
        color: var(--tp-theme-1);
        margin-right: 10px;
    }

.tp-service-widget {
    position: sticky;
    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: 767px) {
    .tp-service-widget {
        position: inherit;
    }
}

.tp-service-widget-tab ul li {
    list-style: none;
    margin-bottom: 13px;
}

    .tp-service-widget-tab ul li .active {
        background-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

        .tp-service-widget-tab ul li .active i {
            background-color: var(--tp-theme-1);
        }

    .tp-service-widget-tab ul li a {
        position: relative;
        font-weight: 600;
        font-size: 18px;
        line-height: 21px;
        color: #101c2a;
        background: #f8f8f8;
        display: inline-block;
        width: 100%;
        padding: 24px 20px;
        transition: 0.3s;
    }

        .tp-service-widget-tab ul li a:hover {
            background-color: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

        .tp-service-widget-tab ul li a i {
            position: absolute;
            top: 38%;
            right: 20px;
            transition: 0.3s;
        }

.tp-service-contact-form {
    background: #f8f8f8;
    padding: 80px 30px 65px;
}

@media (max-width: 767px) {
    .tp-service-contact-form {
        padding: 60px 30px 50px;
    }
}

.tp-service-contact-input {
    margin-bottom: 19px;
}

    .tp-service-contact-input input {
        width: 100%;
        height: 60px;
        border: 1px solid #efeff2;
        background-color: var(--tp-common-white);
        outline: 0;
        color: var(--tp-common-black);
        padding: 0 25px;
        border-radius: 2px;
    }

        .tp-service-contact-input input::placeholder {
            font-weight: 500;
            font-size: 14px;
            line-height: 10px;
            color: #000d44;
            opacity: 0.5;
        }

        .tp-service-contact-input input:focus {
            border: 1px solid var(--tp-theme-1);
        }

            .tp-service-contact-input input:focus::placeholder {
                font-size: 0;
            }

    .tp-service-contact-input textarea {
        height: 167px;
        border: 1px solid #efeff2;
        background-color: var(--tp-common-white);
        resize: none;
        line-height: 3.5;
        border-radius: 2px;
    }

        .tp-service-contact-input textarea::-webkit-input-placeholder {
            /* Chrome/Opera/Safari */
            font-weight: 500;
            font-size: 14px;
            color: #000d44;
            opacity: 0.5;
        }

        .tp-service-contact-input textarea::-moz-placeholder {
            /* Firefox 19+ */
            font-weight: 500;
            font-size: 14px;
            color: #000d44;
            opacity: 0.5;
        }

        .tp-service-contact-input textarea:-moz-placeholder {
            /* Firefox 4-18 */
            font-weight: 500;
            font-size: 14px;
            color: #000d44;
            opacity: 0.5;
        }

        .tp-service-contact-input textarea:-ms-input-placeholder {
            /* IE 10+  Edge*/
            font-weight: 500;
            font-size: 14px;
            color: #000d44;
            opacity: 0.5;
        }

        .tp-service-contact-input textarea::placeholder {
            /* MODERN BROWSER */
            font-weight: 500;
            font-size: 14px;
            color: #000d44;
            opacity: 0.5;
        }

        .tp-service-contact-input textarea:focus {
            border: 1px solid var(--tp-theme-1);
        }

            .tp-service-contact-input textarea:focus::placeholder {
                font-size: 0;
            }

.tp-play-btn a {
    height: 80px;
    width: 80px;
    line-height: 80px;
    font-size: 20px;
    top: 39%;
    left: 48%;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    background-color: var(--tp-common-white);
    color: var(--tp-theme-1);
    transform: translate(-50%, -50%);
    animation: pulse 2s infinite;
}

/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/
.tp-about__left-big-1 {
    position: absolute;
    top: 10%;
    right: 0;
    z-index: -1;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about__img-wrapper {
        margin-left: 100px;
        margin-bottom: 70px;
    }
}

.tp-about__right-top-shape {
    position: absolute;
    top: 0%;
    right: 0;
    z-index: -1;
}

.tp-about__right-bottom-shape {
    position: absolute;
    bottom: -15%;
    right: 0;
}

.tp-about__img-1 {
    position: absolute;
    top: 0;
    right: 0;
}

.tp-about__img-2 {
    padding-top: 120px;
    padding-left: 50px;
}

@media (max-width: 767px) {
    .tp-about__img-2 {
        padding-top: 0;
        padding-left: 0;
        margin-bottom: 40px;
    }
}

@media (max-width: 767px) {
    .tp-about__feature-box {
        flex-wrap: wrap;
    }
}

.tp-about__shape-1 {
    position: absolute;
    top: 35px;
    left: 120px;
    animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about__shape-1 {
        right: 40px;
    }
}

.tp-about__shape-2 {
    position: absolute;
    top: 30px;
    right: 30px;
    z-index: 9;
}

    .tp-about__shape-2::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px dashed rgba(255, 255, 255, 0.6);
        content: "";
        border-radius: 50%;
        transform: scale(1.2);
    }

.tp-about__shape-3 {
    position: absolute;
    bottom: 40px;
    left: 75px;
    z-index: 9;
    animation: tptranslateY2 2s forwards infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about__shape-3 {
        left: 0;
    }
}

.tp-about__shape-4 {
    position: absolute;
    top: 120px;
    right: -20px;
    z-index: 9;
    animation: tpupdown 0.8s infinite alternate;
}

.tp-about__right-wrapper {
    padding-right: 23px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-about__right-wrapper {
        padding-right: 0;
    }
}

.tp-about__feature-icon {
    background: var(--tp-theme-1);
    border-radius: 5px 13px 5px 5px;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    margin-left: 12px;
}

    .tp-about__feature-icon.yellow-bg-color {
        background-color: var(--tp-theme-2);
    }

.tp-about__feature-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 54px;
    color: var(--tp-common-black);
}

.tp-about__feature-list {
    margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about__feature-list {
        margin-right: 20px;
    }
}

@media (max-width: 767px) {
    .tp-about__feature-list {
        margin-right: 0px;
        margin-bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about__feature-list {
        margin-right: 30px;
        margin-bottom: 0px;
    }
}

.tp-about__feature-list ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #464859;
    list-style-type: none;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about__feature-list ul li {
        font-size: 13px;
    }
}

.tp-about__feature-list ul li:last-child {
    margin-bottom: 0;
}

.tp-about__feature-list ul li span {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    display: inline-block;
    font-size: 9px;
}

    .tp-about__feature-list ul li span.yellow-bg-color {
        background-color: var(--tp-theme-2);
    }

    .tp-about__feature-list ul li span i {
        margin-left: 2px;
    }

.tp-about__feature-box {
    padding-bottom: 35px;
}

.tp-about__feature-mpbs {
    position: relative;
}

    .tp-about__feature-mpbs::after {
        position: absolute;
        top: -27px;
        left: 0;
        width: 4px;
        height: 83px;
        background-color: var(--tp-theme-2);
        content: "";
    }

    .tp-about__feature-mpbs span {
        font-weight: 700;
        font-size: 59px;
        letter-spacing: 0.01em;
        color: var(--tp-theme-1);
        font-family: var(--tp-ff-mulish);
        padding-left: 25px;
    }

        .tp-about__feature-mpbs span em {
            font-weight: 300;
            font-size: 26px;
            font-style: normal;
            transform: translateY(-40px);
            display: inline-block;
        }

        .tp-about__feature-mpbs span i {
            font-weight: 500;
            font-size: 25px;
            letter-spacing: 0.03em;
            color: var(--tp-common-black);
            font-style: normal;
        }

.tp-about__title-box .tp-section-title {
    padding-bottom: 15px;
    position: relative;
    display: inline-block;
    font-size: 34px;
    line-height: 1.2em;
    color: #1e1f36;
    font-weight: 700;
}

.tp-about__text p {
    position: relative;
    padding-right: 15px;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .tp-about__text p {
        padding-left: 0;
    }

        .tp-about__text p::after {
            display: none;
        }
}

.tp-about__text p::after {
    position: absolute;
    top: 7px;
    right: 0;
    width: 2px;
    height: 43px;
    background-color: var(--tp-theme-2);
    content: "";
}

.tp-about__feature-list-wrap {
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tp-about__feature-list-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about__feature-list-wrap {
        display: flex;
        align-items: center;
    }
}

.tp-about__author-avata {
    position: relative;
    margin-right: 32px;
}

    .tp-about__author-avata::after {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 1px solid var(--tp-theme-1);
        content: "";
        border-radius: 50%;
        transform: scale(1.3);
    }

.tp-about__author-signature {
    margin-right: 25px;
}

.tp-about__signature-date span {
    font-weight: 400;
    font-size: 16px;
    color: #535353;
}

.tp-about-2__bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-about-2__title-shape {
    position: absolute;
    top: 23%;
    left: 18%;
}

    .tp-about-2__title-shape svg {
        animation: section-animation 4s infinite;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2__title-shape {
        left: 13%;
    }
}

.tp-about-2__icon {
    margin-right: 30px;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-about-2__feature-list {
    background-color: #f5f7fa;
    padding: 25px 30px;
    border-radius: 11px;
}

    .tp-about-2__feature-list ul li {
        font-weight: 400;
        font-size: 15px;
        line-height: 20px;
        color: #445658;
        list-style-type: none;
        position: relative;
        padding-left: 18px;
        margin-bottom: 10px;
    }

@media (max-width: 767px) {
    .tp-about-2__feature-list ul li {
        font-size: 14px;
    }
}

.tp-about-2__feature-list ul li:last-child {
    margin-bottom: 0;
}

.tp-about-2__feature-list ul li::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 6px;
    height: 6px;
    background-color: var(--tp-theme-1);
    content: "";
}

.tp-about-2__info span {
    position: absolute;
    top: 12px;
    right: 0;
}

.tp-about-2__feature-wrap {
    margin-bottom: 40px;
}

.tp-about-2__main-img {
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2__main-img {
        text-align: center;
        margin-bottom: 100px;
    }
}

.tp-about-2__sub-img-1 {
    position: absolute;
    bottom: -20px;
    right: 65px;
    filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.15));
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2__sub-img-1 {
        right: 20px;
    }
}

.tp-about-2__sub-img-1 a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70px;
    width: 70px;
    background-color: var(--tp-theme-1);
    text-align: center;
    line-height: 73px;
    color: var(--tp-common-white);
    border-radius: 50%;
    animation: pulse 2s infinite;
}

    .tp-about-2__sub-img-1 a i {
        margin-left: 3px;
    }

    .tp-about-2__sub-img-1 a::after {
        position: absolute;
        content: "";
        top: 3px;
        right: 3px;
        width: 100%;
        height: 100%;
        border: 1px solid var(--tp-common-white);
        border-radius: 50%;
    }

.tp-about-2__shape-1 {
    position: absolute;
    top: -22px;
    left: -22px;
    z-index: -1;
    animation: tptranslateX2 2s forwards infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2__shape-1 {
        left: 120px;
    }
}

.tp-about-2__shape-2 {
    position: absolute;
    top: 40px;
    right: 75px;
    z-index: -1;
    animation: animationglob 30s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-about-2__left-author-info {
    position: absolute;
    top: 20px;
    left: 45px;
}

    .tp-about-2__left-author-info span {
        font-weight: 400;
        font-size: 14px;
        color: var(--tp-theme-1);
        font-family: var(--tp-ff-mulish);
    }

        .tp-about-2__left-author-info span em {
            font-weight: 400;
            font-size: 17px;
            color: var(--tp-common-black);
            font-family: var(--tp-ff-mulish);
            font-style: normal;
        }

.tp-about-2__exprience {
    background-color: var(--tp-theme-1);
    display: inline-block;
    padding: 30px 17px;
    text-align: center;
    position: absolute;
    bottom: 95px;
    left: -25px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-about-2__exprience {
        left: 100px;
    }
}

.tp-about-2__exprience span {
    display: block;
}

.tp-about-2__exprience .child-one {
    font-style: italic;
    font-weight: 800;
    font-size: 47px;
    text-transform: lowercase;
    text-shadow: 0px 4px 34px rgba(161, 134, 177, 0.25);
    color: var(--tp-common-white);
    font-family: var(--tp-ff-mulish);
    margin-bottom: 22px;
}

.tp-about-2__exprience .child-two {
    font-weight: 400;
    font-size: 14px;
    text-transform: lowercase;
    text-shadow: 0px 4px 34px rgba(161, 134, 177, 0.25);
    color: var(--tp-common-white);
}

.tp-about-2__exprience .child-three {
    height: 25px;
    width: 44px;
    background-color: var(--tp-theme-1);
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 0;
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.tp-about-2__bg-shape {
    position: absolute;
    bottom: -70px;
    right: 40px;
    transform: rotate(10deg);
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-2__left-wrap {
        margin-left: 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2__left-wrap {
        margin-left: 30px;
    }
}

@media (max-width: 767px) {
    .tp-about-2__left-wrap {
        margin-bottom: 100px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-about-2__left-wrap {
        margin-left: 50px;
    }
}

.tp-about-2__avata {
    flex: 0 0 auto;
    padding-right: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-about-2__author-box {
        flex-wrap: wrap;
    }
}

.tp-about-2__btn {
    flex: 0 0 auto;
}

@media (max-width: 767px) {
    .tp-about-2__btn {
        margin-bottom: 0;
    }
}

.tp-about-2__btn-box {
    flex-wrap: wrap;
}

.tp-about-3__bg-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 745px;
    height: 640px;
    background-color: #fcf1ec;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-about-3__bg-shape {
        width: 635px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-3__bg-shape {
        width: 490px;
    }
}

.tp-about-3__customize .tp-about__shape-1 {
    position: absolute;
    top: 20px;
    left: 70px;
}

.tp-about-3__customize .tp-about__img-1 img {
    border: 11px solid var(--tp-common-white);
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.07));
    border-radius: 0px 32px 0px 0px;
    width: 400px;
    height: 490px;
}

.tp-about-3__customize .tp-about__img-2 img {
    border: 7px solid var(--tp-common-white);
    border-radius: 0px 0px 0px 34px;
    width: 390px;
    height: 480px;
}

.tp-about-3__customize.who-kaspt-sec .tp-about__img-1 img {
    border: 11px solid var(--tp-common-white);
    filter: drop-shadow(0px 4px 9px rgba(0, 0, 0, 0.07));
    border-radius: 0px 32px 0px 0px;
    width: 400px;
    height: 490px;
}

.tp-about-3__customize.who-kaspt-sec .tp-about__img-2 img {
    border: 7px solid var(--tp-common-white);
    border-radius: 0px 0px 0px 34px;
    width: 390px;
    height: 480px;
    object-fit: cover;
}

.tp-about-3__right-customize
.tp-about__feature-list
ul
li
span.yellow-bg-color {
    background-color: var(--tp-theme-2);
}

.tp-about-3__customize.who-kaspt-sec .tp-about__text p::after {
    display: none;
}

.tp-about-3__customize.who-kaspt-sec .tp-about__text ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 4%;
}

    .tp-about-3__customize.who-kaspt-sec .tp-about__text ul li {
        font-size: 14px;
        color: #000;
        width: 48%;
    }

.tp-about-3__right-customize .tp-about__feature-mpbs span {
    background-color: rgba(185, 190, 208, 0.18);
    padding: 5px 15px;
    margin-left: 15px;
}

/*----------------------------------------*/
/*  7.8 counter css start
/*----------------------------------------*/
.tp-counter__bg {
    background-color: var(--tp-theme-1);
    padding: 45px 20px;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: -60px;
    position: relative;
    z-index: 9;
    padding-bottom: 5px;
}

.tp-counter__item {
    position: relative;
    z-index: 9;
}

    .tp-counter__item h5 {
        font-weight: 700;
        font-size: 36px;
        line-height: 45px;
        color: var(--tp-common-white);
        padding-bottom: 10px;
        position: relative;
    }

        .tp-counter__item h5 i {
            font-style: normal;
        }

        .tp-counter__item h5 span {
            height: 25px;
            width: 25px;
            background-color: var(--tp-theme-2);
            display: inline-block;
            border-radius: 50%;
            position: absolute;
            top: -3px;
            right: 32%;
            z-index: -1;
        }

    .tp-counter__item span {
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        color: var(--tp-common-white);
    }

.tp-counter__shape-1 {
    position: absolute;
    top: -50px;
    left: 0;
}

    .tp-counter__shape-1 img {
        opacity: 0.06;
    }

.tp-counter__bdr-right {
    position: relative;
}

    .tp-counter__bdr-right::after {
        position: absolute;
        top: 20px;
        right: 0;
        height: 34px;
        width: 2px;
        background: rgba(255, 255, 255, 0.13);
        content: "";
    }

@media (max-width: 767px) {
    .tp-counter__bdr-right::after {
        display: none;
    }
}

/*----------------------------------------*/
/*  7.6 choose css start
/*----------------------------------------*/
.tp-choose__bg {
    padding-top: 165px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
}

@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-choose__bg {
        background-position: center;
    }
}

.tp-choose__shape-1 {
    position: absolute;
    top: 0;
    left: 0;
}

.tp-choose__shape-2 {
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-choose__shape-2 {
        left: auto;
        right: 0;
    }
}

.tp-choose__title-box {
    margin-bottom: 40px;
}

.tp-choose__tab-btn {
    margin-bottom: 40px;
}

    .tp-choose__tab-btn button {
        height: 45px;
        padding: 0 50px;
        background: var(--tp-common-white);
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.03);
        font-weight: 500;
        font-size: 18px;
        line-height: 23px;
        text-align: center;
        text-transform: uppercase;
        color: var(--tp-common-black);
        margin-right: 18px;
        position: relative;
        transition: all 0.3s ease-out 0s;
    }

@media (max-width: 767px) {
    .tp-choose__tab-btn button {
        padding: 0px 30px;
        margin-bottom: 20px;
    }
}

.tp-choose__tab-btn button:last-child {
    margin-right: 0;
}

.tp-choose__tab-btn button::after {
    position: absolute;
    height: auto;
    width: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: -10px;
    content: "";
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out 0s;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--tp-theme-1);
}

.tp-choose__tab-btn button:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

    .tp-choose__tab-btn button:hover::after {
        opacity: 1;
        visibility: visible;
    }

.tp-choose__tab-btn button.active {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
}

    .tp-choose__tab-btn button.active::after {
        opacity: 1;
        visibility: visible;
    }

.tp-choose__tab-price {
    margin-bottom: 40px;
}

.tp-choose__price-monthly {
    background: var(--tp-common-white);
    border: 1px solid var(--tp-theme-1);
    border-radius: 5px;
    padding: 30px;
    margin-right: 40px;
}

@media (max-width: 767px) {
    .tp-choose__price-monthly {
        padding: 20px;
        margin-right: 20px;
    }
}

.tp-choose__price-monthly h5 {
    font-weight: 700;
    font-size: 67px;
    color: var(--tp-theme-1);
    font-family: var(--tp-ff-mulish);
}

    .tp-choose__price-monthly h5 em {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: var(--tp-common-black);
        font-family: var(--tp-ff-mulish);
        font-style: normal;
    }

.tp-choose__price-installation-fee h5 {
    font-weight: 700;
    font-size: 67px;
    color: var(--tp-theme-2);
    font-family: var(--tp-ff-mulish);
}

    .tp-choose__price-installation-fee h5 em {
        font-weight: 500;
        font-size: 18px;
        line-height: 30px;
        color: var(--tp-theme-2);
        font-family: var(--tp-ff-mulish);
        font-style: normal;
    }

.tp-choose__tab-feature ul li {
    list-style-type: none;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: rgba(20, 33, 43, 0.7);
    position: relative;
    padding-left: 30px;
    margin-bottom: 22px;
}

@media (max-width: 767px) {
    .tp-choose__tab-feature ul li {
        font-size: 16px;
    }
}

.tp-choose__tab-feature ul li:last-child {
    margin-bottom: 0;
}

.tp-choose__tab-feature ul li span {
    position: absolute;
    top: -1px;
    left: 0;
}

.tp-choose__right-box {
    margin-left: 0px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-choose__right-box {
        margin-left: 0;
    }
}

.tp-choose__offer-box {
    display: inline-block;
    transform: translateY(-200px);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-choose__offer-box {
        transform: translateY(0);
    }
}

.tp-choose__img-2 {
    margin-left: 20px;
}

.tp-choose__img-3 {
    position: absolute;
    top: 20%;
    right: -15%;
    animation: tpswing 1s ease-in-out 1s forwards infinite alternate;
    transform-origin: top right;
}

.tp-choose__play-btn {
    margin-top: 20px;
}

    .tp-choose__play-btn a {
        height: 93px;
        width: 93px;
        background-color: var(--tp-common-white);
        border-radius: 50%;
        line-height: 93px;
        border-radius: 50%;
        display: inline-block;
        text-align: center;
        position: relative;
    }

        .tp-choose__play-btn a span {
            margin-left: 5px;
        }

        .tp-choose__play-btn a::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            content: "";
            background: rgba(255, 255, 255, 0.28);
            animation: pulse 2s infinite;
            transform: scale(1.2);
            border-radius: 50%;
            z-index: -1;
        }

.tp-choose-2__customize .tp-section-title {
    color: var(--tp-common-white);
}

.tp-choose-2__customize .tp-about__text p {
    color: #fff;
}

@media (max-width: 767px) {
    .tp-choose-2__customize .tp-about__text p br {
        display: none;
    }
}

.tp-choose-2__section-title-box {
    margin-bottom: 20px;
}

.tp-choose-2__title-sm {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-white);
}

.tp-choose-2__content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}

.tp-choose-2__icon {
    margin-left: 10px;
}

    .tp-choose-2__icon img {
        height: 50px;
    }

.tp-choose-2__bg img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 43%;
    object-fit: cover;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-choose-2__bg img {
        position: static;
        width: 100%;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .tp-choose-2__bg img {
        position: static;
        width: 100%;
        margin-bottom: 40px;
    }
}

.tp-choose-2__right-wrapper {
    padding-left: 47px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-choose-2__right-wrapper {
        padding-left: 0;
        margin-bottom: 70px;
    }
}

.tp-choose-2__bg-inner-content {
    background-color: var(--tp-theme-1);
    padding: 20px 50px;
    padding-right: 110px;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-choose-2__bg-inner-content {
        padding: 20px 40px;
        padding-right: 70px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-choose-2__bg-inner-content {
        padding: 40px 45px;
        padding-left: 65px;
    }
}

@media (max-width: 767px) {
    .tp-choose-2__bg-inner-content {
        padding-left: 0px;
        padding: 30px;
    }
}

.tp-choose-2__bg-inner-content span {
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    line-height: 51px;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-choose-2__bg-inner-content span {
        font-size: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-choose-2__bg-inner-content span {
        font-size: 19px;
    }
}

@media (max-width: 767px) {
    .tp-choose-2__bg-inner-content span {
        font-size: 22px;
        line-height: 29px;
    }
}

.tp-choose-2__bg-inner-content span em {
    color: var(--tp-theme-2);
}

.tp-choose-2__mpbs-icon {
    position: absolute;
    top: 20px;
    right: -43px;
}

.tp-choose-2__bottom-shape {
    position: absolute;
    bottom: 40px;
    left: -25px;
    z-index: 1;
}

.tp-choose-3__overlay {
    position: relative;
}

    .tp-choose-3__overlay::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 258.98deg, rgba(20, 23, 41, 0.92) 28.78%, rgb(0 0 0 / 60%) 73.15% );
        transform: matrix(-1, 0, 0, 1, 0, 0);
    }

.tp-choose-3__content p {
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #fff;
    padding-bottom: 20px;
}

.tp-choose-3__content .child-1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    color: var(--tp-common-white);
    display: block;
    padding-bottom: 45px;
}

.tp-choose-3__content .child-2 {
    font-weight: 500;
    font-size: 20px;
    display: inline-block;
    color: var(--tp-common-white);
    padding-bottom: 35px;
}

    .tp-choose-3__content .child-2 em {
        font-style: normal;
        color: var(--tp-theme-2);
        font-weight: 700;
        font-size: 67px;
    }

/*----------------------------------------*/
/*  7.14 price css start
/*----------------------------------------*/
.tp-price__title-box {
    margin-bottom: 70px;
}

.tp-price__item {
    background: var(--tp-common-white);
    border: 1px solid #f1f1f9;
    border-radius: 4px;
    padding: 65px 0px 50px 0px;
}

    .tp-price__item:hover .tp-price__head-icon {
        background-color: var(--tp-theme-1);
    }

        .tp-price__item:hover .tp-price__head-icon svg {
            color: var(--tp-common-white);
        }

    .tp-price__item.active {
        box-shadow: 0px 24px 28px rgba(64, 76, 106, 0.07);
    }

        .tp-price__item.active .tp-price__head-icon {
            background-color: var(--tp-theme-1);
        }

            .tp-price__item.active .tp-price__head-icon span {
                color: var(--tp-common-white);
            }

        .tp-price__item.active .tp-price__mpbs-bg {
            background-color: var(--tp-theme-1);
        }

        .tp-price__item.active .tp-price__mpbs h4 {
            color: var(--tp-common-white);
        }

            .tp-price__item.active .tp-price__mpbs h4 em {
                color: var(--tp-common-white);
            }

        .tp-price__item.active .tp-price__mpbs span {
            color: var(--tp-common-white);
        }

        .tp-price__item.active .tp-price-btn {
            background-color: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

            .tp-price__item.active .tp-price-btn:hover {
                color: var(--tp-common-black);
            }

.tp-price__title {
    font-weight: 700;
    font-size: 24px;
    color: var(--tp-common-black);
}

.tp-price__head {
    padding: 0px 30px;
    margin-bottom: 20px;
}

    .tp-price__head span {
        font-weight: 500;
        font-size: 15px;
        line-height: 26px;
        color: #595d6a;
    }

.tp-price__content-wrap {
    padding: 0px 30px;
}

.tp-price__head-icon {
    height: 70px;
    width: 70px;
    line-height: 70px;
    border-radius: 50%;
    text-align: center;
    background-color: var(--tp-common-white);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.09);
    position: absolute;
    top: 27px;
    right: 22px;
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-price__head-icon {
        height: 50px;
        width: 50px;
        line-height: 53px;
    }
}

.tp-price__head-icon span {
    color: var(--tp-theme-1);
    transition: 0.3s;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-price__head-icon span svg {
        width: 24px;
        height: 24px;
    }
}

.tp-price__mpbs-bg {
    background-color: var(--tp-grey-1);
    padding: 20px;
    padding-top: 10px;
    margin-bottom: 35px;
}

.tp-price__mpbs h4 {
    font-weight: 800;
    font-size: 57px;
    color: var(--tp-theme-1);
}

    .tp-price__mpbs h4 em {
        font-weight: 500;
        font-size: 18px;
        color: var(--tp-common-black);
        font-style: normal;
        margin-left: 10px;
    }

.tp-price__mpbs span {
    font-weight: 700;
    font-size: 18px;
    color: #434554;
}

.tp-price__feature {
    margin-bottom: 25px;
}

    .tp-price__feature ul li {
        list-style-type: none;
        font-weight: 400;
        font-size: 18px;
        line-height: 30px;
        color: #5e5f68;
        padding-bottom: 10px;
    }

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

.tp-price__info-box {
    margin-bottom: 35px;
}

    .tp-price__info-box h4 {
        margin-bottom: 30px;
        display: inline-block;
    }

        .tp-price__info-box h4 span {
            position: absolute;
            bottom: -11px;
            display: block;
        }

    .tp-price__info-box span {
        display: block;
        font-weight: 400;
        font-size: 16px;
        color: #495362;
    }

        .tp-price__info-box span em {
            color: var(--tp-theme-1);
            font-style: normal;
        }

.tp-price-2__pb {
    padding-bottom: 260px;
}

.tp-price-2__title-shape {
    position: absolute;
    right: -8px;
    bottom: -2px;
}

    .tp-price-2__title-shape svg {
        animation: section-animation 4s infinite;
    }

.tp-price-2__title-wrap {
    display: inline-block;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-price-2__content-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 50px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-price-2__feature-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media (max-width: 767px) {
    .tp-price-2__feature-wrap {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-price-2__feature-wrap {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

.tp-price-2__content-box {
    margin-right: 45px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-price-2__content-box {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .tp-price-2__content {
        margin-bottom: 30px;
    }
}

.tp-price-2__content span {
    font-weight: 400;
    font-size: 16px;
    color: #495362;
}

    .tp-price-2__content span em {
        color: var(--tp-theme-1);
        font-style: normal;
    }

.tp-price-2__title-sm {
    font-weight: 700;
    font-size: 36px;
    text-transform: capitalize;
    color: var(--tp-common-black);
}

.tp-price-2__icon-box {
    border: 1px solid #e9edf3;
    border-radius: 50px;
    padding: 20px;
}

@media (max-width: 767px) {
    .tp-price-2__icon-box {
        margin-bottom: 30px;
    }
}

.tp-price-2__icon-box span {
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background-color: var(--tp-common-white);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.06);
    border-radius: 50%;
    display: inline-block;
    color: var(--tp-theme-1);
    transition: 0.3s;
}

    .tp-price-2__icon-box span:hover {
        background-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

.tp-price-2__price-wrap {
    background-color: var(--tp-common-white);
    padding: 60px;
    padding-right: 35px;
}

@media (max-width: 767px) {
    .tp-price-2__price-wrap {
        padding-right: 0px;
        padding: 30px;
    }
}

.tp-price-2__price-wrap.active {
    background-color: var(--tp-theme-1);
}

    .tp-price-2__price-wrap.active .tp-price-2__content span {
        color: var(--tp-common-white);
    }

        .tp-price-2__price-wrap.active .tp-price-2__content span em {
            color: var(--tp-theme-2);
        }

    .tp-price-2__price-wrap.active .tp-price-2__title-sm {
        color: var(--tp-common-white);
    }

    .tp-price-2__price-wrap.active .tp-price-2__feature-list ul li {
        color: var(--tp-common-white);
    }

    .tp-price-2__price-wrap.active .tp-price-2__btn-box span {
        color: var(--tp-common-white);
    }

    .tp-price-2__price-wrap.active .tp-price-2__btn-box .tp-btn-border-md {
        border: 1px solid rgba(255, 255, 255, 0.15);
        color: var(--tp-common-white);
    }

        .tp-price-2__price-wrap.active .tp-price-2__btn-box .tp-btn-border-md:hover {
            color: var(--tp-common-black);
        }

    .tp-price-2__price-wrap.active .tp-price-2__icon-box span {
        background-color: var(--tp-common-white);
        color: var(--tp-theme-1);
    }

.tp-price-2__feature-list {
    flex: 0 0 auto;
    margin-right: 45px;
}

@media (max-width: 767px) {
    .tp-price-2__feature-list {
        margin-right: 0;
        margin-bottom: 30px;
        flex: inherit;
    }
}

.tp-price-2__feature-list ul li {
    position: relative;
    padding-left: 30px;
    list-style-type: none;
    font-weight: 400;
    font-size: 18px;
    color: #445769;
    margin-bottom: 7px;
}

@media (max-width: 767px) {
    .tp-price-2__feature-list ul li {
        font-size: 14px;
    }
}

.tp-price-2__feature-list ul li:last-child {
    margin-bottom: 0;
}

.tp-price-2__feature-list ul li span {
    position: absolute;
    top: -3px;
    left: 0;
}

.tp-price-2__btn-box span {
    display: block;
    color: var(--tp-common-black);
    font-family: var(--tp-ff-mulish);
    margin-bottom: 20px;
}

    .tp-price-2__btn-box span em {
        font-weight: 700;
        font-size: 50px;
        font-style: normal;
    }

    .tp-price-2__btn-box span i {
        font-weight: 700;
        font-size: 25px;
        font-style: normal;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-price-2__content-box {
        margin-bottom: 50px;
        justify-content: space-around;
    }
}

@media (max-width: 767px) {
    .tp-price-2__content-box {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-price-2__content-box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-price-2__feature-wrap {
        justify-content: space-between;
    }
}

/*----------------------------------------*/
/*  7.16 progress css start
/*----------------------------------------*/
.tp-progress__bg-shape {
    background-size: cover;
    background-position: center;
}

.tp-progress__item {
    margin-left: 15px;
}

.tp-progress__canva {
    height: 90px;
    width: 90px;
    background: var(--tp-common-white);
    text-align: center;
    line-height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    border-radius: 50%;
    margin-right: 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-progress__canva {
        margin-right: 30px;
    }
}

@media (max-width: 767px) {
    .tp-progress__canva {
        margin-right: 30px;
    }
}

.tp-progress__canva input {
    color: var(--tp-common-black) !important;
    font-weight: 500 !important;
    font-size: 20px !important;
    font-family: var(--tp-ff-mulish) !important;
}

.tp-progress__space {
    padding-top: 380px;
    padding-bottom: 120px;
    margin-top: -285px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-progress__space {
        margin-top: 0;
        padding-top: 120px;
    }
}

.tp-progress__content p {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    color: #565f67;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-progress__content p {
        font-size: 14px;
        line-height: 24px;
    }
}

@media (max-width: 767px) {
    .tp-progress__content p {
        font-size: 14px;
        line-height: 19px;
    }
}

.tp-progress__title {
    font-weight: 700;
    font-size: 20px;
    color: var(--tp-common-black);
}

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-progress__title {
        font-size: 17px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-progress__content {
        margin-right: 50px;
    }
}

/*----------------------------------------*/
/*  7.20 testimonial css start
/*----------------------------------------*/
.tp-testimonial__title-box {
    margin-bottom: 40px;
}

.tp-testimonial__bg {
    background-position: top left;
    background-repeat: no-repeat;
}

.tp-testimonial__text p {
    font-weight: 500;
    font-size: 28px;
    line-height: 51px;
    color: var(--tp-common-black);
    font-style: italic;
    font-family: var(--tp-ff-mulish);
    padding-right: 90px;
    padding-bottom: 40px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__text p {
        padding-right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial__text p {
        padding-right: 30px;
        font-size: 20px;
        line-height: 36px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial__text p {
        font-size: 16px;
        line-height: 29px;
        padding-right: 0px;
        padding-bottom: 20px;
    }
}

.tp-testimonial__text p span {
    color: var(--tp-theme-1);
}

.tp-testimonial__author-info span {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--tp-common-black);
}

    .tp-testimonial__author-info span em {
        color: var(--tp-theme-1);
        font-style: normal;
    }

.tp-testimonial__avata {
    flex: 0 0 auto;
    margin-right: 40px;
    position: relative;
}

    .tp-testimonial__avata::after {
        position: absolute;
        top: 5px;
        left: -5px;
        width: 100%;
        height: 100%;
        background-color: var(--tp-theme-1);
        content: "";
    }

    .tp-testimonial__avata img {
        width: 77px;
        height: 70px;
    }

.tp-testimonial__title-sm {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--tp-common-black);
}

.tp-testimonial__right-thumb img {
    max-width: inherit;
    margin-right: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial__right-thumb img {
        margin-right: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial__right-thumb img {
        margin-right: 0;
        max-width: 100%;
    }
}

@media (max-width: 767px) {
    .tp-testimonial__right-thumb img {
        margin-right: 0;
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial__slider-wrapper {
        margin-bottom: 100px;
    }
}

.tp-testimonial__right-bg img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial__right-bg img {
        width: 30%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__right-bg img {
        width: 25%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial__right-bg img {
        width: 30%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-testimonial__right-bg img {
        display: none;
    }
}

.tp-testimonial__logo {
    position: absolute;
    top: 15px;
    left: 65px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__logo {
        left: 115px;
    }
}

.tp-testimonial__shape-1 {
    position: absolute;
    top: -25px;
    left: 25px;
    z-index: -1;
    animation: tptranslateX2 2s forwards infinite alternate;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-testimonial__shape-1 {
        left: 70px;
    }
}

.tp-testimonial__quote {
    position: absolute;
    bottom: 120px;
    right: -85px;
    z-index: -1;
}

.tp-testimonial__avata-tab {
    background-color: var(--tp-common-white);
    padding: 25px;
    padding-left: 0;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 400px;
}

.tp-testimonial__slider-active {
    margin: -20px -20px;
}

.tp-testimonial__item {
    padding: 20px 20px;
}

@media (max-width: 767px) {
    .tp-testimonial__item {
        margin-bottom: 40px;
    }
}

.tp-testimonial__slide-avata {
    cursor: pointer;
    margin: 0px -12px;
    position: relative;
}

    .tp-testimonial__slide-avata img {
        width: 110px;
        height: 101px;
    }

    .tp-testimonial__slide-avata.slick-current img {
        border: 1px solid var(--tp-theme-1);
    }

.tp-testimonial__avata-slider-active .slick-slide {
    display: block;
    padding: 0 12px;
}

.tp-testimonial-2__wrapper {
    background-color: var(--tp-common-white);
    padding: 60px 155px;
    padding-top: 0;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.07);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-2__wrapper {
        padding: 60px 80px;
        padding-top: 0;
    }
}

@media (max-width: 767px) {
    .tp-testimonial-2__wrapper {
        padding: 30px 30px;
        padding-top: 0;
    }
}

.tp-testimonial-2__text p {
    font-weight: 500;
    font-size: 30px;
    text-align: center;
    letter-spacing: -0.05em;
    line-height: 59px;
    color: var(--tp-common-black);
    margin-bottom: 0;
    padding-bottom: 25px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial-2__text p {
        font-size: 25px;
        line-height: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial-2__text p {
        font-size: 24px;
        line-height: 41px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial-2__text p {
        font-size: 18px;
        line-height: 31px;
    }
}

.tp-testimonial-2__author-info {
    margin-bottom: 35px;
}

    .tp-testimonial-2__author-info h4 {
        font-weight: 700;
        font-size: 18px;
        text-transform: uppercase;
        color: var(--tp-common-black);
    }

    .tp-testimonial-2__author-info span {
        font-weight: 400;
        font-size: 16px;
        text-align: center;
        text-transform: capitalize;
        color: var(--tp-common-black);
    }

        .tp-testimonial-2__author-info span em {
            color: var(--tp-theme-1);
            font-style: normal;
        }

.tp-testimonial-2__avata img {
    margin-top: -35px;
    margin-bottom: 50px;
}

.tp-testimonial-2__ratting span {
    color: var(--tp-theme-2);
    margin: 0px 3px;
}

.tp-testimonial-2__shape-1 {
    position: absolute;
    top: 90px;
    right: 130px;
}

.tp-testimonial-2__shape-2 {
    position: absolute;
    top: 30%;
    left: 4%;
}

.tp-testimonial-2__shape-3 {
    position: absolute;
    bottom: 0;
    right: 8%;
}

.tp-testimonial-2__shape-4 {
    position: absolute;
    bottom: 17%;
    right: 17%;
}

.tp-testimonial-2__active {
    padding-top: 40px;
    transform: translateY(-40px);
}

.tp-testimonial-2__arrow {
    margin-top: -35px;
    z-index: 9;
    position: relative;
}

    .tp-testimonial-2__arrow button {
        height: 50px;
        width: 50px;
        line-height: 50%;
        border-radius: 50%;
        text-align: center;
        border: 1px solid var(--tp-theme-1);
        font-size: 18px;
        margin: 0px 15px;
        transition: 0.3s;
    }

        .tp-testimonial-2__arrow button:hover {
            background-color: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

.tp-testimonial__customize .tp-testimonial__right-thumb {
    margin-left: -50px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-testimonial__customize .tp-testimonial__right-thumb {
        margin-left: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial__customize .tp-testimonial__right-thumb {
        margin-left: 0;
        text-align: center;
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .tp-testimonial__customize .tp-testimonial__right-thumb {
        margin-left: 0;
        text-align: center;
        margin-bottom: 70px;
    }
}

.tp-testimonial__customize .tp-testimonial__right-thumb img {
    max-width: inherit;
    margin-right: 0;
}

@media (max-width: 767px) {
    .tp-testimonial__customize .tp-testimonial__right-thumb img {
        max-width: 100%;
    }
}

.tp-testimonial__customize .tp-testimonial__right-bg img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}

.tp-testimonial__customize .tp-testimonial__text p {
    padding-right: 50px;
}

@media (max-width: 767px) {
    .tp-testimonial__customize .tp-testimonial__text p {
        padding-right: 0;
    }
}

.tp-testimonial__customize .tp-testimonial__avata-tab {
    background-color: var(--tp-common-white);
    padding: 25px;
    padding-right: 0;
    padding-right: 15px;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 400px;
    left: auto;
}

.tp-testimonial__customize .tp-testimonial__logo {
    position: absolute;
    top: 15px;
    right: 65px;
    left: auto;
    animation: tptranslateX2 2s forwards infinite alternate;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-testimonial__customize .tp-testimonial__logo {
        right: 150px;
    }
}

.tp-testimonial-3__slider-main {
    margin-left: 50px;
}

@media (max-width: 767px) {
    .tp-testimonial-3__slider-main {
        margin-left: 0;
    }
}

.tp-testimonial-3__shape-1 {
    position: absolute;
    top: 10%;
    left: 3%;
    z-index: 9;
}

.tp-testimonial-3__shape-2 {
    position: absolute;
    top: 14%;
    right: 4%;
    z-index: 9;
    filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.07));
}

.tp-testimonial-3__shape-3 {
    position: absolute;
    bottom: 14%;
    right: 8%;
    z-index: 9;
    filter: drop-shadow(0px 7px 8px rgba(0, 0, 0, 0.07));
}

.tp-testimonial-3__quote {
    position: absolute;
    bottom: 15%;
    left: -30%;
    animation: tpupdown 0.8s infinite alternate;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-testimonial-3__quote {
        left: -20%;
    }
}

/*----------------------------------------*/
/*  7.11 feature css start
/*----------------------------------------*/
.tp-feature__shape-1 {
    position: absolute;
    top: 55px;
    left: 55px;
    animation: animationglob 10s cubic-bezier(1, 0.99, 0.03, 0.01) infinite;
}

.tp-feature__shape-2 {
    position: absolute;
    top: 0px;
    right: 0px;
}

.tp-feature__shape-3 {
    position: absolute;
    top: 23%;
    right: 5%;
    animation: tptranslateY2 2s forwards infinite alternate;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-feature__shape-3 {
        top: 12%;
    }
}

.tp-feature__item {
    position: relative;
}

    .tp-feature__item::after {
        position: absolute;
        content: "";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: linear-gradient( 180deg, rgba(4, 4, 4, 0) 0%, rgba(0, 0, 0, 0.43) 100% );
    }

    .tp-feature__item:hover .tp-feature__video-icon a {
        opacity: 1;
        visibility: visible;
    }

.tp-feature__meta {
    position: absolute;
    top: 25px;
    right: 25px;
}

.tp-feature__content-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 30px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-feature__content-wrap {
        padding: 20px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-feature__content-wrap {
        padding: 20px;
    }
}

.tp-feature__plr {
    padding-left: 215px;
    padding-right: 215px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-feature__plr {
        padding-left: 85px;
        padding-right: 85px;
    }
}

@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: 767px) {
    .tp-feature__plr {
        padding-left: 0px;
        padding-right: 0px;
    }
}

.tp-feature__meta span {
    font-weight: 400;
    font-size: 18px;
    color: #ffffff;
    opacity: 0.96;
    margin-left: 15px;
}

    .tp-feature__meta span i {
        color: var(--tp-theme-1);
        margin-right: 8px;
    }

.tp-feature__title-sm {
    font-weight: 700;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-feature__info span {
    font-weight: 500;
    font-size: 20px;
    text-transform: capitalize;
    color: var(--tp-theme-1);
}

.tp-feature__icon a {
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-theme-1);
}

.tp-feature__video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

    .tp-feature__video-icon a {
        height: 58px;
        width: 58px;
        line-height: 56px;
        text-align: center;
        background-color: var(--tp-theme-1);
        border-radius: 50%;
        display: inline-block;
        position: relative;
        opacity: 0;
        visibility: hidden;
        transition: 0.3s;
    }

        .tp-feature__video-icon a svg {
            color: var(--tp-common-white);
            margin-left: 5px;
        }

        .tp-feature__video-icon a::after {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(255, 255, 255, 0.2);
            content: "";
            transform: scale(1.2);
            border-radius: 50%;
            animation: pulse 2s infinite;
        }

/*----------------------------------------*/
/*  7.13 newslatter css start
/*----------------------------------------*/
.tp-newslatter__bg {
    padding-top: 110px;
    padding-bottom: 145px;
}

.tp-newslatter__title-sm {
    font-weight: 700;
    font-size: 44px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-newslatter__title-sm {
        font-size: 35px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-newslatter__title-box {
        margin-bottom: 30px;
    }
}

.tp-newslatter__input input {
    background: var(--tp-theme-1);
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 40px;
    height: 77px;
    padding-left: 45px;
    padding-right: 225px;
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .tp-newslatter__input input {
        padding: 0px 45px;
        margin-bottom: 20px;
    }
}

.tp-newslatter__input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-newslatter__input input::-moz-placeholder {
    /* Firefox 19+ */
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-newslatter__input input:-moz-placeholder {
    /* Firefox 4-18 */
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-newslatter__input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-newslatter__input input::placeholder {
    /* MODERN BROWSER */
    font-weight: 400;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white);
}

.tp-newslatter__input input:focus {
    border-color: rgba(255, 255, 255, 0.16);
}

.tp-newslatter__btn {
    position: absolute;
    top: 50%;
    right: 8px;
    transform: translateY(-50%);
    line-height: 0;
}

@media (max-width: 767px) {
    .tp-newslatter__btn {
        position: static;
        transform: translateY(0%);
    }
}

.tp-newslatter-3__customize {
    margin-top: -120px;
    position: relative;
    z-index: 9;
}

    .tp-newslatter-3__customize .tp-newslatter__bg {
        max-width: 1240px;
        margin: 0 auto;
        padding: 55px 40px;
    }

    .tp-newslatter-3__customize .tp-newslatter__title-sm {
        font-size: 34px;
    }

/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/
.tp-brand__transparent {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -65px;
}

.tp-brand__title-sm {
    font-weight: 600;
    font-size: 16px;
    text-align: center;
    color: #475467;
    background-color: var(--tp-common-white);
    position: relative;
    z-index: 1;
    display: inline-block;
    padding: 0px 35px;
}

@media (max-width: 767px) {
    .tp-brand__title-sm {
        padding: 0;
    }
}

.tp-brand__bg {
    background-color: var(--tp-common-white);
    max-width: 1295px;
    margin: 0 auto;
    padding: 70px 50px 80px 50px;
}

.tp-brand__title-box {
    position: relative;
    margin: 0px 45px;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .tp-brand__title-box {
        margin: 0px 0px;
        margin-bottom: 50px;
    }
}

.tp-brand__title-box::after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #d9d9d9;
    content: "";
}

.tp-brand__item {
    text-align: center;
    cursor: pointer;
}

    .tp-brand__item span {
        color: var(--tp-common-black);
        transition: 0.3s;
    }

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

.tp-brand-3__bg {
    background-color: #fff4ef;
    padding: 80px 0;
}

.tp-brand-3__shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

.tp-brand-2__active .swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    align-items: center;
}

/*----------------------------------------*/
/*  7.9 cta css start
/*----------------------------------------*/
.tp-cta__min-height {
    min-height: 175px;
    background-repeat: no-repeat;
    background-size: cover;
}

.tp-cta__left-box {
    padding: 50px 40px;
}

@media (max-width: 767px) {
    .tp-cta__left-box {
        padding: 50px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.tp-cta__right-box {
    padding: 20px 70px;
}

@media (max-width: 767px) {
    .tp-cta__right-box {
        padding: 50px 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
}

.tp-cta__mt {
    margin-top: -120px;
}

.tp-cta__icon {
    margin-right: 45px;
}

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

@media (max-width: 767px) {
    .tp-cta__icon {
        margin-right: 0;
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .tp-cta__icon {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

.tp-cta__link {
    font-weight: 600;
    font-size: 22px;
    color: var(--tp-common-white);
    height: 62px;
    line-height: 62px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    border-radius: 66.5px;
    padding: 0px 25px;
}

@media (max-width: 767px) {
    .tp-cta__link {
        font-size: 14px;
        padding: 0px 25px;
    }
}

.tp-cta__link a {
    text-decoration: underline;
}

.tp-cta__right-icon {
    margin-right: 30px;
}

@media (max-width: 767px) {
    .tp-cta__right-icon {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta__right-icon {
        margin-right: 20px;
        margin-bottom: 0px;
    }
}

@media (max-width: 767px) {
    .tp-cta__right-content {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .tp-cta__right-content {
        text-align: left;
    }
}

.tp-cta__right-content span {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    display: block;
    padding-bottom: 10px;
}

@media (max-width: 767px) {
    .tp-cta__right-content span {
        font-size: 14px;
        padding-bottom: 0;
    }
}

.tp-cta__right-content a {
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

@media (max-width: 767px) {
    .tp-cta__right-content a {
        font-size: 14px;
    }
}

.tp-cta__transparent {
    position: absolute;
    left: 0;
    right: 0;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-cta__transparent {
        position: static;
    }
}

.tp-cta-3__bg {
    background-color: var(--tp-theme-1);
    padding: 50px 65px;
}

@media (max-width: 767px) {
    .tp-cta-3__bg {
        padding: 50px 20px;
    }
}

.tp-cta-3__title-sm {
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    text-align: center;
    max-width: 450px;
    margin: auto;
    font-style: italic;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-cta-3__title-sm {
        margin-bottom: 30px;
    }
}

.tp-cta-3__offer {
    margin-right: 35px;
}

.tp-cta-3__offer-text span {
    display: block;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.79);
}

.tp-cta-3__offer-text a {
    font-weight: 700;
    font-size: 16px;
    text-transform: uppercase;
    color: var(--tp-common-white);
}

.tp-cta-3__btn {
    margin-left: 75px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-cta-3__btn {
        margin-left: 0;
    }
}

.tp-cta-3__offer-shape {
    position: absolute;
    top: 0%;
    right: -10%;
}

.tp-cta-3__left-shape {
    position: absolute;
    bottom: 0;
    left: 0;
}

/*----------------------------------------*/
/*  7.15 product css start
/*----------------------------------------*/
.tp-product-2__mlr {
    margin-left: 245px;
    margin-right: 245px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-product-2__mlr {
        margin-left: 200px;
        margin-right: 200px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-product-2__mlr {
        margin-left: 100px;
        margin-right: 100px;
    }
}

@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: 767px) {
    .tp-product-2__mlr {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.tp-product-2__item {
    border: 1px solid #f0f2f5;
    display: inline-block;
    margin: 0px 0px 0px -1px;
}

    .tp-product-2__item:hover .tp-product-2__img img {
        transform: scale(1.1) rotate(-2deg);
    }

.tp-product-2__img img {
    transition: 0.9s;
}

.tp-product-2__content {
    padding: 0px 25px;
    padding-bottom: 30px;
}

.tp-product-2__ratting {
    margin-bottom: 8px;
}

    .tp-product-2__ratting span:last-child {
        color: #d2d3da;
    }

    .tp-product-2__ratting span {
        color: var(--tp-theme-2);
    }

.tp-product-2__title-sm {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 20px;
    display: inline-block;
}

    .tp-product-2__title-sm:hover {
        color: var(--tp-theme-1);
    }

.tp-product-2__price span {
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    color: #ed1d24;
}

    .tp-product-2__price span del {
        color: #9695a0;
    }

.tp-shop-details__wrapper {
    margin-bottom: 120px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-shop-details__wrapper {
        margin-bottom: 60px;
    }
}

.tp-shop-details__tab-big-img img {
    background-color: #f7f7f7;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-details__tab-big-img img {
        width: 100%;
    }
}

.tp-shop-details__tab-btn-box button {
    display: inline-block;
    margin-right: 20px;
    border: 1px solid transparent;
}

@media (max-width: 767px) {
    .tp-shop-details__tab-btn-box button {
        margin-bottom: 20px;
    }
}

.tp-shop-details__tab-btn-box button img {
    background-color: #f8f8f9;
}

.tp-shop-details__tab-btn-box button.active {
    border: 1px solid var(--tp-theme-1);
}

.tp-shop-details__ratting {
    margin-bottom: 10px;
}

    .tp-shop-details__ratting span {
        color: var(--tp-theme-1);
    }

        .tp-shop-details__ratting span svg {
            color: var(--tp-theme-2);
        }

.tp-shop-details__price span {
    color: var(--tp-common-black);
    font-size: 24px;
    font-weight: 700;
}

@media (max-width: 767px) {
    .tp-shop-details__quantity-wrap {
        flex-wrap: wrap;
    }
}

.tp-shop-details__quantity {
    background-color: #f7f7f7;
    width: 205px;
    height: 67px;
    position: relative;
    margin-right: 15px;
}

@media (max-width: 767px) {
    .tp-shop-details__quantity {
        margin-bottom: 20px;
    }
}

.tp-shop-details__quantity input {
    border: 0;
    background-color: transparent;
    width: 100%;
    height: 100%;
    text-align: center;
    color: var(--tp-common-black);
}

.tp-shop-details__quantity .tp-cart-minus {
    position: absolute;
    top: 0;
    left: 0;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    color: var(--tp-common-black);
}

.tp-shop-details__quantity .tp-cart-plus {
    position: absolute;
    top: 0;
    right: 0;
    height: 64px;
    width: 64px;
    line-height: 64px;
    text-align: center;
    color: var(--tp-common-black);
}

.tp-shop-details__btn {
    line-height: 0;
}

.tp-shop-details__right-warp {
    margin-top: 25px;
}

.tp-shop-details__title-sm {
    font-weight: 700;
    font-size: 40px;
    color: #060728;
    padding-bottom: 15px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-shop-details__title-sm {
        font-size: 32px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-details__title-sm {
        font-size: 29px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-shop-details__title-sm {
        font-size: 29px;
    }

        .tp-shop-details__title-sm br {
            display: none;
        }
}

@media (max-width: 767px) {
    .tp-shop-details__title-sm {
        font-size: 30px;
    }

        .tp-shop-details__title-sm br {
            display: none;
        }
}

.tp-shop-details__text {
    margin-bottom: 50px;
}

.tp-shop-details__price {
    margin-bottom: 15px;
}

    .tp-shop-details__price span {
        font-weight: 600;
        font-size: 27px;
        color: #060728;
        font-family: var(--tp-ff-clash-semibold);
    }

.tp-shop-details__product-info {
    margin-bottom: 30px;
}

    .tp-shop-details__product-info ul li {
        font-weight: 500;
        font-size: 17px;
        line-height: 150%;
        color: #696a7e;
        margin-bottom: 7px;
        list-style-type: none;
    }

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-shop-details__product-info ul li {
        font-size: 17px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-shop-details__product-info ul li {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .tp-shop-details__product-info ul li {
        font-size: 16px;
    }
}

.tp-shop-details__product-info ul li:last-child {
    margin-bottom: 0;
}

.tp-shop-details__product-info ul li span {
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-shop-details__quantity-wrap {
        margin-bottom: 30px;
    }
}

/*----------------------------------------*/
/*  19. SHOP CSS START
/*----------------------------------------*/
.tpshopitem:hover .tpshopitem__thumb img {
    transform: scale(1.2);
}

.tpshopitem:hover .tpshopitem__thumb-icon {
    bottom: 14px;
    opacity: 1;
    visibility: visible;
}

.tpshopitem__thumb {
    border: 1px solid #eceff4;
    border-radius: 5px;
}

    .tpshopitem__thumb img {
        width: 100%;
        -webkit-transition: 1s 0.3s 0s ease-out;
        -moz-transition: 1s 0.3s 0s ease-out;
        -ms-transition: 1s 0.3s 0s ease-out;
        -o-transition: 1s 0.3s 0s ease-out;
        transition: 1s 0.3s 0s ease-out;
    }

.tpshopitem__thumb-icon {
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s 0.3s 0s ease-out;
    -moz-transition: 0.3s 0.3s 0s ease-out;
    -ms-transition: 0.3s 0.3s 0s ease-out;
    -o-transition: 0.3s 0.3s 0s ease-out;
    transition: 0.3s 0.3s 0s ease-out;
}

    .tpshopitem__thumb-icon a {
        margin: 0 5px;
        height: 45px;
        width: 45px;
        line-height: 45px;
        border: 1px solid var(--tp-theme-blue);
        border-radius: 50%;
        display: inline-block;
        background-color: #0e63ff;
        color: var(--tp-common-white);
    }

        .tpshopitem__thumb-icon a:hover {
            background-color: var(--tp-theme-pink);
            border: 1px solid var(--tp-theme-pink);
        }

.tpshopitem__content p {
    font-size: 18px;
    font-weight: 500;
    color: #777b83;
    margin-bottom: 6px;
}

.tpshopitem__title {
    font-size: 18px;
    font-weight: 500;
    display: block;
}

    .tpshopitem__title a {
        background-image: linear-gradient(#0e63ff, #0e63ff), linear-gradient(#0e63ff, #0e63ff);
        background-repeat: no-repeat;
        background-position: 100% 100%, 0% 100%;
        background-size: 0% 1px, 0 1px;
        display: inline;
    }

        .tpshopitem__title a:hover {
            background-size: 0% 1px, 100% 1px;
            color: var(--tp-theme-blue);
        }

.tpshopitem__review i {
    color: #f7931e;
}

.tpshopitem__product-base {
    position: absolute;
    top: 20px;
    left: 30px;
    font-weight: 700;
    font-size: 12px;
    color: var(--tp-common-white);
    padding: 6px 13px;
    background: #fd4766;
    border-radius: 5px;
    line-height: 1;
}

.tpproduct span {
    font-weight: 500;
    font-size: 15px;
}

.tpfilter {
    justify-content: end;
}

@media (max-width: 767px) {
    .tpfilter {
        justify-content: start;
    }
}

.tpfilter span {
    font-weight: 500;
    font-size: 15px;
}

.tpfilter .nice-select {
    padding-left: 5px;
    border: none;
    color: var(--tp-theme-primary);
}

.productthumb img {
    border-radius: 25px;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .productthumb img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .product {
        margin-left: 0;
    }
}

.product__details-content p {
    font-weight: 400;
    font-size: 16px;
    color: #777b83;
}

@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
    .product__details-content p br {
        display: none;
    }
}

.product-dtitle {
    font-weight: 400;
    font-size: 30px;
    line-height: 1.3;
}

@media (max-width: 767px) {
    .product-dtitle {
        font-size: 24px;
    }
}

.product-dinfo span {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    color: #141515;
}

.product-rating a {
    color: #ffdc60;
}

.product-dprice {
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0.02em;
}

.product-model-title {
    font-family: "Archivo";
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    color: #0b0b0b;
}

.product-quantity-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 15px;
    letter-spacing: 0.02em;
    color: #0b0b0b;
}

.product-quantity input {
    color: var(--tp-theme-primary);
    border: none;
    width: 40px;
    text-align: center;
    font-weight: 700;
    font-size: 14px;
}

.product-model-list a {
    font-size: 12px;
    font-weight: 600;
    color: #777b83;
    background: #f7f8fd;
    display: inline-block;
    padding: 0 10px;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-right: 15px;
    border-radius: 2px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-model-list a {
        margin-right: 8px;
    }
}

@media (max-width: 767px) {
    .product-model-list a {
        margin-right: 5px;
        padding: 0 6px;
    }
}

.product-model-list a:last-child {
    margin-right: 0;
}

.product-model-list a:hover {
    background: var(--tp-theme-blue);
    color: var(--tp-common-white);
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-product-img {
        margin-bottom: 50px;
    }
}

@media (max-width: 767px) {
    .tp-product-img img {
        max-width: 100%;
    }
}

.tp-product-quantity .cart-minus,
.tp-product-quantity .cart-plus {
    cursor: pointer;
    color: #8d8884;
}

    .tp-product-quantity .cart-minus:hover,
    .tp-product-quantity .cart-plus:hover {
        color: var(--tp-theme-primary);
    }

.tp-product-quantity input {
    height: 30px;
    width: 32px;
    font-size: 14px;
    border: none;
    font-weight: 700;
    text-align: center;
}

.product-rating {
    margin-right: 20px;
}

    .product-rating a {
        font-size: 16px;
        color: #ffdc60;
    }

.product-dinfo {
    display: flex;
}

.product-dprice del {
    font-size: 20px;
    color: #b9b9b9;
}

.pro-details-nav {
    background: #f9fafb;
    display: inline-block;
    padding: 7px 7px;
}

.pro-details-nav-btn {
    border: none;
}

    .pro-details-nav-btn li {
        font-weight: 500;
        font-size: 18px;
        color: var(--tp-text-body);
        position: relative;
    }

        .pro-details-nav-btn li button span {
            position: relative;
            z-index: 9;
        }

        .pro-details-nav-btn li button::before {
            content: "";
            height: 100%;
            width: 102%;
            top: 0;
            left: -1px;
            background: #fff;
            position: absolute;
            z-index: 3;
            opacity: 0;
            visibility: hidden;
        }

        .pro-details-nav-btn li button.active::before {
            opacity: 1;
            visibility: visible;
        }

        .pro-details-nav-btn li::after {
            position: absolute;
            content: "";
            height: 40px;
            width: 1px;
            background: #dfe3e9;
            top: 50%;
            transform: translateY(-50%);
        }

@media (max-width: 767px) {
    .pro-details-nav-btn li::after {
        display: none;
    }
}

.pro-details-nav-btn li:last-child::after {
    display: none;
}

@media (max-width: 767px) {
    .pro-details-nav-btn li {
        font-size: 16px;
    }
}

.pro-details-nav-btn li .nav-links {
    padding: 20px 45px;
    border-radius: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .pro-details-nav-btn li .nav-links {
        padding: 10px 20px;
    }
}

@media (max-width: 767px) {
    .pro-details-nav-btn li .nav-links {
        padding: 5px 15px;
    }
}

.pro-details-nav-btn li .nav-links.active {
    background: var(--tp-common-white);
    color: var(--tp-common-black);
}

.tab-para p {
    font-size: 16px;
    line-height: 30px;
}

.comments-box {
    margin-bottom: 50px;
}

.user-rating ul li {
    display: inline-block;
    color: #ffdc60;
}

.comments-text span,
.comments-text p {
    font-size: 14px;
    color: #777777;
    line-height: 26px;
}

.comment-title p {
    color: #777777;
    font-size: 16px;
}

.comment-rating span {
    font-weight: 500;
    margin-right: 5px;
}

.comment-rating ul li {
    display: inline-block;
    color: #ffdc60;
}

.comment-input textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 20px;
    border: 1px solid #e7e7e7;
    padding: 20px;
}

    .comment-input textarea:focus {
        outline: 0;
        border: 1px solid var(--tp-theme-1);
    }

.comment-input input {
    width: 100%;
    height: 50px;
    resize: none;
    outline: 0;
    border: 1px solid #e7e7e7;
    padding: 8px 20px;
    margin-bottom: 30px;
}

    .comment-input input:focus {
        border: 1px solid var(--tp-theme-1);
    }

.comments-avatar {
    flex: 0 0 auto;
}

.table .add-info {
    font-size: 18px;
    font-weight: 500;
}

.table td {
    padding: 18px;
}

@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), (max-width: 767px) {
    .shop-left-right {
        margin-left: 0;
        margin-right: 0;
    }
}

.tp-comments-title {
    font-size: 24px;
    color: var(--tp-common-black);
    font-weight: 700;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .tp-comments-title {
        font-size: 18px;
    }
}

.avatar-name b {
    color: var(--tp-common-black);
    font-weight: 700;
    text-transform: uppercase;
}

.shop-faq .accordion-header button {
    font-size: 18px;
    padding: 20px 55px 20px 30px;
}

@media (max-width: 767px) {
    .shop-faq .accordion-header button {
        font-size: 14px;
    }
}

.shop-faq .accordion-content p br {
    display: none;
}

.shop-faq .accordion-content p {
    padding: 0 75px 20px 30px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .product-button a {
        margin-bottom: 10px;
    }
}

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

.comment-title {
    font-size: 24px;
    color: var(--tp-common-black);
    font-weight: 700;
    text-transform: capitalize;
}

.tp-product-slider-title {
    color: var(--tp-common-black);
    font-size: 30px;
    font-weight: 500;
}

.tp-shop__space-bottom {
    margin-bottom: 50px;
}

.tp-shop__filter .nice-select {
    position: relative;
    background: var(--tp-common-white);
    border-radius: 0;
    padding: 0px 30px;
    padding-right: 80px;
    width: auto;
    height: 64px;
    line-height: 64px;
    background-color: #f2f2f2;
    font-weight: 500;
    font-size: 18px;
    color: #696a7e;
}

    .tp-shop__filter .nice-select.open::after {
        transform: translateY(-45%) rotate(-180deg);
    }

    .tp-shop__filter .nice-select .option.selected {
        font-weight: 400;
        color: var(--tp-common-black);
    }

    .tp-shop__filter .nice-select::after {
        border: none;
        background-color: transparent;
        transform: translateY(-50%);
        margin-top: 0;
        right: 30px;
        content: "\f107";
        font-family: "Font Awesome 5 Pro";
        transform-origin: center;
        color: #77829d;
        height: auto;
        width: auto;
        font-size: 20px;
        font-weight: 400;
    }

    .tp-shop__filter .nice-select ul {
        padding: 25px;
        width: 100%;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        border-radius: 0;
    }

        .tp-shop__filter .nice-select ul li {
            color: #77829d;
            margin-bottom: 15px;
            font-weight: 400;
            font-size: 16px;
            padding: 0;
        }

            .tp-shop__filter .nice-select ul li:last-child {
                margin-bottom: 0;
            }

    .tp-shop__filter .nice-select .option {
        line-height: 1;
        min-height: 0;
    }

    .tp-shop__filter .nice-select.open ul {
        opacity: 1;
        visibility: visible;
    }

.tp-shop__result span {
    line-height: 64px;
    font-weight: 500;
    font-size: 18px;
    color: #696a7e;
}

.tp-shop__item {
    border: 1px solid #f0f2f5;
    padding: 25px;
}

    .tp-shop__item:hover .tp-shop__social {
        opacity: 1;
        visibility: visible;
        top: 50%;
        transform: translateY(-50%);
    }

.tp-shop__ratting {
    padding-bottom: 5px;
}

    .tp-shop__ratting span {
        color: var(--tp-theme-2);
    }

        .tp-shop__ratting span:last-child {
            color: #d2d3da;
        }

.tp-shop__title-sm {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: var(--tp-common-black);
    padding-bottom: 5px;
    text-transform: capitalize;
}

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

.tp-shop__price span {
    font-weight: 500;
    font-size: 14px;
    color: #ed1d24;
    margin-right: 20px;
}

.tp-shop__price del {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

.tp-shop__social {
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .tp-shop__social a {
        height: 45px;
        width: 45px;
        line-height: 43px;
        background: #ffffff;
        border: 1px solid #f0f2f5;
        border-radius: 5px;
        display: inline-block;
        color: var(--tp-common-black);
        margin: 0px 5px;
    }

        .tp-shop__social a span svg {
            width: 14px;
        }

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

/*----------------------------------------*/
/*  7.10 faq css start
/*----------------------------------------*/
.tp-faq-2__title-shape {
    position: absolute;
    right: 14%;
    top: 26%;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-2__title-shape {
        right: 43%;
        top: 37%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-2__title-shape {
        right: 33%;
    }
}

.tp-faq-2__title-shape svg {
    animation: section-animation 4s infinite;
}

.tp-faq-2__right-img {
    position: absolute;
    bottom: -1px;
    right: 215px;
}

@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-faq-2__right-img {
        right: 60px;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-faq-2__right-img {
        right: 5px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-faq-2__right-img {
        bottom: -70px;
        right: -50px;
        transform: scale(0.8);
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-faq-2__right-img {
        position: static;
        text-align: center;
        margin-bottom: 60px;
    }
}

.tp-faq-2__sub-img {
    position: absolute;
    right: 0;
    top: 60px;
    animation: tptranslateY2 2s forwards infinite alternate;
}

.tp-faq-inner__subtitle {
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: var(--tp-theme-2);
    padding-bottom: 10px;
    display: inline-block;
}

.tp-faq-inner__customize .tp-custom-accordion .accordion-buttons {
    padding: 38px 28px;
}

    .tp-faq-inner__customize .tp-custom-accordion .accordion-buttons:hover {
        color: var(--tp-theme-1);
    }

    .tp-faq-inner__customize .tp-custom-accordion .accordion-buttons::after {
        top: 38px;
    }

    .tp-faq-inner__customize
    .tp-custom-accordion
    .accordion-buttons:not(.collapsed) {
        background-color: transparent;
        color: var(--tp-common-black);
    }

        .tp-faq-inner__customize
        .tp-custom-accordion
        .accordion-buttons:not(.collapsed):hover {
            color: var(--tp-theme-1);
        }

.tp-faq-inner__customize .tp-custom-accordion .accordion-body {
    border-top: 1px solid rgba(0, 82, 204, 0.1);
    margin: 0px 20px;
    padding-left: 0;
    padding-right: 0;
}

.tp-faq-inner__customize
.tp-custom-accordion
.accordion-buttons:not(.collapsed)::after {
    color: var(--tp-common-black);
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-faq-inner__tab-btn {
        margin-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .tp-faq-inner__tab-btn {
        margin-bottom: 40px;
    }
}

.tp-faq-inner__tab-btn .nav-tab {
    margin-right: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-faq-inner__tab-btn .nav-tab {
        margin-right: 0px;
    }
}

.tp-faq-inner__tab-btn .nav-tab button {
    width: 100%;
    background-color: rgba(247, 247, 247, 0.5);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    height: 60px;
    line-height: 60px;
    padding: 0px 20px;
    border-radius: 5px;
    font-weight: 600;
    font-size: 18px;
    color: #4d505c;
    transition: 0.3s;
}

    .tp-faq-inner__tab-btn .nav-tab button:hover {
        background-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

        .tp-faq-inner__tab-btn .nav-tab button:hover i {
            color: var(--tp-common-white);
        }

    .tp-faq-inner__tab-btn .nav-tab button i {
        font-weight: 400;
        font-size: 18px;
        color: #4d505c;
        transition: 0.3s;
    }

    .tp-faq-inner__tab-btn .nav-tab button.active {
        background-color: var(--tp-theme-1);
        color: var(--tp-common-white);
    }

        .tp-faq-inner__tab-btn .nav-tab button.active i {
            color: var(--tp-common-white);
        }

/*----------------------------------------*/
/*  7.19 team css start
/*----------------------------------------*/
.tp-team-area {
    overflow: hidden;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-team-area {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-team-area {
        padding-bottom: 80px;
    }
}

@media (max-width: 767px) {
    .tp-team-area {
        padding-bottom: 55px;
    }
}

.tp-team-shape {
    position: absolute;
    top: 0;
    left: 10%;
    animation: scale_up_down 1s infinite alternate both;
}

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

.tp-team-wrapper:hover .tp-team-wrapper-icon span {
    color: var(--tp-common-black);
}

    .tp-team-wrapper:hover .tp-team-wrapper-icon span svg {
        transform: rotate(45deg);
    }

.tp-team-wrapper:hover .tp-team-social-info {
    bottom: 0;
}

.tp-team-wrapper-thumb {
    position: relative;
    overflow: hidden;
}

    .tp-team-wrapper-thumb img {
        width: 100%;
    }

    .tp-team-wrapper-thumb .tp-team-social-info {
        position: absolute;
        bottom: -175px;
        right: 0;
        transform: translateX(-50%);
        background-color: var(--tp-common-white);
        border-radius: 26px 26.5px 0px 0px;
        height: 172px;
        width: 52px;
        padding: 15px 13px;
        text-align: center;
        transition: all 0.4s ease;
        overflow: hidden;
    }

        .tp-team-wrapper-thumb .tp-team-social-info a {
            display: block;
            color: var(--tp-common-black);
            margin-bottom: 8px;
            padding-bottom: 5px;
        }

            .tp-team-wrapper-thumb .tp-team-social-info a:hover {
                color: var(--tp-theme-2);
            }

            .tp-team-wrapper-thumb .tp-team-social-info a:not(:last-of-type) {
                border-bottom: 1px solid #eaeaee;
            }

.tp-team-wrapper-content {
    padding: 33px 25px 0 10px;
}

@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-team-wrapper-content {
        padding: 33px 15px 0 10px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-team-wrapper-content {
        padding: 33px 10px 0 10px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-team-wrapper-content {
        padding: 33px 5px 0 10px;
    }
}

.tp-team-wrapper-content-text .team-title {
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 11px;
    color: var(--tp-common-black);
}

    .tp-team-wrapper-content-text .team-title:hover {
        color: var(--tp-theme-2);
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-team-wrapper-content-text .team-title {
        font-size: 20px;
    }
}

.tp-team-wrapper-content-text p {
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: var(--tp-theme-1);
    text-transform: uppercase;
}

.tp-team-wrapper-icon span {
    font-size: 18px;
    color: #5d5d70;
    height: 42px;
    width: 42px;
    background: var(--tp-common-white);
    border: 1px solid rgba(0, 0, 0, 0.08);
    box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.04);
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    transition: all 0.4s ease-in-out;
}

    .tp-team-wrapper-icon span svg {
        transition: all 0.4s ease-in-out;
    }

.tp-team-wrapper .social {
    position: absolute;
    right: 30px;
    bottom: 108px;
    background: var(--tp-common-white);
    width: 52px;
    height: 0;
    text-align: center;
    border-radius: 26px 26.5px 0px 0px;
    padding-top: 0;
    transition: 0.5s;
    transition-delay: 0.5s;
    transition: all 400ms ease-out 0s;
    opacity: 0;
    visibility: hidden;
}

    .tp-team-wrapper .social a {
        display: block;
        font-weight: 400;
        font-size: 0px;
        color: #18181d;
        transition: all 1s ease-in-out;
    }

        .tp-team-wrapper .social a:not(:last-child) {
            margin-bottom: 0px;
        }

.tp-team-nav button {
    height: 66px;
    width: 66px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-heading-secondary);
    background: transparent;
    border: 1px solid rgba(0, 0, 0, 0.28);
    z-index: 5;
}

    .tp-team-nav button.team-button-next-1 {
        margin-left: 25px;
    }

.tp-team-details-area {
    overflow: hidden;
}

.tp-team-details-thumb {
    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: 767px) {
    .tp-team-details-thumb {
        margin-bottom: 40px;
    }
}

.tp-team-details-thumb img {
    border-radius: 238px;
}

.tp-team-details-thumb .social {
    background: var(--tp-common-white);
    border-radius: 34px 34px 26px 26px;
    width: 173px;
    height: 52px;
    margin-top: -67px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    line-height: 52px;
}

    .tp-team-details-thumb .social a {
        font-weight: 400;
        font-size: 16px;
        line-height: 18px;
        color: #18181d;
        transition: 0.3s;
    }

        .tp-team-details-thumb .social a:not(:last-of-type) {
            margin-right: 20px;
        }

        .tp-team-details-thumb .social a:hover {
            color: var(--tp-theme-secondary);
        }

.tp-team-details-designation-content p {
    font-size: 15px;
    margin-bottom: 10px;
}

.tp-team-details-designation-title {
    font-weight: 600;
    font-size: 30px;
    color: var(--tp-heading-secondary);
    margin-bottom: 5px;
}

.tp-team-details-meta {
    margin-bottom: 10px;
}

.tp-team-details-meta-thumb {
    margin-right: 10px;
}

.tp-team-details-meta p {
    font-size: 15px;
}

.tp-team-details-rating span {
    color: #ffa51f;
    margin-right: 7px;
}

    .tp-team-details-rating span.deactive {
        color: #d8d5ce;
    }

.tp-team-details-rating p {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-heading-secondary);
}

.tp-team-details-info p {
    margin-bottom: 30px;
}

.tp-team-details-list .list-title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 30px;
}

.tp-team-details-list ul li {
    list-style: none;
    float: left;
    width: 45%;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 25px;
}

@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: 767px) {
    .tp-team-details-list ul li {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .tp-team-details-list ul li {
        font-size: 14px;
    }
}

.tp-team-details-list ul li span {
    color: var(--tp-theme-secondary);
    margin-right: 10px;
}

.team__details-inner {
    border-radius: 30px;
    box-shadow: 0px 50px 80px 0px rgba(3, 0, 53, 0.1);
}

.team__details-shape {
    right: -11%;
    bottom: -16%;
    z-index: -1;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .team__details-shape {
        right: 0;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team__details-shape {
        right: 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team__details-shape {
        right: -3%;
        bottom: -7%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-shape {
        right: -3%;
        bottom: -7%;
    }
}

@media (max-width: 767px) {
    .team__details-shape {
        right: -3%;
        bottom: -5%;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team__details-img {
        margin-right: 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team__details-img {
        margin-right: 0px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-img {
        margin-right: 0px;
    }
}

@media (max-width: 767px) {
    .team__details-img {
        margin-right: 0px;
    }
}

.team__details-img img {
    border-radius: 30px 0px 0px 30px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .team__details-content {
        padding-top: 40px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .team__details-content {
        padding: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__details-content {
        padding: 40px;
    }
}

@media (max-width: 767px) {
    .team__details-content {
        padding: 40px;
    }
}

.team__details-content > span {
    font-size: 20px;
    display: inline-block;
    margin-bottom: 7px;
}

.team__details-content h3 {
    font-size: 30px;
    margin-bottom: 15px;
}

.team__details-content p {
    margin-bottom: 35px;
    padding-right: 80px;
}

.team__details-contact ul li {
    margin-bottom: 8px;
    display: flex;
}

    .team__details-contact ul li .icon i {
        line-height: 27px;
        color: var(--tp-theme-1);
        margin-right: 15px;
    }

    .team__details-contact ul li .text span {
        font-weight: 500;
    }

.team__details-social ul li {
    display: inline-block;
    margin-right: 7px;
}

    .team__details-social ul li a {
        position: relative;
        display: inline-block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: var(--tp-grey-1);
        font-size: 14px;
        border-radius: 10px;
    }

        .team__details-social ul li a:hover {
            background: var(--tp-theme-1);
            color: var(--tp-common-white);
        }

.team__details-info h4 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 25px;
}

.team__details-info p {
    margin-bottom: 25px;
}

/*----------------------------------------*/
/*  7.17 project css start
/*----------------------------------------*/
.tp-portfolio-item-wrapper:hover .tp-portfolio-item-thumb img {
    transform: scale(1.05);
}

.tp-portfolio-item-wrapper:hover .tp-portfolio-item-content {
    transform: translateY(-20px);
}

.tp-portfolio-item-thumb {
    overflow: hidden;
}

    .tp-portfolio-item-thumb img {
        transition: all 0.3s ease-in-out;
        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: 767px) {
    .tp-portfolio-item-thumb img {
        width: 100%;
    }
}

.tp-portfolio-item-content {
    background-color: var(--tp-common-white);
    padding: 35px 25px 32px;
    filter: drop-shadow(0px 3px 13px rgba(0, 0, 0, 0.078));
    margin-top: -85px;
    margin-bottom: 40px;
    margin-right: 20px;
    margin-left: 20px;
    transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-item-content {
        padding: 25px 15px 25px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-item-content {
        padding: 20px 20px 20px;
    }
}

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

    .tp-portfolio-item-content:hover .tp-portfolio-item-subtitle {
        color: var(--tp-common-white);
    }

    .tp-portfolio-item-content:hover .tp-portfolio-item-title {
        color: var(--tp-common-white);
    }

.tp-portfolio-item-content-btn a {
    font-size: 15px;
    font-weight: 400;
    color: var(--tp-theme-2);
}

    .tp-portfolio-item-content-btn a:hover i {
        animation: tfLeftToRight 0.5s forwards;
    }

    .tp-portfolio-item-content-btn a i {
        margin-left: 5px;
    }

.tp-portfolio-item-subtitle {
    text-transform: uppercase;
    color: #969fa5;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.tp-portfolio-item-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-portfolio-item-title {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .tp-portfolio-item-title {
        font-size: 20px;
    }
}

.tp-portfolio-details-wrapper {
    margin-bottom: 60px;
}

    .tp-portfolio-details-wrapper p {
        line-height: 1.95;
        color: #5c727d;
        margin-bottom: 40px;
    }

.tp-portfolio-details-thumb {
    margin-bottom: 30px;
}

@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: 767px) {
    .tp-portfolio-details-thumb img {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-portfolio-details-meta {
        margin-bottom: 15px;
    }
}

.tp-portfolio-details-meta-item {
    margin-right: 70px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-details-meta-item {
        margin-right: 45px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-portfolio-details-meta-item {
        margin-right: 40px;
        margin-bottom: 30px;
    }
}

.tp-portfolio-details-meta-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #949392;
    margin-bottom: 0;
}

.tp-portfolio-details-meta-title {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
}

.tp-portfolio-details-meta-icon {
    margin-right: 10px;
}

.tp-portfolio-details-btn a {
    font-weight: 600;
    font-size: 15px;
    line-height: 18px;
    padding: 14px 55px;
    text-transform: capitalize;
    color: var(--tp-common-white);
    background: var(--tp-theme-1);
    transition: 0.3s;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-portfolio-details-btn a {
        margin-top: 20px;
    }
}

.tp-portfolio-details-btn a:hover {
    background: var(--tp-theme-2);
    color: var(--tp-common-black);
}

.tp-portfolio-details-title {
    font-weight: 600;
    font-size: 32px;
    margin-bottom: 15px;
    color: var(--tp-common-black);
}

.tp-portfolio-details-list-title {
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 18px;
    color: var(--tp-common-black);
}

.tp-portfolio-details-list ul li {
    list-style: none;
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 16px;
}

    .tp-portfolio-details-list ul li span {
        color: var(--tp-theme-1);
        margin-right: 8px;
    }

.tp-portfolio-details-info-box {
    background: var(--tp-common-white);
    box-shadow: 0px 4px 24px rgba(0, 0, 0, 0.08);
    border-radius: 6px;
    padding: 60px 35px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-details-info-box {
        padding: 50px 30px;
    }
}

@media (max-width: 767px) {
    .tp-portfolio-details-info-box {
        padding: 40px 20px;
    }
}

.tp-portfolio-details-info-title {
    font-family: var(--tp-ff-body);
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: capitalize;
    color: var(--tp-heading-secondary);
}

    .tp-portfolio-details-info-title span {
        margin-right: 12px;
    }

.tp-portfolio-details-info-address {
    border-bottom: 1px solid rgba(21, 19, 19, 0.11);
    padding-bottom: 18px;
    margin-bottom: 30px;
}

    .tp-portfolio-details-info-address p {
        font-weight: 400;
        font-size: 16px;
        text-transform: capitalize;
        color: #696969;
        line-height: 1.9;
    }

.tp-portfolio-details-info-mail {
    border-bottom: 1px solid rgba(21, 19, 19, 0.11);
    padding-bottom: 18px;
    margin-bottom: 30px;
}

.tp-portfolio-details-info-mail-content span {
    margin-right: 10px;
}

.tp-portfolio-details-info-mail-text p {
    text-transform: capitalize;
    color: #696969;
    margin-bottom: 6px;
}

.tp-portfolio-details-info-open {
    margin-bottom: 50px;
}

.tp-portfolio-details-info-open-icon {
    height: 78px;
    width: 78px;
    text-align: center;
    line-height: 78px;
    border-radius: 3px;
    background-color: var(--tp-theme-1);
    margin-right: 15px;
}

.tp-portfolio-details-info-open-content p {
    font-size: 14px;
    line-height: 18px;
    text-transform: capitalize;
    color: #696969;
    margin-bottom: 5px;
}

.tp-portfolio-details-info-social a {
    color: var(--tp-common-black);
    background: rgba(72, 164, 185, 0.06);
    border-radius: 73px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    text-align: center;
    margin-right: 20px;
    transition: 0.3s;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-portfolio-details-info-social a {
        margin-right: 15px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-portfolio-details-info-social a {
        margin-right: 4px;
    }
}

@media (max-width: 767px) {
    .tp-portfolio-details-info-social a {
        margin-right: 10px;
    }
}

.tp-portfolio-details-info-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
}

/*----------------------------------------*/
/*  7.2 blog css start
/*----------------------------------------*/
.tp-blog__space {
    padding-top: 290px;
    padding-bottom: 250px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog__space {
        padding-bottom: 210px;
    }
}

.tp-blog__item:hover .tp-blog__thumb img {
    transform: scale(1.1) rotate(-2deg);
}

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

.tp-blog__item:hover .tp-blog__category span {
    background-color: var(--tp-theme-2);
    color: var(--tp-common-black);
}

.tp-blog__thumb img {
    transition: 0.9s;
    width: 100%;
}

.tp-blog__category span {
    height: 36px;
    background-color: var(--tp-theme-1);
    padding: 0px 16px;
    line-height: 36px;
    display: inline-block;
    color: var(--tp-common-white);
    font-weight: 700;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0.135em;
    text-transform: uppercase;
    transition: 0.3s;
}

    .tp-blog__category span svg {
        margin-right: 5px;
        margin-top: -2px;
    }

.tp-blog__content-box {
    border: 1px solid #ebebeb;
    background-color: var(--tp-common-white);
    padding: 20px 30px 40px 30px;
}

@media (max-width: 767px) {
    .tp-blog__content-box {
        padding: 20px 15px 40px 15px;
    }
}

.tp-blog__meta {
    padding-bottom: 15px;
    border-bottom: 1px solid #e8ebed;
    margin-bottom: 20px;
}

    .tp-blog__meta span {
        font-weight: 400;
        font-size: 15px;
        color: rgba(0, 0, 0, 0.6);
    }

@media (max-width: 767px) {
    .tp-blog__meta span {
        font-size: 13px;
    }
}

.tp-blog__meta span svg {
    margin-right: 5px;
    margin-top: -4px;
}

.tp-blog__title-sm {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.4;
    text-align: center;
    color: var(--tp-common-black);
}

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

.tp-blog__link {
    margin-top: -30px;
}

    .tp-blog__link a {
        height: 56px;
        width: 56px;
        line-height: 56px;
        border-radius: 50%;
        border: 1px solid #ebebeb;
        border-radius: 60px;
        background-color: var(--tp-common-white);
        text-align: center;
        display: inline-block;
        font-size: 16px;
        color: var(--tp-theme-1);
        transition: 0.3s;
    }

.tp-blog__content-main {
    margin: 0px 20px;
    margin-top: -80px;
    z-index: 9;
    position: relative;
}

.tp-blog-3__item:hover .tp-blog-3__thumb img {
    transform: scale(1.1) rotate(-2deg);
}

.tp-blog-3__item:hover .tp-blog-3__thumb span {
    opacity: 1;
    visibility: visible;
}

.tp-blog-3__meta {
    margin-bottom: 20px;
}

    .tp-blog-3__meta span {
        font-weight: 400;
        font-size: 15px;
        color: rgba(83, 83, 83, 0.6);
        margin-right: 20px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .tp-blog-3__meta span {
        font-size: 14px;
    }
}

.tp-blog-3__meta span svg {
    color: var(--tp-theme-2);
    transform: translateY(-2px);
    margin-right: 4px;
}

.tp-blog-3__content-wrap {
    padding: 30px;
    box-shadow: 0px 13px 26px #eef0f8;
}

.tp-blog-3__title-sm {
    font-weight: 600;
    font-size: 20px;
    line-height: 35px;
    color: var(--tp-common-black);
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-bottom: 1px solid #ebebeb;
}

    .tp-blog-3__title-sm a:hover {
        color: var(--tp-theme-1);
    }

.tp-blog-3__link a {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-theme-2);
    transition: 0.3s;
}

    .tp-blog-3__link a i {
        transform: translateY(2px);
        margin-left: 16px;
    }

    .tp-blog-3__link a.child-1 {
        position: relative;
    }

        .tp-blog-3__link a.child-1::after {
            position: absolute;
            bottom: -3px;
            left: 0;
            width: 100%;
            height: 1px;
            background-color: var(--tp-theme-2);
            content: "";
            transition: 0.3s;
        }

    .tp-blog-3__link a.child-2 {
        font-size: 20px;
        color: var(--tp-common-black);
    }

    .tp-blog-3__link a:hover {
        color: var(--tp-theme-1);
    }

        .tp-blog-3__link a:hover.child-1::after {
            color: var(--tp-theme-1);
        }

.tp-blog-3__thumb span {
    position: absolute;
    top: 20px;
    left: 15px;
    background-color: var(--tp-common-white);
    border-radius: 20px;
    padding: 8px;
    padding-right: 15px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

    .tp-blog-3__thumb span img {
        margin-right: 10px;
    }

    .tp-blog-3__thumb span i {
        font-style: normal;
        font-weight: 700;
        font-size: 12px;
        text-transform: uppercase;
        color: var(--tp-common-black);
        margin-bottom: 0;
    }

.tp-blog-3__thumb img {
    transition: 0.7s;
}

.tp-blog-3__bg-shape {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #fcf8f7;
    z-index: -1;
}

/*----------------------------------------*/
/*  7.4 cart CSS start
/*----------------------------------------*/
/* 16. Cart */
.table-content .table > :not(:first-child) {
    border-top: 0;
}

.table-content table {
    background: #ffffff;
    border-color: #eaedff;
    border-radius: 0;
    border-style: solid;
    border-width: 1px 0 0 1px;
    text-align: center;
    width: 100%;
    margin-bottom: 0;
}

.table-content .table > :not(:last-child) > :last-child > * {
    border-bottom-color: #eaedff;
}

.table-content .product-quantity {
    float: none;
}

.table-content table td.product-name {
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

    .table-content table td.product-name a:hover {
        color: var(--tp-theme-1);
    }

.table-content table td {
    border-top: medium none;
    padding: 20px 10px;
    vertical-align: middle;
    font-size: 16px;
}

.table-content table th,
.table-content table td {
    border-bottom: 1px solid rgba(6, 7, 40, 0.1);
    border-right: 1px solid rgba(6, 7, 40, 0.1);
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: normal;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    width: 100%;
}

.coupon input {
    height: 67px;
    margin-right: 10px;
    height: 67px;
    line-height: 67px;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.tp-quantity {
    width: 200px;
    margin: 0 auto;
}

    .tp-quantity .cart-minus {
        height: 64px;
        width: 64px;
        text-align: center;
        line-height: 64px;
        position: absolute;
        top: 0;
        left: 0;
        cursor: pointer;
    }

    .tp-quantity .cart-plus {
        height: 64px;
        width: 64px;
        text-align: center;
        line-height: 64px;
        position: absolute;
        top: 0;
        right: 0;
        cursor: pointer;
    }

.table td,
.table th {
    border-top: 1px solid #eaedff;
}

.product-thumbnail,
.cart-product-name,
.product-price,
.product-quantity,
.product-subtotal,
.product-remove {
    font-weight: 600;
    font-size: 20px;
    color: #060728;
    font-family: var(--tp-ff-clash-semibold);
}

    .product-quantity > input {
        width: 80px;
        text-align: center;
    }

.table-content table td .cart-plus-minus {
    float: none;
    margin: 0 auto;
}

.coupon-all {
    margin-top: 50px;
}

.coupon {
    float: left;
}

@media (max-width: 767px) {
    .coupon {
        float: none;
    }
}

#coupon_code {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    margin-right: 10px;
    width: inherit;
    height: 67px;
    line-height: 67px;
    padding: 0 25px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

    #coupon_code::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: var(--tp-common-white);
    }

    #coupon_code::-moz-placeholder {
        /* Firefox 19+ */
        color: var(--tp-common-white);
    }

    #coupon_code:-moz-placeholder {
        /* Firefox 4-18 */
        color: var(--tp-common-white);
    }

    #coupon_code:-ms-input-placeholder {
        /* IE 10+  Edge*/
        color: var(--tp-common-white);
    }

    #coupon_code::placeholder {
        /* MODERN BROWSER */
        color: var(--tp-common-white);
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    #coupon_code {
        height: 54px;
    }
}

@media (max-width: 767px) {
    #coupon_code {
        padding: 0px 15px;
    }
}

@media (max-width: 767px) {
    #coupon_code {
        margin-bottom: 15px;
    }
}

.coupon2 {
    float: right;
}

.checkout-link .tp-btn:hover {
    background-color: var(--tp-theme-2);
}

.checkout-link .tp-btn-dark-lg:hover {
    background-color: var(--tp-theme-1);
}

@media (max-width: 767px) {
    .coupon2 {
        float: none;
        margin-top: 15px;
    }
}

.cart-page-total {
    padding: 35px;
    margin-top: 100px;
    background: var(--tp-grey-1);
}

    .cart-page-total > h2 {
        font-size: 25px;
        margin-bottom: 20px;
        text-transform: capitalize;
    }

    .cart-page-total > ul {
        border: 1px solid rgba(6, 7, 40, 0.1);
    }

        .cart-page-total > ul > li {
            list-style: none;
            padding: 21px 30px;
            border-bottom: 1px solid rgba(6, 7, 40, 0.1);
            font-weight: 500;
            font-size: 18px;
            line-height: 150%;
            color: #696a7e;
        }

    .cart-page-total ul > li > span {
        float: right;
    }

    .cart-page-total li:last-child {
        border-bottom: 0;
    }

td.product-thumbnail img {
    width: 125px;
}

/* 17. Checkout */
.coupon-accordion h3 {
    background-color: #f7f7f7;
    border-top: 3px solid var(--tp-theme-1);
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 25px;
    padding: 1em 2em 1em 3.5em;
    position: relative;
    width: auto;
}

    .coupon-accordion h3::before {
        content: "\f07b";
        left: 15px;
        top: 13px;
        position: absolute;
        color: var(--tp-theme-1);
        font-family: "Font Awesome 5 Pro";
        font-weight: 700;
    }

.coupon-accordion span {
    color: #6f7172;
    cursor: pointer;
    transition: 0.3s;
    font-weight: 500;
}

    .coupon-accordion span:hover,
    p.lost-password a:hover {
        color: var(--tp-common-black);
    }

.coupon-content {
    border: 1px solid #eaedff;
    display: none;
    margin-bottom: 20px;
    padding: 30px;
}

.coupon-info p.coupon-text {
    margin-bottom: 15px;
}

.coupon-info p {
    margin-bottom: 0;
}

    .coupon-info p.form-row-first label,
    .coupon-info p.form-row-last label {
        display: block;
        color: #6f7172;
    }

        .coupon-info p.form-row-first label span.required,
        .coupon-info p.form-row-last label span.required {
            color: var(--tp-theme-1);
            font-weight: 700;
        }

    .coupon-info p.form-row-first input,
    .coupon-info p.form-row-last input {
        border: 1px solid #eaedff;
        height: 45px;
        margin: 0 0 14px;
        max-width: 100%;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
    }

        .coupon-info p.form-row-first input:focus,
        .coupon-info p.form-row-last input:focus {
            border-color: var(--tp-common-black);
        }

    .coupon-info p.form-row input[type="submit"]:hover,
    p.checkout-coupon input[type="submit"]:hover {
        background: #3e976c none repeat scroll 0 0;
    }

    .coupon-info p.form-row input[type="checkbox"] {
        position: relative;
        top: -1px;
    }

.form-row > label {
    margin-top: 15px;
    margin-left: 15px;
    color: #6f7172;
}

.buttons-cart input,
.coupon input[type="submit"],
.buttons-cart a,
.coupon-info p.form-row input[type="submit"] {
    background: #252525 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: inline-block;
    float: left;
    font-size: 12px;
    font-weight: 700;
    height: 40px;
    line-height: 40px;
    margin-right: 15px;
    padding: 0 15px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

p.lost-password {
    margin-top: 15px;
}

    p.lost-password a {
        color: #6f6f6f;
    }

p.checkout-coupon input[type="text"] {
    height: 45px;
    padding: 0 15px;
    width: 100%;
    border: 1px solid #eaedff;
    margin-bottom: 15px;
    outline: none;
}

    p.checkout-coupon input[type="text"]:focus {
        border-color: var(--tp-common-black);
    }

.coupon-checkout-content {
    display: none;
}

.checkbox-form h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 26px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.country-select {
    margin-bottom: 30px;
    position: relative;
}

    .country-select select {
        width: 100%;
        background-color: transparent;
        border: 1px solid #eaedff;
        padding: 0 10px;
        height: 50px;
    }

    .country-select label,
    .checkout-form-list label {
        color: #6f7172;
        display: block;
        margin: 0 0 5px;
    }

        .country-select label span.required,
        .checkout-form-list label span.required {
            color: var(--tp-theme-1);
        }

    .country-select .nice-select {
        border: 1px solid #eaedff;
        height: 45px;
        padding-left: 10px;
        width: 100%;
        color: #6f7172;
        margin-bottom: 20px;
    }

        .country-select .nice-select .list {
            width: 100%;
        }

.checkout-form-list {
    margin-bottom: 30px;
}

    .checkout-form-list label {
        color: #6f7172;
    }

    .checkout-form-list input[type="text"],
    .checkout-form-list input[type="password"],
    .checkout-form-list input[type="email"] {
        background: #ffffff;
        border: 1px solid #eaedff;
        border-radius: 0;
        height: 45px;
        padding: 0 0 0 10px;
        width: 100%;
        outline: none;
    }

        .checkout-form-list input[type="text"]:focus,
        .checkout-form-list input[type="password"]:focus,
        .checkout-form-list input[type="email"]:focus {
            border-color: var(--tp-common-black);
        }

        .checkout-form-list input[type="text"]::-moz-placeholder,
        .checkout-form-list input[type="password"]::-moz-placeholder,
        .checkout-form-list input[type="email"]::-moz-placeholder {
            color: #6f7172;
            opacity: 1;
        }

        .checkout-form-list input[type="text"]::placeholder,
        .checkout-form-list input[type="password"]::placeholder,
        .checkout-form-list input[type="email"]::placeholder {
            color: #6f7172;
            opacity: 1;
        }

    .checkout-form-list input[type="checkbox"] {
        display: inline-block;
        margin-right: 10px;
        position: relative;
        top: -1px;
    }

.create-acc label {
    color: #6f7172;
    display: inline-block;
}

.create-account {
    display: none;
}

.ship-different-title h3 label {
    display: inline-block;
    margin-right: 20px;
    color: var(--tp-theme-1);
}

.order-notes textarea {
    border: 1px solid #eaedff;
    height: 120px;
    padding: 15px;
    width: 100%;
    outline: 0;
    resize: none;
}

    .order-notes textarea:focus {
        border-color: var(--tp-common-black);
    }

    .order-notes textarea::-moz-placeholder {
        color: #6f7172;
        opacity: 1;
    }

    .order-notes textarea::placeholder {
        color: #6f7172;
        opacity: 1;
    }

#ship-box-info {
    display: none;
}

.panel-group .panel {
    border-radius: 0;
}

.panel-default > .panel-heading {
    border-radius: 0;
}

.your-order {
    padding: 30px 40px 45px;
    border: 3px solid #f7f7f7;
}

@media (max-width: 767px) {
    .your-order {
        padding: 15px;
    }
}

.your-order h3 {
    border-bottom: 1px solid #eaedff;
    font-size: 30px;
    margin: 0 0 20px;
    padding-bottom: 10px;
    width: 100%;
}

.your-order-table table {
    background: none;
    border: 0;
    width: 100%;
}

    .your-order-table table th,
    .your-order-table table td {
        border-bottom: 1px solid #eaedff;
        border-right: medium none;
        color: #6f7172;
        font-size: 14px;
        padding: 15px 0;
        text-align: left;
    }

@media (max-width: 767px) {
    .your-order-table table th,
    .your-order-table table td {
        padding-right: 10px;
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: normal;
    text-align: left;
    vertical-align: middle;
    white-space: nowrap;
    width: 250px;
}

.panel-body > p {
    color: #222;
}

.your-order-table table .shipping ul li {
    list-style: none;
}

    .your-order-table table .shipping ul li input {
        position: relative;
        top: -1px;
    }

    .your-order-table table .shipping ul li label {
        color: #6f7172;
    }

.your-order-table table .shipping th {
    vertical-align: top;
}

.your-order-table table .order-total th {
    border-bottom: 0;
    font-size: 14px;
}

.your-order-table table .order-total td {
    border-bottom: medium none;
}

.your-order-table table tr.cart_item:hover {
    background: #f9f9f9;
}

.your-order-table table tr.order-total td span {
    color: var(--tp-common-black);
    font-size: 18px;
    font-weight: 500;
}

.payment-method {
    margin-top: 40px;
}

    .payment-method .accordion-item:last-of-type {
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
    }

    .payment-method .accordion-item {
        background-color: #fff;
        border: 0;
        border-bottom: 1px solid #e7e7e7;
    }

    .payment-method .accordion-button {
        font-size: 16px;
        font-weight: 500;
        color: var(--tp-common-black);
        padding: 23px 0;
        border: none;
    }

        .payment-method .accordion-button::after {
            position: absolute;
            content: "\f067";
            right: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            -moz-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            -o-transform: translateY(-50%);
            transform: translateY(-50%);
            font-family: "Font Awesome 5 Pro";
            font-size: 16px;
            font-weight: 400;
            margin-left: 0;
            background-image: none;
            color: var(--tp-theme-1);
        }

        .payment-method .accordion-button:not(.collapsed) {
            color: var(--tp-common-black);
            background-color: var(--tp-common-white);
            box-shadow: none;
        }

            .payment-method .accordion-button:not(.collapsed)::after {
                content: "\f068";
            }

    .payment-method .accordion-body {
        padding: 8px 0;
        padding-bottom: 40px;
    }

    .payment-method .accordion-collapse {
        border: none;
    }

.panel-title > a {
    display: block;
}

.order-button-payment input {
    background: #232323 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    height: 40px;
    margin: 0px 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    width: 100%;
}

    .order-button-payment input:hover {
        background: #3e976c none repeat scroll 0 0;
    }

.payment-method .btn-link {
    -moz-user-select: none;
    background: no-repeat;
    border: medium none;
    border-radius: 0;
    color: #444;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1;
    margin-bottom: 0;
    padding: 3px 10px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none;
}

.payment-method .card {
    background-color: #ffffff;
    border: 1px solid #eaedff;
    border-radius: 0;
    margin-bottom: 10px;
}

.payment-method .accordion .card:first-of-type {
    border: 1px solid #eaedff;
}

.card-header:first-child {
    border-radius: 0;
}

.payment-method .card-header {
    background-color: #ffffff;
    border-bottom: 1px solid #eaedff;
}

.order-button-payment button {
    width: 100%;
}

/*----------------------------------------*/
/*  7.5 checkout CSS START
/*----------------------------------------*/
.tp-checkout-verify-item {
    margin-bottom: 40px;
}

    .tp-checkout-verify-item:not(:last-child) {
        margin-bottom: 14px;
    }

.tp-checkout-verify-reveal {
    font-size: 14px;
    color: var(--tp-common-black);
    margin-bottom: 0;
    display: inline-block;
    border: 1px dashed #aab0b2;
    padding: 18px 40px;
    width: 100%;
}

    .tp-checkout-verify-reveal button {
        color: var(--tp-theme-2);
        position: relative;
    }

        .tp-checkout-verify-reveal button::after {
            position: absolute;
            content: "";
            left: 0;
            bottom: 4px;
            width: 100%;
            height: 1px;
            background-color: var(--tp-theme-2);
        }

.tp-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-2);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    text-align: center;
}

    .tp-checkout-btn:hover {
        background-color: var(--tp-common-black);
        color: var(--tp-common-white);
    }

.tp-checkout-input {
    margin-bottom: 20px;
}

    .tp-checkout-input label {
        font-weight: 500;
        color: var(--tp-common-black);
        padding-bottom: 10px;
    }

        .tp-checkout-input label span {
            color: red;
        }

    .tp-checkout-input input,
    .tp-checkout-input textarea {
        width: 100%;
        background: #ffffff;
        color: var(--tp-common-black);
        height: 64px;
    }

        .tp-checkout-input input:focus,
        .tp-checkout-input textarea:focus {
            border-color: var(--tp-theme-1);
        }

    .tp-checkout-input textarea {
        height: 200px;
        resize: none;
    }

    .tp-checkout-input .nice-select {
        height: 64px;
        line-height: 63px;
        border-radius: 0;
        border: 0;
        float: none;
        padding: 0 25px;
        font-size: 14px;
    }

        .tp-checkout-input .nice-select::after {
            right: 26px;
        }

        .tp-checkout-input .nice-select.open .list {
            -webkit-transform: scale(1) translateY(0px);
            -moz-transform: scale(1) translateY(0px);
            -ms-transform: scale(1) translateY(0px);
            -o-transform: scale(1) translateY(0px);
            transform: scale(1) translateY(0px);
        }

        .tp-checkout-input .nice-select .list {
            margin-top: 0;
            border-radius: 0;
            transform-origin: center center;
            -webkit-transform: scale(0.9) translateY(0px);
            -moz-transform: scale(0.9) translateY(0px);
            -ms-transform: scale(0.9) translateY(0px);
            -o-transform: scale(0.9) translateY(0px);
            transform: scale(0.9) translateY(0px);
            width: 100%;
            padding: 12px 0;
        }

            .tp-checkout-input .nice-select .list .option {
                line-height: 1.2;
                min-height: inherit;
                padding-top: 5px;
                padding-bottom: 5px;
            }

                .tp-checkout-input .nice-select .list .option:hover {
                    color: var(--tp-theme-2);
                }

.tp-checkout-option {
    margin-bottom: 4px;
}

.tp-checkout-option-wrapper {
    margin-top: 10px;
    margin-bottom: 17px;
}

.tp-checkout-option input {
    display: none;
}

    .tp-checkout-option input:checked ~ label::after {
        background-color: var(--tp-theme-2);
        border-color: var(--tp-theme-2);
    }

    .tp-checkout-option input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.tp-checkout-option label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

    .tp-checkout-option label::after {
        position: absolute;
        content: "";
        top: 3px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        border: 1px solid rgba(6, 7, 40, 0.2);
        z-index: -1;
        transition: 0.3s;
    }

    .tp-checkout-option label::before {
        position: absolute;
        content: "\f00c";
        top: -1px;
        left: 5px;
        font-size: 10px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
        transition: 0.3s;
        font-family: "Font Awesome 5 Pro";
    }

    .tp-checkout-option label a:hover {
        color: var(--tp-theme-2);
    }

    .tp-checkout-option label:hover {
        cursor: pointer;
    }

.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    background-color: var(--tp-grey-1);
}

@media (max-width: 767px) {
    .tp-checkout-bill-area {
        padding: 45px 25px 24px;
    }
}

.tp-checkout-bill-title {
    font-weight: 600;
    font-size: 26px;
    margin-bottom: 35px;
}

.tp-checkout-place {
    padding: 44px 50px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-place {
        padding: 35px 30px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 576px) and (max-width: 767px), (max-width: 767px) {
    .tp-checkout-place {
        margin-top: 50px;
    }
}

.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
}

.tp-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e0e2e3;
}

.tp-checkout-payment-item:not(:last-child) {
    margin-bottom: 10px;
}

.tp-checkout-payment-item.paypal-payment label {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.tp-checkout-payment-item input {
    display: none;
}

    .tp-checkout-payment-item input:checked ~ label::before {
        opacity: 1;
        visibility: visible;
    }

.tp-checkout-payment-item label {
    font-size: 14px;
    position: relative;
    padding-left: 27px;
    font-weight: 500;
    color: var(--tp-common-black);
}

    .tp-checkout-payment-item label:hover {
        cursor: pointer;
    }

    .tp-checkout-payment-item label::after {
        position: absolute;
        content: "";
        left: 0;
        top: 3px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        border: 1px solid var(--tp-theme-2);
        transition: 0.3s;
    }

    .tp-checkout-payment-item label::before {
        position: absolute;
        content: "";
        left: 3px;
        top: 6px;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background-color: var(--tp-theme-2);
        visibility: hidden;
        opacity: 0;
        transition: 0.3s;
    }

    .tp-checkout-payment-item label img {
        margin-left: 14px;
        -webkit-transform: translateY(1px);
        -moz-transform: translateY(1px);
        -ms-transform: translateY(1px);
        -o-transform: translateY(1px);
        transform: translateY(1px);
    }

    .tp-checkout-payment-item label a {
        margin-left: 20px;
        position: relative;
    }

.tp-checkout-payment-desc {
    position: relative;
    padding-top: 10px;
    display: none;
}

    .tp-checkout-payment-desc::after {
        position: absolute;
        content: "";
        left: 57px;
        top: 0;
        width: 16px;
        height: 16px;
        background-color: #fff;
        -webkit-transform: translateY(3px) rotate(45deg);
        -moz-transform: translateY(3px) rotate(45deg);
        -ms-transform: translateY(3px) rotate(45deg);
        -o-transform: translateY(3px) rotate(45deg);
        transform: translateY(3px) rotate(45deg);
    }

    .tp-checkout-payment-desc p {
        background-color: #fff;
        padding: 19px 30px;
        margin-left: 27px;
        font-size: 14px;
        line-height: 1.57;
        color: #55585b;
        margin-bottom: 0;
    }

.tp-checkout-agree {
    margin-bottom: 24px;
}

.tp-return-customer {
    display: none;
    margin-top: 14px;
    padding: 40px 40px;
    background-color: var(--tp-grey-1);
}

.tp-return-customer-input {
    margin-bottom: 20px;
}

    .tp-return-customer-input label {
        font-weight: 500;
        color: var(--tp-common-black);
        padding-bottom: 10px;
    }

        .tp-return-customer-input label span {
            color: red;
        }

    .tp-return-customer-input input {
        width: 100%;
        background: #fff;
        border: 0;
        color: var(--tp-common-black);
        height: 64px;
        border: 1px solid transparent;
    }

        .tp-return-customer-input input:focus {
            border: 1px solid var(--tp-theme-1);
        }

.tp-return-customer-remeber input {
    display: none;
}

    .tp-return-customer-remeber input:checked ~ label::after {
        background-color: var(--tp-theme-2);
        border-color: var(--tp-theme-2);
    }

    .tp-return-customer-remeber input:checked ~ label::before {
        visibility: visible;
        opacity: 1;
    }

.tp-return-customer-remeber label {
    font-size: 15px;
    color: #55585b;
    position: relative;
    padding-left: 26px;
    z-index: 1;
}

    .tp-return-customer-remeber label::after {
        position: absolute;
        content: "";
        top: 3px;
        left: 0;
        width: 18px;
        height: 18px;
        line-height: 16px;
        text-align: center;
        border: 1px solid rgba(6, 7, 40, 0.2);
        z-index: -1;
        transition: 0.3s;
    }

    .tp-return-customer-remeber label::before {
        position: absolute;
        content: "\f00c";
        top: -1px;
        left: 5px;
        font-size: 10px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        color: var(--tp-common-white);
        transition: 0.3s;
        font-family: "Font Awesome 5 Pro";
    }

    .tp-return-customer-remeber label a:hover {
        color: var(--tp-theme-2);
    }

    .tp-return-customer-remeber label:hover {
        cursor: pointer;
    }

.tp-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-theme-2);
    position: relative;
    display: inline-block;
}

    .tp-return-customer-forgot a::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: 4px;
        width: 0%;
        height: 1px;
        background-color: var(--tp-theme-primary);
    }

    .tp-return-customer-forgot a:hover::after {
        left: 0;
        right: auto;
        width: 100%;
    }

.tp-order-details {
    padding: 70px 100px 55px;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-order-details {
        padding: 70px 70px 55px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-details {
        padding: 70px 30px 55px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-order-details {
        padding: 70px 50px 55px;
    }
}

@media (max-width: 767px) {
    .tp-order-details {
        padding: 40px 30px 45px;
    }
}

.tp-order-details-icon {
    margin-bottom: 22px;
}

    .tp-order-details-icon span {
        display: inline-block;
        width: 120px;
        height: 120px;
        line-height: 118px;
        text-align: center;
        font-size: 55px;
        color: var(--tp-common-white);
        border: 1px solid rgba rgba(255, 255, 255, 0.2);
        border-radius: 50%;
    }

.tp-order-details-title {
    font-size: 30px;
    font-weight: 600;
    color: var(--tp-common-white);
    margin-bottom: 7px;
}

.tp-order-details-content p {
    font-size: 16px;
    color: var(--tp-common-white);
    line-height: 1.38;
}

.tp-order-details-item {
    margin-bottom: 38px;
}

.tp-order-details-item-wrapper
.row
[class*="col-"]:nth-child(2n)
.tp-order-details-item {
    padding-left: 40px;
}

@media (max-width: 767px) {
    .tp-order-details-item-wrapper
    .row
    [class*="col-"]:nth-child(2n)
    .tp-order-details-item {
        padding-left: 0;
    }
}

.tp-order-details-item h4 {
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
    font-weight: 400;
}

.tp-order-details-item p {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-white);
    margin-bottom: 0;
}

.tp-order-info-wrapper {
    padding: 42px 50px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-order-info-wrapper {
        padding: 42px 40px;
    }
}

@media (max-width: 767px) {
    .tp-order-info-wrapper {
        padding: 42px 30px;
    }
}

.tp-order-info-title {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 40px;
}

.tp-order-info-list ul li {
    list-style: none;
    padding: 15px 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .tp-order-info-list ul li:not(:last-child) {
        border-bottom: 1px solid #e0e2e3;
    }

    .tp-order-info-list ul li span {
        font-size: 15px;
        color: var(--tp-common-black);
    }

    .tp-order-info-list ul li.tp-order-info-list-header {
        padding-top: 0;
        padding-bottom: 12px;
    }

        .tp-order-info-list ul li.tp-order-info-list-header h4 {
            font-size: 16px;
            font-weight: 700;
            margin-bottom: 0;
        }

    .tp-order-info-list ul li.tp-order-info-list-desc p {
        font-size: 15px;
        margin-bottom: 0;
    }

        .tp-order-info-list ul li.tp-order-info-list-desc p span {
            font-size: 15px;
            font-weight: 500;
        }

    .tp-order-info-list ul li.tp-order-info-list-subtotal span:last-child {
        color: var(--tp-theme-primary);
    }

    .tp-order-info-list ul li.tp-order-info-list-shipping span input {
        display: none;
    }

        .tp-order-info-list
        ul
        li.tp-order-info-list-shipping
        span
        input:checked ~ label::before {
            opacity: 1;
            visibility: visible;
        }

    .tp-order-info-list ul li.tp-order-info-list-shipping span label {
        font-size: 14px;
        position: relative;
        padding-right: 27px;
    }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label span {
            color: var(--tp-theme-1);
        }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label:hover {
            cursor: pointer;
        }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label::after {
            position: absolute;
            content: "";
            right: 0;
            top: 2px;
            width: 16px;
            height: 16px;
            border-radius: 50%;
            border: 1px solid var(--tp-theme-2);
            transition: 0.3s;
        }

        .tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
            position: absolute;
            content: "";
            right: 4px;
            top: 6px;
            width: 8px;
            height: 8px;
            border-radius: 50%;
            background-color: var(--tp-theme-2);
            visibility: hidden;
            opacity: 0;
            transition: 0.3s;
        }

    .tp-order-info-list ul li.tp-order-info-list-total {
        padding: 14px 0;
    }

        .tp-order-info-list ul li.tp-order-info-list-total span {
            font-size: 16px;
            font-weight: 500;
        }

.tp-order-inner {
    background-color: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(1, 15, 28, 0.1);
}

.tp-checkout-place {
    background-color: var(--tp-grey-1);
}

/*----------------------------------------*/
/*  7.7 conatct css start
/*----------------------------------------*/
.tp-contact-title {
    font-weight: 700;
    font-size: 45px;
    line-height: 65px;
    display: inline-block;
    text-transform: uppercase;
    color: var(--tp-common-black);
    margin-bottom: 35px;
}

@media (max-width: 767px) {
    .tp-contact-title {
        font-size: 34px;
    }
}

.tp-contact-title span {
    color: var(--tp-theme-1);
}

.tp-contact-title-wrapper p {
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: #7f7f8c;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .tp-contact-title-wrapper 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: 767px) {
    .tp-contact-content {
        margin-bottom: 40px;
    }
}

.tp-contact-content-mail {
    margin-bottom: 90px;
    background-color: #fafafa;
    padding: 20px;
    border: 1px dotted #00c09a;
}

.tp-contact-content-mail-icon {
    margin-left: 20px;
}

@media (max-width: 767px) {
    .tp-contact-content-mail-icon {
        margin-left: 25px;
    }
}

.tp-contact-content-mail-icon span {
    color: var(--tp-theme-1);
}

.tp-contact-content-phone {
    margin-bottom: 50px;
}

.tp-contact-content-phone-icon {
    margin-right: 70px;
}

@media (max-width: 767px) {
    .tp-contact-content-phone-icon {
        margin-right: 35px;
    }
}

.tp-contact-content-phone-icon span {
    color: var(--tp-theme-1);
}

    .tp-contact-content-phone-icon span svg {
        transform: translateX(12px);
    }

.tp-contact-location-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 20px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    margin-bottom: 5px;
}

    .tp-contact-location-title i {
        color: var(--tp-common-black);
        font-size: 16px;
    }

.tp-contact-item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 30px;
    color: var(--tp-common-black);
    border-bottom: 0px solid #d9d9d9;
}

.mail-address-content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px 20px;
    justify-content: space-between;
}

@media (max-width: 767px) {
    .tp-contact-item-title {
        line-height: 1.8;
        font-size: 19px;
    }
}

.tp-contact-item-title:hover {
    /*color: var(--tp-theme-1);*/
}

.tp-contact-location a {
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #000000;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-location a br {
        display: none;
    }
}

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

.tp-contact-form {
    background: #f8f8f9;
    border-radius: 9px;
    padding: 40px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-form {
        padding: 60px 30px 40px 30px;
    }
}

@media (max-width: 767px) {
    .tp-contact-form {
        padding: 60px 25px 40px 25px;
    }
}

.tp-contact-form-title {
    font-weight: 500;
    font-size: 38px;
    line-height: 45px;
    text-transform: capitalize;
    color: var(--tp-common-black);
}

@media (max-width: 767px) {
    .tp-contact-form-title {
        font-size: 30px;
    }
}

.tp-contact-form p {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #555555;
    margin-bottom: 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: 767px) {
    .tp-contact-form p br {
        display: none;
    }
}

.tp-contact-input {
    margin-bottom: 26px;
}

    .tp-contact-input input {
        width: 100%;
        height: 60px;
        border: 1px solid #d4dce0;
        background-color: #f8f8f9;
        outline: 0;
        color: var(--tp-common-black);
        padding: 0 25px;
        border-radius: 2px;
    }

        .tp-contact-input input::placeholder {
            font-weight: 400;
            font-size: 14px;
            line-height: 23px;
            color: rgba(20, 33, 43, 0.8);
        }

        .tp-contact-input input:focus {
            border: 1px solid var(--tp-theme-1);
        }

            .tp-contact-input input:focus::placeholder {
                font-size: 0;
            }

    .tp-contact-input textarea {
        height: 271px;
        background-color: #f8f8f9;
        resize: none;
        line-height: 3.5;
        border-radius: 2px;
        border: 1px solid #d4dce0;
    }

        .tp-contact-input textarea::placeholder {
            font-weight: 400;
            font-size: 14px;
            color: rgba(20, 33, 43, 0.8);
        }

        .tp-contact-input textarea:focus {
            border: 1px solid var(--tp-theme-1);
        }

            .tp-contact-input textarea:focus::placeholder {
                font-size: 0;
            }

.tp-contact-cta-area {
    margin-top: -165px;
}

.tp-contact-map {
    height: 580px;
    width: 100%;
}

    .tp-contact-map iframe {
        height: 100%;
        width: 100%;
        filter: saturate(0);
    }

.tp-contact-location-wrapper {
    margin-right: 0px;
    margin-top: 20px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .tp-contact-location-wrapper {
        margin-right: 0;
    }
}

.tp-contact-mt {
    margin-top: 0px;
}

.tp-cta-3__customize {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

/*# sourceMappingURL=main.css.map */

.tp-section-title.txt-custom {
    font-weight: bold;
    font-size: 46px;
}

    .tp-section-title.txt-custom span {
        font-size: 36px;
    }

.bg-overlay-box {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

.icon-counter {
    padding: 0px 0px 20px 0;
}

    .icon-counter svg {
        background-color: hsl(0deg 0% 0% / 30%);
        height: 100px;
        width: 100px;
        padding: 15px;
        border-radius: 50%;
    }

.theam-icon {
}

    .theam-icon .tp-choose-2__icon {
    }

        .theam-icon .tp-choose-2__icon i {
            color: #00c09a;
        }

.tp-feature__shape-1.my-shap {
    top: 20px;
    right: 20%;
}

.sponsors-logo-container {
}

    .sponsors-logo-container .filter-button-group ul {
        list-style: none;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .sponsors-logo-container .filter-button-group .theme-btn-8 {
        border: 2px solid #00c09a;
        min-width: 190px;
        height: 54px;
        text-align: center;
        padding: 10px;
        border-radius: 20px;
        color: #000;
        font-weight: 500;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
    }

        .sponsors-logo-container .filter-button-group .theme-btn-8:hover {
            background-color: #00c09a;
            color: #fff;
        }

        .sponsors-logo-container .filter-button-group .theme-btn-8.active {
            background-color: #00c09a;
            color: #fff;
        }

        .sponsors-logo-container .filter-button-group .theme-btn-8 img {
            height: 30px;
            border-radius: 50%;
            width: 30px;
        }

.sponsors-logo {
    width: calc((100% - (4 * 15px)) / 5);
    box-sizing: border-box;
    text-align: center;
}

    .sponsors-logo a {
        display: block;
        margin: 0 10px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 3px 1px #ccc;
    }

        .sponsors-logo a img {
            height: 125px;
            aspect-ratio: 1 / 1;
            object-fit: contain;
        }

.filters.filter-button-group {
    margin-bottom: 50px;
}

.tp-service__item:hover svg {
    fill: #fff;
}

.tp-service__title-sm a {
    line-height: 30px;
}

/* counter day */

/* counter */

.fact-counter-one {
    /* position: relative;
  min-height: 250px;
  width: 100%;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;
  margin-top: 120px; */
}

    .fact-counter-one:before {
        /* content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #af8f6e;
  opacity: 0.9; */
    }

    .fact-counter-one .inner {
        position: relative;
        max-width: 1250px;
        padding: 0px 9%;
        margin: 0 auto;
        background: url(../images/fun-fact-bg.png) center center no-repeat;
        background-size: cover;
    }

    .fact-counter-one .column {
        position: relative;
        float: left;
        width: 25%;
        height: 250px;
        z-index: 5;
        text-align: center;
    }

        .fact-counter-one .column.odd {
            padding-top: 110px;
        }

        .fact-counter-one .column.even {
            padding-top: 30px;
        }

    .fact-counter-one .bg {
        position: relative;
        display: inline-block;
        min-height: 110px;
        padding: 8px 0px 10px 70px;
        background: url(../img/counter-icon.png) left top no-repeat;
        text-transform: uppercase;
        font-size: 12px;
        color: #202e31;
        font-weight: 700;
    }

    .fact-counter-one .bg-1 {
        position: relative;
        display: inline-block;
        min-height: 110px;
        padding: 8px 0px 10px 70px;
        background: url(../img/counter-icon-1.png) left top no-repeat;
        text-transform: uppercase;
        font-size: 12px;
        color: #202e31;
        font-weight: 700;
    }

    .fact-counter-one .bg-2 {
        position: relative;
        display: inline-block;
        min-height: 110px;
        padding: 8px 0px 10px 70px;
        background: url(../img/counter-icon-2.png) left top no-repeat;
        text-transform: uppercase;
        font-size: 12px;
        color: #202e31;
        font-weight: 700;
    }

    .fact-counter-one .bg-3 {
        position: relative;
        display: inline-block;
        min-height: 110px;
        padding: 8px 0px 10px 70px;
        background: url(../img/counter-icon-3.png) left top no-repeat;
        text-transform: uppercase;
        font-size: 12px;
        color: #202e31;
        font-weight: 700;
    }

    .fact-counter-one .content .count-text {
        position: relative;
        display: block;
        font-size: 60px;
        font-weight: 600;
        line-height: 56px;
        margin-bottom: 10px;
        color: #00c09a;
    }

.sponsors-logo.partner-logo {
    width: calc((100% - (4 * 15px)) / 4);
}

    .sponsors-logo.partner-logo span {
        display: block;
        margin: 0 0px;
        background-color: #fff;
        border-radius: 10px;
        box-shadow: 0 0 3px 1px #ccc;
    }

        .sponsors-logo.partner-logo span img {
            height: 120px;
            aspect-ratio: 1 / 1;
            object-fit: contain;
            width: 100%;
            padding: 10px;
        }

.partner-wrapper {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 15px;
    justify-content: center;
}

.tp-footer__widget-content {
    width: 50%;
    margin: auto;
}

.tp-footer__info {
    text-align: center;
}

.tp-header-3__area {
    background: #fff;
}

.glam-txt {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 24px;
    max-width: 400px;
    line-height: 40px;
    margin: 20px auto 0;
}

.tp-section-title.title-looking {
    font-size: 28px;
}

.tp-choose-2__content-item {
    flex-wrap: wrap;
}

.tp-choose-2__icon {
    width: 20%;
}

.tp-choose-2__content {
    width: 75%;
}

@media (max-width: 767px) {
    .fact-counter-one .bg {
        padding: 8px 0px 10px 20px;
        background-position: top center;
        background-size: contain;
    }

    .fact-counter-one .bg-1 {
        padding: 8px 0px 10px 20px;
        background-position: top center;
        background-size: contain;
    }

    .fact-counter-one .bg-2 {
        padding: 8px 0px 10px 20px;
        background-position: top center;
        background-size: contain;
    }

    .fact-counter-one .bg-3 {
        padding: 8px 0px 10px 20px;
        background-position: top center;
        background-size: contain;
    }

    .fact-counter-one .column.odd {
        padding-top: 30px;
    }

    .fact-counter-one .content .count-text {
        font-size: 40px;
    }

    .fact-counter-one .column {
        width: 25%;
        height: 150px;
    }

    .fact-counter-one .content h3 {
        font-size: 12px;
        font-weight: 700;
    }

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

        .tp-section-title.txt-custom {
            font-weight: bold;
            font-size: 24px;
        }

            .tp-section-title.txt-custom span {
                font-size: 20px;
            }

    .tp-choose-3__content p {
        text-align: justify;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        padding-bottom: 20px;
    }

    .tp-choose-3__content p {
        text-align: justify;
        font-weight: 500;
        font-size: 14px;
        line-height: 30px;
        color: #fff;
        padding-bottom: 20px;
    }

    .tp-choose-2__area.tp-choose-2__customize {
        padding: 0;
        margin-top: 180px;
    }

    .sponsors-wrapper.grid-content {
        /* display: flex;
    flex-wrap: wrap;
    gap: 15px;
    width: 100%; */
    }

    .tp-choose-2__title-sm {
        font-weight: 500;
        font-size: 14px;
        color: var(--tp-common-white);
    }

    .sponsors-logo {
        width: calc((100% - (0.2 * 15px)) / 2);
    }

        .sponsors-logo a {
            margin: 10px 10px;
        }

            .sponsors-logo a img {
                height: 110px;
                aspect-ratio: 1 / 1;
                object-fit: contain;
            }

        .sponsors-logo.partner-logo {
            width: calc((100% - (1 * 15px)) / 2);
        }

    .tp-cta-3__title-sm {
        font-weight: 700;
        font-size: 20px;
        line-height: 34px;
        color: var(--tp-common-white);
        margin-bottom: 0;
    }

    .tp-footer__info p {
        font-size: 14px;
    }

    .tp-footer__widget-content {
        width: 100%;
        margin: auto;
    }

    .tp-copyright__inner p,
    .tp-copyright__inner a {
        font-size: 12px;
    }

    .tp-copyright__bdr-top {
        border-top: 1px solid rgba(242, 242, 242, 0.07);
        padding: 10px 0 0 0;
    }

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

    .tpoffcanvas__logo img {
        height: 60px;
    }

    .tp-hero-3__bg {
        background-size: 100% 100%;
        padding-top: 140px;
        padding-bottom: 20px;
    }

    .tp-btn {
        height: 55px;
        line-height: 55px;
        padding: 0px 14px;
        font-size: 14px;
    }

    .tp-hero__subtitle {
        margin-bottom: 20px;
    }

    .tp-hero__info-box {
        margin-bottom: 20px;
    }

    .tp-header-3__logo-bg svg {
        height: 100px;
    }

    .tp-header-3__logo img {
        /*position: absolute;
    z-index: 9;
    top: 20px;
    left: 0;
    padding: 0 40px;*/
    }

    .tp-about__title-box .tp-section-title {
        font-size: 24px;
        padding-bottom: 10px;
    }

    .tp-choose-2__content-item {
        flex-wrap: wrap;
        margin-bottom: 20px;
    }

    .tp-choose-2__bg-inner-content {
        bottom: 0px;
    }

    .tp-section-title.title-looking {
        text-align: center;
    }

    .tp-service__right-box p {
        text-align: center;
    }

    .tp-choose__right-box {
        margin-left: 0;
    }
}

.tp-contact-item-title span {
    display: block;
    font-size: 18px;
    color: #00c09a;
    text-transform: capitalize;
}

.tp-contact-item-title a {
    font-size: 20px;
}

.tp-contact-location {
    width: 30%;
    border-top: 1px solid #00c09a;
    background: #fbfbfb;
    padding: 20px;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin: auto;
    margin-bottom: 30px;
    justify-content: center;
    text-align: center;
    border: 1px dotted #00c09a;
}

.webpage-img {
}

    .webpage-img img {
        height: auto;
        width: 100%;
        border-radius: 10px;
    }

.iframe-youtube {
    width: 100%;
    height: 320px;
    border-radius: 20px;
}

.tp-footer__widget-social {
    text-align: center;
    margin-top: 20px;
}

.whats-app-icone {
    position: fixed;
    background: #fff;
    padding: 2px;
    text-align: center;
    right: 50px;
    bottom: 70px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
}

    .whats-app-icone a {
        font-size: 40px;
        color: #25d366;
    }

.tel-app-icone {
    text-align: center;
    background: #fff;
    padding: 2px;
    position: fixed;
    right: 50px;
    bottom: 120px;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
}

    .tel-app-icone a {
        font-size: 40px;
        color: #00c09a;
    }

/* team */

.teams-section-box {
    /*background: linear-gradient(to right, #d7eff6, #e6f3f8);*/
}

    .teams-section-box .content-box-team {
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 30px;
        box-shadow: 0 0 5px 2px #dddddd;
        padding: 30px;
        border-radius: 15px;
    }

    .teams-section-box .text-section {
        flex: 1 1 60%;
        padding-right: 30px;
    }

    .teams-section-box .title {
        font-size: 28px;
        font-weight: 800;
        color: #0a2b61;
        margin-bottom: 10px;
    }

    .teams-section-box .subtitle {
        font-size: 18px;
        color: #1aa49b;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .teams-section-box .paragraph {
        font-size: 16px;
        color: #333;
        line-height: 1.7;
        margin-bottom: 20px;
    }

        .teams-section-box .paragraph em {
            font-style: italic;
        }

        .teams-section-box .paragraph strong {
            font-weight: 700;
        }

    .teams-section-box .image-section {
        flex: 1 1 35%;
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }

        .teams-section-box .image-section img {
            max-width: 60%;
            height: 310px;
            border-radius: 15px;
            width: 100%;
            object-fit: cover;
            aspect-ratio: 1 / 1;
            box-shadow: 0 0 4px 2px #cccccc;
            -webkit-border-radius: 15px;
            -moz-border-radius: 15px;
            -ms-border-radius: 15px;
            -o-border-radius: 15px;
        }

.content-box-team {
}



    .content-box-team .image-section {
        /*justify-content: start;*/
    }

    .content-box-team .text-section {
        padding-right: 30px;
        padding-left: 0px;
    }

.content-vision {
    display: flex;
    flex-wrap: wrap;
}

.vision-section .left {
    padding: 60px 40px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
    z-index: 2;
    /*flex: 1 1 50%;
    padding: 60px 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 30px;
    z-index: 2;*/
}

.vision-section .card {
    background: white;
    border-radius: 20px;
    padding: 20px 30px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    overflow: hidden;
    transition: all 0.4s ease-in-out;
    width: 48%;
}

    .vision-section .card img {
        width: 100px;
        height: 100px;
    }

    .vision-section .card h3 {
        margin: 0 0 5px;
        font-size: 24px;
        color: #00c09a;
        font-weight: 700;
    }

.vision-section img {
    position: relative;
    margin-left: 30px;
    z-index: 1;
}

.vision-section .card div {
    position: relative;
    z-index: 1;
}

.vision-section .card:hover:before {
    top: 0;
    bottom: auto;
    height: 100%;
}

.card:before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    background: linear-gradient(90.15deg, #ededed 1.15%, #a2a2a2 98.84%);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}

.vision-section .card p {
    margin: 0;
    font-size: 16px;
    color: #000;
}

.vision-section .right {
    flex: 1 1 50%;
    background: url("../img/home-banner-2.jpg") no-repeat center center/cover;
    position: relative;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
}

    .vision-section .right::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        /* clip-path: polygon(25% 0, 100% 0, 100% 100%, 0% 100%); */
        z-index: 1;
    }
/* theams */
.theams-section {
    position: relative;
    /*background: linear-gradient(to right, #d7eff6, #e6f3f8);*/
}

    .theams-section .title {
        font-size: 38px;
        font-weight: bold;
        color: #00234d;
        margin-bottom: 15px;
    }

    .theams-section .sec-title {
        width: 70%;
        margin: auto;
        text-align: center;
    }

    .theams-section .intro {
        color: #333;
        font-size: 16px;
        line-height: 1.6;
        margin-bottom: 40px;
    }

        .theams-section .intro em {
            font-style: italic;
            font-weight: 600;
        }

    .theams-section .grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px 60px;
        height: auto !important;
    }

    .theams-section .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        gap: 40px;
    }

        .theams-section .item .icon {
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 22px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        }

        .theams-section .item .text {
            font-size: 16px;
            color: #00234d;
            width: 60%;
        }

            .theams-section .item .text strong {
                display: block;
                font-weight: 700;
                margin-bottom: 3px;
            }
/*  competition */
.content-competition {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    align-items: center;
    background: linear-gradient(90.15deg, #ffffff 1.15%, #ececec 98.84%);
    box-shadow: 0 0 6px 1px #d5d5d5;
    border-radius: 100px;
    width: 90%;
    margin: 0 auto 50px auto;
    padding-left: 20px;
}

    /*.content-competition:nth-child(even) {
    flex-direction: row-reverse;
}

.content-competition:nth-child(even) .icon-competition {
    margin-right: -100px;
    margin-left: 0;
}

.content-competition:nth-child(even) .txt-comp {
    text-align: right;
}*/

    .content-competition .icon-competition {
        width: 200px;
        height: 145px;
        clip-path: polygon(45% -70%, 96% 50%, 50% 155%, 0 50%);
        margin-left: 10px;
        margin-right: -100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: linear-gradient(to right, #d7eff6, #e6f3f8);
    }

        .content-competition .icon-competition img {
            width: auto;
            height: 120px;
        }

    .content-competition .txt-comp {
        width: 80%;
        padding: 50px 10px;
    }

        .content-competition .txt-comp .title {
            font-weight: 700;
            color: #00c09a;
        }

        .content-competition .txt-comp p {
            color: #000;
        }

/* workshop */

.workshop-sec .content-workshop {
    max-width: 1200px;
    margin: auto;
    padding: 20px 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-bottom: 50px;
    box-shadow: 0 0 4px 4px #f2f2f2;
    align-items:center;
}

.workshop-sec .content {
    flex: 1 1 55%;
}

    .workshop-sec .content h2 {
        color: #23a477;
        font-size: 24px;
        font-weight: 700;
        margin-bottom: 20px;
    }

    .workshop-sec .content h4 {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .workshop-sec .content p {
        font-size: 16px;
        line-height: 1.6;
        margin: 0 0 10px;
    }

.workshop-sec .register-btn {
    display: inline-block;
    margin: 20px 0;
    background-color: #000;
    color: #fff;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: bold;
    text-decoration: none;
}

.workshop-sec .content ul {
    list-style: none;
    padding: 0;
}

.workshop-sec .btn-content {
    margin: 20px 0;
}

.workshop-sec .content ul li::before {
    content: "✔️";
    color: #23a477;
    margin-left: 8px;
}

.workshop-sec .images {
    flex: 1 1 35%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    text-align:center;
}

    .workshop-sec .images img {
        width: 100%;
        max-width: 230px;
        margin: auto;
        border-radius: 15px;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
        margin-bottom: 10px;
        height: 250px;
        object-fit: cover;
        object-position: top center;
    }

.content-team {
    margin-bottom: 30px;
    /*background: #f9f9f9;*/
    border-radius: 0px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*background: #00C09A;
    background: radial-gradient(circle, rgba(0, 192, 154, 1) 50%, rgba(50, 113, 149, 1) 100%);*/
    position: relative;
    background: #207091;
    background: linear-gradient(0deg,rgba(32, 112, 145, 1) 0%, rgba(68, 186, 151, 1) 100%);
    transition: background 1s ease;
}
    .content-team:hover {
        background: linear-gradient(0deg, rgba(68, 186, 151, 1) 0%, rgba(32, 112, 145, 1) 100%);
    }

.img-team {
    background: #00c09a;
    height: auto;
    width: 100%;
    border-radius: 0%;
    
    padding: 4px;
    transition: all 1s;
}

    .img-team img {
        width: 100%;
        /*height: 300px;*/
        border-radius: 0%;
        object-fit: fill;
        aspect-ratio: 1 / 1;
        transition: all 1s;
    }
    .img-team:hover img {
        transform: scale(0.95)
    }
.content-team .desc {
    display: flex;
    min-height: 64px;
    justify-content: center;
    align-items: center;
    /*background: #477b9c;
    position: absolute;
    right: 0;
    bottom: 60px;
    width: 80%;*/
}

.content-team .pos {
    display: block;
    min-height: auto;
    /*background: #00c09a;
    position: absolute;
    right: 0;
    bottom: 15px;
    width: 90%;*/
}

    .content-team .pos h6 {
        color: #fff;
        font-size: 14px;
        padding: 0px;
        margin: 0;
        text-align:center;
    }

.title-page-team {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    color: #00c09a;
}

.content-team .desc h3 {
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    margin: 10px 0;
    color: #fff;
    line-height: 20px;
}

.content-team .desc h6 {
    text-align: center;
    font-weight: 500;
    color: #727272;
}

/* gallery */
.gallery-sec .ticker-wrapper {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.content-gallery {
    direction: ltr;
}

.gallery-sec .ticker {
    display: flex;
    animation: scroll-left 30s linear infinite;
    flex-wrap: nowrap;
    gap: 20px;
    min-width: 200%;
    /* scroll-behavior: smooth; */
}

    .gallery-sec .ticker:hover {
        animation-play-state: paused;
    }

    .gallery-sec .ticker a {
        display: inline-block;
        flex: 0 0 auto;
        width: 350px;
        height: 350px;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s;
    }

        .gallery-sec .ticker a:hover {
            transform: scale(1.05);
        }

    .gallery-sec .ticker img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        pointer-events: none;
        user-select: none;
    }

.video-background {
    position: relative;
    overflow: hidden;
    color: white;
}

    .video-background iframe {
        position: absolute;
        top: 50%;
        left: 50%;
        width: 120%;
        height: 140%;
        transform: translate(-50%, -50%);
        pointer-events: none;
        z-index: 1;
        filter: brightness(0.4);
    }

.tp-service__icon img {
    height: 100px;
}

.tp-service__content {
    min-height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*timeline*/
.timeline-container {
    position: relative;
    max-width: 900px;
    margin: auto;
    padding: 20px 0;
}

    .timeline-container::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 4px;
        background-color: #e0e0e0;
        transform: translateX(-50%);
    }

.timeline-entry {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 40px 0;
    position: relative;
    align-items: center;
}

    .timeline-entry .circle {
        width: 16px;
        height: 16px;
        background-color: #00bfa5;
        border-radius: 50%;
        border: 3px solid white;
        position: absolute;
        left: 50%;
        top: 30px;
        transform: translateX(-50%);
        z-index: 1;
        box-shadow: 0 0 0 4px #00bfa5;
    }

    .timeline-entry .right .card.with-img {
        flex-direction: row;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        text-align: left;
    }

        .timeline-entry .right .card.with-img span {
            text-align: right;
            width: 75%;
            font-size: 16px;
        }

        .timeline-entry .right .card.with-img img {
            height: 20%;
            width: 20%;
            border-radius: 50%;
            display: inline-block;
            margin-left: 15px;
        }

    .timeline-entry .left,
    .timeline-entry .right {
        width: 45%;
    }

    .timeline-entry .left {
        text-align: right;
    }

    .timeline-entry .right {
        text-align: left;
    }

    .timeline-entry .time {
        font-weight: bold;
        color: #333;
        margin-bottom: 5px;
    }

    .timeline-entry .card {
        background: #fff;
        padding: 15px 20px;
        border-radius: 10px;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
        border-left: 4px solid #00bfa5;
        font-weight: bold;
        display: inline-block;
        font-size: 18px;
        color: #000;
        min-width: 100%;
        text-align: center;
    }

        .timeline-entry .card p {
            margin-bottom: 0;
        }

.contain-btn {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 50px;
}

    .contain-btn .btn-to-timeline {
        background: #00c09a;
        color: #fff;
        padding: 15px 30px;
        font-size: 18px;
        border-radius: 10px;
    }

        .contain-btn .btn-to-timeline i {
            margin-right: 5px;
        }

.divide-line {
}

.title-day-timeline {
    text-align: center;
}

    .title-day-timeline h4 {
        font-size: 26px;
        margin-bottom: 0;
        display: inline-block;
        background: #00c09a;
        color: #fff;
        height: 100px;
        width: 100px;
        line-height: 100px;
        border-radius: 50%;
        font-weight: 700;
    }



.form-volunter-area {
    background-color: #f8f9fa;
}

    .form-volunter-area .form-container {
        /*max-width: 900px;*/
        margin: 0 auto;
        color: var(--ksapt-dark);
    }

    .form-volunter-area .header {
        background: linear-gradient(135deg, var(--ksapt-primary), var(--ksapt-secondary));
        color: white;
        padding: 2rem 0;
        margin-bottom: 2rem;
        text-align: center;
    }

    .form-volunter-area .btn-primary {
        background-color: var(--ksapt-primary);
        border-color: var(--ksapt-primary);
    }

        .form-volunter-area .btn-primary:hover,
        .form-volunter-area .btn-primary:focus {
            background-color: #005a94;
            border-color: #005a94;
        }

    .form-volunter-area .form-label.required:after {
        content: " *";
        color: red;
    }

    .form-volunter-area .card {
        border: none;
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
        margin-bottom: 2rem;
    }

    .form-volunter-area .card-header {
        background-color: var(--ksapt-primary);
        color: white;
        font-weight: 600;
    }

    .form-volunter-area .form-check-input:checked {
        background-color: #00c09a;
        border-color: #00c09a;
    }

    .form-volunter-area .form-label {
        font-size: 16px;
        display: block;
    }

    .form-volunter-area .input-group-text {
        background-color: var(--ksapt-primary);
        color: white;
        border-color: var(--ksapt-primary);
    }

    .form-volunter-area .was-validated .form-control:invalid,
    .form-volunter-area .form-control.is-invalid {
        border-color: #dc3545;
    }

    .form-volunter-area .invalid-feedback {
        color: #dc3545;
    }

    .form-volunter-area .event-info {
        font-size: 0.9rem;
        background-color: rgba(122, 193, 67, 0.1);
        border-left: 4px solid #00c09a;
        padding: 1rem;
        margin-bottom: 1.5rem;
    }

        .form-volunter-area .event-info p {
            color: #000;
        }

    .form-volunter-area footer {
        text-align: center;
        padding: 20px 0;
        margin-top: 30px;
        color: #6c757d;
        font-size: 0.9rem;
    }

    .form-volunter-area .card-body {
        padding: 30px;
    }
    /*############### step ################*/
    .form-volunter-area.step-form-ksapt .progress-container {
        margin-bottom: 2rem;
    }

    .form-volunter-area.step-form-ksapt .progress {
        height: 10px;
        margin-bottom: 1rem;
    }

    .form-volunter-area.step-form-ksapt .progress-bar {
        background-color: #00c09a;
    }

    .form-volunter-area.step-form-ksapt .step-indicator {
        display: flex;
        justify-content: space-between;
    }

    .form-volunter-area.step-form-ksapt .step {
        text-align: center;
        position: relative;
        flex: 1;
    }

    .form-volunter-area.step-form-ksapt .step-number {
        width: 30px;
        height: 30px;
        line-height: 30px;
        border-radius: 50%;
        background-color: #e9ecef;
        color: #6c757d;
        display: inline-block;
        margin-bottom: 0.5rem;
        font-weight: bold;
    }

    .form-volunter-area.step-form-ksapt .step.active .step-number {
        background-color: #00c09a;
        color: white;
    }

    .form-volunter-area.step-form-ksapt .step.completed .step-number {
        background-color: #00c09a;
        color: white;
    }

    .form-volunter-area.step-form-ksapt .step-title {
        font-size: 0.8rem;
        color: #6c757d;
    }

    .form-volunter-area.step-form-ksapt .step.active .step-title {
        color: #00c09a;
        font-weight: bold;
    }

    .form-volunter-area.step-form-ksapt .step.completed .step-title {
        color: #00c09a;
    }

    /* Form step styles */
    .form-volunter-area.step-form-ksapt .form-step {
        display: none;
    }

        .form-volunter-area.step-form-ksapt .form-step.active {
            display: block;
        }

    /* Navigation buttons */
    .form-volunter-area.step-form-ksapt .btn-nav {
        min-width: 120px;
    }

    .form-volunter-area.step-form-ksapt .btn-prev {
        background-color: #6c757d;
        border-color: #6c757d;
        color: #fff;
        width: 150px;
        padding: 15px;
        font-size: 18px;
    }

    .form-volunter-area.step-form-ksapt .btn-primary.btn-next {
        color: #fff;
        width: 150px;
        padding: 15px;
        font-size: 18px;
    }

        .form-volunter-area.step-form-ksapt .btn-primary.btn-next:hover {
            background-color: var(--ksapt-primary);
            border-color: var(--ksapt-primary);
            color: #000;
        }

.checkbox-registration {
    padding: 30px 0;
    border-top: 1px solid #ccc;
    width: 60%;
    margin: auto;
}

.form-check-label {
    font-size: 16px;
    margin-left: 15px;
}

.form-check-input {
    width: 1.4em;
    height: 1.4em;
}

.title-step-two {
    text-align: center;
    margin-bottom: 30px;
}

    .title-step-two h3 {
    }

.form-volunter-area.step-form-ksapt .btn-prev:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

.form-volunter-area.step-form-ksapt .navigation-buttons {
    display: flex;
    justify-content: space-between;
    margin-top: 2rem;
}

.content-table table {
    width: 100%;
    border-collapse: collapse;
    background-color: white;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.content-table th, .content-table td {
    padding: 15px;
    text-align: left;
    border-bottom: 1px solid #e0e0e0;
}

.content-table th {
    background-color: #00c09a;
    color: white;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

.content-table tr:hover {
    background-color: #f0f8ff;
}

.content-table .code {
    font-weight: bold;
    color: #000;
    width: 120px;
    /*display: flex;
    align-items: center;
    justify-content: center;*/
}

.content-table .workshop-title {
    font-weight: 600;
    color: #2c3e50;
}

.content-table .date {
    color: #7f8c8d;
    font-size: 14px;
}

.content-table .time {
    color: #16a085;
    font-weight: 500;
}

.content-table .price {
    font-weight: bold;
    color: #e74c3c;
}

.content-table .seats {
    text-align: center;
    font-weight: 500;
}

.content-table .venue {
    font-size: 14px;
    color: #7f8c8d;
}

.code .form-check-input {
    margin-top: 0;
    margin-right: 10px;
    /*margin: 0;
    margin-right: 10px;*/
}

.select2-container--default .select2-selection--single {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #e0e2e3;
}

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        color: #444;
        line-height: 56px;
    }

    .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 56px;
        position: absolute;
        top: 1px;
        right: 5px;
        width: 20px;
    }

/*step4  */
.payment-container {
    max-width: 900px;
    margin: 0px auto;
    background: white;
    border-radius: 10px;
    overflow: hidden;
}

.payment-header {
    background-color: #00c09a;
    color: white;
    padding: 20px;
    font-size: 24px;
    font-weight: 600;
}

.payment-section {
    border-bottom: 1px solid #00c09a;
}

    .payment-section:last-child {
        border-bottom: none;
    }

.section-title {
    color: #00c09a;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px;
}

    .section-title:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 50px;
        height: 3px;
        background-color: #00c09a;
    }

.payment-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}

    .payment-table th {
        text-align: left;
        padding: 12px 15px;
        background-color: #00c09a;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .payment-table td {
        padding: 12px 15px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        font-size: 16px;
    }

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

    .payment-table .item-title {
        font-weight: 600;
        font-size: 16px;
    }

    .payment-table .remove-btn {
        color: #00c09a;
        text-decoration: underline;
        cursor: pointer;
    }

    .payment-table .price {
        font-weight: 600;
        text-align: right;
        font-size: 16px;
    }

    .payment-table .vat-row {
        background-color: rgba(231, 76, 60, 0.05);
    }

    .payment-table .total-row {
        background-color: rgba(46, 204, 113, 0.1);
        font-weight: bold;
    }

        .payment-table .total-row .price {
            color: #00c09a;
            font-size: 18px;
        }

.payment-method {
    margin-top: 25px;
}

.method-title {
    font-weight: 600;
    margin-bottom: 15px;
    color: #000;
    font-size: 18px;
}

.bank-details {
    background-color: #00c09a0a;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
}

.bank-detail-item {
    margin-bottom: 10px;
    display: flex;
}

.bank-detail-label {
    font-weight: 600;
    min-width: 120px;
    color: #000000;
    width: 150px;
}

.bank-detail-value {
    flex: 1;
    font-size: 15px;
}

.payment-note {
    margin-top: 20px;
    padding: 15px;
    background-color: #fff8e1;
    border-left: 4px solid #ffc107;
    font-size: 14px;
}

.onsite-payment {
    margin-top: 20px;
}

.link-theam {
    color: #00c09a;
    text-decoration: underline;
}

    .link-theam:hover {
        color: #00c09a;
    }

    .link-theam:focus {
        color: #00c09a;
    }

.timeline-entry.title-day {
    justify-content: center;
}

@media (max-width: 600px) {
    .payment-container {
        margin: 10px;
    }

    .payment-table th,
    .payment-table td {
        padding: 8px 10px;
        font-size: 14px;
    }

    .bank-detail-item {
        flex-direction: column;
    }

    .bank-detail-label {
        margin-bottom: 5px;
    }
}

@media (max-width: 768px) {
    .content-table th, .content-table td {
        padding: 10px 8px;
        font-size: 14px;
    }

    .content-table table {
        display: block;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

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

@media (max-width: 767px) {
    .workshop-sec .content-workshop {
        flex-direction: column;
        align-items: center;
    }

    .workshop-sec {
        align-items: center;
    }

    .theams-section .grid {
        grid-template-columns: 1fr;
    }

    .whats-app-icone,
    .tel-app-icone {
        right: 20px;
    }

    .teams-section-box .content-box-team {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .teams-section-box .text-section {
        padding-right: 0;
    }

    .teams-section-box .title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .teams-section-box .subtitle {
        font-size: 16px;
    }
    .login-page .tp-contact-form.form-volunter-area {
        box-shadow: 0 0 3px 1px rgb(0 192 154);
        margin-bottom: 2rem;
        background-color: #fff;
        width: 100%;
        margin: auto;
    }
    .teams-section-box .paragraph {
        font-size: 15px;
    }

    .vision-section {
        flex-direction: column;
    }

        .vision-section .left,
        .vision-section .right {
            flex: 1 1 100%;
            padding: 30px 20px;
        }

            .vision-section .right::before {
                clip-path: none;
                left: 0;
            }

    .img-team {
        margin: auto;
    }

    .content-team .desc {
        padding: 10px;
    }
}

.content-workshop .desc-team {
    text-align: center;
}

    .content-workshop .desc-team h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .content-workshop .desc-team h6 {
        font-size: 16px;
        margin-top: 15px;
        color: #707481;
    }

.content-workshop .btn-with-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

    .content-workshop .btn-with-icon .tp-btn {
        height: auto;
        line-height: normal;
        padding: 15px 30px;
    }

    .content-workshop .btn-with-icon .icon-linkedin {
    }

        .content-workshop .btn-with-icon .icon-linkedin i {
            font-size: 40px;
            color: #0077B5;
        }

.login-btn {
    background-color: var(--tp-theme-1);
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding: 0px 20px;
    /* overflow: hidden; */
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    position: relative;
}

.lang-btn {
    background-color: #000000;
    color: #fff !important;
    height: 40px;
    line-height: 40px;
    border-radius: 6px;
    padding: 0px 20px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.03em;
    text-transform: capitalize;
    position: relative;
    margin-left: 5px;
    font-family: "Noto Sans Arabic", sans-serif;
}

.slick-list {
    direction: ltr;
}

.text-end {
    text-align: left !important;
}

.slick-initialized .slick-slide {
    direction: rtl;
}

.fa-angle-right:before {
    content: "\f104";
}

.tp-header-top-3__social li.last-li-lang .lang-txt {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 0;
}

.style-webpage-pic {
    display: flex;
    align-items: center;
}

.tp-link-summry {
    font-size: 18px;
    text-decoration: underline;
    color: #00c09a;
}

.tp-contact-form.form-volunter-area {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    margin-bottom: 2rem;
    background-color: #fff;
    width: 90%;
    margin: auto;
    border: 2px solid #00c09a;
}

.language-mobile {
    margin-bottom: 20px;
}

    .language-mobile .lang-txt {
        font-size: 24px;
        color: #fff;
    }

.login-mobile {
    margin-bottom: 20px;
}

    .login-mobile .login-btn {
    }


.login-page {
    background: #fafafa;
}

.login-page .tp-contact-form.form-volunter-area {
    width: 50%;
}

.login-page .tp-contact-form.form-volunter-area {
    box-shadow: 0 0 3px 1px rgb(0 192 154);
    margin-bottom: 2rem;
    background-color: #fff;
    width: 50%;
    margin: auto;
}

.login-page .tp-contact-form-title {
    font-weight: 700;
    font-size: 40px;
}

.forget-remmber {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.pass-forget {
}

.pass-forget a {
    font-weight: bold;
    color: #00c09a;
    font-size: 16px;
    text-decoration: underline;
}

.forget-remmber .form-check-label {
    font-size: 16px;
    margin-left: 10px;
    font-weight: 700;
}

.login-page .tp-contact-btn {
    text-align: center;
}

.login-page .tp-contact-btn .tp-btn-square {
    padding: 20px;
    line-height: normal;
    width: 230px;
    font-weight: 700;
}

@media(max-width:767px) {
    .tp-header-2__right-info ul .login-desktop {
        display: none;
    }
    .home-info-section {
        padding: 50px 15px;
    }
    .tp-header-2__right-info ul .login-desktop {
        display: none;
    }

    .info-home {
        justify-content: center;
        gap: 30px;
    }

    .tp-choose-2__right-wrapper {
        padding-left: 0;
        margin-bottom: 120px;
    }

    .tp-choose-3__content p {
        line-height: 22px;
    }

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

    .webpage-img {
        margin-bottom: 30px;
    }

    .vision-section .card {
        flex-direction: column;
    }

        .vision-section .card div {
            position: relative;
            z-index: 1;
            text-align: center;
        }

        .vision-section .card img {
            width: 100px;
            height: 100px;
            margin: 0;
        }

    .vision-section .card {
        width: 100%;
    }

    .theams-section .title {
        font-size: 30px;
    }

    .theams-section .sec-title {
        width: 100%;
        margin: auto;
        text-align: center;
    }

    .theams-section .item .text {
        font-size: 16px;
        color: #00234d;
        width: 100%;
        text-align: center;
    }

    .theams-section .item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        gap: 10px;
    }

    .breadcrumb__title {
        font-size: 28px;
    }

    .breadcrumb__list span {
        font-size: 12px;
    }

    .vision-section .card {
        width: 100% !important;
    }

        .vision-section .card p {
            margin: 0;
            font-size: 14px;
            color: #000;
        }

        .vision-section .card h3 {
            margin: 0 0 10px;
        }

    .vision-section .card {
        padding: 15px 15px;
    }

    .breadcrumb__height {
        padding-top: 130px;
        padding-bottom: 60px;
    }

    .tp-about-3__customize.who-kaspt-sec .tp-about__img-2 img {
        width: 100%;
        height: 300px;
        object-fit: cover;
    }

    .tp-about-3__customize.who-kaspt-sec .tp-about__text ul li {
        font-size: 14px;
        color: #000;
        width: 100%;
    }

    .tp-about-3__customize.who-kaspt-sec .tp-about__text ul {
        margin-left: 20px;
    }

    .teams-section-box .content-box-team {
        flex-direction: column-reverse;
        flex-wrap: nowrap;
        width: 94%;
        margin: auto;
        padding: 20px 15px;
        margin-bottom: 30px;
    }

    .teams-section-box .image-section {
        flex: 1 1 35%;
        display: flex;
        justify-content: center;
        margin-top: 0;
        margin-bottom: 20px;
    }

    .gallery-sec .ticker {
        animation: scroll-left 10s linear infinite;
    }

    .content-competition .txt-comp {
        width: 100%;
        padding: 50px 10px;
    }

    .content-competition {
        flex-direction: column;
        padding-right: 0;
    }

        .content-competition .txt-comp .title {
            font-weight: 700;
            color: #00c09a;
            font-size: 24px;
            text-align: center;
        }

        .content-competition .txt-comp {
            text-align: center;
            padding-top: 0;
        }

        .content-competition .icon-competition {
            margin-right: auto;
            margin-left: auto;
            margin-top: 30px;
        }

    .contain-btn {
        flex-direction: column;
    }

        .contain-btn .btn-to-timeline {
            background: #00c09a;
            color: #fff;
            padding: 15px;
            font-size: 16px;
            border-radius: 10px;
        }

    .timeline-entry .left, .timeline-entry .right {
        width: 90%;
    }

        .timeline-entry .right .card.with-img img {
            height: 20%;
            width: 20%;
            border-radius: 50%;
            display: inline-block;
            margin-left: 10px;
        }

        .timeline-entry .right .card.with-img span {
            width: 75%;
            font-size: 14px;
            text-align: right;
        }

    .timeline-entry .circle {
        display: none;
    }

    .timeline-entry {
        flex-direction: column;
    }

    .workshop-sec .content h2 {
        color: #23a477;
        font-size: 16px;
        text-align: center;
        font-weight: 700;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .workshop-sec .content h4 {
        font-size: 14px;
        font-weight: bold;
        margin-bottom: 15px;
    }

    .workshop-sec .content p {
        font-size: 12px;
        line-height: 1.6;
        margin: 0 0 10px;
    }

    .workshop-sec .content ul {
        list-style: none;
        padding: 0;
        font-size: 12px;
    }

    .tp-btn {
        height: 50px;
        line-height: 50px;
        padding: 0px 30px;
        font-size: 14px;
    }

    .workshop-sec .content-workshop {
        flex-direction: column;
        align-items: center;
        width: 90%;
    }

    .content-workshop .desc-team h3 {
        font-size: 18px;
        font-weight: 700;
    }

    .content-workshop .desc-team h6 {
        font-size: 14px;
        margin-top: 15px;
        color: #707481;
    }

    .content-workshop .btn-with-icon .icon-linkedin i {
        font-size: 30px;
        color: #0077B5;
    }

    .tp-link-summry {
        font-size: 16px;
        text-decoration: underline;
        color: #00c09a;
    }

    .tp-contact-content-mail {
        width: 100%;
    }

    .tp-contact-content-mail-icon {
        margin-left: 40px;
    }

    .tp-contact-location {
        width: 100%;
        margin-bottom: 10px;
    }

    .tp-contact-form.form-volunter-area {
        width: 100%;
    }
    .tp-about-3__customize .tp-about__img-2 img {
        display: none;
    }

    .pt-90 {
        padding-top: 0px;
    }

}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: var(--bs-modal-padding);
    text-align: center;
    font-size: 40px;
}

.txt-pop {
    font-size: 20px;
    color: #000;
    margin-top:15px;
}






.home-info-section {
    padding: 50px 0;
}

.status-icon.gray {
    display: grid;
    place-items: center;
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    background-color: #969696;
    background-image: linear-gradient(90deg, #00c09a 0%, #227491 100%);
}

.info-home {
    background-color: #f8f9fa;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #00c09a;
}

.img-and-name {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
}

.status-icon.gray {
    width: 110px;
    height: 125px;
}

.name-home {
}

    .name-home h3 {
        font-size: 26px;
        font-weight: 700;
        color: #61b4c0;
        margin-bottom: 10px;
        background: #6856a3;
        background: -moz-linear-gradient( to left, #6856a3 0%, #60c5c5 25%, #6856a3 75%, #60c5c5 100% );
        background: -webkit-linear-gradient( to left, #6856a3 0%, #60c5c5 25%, #6856a3 75%, #60c5c5 100% );
        background: linear-gradient(to left, #61bfc4 0%, #00c09a 25%, #5885a5 75% 75%, #207191 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#60c5c5', endColorstr='#6856a3',GradientType=1 );
        color: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.status-with-icone {
    font-size: 17px;
    color: #000;
    display: flex;
    align-items: center;
}

    .status-with-icone span {
        margin-right: 15px;
        font-weight: 700;
    }

    .status-with-icone i {
        margin-right: 15px;
        color: #53595d;
    }

.action-btn {
    font-size: 18px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
}

    .action-btn .delete-app-btn {
        border: 1px solid #dc3545;
        padding: 10px 20px;
        background: transparent;
        transition: 0.3s;
    }

        .action-btn .delete-app-btn:hover {
            background: #dc3545;
            color: #fff;
        }

    .action-btn .accepet-app-btn {
        border: 1px solid #00c09a;
        background-color: #00c09a;
        color: #fff;
        padding: 10px 20px;
        transition: 0.3s;
    }

        .action-btn .accepet-app-btn:hover {
            background-color: #fff;
            color: #00c09a;
        }

.details-lable {
    margin: 30px 0;
    box-shadow: 0 0 3px 1px #00c09a;
    padding: 20px;
}

    .details-lable .row {
        row-gap: 25px;
    }

    .details-lable .label-control {
        font-size: 17px;
        font-weight: 700;
        color: #000;
    }

    .details-lable p {
        margin-bottom: 0;
        font-size: 15px;
    }

.checkbox-registration ul {
    margin-left: 25px;
    margin-bottom: 10px;
}

    .checkbox-registration ul li {
        font-size: 14px;
    }

.rpclable .checkbox-registration label.form-label {
    font-size: 16px;
    color: #000
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #00c09a;
    color: white;
}

.form-check-input:checked {
    background-color: #00c09a;
    border-color: #00c09a;
}
.btnBack {
    padding: 17px;
    margin-right: 5px;
    margin-top: -1px;
}

.timeline-entry .right .card.with-img.first-card img {
    width: 10%;
}

.timeline-entry .right .card.with-img.first-card {
    justify-content: center;
}



.team-sec.team-sec-new-desgin .img-team {
    background: none;
    height: auto;
    width: 100%;
    border-radius: 0%;
    padding: 0;
    transition: all 1s;
}

.team-sec.team-sec-new-desgin .content-team {
    margin-bottom: 30px;
    /* background: #f9f9f9; */
    border-radius: 0px;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    background: unset;
    background: unset;
    overflow: hidden;
}

.team-sec.team-sec-new-desgin .sec-desc {
    position: absolute;
    z-index: 2;
    bottom: -30px;
    left: 0;
    right: 0;
    padding: 20px 15px 40px;
    transition: all 0.3s ease-in-out;
}

.team-sec.team-sec-new-desgin .content-team:before {
    content: "";
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 20%, rgb(0 192 154 / 61%) 70%, rgba(0, 0, 0, 0.9) 100%);
    bottom: 0;
    left: 0;
    opacity: 0.9;
    transition: all 0.3s ease-in-out;
}

.team-sec.team-sec-new-desgin .content-team:hover .sec-desc {
    bottom: 0;
}

.team-sec.team-sec-new-desgin .content-team .desc {
    min-height: 40px;
}

.team-sec.team-sec-new-desgin .content-team img {
    height: 310px;
    transform: scale(1.02);
    transition: all 0.5s cubic-bezier(0.23, 0.03, 0, 1.08);
}

.team-sec.team-sec-new-desgin .content-team:hover img {
    transform: scale(1.2);
}