@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap rel="stylesheet');

.back-to-top-wrapper,
.tp-product-tab-2 .nav-tabs .nav-link .tp-product-tab-tooltip,
.tp-swiper-dot .swiper-pagination-bullet,
.tp-swiper-dot-border .swiper-pagination-bullet,
.tp-swiper-scrollbar,
.tp-tab-line,
.transition-3,
a,
button,
input,
li,
p,
select,
textarea {
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.tp-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)
}

.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 {
    --tp-ff-body: "Noto Serif", serif;
    --tp-ff-heading: "Noto Serif", serif;
    --tp-ff-p: "Noto Serif", serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    --tp-common-white: #fff;
    --tp-common-black: #181818;
    --tp-common-black-2: #505050;
    --tp-grey-1: rgba(86, 139, 7, 0.08);
    --tp-text-body: #505050;
    --tp-theme-1: #578B07;
    --tp-theme-2: #FED000
}

.container,
.container-lg,
.container-md,
.container-sm,
.container-xl,
.container-xxl {
    max-width: 1350px
}

.custom-container-1 {
    max-width: 1800px
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    font-family: var(--tp-ff-body);
    font-size: 18px;
    font-weight: 400;
    color: var(--tp-text-body);
    line-height: 30px
}

a {
    text-decoration: none
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-black);
    margin-top: 0;
    font-weight: 600;
    line-height: 1.2;
    -webkit-transition: color .3s 0s ease-out;
    -moz-transition: color .3s 0s ease-out;
    -ms-transition: color .3s 0s ease-out;
    -o-transition: color .3s 0s ease-out;
    transition: color .3s 0s ease-out
}

h1 {
    font-size: 40px
}

h2 {
    font-size: 36px
}

h3 {
    font-size: 28px
}

h4 {
    font-size: 24px
}

h5 {
    font-size: 20px
}

h6 {
    font-size: 16px
}

ul {
    margin: 0;
    padding: 0
}

p {
    font-family: var(--tp-ff-p);
    color: var(--tp-text-body);
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 15px
}

img {
    max-width: 100%
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

.button:focus,
a:focus {
    text-decoration: none;
    outline: 0
}

a:focus,
a:hover {
    color: inherit;
    text-decoration: none
}

a,
button {
    color: inherit;
    outline: 0;
    border: none;
    background: 0 0
}

button:hover {
    cursor: pointer
}

button:focus {
    outline: 0
}

.uppercase {
    text-transform: uppercase
}

.capitalize {
    text-transform: capitalize
}

input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
textarea {
    outline: 0;
    height: 60px;
    width: 100%;
    line-height: 60px;
    font-size: 16px;
    padding-left: 60px;
    padding-right: 30px;
    resize: none;
    border: none;
    border-radius: 6px;
    width: 100%;
    color: #000;
    background-color: var(--tp-common-white)
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #767676
}

input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
    color: #767676
}

input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
    color: #767676
}

input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #767676
}

input[type=email]::placeholder,
input[type=number]::placeholder,
input[type=password]::placeholder,
input[type=tel]::placeholder,
input[type=text]::placeholder,
input[type=url]::placeholder,
textarea::placeholder {
    color: #767676
}

[dir=rtl] input[type=email],
[dir=rtl] input[type=number],
[dir=rtl] input[type=password],
[dir=rtl] input[type=tel],
[dir=rtl] input[type=text],
[dir=rtl] input[type=url],
[dir=rtl] textarea {
    text-align: right
}

input[type=email]:focus,
input[type=number]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=text]:focus,
input[type=url]:focus,
textarea:focus {
    border-color: var(--tp-theme-1)
}

input[type=email]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=url]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0
}

textarea {
    line-height: 1.4;
    padding-top: 17px;
    padding-bottom: 17px
}

input[type=color] {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: 0 0;
    border: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    padding: 0;
    border-radius: 50%
}

::-moz-selection {
    background: var(--tp-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-5 {
    --bs-gutter-x: 10px
}

.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
}

.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 .3s 0s linear;
    -moz-transition: color .3s 0s linear;
    -ms-transition: color .3s 0s linear;
    -o-transition: color .3s 0s linear;
    transition: color .3s 0s linear;
    -webkit-transition: color .3s linear, transform .2s ease;
    -moz-transition: color .3s linear, transform .2s ease;
    -ms-transition: color .3s linear, transform .2s ease;
    -o-transition: color .3s linear, transform .2s ease;
    transition: color .3s linear, transform .2s ease
}

[dir=rtl] .demo {
    margin-left: 0;
    margin-right: 15px
}

div.demo img {
    margin-left: 10px
}

[tp-theme=tp-theme-dark] .demo {
    color: #ff0
}

.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 .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.body-overlay:hover {
    cursor: url(../img/icon/cross-out.png), pointer
}

.body-overlay.opened {
    opacity: .7;
    visibility: visible
}

.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: 0
}

.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.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) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

@media (min-width:1400px) {
    .container-large {
        max-width: 1325px
    }
}

.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: 50px
}

.back-to-top-btn {
    display: inline-block;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: var(--tp-theme-1);
    box-shadow: 0 8px 16px rgba(3, 4, 28, .3);
    color: var(--tp-common-white);
    border-radius: 50%;
    -webkit-transition: all .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.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)
}

.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, .3);
    padding: 5px;
    border-radius: 100px
}

.tp-theme-toggle-dark,
.tp-theme-toggle-light {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: #d9d9d9
}

.tp-theme-toggle-dark.active,
.tp-theme-toggle-light.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 .2s 0s cubic-bezier(.25, 1, .5, 1);
    -moz-transition: all .2s 0s cubic-bezier(.25, 1, .5, 1);
    -ms-transition: all .2s 0s cubic-bezier(.25, 1, .5, 1);
    -o-transition: all .2s 0s cubic-bezier(.25, 1, .5, 1);
    transition: all .2s 0s cubic-bezier(.25, 1, .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 .2s 0s cubic-bezier(.25, 1, .5, 1);
    -moz-transition: all .2s 0s cubic-bezier(.25, 1, .5, 1);
    -ms-transition: all .2s 0s cubic-bezier(.25, 1, .5, 1);
    -o-transition: all .2s 0s cubic-bezier(.25, 1, .5, 1);
    transition: all .2s 0s cubic-bezier(.25, 1, .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 .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out;
    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: teal
}

.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: #000
}

.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 .3s 0s ease-out;
    -moz-transition: all .3s 0s ease-out;
    -ms-transition: all .3s 0s ease-out;
    -o-transition: all .3s 0s ease-out;
    transition: all .3s 0s ease-out
}

.tp-theme-color-input label:hover {
    cursor: pointer
}

.tp-theme-color-input input {
    display: none
}

.cookie-message-outer {
    position: fixed;
    right: 0;
    bottom: 0;
    width: 95%;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    z-index: 999;
    transition: all .3s
}

.cookie-message-outer.open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

.cookie-message {
    position: relative;
    width: 100%;
    padding: 1.25rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background-color: #fff;
    border-top: solid 2px #a52c2c !important;
    border-left: solid 1px #a52c2c !important
}

.cookie-message::after {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #fff
}

.cm-content {
    width: 100%
}

.cm-content p {
    display: block;
    margin: 0
}

.cmc-title {
    font-size: 1.8rem;
    margin-bottom: .625rem
}

.cookie-btn {
    margin-left: 1.25rem;
    border-radius: 50%;
    padding: .1rem !important;
    color: #fff;
    background-color: var(--tp-theme-1)
}

.check-icon {
    color: #fff !important;
    font-weight: 600
}

@media (min-width:768px) {
    .cookie-message::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 1px;
        height: 100%;
        background-color: #d37200;
        opacity: .1
    }
}

@media (max-width:767.98px) {
    .cookie-message-outer .container {
        padding: 0
    }

    .mobile-font {
        font-size: 25px !important
    }
}

.tp-btn-theme {
    height: 60px;
    line-height: 60px;
    padding: 0 41px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-theme {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-theme.lg {
    padding: 0 50px
}

.tp-btn-theme:hover {
    background-color: var(--tp-theme-2);
    color: var(--tp-common-black)
}

.tp-btn-theme:hover.hover-2 {
    color: #fff;
    background-color: var(--tp-common-black)
}

.tp-btn-black-sm {
    height: 50px;
    line-height: 48px;
    padding: 0 35px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-black-sm {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-black-sm:hover {
    background-color: var(--tp-theme-2);
    color: var(--tp-common-black)
}

.tp-btn-yellow {
    height: 60px;
    line-height: 58px;
    padding: 0 41px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    color: #000;
    background-color: #fff
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-yellow {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-yellow:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-btn-yellow:hover.hover-2 {
    color: #fff;
    background-color: var(--tp-common-black)
}

.tp-btn-yellow:hover.hover-3 {
    color: var(--tp-common-black);
    background-color: #fff
}

.tp-btn-border-white {
    height: 60px;
    line-height: 58px;
    padding: 0 41px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    color: var(--tp-common-white);
    border: 1px dashed var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-border-white {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-border-white:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-common-white)
}

.tp-btn-border {
    height: 60px;
    line-height: 58px;
    padding: 0 41px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    color: var(--tp-common-black);
    border: 1px solid var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-border {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-border.lg {
    padding: 0 50px
}

.tp-btn-border:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-btn-border-sm {
    height: 60px;
    line-height: 58px;
    padding: 0 41px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    border-radius: 6px;
    transition: all .3s ease-in-out;
    color: var(--tp-common-black);
    border: 1px dashed var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-border-sm {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-border-sm:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-btn-project {
    padding: 0 30px;
    height: 50px;
    line-height: 48px;
    border-radius: 6px;
    font-weight: 700;
    display: inline-block;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    transition: .3s
}

.tp-btn-project i {
    margin-left: 8px;
    transition: .3s;
    display: inline-block;
    color: var(--tp-common-white)
}

.tp-btn-project:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-2)
}

.tp-btn-project:hover i {
    color: var(--tp-common-black)
}

.tp-btn-price {
    height: 50px;
    line-height: 50px;
    padding: 0 41px;
    overflow: hidden;
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    transition: all .3s ease-in-out;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-btn-price {
        font-size: 14px;
        height: 50px;
        line-height: 50px;
        padding: 0 30px
    }
}

.tp-btn-price i {
    display: inline-block;
    margin-right: 5px;
    transform: translateY(-2px)
}

.tp-btn-price:hover {
    background-color: var(--tp-theme-2);
    color: var(--tp-common-black)
}

.tp-menu-btn {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white);
    width: 140px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    overflow: hidden;
    display: inline-block;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    letter-spacing: .03em;
    position: relative;
    z-index: 9
}

.tp-menu-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white)
}

@-webkit-keyframes tp-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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, .4);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, .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-3 {
    0% {
        -moz-box-shadow: 0 0 0 0 #568b07;
        box-shadow: 0 0 0 0 #568b07
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 45px rgba(86, 139, 7, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 0 rgba(86, 139, 7, 0)
    }
}

@-moz-keyframes tp-pulse-3 {
    0% {
        -moz-box-shadow: 0 0 0 0 #568b07;
        box-shadow: 0 0 0 0 #568b07
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 45px rgba(86, 139, 7, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 0 rgba(86, 139, 7, 0)
    }
}

@-ms-keyframes tp-pulse-3 {
    0% {
        -moz-box-shadow: 0 0 0 0 #568b07;
        box-shadow: 0 0 0 0 #568b07
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 45px rgba(86, 139, 7, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 0 rgba(86, 139, 7, 0)
    }
}

@keyframes tp-pulse-3 {
    0% {
        -moz-box-shadow: 0 0 0 0 #568b07;
        box-shadow: 0 0 0 0 #568b07
    }

    70% {
        -moz-box-shadow: 0 0 0 45px rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 45px rgba(86, 139, 7, 0)
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(86, 139, 7, 0);
        box-shadow: 0 0 0 0 rgba(86, 139, 7, 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(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@-moz-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@-ms-keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.8)
    }

    60% {
        opacity: 1
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0
    }
}

@keyframes borderanimate2 {
    0% {
        transform: translate(-50%, -50%) scale(.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%)
    }

    100%,
    90% {
        -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%)
    }

    100%,
    90% {
        -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%)
    }

    100%,
    90% {
        -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%)
    }

    100%,
    90% {
        -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
    }
}

@keyframes scrollText-2 {
    from {
        transform: translateX(-50%)
    }

    to {
        transform: translateX(0)
    }
}

@keyframes headerSlideDown {
    0% {
        margin-top: -150px
    }

    100% {
        margin-top: 0
    }
}

@keyframes zoom {
    0% {
        transform: scale(.5)
    }

    50% {
        transform: scale(1)
    }

    100% {
        transform: scale(.5)
    }
}

@keyframes zoom-2 {
    0% {
        transform: scale(1)
    }

    50% {
        transform: scale(1.025)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes moving {
    0% {
        transform: translatey(0)
    }

    20% {
        transform: translateX(-50px)
    }

    50% {
        transform: translatey(-40px)
    }

    100% {
        transform: translatey(0)
    }
}

.tp-float-bob-y {
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

.tp-float-bob-x {
    -webkit-animation-name: float-bob-x;
    animation-name: float-bob-x;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@keyframes shine {
    100% {
        left: 125%
    }
}

@keyframes tpswing-2 {
    0% {
        -webkit-transform: rotate(10deg);
        -ms-transform: rotate(10deg);
        transform: rotate(10deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes tpswing-3 {
    0% {
        -webkit-transform: rotate(5deg);
        -ms-transform: rotate(5deg);
        transform: rotate(5deg)
    }

    100% {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes icon-bounce {

    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0)
    }

    40% {
        -webkit-transform: translateY(-10px);
        -moz-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        -o-transform: translateY(-10px);
        transform: translateY(-10px)
    }

    60% {
        -webkit-transform: translateY(-5px);
        -moz-transform: translateY(-5px);
        -ms-transform: translateY(-5px);
        -o-transform: translateY(-5px);
        transform: translateY(-5px)
    }
}

@keyframes animate {
    50% {
        -ms-transform: rotate(360deg) scale(.8);
        -webkit-transform: rotate(360deg) scale(.8);
        transform: rotate(360deg) scale(.8)
    }
}

.preloader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: table;
    background-color: var(--tp-theme-1)
}

.preloader-container {
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    text-align: center
}

.bounce-active {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite
}

.preloader img {
    display: inline-block;
    max-width: 100px
}

.white-bg {
    background-color: var(--tp-common-white)
}

.black-bg {
    background-color: #000
}

.theme-bg {
    background-color: var(--tp-theme-1)
}

.theme-bg-2 {
    background-color: rgba(86, 139, 7, .08)
}

.yellow-bg {
    background-color: var(--tp-theme-2)
}

.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: 0 4px 10px rgba(5, 9, 43, .3);
    top: -9px
}

.tp-range-slider .noUi-handle:hover {
    cursor: pointer
}

.tp-range-slider .noUi-handle::after,
.tp-range-slider .noUi-handle::before {
    display: none
}

.tp-range-slider-dark .noUi-handle {
    border: 4px solid #2d314b
}

.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, .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, .1);
    border-radius: 50%
}

.tp-swiper-arrow button:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.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:focus,
.tp-swiper-scrollbar:hover {
    -webkit-transform: scaleY(3);
    -moz-transform: scaleY(3);
    -ms-transform: scaleY(3);
    -o-transform: scaleY(3);
    transform: scaleY(3)
}

.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, .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)
}

.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: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto
}

.nice-select:hover {
    border-color: #dbdbdb
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    border-color: #999
}

.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-black);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}

.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}

.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0)
}

.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none
}

.nice-select.disabled::after {
    border-color: #ccc
}

.nice-select.wide {
    width: 100%
}

.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important
}

.nice-select.right {
    float: right
}

.nice-select.right .list {
    left: auto;
    right: 0
}

.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px
}

.nice-select.small::after {
    height: 4px;
    width: 4px
}

.nice-select.small .option {
    line-height: 34px;
    min-height: 34px
}

.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, .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(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5, 0, 0, 1.25), opacity .15s ease-out;
    z-index: 9
}

.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all .2s;
    transition: all .2s
}

.nice-select .option.selected {
    font-weight: 700
}

.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
}

.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, .1);
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-text-body)
}

.tp-pagination ul li a.current,
.tp-pagination ul li a:hover,
.tp-pagination ul li span.current,
.tp-pagination ul li span:hover {
    background: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white)
}

.body-overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, .8);
    visibility: hidden;
    opacity: 0;
    transition: .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, .8);
    background-color: var(--tp-common-black);
    z-index: 999999;
    padding: 50px;
    scrollbar-width: none;
    opacity: 0;
    visibility: hidden;
    transition: .45s ease-in-out;
    overflow-y: scroll
}

.tpoffcanvas .homemenu {
    margin-bottom: 30px
}

.tpoffcanvas .homemenu-title {
    color: var(--tp-common-white)
}

.tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 50px
}

.tpoffcanvas .tp-main-menu-mobile {
    margin-bottom: 50px
}

.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 .4s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .6s
}

.tpoffcanvas__title p {
    font-size: 18px;
    color: rgba(255, 255, 255, .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: #888;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 30px;
    display: inline-block
}

.tpoffcanvas__input-title h4 {
    font-size: 14px;
    color: #888;
    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, .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: .3s
}

.tpoffcanvas__contact-info ul li a:hover {
    color: var(--tp-theme-1)
}

.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) {
    .tpoffcanvas__logo {
        padding-top: 0
    }
}

@media (max-width:767px) {
    .tpoffcanvas__logo img {
        width: 150px
    }
}

.tpoffcanvas__close-btn button {
    position: absolute;
    right: 30px;
    top: 30px;
    transition: 1s;
    -webkit-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    -moz-transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition: all .4s cubic-bezier(.785, .135, .15, .86);
    transition-duration: .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: .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, .08);
    color: var(--tp-common-white);
    margin-right: 15px;
    transition: .3s;
    display: inline-block;
    border-radius: 50%
}

@media (max-width:767px) {
    .tpoffcanvas__social .social-icon a {
        margin-right: 3px;
        height: 50px;
        width: 50px;
        line-height: 53px;
        font-size: 15px
    }
}

.tpoffcanvas__social .social-icon a:hover {
    background-color: var(--tp-theme-1);
    color: var(--tp-common-white)
}

.breadcrumb__overlay {
    position: relative
}

.breadcrumb__overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%)
}

.breadcrumb__content {
    padding-top: 184px;
    padding-bottom: 181px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .breadcrumb__content {
        padding: 150px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb__content {
        padding: 130px 0
    }
}

@media (max-width:767px) {
    .breadcrumb__content {
        padding: 110px 0
    }
}

.breadcrumb__title {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 32px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .breadcrumb__title {
        font-size: 58px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .breadcrumb__title {
        font-size: 56px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .breadcrumb__title {
        font-size: 50px
    }
}

@media (max-width:767px) {
    .breadcrumb__title {
        font-size: 38px;
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .breadcrumb__title {
        margin-bottom: 0
    }
}

.breadcrumb__list {
    display: inline-block;
    padding: 0 10px
}

.breadcrumb__list span {
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .breadcrumb__list span {
        font-size: 15px
    }
}

.breadcrumb__list span.dvdr i {
    font-size: 15px;
    transform: rotate(-12deg);
    display: inline-block
}

.breadcrumb__list span a {
    color: var(--tp-common-white)
}

.breadcrumb__list span b {
    font-size: 20px;
    color: var(--tp-theme-2)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .breadcrumb__list span b {
        font-size: 17px
    }
}

.tp-custom-accordion .accordion-items:last-child .accordion-buttons {
    border-bottom: none
}

.tp-custom-accordion .accordion-buttons {
    position: relative;
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    text-align: left;
    padding: 35px 20px;
    padding-right: 60px;
    transition: .3s;
    border-radius: 6px 6px 0 0;
    font-family: var(--tp-ff-heading);
    color: var(--tp-common-white);
    border-bottom: 1px solid rgba(255, 255, 255, .4)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-custom-accordion .accordion-buttons {
        font-size: 17px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-custom-accordion .accordion-buttons {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .tp-custom-accordion .accordion-buttons {
        font-size: 17px
    }
}

.tp-custom-accordion .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    top: 30px;
    right: 20px;
    font-weight: 700;
    font-size: 12px;
    opacity: 1;
    transition: .3s;
    border-radius: 4px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

@media (max-width:767px) {
    .tp-custom-accordion .accordion-buttons::after {
        right: 20px
    }
}

.tp-custom-accordion .accordion-buttons:not(.collapsed) {
    padding-bottom: 13px;
    backdrop-filter: blur(25px);
    background-color: #2f2923;
    border-bottom: 1px solid transparent
}

.tp-custom-accordion .accordion-buttons.collapsed::after {
    content: "\f067";
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white)
}

.tp-custom-accordion .accordion-body {
    padding: 0 20px;
    padding-bottom: 21px;
    padding-right: 100px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    color: var(--tp-common-white);
    border-radius: 0 0 6px 6px
}

.tp-custom-accordion .accordion-body:not(.collapsed) {
    backdrop-filter: blur(25px);
    background-color: #2f2923
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-custom-accordion .accordion-body {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-custom-accordion .accordion-body {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-custom-accordion .accordion-body {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .tp-custom-accordion .accordion-body {
        font-size: 14px;
        padding-right: 60px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-custom-accordion .accordion-body {
        font-size: 14px;
        padding-right: 120px
    }
}

.tp-custom-accordion-2 {
    margin: 0 51px;
    border-radius: 6px
}

@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-custom-accordion-2 {
        margin: 0
    }
}

.tp-custom-accordion-2 .accordion-items {
    margin-bottom: 20px
}

.tp-custom-accordion-2 .accordion-buttons {
    position: relative;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    text-align: left;
    padding: 27px 40px;
    padding-right: 60px;
    transition: .3s;
    color: var(--tp-common-black);
    border: 1px solid rgba(24, 24, 24, .1);
    border-radius: 6px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-custom-accordion-2 .accordion-buttons {
        font-size: 17px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-custom-accordion-2 .accordion-buttons {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .tp-custom-accordion-2 .accordion-buttons {
        font-size: 17px
    }
}

.tp-custom-accordion-2 .accordion-buttons::after {
    position: absolute;
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    top: 20px;
    right: 40px;
    font-weight: 700;
    font-size: 16px;
    opacity: 1;
    transition: .3s;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 4px;
    color: var(--tp-common-black);
    border: 1px solid rgba(24, 24, 24, .1)
}

@media (max-width:767px) {
    .tp-custom-accordion-2 .accordion-buttons::after {
        right: 20px
    }
}

.tp-custom-accordion-2 .accordion-buttons:not(.collapsed) {
    border: 1px solid transparent;
    padding-bottom: 20px;
    border-radius: 6px 6px 0 0;
    background-color: rgba(86, 139, 7, .08)
}

.tp-custom-accordion-2 .accordion-buttons:not(.collapsed)::after {
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-custom-accordion-2 .accordion-buttons.collapsed::after {
    content: "\f067"
}

.tp-custom-accordion-2 .accordion-body {
    padding: 0 40px;
    padding-bottom: 21px;
    padding-right: 40px;
    position: relative;
    z-index: 1;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    border-radius: 0 0 6px 6px;
    background-color: rgba(86, 139, 7, .08)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-custom-accordion-2 .accordion-body {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-custom-accordion-2 .accordion-body {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-custom-accordion-2 .accordion-body {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .tp-custom-accordion-2 .accordion-body {
        font-size: 14px;
        padding-right: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-custom-accordion-2 .accordion-body {
        font-size: 14px;
        padding-right: 120px
    }
}

.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)
}

.tp-section-subtitle {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-theme-1);
    margin-bottom: 16px;
    display: inline-block
}

@media (max-width:767px) {
    .tp-section-subtitle {
        font-size: 18px
    }
}

.tp-section-title {
    font-weight: 700;
    font-size: 44px;
    line-height: 1.4;
    color: var(--tp-common-black)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-section-title {
        font-size: 42px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-section-title {
        font-size: 38px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-section-title {
        font-size: 36px
    }
}

@media (max-width:767px) {
    .tp-section-title {
        font-size: 34px
    }

    .tp-section-title br {
        display: none
    }
}

.search__popup {
    padding: 70px;
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 55%;
    background-color: rgba(0, 0, 0, .8);
    z-index: 99999;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    -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 .6s ease-in-out, opacity .6s ease-in-out;
    -moz-transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    transition: transform .6s ease-in-out, opacity .6s ease-in-out;
    transition-delay: .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(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
    transition-delay: .3s
}

.search__popup.search-opened .search__input::after {
    width: 100%;
    transition-delay: .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 .3s ease-out 0s;
    transition-delay: .5s;
    opacity: 0
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: rgba(255, 255, 255, .3);
    transition: all .3s ease-out 0s;
    transition-delay: .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 {
    color: rgba(255, 255, 255, .5);
    font-size: 24px
}

.search__input input::-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 24px
}

.search__input input:-moz-placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 24px
}

.search__input input:-ms-input-placeholder {
    color: rgba(255, 255, 255, .5);
    font-size: 24px
}

.search__input input::placeholder {
    color: rgba(255, 255, 255, .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: .5s .3s 0s ease-out;
    -moz-transition: .5s .3s 0s ease-out;
    -ms-transition: .5s .3s 0s ease-out;
    -o-transition: .5s .3s 0s ease-out;
    transition: .5s .3s 0s ease-out
}

.search__input .search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    -webkit-transition: .5s .3s 0s ease-out;
    -moz-transition: .5s .3s 0s ease-out;
    -ms-transition: .5s .3s 0s ease-out;
    -o-transition: .5s .3s 0s ease-out;
    transition: .5s .3s 0s ease-out
}

.search__close-btn {
    font-size: 25px;
    color: rgba(255, 255, 255, .3)
}

.search__close-btn:hover {
    color: var(--tp-common-white)
}

.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
}

.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: -.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: .5em .5em .5em .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 .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: .4em 1em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    line-height: normal;
    margin-right: .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: .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: .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: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .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: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .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: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .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 .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: .5em;
    top: .3em
}

.ui-dialog {
    position: absolute;
    top: 0;
    left: 0;
    padding: .2em;
    outline: 0
}

.ui-dialog .ui-dialog-titlebar {
    padding: .4em 1em;
    position: relative
}

.ui-dialog .ui-dialog-title {
    float: left;
    margin: .1em 0;
    white-space: nowrap;
    width: 90%;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: .3em;
    top: 50%;
    width: 20px;
    margin: -10px 0 0;
    padding: 1px;
    height: 20px
}

.ui-dialog .ui-dialog-content {
    position: relative;
    border: 0;
    padding: .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: .5em;
    padding: .3em 1em .5em .4em
}

.ui-dialog .ui-dialog-buttonpane button {
    margin: .5em .4em .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: .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: .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 .4em;
    margin: .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: .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: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.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: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.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: .222em 0;
    margin: .2em 2em .2em .4em;
    vertical-align: middle
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .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: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .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: .7;
    filter: Alpha(Opacity=70);
    font-weight: 400
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .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.png)
}

.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.png)
}

.ui-button:active .ui-icon,
.ui-state-active .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.ui-button .ui-state-highlight.ui-icon,
.ui-state-highlight .ui-icon {
    background-image: url(images/ui-icons_777620_256x240.png)
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url(images/ui-icons_cc0000_256x240.png)
}

.ui-button .ui-icon {
    background-image: url(images/ui-icons_777777_256x240.png)
}

.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: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 999;
    visibility: visible;
    background-color: rgba(255, 255, 255, .95);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    -webkit-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -khtml-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -moz-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -ms-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    -o-animation: .95s ease 0s normal forwards 1 running headerSlideDown;
    animation: .95s ease 0s normal forwards 1 running headerSlideDown
}

.header-sticky .tp-header-main-menu nav ul li>a {
    padding: 25px 0
}

.header-sticky.tp-header-style-2 {
    background-color: var(--tp-common-black)
}

.header-sticky.tp-header-style-3::after {
    width: 100%
}

.header-sticky.tp-header-style-4.tp-header-style-3::after {
    clip-path: none
}

.tp-header-top-height {
    padding: 19px 0
}

.tp-header-top-social span {
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:576px) and (max-width:767px) {
    .tp-header-top-social span {
        font-size: 14px
    }
}

.tp-header-top-social a {
    margin: 0 2px;
    display: inline-block;
    color: var(--tp-theme-1);
    transition: .3s;
    height: 30px;
    width: 30px;
    line-height: 25px;
    border-radius: 50%;
    text-align: center;
    border: 1px solid var(--tp-theme-1)
}

.tp-header-top-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-header-top-social a:last-child {
    margin-right: 0
}

@media (max-width:767px) {
    .tp-header-top-social a {
        margin: 0 2px;
        font-size: 13px
    }
}

.tp-header-top-right ul li {
    padding-left: 32px;
    position: relative;
    list-style-type: none;
    display: inline-block
}

.tp-header-top-right ul li:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-header-top-right ul li:not(:last-child) {
        margin-right: 0;
        padding-right: 0
    }
}

.tp-header-top-right ul li:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 0;
    right: -2px;
    height: 30px;
    width: 1px;
    background-color: rgba(255, 255, 255, .2)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-header-top-right ul li:not(:last-child)::after {
        display: none
    }
}

.tp-header-top-right ul li span {
    position: absolute;
    top: -1px;
    left: 0;
    font-size: 14px;
    color: var(--tp-theme-1)
}

.tp-header-top-right ul li a {
    transition: .3s;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-header-top-right ul li a {
        font-size: 14px
    }
}

.tp-header-top-style-2 .tp-header-top-right ul li:not(:last-child)::after {
    background-color: rgba(80, 80, 80, .2)
}

.tp-header-top-style-2 .tp-header-top-right ul li a {
    color: var(--tp-common-black)
}

.tp-header-top-style-2 .tp-header-top-social span {
    color: var(--tp-common-black)
}

.tp-header-top-style-3 .tp-header-top-right ul li {
    margin-right: 0;
    padding-left: 60px
}

.tp-header-top-style-3 .tp-header-top-right ul li::after {
    display: none
}

.tp-header-top-style-3 .tp-header-top-right ul li:not(:last-child) {
    padding-right: 13px
}

.tp-header-top-style-3 .tp-header-top-right ul li span {
    top: -9px;
    height: 50px;
    width: 50px;
    line-height: 45px;
    border-radius: 50%;
    text-align: center;
    color: var(--tp-common-white);
    border: 1px dashed var(--tp-common-white)
}

.tp-header-top-style-3 .tp-header-top-social span {
    color: var(--tp-common-black)
}

.tp-header-top-style-3.tp-header-top-height {
    padding: 20px 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-top-style-3.tp-header-top-height {
        padding: 20px 40px
    }
}

.tp-header-top-style-4 {
    position: relative
}

.tp-header-top-style-4::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 63.15%;
    z-index: -1;
    background-color: var(--tp-theme-1);
    clip-path: polygon(6% 0, 100% 0, 100% 100%, 0 100%)
}

@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-top-style-4::after {
        display: none
    }
}

.tp-header-top-style-4 .tp-header-top-right ul li {
    text-align: start
}

.tp-header-top-style-4 .tp-header-top-right ul li:not(:last-child) {
    margin-right: 30px
}

.tp-header-top-style-4 .tp-header-top-right ul li span {
    top: 50%;
    border: none;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .08)
}

.tp-header-top-style-4 .tp-header-top-right ul li i {
    text-align: start;
    display: block;
    font-style: normal;
    color: var(--tp-common-white)
}

.tp-header-top-inner-style .tp-header-top-social a {
    color: var(--tp-theme-2);
    border-color: 1px solid var(--tp-theme-2)
}

.tp-header-top-inner-style .tp-header-top-social a:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-2);
    border: 1px solid var(--tp-theme-2)
}

.tp-header-top-inner-style .tp-header-top-right ul li span {
    color: var(--tp-theme-2)
}

.tp-header-main-menu {
    margin-right: -52px
}

.tp-header-main-menu>nav>ul>li {
    display: inline-block;
    margin: 0 21px;
    position: relative
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-header-main-menu>nav>ul>li {
        margin: 0 17px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-main-menu>nav>ul>li {
        margin: 0 10px
    }
}

.tp-header-main-menu>nav>ul>li:last-child {
    margin-right: 0
}

.tp-header-main-menu>nav>ul>li>a {
    font-weight: 700;
    font-size: 18px;
    padding: 35px 0;
    display: inline-block;
    color: #000
}

.tp-header-main-menu>nav>ul>li .submenu {
    position: absolute;
    top: 100%;
    left: -5px;
    width: 240px;
    z-index: 999;
    padding: 30px 40px;
    opacity: 0;
    visibility: hidden;
    transition: .4s;
    transform: scaleY(0);
    transform-origin: top center;
    text-align: start;
    background-color: var(--tp-common-white);
    border-top: 5px solid var(--tp-theme-1);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px
}

.tp-header-main-menu>nav>ul>li .submenu>li {
    margin: 0;
    margin-bottom: 10px;
    display: block
}

.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;
    text-transform: capitalize;
    color: var(--tp-common-black);
    position: relative
}

.tp-header-main-menu>nav>ul>li .submenu>li>a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-theme-1);
    transition: .7s;
    display: inline-block
}

.tp-header-main-menu>nav>ul>li .submenu>li:hover>a {
    color: var(--tp-theme-1)
}

.tp-header-main-menu>nav>ul>li .submenu>li:hover>a::after {
    width: 100%;
    right: auto;
    left: 0
}

.tp-header-main-menu>nav>ul>li:hover>a {
    color: var(--tp-theme-1)
}

.tp-header-main-menu>nav>ul>li:hover .submenu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1)
}

.tp-header-right-icon button {
    position: relative;
    margin: 0 20px
}

.tp-header-right-icon button:first-child {
    margin-left: 0
}

.tp-header-right-icon button:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -20px;
    height: 30px;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(86, 139, 7, .2)
}

.tp-header-right-icon button span {
    height: 40px;
    width: 40px;
    line-height: 37px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    background-color: rgba(86, 139, 7, .08)
}

.tp-header-right-icon button span svg {
    color: var(--tp-theme-1)
}

.tp-header-btn {
    line-height: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-header-btn .tp-btn-theme {
        height: 60px;
        line-height: 58px
    }
}

.tp-header-bar i {
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: inline-block;
    margin: 10px 0;
    margin-left: 25px;
    font-size: 18px;
    border-radius: 4px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-header-border {
    border-bottom: 1px solid #dcdcdc
}

.tp-header-style-2::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 35%;
    background-color: var(--tp-theme-1)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-header-style-2::after {
        width: 32%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-header-style-2::after {
        width: 30%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-style-2::after {
        width: 32.5%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-header-style-2::after {
        width: 48%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-header-style-2::after {
        width: 46%
    }
}

@media (max-width:767px) {
    .tp-header-style-2::after {
        display: none
    }
}

.tp-header-style-2 .tp-header-main-menu {
    margin-right: -39px
}

.tp-header-style-2 .tp-header-main-menu>nav>ul>li>a {
    color: var(--tp-common-white)
}

.tp-header-style-2 .tp-header-main-menu>nav>ul>li:hover>a {
    color: var(--tp-theme-1)
}

.tp-header-style-2 .tp-header-right-icon button {
    margin: 0 27px
}

.tp-header-style-2 .tp-header-right-icon button:first-child {
    margin-left: 0
}

.tp-header-style-2 .tp-header-right-icon button:last-child {
    margin-right: 31px
}

.tp-header-style-2 .tp-header-right-icon button:not(:last-child)::after {
    right: -30px;
    background-color: rgba(255, 255, 255, .08)
}

.tp-header-style-2 .tp-header-right-icon button span {
    background-color: rgba(255, 255, 255, .08)
}

.tp-header-style-2 .tp-header-right-icon button span svg {
    color: var(--tp-common-white)
}

.tp-header-style-2 .tp-header-bar-2 i {
    height: 60px;
    width: 60px;
    line-height: 58px;
    display: inline-block;
    margin: 10px 0;
    margin-left: 25px;
    font-size: 18px;
    border-radius: 4px;
    color: var(--tp-theme-2);
    border: 1px solid var(--tp-theme-2)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-header-style-2 .tp-header-bar-2 i {
        height: 50px;
        width: 50px;
        line-height: 48px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-style-3 {
        padding: 0 40px
    }
}

.tp-header-style-3::after {
    width: 87.2%
}

@media only screen and (min-width:1800px) and (max-width:1900px) {
    .tp-header-style-3::after {
        width: 89.2%
    }
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-header-style-3::after {
        width: 90.2%
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-header-style-3::after {
        width: 94.2%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-header-style-3::after {
        width: 100%
    }
}

@media (max-width:767px) {
    .tp-header-style-3::after {
        width: 100%;
        display: block
    }
}

.tp-header-style-3 .tp-header-main-menu {
    margin-right: 0
}

.tp-header-style-3 .tp-header-main-menu>nav>ul>li {
    position: relative
}

.tp-header-style-3 .tp-header-main-menu>nav>ul>li:not(:last-child) {
    margin: 0 45px 0 0;
    padding-right: 45px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-style-3 .tp-header-main-menu>nav>ul>li:not(:last-child) {
        margin: 0 30px 0 0;
        padding-right: 30px
    }
}

.tp-header-style-3 .tp-header-main-menu>nav>ul>li:not(:last-child)::after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    height: 30px;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .2);
    z-index: 1
}

.tp-header-style-3 .tp-header-main-menu>nav>ul>li .submenu {
    left: -45px;
    border-top: 5px solid var(--tp-theme-2)
}

.tp-header-style-3 .tp-header-main-menu>nav>ul>li>a {
    padding: 30px 0;
    position: relative;
    z-index: 1
}

.tp-header-style-3 .tp-header-main-menu>nav>ul>li:hover>a {
    color: var(--tp-theme-2)
}

.tp-header-style-3 .tp-header-right {
    margin-right: -40px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-header-style-3 .tp-header-right {
        margin-right: 0
    }
}

.tp-header-style-4.tp-header-style-3::after {
    width: 63.15%;
    left: 0;
    right: auto;
    clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%)
}

@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-style-4.tp-header-style-3::after {
        width: 100%;
        clip-path: none
    }
}

.tp-header-style-4 .tp-header-main-menu>nav>ul>li {
    position: relative
}

.tp-header-style-4 .tp-header-main-menu>nav>ul>li:not(:last-child) {
    padding-right: 45px;
    margin: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-style-4 .tp-header-main-menu>nav>ul>li:not(:last-child) {
        padding-right: 43px
    }
}

.tp-header-style-4 .tp-header-main-menu>nav>ul>li:not(:last-child)::after {
    display: none
}

.tp-header-style-4 .tp-header-main-menu>nav>ul>li .submenu {
    left: 0;
    border-top: 5px solid var(--tp-theme-2)
}

.tp-header-style-4 .tp-header-main-menu>nav>ul>li>a {
    padding: 30px 0;
    position: relative;
    z-index: 1
}

.tp-header-style-4 .tp-header-right {
    margin-right: 0
}

.tp-header-main-menu>nav>ul.tp-onepage-menu>li>a.active {
    color: var(--tp-theme-1)
}

.mh-color {
    color: #1f3867;
    outline: 0;
    text-decoration: none
}

@media (max-width:370px) {
    .tp-section-title {
        font-size: 15px
    }

    .link-daten {
        font-size: 12px
    }

    .mh-color {
        font-size: 12px;
        content: "\A"
    }
}

@media (max-width:420px) {
    .link-daten {
        font-size: 12px
    }
}

#featured-title .featured-title-heading-wrap {
    display: table-cell;
    margin: 0;
    text-align: left;
    vertical-align: middle;
    width: 65%
}

#featured-title .featured-title-heading {
    color: #777;
    z-index: 1;
    position: relative;
    display: inline-block;
    font-size: 25px;
    margin: 0;
    margin-top: 20px
}

#featured-title .featured-title-heading.has-shadow {
    text-shadow: rgba(0, 0, 0, .3) 0 1px 1px
}

#featured-title #breadcrumbs .breadcrumbs-inner:after,
#featured-title .featured-title-heading:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    border-style: solid;
    border-width: 0
}

#featured-title.featured-title-right .featured-title-heading-wrap {
    text-align: right
}

#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    margin-top: 5px
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap {
    margin-bottom: 5px
}

#featured-title.featured-title-centered1 .featured-title-heading-wrap,
#featured-title.featured-title-centered2 .featured-title-heading-wrap {
    display: block;
    width: 100%;
    text-align: center
}

.tp-header-logo img {
    max-width: 175px
}

.tp-header-main-menu nav ul li .has-homemenu {
    width: 1100px;
    padding: 30px 30px 10px 30px;
    opacity: 0;
    visibility: hidden;
    background-color: var(--tp-common-white);
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    left: -185px
}

.tp-header-main-menu nav ul li .has-homemenu .homemenu {
    padding: 0 10px;
    position: relative;
    margin-bottom: 20px
}

@media only screen and (min-width:1600px) and (max-width:1700px),
only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-header-main-menu nav ul li .has-homemenu {
        width: 900px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-header-main-menu nav ul li .has-homemenu {
        width: 850px;
        left: -100px
    }
}

.homemenu-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: .4s
}

.homemenu-title {
    font-size: 16px;
    margin-bottom: 0;
    color: var(--tp-common-black);
    display: inline-block;
    font-weight: 700
}

.homemenu-title:hover a {
    color: var(--tp-theme-1)
}

.homemenu-title:hover a::after {
    width: 100%;
    right: auto;
    left: 0
}

.homemenu-title a {
    position: relative
}

.homemenu-title a::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    left: auto;
    height: 1px;
    width: 0;
    background-color: var(--tp-theme-1);
    transition: .7s;
    display: inline-block
}

.homemenu-thumb {
    position: relative;
    border: 1px solid rgba(0, 0, 0, .1)
}

.homemenu-thumb img {
    width: 100%
}

.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, .1)
}

.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-right: 20px;
    text-transform: capitalize
}

.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-left: auto;
    width: 93%;
    padding: 10px 5%;
    text-shadow: none !important;
    visibility: visible;
    padding-left: 0;
    padding-right: 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 * li,
.tp-main-menu-mobile * ul {
    transition: none !important
}

@media(max-width:767px) {
    .navigation {
        margin-top: 17px
    }
}

.postbox__thumb {
    position: relative
}

.postbox__thumb img {
    border-radius: 12px;
    width: 100%
}

.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__meta span {
    padding: 13px 20px;
    border-radius: 6px;
    display: inline-block;
    color: var(--tp-theme-1);
    background-color: rgba(86, 139, 7, .08)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .postbox__meta span {
        padding: 5px 20px;
        font-size: 12px
    }
}

.postbox__meta span:not(:last-child) {
    margin-right: 20px
}

.postbox__meta span svg {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-2px)
}

.postbox__meta-2 span {
    display: inline-block;
    color: var(--tp-theme-1)
}

.postbox__meta-2 span:not(:last-child) {
    margin-right: 20px
}

.postbox__meta-2 span svg {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-2px)
}

.postbox__tag {
    position: absolute;
    bottom: 0;
    left: 0
}

.postbox__tag p {
    margin-bottom: 0;
    font-weight: 700;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: .135em;
    background: var(--tp-theme-1);
    clip-path: polygon(0 0, 100% 0, 92.7% 53.45%, 100% 100%, 0 100%, 0 50%);
    width: 130px
}

.postbox__content-single {
    padding-left: 0;
    padding-right: 0;
    border: none
}

@media (max-width:767px) {
    .postbox__content-thumb {
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .postbox__content-thumb img {
        margin-bottom: 20px
    }
}

.postbox__title {
    font-weight: 700;
    font-size: 44px;
    color: var(--tp-common-black);
    margin-bottom: 22px;
    line-height: 1.3
}

.postbox__title.space {
    letter-spacing: -2px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .postbox__title {
        font-size: 37px
    }
}

@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__title-sm {
    font-size: 30px
}

.postbox__blockquote blockquote {
    border-radius: 12px;
    padding: 50px 30px;
    padding-bottom: 45px;
    background-color: rgba(86, 139, 7, .08)
}

.postbox__blockquote blockquote p {
    font-weight: 600;
    font-size: 20px;
    margin-right: 32px;
    line-height: 36px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .postbox__blockquote blockquote p {
        font-size: 19px
    }
}

@media (max-width:767px) {
    .postbox__blockquote blockquote p {
        font-size: 15px;
        margin-right: 0
    }
}

.postbox__blockquote blockquote span {
    font-size: 16px
}

.postbox__blockquote blockquote h6 {
    font-size: 24px;
    color: var(--tp-theme-1)
}

@media (max-width:767px) {
    .postbox__blockquote blockquote h6 {
        font-size: 20px
    }
}

.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: 0 0 9px rgba(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 #e7e6e8
}

.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;
    border-radius: 50%;
    transition: all .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: 30px;
    font-weight: 700;
    color: #121416;
    margin-right: 6px;
    display: inline-block;
    margin-right: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .postbox__details-tag span {
        font-size: 16px
    }
}

.postbox__details-tag a {
    font-size: 16px;
    border-radius: 6px;
    padding: 9px 30px;
    display: inline-block;
    transition: .3s;
    border: 1px solid rgba(24, 24, 24, .1)
}

@media (max-width:767px) {
    .postbox__details-tag a {
        font-size: 12px;
        margin-bottom: 10px;
        padding: 5px 18px
    }
}

.postbox__details-tag a:not(:last-child) {
    margin-right: 24px
}

.postbox__details-tag a:hover {
    color: var(--tp-theme-1);
    border: 1px solid var(--tp-theme-1)
}

.postbox__read-more {
    line-height: 0
}

.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%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .postbox__read-more .tp-btn-border-sm {
        height: 50px;
        line-height: 48px;
        padding: 0 25px;
        font-size: 15px
    }
}

.postbox__text img {
    max-width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .postbox__text img {
        width: 100%
    }
}

.postbox__text p {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 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) {
    .postbox__text p {
        font-size: 14px
    }
}

.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__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__author {
    padding: 50px 30px;
    border-radius: 6px;
    background-color: rgba(86, 139, 7, .08)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .postbox__author {
        padding: 45px 40px
    }
}

@media (max-width:767px) {
    .postbox__author {
        padding: 45px 20px
    }
}

.postbox__author-title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .postbox__author-title {
        font-size: 23px
    }
}

.postbox__author-thumb {
    flex: 0 0 auto;
    margin-right: 20px
}

.postbox__author-thumb img {
    border-radius: 6px
}

@media (max-width:767px) {
    .postbox__author-thumb {
        margin-bottom: 30px
    }
}

.postbox__author-content p {
    font-size: 18px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .postbox__author-content p {
        font-size: 14px
    }

    .postbox__author-content p br {
        display: none
    }
}

@media (max-width:767px) {
    .postbox__author-social {
        margin-bottom: 20px
    }
}

.postbox__author-social a {
    font-size: 32px;
    color: var(--tp-theme-1);
    margin-right: 37px;
    display: inline-block;
    transition: .3s
}

.postbox__author-social a:hover {
    color: var(--tp-theme-2)
}

.postbox__author-share a {
    padding: 9px 30px;
    border-radius: 6px;
    display: inline-block;
    border: 1px solid rgba(24, 24, 24, .1)
}

.postbox__comment ul li {
    margin-bottom: 10px;
    list-style: none
}

.postbox__comment ul li.children {
    margin-left: 150px
}

@media (max-width:767px) {
    .postbox__comment ul li.children {
        margin-left: 15px
    }
}

.postbox__comment-text p {
    margin-bottom: 8px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .postbox__comment-text p {
        font-size: 14px
    }
}

.postbox__comment-wrap ul li:last-child {
    border-bottom: none;
    padding-bottom: 0
}

.postbox__comment-wrap .postbox__comment-reply span {
    font-size: 16px;
    font-weight: 600;
    margin-right: 90px;
    display: inline-block;
    color: var(--tp-theme-1)
}

.postbox__comment-wrap .postbox__comment-reply a {
    font-size: 16px;
    font-weight: 600;
    display: inline-block;
    color: var(--tp-common-black)
}

.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: 0;
    background: #fff;
    border: 1px solid #e5e5e5;
    box-shadow: 0 15px 10px rgba(242, 242, 242, .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-avater {
    flex: 0 0 auto
}

.postbox__comment-avater img {
    border-radius: 50%
}

@media (max-width:767px) {
    .postbox__comment-avater {
        margin-bottom: 30px
    }
}

.postbox__comment-name {
    margin-bottom: 5px
}

.postbox__comment-name h5 {
    font-weight: 600;
    font-size: 24px;
    color: #181818;
    margin-bottom: 10px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .postbox__comment-name h5 {
        font-size: 21px
    }
}

.postbox__comment-name span {
    font-weight: 500;
    font-size: 12px;
    color: #949392
}

.postbox__comment-date {
    position: absolute;
    top: 0;
    right: 0
}

.postbox__comment-date a {
    font-size: 16px
}

.postbox__comment-reply a {
    display: inline-block;
    padding: 9px 30px;
    border-radius: 6px;
    transition: .3s;
    border: 1px solid rgba(24, 24, 24, .1)
}

.postbox__comment-reply a:hover {
    color: var(--tp-theme-1);
    border: 1px solid var(--tp-theme-1)
}

.postbox__comment-ratting {
    margin-bottom: 15px
}

.postbox__comment-ratting i {
    font-size: 20px;
    color: #feca0a
}

.postbox__comment-ratting i.color {
    opacity: 30%
}

.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: 0;
    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
}

@media (max-width:767px) {
    .postbox__comment-info {
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .postbox__author-social-box {
        flex-wrap: wrap
    }
}

.basic-pagination ul li {
    list-style: none;
    display: inline-block;
    margin: 0 5px
}

.basic-pagination ul li>a {
    height: 40px;
    width: 40px;
    border-radius: 4px;
    display: inline-block;
    line-height: 39px;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    color: var(--tp-common-black);
    transition: all .3s ease-in-out;
    background-color: rgba(86, 139, 7, .08)
}

.basic-pagination ul li>a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.basic-pagination ul li>a.current {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.rc__post ul li:not(:last-child) {
    margin-bottom: 15px
}

.rc__post-title {
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    margin-bottom: 15px;
    color: var(--tp-common-black)
}

@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) {
    .rc__post-title {
        font-size: 17px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .rc__post-title br {
        display: none
    }
}

.rc__post-title a:hover {
    color: var(--tp-theme-1)
}

.rc__text p {
    font-weight: 400;
    font-size: 18px;
    color: #505050
}

@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) {
    .rc__text span {
        font-size: 15px
    }
}

.rc__meta span {
    font-weight: 400;
    font-size: 15px;
    color: #888686;
    display: block;
    margin-bottom: 7px
}

.rc__meta span i {
    margin-right: 3px;
    color: var(--tp-theme-1);
    font-size: 14px;
    font-weight: 500
}

.rc__post-thumb {
    flex: 0 0 auto
}

.rc__post-thumb img {
    border-radius: 6px
}

.sidebar__widget-title {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__widget-title {
        font-size: 25px
    }
}

.sidebar__widget-gallery {
    position: relative
}

.sidebar__widget-gallery:hover::after {
    opacity: 1;
    visibility: visible
}

.sidebar__widget-gallery:hover .sidebar__widget-gallery-icon {
    opacity: 1;
    visibility: visible
}

.sidebar__widget-gallery::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.sidebar__widget-gallery img {
    width: 100%
}

.sidebar__widget-gallery-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0;
    visibility: visible;
    transition: .3s
}

.sidebar__widget-gallery-icon span {
    font-size: 16px;
    color: var(--tp-common-white)
}

.sidebar__widget-gallery-wrap {
    margin-right: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__widget-gallery-wrap {
        margin-right: 0
    }
}

.sidebar__widget-content ul li {
    padding: 19px 0;
    list-style-type: none
}

.sidebar__widget-content ul li:not(:last-child) {
    border-bottom: 1px solid rgba(24, 24, 24, .2)
}

.sidebar__widget-content ul li a {
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    transition: .3s;
    display: flex;
    align-items: center;
    justify-content: space-between
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__widget-content ul li a {
        font-size: 15px
    }
}

.sidebar__widget-content ul li a:hover {
    color: var(--tp-theme-1)
}

.sidebar__widget-content ul li a.active {
    color: var(--tp-theme-1)
}

.sidebar__widget-content ul li a span {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-theme-1);
    display: inline-block;
    height: 30px;
    width: 30px;
    border-radius: 4px;
    line-height: 30px;
    text-align: center;
    background-color: rgba(86, 139, 7, .08)
}

.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: .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: 50px;
    line-height: 50px;
    border-radius: 60px;
    padding: 0 20px;
    text-transform: capitalize;
    border: none;
    outline: 0;
    padding-right: 50px;
    font-size: 16px;
    color: var(--tp-common-black);
    background-color: rgba(86, 139, 7, .08);
    border: 1px solid transparent
}

.sidebar__search input::-webkit-input-placeholder {
    opacity: .7
}

.sidebar__search input::-moz-placeholder {
    opacity: .7
}

.sidebar__search input:-moz-placeholder {
    opacity: .7
}

.sidebar__search input:-ms-input-placeholder {
    opacity: .7
}

.sidebar__search input::placeholder {
    opacity: .7
}

.sidebar__search input:focus {
    border: 1px solid var(--tp-theme-1)
}

.sidebar__search button {
    position: absolute;
    top: 50%;
    right: 5px;
    height: 100%;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.sidebar__banner::after {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(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
}

.sidebar__wrapper {
    padding: 50px 40px;
    padding-bottom: 5px;
    border-radius: 12px;
    margin-right: 58px;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sidebar__wrapper {
        margin-right: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .sidebar__wrapper {
        margin-right: 0;
        padding: 50px 20px;
        padding-bottom: 5px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .sidebar__wrapper {
        margin-right: 0;
        padding: 50px 20px;
        padding-bottom: 5px;
        margin-top: 60px
    }
}

.tagcloud a {
    font-weight: 400;
    font-size: 16px;
    color: #505050;
    display: inline-block;
    border-radius: 6px;
    padding: 10px 25px;
    margin-right: 15px;
    margin-bottom: 20px;
    background-color: rgba(86, 139, 7, .08)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tagcloud a {
        font-size: 14px;
        padding: 6px 15px;
        margin-right: 7px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tagcloud a {
        font-size: 13px;
        padding: 6px 15px;
        margin-right: 7px;
        margin-bottom: 10px
    }
}

.tagcloud a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.author-text h5 {
    font-size: 22px;
    margin-bottom: 15px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .author-text h5 {
        font-size: 19px
    }
}

@media (max-width:767px) {
    .author-thumb img {
        width: 100%
    }
}

.sidebar__wrapper-style-2 {
    margin-left: 58px;
    margin-right: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .sidebar__wrapper-style-2 {
        margin-left: 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) {
    .sidebar__wrapper-style-2 {
        margin-left: 0
    }
}

.tp-blog-item {
    border-radius: 0 0 12px 12px;
    background: var(--tp-common-white);
    box-shadow: 0 16px 20px rgba(1, 16, 61, .1)
}

.tp-blog-item:hover .tp-blog-thumb img {
    transform: scale(1.2)
}

.tp-blog-meta {
    position: absolute;
    top: -25px;
    left: 20px;
    padding: 9px 20px;
    border-radius: 6px;
    display: inline-block;
    background-color: var(--tp-theme-2)
}

.tp-blog-meta span {
    font-size: 16px;
    color: var(--tp-common-black)
}

.tp-blog-meta span:not(:last-child) {
    margin-right: 20px
}

.tp-blog-meta span svg {
    display: inline-block;
    margin-right: 6px;
    transform: translateY(-2px);
    color: var(--tp-theme-1)
}

.tp-blog-thumb {
    overflow: hidden;
    position: relative;
    border-radius: 12px 12px 0 0
}

.tp-blog-thumb img {
    width: 100%;
    transition: 1.3s all ease;
    border-radius: 12px 12px 0 0
}

.tp-blog-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    padding-bottom: 10px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-blog-title {
        font-size: 22px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-blog-title {
        font-size: 22px
    }
}

.tp-blog-title a {
    transition: .3s
}

.tp-blog-title a:hover {
    color: var(--tp-theme-1)
}

.tp-blog-content {
    padding: 44px 20px;
    padding-bottom: 27px;
    border-radius: 0 0 12px 12px;
    background: var(--tp-common-white)
}

.tp-blog-content p {
    margin-bottom: 25px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-blog-content p {
        font-size: 16px
    }
}

.tp-blog-link {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black);
    display: inline-flex;
    gap: 10px;
    align-items: center;
    line-height: 1;
    overflow: hidden
}

.tp-blog-link:hover {
    color: var(--tp-theme-1)
}

.tp-blog-link:hover i:last-child {
    font-size: 0
}

.tp-blog-link:hover i:first-child {
    margin-inline-start: 0
}

.tp-blog-link i {
    font-size: 15px;
    display: inline-block;
    color: var(--tp-theme-1);
    transition: .5s;
    transform: translateY(1px)
}

.tp-blog-link i:first-child {
    margin-inline-start: -22px
}

.tp-blog-active .swiper-slide {
    padding: 0 15px
}

.tp-blog-active-2 .swiper-slide {
    padding: 0 15px
}

.tp-blog-tag {
    position: absolute;
    top: 30px;
    left: 20px;
    padding: 10px 17px;
    border-radius: 6px;
    background-color: var(--tp-theme-1)
}

.tp-blog-tag span {
    color: var(--tp-common-white)
}

.tp-blog-tag span svg {
    margin-right: 5px;
    display: inline-block;
    transform: translateY(-3px)
}

.tp-blog-style-2 {
    padding-top: 100px;
    padding-bottom: 250px;
    background-color: rgba(86, 139, 7, .05)
}

.tp-blog-style-2 .tp-blog-meta {
    position: static;
    padding: 0;
    background-color: transparent
}

.tp-blog-style-2 .tp-blog-content {
    padding-top: 16px;
    padding-bottom: 20px
}

.tp-blog-style-3 {
    padding-top: 135px;
    padding-bottom: 150px
}

.tp-blog-style-3 .tp-blog-tag {
    position: static;
    display: inline-block;
    background-color: rgba(87, 140, 8, .08)
}

.tp-blog-style-3 .tp-blog-tag span {
    color: var(--tp-theme-1)
}

.tp-blog-style-3 .tp-blog-meta span:not(:last-child) {
    margin-right: 15px
}

.tp-blog-style-3 .tp-blog-avatar {
    flex: 0 0 auto;
    margin-right: 10px
}

.tp-blog-style-3 .tp-blog-avatar img {
    height: 50px;
    width: 50px;
    border-radius: 50%
}

.tp-blog-style-3 .tp-blog-avatar-info {
    margin-right: 20px
}

.tp-blog-style-4 {
    padding-top: 145px;
    padding-bottom: 125px;
    background-color: var(--tp-common-white)
}

.tp-blog-style-4 .tp-blog-item {
    border-radius: 12px;
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-blog-style-4 .tp-blog-active .swiper-slide {
    padding: 0 15px
}

.tp-blog-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tp-blog-shape-2 {
    position: absolute;
    bottom: 0;
    left: 0
}

.tp-blog-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: tpswing-3 3s forwards infinite alternate;
    transform-origin: top left
}

.tp-slider-dots .swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    opacity: .3;
    margin: 0 9px;
    transition: .3s;
    border-radius: 50%;
    background-color: #578b07
}

.tp-slider-dots .swiper-pagination-bullet-active {
    background-color: var(--tp-theme-1);
    opacity: 1
}

.tp-footer-bg {
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
    z-index: 1
}

.tp-footer-overley {
    position: relative
}

.tp-footer-overley::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: #000
}

.tp-footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, .2)
}

.tp-footer-logo {
    position: relative;
    margin-bottom: 38px
}

.tp-footer-logo::after {
    display: none
}

.tp-footer-text p {
    font-size: 18px;
    margin-bottom: 30px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-text p {
        font-size: 14px
    }
}

@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-footer-text p {
        font-size: 15px;
        padding-right: 0
    }
}

.tp-footer-social>a {
    font-size: 18px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-common-white);
    border: 1px solid var(--tp-common-white);
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-social>a {
        font-size: 14px
    }
}

@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-footer-social>a {
        font-size: 13px;
        height: 30px;
        width: 30px;
        line-height: 30px
    }
}

.tp-footer-social>a:not(:last-child) {
    margin-right: 13px
}

.tp-footer-social>a:hover {
    color: var(--tp-theme-2)
}

.tp-footer-widget-title {
    font-weight: 600;
    font-size: 30px;
    margin-top: 2px;
    position: relative;
    margin-bottom: 41px;
    color: var(--tp-common-white)
}

.tp-footer-widget-title::after {
    position: absolute;
    content: "";
    bottom: -15px;
    left: 0;
    height: 4px;
    width: 50px;
    background-color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-widget-title {
        font-size: 27px
    }
}

@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-footer-widget-title {
        font-size: 24px
    }
}

.tp-footer-widget-list>ul>li {
    list-style-type: none;
    overflow: hidden;
    display: block
}

.tp-footer-widget-list>ul>li:not(:last-child) {
    margin-bottom: 17px
}

.tp-footer-widget-list>ul>li>a {
    position: relative;
    padding-left: 16px;
    margin-left: -16px;
    transition: .3s;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-widget-list>ul>li>a {
        font-size: 14px
    }
}

@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-footer-widget-list>ul>li>a {
        font-size: 14px
    }
}

.tp-footer-widget-list>ul>li>a::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 10px;
    background-color: var(--tp-theme-1)
}

.tp-footer-widget-list>ul>li>a:hover {
    margin-left: 0;
    color: var(--tp-theme-1)
}

.tp-footer-widget-contact-icon span {
    height: 38px;
    width: 38px;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    margin-right: 10px;
    display: inline-block;
    background-color: var(--tp-theme-1)
}

.tp-footer-widget-contact-box {
    padding-bottom: 10px
}

.tp-footer-widget-contact-text b {
    font-size: 20px;
    display: block;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-widget-contact-text b {
        font-size: 16px
    }
}

@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-footer-widget-contact-text b {
        font-size: 14px
    }
}

.tp-footer-widget-contact-text a {
    font-size: 14px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-footer-widget-contact-text a {
        font-size: 14px
    }
}

.tp-footer-widget ul li {
    list-style-type: none
}

.tp-footer-widget ul li:not(:last-child) {
    margin-bottom: 20px
}

.tp-footer-contact {
    padding-top: 24px
}

.tp-footer-contact a {
    line-height: 2.2;
    color: var(--tp-grey-2)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-footer-contact a {
        font-size: 14px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-footer-contact a {
        font-size: 14px
    }

    .tp-footer-contact a br {
        display: none
    }
}

.tp-footer-input-box {
    width: 100%
}

.tp-footer-input-box input {
    height: 70px;
    line-height: 70px;
    border-radius: 6px;
    padding: 0 20px;
    width: 100%;
    padding-right: 190px;
    color: var(--tp-common-black);
    border: 1px dashed var(--tp-theme-1)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-footer-input-box input {
        padding-right: 165px
    }
}

@media (max-width:767px) {
    .tp-footer-input-box input {
        padding-right: 145px
    }
}

.tp-footer-input-box button {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-footer-input-box button {
        padding: 0 30px
    }
}

.tp-footer-shape-1 {
    position: absolute;
    top: 23%;
    left: 1%;
    z-index: -1
}

.tp-footer-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
    animation: tpswing-3 3s forwards infinite alternate;
    transform-origin: bottom left
}

@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-footer-shape-2 {
        display: none
    }
}

.tp-footer-style-2 .tp-footer-widget-title::after {
    background-color: var(--tp-theme-1)
}

.tp-footer-style-2 .tp-footer-social a {
    height: auto;
    width: auto;
    border: none;
    font-size: 30px;
    color: var(--tp-theme-2);
    margin: 0 13px
}

.tp-footer-style-2 .tp-footer-social a:hover {
    color: var(--tp-theme-1)
}

.tp-footer-style-3.tp-footer-border {
    border-bottom: 1px solid rgba(80, 80, 80, .2)
}

.tp-footer-style-3 .tp-footer-widget-title {
    color: var(--tp-common-black)
}

.tp-footer-style-3 .tp-footer-widget-title::after {
    background-color: var(--tp-theme-1)
}

.tp-footer-style-3 .tp-footer-social a {
    font-size: 30px;
    color: var(--tp-theme-1)
}

.tp-footer-style-3 .tp-footer-social a:hover {
    color: var(--tp-theme-2)
}

.tp-footer-style-3 .tp-footer-text p {
    margin-bottom: 20px;
    color: var(--tp-common-black)
}

.tp-footer-style-3 .tp-footer-widget-list ul li a {
    color: var(--tp-common-black)
}

.tp-footer-style-4.tp-footer-border {
    border-bottom: 1px solid rgba(255, 255, 255, .3)
}

.tp-footer-style-4 .tp-footer-widget-title {
    color: var(--tp-common-white)
}

.tp-footer-style-4 .tp-footer-widget-title::after {
    background-color: var(--tp-common-white)
}

.tp-footer-style-4 .tp-footer-text p {
    color: var(--tp-common-white)
}

.tp-footer-style-4 .tp-footer-social a {
    color: var(--tp-common-white)
}

.tp-footer-style-4 .tp-footer-social a:hover {
    color: var(--tp-theme-2)
}

.tp-footer-style-4 .tp-footer-widget-list ul li {
    margin-bottom: 15px
}

.tp-footer-style-4 .tp-footer-widget-list ul li a {
    color: var(--tp-common-white)
}

.tp-footer-style-4 .tp-footer-widget-list ul li a::after {
    background-color: var(--tp-common-white)
}

.tp-footer-style-4 .tp-footer-widget-contact-icon span {
    background-color: rgba(255, 255, 255, .1)
}

.footer-col-2 {
    padding-left: 115px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .footer-col-2 {
        padding-left: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-2 {
        padding-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-col-2 {
        padding-left: 40px
    }
}

.footer-col-3 {
    padding-left: 65px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-3 {
        padding-left: 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .footer-col-4 {
        padding-left: 40px
    }
}

.footer-col-3-1 {
    padding: 40px 30px;
    padding-bottom: 23px;
    margin-right: 34px;
    border-radius: 6px;
    background-color: var(--tp-common-white)
}

@media (max-width:767px) {
    .footer-col-3-1 {
        margin-right: 0
    }
}

.footer-col-3-2 {
    padding-left: 70px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-col-3-2 {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .footer-col-3-2 {
        padding-left: 0
    }
}

.footer-col-3-3 {
    padding-left: 95px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-3-3 {
        padding-left: 0
    }
}

.footer-col-3-4 {
    padding-left: 25px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-col-3-4 {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .footer-col-3-4 {
        padding-left: 0
    }
}

.footer-col-4-2 {
    padding-left: 110px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-col-4-2 {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .footer-col-4-2 {
        padding-left: 0
    }
}

.footer-col-4-3 {
    padding-left: 78px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .footer-col-4-3 {
        padding-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .footer-col-4-4 {
        padding-left: 40px
    }
}

@media (max-width:767px) {
    .footer-col-4-4 {
        padding-left: 0
    }
}

.tp-copyright-height {
    padding: 10px 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),
(max-width:767px) {
    .tp-copyright-height {
        padding: 30px 0
    }
}

.tp-copyright-text p {
    font-size: 18px;
    margin-bottom: 0;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-copyright-text p {
        font-size: 14px
    }
}

@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-copyright-text p {
        font-size: 15px
    }
}

.tp-copyright-style-3 .tp-copyright-text {
    padding-left: 107px
}

@media (max-width:767px) {
    .tp-copyright-style-3 .tp-copyright-text {
        text-align: center;
        padding-left: 0
    }
}

.tp-copyright-style-4 .tp-copyright-text p {
    font-weight: 700;
    font-size: 18px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-copyright-style-4 .tp-copyright-text p {
        font-size: 14px
    }
}

@media (max-width:767px) {
    .tp-copyright-style-4 .tp-copyright-text p {
        font-size: 14px
    }
}

.description {
    color: #fff
}

.pristine-error {
    color: red;
    font-size: 15px;
    padding-top: 13px
}

.grecaptcha-badge {
    visibility: hidden !important
}

.tp-slider-height {
    height: 850px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-slider-height {
        height: 750px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-slider-height {
        height: 730px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-slider-height {
        height: 700px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-slider-height {
        height: 690px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media (max-width:767px) {
    .tp-slider-height {
        height: 600px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-slider-height {
        height: 650px;
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.tp-slider-overley {
    position: relative
}

.tp-slider-overley::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0, .5)
}

.tp-slider-overley-style-1 {
    position: relative
}

.tp-slider-overley-style-1::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, .3) 50%)
}

.tp-slider-overley-style-2 {
    position: relative
}

.tp-slider-overley-style-2::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .3)
}

.tp-slider-overley-style-3 {
    position: relative
}

.tp-slider-overley-style-3::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to right, #000 0, rgba(0, 0, 0, .3) 50%)
}

.tp-slider-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-position: center;
    -webkit-transform: scale(1.35);
    transform: scale(1.35);
    -webkit-transition: opacity 1.5s ease-in, -webkit-transform 7s ease;
    transition: opacity 1.5s ease-in, -webkit-transform 7s ease;
    transition: transform 9s ease, opacity 1.5s ease-in;
    transition: transform 9s ease, opacity 1.5s ease-in, -webkit-transform 9s ease
}

.tp-slider-content {
    padding-top: 156px
}

@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-slider-content {
        padding-top: 0
    }
}

.tp-slider-text {
    margin-bottom: 52px;
    text-align: center
}

.tp-slider-text div {
    display: block;
    overflow: hidden
}

.tp-slider-text div p {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: 1s;
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-slider-text div p {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-slider-text div p {
        font-size: 16px;
        margin: 0
    }
}

.tp-slider-title {
    font-size: 60px;
    line-height: 1.3;
    margin-bottom: 19px;
    font-weight: 700;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-slider-title {
        font-size: 75px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-slider-title {
        font-size: 63px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-slider-title {
        font-size: 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-slider-title {
        font-size: 58px;
        margin-bottom: 30px
    }

    .tp-slider-title br {
        display: none
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-slider-title {
        font-size: 65px;
        margin-bottom: 30px
    }

    .tp-slider-title br {
        display: none
    }
}

@media (max-width:767px) {
    .tp-slider-title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .tp-slider-title br {
        display: none
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-slider-title {
        font-size: 54px;
        margin-bottom: 30px
    }

    .tp-slider-title br {
        display: none
    }
}

.tp-slider-title div {
    display: block;
    overflow: hidden
}

.tp-slider-title div span {
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: 1s
}

.tp-slider-button {
    line-height: 0;
    overflow: hidden
}

@media (max-width:767px) {
    .tp-slider-button a {
        margin-bottom: 20px
    }

    .tp-btn-yellow {
        margin-right: 0
    }
}

.tp-slider-button-wrapper {
    opacity: 0;
    overflow: hidden;
    transform: translateY(200px);
    -webkit-transform: translateY(200px);
    transition: 1.5s
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-bg {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-title div span {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-text div p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.tp-slider-wrapper .swiper-slide.swiper-slide-active .tp-slider-button-wrapper {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.tp-slider-2-wrapper .tp-slider-text {
    margin-bottom: 46px
}

.tp-slider-2-wrapper .tp-slider-text p {
    margin: 0
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-slider-2-wrapper .tp-slider-text p {
        margin-right: 120px
    }
}

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-title div span {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-text div p {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.tp-slider-2-wrapper .swiper-slide.swiper-slide-active .tp-slider-button-wrapper {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0)
}

.cartmini__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 320px;
    height: 100%;
    -webkit-transform: translateX(calc(100% + 80px));
    -moz-transform: translateX(calc(100% + 80px));
    -ms-transform: translateX(calc(100% + 80px));
    -o-transform: translateX(calc(100% + 80px));
    transform: translateX(calc(100% + 80px));
    background: var(--tp-common-white) none repeat scroll 0 0;
    z-index: 999999;
    scrollbar-width: none;
    transition: .3s
}

.cartmini__area::-webkit-scrollbar {
    display: none
}

.cartmini__area.cartmini-opened {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0)
}

.cartmini__wrapper {
    position: relative;
    min-height: 100%;
    padding-left: 25px;
    padding-right: 25px
}

.cartmini__top-title {
    padding: 20px 0;
    border-bottom: 1px solid #e0e2e3
}

.cartmini__top-title h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 0
}

.cartmini__close {
    position: absolute;
    top: 17px;
    right: 0
}

.cartmini__close-btn {
    background: 0 0;
    color: var(--tp-common-black);
    font-size: 22px
}

.cartmini__close-btn:hover {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}

.cartmini__shipping {
    padding: 15px 0;
    border-bottom: 1px solid #e0e2e3
}

.cartmini__shipping .progress {
    height: 10px;
    border-radius: 0
}

.cartmini__shipping .progress-bar {
    background-color: var(--tp-theme-1)
}

.cartmini__shipping p {
    margin-bottom: 5px;
    font-size: 16px
}

.cartmini__shipping p span {
    color: red;
    font-weight: 600
}

.cartmini__widget {
    height: 100%;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none
}

.cartmini__widget::-webkit-scrollbar {
    display: none
}

.cartmini__widget-item {
    position: relative;
    display: flex;
    padding: 20px 0;
    border-bottom: 1px solid rgba(129, 129, 129, .2)
}

.cartmini__widget-item:last-child {
    border-bottom: 0
}

.cartmini__thumb {
    border: 1px solid #e0e2e3;
    margin-right: 15px
}

.cartmini__thumb img {
    width: 70px;
    height: auto
}

.cartmini__title {
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: 500
}

.cartmini__title a:hover {
    color: var(--tp-theme-1)
}

.cartmini__content {
    padding-right: 15px
}

.cartmini__content .tp-product-quantity {
    width: 75px;
    padding: 0
}

.cartmini__content .tp-product-quantity .tp-cart-input[type=text] {
    height: 30px;
    text-align: center;
    font-size: 13px;
    border: 1px solid #e0e2e3;
    background-color: var(--tp-common-white);
    padding: 0
}

.cartmini__content .tp-product-quantity .tp-cart-minus,
.cartmini__content .tp-product-quantity .tp-cart-plus {
    width: 20px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
    left: 3px
}

.cartmini__content .tp-product-quantity .tp-cart-minus svg,
.cartmini__content .tp-product-quantity .tp-cart-plus svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px);
    width: 10px
}

.cartmini__content .tp-product-quantity .tp-cart-minus::after,
.cartmini__content .tp-product-quantity .tp-cart-plus::after {
    display: none
}

.cartmini__content .tp-product-quantity .tp-cart-plus {
    left: auto;
    right: 3px
}

.cartmini__del {
    position: absolute;
    top: 15px;
    right: 0;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--tp-common-black);
    font-size: 14px
}

.cartmini__del:hover {
    color: var(--tp-theme-1)
}

.cartmini__checkout {
    padding-top: 15px;
    padding-bottom: 85px;
    width: 100%;
    border-top: 2px solid #e0e2e3
}

.cartmini__checkout-title h4 {
    font-size: 15px;
    display: inline-block;
    font-weight: 500;
    margin-bottom: 0;
    text-transform: capitalize
}

.cartmini__checkout-title span {
    float: right;
    font-size: 15px;
    color: var(--tp-common-black);
    font-weight: 500
}

.cartmini__price {
    font-size: 14px;
    font-weight: 500;
    color: var(--tp-common-black)
}

.cartmini__quantity {
    font-size: 12px;
    font-weight: 500
}

.cartmini__empty {
    margin-top: 150px
}

.cartmini__empty img {
    margin-bottom: 30px
}

.cartmini__empty p {
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 15px
}

.table-content .table>:not(:first-child) {
    border-top: 0
}

.table-content table {
    background: #fff;
    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 td,
.table-content table th {
    border-bottom: 1px solid rgba(6, 7, 40, .1);
    border-right: 1px solid rgba(6, 7, 40, .1)
}

.product-quantity input {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    height: 64px;
    border: 1px solid rgba(0, 0, 0, .1);
    text-align: center;
    width: 100%;
    padding: 0 60px
}

@media (max-width:767px) {
    .coupon-all button {
        padding: 0 20px;
        font-size: 13px;
        height: 60px;
        line-height: 60px
    }
}

.coupon input {
    height: 58px;
    line-height: 58px;
    font-weight: 500;
    font-size: 15px;
    letter-spacing: .03em;
    text-transform: uppercase;
    border: 1px solid #e0e2e3;
    margin-right: 10px
}

@media (max-width:767px) {
    .coupon input {
        height: 60px;
        line-height: 60px;
        font-size: 10px;
        width: 50%;
        padding-left: 20px;
        padding-right: 20px
    }
}

.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
}

.cart-product-name,
.product-price,
.product-quantity,
.product-remove,
.product-subtotal,
.product-thumbnail {
    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: .03em;
    text-transform: uppercase
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    #coupon_code {
        height: 54px
    }
}

@media (max-width:767px) {
    #coupon_code {
        padding: 0 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)
}

@media (max-width:767px) {
    .cart-page-total {
        padding: 30px 15px
    }
}

.cart-page-total>h2 {
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: capitalize
}

.cart-page-total>ul {
    border: 1px solid rgba(6, 7, 40, .1)
}

.cart-page-total>ul>li {
    list-style: none;
    padding: 21px 30px;
    border-bottom: 1px solid rgba(6, 7, 40, .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
}

.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: .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: 0
}

.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 a,
.buttons-cart input,
.coupon input[type=submit],
.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 .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: 0
}

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
}

.checkout-form-list label,
.country-select label {
    color: #6f7172;
    display: block;
    margin: 0 0 5px
}

.checkout-form-list label span.required,
.country-select 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=email],
.checkout-form-list input[type=password],
.checkout-form-list input[type=text] {
    background: #fff;
    border: 1px solid #eaedff;
    border-radius: 0;
    height: 45px;
    padding: 0 0 0 10px;
    width: 100%;
    outline: 0
}

.checkout-form-list input[type=email]:focus,
.checkout-form-list input[type=password]:focus,
.checkout-form-list input[type=text]:focus {
    border-color: var(--tp-common-black)
}

.checkout-form-list input[type=email]::-moz-placeholder,
.checkout-form-list input[type=password]::-moz-placeholder,
.checkout-form-list input[type=text]::-moz-placeholder {
    color: #6f7172;
    opacity: 1
}

.checkout-form-list input[type=email]::placeholder,
.checkout-form-list input[type=password]::placeholder,
.checkout-form-list input[type=text]::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: 0 0;
    border: 0;
    width: 100%
}

.your-order-table table td,
.your-order-table table th {
    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 td,
    .your-order-table table th {
        padding-right: 10px
    }
}

.your-order-table table th {
    border-top: medium none;
    color: #6f7172;
    font-weight: 400;
    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: 0 0 0;
    padding: 0;
    text-transform: uppercase;
    transition: all .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 .3s ease 0s;
    vertical-align: middle;
    white-space: nowrap;
    text-decoration: none
}

.payment-method .card {
    background-color: #fff;
    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: #fff;
    border-bottom: 1px solid #eaedff
}

.order-button-payment button {
    width: 100%
}

.tp-feature-wrap {
    margin-top: -185px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-feature-wrap {
        margin-top: -160px
    }
}

@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-feature-wrap {
        margin-top: 100px
    }
}

.tp-feature-item {
    position: relative;
    padding: 0 15px;
    padding-bottom: 18px
}

.tp-feature-item::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 72%;
    background-color: var(--tp-common-white);
    z-index: -1;
    border-radius: 6px;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-feature-item:hover .tp-feature-thumb img {
    transform: scale(1.2)
}

.tp-feature-thumb {
    margin-bottom: 14px;
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 6px solid var(--tp-common-white)
}

.tp-feature-thumb img {
    border-radius: 50%;
    transition: 1.3s all ease
}

.tp-feature-title {
    font-size: 24px;
    font-weight: 600
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-feature-title {
        font-size: 18px
    }
}

.tp-feature-title span {
    display: inline-block;
    margin-right: 10px;
    transform: translateY(-3px);
    color: var(--tp-theme-1)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-feature-title span svg {
        width: 40px;
        height: 40px
    }
}

.tp-feature-2-left {
    margin-right: -15px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-feature-2-left {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.tp-feature-2-right {
    margin-left: 64px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-feature-2-right {
        margin-left: 0
    }
}

.tp-feature-2-thumb {
    margin-bottom: 30px
}

.tp-feature-2-thumb img {
    border-radius: 12px
}

@media (max-width:767px) {
    .tp-feature-2-thumb img {
        width: 100%
    }
}

.tp-feature-2-list ul li {
    padding-left: 35px;
    font-weight: 600;
    font-size: 20px;
    list-style-type: none;
    position: relative;
    color: var(--tp-common-black)
}

.tp-feature-2-list ul li:not(:last-child) {
    margin-bottom: 13px
}

.tp-feature-2-list ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--tp-theme-1)
}

.tp-feature-2-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tp-feature-3-item {
    padding: 40px 20px;
    border-radius: 12px;
    background: var(--tp-common-white);
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

@media (max-width:767px) {
    .tp-feature-3-item {
        flex-wrap: wrap;
        justify-content: center;
        text-align: center
    }
}

.tp-feature-3-item:hover .tp-feature-3-icon span svg {
    animation: icon-bounce .8s 1
}

.tp-feature-3-icon span {
    height: 120px;
    width: 120px;
    line-height: 117px;
    border-radius: 50%;
    display: inline-block;
    background-color: rgba(86, 139, 7, .08)
}

@media (max-width:767px) {
    .tp-feature-3-icon span {
        margin-bottom: 30px
    }
}

.tp-feature-3-icon span svg {
    transition: all .3s ease-out 0s
}

.tp-feature-3-content span {
    font-size: 16px;
    display: block;
    margin-bottom: 6px
}

.tp-feature-3-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 55px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-feature-3-title {
        font-size: 25px
    }
}

.tp-feature-3-shape {
    position: absolute;
    bottom: 9%;
    left: 8%;
    z-index: -1
}

.tp-feature-3-inner-style .tp-feature-3-title {
    margin-bottom: 0
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-feature-3-inner-style .tp-feature-3-title {
        font-size: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-feature-3-inner-style .tp-feature-3-title {
        font-size: 25px
    }
}

.tp-feature-3-inner-style .tp-feature-3-icon {
    margin-right: 20px;
    flex: 0 0 auto
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-feature-3-inner-style .tp-feature-3-icon span {
        height: 95px;
        width: 95px;
        line-height: 86px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tp-feature-3-inner-style .tp-feature-3-icon span {
        height: 95px;
        width: 95px;
        line-height: 86px;
        margin-bottom: 20px
    }
}

.tp-feature-3-inner-style .tp-feature-3-item {
    padding: 50px 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-feature-3-inner-style .tp-feature-3-item {
        flex-wrap: wrap;
        justify-content: center
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tp-feature-3-inner-style .tp-feature-3-content {
        text-align: center
    }
}

.tp-about-left {
    padding-bottom: 77px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-left {
        margin-bottom: 50px
    }
}

.tp-about-main-thumb img {
    border-radius: 5px
}

@media (max-width:767px) {
    .tp-about-main-thumb img {
        width: 100%
    }
}

.tp-about-thumb-sm {
    position: absolute;
    bottom: 0;
    right: -7%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-about-thumb-sm {
        right: 7%
    }
}

@media (max-width:767px) {
    .tp-about-thumb-sm {
        position: static;
        margin-top: 20px
    }
}

.tp-about-thumb-sm img {
    border-radius: 5px
}

@media (max-width:767px) {
    .tp-about-thumb-sm img {
        width: 100%
    }
}

.tp-about-play-icon {
    position: absolute;
    top: 15%;
    right: 10%;
    z-index: 1
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-about-play-icon {
        right: 21%
    }
}

.tp-about-play-icon a {
    height: 90px;
    width: 90px;
    line-height: 87px;
    text-align: center;
    border-radius: 6px;
    background-color: var(--tp-theme-1);
    display: inline-block;
    color: var(--tp-common-white)
}

.tp-about-play-icon a svg {
    transform: translateX(2px)
}

.tp-about-play-icon a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    transform: scale(1.4);
    animation: tp-pulse-3 1.5s infinite;
    border: 4px solid var(--tp-theme-1)
}

.tp-about-client-box {
    position: absolute;
    bottom: 4%;
    left: 32%;
    height: 180px;
    width: 180px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08);
    background-color: var(--tp-common-white)
}

.tp-about-client-box span {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black);
    display: block;
    margin-bottom: 30px
}

.tp-about-right {
    margin-left: 100px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-right {
        margin-left: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-right {
        margin-left: 0
    }
}

.tp-about-list-box ul li {
    padding-left: 32px;
    position: relative;
    list-style-type: none;
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black)
}

.tp-about-list-box ul li:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-list-box ul li {
        font-size: 17px
    }
}

.tp-about-list-box ul li span {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tp-theme-1)
}

.tp-about-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tp-about-shape-2 {
    position: absolute;
    top: -52%;
    right: 0;
    z-index: -1
}

.tp-about-shape-3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: tpswing-3 3s forwards infinite alternate;
    transform-origin: top left
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-about-shape-3 {
        left: -3%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-about-shape-3 {
        left: auto;
        right: -2%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-about-shape-3 {
        left: auto;
        right: -4%
    }
}

.tp-about-text span {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-theme-1)
}

.tp-about-list-style-2 {
    margin-left: -31px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-list-style-2 {
        margin-left: 0
    }
}

.tp-about-list-style-3 {
    margin-left: 6px
}

@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-about-title-box br {
        display: none
    }
}

.tp-about-discount {
    position: absolute;
    top: 12%;
    right: 7%
}

@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-about-discount {
        display: none
    }
}

.tp-about-discount div {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 116px;
    height: 116px;
    border: 4px solid var(--tp-theme-2);
    background-color: var(--tp-theme-1);
    border-radius: 50%
}

.tp-about-discount div span {
    display: inline-block;
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2;
    color: var(--tp-common-white)
}

.tp-about-2-right {
    margin-left: -48px;
    padding-bottom: 86px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-2-right {
        margin-left: 0;
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .tp-about-2-left .tp-solution-contact-box {
        margin-top: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-about-2-left .tp-solution-contact-box {
        margin-top: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-2-left .tp-about-text p {
        padding-right: 50px
    }

    .tp-about-2-left .tp-about-text p br {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-2-left .tp-about-text span {
        font-size: 17px
    }
}

.tp-about-2-main-thumb {
    border-radius: 12px
}

.tp-about-2-main-thumb img {
    border-radius: 12px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-2-main-thumb img {
        transform: scale(.8)
    }
}

@media (max-width:767px) {
    .tp-about-2-main-thumb img {
        width: 100%
    }
}

.tp-about-2-thumb-sm {
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    overflow: hidden
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-2-thumb-sm {
        right: -3%
    }
}

@media (max-width:767px) {
    .tp-about-2-thumb-sm {
        margin-top: 20px;
        position: static
    }
}

.tp-about-2-thumb-sm img {
    border-radius: 12px;
    transition: 1.3s all ease;
    border: 6px solid var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-2-thumb-sm img {
        transform: scale(.6)
    }
}

@media (max-width:767px) {
    .tp-about-2-thumb-sm img {
        width: 100%
    }
}

.tp-about-2-thumb-sm:hover img {
    transform: scale(1.1)
}

.tp-about-2-shape-1 {
    position: absolute;
    right: -10%;
    top: -12%;
    z-index: -1;
    animation: tpswing-2 .9s forwards infinite alternate;
    transform-origin: bottom left
}

.tp-about-2-inner-style .tp-about-text p {
    padding-right: 80px;
    padding-left: 16px;
    border-left: 2px solid var(--tp-theme-1)
}

@media (max-width:767px) {
    .tp-about-2-inner-style .tp-about-text p {
        padding-right: 0;
        font-size: 16px
    }
}

.tp-about-2-inner-style .tp-about-list-style-2 {
    margin-left: -61px
}

@media (max-width:767px) {
    .tp-about-2-inner-style .tp-about-list-style-2 {
        margin-left: 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-about-3-top-text br {
        display: none
    }
}

.tp-about-3-thumb-box {
    margin-left: 30px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-3-thumb-box {
        margin-left: 0;
        margin-top: 30px
    }
}

@media (max-width:767px) {
    .tp-about-3-thumb {
        margin-bottom: 30px
    }
}

.tp-about-3-thumb img {
    border-radius: 6px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-about-3-thumb img {
        width: 100%
    }
}

.tp-about-3-shape {
    position: absolute;
    top: 50%;
    left: 38%;
    transform: translateY(-50%);
    display: inline-block
}

.tp-about-3-shape img {
    border-radius: 50%;
    border: 4px solid var(--tp-common-white)
}

.tp-about-4-thumb {
    padding-bottom: 185px
}

@media (max-width:767px) {
    .tp-about-4-thumb {
        padding-bottom: 0
    }
}

.tp-about-4-thumb img {
    border-radius: 12px
}

@media (max-width:767px) {
    .tp-about-4-thumb img {
        width: 100%
    }
}

.tp-about-4-thumb-2 {
    position: absolute;
    bottom: 0;
    left: -4.3%;
    border-radius: 6px 6px 0 6px;
    border: 8px solid #fff;
    border-bottom: none
}

.tp-about-4-thumb-2 img {
    border-radius: 6px 6px 0 6px
}

@media (max-width:767px) {
    .tp-about-4-thumb-2 img {
        width: 100%;
        border-radius: 6px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-about-4-thumb-2 {
        left: -6.3%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-about-4-thumb-2 {
        left: .2%
    }
}

@media (max-width:767px) {
    .tp-about-4-thumb-2 {
        position: static;
        margin: 20px 0;
        border: none;
        border-radius: 6px
    }
}

.tp-about-4-thumb-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 8px solid #fff;
    border-radius: 0 0 6px 0
}

.tp-about-4-thumb-3 img {
    border-radius: 0 0 6px 0
}

@media (max-width:767px) {
    .tp-about-4-thumb-3 img {
        width: 100%;
        border-radius: 6px
    }
}

@media (max-width:767px) {
    .tp-about-4-thumb-3 {
        position: static;
        border: none
    }
}

@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-about-4-thumb-box {
        margin-top: 60px
    }
}

.tp-about-4-shape {
    position: absolute;
    top: 11%;
    left: -4%;
    z-index: -1
}

.text-anim {
    background-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 96%;
    background-repeat: no-repeat;
    transition: background-size .4s linear;
    display: inline
}

.text-anim:hover {
    background-size: 0 1px, 100% 1px
}

.text-anim-2 {
    background-image: linear-gradient(#181818, #181818), linear-gradient(#181818, #181818);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 96%;
    background-repeat: no-repeat;
    transition: background-size .4s linear;
    display: inline
}

.text-anim-2:hover {
    background-size: 0 1px, 100% 1px
}

.text-anim-3 {
    background-image: linear-gradient(#8bc03b, #8bc03b), linear-gradient(#8bc03b, #8bc03b);
    background-size: 0 1px, 0 1px;
    background-position: 100% 100%, 0 96%;
    background-repeat: no-repeat;
    transition: background-size .4s linear;
    display: inline
}

.text-anim-3:hover {
    background-size: 0 1px, 100% 1px
}

.tp-service-bg {
    background-color: rgba(86, 139, 7, .08)
}

.tp-service-item:hover .tp-service-thumb img {
    transform: scale(1.2)
}

.tp-service-thumb {
    overflow: hidden;
    border-radius: 12px 12px 0 0
}

.tp-service-thumb img {
    transition: 1.3s all ease;
    border-radius: 12px 12px 0 0
}

.tp-service-content {
    padding: 60px 38px 40px 38px;
    border-radius: 0 0 12px 12px;
    background-color: var(--tp-common-white)
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-service-content {
        padding: 60px 25px 40px 25px
    }
}

.tp-service-content p {
    padding-bottom: 5px
}

.tp-service-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 18px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-service-title {
        font-size: 21px
    }
}

.tp-service-link a {
    font-weight: 700;
    font-size: 18px;
    display: inline-block;
    border-radius: 6px;
    height: 60px;
    line-height: 60px;
    padding: 0 40px;
    width: 100%;
    color: var(--tp-common-black);
    transition: .3s;
    background-color: rgba(86, 139, 7, .08)
}

.tp-service-link a span {
    display: inline-block;
    padding-left: 12px;
    transform: translateY(-1px)
}

.tp-service-link a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-service-icon {
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    text-align: center
}

.tp-service-icon span {
    display: inline-block;
    height: 80px;
    width: 80px;
    border-radius: 50%;
    line-height: 74px;
    text-align: center;
    color: var(--tp-theme-1);
    background-color: var(--tp-theme-2)
}

.tp-service-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50.5%;
    z-index: -2;
    background-color: var(--tp-common-black)
}

.tp-service-2-item .tp-service-link a {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    transition: .3s
}

.tp-service-2-item .tp-service-link a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.tp-service-2-item:hover .tp-service-2-thumb img {
    transform: scale(1.2)
}

.tp-service-2-content {
    padding: 20px 34px
}

.tp-service-2-content p {
    margin-bottom: 30px
}

.tp-service-2-thumb {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid var(--tp-common-white)
}

.tp-service-2-thumb img {
    border-radius: 50%;
    transition: 1.3s all ease
}

.tp-service-2-title {
    margin-bottom: 22px
}

.tp-service-2-title:hover {
    color: var(--tp-theme-1)
}

.tp-service-2-shape-1 {
    position: absolute;
    bottom: -14.5%;
    left: 0;
    z-index: -1
}

.tp-service-3-bg {
    background-color: rgba(86, 139, 7, .08)
}

.tp-service-3-top-text p {
    margin-bottom: 0
}

.pb-20 {
    padding: 10px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-service-3-top-text p br {
        display: none
    }
}

.tp-service-3-icon span svg {
    transition: all .3s ease-out 0s
}

.tp-service-3-item {
    padding: 30px;
    border-radius: 6px;
    background-color: var(--tp-common-white);
    border: 1px solid rgba(24, 24, 24, .1);
    position: relative;
    z-index: 1;
    overflow: hidden
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-service-3-item {
        padding: 30px 15px
    }
}

.tp-service-3-item-shape {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1
}

.tp-service-3-item-shape img {
    transition: all .3s ease-out 0s
}

.tp-service-3-item:hover .tp-service-3-icon span svg {
    animation: icon-bounce .8s 1
}

.tp-service-3-item:hover .tp-service-3-item-shape img {
    animation: tptranslateY2 4s infinite alternate
}

.tp-service-3-content p {
    margin-bottom: 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-service-3-content p {
        font-size: 14px
    }
}

.tp-service-3-content>a {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-service-3-content>a {
        font-size: 15px
    }
}

.tp-service-3-title {
    font-weight: 600;
    font-size: 24px
}

@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-service-3-title {
        font-size: 20px
    }
}

.tp-service-3-title>a {
    transition: .3s
}

.tp-service-3-title>a:hover {
    color: var(--tp-theme-1)
}

.tp-service-3-shape-1 {
    position: absolute;
    bottom: -3%;
    left: 0;
    z-index: -1
}

.tp-service-3-shape-2 {
    position: absolute;
    top: -7%;
    right: 0;
    z-index: -1
}

.tp-service-3-inner-style .tp-service-3-item {
    border: none;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-service-4-item {
    padding: 15px;
    padding-bottom: 22px;
    border-radius: 6px;
    background-color: var(--tp-common-white);
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-service-4-item:hover .tp-service-4-thumb img {
    transform: scale(1.2)
}

.tp-service-4-thumb {
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 6px
}

.tp-service-4-thumb img {
    border-radius: 6px;
    width: 100%;
    transition: 1.3s all ease
}

.tp-service-4-content span {
    display: block;
    margin-bottom: 20px
}

.tp-service-4-title {
    font-size: 24px
}

.tp-service-4-title a {
    transition: .3s
}

.tp-service-4-title a:hover {
    color: var(--tp-theme-1)
}

.tp-service-4-shape {
    position: absolute;
    top: 15%;
    right: -2%
}

.tp-service-5-item {
    border-radius: 12px;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-service-5-thumb img {
    width: 100%;
    border-radius: 12px
}

.tp-service-5-content {
    padding: 40px 20px
}

.tp-service-5-content>a {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black);
    transition: .3s
}

.tp-service-5-content>a:hover {
    color: var(--tp-theme-1)
}

@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-service-5-content p {
        font-size: 15px
    }

    .tp-service-5-content p br {
        display: none
    }
}

.tp-service-5-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 28px
}

.tp-service-5-title a {
    transition: .3s
}

.tp-service-5-title a:hover {
    color: var(--tp-theme-1)
}

.tp-service-5-icon {
    position: absolute;
    right: 20px;
    top: 30px
}

@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-service-5-icon {
        display: none
    }
}

.tp-sv__sidebar-wrapper {
    margin-left: 58px
}

@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-sv__sidebar-wrapper {
        margin-left: 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-sv__sidebar-text p {
        font-size: 15px
    }
}

.tp-sv__sidebar-widget {
    border-radius: 12px;
    background: #fff;
    padding: 50px 45px;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 1;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

@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-sv__sidebar-widget {
        padding: 50px 25px
    }
}

.tp-sv__sidebar-widget.overley {
    position: relative
}

.tp-sv__sidebar-widget.overley::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .7) 0, rgba(0, 0, 0, .7) 100%)
}

.tp-sv__sidebar-widget.overley .tp-contact-form-input-box input,
.tp-sv__sidebar-widget.overley .tp-contact-form-input-box textarea,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box input,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box textarea {
    color: var(--tp-common-white);
    background-color: transparent;
    border: 1px solid rgba(255, 255, 255, .5)
}

.tp-sv__sidebar-widget.overley .tp-contact-form-input-box input::-webkit-input-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-input-box textarea::-webkit-input-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box input::-webkit-input-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.tp-sv__sidebar-widget.overley .tp-contact-form-input-box input::-moz-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-input-box textarea::-moz-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box input::-moz-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box textarea::-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.tp-sv__sidebar-widget.overley .tp-contact-form-input-box input:-moz-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-input-box textarea:-moz-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box input:-moz-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box textarea:-moz-placeholder {
    color: rgba(255, 255, 255, .7)
}

.tp-sv__sidebar-widget.overley .tp-contact-form-input-box input:-ms-input-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-input-box textarea:-ms-input-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box input:-ms-input-placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, .7)
}

.tp-sv__sidebar-widget.overley .tp-contact-form-input-box input::placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-input-box textarea::placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box input::placeholder,
.tp-sv__sidebar-widget.overley .tp-contact-form-textarea-box textarea::placeholder {
    color: rgba(255, 255, 255, .7)
}

.tp-sv__sidebar-widget-content ul li {
    list-style-type: none
}

.tp-sv__sidebar-widget-content ul li:not(:last-child) {
    margin-bottom: 15px;
    border-bottom: 1px solid rgba(24, 24, 24, .1)
}

@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-sv__sidebar-widget-content ul li:not(:last-child) {
        margin-bottom: 10px
    }
}

.tp-sv__sidebar-widget-content ul li:last-child:hover {
    border: none
}

.tp-sv__sidebar-widget-content ul li a {
    font-weight: 600;
    font-size: 20px;
    border-radius: 6px;
    padding: 17px 18px;
    width: 100%;
    display: inline-block;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-sv__sidebar-widget-content ul li a {
        font-size: 16px;
        padding: 14px 18px
    }
}

.tp-sv__sidebar-widget-content ul li a span {
    color: var(--tp-common-black)
}

.tp-sv__sidebar-widget-content ul li:hover {
    border-bottom: 1px solid transparent
}

.tp-sv__sidebar-widget-content ul li:hover a {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-sv__sidebar-widget-content ul li:hover a span {
    color: var(--tp-common-white)
}

.tp-sv__sidebar-widget-content ul li.active a {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-sv__sidebar-widget-content ul li.active a span {
    color: var(--tp-common-white)
}

.tp-sv__sidebar-cv a {
    padding: 15px 20px;
    border-radius: 6px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-sv__sidebar-cv a.black-bg {
    background-color: var(--tp-common-black)
}

.tp-sv__sidebar-title {
    font-weight: 700;
    font-size: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),
md,
(max-width:767px) {
    .tp-sv__sidebar-title {
        font-size: 24px
    }
}

@media (max-width:767px) {
    .tp-sv-details-banner img {
        margin-bottom: 20px
    }
}

.tp-sv-details-top-text p {
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-sv-details-top-text p {
        font-size: 15px
    }
}

@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-sv-details-text p {
        font-size: 15px
    }
}

.tp-sv-details-thumb img {
    width: 100%;
    border-radius: 12px
}

.tp-sv-details-list-box ul li {
    padding-left: 32px;
    position: relative;
    list-style-type: none;
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black)
}

.tp-sv-details-list-box ul li:not(:last-child) {
    margin-bottom: 16px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-sv-details-list-box ul li {
        font-size: 17px
    }
}

@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-sv-details-list-box ul li {
        font-size: 15px
    }
}

.tp-sv-details-list-box ul li span {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tp-theme-1)
}

.tp-sv-details-list-box.sv-list-2 {
    margin-left: 15px
}

@media (max-width:767px) {
    .tp-sv-details-list-box.sv-list-2 {
        margin-left: 0
    }
}

.tp-sv-details-banner img {
    border-radius: 6px;
    width: 100%
}

.tp-sv-details-title {
    font-size: 30px;
    font-weight: 700
}

@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-sv-details-title {
        font-size: 24px
    }
}

.tp-sv-item {
    padding: 40px 20px;
    border-radius: 6px;
    background-color: rgba(86, 139, 7, .08)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-sv-item {
        margin-bottom: 30px
    }
}

.tp-sv-icon span {
    height: 80px;
    width: 80px;
    line-height: 73px;
    display: inline-block;
    border-radius: 50%;
    background-color: var(--tp-theme-1)
}

.tp-sv-title {
    font-weight: 600;
    font-size: 20px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-sv-title {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-sv-title {
        font-size: 13px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-sv-title {
        font-size: 15px
    }
}

.tp-funfact-ptb {
    padding-top: 385px;
    padding-bottom: 65px;
    margin-top: -316px
}

.tp-funfact-plr {
    padding: 0 15px
}

@media (max-width:767px) {
    .tp-funfact-plr {
        padding: 0
    }
}

@media (max-width:767px) {
    .tp-funfact-item {
        display: flex;
        justify-content: center;
        align-items: center
    }
}

.tp-funfact-icon {
    display: block
}

.tp-funfact-icon span {
    width: 150px;
    text-align: center;
    display: inline-block;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 20px;
    color: var(--tp-common-white)
}

.tp-funfact-icon span::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    border-bottom: 4px solid rgba(255, 255, 255, .2)
}

.tp-funfact-number {
    font-size: 44px;
    width: 150px;
    text-align: center;
    padding-bottom: 10px;
    color: var(--tp-common-white)
}

.tp-funfact-number i {
    font-style: normal
}

.tp-funfact-item span {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-funfact-item span {
        font-size: 18px
    }
}

@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-funfact-item span {
        font-size: 17px
    }
}

.tp-funfact-col-2 {
    padding-left: 30px
}

@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-funfact-col-2 {
        padding-left: 0
    }
}

.tp-funfact-col-3 {
    padding-left: 85px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-funfact-col-3 {
        padding-left: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-funfact-col-3 {
        padding-left: 0
    }
}

.tp-funfact-shape {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}

.tp-funfact-style-2 {
    padding: 40px
}

.tp-funfact-style-2 .tp-funfact-icon {
    flex: 0 0 auto;
    margin-right: 20px
}

.tp-funfact-style-2 .tp-funfact-icon span {
    margin-bottom: 0;
    padding-bottom: 0;
    width: auto
}

.tp-funfact-style-2 .tp-funfact-icon span::after {
    display: none
}

@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-funfact-style-2 .tp-funfact-item {
        margin-bottom: 30px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-funfact-style-2 .tp-funfact-item span {
        font-size: 14px
    }
}

.tp-funfact-style-2 .tp-funfact-number {
    width: auto;
    text-align: start
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-funfact-style-2 .tp-funfact-number {
        font-size: 37px;
        padding-bottom: 0
    }
}

.tp-funfact-style-2 .tp-funfact-col-2 {
    margin-left: -14px;
    padding-left: 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-funfact-style-2 .tp-funfact-col-2 {
        padding-left: 0;
        margin-left: 0
    }
}

.tp-funfact-style-2 .tp-funfact-col-3 {
    padding-left: 25px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-funfact-style-2 .tp-funfact-col-3 {
        padding-left: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-funfact-style-2 .tp-funfact-col-3 {
        padding-left: 0
    }
}

.tp-funfact-2-wrap {
    margin-left: 51px
}

@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-funfact-2-wrap {
        margin-left: 0
    }
}

.tp-funfact-2-right {
    margin-top: 100px
}

@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-funfact-2-right {
        margin-top: 0
    }
}

.tp-funfact-2-item {
    border-radius: 6px;
    padding: 50px 20px;
    padding-bottom: 45px;
    background-color: var(--tp-theme-2)
}

.tp-funfact-2-item span {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black);
    transition: .3s
}

@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-funfact-2-item span {
        font-size: 16px
    }
}

.tp-funfact-2-item.tp-funfact-style-border {
    background-color: transparent;
    border: 1px dashed var(--tp-theme-1)
}

.tp-funfact-2-item.tp-funfact-style-border .tp-funfact-2-icon span {
    color: var(--tp-theme-1)
}

.tp-funfact-2-item.tp-funfact-style-border .tp-funfact-2-icon::after {
    background: #578b07;
    opacity: .2
}

.tp-funfact-2-item.tp-funfact-style-border span {
    color: var(--tp-theme-1)
}

.tp-funfact-2-item.tp-funfact-style-border .tp-funfact-2-number {
    color: var(--tp-theme-1)
}

.tp-funfact-2-item.tp-funfact-style-theme {
    background-color: var(--tp-theme-1)
}

.tp-funfact-2-item.tp-funfact-style-theme .tp-funfact-2-icon span {
    color: var(--tp-common-white)
}

.tp-funfact-2-item.tp-funfact-style-theme .tp-funfact-2-icon::after {
    background: #fff;
    opacity: .2
}

.tp-funfact-2-item.tp-funfact-style-theme span {
    color: var(--tp-common-white)
}

.tp-funfact-2-item.tp-funfact-style-theme .tp-funfact-2-number {
    color: var(--tp-common-white)
}

.tp-funfact-2-icon {
    position: relative;
    padding-bottom: 32px;
    margin-bottom: 18px;
    display: inline-block
}

.tp-funfact-2-icon::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    width: 150px;
    height: 4px;
    background: #181818;
    opacity: .2;
    transform: translateX(-50%);
    transition: .3s
}

.tp-funfact-2-icon span {
    color: var(--tp-common-black);
    transition: .3s
}

.tp-funfact-2-number {
    font-weight: 700;
    font-size: 44px;
    margin-bottom: 15px;
    transition: .3s
}

@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-funfact-2-number {
        font-size: 30px
    }
}

.tp-funfact-2-number i {
    font-style: normal
}

.tp-funfact-2-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.tp-funfact-2-style-2 .tp-funfact-2-item {
    transition: .3s
}

.tp-funfact-2-style-2 .tp-funfact-2-item.active {
    background-color: var(--tp-theme-2)
}

.tp-funfact-2-style-2 .tp-funfact-2-item.active .tp-funfact-2-icon span {
    color: var(--tp-common-black)
}

.tp-funfact-2-style-2 .tp-funfact-2-item.active .tp-funfact-2-icon::after {
    background: #181818;
    opacity: .2
}

.tp-funfact-2-style-2 .tp-funfact-2-item.active span {
    color: var(--tp-common-black)
}

.tp-funfact-2-style-2 .tp-funfact-2-item.active .tp-funfact-2-number {
    color: var(--tp-common-black)
}

.tp-choose-ptb {
    padding-top: 290px;
    padding-bottom: 120px
}

@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-ptb {
        padding-top: 120px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-choose-left {
        margin-bottom: 50px
    }
}

.tp-choose-box {
    margin-bottom: 5px
}

.tp-choose-icon {
    margin-right: 10px
}

.tp-choose-icon span {
    font-size: 22px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    color: var(--tp-theme-1);
    background-color: rgba(86, 139, 7, .08)
}

.tp-choose-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 13px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-choose-title {
        font-size: 22px
    }
}

.tp-choose-content {
    padding-top: 10px
}

.tp-choose-text {
    margin-right: 17px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(24, 24, 24, .3)
}

.tp-choose-thumb {
    position: absolute;
    bottom: -2px;
    right: 14.6%;
    animation: tptranslateX2 3.5s infinite alternate
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-choose-thumb {
        right: 12.6%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-choose-thumb {
        right: 6.6%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-choose-thumb {
        right: -1.6%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-choose-thumb {
        right: -10.4%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-choose-thumb {
        position: static;
        padding-top: 40px;
        text-align: center;
        animation: none
    }
}

.tp-choose-shape-1 {
    position: absolute;
    bottom: 0;
    right: -8%;
    z-index: -1;
    animation: tpswing-2 4s forwards infinite alternate;
    transform-origin: bottom right
}

.tp-choose-style-2 {
    background-repeat: no-repeat;
    background-size: cover
}

.tp-choose-style-2 .tp-choose-title {
    font-size: 20px;
    margin-bottom: 20px
}

.tp-choose-style-2 .tp-choose-text {
    border-bottom: none;
    margin-bottom: 25px
}

.tp-choose-style-2 .tp-choose-box {
    margin-bottom: 12px
}

.tp-choose-style-2.tp-choose-inner-style .tp-funfact-style-yellow .tp-funfact-2-icon::after {
    background: var(--tp-common-black)
}

.tp-choose-style-2.tp-choose-inner-style .tp-funfact-style-border {
    border: 1px dashed var(--tp-common-white)
}

.tp-choose-style-2.tp-choose-inner-style .tp-funfact-style-border span {
    color: var(--tp-common-white)
}

.tp-choose-style-2.tp-choose-inner-style .tp-funfact-2-icon::after {
    background: var(--tp-common-white)
}

.tp-choose-style-2.tp-choose-inner-style .tp-funfact-2-icon span {
    color: var(--tp-common-white)
}

.tp-choose-style-2.tp-choose-inner-style .tp-funfact-2-number {
    color: var(--tp-common-white)
}

.tp-choose-2-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 52.3%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-choose-2-thumb {
        width: 46.3%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-choose-2-thumb {
        position: static;
        width: 100%;
        height: 500px;
        margin-bottom: 50px
    }
}

.tp-choose-2-list ul li {
    padding-left: 35px;
    font-weight: 600;
    font-size: 20px;
    list-style-type: none;
    position: relative;
    color: var(--tp-common-white)
}

.tp-choose-2-list ul li:not(:last-child) {
    margin-bottom: 13px
}

.tp-choose-2-list ul li i {
    position: absolute;
    top: 5px;
    left: 0;
    color: var(--tp-theme-1)
}

@media (max-width:767px) {
    .tp-choose-3-thumb {
        margin-bottom: 30px
    }
}

.tp-choose-3-thumb img {
    border-radius: 6px;
    width: 100%
}

.tp-choose-3-thumb-box {
    margin-left: 39px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-choose-3-thumb-box {
        margin-left: 0
    }
}

.tp-choose-3-award {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .tp-choose-3-award {
        display: none
    }
}

.tp-choose-3-shape {
    position: absolute;
    right: 0;
    top: 0;
    animation: tpswing-3 3s forwards infinite alternate;
    transform-origin: top left
}

.tp-choose-4-left {
    margin-right: -4px
}

.tp-choose-4-right {
    margin-left: 51px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-choose-4-right {
        margin-left: 0;
        margin-top: 60px
    }
}

.tp-progress-bar__item {
    padding: 35px 0;
    overflow: hidden;
    padding-bottom: 5px
}

.tp-progress-bar__item label {
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 5px;
    color: var(--tp-common-black);
    font-family: var(--font-family)
}

@media (max-width:767px) {
    .tp-progress-bar__item label {
        font-size: 14px
    }
}

.tp-progress-bar .progress {
    overflow: visible;
    border-radius: 10px;
    background: rgba(86, 139, 7, .08);
    height: 8px
}

.tp-progress-bar .progress-bar {
    position: relative;
    top: 0;
    height: 100%;
    overflow: visible;
    background-color: var(--tp-theme-1);
    border-radius: 30px
}

.tp-progress-bar .progress-bar span {
    position: absolute;
    right: -20px;
    top: -35px;
    transform: translateY(-50%);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%
}

.tp-overley {
    position: relative
}

.tp-overley::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%)
}

.tp-project-ptb {
    padding-top: 97px;
    padding-bottom: 260px
}

.tp-project-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: -1
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-project-bg img {
        height: 450px
    }
}

.tp-project-item {
    overflow: hidden
}

.tp-project-item:hover .tp-project-thumb img {
    transform: scale(1.2)
}

.tp-project-item:hover .tp-project-content {
    transform: perspective(400px) rotateX(0)
}

.tp-project-thumb {
    border-radius: 12px;
    overflow: hidden
}

.tp-project-thumb img {
    width: 100%;
    border-radius: 12px;
    transition: 1.3s all ease
}

.tp-project-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 26px 20px;
    border-radius: 12px;
    margin: 20px;
    background-color: rgba(24, 24, 24, .8);
    transform: perspective(400px) rotateX(-90deg);
    transform-origin: center;
    transition: all .4s ease-in-out
}

@media only screen and (min-width:992px) and (max-width:1199px),
(max-width:767px) {
    .tp-project-content {
        padding: 26px 10px;
        margin: 15px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-project-content {
        padding: 26px 25px;
        margin: 25px
    }
}

.tp-project-content span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
    color: var(--tp-common-white)
}

.tp-project-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-project-title {
        font-size: 21px
    }
}

@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-project-title {
        font-size: 19px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-project-title {
        font-size: 24px
    }
}

.tp-project-arrow a {
    display: inline-block;
    height: 60px;
    width: 60px;
    line-height: 57px;
    border-radius: 50%;
    text-align: center;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-project-arrow a {
        height: 40px;
        width: 40px;
        line-height: 38px
    }
}

.tp-project-shape-1 {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -2;
    animation: zoom-2 5s infinite
}

.tp-project-2-item {
    position: relative;
    overflow: hidden
}

.tp-project-2-item::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(24, 24, 24, .7) 0, rgba(24, 24, 24, .7) 100%);
    -webkit-transform: perspective(400px) rotateX(90deg) scaleY(.5);
    -ms-transform: perspective(400px) rotateX(90deg) scaleY(.5);
    transform: perspective(400px) rotateX(90deg) scaleY(.5);
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .5s;
    transition-property: all
}

.tp-project-2-item:hover::after {
    -webkit-transform: perspective(400px) rotateX(0) scaleY(1);
    -ms-transform: perspective(400px) rotateX(0) scaleY(1);
    transform: perspective(400px) rotateX(0) scaleY(1);
    transition-delay: .1s;
    transition-timing-function: ease-in-out;
    transition-duration: .7s;
    transition-property: all
}

.tp-project-2-item:hover .tp-project-2-content {
    visibility: visible;
    transform: translateY(-75%);
    transition-delay: .5s;
    opacity: 1
}

.tp-project-2-item:hover .tp-project-2-button {
    visibility: visible;
    transform: translateY(0);
    transition-delay: .5s;
    opacity: 1
}

.tp-project-2-thumb img {
    width: 100%
}

.tp-project-2-content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    z-index: 2;
    text-align: center;
    transform: translateY(-160px);
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease, background-color .5s ease;
    transition-delay: 0s, 0s, 0s, 0s;
    visibility: hidden;
    opacity: 0
}

.tp-project-2-content span {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 10px;
    color: var(--tp-common-white)
}

.tp-project-2-button {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 33%;
    text-align: center;
    z-index: 2;
    transform: translateY(100%);
    transition: opacity .5s ease, visibility .5s ease, transform .5s ease;
    transition-delay: 0s, 0s, 0s;
    visibility: hidden;
    opacity: 0
}

.tp-project-2-title {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 50px;
    color: var(--tp-common-white)
}

.tp-project-3-filter button {
    margin: 0 12px;
    font-weight: 400;
    font-size: 16px;
    border-radius: 6px;
    padding: 10px 20px;
    color: var(--tp-common-black);
    border: 1px solid rgba(24, 24, 24, .1);
    background: rgba(87, 139, 7, .08);
    transition: .3s
}

@media (max-width:767px) {
    .tp-project-3-filter button {
        margin-bottom: 15px
    }
}

.tp-project-3-filter button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-project-3-filter button.active {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-project-3-item {
    border-radius: 12px;
    background-color: var(--tp-common-white);
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-project-3-item:hover .tp-project-3-thumb img {
    transform: scale(1.2)
}

.tp-project-3-item:hover .tp-project-3-thumb::after {
    -webkit-animation: shine 1s;
    animation: shine 1s
}

.tp-project-3-thumb {
    position: relative;
    overflow: hidden;
    border-radius: 12px 12px 0 0
}

.tp-project-3-thumb img {
    width: 100%;
    transition: 1.3s all ease;
    border-radius: 12px 12px 0 0
}

.tp-project-3-thumb::after {
    position: absolute;
    top: 0;
    left: -80%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
    z-index: 1
}

.tp-project-3-title {
    font-weight: 600;
    font-size: 24px
}

.tp-project-3-title a {
    transition: .3s
}

.tp-project-3-title a:hover {
    color: var(--tp-theme-1)
}

.tp-project-3-content {
    padding: 30px 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-project-3-content p {
        font-size: 15px
    }
}

.tp-project__sidebar-wrap {
    margin-right: 58px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-project__sidebar-wrap {
        margin-right: 30px
    }
}

@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-project__sidebar-wrap {
        margin-right: 0
    }
}

.tp-project__sidebar-contact ul li {
    position: relative;
    list-style-type: none;
    padding: 27px 0
}

@media (max-width:767px) {
    .tp-project__sidebar-contact ul li {
        margin: 20px 0
    }
}

.tp-project__sidebar-contact ul li:not(:last-child) {
    border-bottom: 1px solid rgba(24, 24, 24, .1)
}

.tp-project__sidebar-contact ul li:last-child {
    padding-bottom: 0
}

.tp-project__sidebar-contact .tp-contact-2-icon {
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .tp-project__sidebar-contact .tp-contact-2-icon {
        margin-bottom: -15px
    }
}

.tp-project__sidebar-contact .tp-contact-2-icon span {
    color: var(--tp-theme-1);
    background-color: rgba(86, 139, 7, .08)
}

.tp-project__sidebar-contact .tp-contact-2-text span {
    font-size: 16px;
    font-weight: 400;
    display: block;
    color: var(--tp-body-text)
}

.tp-project__sidebar-contact .tp-contact-2-text a {
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-project__sidebar-contact .tp-contact-2-text a {
        font-size: 17px
    }
}

.tp-project-details-item {
    border-radius: 6px;
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-project-details-content {
    padding: 25px 20px
}

.tp-project-details-content span {
    font-size: 16px
}

.tp-project-details-thumb img {
    width: 100%;
    border-radius: 6px 6px 0 0
}

.tp-project-details-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 5px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-project-details-title {
        font-size: 17px
    }
}

@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-project-details-text p {
        font-size: 14px
    }
}

.tp-project-wrap .custom-col-1 {
    width: 28.7%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-project-wrap .custom-col-1 {
        width: 50%
    }
}

@media (max-width:767px) {
    .tp-project-wrap .custom-col-1 {
        width: 100%
    }
}

.tp-project-wrap .custom-col-2 {
    width: 42%
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-project-wrap .custom-col-2 {
        width: 50%
    }
}

@media (max-width:767px) {
    .tp-project-wrap .custom-col-2 {
        width: 100%
    }
}

.tp-team-item {
    background: var(--tp-common-white);
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-team-item:hover .tp-team-thumb img {
    transform: scale(1.2)
}

@media (max-width:767px) {
    .tp-team-top-text {
        margin-top: 20px
    }
}

.tp-team-top-text p {
    margin-bottom: 0;
    margin-left: 40px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-team-top-text p {
        margin-left: 0;
        font-size: 14px
    }
}

.tp-team-thumb-box {
    padding: 25px 15px;
    padding-bottom: 40px;
    border-radius: 6px 6px 0 0;
    background-color: rgba(86, 139, 7, .08)
}

.tp-team-thumb {
    overflow: hidden;
    border-radius: 50%;
    display: inline-block;
    border: 4px solid var(--tp-common-white)
}

.tp-team-thumb img {
    border-radius: 50%;
    transition: 1.3s all ease
}

.tp-team-content {
    padding: 40px 20px;
    padding-bottom: 26px;
    border-radius: 0 0 6px 6px
}

.tp-team-content span {
    font-size: 16px
}

.tp-team-title {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 10px
}

.tp-team-social {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    text-align: center
}

.tp-team-social a {
    width: 40px;
    height: 40px;
    line-height: 36px;
    border-radius: 4px;
    display: inline-block;
    margin: 0 3px;
    transition: .3s;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-team-social a:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-2)
}

.tp-team-2-wrap .tp-team-content {
    transition: .3s;
    border-radius: 0 0 6px 6px;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-team-2-wrap .tp-team-social a {
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white);
    box-shadow: 5px 15px 45px 0 rgba(7, 95, 51, .1)
}

.tp-team-2-wrap .tp-team-social a:hover {
    color: var(--tp-common-black);
    background-color: var(--tp-theme-2)
}

.tp-team-2-wrap .tp-team-content {
    position: relative
}

.tp-team-2-wrap .tp-team-content span {
    transition: .3s
}

.tp-team-2-wrap .tp-team-content::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    height: 0%;
    width: 100%;
    background-color: var(--tp-theme-1);
    z-index: -1;
    transition: .4s
}

.tp-team-2-item {
    position: relative;
    z-index: 2;
    background-color: var(--tp-common-white)
}

.tp-team-2-item:hover .tp-team-content::after {
    height: 100%
}

.tp-team-2-item:hover .tp-team-content span {
    color: var(--tp-common-white)
}

.tp-team-2-item:hover .tp-team-title {
    color: var(--tp-common-white)
}

.tp-team-2-item:hover .tp-team-2-thumb img {
    transform: scale(1.2)
}

.tp-team-2-thumb {
    overflow: hidden;
    border-radius: 6px 6px 0 0
}

.tp-team-2-thumb img {
    transition: 1.2s;
    border-radius: 6px 6px 0 0;
    width: 100%
}

.tp-team-2-shape {
    position: absolute;
    bottom: -4%;
    left: -2%
}

@media (max-width:767px) {
    .tp-team-2-title-box p {
        font-size: 14px
    }

    .tp-team-2-title-box p br {
        display: none
    }
}

.tp-team-3-item {
    padding: 20px;
    padding-bottom: 30px;
    border-radius: 12px
}

.tp-team-3-item:hover .tp-team-3-thumb img {
    transform: scale(1.2)
}

.tp-team-3-item .tp-team-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 20px;
    padding-bottom: 7px;
    background-color: rgba(86, 139, 7, .8)
}

.tp-team-3-item .tp-team-content span {
    color: var(--tp-common-white)
}

.tp-team-3-item .tp-team-social {
    position: static
}

.tp-team-3-item .tp-team-social a {
    color: var(--tp-theme-1);
    background-color: var(--tp-common-white)
}

.tp-team-3-item .tp-team-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-team-3-item .tp-team-title {
    margin-bottom: 5px;
    color: var(--tp-common-white)
}

.tp-team-3-thumb {
    overflow: hidden;
    border-radius: 6px
}

.tp-team-3-thumb img {
    width: 100%;
    border-radius: 6px;
    transition: 1.3s all ease
}

.tp-team-details-wrap .tp-progress-bar__wrapper {
    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-team-details-text p {
        font-size: 15px
    }
}

.tp-team-details-right {
    margin-left: -5px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-team-details-right {
        margin-left: 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-team-details-thumb {
        margin-bottom: 50px
    }
}

.tp-team-details-thumb img {
    border-radius: 12px
}

.tp-team-details-title {
    font-weight: 700;
    font-size: 44px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-team-details-title {
        font-size: 39px
    }
}

@media (max-width:767px) {
    .tp-team-details-title {
        font-size: 34px
    }
}

.tp-team-details-subtitle {
    font-size: 16px
}

.tp-team-details-social a {
    height: 50px;
    width: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    color: var(--tp-theme-1);
    margin-right: 12px;
    border: 1px solid rgba(86, 139, 7, .07)
}

.tp-team-details-social a:hover {
    background-color: rgba(86, 139, 7, .08)
}

.tp-team-details-funfact-item {
    padding: 22px 30px;
    padding-bottom: 20px;
    border-radius: 6px;
    background: rgba(87, 139, 7, .08);
    border: 1px solid rgba(24, 24, 24, .1)
}

@media (max-width:767px) {
    .tp-team-details-funfact-item {
        margin-bottom: 20px
    }
}

.tp-team-details-funfact-icon {
    margin-right: 20px
}

.tp-team-details-funfact-text h5 {
    font-weight: 700;
    font-size: 30px
}

.tp-team-details-funfact-text h5 i {
    font-style: normal;
    padding-bottom: 7px;
    display: inline-block;
    border-bottom: 4px solid var(--tp-theme-1)
}

.tp-team-details-shape {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.tp-cta-wrap {
    margin-top: -140px;
    padding: 18px 50px;
    border-radius: 24px;
    box-shadow: 0 81px 100px 0 rgba(24, 24, 24, .1)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-cta-wrap {
        padding: 46px 17px
    }
}

@media (max-width:767px) {
    .tp-cta-wrap {
        padding: 46px 17px;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .tp-cta-left {
        flex-wrap: wrap
    }
}

.tp-cta-thumb {
    border-radius: 50%;
    display: inline-block;
    flex: 0 0 auto;
    margin-right: 25px;
    border: 4px solid var(--tp-common-white)
}

.tp-cta-thumb img {
    border-radius: 50%
}

.tp-cta-title {
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-cta-title {
        font-size: 25px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-cta-title {
        font-size: 23px
    }
}

.tp-cta-content {
    width: 575px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-cta-content {
        width: 450px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-cta-content {
        width: 330px
    }
}

@media (max-width:767px) {
    .tp-cta-content {
        width: 100%;
        margin: 25px 0
    }
}

.tp-cta-content p {
    margin-bottom: 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-content p {
        font-size: 15px
    }
}

@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-style-2 .tp-cta-wrap {
        margin-top: 150px
    }
}

.tp-solution-bg {
    background-color: rgba(86, 139, 7, .08)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-solution-left {
        margin-bottom: 70px
    }
}

.tp-solution-icon span {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 43px;
    display: inline-block;
    margin-right: 10px;
    text-align: center;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-solution-title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px
}

.tp-solution-icon-content {
    padding-top: 10px
}

.tp-solution-icon-content p {
    margin-bottom: 0
}

.tp-solution-contact-icon span {
    display: inline-block;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    line-height: 53px;
    text-align: center;
    margin-right: 10px;
    color: var(--tp-theme-1);
    border: 1px solid rgba(86, 139, 7, .5);
    background-color: var(--tp-common-white)
}

.tp-solution-contact-content i {
    font-style: normal;
    display: block;
    margin-bottom: 5px
}

.tp-solution-contact-content span {
    font-weight: 600;
    font-size: 20px;
    display: block;
    color: var(--tp-common-black)
}

.tp-solution-thumb-box {
    padding-bottom: 80px
}

.tp-solution-thumb-2 {
    position: absolute;
    bottom: 0;
    left: 8.5%;
    border-radius: 12px;
    overflow: hidden;
    border: 6px solid var(--tp-common-white)
}

@media (max-width:767px) {
    .tp-solution-thumb-2 {
        position: static;
        margin-top: 20px
    }
}

.tp-solution-thumb-2 img {
    border-radius: 12px;
    transition: 1.3s all ease
}

@media (max-width:767px) {
    .tp-solution-thumb-2 img {
        width: 100%
    }
}

.tp-solution-thumb-2:hover img {
    transform: scale(1.1)
}

.tp-solution-thumb {
    display: inline-block;
    overflow: hidden;
    border-radius: 12px
}

.tp-solution-thumb:hover img {
    transform: scale(1.1)
}

.tp-solution-thumb img {
    border-radius: 12px;
    transition: 1.3s all ease
}

@media (max-width:767px) {
    .tp-solution-button-box .tp-btn-theme {
        margin-bottom: 20px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-solution-button-box .tp-btn-theme {
        margin-bottom: 0
    }
}

.tp-solution-award {
    position: absolute;
    top: 49%;
    left: -16%;
    z-index: 1
}

.tp-solution-shape {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    animation: zoom-2 3s infinite
}

.tp-testimonial-item {
    padding: 30px;
    border-radius: 12px;
    border: 1px solid rgba(24, 24, 24, .1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-testimonial-author-info p {
        font-size: 14px
    }
}

.tp-testimonial-avatar {
    position: relative;
    display: inline-block;
    margin-bottom: 25px
}

.tp-testimonial-avatar img {
    border-radius: 50%
}

.tp-testimonial-quote {
    position: absolute;
    top: 50%;
    right: -24px;
    transform: translateY(-50%)
}

.tp-testimonial-quote span {
    display: inline-block;
    height: 58px;
    width: 58px;
    line-height: 50px;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    border: 2px solid var(--tp-common-white)
}

.tp-testimonial-title {
    font-weight: 600;
    font-size: 24px;
    padding-bottom: 10px
}

.tp-testimonial-title span {
    font-weight: 400;
    font-size: 16px;
    color: #505050
}

.tp-testimonial-ratting i {
    font-size: 19px;
    color: var(--tp-theme-2)
}

.tp-testimonial-ratting i.color {
    opacity: .4
}

.tp-testimonial-active {
    margin: -20px;
    padding: 20px
}

.tp-testimonial-style-2 .tp-testimonial-item {
    border: none;
    box-shadow: 0 16px 20px rgba(1, 16, 61, .1)
}

.tp-testimonial-style-2 .tp-testimonial-author-info span {
    font-size: 16px;
    display: block
}

.tp-testimonial-style-2 .tp-testimonial-title {
    position: relative;
    display: inline-block;
    margin-bottom: 7px
}

.tp-testimonial-style-2 .tp-testimonial-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    height: 1px;
    width: 100px;
    text-align: center;
    background-color: var(--tp-theme-1);
    margin: 0 auto
}

.tp-testimonial-inner-style .tp-testimonial-item {
    box-shadow: none;
    background-color: var(--tp-common-white)
}

.tp-testimonial-2-bg {
    background-repeat: no-repeat;
    background-size: cover
}

.tp-testimonial-2-bg .tp-testimonial-avatar {
    margin-bottom: 15px
}

.tp-testimonial-2-bg .tp-testimonial-avatar img {
    border-radius: 50%;
    height: 120px;
    width: 120px;
    border: 4px solid var(--tp-common-white)
}

.tp-testimonial-2-bg .tp-testimonial-quote {
    position: static;
    transform: translateY(0)
}

.tp-testimonial-2-bg .tp-testimonial-author-info p {
    margin: 0 20px;
    margin-bottom: 20px
}

@media (max-width:767px) {
    .tp-testimonial-2-bg .tp-testimonial-author-info p {
        font-size: 14px
    }
}

.tp-testimonial-2-shape-1 {
    position: absolute;
    top: 11%;
    left: 5%;
    animation: tpswing-3 2s forwards infinite alternate;
    transform-origin: bottom left
}

.tp-testimonial-2-shape-2 {
    position: absolute;
    bottom: 0;
    right: 0;
    animation: tpswing-3 3s forwards infinite alternate;
    transform-origin: bottom right
}

.tp-testimonial-3-active .swiper-slide {
    padding: 15px
}

.tp-faq-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.tp-faq-wrap {
    margin-right: 82px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-faq-wrap {
        margin-right: 40px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-faq-wrap {
        margin-right: 0;
        margin-bottom: 60px
    }
}

.tp-contact-wrap {
    margin-left: -21px;
    padding: 45px 40px;
    padding-bottom: 40px;
    border-radius: 12px;
    backdrop-filter: blur(25px);
    background-color: rgba(24, 24, 24, .3)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-contact-wrap {
        margin-left: 0
    }
}

@media (max-width:767px) {
    .tp-contact-wrap {
        margin-left: 0;
        padding: 45px 20px
    }
}

.tp-contact-wrap>span {
    display: inline-block;
    padding-bottom: 25px;
    color: var(--tp-common-white)
}

@media (max-width:767px) {
    .tp-contact-wrap .tp-section-title {
        font-size: 28px
    }
}

.tp-contact-title {
    font-weight: 600;
    font-size: 30px;
    padding-bottom: 10px;
    color: var(--tp-common-white)
}

.tp-contact-icon {
    position: absolute;
    top: 5px;
    left: 0;
    height: 50px;
    width: 50px;
    line-height: 49px;
    text-align: center;
    display: inline-block;
    color: var(--tp-theme-1);
    border-right: 1px solid rgba(24, 24, 24, .1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-icon {
        top: 0
    }
}

.tp-contact-input-box input {
    color: var(--tp-common-black);
    border: 1px solid transparent
}

.tp-contact-input-box input:focus {
    border-color: var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-input-box input {
        height: 50px;
        line-height: 50px
    }
}

.tp-contact-social>a {
    font-size: 18px;
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 50%;
    color: var(--tp-theme-1);
    border: 1px solid rgba(24, 24, 24, .1);
    transition: .3s
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-contact-social>a {
        font-size: 14px
    }
}

.tp-contact-social>a:not(:last-child) {
    margin-right: 13px
}

.tp-contact-social>a:hover {
    color: var(--tp-theme-2)
}

.tp-contact-shape-1 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1
}

.tp-contact-shape-2 {
    position: absolute;
    bottom: 7%;
    right: 7%;
    z-index: -1
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-contact-shape-2 {
        right: -5%
    }
}

.tp-contact-2-wrap {
    margin-top: -100px;
    position: relative
}

.tp-contact-2-wrap::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    z-index: -1;
    background-color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-2-wrap::after {
        opacity: 0
    }
}

.tp-contact-2-box {
    position: relative
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-2-box {
        margin-bottom: 20px
    }
}

.tp-contact-2-box::after {
    position: absolute;
    content: "";
    top: 50%;
    right: -53px;
    height: 100px;
    width: 1px;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, .2)
}

.tp-contact-2-box.location::after {
    display: none
}

.tp-contact-2-left {
    margin-right: 56px;
    border-radius: 12px;
    border: 4px solid var(--tp-common-white)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-2-left {
        margin-right: 0;
        margin-bottom: 30px
    }
}

.tp-contact-2-left-content {
    position: relative;
    z-index: 1;
    padding: 30px 15px;
    padding-bottom: 12px;
    border-radius: 6px;
    height: 191px;
    background-color: var(--tp-theme-2)
}

.tp-contact-2-left-content h5 {
    font-weight: 700;
    font-size: 20px;
    display: block;
    line-height: 1.8;
    margin-top: 20px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-contact-2-left-content h5 {
        font-size: 15px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-contact-2-left-content h5 {
        font-size: 12px
    }
}

.tp-contact-2-right {
    margin-left: -58px;
    border-radius: 9px;
    border: 4px solid #fff
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-2-right {
        margin-left: 0;
        margin-bottom: 80px
    }
}

.tp-contact-2-right-content {
    padding: 58px 40px;
    border-radius: 6px;
    background-color: var(--tp-theme-1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-2-right-content {
        flex-wrap: wrap
    }
}

.tp-contact-2-icon {
    position: absolute;
    top: 4px;
    left: 0
}

@media (max-width:767px) {
    .tp-contact-2-icon {
        position: static;
        margin-bottom: 15px
    }
}

.tp-contact-2-icon span {
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    line-height: 43px;
    text-align: center;
    border: 1px dashed var(--tp-common-white)
}

.tp-contact-2-text {
    padding-left: 70px
}

@media (max-width:767px) {
    .tp-contact-2-text {
        padding-left: 0
    }
}

.tp-contact-2-text span {
    display: block;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 15px;
    color: var(--tp-common-white)
}

.tp-contact-2-text a {
    display: block;
    font-size: 16px;
    color: var(--tp-common-white)
}

.tp-contact-2-style-2 {
    border-radius: 6px;
    padding: 52px 40px
}

.tp-contact-2-style-2 .tp-contact-2-right-content {
    background-color: transparent
}

.tp-contact-2-style-2 .tp-contact-2-icon span {
    color: var(--tp-theme-1);
    border: 1px dashed var(--tp-theme-1)
}

.tp-contact-2-style-2 .tp-contact-2-text a,
.tp-contact-2-style-2 .tp-contact-2-text span {
    color: var(--tp-common-black)
}

.tp-contact-2-style-2 .tp-contact-2-right {
    border: none;
    margin-left: -40px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-contact-2-style-2 .tp-contact-2-right {
        margin-left: -89px
    }
}

@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-2-style-2 .tp-contact-2-right {
        margin-left: 0;
        margin-bottom: 0
    }
}

.tp-contact-2-style-2 .tp-contact-2-right-content {
    padding: 0
}

.tp-contact-2-style-2 .tp-contact-2-box::after {
    right: -29px;
    background-color: rgba(80, 80, 80, .2)
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-2-style-2 .tp-contact-2-box::after {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-3-text p br {
        display: none
    }
}

.tp-contact-style-3.tp-contact-2-style-2 {
    padding: 100px 0;
    border-radius: 0
}

.tp-contact-style-3 .tp-contact-2-icon {
    top: 50%;
    transform: translateY(-50%)
}

@media (max-width:767px) {
    .tp-contact-style-3 .tp-contact-2-icon {
        transform: translateY(0)
    }
}

.tp-contact-style-3 .tp-contact-2-icon span {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

.tp-contact-style-3 .tp-contact-2-box::after {
    display: none
}

.tp-contact-style-3 .tp-contact-2-text>span {
    margin-bottom: 11px;
    font-size: 16px;
    color: var(--tp-text-body)
}

.tp-contact-style-3 .tp-contact-2-text a {
    font-weight: 700;
    font-size: 24px;
    display: inline-block
}

.tp-contact-style-3 .tp-contact-title {
    color: var(--tp-common-black)
}

.tp-contact-style-3 .tp-contact-wrap {
    margin-left: -22px;
    border-radius: 12px;
    background-color: var(--tp-common-white);
    border: 1px solid rgba(24, 24, 24, .1)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-style-3 .tp-contact-wrap {
        margin-left: 0;
        margin-top: 50px
    }
}

.tp-contact-style-3 .tp-contact-wrap>span {
    color: var(--tp-text-body)
}

.tp-contact-style-3 .tp-contact-input-box input {
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-contact-style-3 .tp-contact-input-box input:focus {
    border-color: var(--tp-theme-1)
}

.tp-contact-style-3 .tp-contact-input-box span {
    color: var(--tp-theme-1)
}

.tp-contact-inner-style .tp-contact-2-box {
    padding: 54px 30px;
    border-radius: 12px;
    background: rgba(87, 139, 7, .08);
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-contact-inner-style .tp-contact-2-icon {
    left: 30px
}

@media (max-width:767px) {
    .tp-contact-inner-style .tp-contact-2-icon {
        position: absolute;
        transform: translateY(-50%)
    }
}

.tp-contact-inner-style .tp-contact-2-icon span {
    height: 80px;
    width: 80px;
    line-height: 74px
}

.tp-contact-inner-style .tp-contact-2-icon span svg {
    height: 26px;
    width: 26px
}

.tp-contact-inner-style .tp-contact-2-text {
    padding-left: 100px
}

.tp-contact-inner-style .tp-contact-2-text a {
    display: inline-block;
    line-height: 35px;
    transition: .3s
}

@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-contact-inner-style .tp-contact-2-text a {
        font-size: 19px;
        display: block
    }

    .tp-contact-inner-style .tp-contact-2-text a br {
        display: none
    }
}

.tp-contact-inner-style .tp-contact-2-text a:hover {
    color: var(--tp-theme-1)
}

.tp-contact-inner-style .tp-contact-wrap {
    margin-left: 5px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-contact-inner-style .tp-contact-wrap {
        margin-left: 0
    }
}

.tp-map-box {
    line-height: 0
}

.tp-map-box iframe {
    height: 650px;
    width: 100%
}

@media only screen and (min-width:1400px) and (max-width:1599px),
only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-map-box iframe {
        height: 550px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px) {
    .tp-map-box iframe {
        height: 450px
    }
}

@media (max-width:767px) {
    .tp-map-box iframe {
        height: 400px
    }
}

.tp-contact-form-input-box input {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    border-radius: 6px;
    color: var(--tp-common-black);
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-contact-form-textarea-box textarea {
    height: 172px;
    padding: 20px;
    border-radius: 6px;
    color: var(--tp-common-black);
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-contact-form-textarea-box textarea:focus {
    border: 1px solid var(--tp-theme-1)
}

.tp-sign-up-wrapper .tp-contact-wrap {
    padding: 55px 40px;
    padding-bottom: 60px;
    margin: 0 21px;
    background-color: transparent;
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

@media (max-width:767px) {
    .tp-sign-up-wrapper .tp-contact-wrap {
        padding: 55px 20px;
        margin: 0
    }
}

.tp-sign-up-wrapper .tp-contact-input-box input {
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-sign-up-option input {
    display: none
}

.tp-sign-up-option input:checked~label::after {
    background-color: var(--tp-theme-1);
    border-color: var(--tp-theme-1)
}

.tp-sign-up-option input:checked~label::before {
    visibility: visible;
    opacity: 1
}

.tp-sign-up-option label {
    font-size: 16px;
    position: relative;
    padding-left: 30px;
    z-index: 1
}

@media (max-width:767px) {
    .tp-sign-up-option label {
        font-size: 13px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-sign-up-option label {
        font-size: 15px
    }
}

.tp-sign-up-option label::after {
    position: absolute;
    content: "";
    top: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border-radius: 3px;
    z-index: -1;
    transition: .3s;
    border: 1px solid var(--tp-theme-1)
}

.tp-sign-up-option label::before {
    position: absolute;
    content: "\f00c";
    top: -1px;
    left: 4px;
    font-size: 11px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: .3s;
    font-family: "Font Awesome 5 Pro"
}

.tp-sign-up-option label a:hover {
    color: var(--tp-theme-2)
}

.tp-sign-up-option label:hover {
    cursor: pointer
}

.tp-sign-up-option-item a {
    width: 100%;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    border: 1px solid rgba(24, 24, 24, .1);
    font-size: 18px;
    font-weight: 700
}

.tp-sign-up-option-item a span {
    display: inline-block;
    margin-right: 5px
}

.tp-sign-up-mail {
    position: relative
}

.tp-sign-up-mail::after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 15px;
    width: 100%;
    height: 1px;
    background-color: rgba(24, 24, 24, .1);
    z-index: -1
}

.tp-sign-up-mail p {
    font-size: 16px;
    font-weight: 400;
    padding: 0 7px;
    position: relative;
    display: inline-block;
    margin-bottom: 0;
    background-color: var(--tp-common-white)
}

.tp-login-area .tp-contact-wrap {
    padding: 0;
    margin: 0;
    margin-left: 50px;
    background-color: transparent;
    box-shadow: none
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-login-area .tp-contact-wrap {
        margin-left: 0;
        margin-top: 70px
    }
}

.tp-login-area .tp-sign-up-option-item a {
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08);
    border: none
}

.tp-login-forgot {
    text-align: center
}

.tp-login-forgot span {
    font-weight: 400;
    font-size: 16px
}

.tp-login-forgot a {
    font-weight: 700;
    font-size: 18px;
    color: var(--tp-common-black)
}

.tp-login-forgot a.forget {
    display: block
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-newsletter-title-box {
        margin-bottom: 30px
    }
}

.tp-newsletter-input-box {
    margin-left: 16px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-newsletter-input-box {
        margin-left: 0
    }
}

.tp-newsletter-input-box input {
    height: 70px;
    line-height: 70px;
    padding-left: 30px;
    padding-right: 240px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-newsletter-input-box input {
        height: 60px;
        line-height: 60px
    }
}

@media (max-width:767px) {
    .tp-newsletter-input-box input {
        height: 60px;
        line-height: 60px;
        padding-right: 185px
    }
}

.tp-newsletter-input-box button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translateY(-50%)
}

.tp-company-icon-box span {
    display: inline-block;
    margin-bottom: 25px
}

.tp-company-title-sm {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3
}

@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-company-title-sm {
        font-size: 20px
    }
}

.tp-company-text p {
    margin-right: 60px
}

.tp-company-col-2 {
    margin-left: -35px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-company-col-2 {
        margin-left: -20px
    }
}

@media (max-width:767px) {
    .tp-company-col-2 {
        margin-left: 0
    }
}

.tp-company-col-3 {
    margin-left: -26px
}

@media (max-width:767px) {
    .tp-company-col-3 {
        margin-left: 0
    }
}

.tp-company-right {
    padding-bottom: 5px
}

.tp-company-thumb {
    overflow: hidden
}

.tp-company-thumb img {
    border-radius: 6px
}

.tp-company-award-box {
    position: relative
}

.tp-company-award-box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    z-index: -1;
    background-color: var(--tp-common-white)
}

.tp-company-award-box {
    position: absolute;
    bottom: 3%;
    left: -3%;
    border-radius: 6px;
    display: inline-block;
    z-index: 2;
    animation: jumpTwo 3s infinite linear
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-company-award-box {
        left: -7%
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-company-award-box {
        left: 12%
    }
}

.tp-company-award-box span {
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--tp-common-black)
}

.tp-company-award-box b {
    display: block;
    font-size: 30px;
    margin-bottom: 18px;
    margin-top: 20px;
    color: var(--tp-common-black)
}

.tp-company-award {
    padding: 30px;
    margin: 5px;
    border-radius: 6px;
    background-color: var(--tp-theme-2)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-company-left {
        margin-bottom: 70px
    }
}

.tp-video-bg {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1
}

.tp-video-bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    opacity: 80%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%)
}

.tp-video-title {
    font-size: 44px;
    color: #fff;
    line-height: 1.4
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-video-title br {
        display: none
    }
}

@media (max-width:767px) {
    .tp-video-title {
        font-size: 30px
    }

    .tp-video-title br {
        display: none
    }
}

.tp-video-play-icon {
    position: relative;
    display: inline-block
}

.tp-video-play-icon>a {
    height: 90px;
    width: 90px;
    line-height: 87px;
    text-align: center;
    border-radius: 6px;
    background-color: var(--tp-theme-1);
    display: inline-block;
    color: var(--tp-common-white)
}

@media (max-width:767px) {
    .tp-video-play-icon>a {
        height: 60px;
        width: 60px;
        line-height: 57px
    }
}

.tp-video-play-icon>a svg {
    transform: translateX(2px)
}

.tp-video-play-icon>a::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 6px;
    transform: scale(1.4);
    animation: tp-pulse-3 1.5s infinite;
    border: 4px solid var(--tp-theme-1)
}

@media (max-width:767px) {
    .tp-video-play-icon>a::after {
        border: 2px solid var(--tp-theme-1)
    }
}

.tp-video-2-wrap {
    padding: 40px;
    border-radius: 12px;
    background-color: var(--tp-common-white);
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-video-2-wrap .tp-video-play-icon {
    position: static
}

.tp-video-2-wrap .tp-video-play-icon a {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    right: 0;
    text-align: center;
    margin: 0 auto;
    z-index: 1
}

.tp-video-2-thumb {
    margin-right: 23px;
    position: relative;
    border-radius: 12px;
    display: inline-flex
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-video-2-thumb {
        margin-right: 0;
        margin-bottom: 50px
    }
}

.tp-video-2-thumb::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 12px;
    background: linear-gradient(180deg, rgba(0, 0, 0, .5) 0, rgba(0, 0, 0, .5) 100%)
}

.tp-video-2-thumb img {
    border-radius: 12px;
    width: 100%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-video-2-thumb img {
        height: 400px
    }
}

.tp-video-2-list-box ul li {
    padding-left: 32px;
    position: relative;
    list-style-type: none;
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black)
}

.tp-video-2-list-box ul li:not(:last-child) {
    margin-bottom: 16px
}

.tp-video-2-list-box ul li span {
    position: absolute;
    top: 0;
    left: 0;
    color: var(--tp-theme-1)
}

.tp-video-2-right {
    margin-left: 32px
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-video-2-right {
        margin-left: 0
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-video-2-text p {
        font-size: 16px
    }
}

@media (max-width:767px) {
    .tp-pricing-title-box p br {
        display: none
    }
}

.tp-pricing-item {
    padding: 50px 40px;
    padding-bottom: 40px;
    border-radius: 12px;
    background: rgba(86, 139, 7, .08);
    border: 1px solid rgba(24, 24, 24, .08)
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-pricing-item {
        padding: 50px 20px;
        padding-bottom: 40px
    }
}

.tp-pricing-item.active {
    background-color: var(--tp-theme-1)
}

.tp-pricing-item.active .tp-pricing-head span {
    color: var(--tp-common-white)
}

.tp-pricing-item.active .tp-pricing-tag {
    color: var(--tp-common-white)
}

.tp-pricing-item.active .tp-pricing-price {
    color: var(--tp-common-white)
}

.tp-pricing-item.active .tp-pricing-list ul li {
    color: var(--tp-common-white)
}

.tp-pricing-item.active .tp-pricing-list ul li i {
    color: var(--tp-common-white)
}

.tp-pricing-top-text {
    margin-left: 60px
}

@media (max-width:767px) {
    .tp-pricing-top-text {
        margin-left: 0;
        margin-top: 20px
    }
}

.tp-pricing-top-text p {
    margin-bottom: 0
}

.tp-pricing-head span {
    font-size: 16px
}

.tp-pricing-tag {
    font-weight: 600;
    font-size: 30px;
    margin-bottom: 12px
}

.tp-pricing-price {
    font-weight: 600;
    font-size: 40px;
    color: var(--tp-theme-1);
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(23, 23, 23, .1)
}

.tp-pricing-price span {
    font-size: 16px
}

.tp-pricing-list ul li {
    position: relative;
    list-style-type: none;
    padding-left: 35px
}

.tp-pricing-list ul li:not(:last-child) {
    margin-bottom: 14px
}

.tp-pricing-list ul li i {
    position: absolute;
    top: 6px;
    left: 0;
    color: var(--tp-theme-1)
}

.tp-pricing-shape {
    position: absolute;
    top: 7%;
    right: 9%
}

.tp-pricing-tab-button span {
    font-weight: 400;
    font-size: 18px;
    color: #505050;
    margin: 0 10px
}

.tp-pricing-switch-btn {
    width: 80px;
    height: 36px;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    cursor: pointer;
    background-color: var(--tp-common-black)
}

.tp-pricing-switch-btn .nav-link {
    width: 26px;
    height: 26px;
    padding: 0;
    margin: 5px;
    border-radius: 50%;
    border: none;
    transition: transform .2s ease-in-out
}

.tp-pricing-switch-btn .nav-link.active {
    background-color: var(--tp-theme-1)
}

.tp-product-item {
    padding: 40px 20px;
    border-radius: 6px;
    padding-bottom: 30px;
    background: var(--tp-common-white);
    box-shadow: 5px 15px 45px 0 rgba(35, 34, 39, .08)
}

.tp-product-thumb {
    display: inline-block;
    border-radius: 50%
}

.tp-product-thumb img {
    border-radius: 50%
}

.tp-product-title {
    font-size: 24px;
    font-weight: 600
}

.tp-product-title a {
    transition: .3s
}

.tp-product-title a:hover {
    color: var(--tp-theme-1)
}

.tp-product-content span {
    font-size: 16px;
    color: var(--tp-theme-1)
}

.tp-product-item-2 {
    box-shadow: 5px 15px 40px 0 rgba(5, 13, 54, .05)
}

.tp-product-item-2:hover .tp-product-thumb-2 img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1)
}

.tp-product-item-2:hover .tp-product-action-2 {
    right: 20px;
    visibility: visible;
    opacity: 1
}

.tp-product-content-2 {
    padding: 10px 20px 20px 20px
}

.tp-product-button {
    line-height: 0
}

.tp-product-thumb-2 {
    overflow: hidden;
    border-radius: 6px 6px 0 0
}

.tp-product-thumb-2 img {
    width: 100%;
    transition: .7s;
    border-radius: 6px 6px 0 0
}

.tp-product-action-2 {
    position: absolute;
    right: -20px;
    top: 20px;
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: .4s
}

@media (max-width:767px) {
    .tp-product-action-2 {
        top: 30px
    }
}

.tp-product-action-blackStyle .tp-product-action-btn-2:hover {
    background-color: var(--tp-common-black)
}

.tp-product-action-primaryStyle .tp-product-action-btn-3:hover {
    background-color: var(--tp-theme-1)
}

.tp-product-action-btn-2 {
    position: relative;
    display: inline-block;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 18px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    border-bottom: 0;
    box-shadow: 0 1px 2px rgba(1, 15, 28, .2);
    border-radius: 50%;
    margin-bottom: 6px
}

.tp-product-action-btn-2 svg {
    -webkit-transform: translateY(-1px);
    -moz-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    -o-transform: translateY(-1px);
    transform: translateY(-1px)
}

.tp-product-action-btn-2:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.tp-product-action-btn-2:hover .tp-product-tooltip {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(-8px) translateY(-50%);
    -moz-transform: translateX(-8px) translateY(-50%);
    -ms-transform: translateX(-8px) translateY(-50%);
    -o-transform: translateX(-8px) translateY(-50%);
    transform: translateX(-8px) translateY(-50%)
}

.tp-product-tag-2 span {
    font-weight: 400;
    font-size: 16px;
    text-decoration: underline;
    color: var(--tp-theme-1)
}

.tp-product-title-2 {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 7px
}

.tp-product-title-2:hover {
    color: var(--tp-theme-1)
}

.tp-product-price-2.new-price {
    font-weight: 600;
    font-size: 18px
}

.tp-product-tooltip {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-weight: 500;
    font-size: 12px;
    right: 100%;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 4px 6px;
    border-radius: 4px;
    visibility: hidden;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -moz-transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -ms-transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    -o-transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24);
    transition: opacity .3s ease, visibility .3s ease, transform .3s cubic-bezier(.71, 1.7, .77, 1.24), -webkit-transform .3s cubic-bezier(.71, 1.7, .77, 1.24)
}

.tp-product-tooltip::before {
    position: absolute;
    content: "";
    right: -4px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 0;
    height: 0;
    left: auto;
    border-right: 0;
    border-top: 8px solid transparent;
    border-left: 8px solid var(--tp-common-black);
    border-bottom: 8px solid transparent
}

.tp-product__text {
    margin-right: 20px
}

.tp-product__text span {
    font-weight: 600;
    font-size: 18px;
    color: var(--tp-theme-1)
}

.tp-product__left-text span {
    font-weight: 600;
    font-size: 18px
}

.tp-product__left-text span b {
    font-weight: 600;
    color: var(--tp-theme-1)
}

.tp-product__filter .nice-select {
    background-color: rgba(86, 139, 7, .08);
    border-radius: 6px;
    font-size: 16px;
    color: var(--tp-theme-1);
    height: 50px;
    line-height: 48px;
    padding: 0 25px;
    width: 140px;
    font-weight: 500;
    border: none;
    float: none
}

.tp-product__filter .nice-select.open::after {
    transform: translateY(-45%) rotate(-180deg)
}

.tp-product__filter .nice-select .option.selected {
    font-weight: 700;
    color: var(--tp-common-black)
}

.tp-product__filter .nice-select::after {
    border: none;
    background-color: transparent;
    transform: translateY(-50%);
    margin-top: 0;
    right: 25px;
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    transform-origin: center;
    color: var(--tp-theme-1);
    height: auto;
    width: auto;
    font-size: 18px;
    font-weight: 400
}

.tp-product__filter .nice-select ul {
    padding: 25px;
    width: 100%;
    box-shadow: rgba(149, 157, 165, .2) 0 8px 24px;
    border-radius: 0
}

.tp-product__filter .nice-select ul li {
    color: #77829d;
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 16px;
    padding: 0
}

.tp-product__filter .nice-select ul li:last-child {
    margin-bottom: 0
}

.tp-product__filter .nice-select .option {
    line-height: 1;
    min-height: 0
}

.tp-product__filter .nice-select.open ul {
    opacity: 1;
    visibility: visible
}

.tp-product__input {
    position: relative
}

.tp-product__input input {
    padding: 0 30px;
    padding-right: 80px;
    width: 100%;
    height: 60px;
    line-height: 60px;
    transition: .3s;
    border: 1px solid #e6e9e9
}

.tp-product__input input:focus {
    border: 1px solid var(--tp-theme-1)
}

.tp-shop-details__wrapper {
    margin-right: -30px
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-shop-details__wrapper {
        margin-right: -20px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-shop-details__wrapper {
        margin-right: 0;
        margin-bottom: 60px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-shop-details__tab-big-img img {
        width: 100%
    }
}

.tp-shop-details__tab-big-img img {
    border-radius: 12px
}

.tp-shop-details__tab-btn-box button {
    display: inline-block;
    border: 1px solid transparent;
    border-radius: 6px
}

.tp-shop-details__tab-btn-box button:not(:last-child) {
    margin-right: 20px
}

@media (max-width:767px) {
    .tp-shop-details__tab-btn-box button:not(:last-child) {
        margin-right: 10px
    }
}

@media (max-width:767px) {
    .tp-shop-details__tab-btn-box button {
        margin-bottom: 20px
    }
}

.tp-shop-details__tab-btn-box button img {
    width: 150px;
    height: 150px;
    border-radius: 6px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-shop-details__tab-btn-box button img {
        width: 130px;
        height: 130px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-shop-details__tab-btn-box button img {
        width: 100px;
        height: 100px
    }
}

@media (max-width:767px) {
    .tp-shop-details__tab-btn-box button img {
        width: 80px;
        height: 80px
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-shop-details__tab-btn-box button img {
        width: 120px;
        height: 120px
    }
}

.tp-shop-details__tab-btn-box button.active {
    border: 1px solid var(--tp-theme-1)
}

.tp-shop-details__ratting i {
    color: #fed000
}

.tp-shop-details__ratting span {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black)
}

.tp-shop-details__color i {
    font-style: normal;
    display: inline-block;
    margin-right: 15px
}

.tp-shop-details__color span {
    height: 45px;
    width: 45px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 15px;
    background-color: var(--tp-theme-1);
    cursor: pointer
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-shop-details__color span {
        height: 30px;
        width: 30px
    }
}

.tp-shop-details__color span.tia {
    background-color: var(--tp-theme-1)
}

.tp-shop-details__color span.black {
    background-color: var(--tp-common-black)
}

.tp-shop-details__color span.yellow {
    background-color: #fed000
}

.tp-shop-details__color span.ass {
    background-color: #505050
}

.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 {
    border-radius: 12px;
    width: 133px;
    height: 50px;
    position: relative;
    margin-right: 30px;
    background-color: rgba(24, 24, 24, .08)
}

@media (max-width:767px) {
    .tp-shop-details__quantity {
        margin-bottom: 30px
    }
}

.tp-shop-details__quantity input {
    font-weight: 700;
    font-size: 30px;
    border: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 0 50px;
    background-color: transparent;
    color: var(--tp-common-black)
}

.tp-shop-details__quantity .tp-cart-minus {
    position: absolute;
    top: 50%;
    left: 5px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    font-weight: 600
}

.tp-shop-details__quantity .tp-cart-plus {
    position: absolute;
    top: 50%;
    right: 5px;
    border-radius: 6px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    transform: translateY(-50%);
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    font-weight: 600
}

.tp-shop-details__btn {
    line-height: 0
}

@media (max-width:767px) {
    .tp-shop-details__btn {
        margin-bottom: 30px
    }
}

.tp-shop-details__btn .tp-btn-theme {
    width: 340px;
    display: block
}

.tp-shop-details__right-wrap {
    margin-left: 75px
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-shop-details__right-wrap {
        margin-left: 40px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-shop-details__right-wrap {
        margin-left: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-shop-details__right-wrap {
        margin-bottom: 50px;
        margin-left: 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-shop-details__right-wrap .tp-section-title {
        font-size: 33px
    }
}

.tp-shop-details__title-sm {
    font-weight: 500;
    font-size: 28px;
    color: var(--tp-common-black);
    padding-bottom: 15px
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-shop-details__title-sm br {
        display: none
    }
}

.tp-shop-details__text {
    margin-bottom: 50px
}

.tp-shop-details__text-2 p {
    color: rgba(80, 80, 80, .7)
}

@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-shop-details__text-2 p {
        font-size: 14px
    }
}

.tp-shop-details__price span {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-theme-1)
}

@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-shop-details__price span {
        font-size: 18px
    }
}

.tp-shop-details__price del {
    font-size: 16px;
    font-weight: 400;
    display: inline-block;
    margin-right: 10px
}

.tp-shop-details__product-info>span {
    font-weight: 600;
    font-size: 20px;
    text-decoration: underline;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-shop-details__product-info>span {
        font-size: 18px
    }
}

.tp-shop-details__product-info ul li {
    list-style-type: none
}

.tp-shop-details__product-info ul li>span {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-shop-details__product-info ul li>span {
        font-size: 18px
    }
}

.tp-shop-details__social span {
    display: inline-block;
    margin-right: 14px
}

.tp-shop-details__social a {
    height: 40px;
    width: 40px;
    line-height: 40px;
    display: inline-block;
    font-size: 16px;
    transition: .3s;
    margin-right: 8px;
    border-radius: 50%;
    text-align: center;
    color: var(--tp-common-black);
    background-color: rgba(86, 139, 7, .08)
}

.tp-shop-details__social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1)
}

@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-btn {
    border: none
}

.pro-details-nav-btn li {
    position: relative;
    color: var(--tp-common-black);
    margin: 0 25px
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .pro-details-nav-btn li {
        margin: 0 15px
    }
}

.pro-details-nav-btn li button span {
    position: relative;
    z-index: 9;
    font-weight: 600;
    font-size: 18px
}

.pro-details-nav-btn li button::before {
    content: "";
    height: 2px;
    width: 100%;
    bottom: 20%;
    left: 0;
    background: var(--tp-theme-1);
    position: absolute;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    border-radius: 5px
}

.pro-details-nav-btn li button.active::before {
    opacity: 1;
    visibility: visible
}

@media (max-width:767px) {
    .pro-details-nav-btn li {
        font-size: 16px
    }
}

.pro-details-nav-btn li .nav-links {
    padding: 20px 0;
    border-radius: 5px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .pro-details-nav-btn li .nav-links {
        padding: 10px 20px
    }
}

.pro-details-nav-btn li .nav-links.active {
    color: var(--tp-theme-1)
}

.tab-para p {
    font-size: 16px;
    line-height: 30px
}

@media only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tab-para p {
        font-size: 14px
    }

    .tab-para p br {
        display: none
    }
}

.comments-box {
    margin-bottom: 50px
}

.user-rating ul li {
    display: inline-block;
    color: #ffdc60
}

.comments-text p,
.comments-text span {
    font-size: 14px;
    color: #777;
    line-height: 26px
}

.comment-title p {
    color: #777;
    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;
    resize: none
}

.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;
    font-size: 18px
}

@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-widget-categories-item input:checked~label::before {
    opacity: 1;
    visibility: visible
}

.tp-shop-widget-categories-item input:checked~label::after {
    background-color: var(--tp-common-purple);
    border-color: var(--tp-common-purple)
}

.tp-product-sidebar {
    margin-right: 28px
}

@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-product-sidebar {
        margin-right: 0
    }
}

.tp-product-widget {
    padding: 45px 35px;
    border-radius: 12px;
    background-color: rgba(86, 139, 7, .08)
}

@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-product-widget {
        padding: 45px 20px
    }
}

.tp-product-widget .sidebar__search-input-2 input {
    background-color: var(--tp-common-white)
}

.tp-product-widget-filter {
    position: relative
}

.tp-product-widget-filter .ui-widget.ui-widget-content {
    height: 3px;
    border: 0;
    background-color: var(--tp-theme-1)
}

.tp-product-widget-filter .ui-slider-horizontal .ui-slider-range {
    background-color: #ddd;
    position: absolute
}

.tp-product-widget-filter .ui-slider .ui-slider-handle {
    top: -8px;
    width: 20px;
    height: 20px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 50%;
    background-color: var(--tp-common-black);
    position: absolute;
    display: inline-block
}

.tp-product-widget-filter .ui-slider .ui-slider-handle::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 0;
    right: 0;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    background-color: var(--tp-common-white);
    transform: translateY(-50%)
}

.tp-product-widget-filter-info i {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    display: inline-block;
    margin-right: 10px
}

.tp-product-widget-filter-info .input-range input {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--tp-common-black);
    padding: 0;
    border: 0;
    font-weight: 600;
    font-size: 20px;
    color: #181818
}

.tp-product-widget-filter-info .tp-product-widget-filter-btn {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-1);
    padding: 10px 15px;
    margin-right: 15px
}

.tp-product-widget-filter-info .tp-product-widget-filter-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black)
}

.tp-product-widget-category ul li {
    list-style: none;
    width: 100%
}

.tp-product-widget-category ul li:not(:last-child) {
    border-bottom: 1px solid rgba(24, 24, 24, .2)
}

.tp-product-widget-category ul li:last-child a {
    padding-bottom: 0
}

.tp-product-widget-category ul li a {
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0
}

.tp-product-widget-category ul li a:hover {
    color: var(--tp-theme-1)
}

.tp-product-widget-category ul li a i {
    color: var(--tp-theme-1)
}

.tp-product-widget-color span {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 14px;
    margin-bottom: 13px;
    display: inline-block;
    cursor: pointer
}

@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-product-widget-color span {
        margin-bottom: 0
    }
}

.tp-product-widget-color span.red {
    background-color: #fe5b00
}

.tp-product-widget-color span.tia {
    background-color: var(--tp-theme-1)
}

.tp-product-widget-color span.yellow {
    background-color: #fed000
}

.tp-product-widget-color span.yellow-2 {
    background-color: #fdb103
}

.tp-product-widget-color span.yellow-3 {
    background-color: #fe5b00
}

.tp-product-widget-color span.black {
    background-color: var(--tp-common-black)
}

.tp-product-widget-color span.ass {
    background-color: #505050
}

.tp-product-widget-color span.grey {
    background-color: #d9d9d9
}

.tp-order-info-list-highlight-item span {
    display: block
}

.tp-order-info-list-highlight-item span input {
    display: none
}

.tp-order-info-list-highlight-item span input:checked~label::before {
    opacity: 1;
    visibility: visible
}

.tp-order-info-list-highlight-item span label {
    font-weight: 600;
    font-size: 20px;
    color: #181818;
    padding-left: 27px;
    position: relative
}

.tp-order-info-list-highlight-item span label:hover {
    cursor: pointer
}

.tp-order-info-list-highlight-item span label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--tp-theme-1);
    transition: .3s
}

.tp-order-info-list-highlight-item span label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

.tp-product-widget-rating span {
    display: block
}

.tp-product-widget-rating span input {
    display: none
}

.tp-product-widget-rating span input:checked~label::before {
    opacity: 1;
    visibility: visible
}

.tp-product-widget-rating span label {
    position: relative;
    padding-left: 27px
}

.tp-product-widget-rating span label>i {
    color: #fed000
}

.tp-product-widget-rating span label>i.color {
    color: rgba(254, 207, 0, .4)
}

.tp-product-widget-rating span label:hover {
    cursor: pointer
}

.tp-product-widget-rating span label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--tp-theme-1);
    transition: .3s
}

.tp-product-widget-rating span label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    visibility: hidden;
    opacity: 0;
    transition: .3s
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-product-widget-filter-info {
        width: 300px
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-product-sidebar {
        margin-bottom: 60px
    }
}

.tp-decorate-left {
    padding-left: 75px;
    margin-bottom: 80px
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-decorate-left {
        margin-bottom: 120px
    }
}

@media (max-width:767px) {
    .tp-decorate-left {
        padding-left: 0
    }
}

.tp-decorate-thumb {
    overflow: hidden;
    display: inline-block;
    border-radius: 12px
}

.tp-decorate-thumb img {
    border-radius: 12px;
    transition: 1.3s all ease
}

.tp-decorate-thumb:hover img {
    transform: scale(1.1)
}

.tp-decorate-thumb-sm {
    position: absolute;
    bottom: -65px;
    left: 0;
    z-index: 1;
    animation: tptranslateX2 2s infinite alternate
}

@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-decorate-thumb-sm {
        animation: none
    }
}

@media (max-width:767px) {
    .tp-decorate-thumb-sm {
        position: static;
        margin-top: 20px;
        text-align: center;
        animation: none
    }
}

.tp-decorate-thumb-sm img {
    border-radius: 45%
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-decorate-thumb-sm img {
        transform: scale(.8)
    }
}

.tp-shine {
    position: relative
}

.tp-shine::after {
    background: rgba(255, 255, 255, .3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    pointer-events: none
}

.tp-shine:hover::after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all .4s linear;
    transition: all .4s linear
}

.tp-work-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

.tp-work-bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, .8) 0, rgba(0, 0, 0, .8) 100%)
}

.tp-work-icon {
    width: 214px;
    height: 200px;
    display: inline-block;
    background-repeat: no-repeat;
    background-size: cover
}

.tp-work-icon>span {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    transform: translateY(-50%)
}

.tp-work-title {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-white)
}

.tp-work-content p {
    color: var(--tp-common-white)
}

.tp-work-number {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center
}

.tp-work-number span {
    display: inline-block;
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50%;
    color: var(--tp-common-black);
    background-color: var(--tp-theme-2)
}

.tp-brand-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 50px 0
}

.tp-brand-style-2.tp-brand-bg {
    position: relative
}

.tp-brand-style-2.tp-brand-bg::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(180deg, rgba(24, 24, 24, .6) 0, rgba(24, 24, 24, .6) 100%)
}

.tp-hero-height {
    height: 850px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-height {
        height: 800px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-height {
        height: 750px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-height {
        height: 700px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-height {
        height: 650px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-height {
        height: 100%;
        flex-wrap: wrap
    }
}

@media (max-width:767px) {
    .tp-hero-height {
        height: 100%;
        flex-wrap: wrap
    }
}

.tp-hero-thumb {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 46.25%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-thumb {
        width: 41.25%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-thumb {
        width: 48.25%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-hero-thumb {
        position: static;
        width: 100%;
        height: 100%
    }
}

.tp-hero-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.tp-hero-thumb-2 {
    position: absolute;
    right: -22.2%;
    bottom: -2%;
    z-index: -1
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-thumb-2 {
        right: -29.2%
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-thumb-2 {
        right: -38.2%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px),
only screen and (min-width:992px) and (max-width:1199px),
only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-hero-thumb-2 {
        display: none
    }
}

.tp-hero-title {
    font-size: 74px;
    line-height: 1.35;
    margin-bottom: 29px
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-hero-title {
        font-size: 67px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-title {
        font-size: 64px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-title {
        font-size: 60px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-title {
        font-size: 60px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-title {
        font-size: 50px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-title {
        font-size: 60px
    }
}

@media (max-width:767px) {
    .tp-hero-title {
        font-size: 40px
    }
}

.tp-hero-content {
    padding-left: 91px
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-content {
        padding-left: 30px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-content {
        padding-top: 130px;
        padding-bottom: 50px;
        padding-left: 0
    }
}

@media (max-width:767px) {
    .tp-hero-content {
        padding-top: 90px;
        padding-bottom: 50px;
        padding-left: 0
    }
}

.tp-hero-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 48px;
    color: var(--tp-common-black)
}

@media only screen and (min-width:1700px) and (max-width:1800px) {
    .tp-hero-content p {
        padding-right: 90px
    }
}

@media only screen and (min-width:1600px) and (max-width:1700px) {
    .tp-hero-content p {
        padding-right: 90px
    }
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-content p {
        padding-right: 90px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-content p {
        font-size: 16px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-content p {
        font-size: 16px;
        padding-right: 90px
    }
}

@media (max-width:767px) {
    .tp-hero-content p {
        font-size: 16px;
        margin-bottom: 25px
    }
}

.tp-hero-2-bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-2-bg .tp-slider-title {
        font-size: 64px
    }
}

.tp-hero-2-content {
    padding-top: 212px;
    padding-bottom: 202px
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-2-content {
        padding-top: 180px
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-2-content {
        padding: 170px 0
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-2-content {
        padding: 150px 0
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-2-content {
        padding: 140px 0
    }
}

@media (max-width:767px) {
    .tp-hero-2-content {
        padding: 120px 0
    }
}

@media only screen and (min-width:576px) and (max-width:767px) {
    .tp-hero-2-content {
        padding: 135px 0
    }
}

.tp-hero-2-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 36px;
    margin-right: 60px;
    padding-bottom: 52px;
    color: var(--tp-common-white)
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-2-content p {
        font-size: 16px
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-2-content p {
        font-size: 16px;
        margin-right: 65px
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .tp-hero-2-content p {
        font-size: 16px;
        margin-right: 95px
    }
}

@media (max-width:767px) {
    .tp-hero-2-content p {
        font-size: 16px;
        margin: 0
    }
}

.tp-hero-2-thumb {
    position: absolute;
    bottom: -3%;
    right: 0;
    z-index: 2;
    -webkit-animation-name: float-bob-y;
    animation-name: float-bob-y;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear
}

@media only screen and (min-width:1400px) and (max-width:1599px) {
    .tp-hero-2-thumb {
        right: -13%
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-2-thumb {
        bottom: -14%;
        right: -16%
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-2-thumb {
        bottom: -18%;
        right: -26%
    }
}

@media only screen and (min-width:768px) and (max-width:991px),
(max-width:767px) {
    .tp-hero-2-thumb {
        display: none
    }
}

@media only screen and (min-width:1200px) and (max-width:1399px) {
    .tp-hero-2-thumb img {
        transform: scale(.8)
    }
}

@media only screen and (min-width:992px) and (max-width:1199px) {
    .tp-hero-2-thumb img {
        transform: scale(.7)
    }
}

.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%
}

@media (max-width:767px) {
    .tp-checkout-verify-reveal {
        padding: 40px 15px
    }
}

.tp-checkout-verify-reveal button {
    color: var(--tp-theme-1);
    position: relative
}

.tp-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-theme-1)
}

.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;
    font-size: 14px
}

.tp-checkout-input label span {
    color: red
}

.tp-checkout-input input,
.tp-checkout-input textarea {
    width: 100%;
    background: #fff;
    color: var(--tp-common-black);
    height: 50px;
    line-height: 50px;
    border-radius: 6px;
    padding: 0 20px;
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-checkout-input input:focus,
.tp-checkout-input textarea:focus {
    border-color: var(--tp-theme-1)
}

.tp-checkout-input textarea {
    height: 200px;
    resize: none;
    font-size: 14px;
    padding: 15px 25px;
    line-height: 28px
}

.tp-checkout-input .nice-select {
    height: 50px;
    line-height: 50px;
    border-radius: 0;
    border: 0;
    float: none;
    padding: 0 25px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-checkout-input .nice-select::after {
    right: 26px
}

.tp-checkout-input .nice-select.open .list {
    -webkit-transform: scale(1) translateY(0);
    -moz-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    -o-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
    border-radius: 6px;
    border: 1px solid rgba(24, 24, 24, .1)
}

.tp-checkout-input .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    transform-origin: center center;
    -webkit-transform: scale(.9) translateY(0);
    -moz-transform: scale(.9) translateY(0);
    -ms-transform: scale(.9) translateY(0);
    -o-transform: scale(.9) translateY(0);
    transform: scale(.9) translateY(0);
    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-1);
    border-color: var(--tp-theme-1)
}

.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: 5px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(6, 7, 40, .2);
    z-index: -1;
    transition: .3s
}

.tp-checkout-option label::before {
    position: absolute;
    content: "\f00c";
    top: -1px;
    left: 5px;
    font-size: 11px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: .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: rgba(86, 139, 7, .08)
}

@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:1200px) and (max-width:1399px) {
    .tp-checkout-place {
        padding: 35px 40px
    }
}

@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) {
    .tp-checkout-place {
        margin-top: 50px
    }
}

@media (max-width:767px) {
    .tp-checkout-place {
        margin-top: 50px;
        padding-left: 15px;
        padding-right: 15px
    }
}

.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    margin-bottom: 40px
}

.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: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--tp-theme-1);
    transition: .3s
}

.tp-checkout-payment-item label::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 10px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    visibility: hidden;
    opacity: 0;
    transition: .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: rgba(86, 139, 7, .08)
}

@media (max-width:767px) {
    .tp-return-customer {
        padding: 40px 15px
    }
}

.tp-return-customer-input {
    margin-bottom: 20px
}

.tp-return-customer-input label {
    font-weight: 500;
    color: var(--tp-common-black);
    padding-bottom: 10px;
    font-size: 14px
}

.tp-return-customer-input label span {
    color: red
}

.tp-return-customer-input input {
    width: 100%;
    background: #fff;
    height: 50px;
    line-height: 50px;
    transition: .3s;
    padding: 0 20px;
    border-radius: 6px;
    border: 1px solid rgba(24, 24, 24, .1);
    color: var(--tp-common-black)
}

.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-1);
    border-color: var(--tp-theme-1)
}

.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: 6px;
    left: 0;
    width: 18px;
    height: 18px;
    line-height: 16px;
    text-align: center;
    border: 1px solid rgba(6, 7, 40, .2);
    z-index: -1;
    transition: .3s
}

.tp-return-customer-remeber label::before {
    position: absolute;
    content: "\f00c";
    top: 0;
    left: 5px;
    font-size: 10px;
    text-align: center;
    visibility: hidden;
    opacity: 0;
    color: var(--tp-common-white);
    transition: .3s;
    font-family: "Font Awesome 5 Pro"
}

.tp-return-customer-remeber label a:hover {
    color: var(--tp-common-orange)
}

.tp-return-customer-remeber label:hover {
    cursor: pointer
}

.tp-return-customer-forgot a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-theme-1);
    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, .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: 500;
    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: 7px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid var(--tp-theme-1);
    transition: .3s
}

.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
    position: absolute;
    content: "";
    right: 4px;
    top: 11px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-1);
    visibility: hidden;
    opacity: 0;
    transition: .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: 0 30px 70px rgba(1, 15, 28, .1)
}

.tp-checkout-place {
    background-color: var(--tp-grey-1)
}

@media (max-width:767px) {
    .tp-error-content .tp-section-title {
        font-size: 30px
    }

    .tp-copyright-text p {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .tp-copyright-text .new-line {
        display: block
    }
}

@media only screen and (min-width:400px) and (max-width:575px) {
    .tp-error-content .tp-section-title {
        font-size: 30px
    }
}

.links {
    list-style-type: none
}