/*-----------------------------------------------------------------------------------

    Template Name: KindAid - Charity & Nonprofit HTML Template
    Author: AQLOVA
    Support: basictheme400@gmail.com
    Description: KindAid - Charity & Nonprofit HTML Template
    Version: 1.0

-----------------------------------------------------------------------------------

/************ TABLE OF CONTENTS ***************

	-----------------
    01. THEME CSS
	-----------------
		1.1 Common Classes
		1.2 Default Spacing
		1.3 Theme setting

	-----------------
    02. COMPONENTS css
	-----------------
		2.1 Animations
		2.2 Background
		2.3 Back to top
		2.4 Breadcrumb
		2.5 Buttons
		2.6 Nice Select
		2.7 offcanvas
		2.8 pagination
		2.9 Preloader
		2.10 Range Slider css start
		2.11 Search css start
		2.12 Section Title

	-----------------
    03. HEADER CSS
	-----------------
		3.1 Header Style 1


    ---------------------------------
	04. MENU CSS
	---------------------------------
		4.1 Main menu css
		4.2 Sidemenu

	---------------------------------
	05. BLOG CSS
	---------------------------------
		5.1 Postbox css
		5.2 Postbox css

	---------------------------------
	06. FOOTER CSS
	---------------------------------
		6.1 Footer Style


	---------------------------------
	07. PAGES CSS
	---------------------------------
		7.1 about css start
		7.2 brand css start
		7.3 brand css start
		7.4 causes css start
		7.5 checkout CSS
		7.6 chose css start
		7.7 contact css start
		7.8 cta css start
		7.9 events css start
		7.10 fact css start
		7.11 faq css start
		7.12 gallery css start
		7.13 Hero css start
		7.14 join css start
		7.15 mission css start
		7.16 product css start
		7.17 service css start
		7.18 step css start
		7.19 team css start
		7.20 testimonal css start

**********************************************/
/*----------------------------------------*/
/*  1.1 Theme Default
/*----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet');
@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        -ms-transform: translateY(20px);
        transform: translateY(20px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

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

/* transform */
:root {
    /**
  @font family declaration
  */
    --tp-ff-body: "Montserrat", sans-serif;
    --tp-ff-heading: "Libre Baskerville", serif;
    --tp-ff-p: "Montserrat", sans-serif;
    --tp-ff-fontawesome: "Font Awesome 6 Pro";
    /**
  @color declaration
  */
    --tp-common-white: #fcf8ec;
    --tp-common-white-2: #fff;
    --tp-common-black: #620035;
    --tp-common-mulberry: #620035;
    --tp-common-emerald: #f0e8d1;
    --tp-grey-1: #68665e;
    --tp-theme-primary: #ff4121;
    --tp-theme-secondary: #ffca24;
    --tp-border-1: #f1f1f9;
    --tp-border-2: #edeeee;
}

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

/*---------------------------------
	typography css start 
---------------------------------*/
body {
    font-family: var(--tp-ff-body);
    font-size: 16px;
    font-weight: normal;
    color: var(--tp-grey-1);
    line-height: 26px;
    background: var(--tp-common-white);
}

a {
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Oswald", sans-serif;
    color: #000;
    margin-top: 0px;
    font-weight: 400;
    line-height: 1.2;
    /*letter-spacing: -0.02em;*/
}

h1 {
    font-size: 30px;
}

h2 {
    font-size: 54px;
}

h3 {
    font-size: 40px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 25px;
}

h6 {
    font-size: 16px;
}

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

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

img {
    max-width: 100%;
}

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

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

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

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

button:hover {
    cursor: pointer;
}

button:focus {
    outline: 0;
}

.uppercase {
    text-transform: uppercase;
}

.capitalize {
    text-transform: capitalize;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="number"],
input[type="password"],
input[type="url"],
textarea {
    outline: none;
    background-color: #fff;
    height: 56px;
    width: 100%;
    line-height: 56px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    border: 1px solid #e0e2e3;
}
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #95999d;
}
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="number"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="url"]::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #95999d;
}
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 4-18 */
    color: #95999d;
}
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="number"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="url"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: #95999d;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="tel"]::placeholder,
input[type="number"]::placeholder,
input[type="password"]::placeholder,
input[type="url"]::placeholder,
textarea::placeholder {
    /* MODERN BROWSER */
    color: #95999d;
}
[dir="rtl"] input[type="text"],
[dir="rtl"] input[type="email"],
[dir="rtl"] input[type="tel"],
[dir="rtl"] input[type="number"],
[dir="rtl"] input[type="password"],
[dir="rtl"] input[type="url"],
[dir="rtl"] textarea {
    text-align: right;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
textarea:focus {
    border-color: var(--tp-common-black);
}
input[type="text"]:focus::placeholder,
input[type="email"]:focus::placeholder,
input[type="tel"]:focus::placeholder,
input[type="number"]:focus::placeholder,
input[type="password"]:focus::placeholder,
input[type="url"]:focus::placeholder,
textarea:focus::placeholder {
    opacity: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

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

.p-relative {
    position: relative !important;
}

.p-absolute {
    position: absolute !important;
}

.p-inherit {
    position: inherit !important;
}

.bg-position {
    /*background-position: center;*/
    /*background-size: cover;*/
    /*background-repeat: no-repeat;*/
    background-color: #ff4405;
}

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

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

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

@media (min-width: 1400px) {
    .container-1790 {
        max-width: 1790px;
    }
}
@media (min-width: 1400px) {
    .container-1424 {
        max-width: 1424px;
    }
}
@media (min-width: 1400px) {
    .container-1324 {
        max-width: 1324px;
    }
}
.tp-h-630 {
    min-height: 630px;
}

.fw-500 {
    font-weight: 500;
}

/*---------------------------------
    1.2 Default Spacing
---------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-170 {
        padding-top: 115px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-165 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-160 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-155 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-150 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-145 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-140 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-135 {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-130 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-125 {
        padding-top: 105px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-120 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-115 {
        padding-top: 95px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-110 {
        padding-top: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-105 {
        padding-top: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-100 {
        padding-top: 60px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-170 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-180 {
        padding-top: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pt-190 {
        padding-top: 110px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-165 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-160 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-155 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-150 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-145 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-140 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-135 {
        padding-bottom: 95px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-130 {
        padding-bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-125 {
        padding-bottom: 95px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-120 {
        padding-bottom: 90px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-115 {
        padding-bottom: 85px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-110 {
        padding-bottom: 80px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-105 {
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-100 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-95 {
        padding-bottom: 75px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-90 {
        padding-bottom: 70px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .pb-80 {
        padding-bottom: 60px;
    }
}

/*----------------------------------------*/
/*  2.3 Back to top
/*----------------------------------------*/
.back-to-top-wrapper {
    position: fixed;
    right: 50px;
    bottom: 0;
    height: 44px;
    width: 44px;
    cursor: pointer;
    display: block;
    border-radius: 50%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
}
@media (max-width: 574.98px) {
    .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-common-white);
    box-shadow: 0px 8px 16px rgba(3, 4, 28, 0.3);
    color: var(--tp-common-black);
    border-radius: 50%;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.back-to-top-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.back-to-top-btn:hover {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}
.tp-hero-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/*----------------------------------------*/
/*  2.5 Buttons
/*----------------------------------------*/
.tp-btn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    background: var(--tp-theme-primary);
    line-height: 1;
    padding: 20px 28px;
    display: inline-flex;
    align-items: center;
    gap: 20px;
}
.tp-btn:hover {
    background:;
    color: var(--tp-common-white);
}
.tp-btn-primary-white:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-mulberry);
}
.tp-btn-animetion .btn-icon {
    animation: toLeftFromRight 0.3s forwards;
    transition: transform ease 0.3s;
    margin-top: -3px;
}
.tp-btn-animetion:hover .btn-icon {
    animation: toRightFromLeft 0.3s forwards;
}
.tp-btn-secondary {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-mulberry);
}
.tp-btn-secondary-white {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-mulberry);
}
.tp-btn-secondary-white:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-btn-mulberry {
    background: #ff4405;
    color: var(--tp-common-white);
}
.tp-btn-mulberry:hover {
    background: #000;
}
.tp-btn-nopading {
    padding: 0;
    background: none;
    gap: 10px;
}
.tp-btn-nopading:hover {
    background: none;
}
.tp-btn-donation {
    padding: 20px 59px;
    border-radius: 100px;
}

/*----------------------------------------*/
/*  2.1 Animations
/*----------------------------------------*/
@keyframes headerSlideDown {
    0% {
        margin-top: -150px;
    }
    100% {
        margin-top: 0;
    }
}
@keyframes toLeftFromRight {
    0% {
        opacity: 1;
        transform: translate(0);
    }
    50% {
        opacity: 0;
        transform: translate(-3px);
    }
    51% {
        opacity: 0;
        transform: translate(3px);
    }
    100% {
        opacity: 1;
        transform: translate(0);
    }
}
@keyframes toRightFromLeft {
    49% {
        transform: translate(3px);
    }
    50% {
        opacity: 0;
        transform: translate(-3px);
    }
    51% {
        opacity: 1;
    }
}
@-webkit-keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}
@-moz-keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}
@-ms-keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}
@keyframes tpshake {
    10% {
        transform: translateY(-10px);
    }
    50% {
        transform: skew(15deg);
    }
    80% {
        transform: rotate(10deg);
    }
    100% {
        transform: translate(0);
    }
}
.icon-anime-wrap .icon-anime {
    transition: all 0.4s ease;
}
.icon-anime-wrap:hover .icon-anime {
    animation-name: tpshake;
    animation-timing-function: ease-in-out;
    animation-duration: 0.4s;
    animation-iteration-count: 1;
}

@keyframes zoom {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.16);
        transform: scale(1.16);
    }
}
@keyframes upslide-1 {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-8px);
    }
    60% {
        transform: translateY(-4px);
    }
}
.upslide-1 {
    animation: upslide-1 4s linear forwards infinite alternate;
}

/*----------------------------------------*/
/*  2.9 Preloader
/*----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tp-common-white);
}

.loader {
    width: fit-content;
    font-size: 25px;
    line-height: 1.5;
    font-family: var(--tp-ff-heading);
    font-weight: 800;
    text-transform: uppercase;
    color: #0000;
    -webkit-text-stroke: 1px #ff4121;
    background:
        radial-gradient(1.13em at 50% 1.6em, #ff4121 99%, #0000 101%) calc(50% - 1.6em) 0/3.2em 100% text,
        radial-gradient(1.13em at 50% -0.8em, #0000 99%, #ff4121 101%) 50% 0.8em/3.2em 100% repeat-x text;
    animation: l9 2s  linear infinite;
}
@media (max-width: 574.98px) {
    .loader {
        font-size: 20px;
    }
}

.loader:before {
    content: "Reliancemmart";
}

@keyframes l9 {
    to {
        background-position:
            calc(50% + 1.6em) 0,
            calc(50% + 3.2em) 0.8em;
    }
}
/*----------------------------------------*/
/*  2.2 Background
/*----------------------------------------*/
.tp-bg-mulberry {
    background: #ff4405;
}

/*----------------------------------------*/
/*  2.6 Nice Select
/*----------------------------------------*/
.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    border: solid 1px #e8e8e8;
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    float: left;
    font-family: inherit;
    font-size: 14px;
    font-weight: normal;
    height: 42px;
    line-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
}
.nice-select:hover {
    border-color: #dbdbdb;
}
.nice-select:active,
.nice-select.open,
.nice-select:focus {
    border-color: #999;
}
.nice-select::after {
    position: absolute;
    content: "\f107";
    top: 50%;
    right: 0;
    font-family: var(--tp-ff-fontawesome);
    color: var(--tp-common-black);
    font-weight: 500;
    pointer-events: none;
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    margin-top: 0;
    transform-origin: center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nice-select.open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
    -ms-transform: scale(1) translateY(0);
    transform: scale(1) translateY(0);
}
.nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none;
}
.nice-select.disabled::after {
    border-color: #cccccc;
}
.nice-select.wide {
    width: 100%;
}
.nice-select.wide .list {
    left: 0 !important;
    right: 0 !important;
}
.nice-select.right {
    float: right;
}
.nice-select.right .list {
    left: auto;
    right: 0;
}
.nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px;
}
.nice-select.small::after {
    height: 4px;
    width: 4px;
}
.nice-select.small .option {
    line-height: 34px;
    min-height: 34px;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
    -ms-transform: scale(0.75) translateY(-21px);
    transform: scale(0.75) translateY(-21px);
    -webkit-transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    transition:
        all 0.2s cubic-bezier(0.5, 0, 0, 1.25),
        opacity 0.15s ease-out;
    z-index: 9;
}
.nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.nice-select .option.selected {
    font-weight: bold;
}
.nice-select .option.disabled {
    background-color: transparent;
    color: #999;
    cursor: default;
}

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

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

/*----------------------------------------*/
/*  2.7 offcanvas
/*----------------------------------------*/
.tp-offcanvas {
    position: fixed;
    right: 0;
    z-index: 99;
    top: 0;
    width: 400px;
    background: var(--tp-common-white);
    padding: 50px 40px;
    height: 100%;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
}
.tp-offcanvas-open {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
@media (max-width: 574.98px) {
    .tp-offcanvas {
        width: 100%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-offcanvas {
        width: 400px;
    }
}
.tp-offcanvas-overlay {
    position: fixed;
    height: 100%;
    width: 100%;
    background: #000;
    z-index: 15;
    opacity: 0;
    transition: 0.3s;
    visibility: hidden;
}
.tp-offcanvas-overlay-open {
    opacity: 0.4;
    visibility: visible;
}
.tp-offcanvas-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.tp-offcanvas-close-button {
    font-size: 28px;
    color: var(--tp-common-mulberry);
}
.tp-offcanvas-close-button:hover {
    color: var(--tp-theme-primary);
}
.tp-offcanvas-gallery {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: auto auto auto auto;
}
.tp-offcanvas-title {
    font-size: 28px;
}
.tp-offcanvas-info span {
    display: block;
    margin-bottom: 4px;
    font-size: 16px;
}
.tp-offcanvas-info span a:hover {
    color: var(--tp-theme-primary);
}
.tp-offcanvas-social a {
    height: 44px;
    width: 44px;
    background-color: var(--tp-common-mulberry);
    border-radius: 100%;
    display: inline-block;
    text-align: center;
    line-height: 42px;
    margin-right: 2px;
    color: var(--tp-common-white);
}
.tp-offcanvas-social a:hover {
    background: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  2.4 Breadcrumb
/*----------------------------------------*/
.tp-breadcrumb-title {
    font-size: 60px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white-2);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-breadcrumb-title {
        font-size: 60px;
    }
}
@media (max-width: 574.98px) {
    .tp-breadcrumb-title {
        font-size: 50px;
    }
}
.tp-breadcrumb-list .dvir {
    margin: 0 10px;
}
.tp-breadcrumb-list span {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: rgba(255, 255, 255, 0.8);
}
.tp-breadcrumb-list span.active {
    color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-breadcrumb-scroll {
        padding-top: 40px;
    }
}
.tp-breadcrumb-bg {
    position: relative;
    /*padding-top: 190px;*/
    /*padding-bottom: 80px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-breadcrumb-bg {
        padding-top: 120px;
    }
}
.tp-breadcrumb-bg:before {
    content: "";
    background: rgba(32, 14, 24, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

/*----------------------------------------*/
/*  2.12 Section Title
/*----------------------------------------*/
.tp-section-subtitle {
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--tp-theme-primary);
    font-family: var(--tp-ff-heading);
}
.tp-section-subtitle-yellow {
    color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-section-title {
        font-size: 48px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-section-title {
        font-size: 42px;
    }
    .tp-section-title br {
        display: none;
    }
}
@media (max-width: 574.98px) {
    .tp-section-title {
        font-size: 20px;
    }
}
.tp-section-title span {
    color: var(--tp-theme-primary);
}
.tp-section-title-white {
    color: var(--tp-common-white);
}
.tp-section-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
}

/*----------------------------------------*/
/*  2.11 Search css start
/*----------------------------------------*/
.tp-search-form-toggle {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: var(--tp-common-white);
    z-index: 100;
    padding-top: 70px;
    padding-bottom: 100px;
    opacity: 0;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition:
        opacity 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition:
        opacity 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out;
    transition:
        transform 0.3s ease-in-out,
        opacity 0.3s ease-in-out,
        -webkit-transform 0.3s ease-in-out;
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
    z-index: 9999;
}
.tp-search-form-toggle.active {
    opacity: 1;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.tp-search-form-toggle.active .tp-search-form-input {
    transform: translateY(0px);
    opacity: 1;
    transition-delay: 0.3s;
}
.tp-search-form-icon {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 22px;
    color: var(--tp-common-black);
}
.tp-search-form-icon:hover {
    color: var(--tp-theme-primary);
}
.tp-search-form-input {
    position: relative;
    height: 52px;
    transform: translateY(-40px);
    transition: all 0.3s ease-in-out;
    transition-delay: 0.5s;
    opacity: 0;
}
.tp-search-form-input input {
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 0;
    outline: 0;
    font-size: 18px;
    font-weight: 500;
    color: var(--tp-common-mulberry);
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    padding: 0;
    padding-right: 30px;
}
.tp-search-form-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    font-size: 18px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input::-moz-placeholder {
    /* Firefox 19+ */
    font-size: 18px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input:-moz-placeholder {
    /* Firefox 4-18 */
    font-size: 18px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    font-size: 18px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input::placeholder {
    /* MODERN BROWSER */
    font-size: 18px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-search-form-input input ~ .tp-search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tp-common-mulberry);
    transition: all 0.5s;
}
.tp-search-form-input input:focus {
    border-color: transparent;
}
.tp-search-form-input input:focus ~ .tp-search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.8s;
}
.tp-search-close {
    color: var(--tp-common-black);
    font-size: 40px;
    transition: all 0.3s ease;
}
.tp-search-close:hover {
    color: var(--tp-theme-primary);
    transform: rotate(180deg);
}
.tp-search-body-overlay {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(24, 24, 24, 0.5);
    z-index: 99;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    -webkit-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.tp-search-body-overlay.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/*----------------------------------------*/
/*  2.8 pagination
/*----------------------------------------*/
.tp-pagination li {
    display: inline-block;
}
.tp-pagination li a {
    height: 50px;
    width: 50px;
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: var(--tp-common-mulberry);
    border-radius: 30px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-pagination li.current a {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-pagination li:hover a {
    background-color: var(--tp-common-emerald);
    color: var(--tp-common-mulberry);
}
.tp-pagination li:hover.current a {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ui-icon,
.ui-widget-content .ui-icon,
.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.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: 0.3;
    filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666;
}

/*----------------------------------------*/
/*  3.1 Header Style
/*----------------------------------------*/
.tp-header-action {
    gap: 10px;
}
.tp-header-action-btn {
    border-radius: 40px;
    width: 46px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--tp-common-white);
    position: relative;
    color: var(--tp-common-mulberry);
}
.tp-header-action-btn:hover {
    color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-header-action-btn {
        background: var(--tp-common-mulberry);
        color: var(--tp-common-white);
    }
    .tp-header-action-btn:hover {
        background: var(--tp-theme-primary);
        color: var(--tp-common-white);
    }
}
.tp-header-action-badge {
    position: absolute;
    top: -2px;
    right: -3px;
    display: inline-block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    font-size: 12px;
    font-weight: 700;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-header-lg-spacing {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
.tp-header-border {
    border-bottom: 1px solid var(--tp-common-emerald);
}
.tp-header-toogle {
    background: #3c32a3;
    color: var(--tp-common-white);
    padding: 10px 14px;
    font-size: 20px;
    border-radius: 100px;
}
.tp-header-toogle:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-header-2-style .tp-main-menu nav ul li a {
    padding: 27px 0px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
}
.tp-header-2-style .tp-main-menu nav ul li .sub-menu {
    text-align: left;
}
.tp-header-2-style .tp-header-action-btn {
    border-radius: 0;
    width: auto;
    height: auto;
    background: none;
    color: var(--tp-common-mulberry);
}
.tp-header-2-style .tp-header-action-badge {
    top: 12px;
    right: -7px;
}
.tp-header-2-style .tp-header-action {
    gap: 28px;
}
@media (max-width: 574.98px) {
    .tp-header-2-style .tp-header-action {
        gap: 16px;
    }
}
.tp-header-2-btn {
    background: transparent;
    color:#000;
    border: 2px solid var(--tp-theme-secondary);
    border-radius: 90px;
    padding: 13px 25px;
    font-size: 14px;
    gap: 10px;
}
.tp-header-2-btn:hover {
    background: var(--tp-theme-secondary);
    color:#3c32a3;
}
.tp-header-3-style .tp-main-menu nav ul li a {
    color: var(--tp-common-white);
    padding: 37px 0px;
}
.tp-header-3-style .tp-header-action-btn {
    color: var(--tp-common-white);
}
.tp-header-3-style .tp-header-action-badge {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-black);
}
.tp-header-3-style .tp-main-menu nav ul li .sub-menu li a {
    color: var(--tp-common-black);
}
.tp-header-3-style .tp-main-menu nav ul li .sub-menu li a:hover {
    color: var(--tp-theme-primary);
}

.header-sticky {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    opacity: 1;
    width: 100%;
    z-index: 10;
    visibility: visible;
    background: rgba(252, 248, 236, 0.8);
    box-shadow: 0 2px 6px 0 rgba(19, 19, 22, 0.08);
    animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
    -webkit-animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.header-sticky .tp-main-menu > nav > ul > li > a {
    padding: 22px 0;
}
.header-sticky.tp-header-blur::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(40px);
    z-index: -1;
}
.header-sticky .tp-header-logo .logo-1 {
    display: none;
}
.header-sticky .tp-header-logo .logo-2 {
    display: block !important;
}

.tp-header-3-style.header-sticky .tp-main-menu nav ul li a {
    color: var(--tp-common-mulberry);
}
.tp-header-3-style.header-sticky .tp-main-menu nav ul li:hover > a {
    color: var(--tp-theme-primary);
}
.tp-header-3-style.header-sticky .tp-header-action-btn {
    color: var(--tp-common-mulberry);
}

/* HEADER CSS */
/*----------------------------------------*/
/*  4.1 Main menu css
/*----------------------------------------*/
.tp-main-menu nav ul li {
    list-style: none;
    display: inline-block;
    position: relative;
}
.tp-main-menu nav ul li:not(:last-child) {
    margin-right: 20px;
}
.tp-main-menu nav ul li a {
    font-weight: 500;
    font-size: 17px;
    color:#000;
    padding: 39px 0px;
    display: inline-block;
}
.tp-main-menu nav ul li a:hover {
    color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li:hover > a {
    color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
.tp-main-menu nav ul li .sub-menu {
    position: absolute;
    top: 105%;
    left: 0;
    background: var(--tp-common-emerald);
    width: 220px;
    padding: 18px 0;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
}
.tp-main-menu nav ul li .sub-menu li {
    margin-right: 0px;
    display: block;
}
.tp-main-menu nav ul li .sub-menu li a {
    padding: 6px 28px;
    display: block;
}
.tp-main-menu nav ul li .sub-menu li .sub-menu {
    left: 102%;
    top: 0;
}
.tp-main-menu nav ul li .sub-menu li.menu-item-has-children:hover a:after {
    transform: rotate(0deg);
    color: var(--tp-theme-primary);
}
.tp-main-menu nav ul li .sub-menu li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.tp-main-menu nav ul li .sub-menu li.menu-item-has-children > a:after {
    content: "\f107";
    font-size: 16px;
    font-weight: 400;
    margin-left: 2px;
    color: var(--tp-common-mulberry);
    display: inline-block;
    transform: rotate(-90deg);
    transition: all 0.3s 0s ease-out;
    font-family: var(--tp-ff-fontawesome);
}
.tp-main-menu nav ul li .sub-menu li:hover > .sub-menu {
    left: 100%;
}

/*----------------------------------------*/
/*  4.2 Sidemenu
/*----------------------------------------*/
.tp-offcanvas-menu ul li {
    list-style: none;
    position: relative;
}
.tp-offcanvas-menu ul li:last-child a {
    border: 0;
}
.tp-offcanvas-menu ul li a {
    font-size: 15px;
    font-weight: 500;
    display: block;
    padding: 6px 0;
    color: #3c32a3;
    border-bottom: 1px solid #ddd;
}
.tp-offcanvas-menu ul li.active > a {
    color: var(--tp-theme-primary);
}
.tp-offcanvas-menu ul li.active > button.tp-sidemenu-close i {
    transform: rotate(90deg);
}
.tp-offcanvas-menu ul li .sub-menu {
    margin-left: 20px;
    display: none;
}

.tp-sidemenu-close {
    position: absolute;
    right: 0;
    top: 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    width: 30px;
    height: 30px;
}
.tp-sidemenu-close i {
    transition: 0.3s;
}

/*----------------------------------------*/
/*  5.2 Postbox css
/*----------------------------------------*/
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-wrapper {
        margin-right: 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-postbox-wrapper {
        margin-right: 0;
    }
}
.tp-postbox-item {
    border: 1px solid rgba(98, 0, 53, 0.1);
}
@media (max-width: 574.98px) {
    .tp-postbox-sidebar {
        padding-left: 0;
    }
}
.tp-postbox-thumb {
    position: relative;
}
@media (max-width: 574.98px) {
    .tp-postbox-thumb img {
        height: 350px;
        object-fit: cover;
    }
}
.tp-postbox-thumb-overlay:before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    height: 100%;
    width: 100%;
}
.tp-postbox-cat {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 2;
}
.tp-postbox-cat a {
    background: var(--tp-theme-secondary);
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tp-common-mulberry);
    padding: 8px 15px;
    font-weight: 600;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    grid-gap: 5px;
    line-height: 1;
}
.tp-postbox-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),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-postbox-title {
        font-size: 32px;
    }
}
.tp-postbox-title a:hover {
    color: var(--tp-theme-primary);
}
@media (max-width: 574.98px) {
    .tp-postbox-title {
        font-size: 30px;
    }
}
.tp-postbox-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.tp-postbox-meta-border {
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-postbox-meta span {
    color: var(--tp-grey-1);
    font-size: 15px;
    font-weight: 500;
    position: relative;
    margin-right: 13px;
    padding-right: 13px;
    line-height: 1;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-postbox-meta span {
        margin-bottom: 10px;
    }
}
.tp-postbox-meta span a {
    display: inline-flex;
    align-items: center;
}
.tp-postbox-meta span svg {
    margin-right: 5px;
}
.tp-postbox-meta span img {
    border-radius: 50px;
    height: 30px;
    width: 30px;
    margin-right: 5px;
}
.tp-postbox-meta span:not(:last-child)::after {
    content: "";
    background: rgba(98, 0, 53, 0.1);
    height: 20px;
    width: 1px;
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
@media (max-width: 574.98px) {
    .tp-postbox-meta span:not(:last-child)::after {
        display: none;
    }
}
.tp-postbox-video a {
    height: 80px;
    width: 80px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    z-index: 9;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: auto;
}
.tp-postbox-video a:hover {
    background: var(--tp-theme-secondary);
}
.tp-postbox-content,
.tp-postbox-content-details {
    padding: 0 35px 30px 35px;
}
@media (max-width: 574.98px) {
    .tp-postbox-content,
    .tp-postbox-content-details {
        padding: 0 20px 20px 20px;
    }
}
.tp-postbox-content > p,
.tp-postbox-content-details > p {
    line-height: 162%;
    font-weight: 500;
}
.tp-postbox-content .tp-causes-quote,
.tp-postbox-content-details .tp-causes-quote {
    padding-right: 160px;
}
@media (max-width: 574.98px),
    only screen and (min-width: 576px) and (max-width: 767px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-postbox-content .tp-causes-quote,
    .tp-postbox-content-details .tp-causes-quote {
        padding-right: 0;
    }
}
.tp-postbox-details-wrap .tp-postbox-item {
    border: none;
}
.tp-postbox-details-list ul {
    display: grid;
    grid-template-columns: auto auto;
    padding-left: 15px;
}
@media (max-width: 574.98px) {
    .tp-postbox-details-list ul {
        grid-template-columns: auto;
    }
}
.tp-postbox-details-list ul li {
    font-size: 16px;
    color: var(--tp-common-mulberry);
    font-weight: 600;
    margin-bottom: 10px;
}

.tp-blog-gallery-arrow {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 3;
}

.tp-gallery-arrow {
    background: var(--tp-common-white);
    height: 50px;
    width: 50px;
    border-radius: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--tp-common-black);
}
.tp-gallery-arrow:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

/*----------------------------------------*/
/*  5.1 Postbox css
/*----------------------------------------*/
.tp-blog-title {
    font-family: var(--tp-ff-p);
    font-weight: 600;
    line-height: 133%;
    font-size: 24px;
}
.tp-blog-cat span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
}
.tp-blog-cat .dvdr {
    position: relative;
    padding-right: 12px;
    margin-right: 12px;
}
.tp-blog-cat .dvdr::before {
    position: absolute;
    content: "";
    width: 3px;
    height: 3px;
    border-radius: 30px;
    background: var(--tp-grey-1);
    top: 50%;
    transform: translateY(-50%);
    right: -1px;
}
.tp-blog-style .tp-event-date {
    background: var(--tp-common-mulberry);
    padding: 17px 6px 6px 6px;
    width: 76px;
    height: 90px;
}
.tp-blog-style .tp-event-date span {
    color: var(--tp-common-white);
}
.tp-blog-style .tp-event-date h4 {
    color: var(--tp-common-white);
}
.tp-blog-sidebar {
    margin-left: -54px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-blog-sidebar {
        margin-left: -24px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-blog-sidebar {
        margin-left: 0;
    }
}
.tp-blog-navigation a {
    display: flex;
    grid-gap: 20px;
}
.tp-blog-navigation a:hover i {
    color: #fff;
    background-color: var(--tp-theme-primary);
}
.tp-blog-navigation a:hover .tp-blog-navigation-title {
    color: var(--tp-theme-primary);
}
.tp-blog-navigation i {
    height: 50px;
    width: 50px;
    font-size: 17px;
    background: var(--tp-common-emerald);
    text-align: center;
    line-height: 50px;
    border-radius: 30px;
    flex: 0 0 auto;
    color: var(--tp-common-black);
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-blog-navigation span {
    font-size: 15px;
    color: var(--tp-common-mulberry);
    display: block;
    font-weight: 500;
    margin-bottom: 2px;
}
.tp-blog-navigation-title {
    font-size: 18px;
    letter-spacing: inherit;
    line-height: 1.3;
    font-family: var(--tp-ff-p);
    font-weight: 600;
    letter-spacing: -0.03em;
    transition: all 0.4s ease;
}
.tp-blog-tag a {
    background: var(--tp-common-emerald);
    padding: 8px 15px;
    display: inline-block;
    margin-bottom: 5px;
    border-radius: 30px;
    color: var(--tp-common-mulberry);
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
}
.tp-blog-tag a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}
.tp-blog-tag-social {
    border-top: 1px solid rgba(98, 0, 53, 0.1);
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    padding: 32px 0;
    padding-bottom: 32px;
    padding-bottom: 10px;
}
.tp-blog-tag-title {
    font-size: 20px;
    display: inline-block;
    letter-spacing: inherit;
    font-family: var(--tp-ff-p);
    font-weight: 600;
}
.tp-blog-social a {
    height: 40px;
    width: 40px;
    background: var(--tp-common-emerald);
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    line-height: 40px;
    color: var(--tp-common-mulberry);
}
.tp-blog-social a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}

.tp-widget-sidebar {
    background: var(--tp-common-emerald);
    box-shadow: 0 1px 1px 0 rgba(22, 18, 5, 0.08);
    padding: 35px;
}
.tp-widget-search {
    position: relative;
}
.tp-widget-search input {
    background: var(--tp-common-emerald);
    height: 60px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    border: none;
    padding-right: 60px;
}
.tp-widget-search input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: #5a5860;
}
.tp-widget-search input:focus {
    border: none;
}
.tp-widget-search button {
    position: absolute;
    right: 30px;
    top: 20px;
    line-height: 1;
}
.tp-widget-cat ul {
    padding-left: 17px;
}
.tp-widget-cat ul li::marker {
    color: var(--tp-common-mulberry);
}
.tp-widget-cat ul li:not(:last-child) {
    margin-bottom: 10px;
}
.tp-widget-cat ul li a {
    font-size: 16px;
    color: var(--tp-common-mulberry);
    display: flex;
    justify-content: space-between;
    font-weight: 500;
}
.tp-widget-cat ul li a:hover {
    color: var(--tp-theme-primary);
}
.tp-widget-main-title {
    font-size: 26px;
}
.tp-widget-post-content span {
    color: var(--tp-grey-1);
    font-size: 14px;
    display: block;
    margin-bottom: 3px;
    font-weight: 500;
}
.tp-widget-post-thumb {
    flex: 0 0 auto;
    overflow: hidden;
    width: 100px;
    height: 100px;
    margin-right: 20px;
}
@media (max-width: 574.98px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-widget-post-thumb {
        width: 70px;
        height: 70px;
    }
}
.tp-widget-post-thumb img {
    object-fit: cover;
    transition: all 0.6s ease-in-out;
    width: 100%;
    height: 100%;
}
.tp-widget-post-list {
    display: flex;
    align-items: center;
}
.tp-widget-post-list:hover .tp-widget-post-thumb img {
    transform: scale(1.1);
}
.tp-widget-post-title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: inherit;
    line-height: 1.25;
    font-family: var(--tp-ff-p);
}
.tp-widget-post-title:hover {
    color: var(--tp-theme-primary);
}
@media (max-width: 574.98px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-widget-post-title {
        font-size: 16px;
    }
}
.tp-widget-support {
    padding: 14px;
}
.tp-widget-support .tp-widget-sidebar {
    background: none;
    box-shadow: none;
    padding: 21px 24px 100px 24px;
}
.tp-widget-support .tp-btn-animetion .btn-icon {
    margin-top: 1px;
}
.tp-widget-support .tp-btn {
    gap: 10px;
}
.tp-widget-support-title {
    font-weight: 700;
    font-size: 34px;
    line-height: 132%;
    letter-spacing: -0.04em;
    color: var(--tp-common-white);
}
.tp-widget-author-thumb img {
    border-radius: 300px;
}
.tp-widget-author-subtitle {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-grey-1);
}
.tp-widget-author-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.01em;
    color: var(--tp-common-mulberry);
}
.tp-widget-author-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-widget-author .tp-footer-social a {
    border: none;
    color: var(--tp-common-mulberry);
}
.tp-widget-author .tp-footer-social a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}

.tp-blog-comments-main ul {
    list-style: none;
}
.tp-blog-comments-title {
    font-size: 36px;
    letter-spacing: inherit;
}
.tp-blog-comments-list {
    display: flex;
    grid-gap: 20px;
}
.tp-blog-comments-thumb {
    flex: 0 0 auto;
}
.tp-blog-comments-thumb img {
    width: 70px;
    height: 70px;
    border-radius: 50px;
}
.tp-blog-comments-content p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}
.tp-blog-comments-author-name {
    font-size: 18px;
    letter-spacing: inherit;
    margin: 0;
}
.tp-blog-comments-date {
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-mulberry);
}
.tp-blog-comments-btn {
    margin-top: 23px;
}
.tp-blog-comments-btn a {
    color: var(--tp-common-mulberry);
    font-size: 13px;
    font-weight: 600;
    display: inline-block;
    line-height: 1;
    padding: 7px 15px;
    background: var(--tp-common-emerald);
    border-radius: 30px;
}
.tp-blog-comments-btn a:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
}
.tp-blog-comments-btn a i {
    transform: rotate(-45deg);
}
.tp-blog-comments-children {
    margin-left: 100px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-blog-comments-children {
        margin-left: 0;
    }
}

/*----------------------------------------*/
/*  6.1 Footer Style
/*----------------------------------------*/
.tp-footer-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 144%;
    letter-spacing: -0.01em;
    color: rgba(252, 248, 236, 0.8);
    text-align: justify;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-footer-dec {
        margin-right: 40px;
    }
}
.tp-footer-social {
    display: flex;
    align-items: center;
    gap: 6px;
}
.tp-footer-social a {
    height: 40px;
    width: 40px;
    border-radius: 42px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-white);
    flex: 0 0 auto;
}
.tp-footer-social a:hover {
    background: var(--tp-theme-secondary);
    color: var(--tp-common-black);
}
.tp-footer-title {
    font-weight: 700;
    font-size: 18px;
    font-family: var(--tp-ff-p);
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-footer-widget {
        margin-left: 0;
    }
}
.tp-footer-widget ul li {
    list-style: none;
}
.tp-footer-widget ul li:not(:last-child) {
    margin-bottom: 12px;
}
.tp-footer-widget ul li a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: rgba(252, 248, 236, 0.8);
}
.tp-footer-widget ul li a:hover {
    color: var(--tp-theme-secondary);
}
.tp-footer-cta {
    padding: 22px 20px 30px 40px;
    margin-left: -40px;
    position: relative;
    margin-right: 14px;
    z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-footer-cta {
        margin-left: 0;
    }
}
.tp-footer-cta::before {
    position: absolute;
    content: "";
    border: 1px solid rgba(252, 248, 236, 0.1);
    width: 100%;
    height: 204px;
    top: -15px;
    right: -15px;
    z-index: -1;
}
.tp-footer-cta-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 142%;
    letter-spacing: -0.02em;
    color: var(--tp-common-mulberry);
}
.tp-footer-cta-link {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-mulberry);
    display: flex;
}
.tp-footer-cta-link:hover {
    color: var(--tp-common-mulberry);
}
.tp-footer-cta-link svg {
    margin-right: 10px;
}
.tp-footer-copyright p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
    color: rgba(252, 248, 236, 0.6);
}
.tp-footer-copyright p a {
    color: var(--tp-common-white);
}
.tp-footer-copyright p a:hover {
    color: var(--tp-theme-secondary);
}
.tp-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 30px;
    padding-bottom: 13px;
}
.tp-footer-policy a {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: rgba(252, 248, 236, 0.8);
}
.tp-footer-policy a:hover {
    color: var(--tp-theme-secondary);
}
.tp-footer-policy a.dvdr {
    position: relative;
    padding-right: 20px;
    margin-right: 20px;
}
.tp-footer-policy a.dvdr::before {
    position: absolute;
    content: "";
    border-radius: 100%;
    background: rgba(252, 248, 236, 0.8);
    width: 4px;
    height: 4px;
    top: 8px;
    right: 0;
}
.tp-footer-subscribe .tp-input {
    border-radius: 48px;
    height: 50px;
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-common-black);
    padding-left: 20px;
    padding-right: 135px;
}
.tp-footer-subscribe .tp-input::placeholder {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-grey-1);
}
.tp-footer-subscribe .tp-input:focus {
    border: transparent;
}
.tp-footer-subscribe button {
    font-weight: 600;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--tp-common-mulberry);
    border-radius: 68px;
    padding: 12px 25px;
    background: var(--tp-theme-secondary);
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}
.tp-footer-subscribe button:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-footer-3-style .tp-footer-widget {
        margin-left: 0;
        margin-right: 0;
    }
}
.tp-footer-3-style .tp-footer-cta-title {
    font-family: var(--tp-ff-p);
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: var(--tp-common-white);
}
.tp-footer-3-style .tp-footer-cta-link {
    color: var(--tp-common-white);
}
.tp-footer-3-style .tp-footer-cta-link:hover {
    color: var(--tp-theme-secondary);
}

/*----------------------------------------*/
/*  7.13 Hero css start
/*----------------------------------------*/

@media only screen and (min-width: 1700px) and (max-width: 1800px),
    only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-spacing {
        margin-left: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-spacing {
        padding-bottom: 100px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-spacing {
        padding-bottom: 40px;
        padding-top: 150px;
    }
}
.tp-hero-thumb {
    height: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-thumb {
        margin-left: 0;
    }
}
.tp-hero-thumb img {
    height: 100%;
    object-fit: cover;
}
.tp-hero-subtitle {
    font-weight: 400;
    font-size: 20px;
    color: var(--tp-common-mulberry);
    font-family: var(--tp-ff-heading);
}
.tp-hero-title {
    font-size: 90px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    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),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-title {
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-title {
        font-size: 55px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-title {
        font-size: 42px;
    }
}
@media (max-width: 574.98px) {
    .tp-hero-title {
        font-size: 20px;
    }
}
.tp-hero-title span {
    color: var(--tp-theme-primary);
}
.tp-hero-dec {
    font-weight: 500;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: var(--tp-common-mulberry);
}
.tp-hero-btn-wrap {
    /*margin-left: 205px;*/
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-btn-wrap {
        margin-left: 0;
    }
}
.tp-hero-2-wrap {
    position: relative;
}
.tp-hero-2-wrap::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    top: 0;
    left: 0;
}
.tp-hero-2-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 8s;
    -moz-transition: 8s;
    transition: 8s;
    transform: scale(1);
}
.tp-hero-2-title {
    font-size: 100px;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-transform: uppercase;
    color: var(--tp-common-white);
    animation-delay: 0.3s;
    animation-duration: 1s;
    opacity: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-hero-2-title {
        font-size: 90px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2-title {
        font-size: 80px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-hero-2-title {
        font-size: 60px;
    }
}
@media (max-width: 574.98px) {
    .tp-hero-2-title {
        font-size: 40px;
    }
}
.tp-hero-2-dec {
    font-family: var(--tp-ff-p);
    font-weight: 600;
    font-size: 30px;
    line-height: 133%;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    animation-delay: 0.7s;
    animation-duration: 1s;
    opacity: 0;
}
@media (max-width: 574.98px) {
    .tp-hero-2-dec {
        font-size: 24px;
    }
    .tp-hero-2-dec br {
        display: none;
    }
}
.tp-hero-2-content {
    padding-top: 172px;
    padding-bottom: 60px;
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-2-content {
        padding-top: 140px;
        padding-bottom: 120px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-hero-2-content {
        padding-bottom: 150px;
    }
}
.tp-hero-2-btn {
    animation-delay: 0.5s;
    animation-duration: 1s;
    opacity: 0;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-2-btn {
        margin-bottom: 40px;
    }
}
.tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-title,
.tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-btn,
.tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-dec {
    animation-name: fadeInUp;
    animation-fill-mode: both;
    opacity: 1;
}
.tp-hero-2-slider-active .swiper-slide.swiper-slide-active .tp-hero-2-thumb {
    -webkit-transform: scale(1.07);
    -moz-transform: scale(1.07);
    transform: scale(1.07);
}
.tp-hero-2-pagination {
    position: absolute;
    right: 70px;
    bottom: 70px;
    z-index: 2;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-hero-2-pagination {
        right: 20px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-hero-2-pagination {
        right: auto;
        left: 12px;
    }
}
.tp-hero-2-pagination span {
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 58px;
    width: 54px;
    height: 54px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.08);
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-white);
    cursor: pointer;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
}
.tp-hero-2-pagination span:hover {
    background: var(--tp-theme-primary);
}
.tp-hero-3-style {
    position: relative;
    z-index: 1;
    padding-top: 470px;
    padding-bottom: 30px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-3-style {
        padding-top: 350px;
    }
}
@media (max-width: 574.98px) {
    .tp-hero-3-style {
        padding-top: 200px;
    }
}
.tp-hero-3-style::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.tp-hero-3-style .tp-hero-title {
    color: var(--tp-common-white);
    font-size: 104px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-hero-3-style .tp-hero-title {
        font-size: 100px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-hero-3-style .tp-hero-title {
        font-size: 90px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-hero-3-style .tp-hero-title {
        font-size: 72px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-hero-3-style .tp-hero-title {
        font-size: 60px;
    }
}
@media (max-width: 574.98px) {
    .tp-hero-3-style .tp-hero-title {
        font-size: 36px;
    }
}
.tp-hero-3-video-wrap {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    width: 290px;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.02);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10px 10px 20px;
}
.tp-hero-3-video-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.02em;
    color: var(--tp-common-white-2);
    display: inline-block;
}
.tp-hero-3-video-btn {
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    width: 120px;
    height: 80px;
    background: var(--tp-common-black);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-white);
}
.tp-hero-3-video-btn:hover {
    color: var(--tp-common-black);
    background: var(--tp-common-white-2);
}
.tp-hero-3-video-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.tp-hero-3-video-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*----------------------------------------*/
/*  7.17 service css start
/*----------------------------------------*/
.tp-service-thumb {
    margin-left: -12px;
    margin-top: 0px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-service-thumb {
        margin-top: 0px;
    }
}
.tp-service-icon {
    width: 38px;
    height: 38px;
}
.tp-service-shape {
    position: absolute;
    top: 0;
    right: 0;
    width: 12%;
}
.tp-service-item {
    background:#ffb31e;
    padding: 45px 30px 38px 34px;
    position: relative;
}
.tp-service-item:hover::before {
    width: 100%;
    right: 0;
    left: auto;
}
.tp-service-item:hover .tp-service-btn .btn-text {
    margin-left: 0;
    opacity: 1;
    visibility: visible;
}
.tp-service-item::before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background: #42d3d8;
    transition: all 0.4s ease;
}
.tp-service-content-wrap {
    margin-left: -25px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-service-content-wrap {
        margin-left: 0;
        padding-right: 0;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-service-content-wrap {
        margin-right: -100px;
    }
}
.tp-service-title {
    font-family: var(--tp-ff-body);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
}
.tp-service-dec {
    font-weight: 500;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: rgba(252, 248, 236, 0.6);
}
.tp-service-btn {
    display: inline-flex;
    gap: 9px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    color: var(--tp-common-white);
    overflow: hidden;
    transition: all 0.5s ease;
}
.tp-service-btn:hover {
    color: var(--tp-common-white);
}
.tp-service-btn .btn-text {
    margin-left: -96px;
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
}
.tp-service-btn .btn-icon {
    transform: translateY(-2px);
}
.tp-service-2-item .tp-service-title {
    color: var(--tp-common-mulberry);
}
.tp-service-2-item .tp-service-dec {
    color: var(--tp-common-mulberry);
}
.tp-service-2-style .tp-service-item {
    padding: 45px 50px 38px 40px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-service-2-style .tp-service-item {
        padding: 45px 35px 38px 40px;
    }
}
.tp-service-2-style .tp-service-item::before {
    display: none;
}
.tp-service-inner-style .tp-service-3-dec p {
    font-size: 18px;
}
.tp-service-inner-style .tp-service-3-dec {
    bottom: -21%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-service-inner-style .tp-service-3-dec {
        bottom: -35%;
    }
}

.tp-service-3-item:hover .tp-service-3-thumb img {
    transform: scale(1.1);
}
.tp-service-3-item:hover .tp-service-3-dec {
    bottom: 0;
}
.tp-service-3-item:hover .tp-service-3-dec p {
    opacity: 1;
}
.tp-service-3-thumb img {
    transition: 0.6s ease;
}
.tp-service-3-thumb::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}
.tp-service-3-top {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 33px 30px 20px 29px;
}
.tp-service-3-dec {
    position: absolute;
    bottom: -26%;
    left: 0;
    right: 0;
    z-index: 1;
    padding: 25px 30px 25px 30px;
    background: var(--tp-theme-secondary);
    transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-service-3-dec {
        bottom: -38%;
    }
}
.tp-service-3-dec p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    color: var(--tp-common-mulberry);
    opacity: 0;
    transition: all 0.4s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-service-3-dec p br {
        display: none;
    }
}

/*----------------------------------------*/
/*  7.14 join css start
/*----------------------------------------*/
.tp-join-number {
    color: var(--tp-theme-primary);
    font-weight: 400;
    font-size: 150px;
    letter-spacing: -0.04em;
    line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-join-number {
        font-size: 110px;
    }
}
@media (max-width: 574.98px) {
    .tp-join-number {
        font-size: 70px;
    }
}
.tp-join-shape-1 {
    left: 0;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    top: 60px;
    border-radius: 90px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-join-shape-1 {
        top: 190px !important;
    }
}
.tp-join-shape-2 {
    left: 10% !important;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    top: auto !important;
    bottom: -42px;
    border-radius: 90px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-join-shape-2 {
        left: 2% !important;
        bottom: -60px;
    }
}
.tp-join-shape-3 {
    right: 0%;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    top: 15% !important;
    border-radius: 90px;
    left: auto !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-join-shape-3 {
        top: 30% !important;
    }
}
.tp-join-shape-4 {
    right: 8%;
    border-radius: 90px;
    filter: drop-shadow(0px 20px 40px rgba(92, 97, 96, 0.2));
    bottom: 0;
    border-radius: 90px;
    top: auto !important;
    left: auto !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .tp-join-shape-4 {
        right: 0 !important;
    }
}
.tp-join-title {
    font-weight: 400;
    line-height: 125%;
    letter-spacing: -0.04em;
}
@media (max-width: 574.98px) {
    .tp-join-title {
        font-size: 30px;
    }
}
.tp-join-btn {
    border: 1px solid rgba(98, 0, 53, 0.1);
    padding: 20px 25px;
    background: transparent;
    color: var(--tp-common-mulberry);
    width: 330px;
    justify-content: space-between;
}
.tp-join-down-tittle {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: var(--tp-grey-1);
}

/*----------------------------------------*/
/*  7.10 fact css start
/*----------------------------------------*/
.tp-fact-title {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.02em;
    color: var(--tp-theme-secondary);
}
.tp-fact-dec {
    font-weight: 500;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-fact-dec {
        font-size: 16px;
    }
}
.tp-fact-item-border {
    position: relative;
}
.tp-fact-item-border::before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(255, 255, 255, 0.1);
    right: -6px;
    top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-fact-item-border::before {
        display: none;
    }
}

/*----------------------------------------*/
/*  7.4 causes css start
/*----------------------------------------*/
.tp-causes-arrow-wrap button {
    width: 54px;
    height: 54px;
    border: 1px solid rgba(98, 0, 53, 0.1);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-mulberry);
    transition: all 0.4s ease;
}
.tp-causes-arrow-wrap button:hover {
    background: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}
.tp-causes-dec {
    font-weight: 500;
    font-size: 14px;
    line-height: 162%;
    color: #68665e;
}
.tp-causes-title {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    color: #000;
    font-family: var(--tp-ff-body);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-causes-title {
        font-size: 18px;
    }
}
.tp-causes-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-causes-thumb img {
    transition: all 0.6s ease;
}
.tp-causes-wrap {
    border: 1px solid rgba(98, 0, 53, 0.06);
    padding: 20px;
    margin-right: -1px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    (max-width: 574.98px) {
    .tp-causes-wrap {
        padding: 10px;
    }
}
.tp-causes-wrap:hover .tp-causes-thumb img {
    transform: scale(1.1);
}
/*.tp-causes-border {*/
/*    border-bottom: 1px solid rgba(98, 0, 53, 0.06);*/
/*}*/
.tp-causes-inner {
    padding: 20px 20px 20px 20px;
}
.tp-causes-amount label {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-grey-1);
}
.tp-causes-amount span {
    font-weight: 600;
    color: #3c32a3;
    font-size: 16px;
}
.tp-causes-amount-2 label {
    color: #97959b;
}
.tp-causes-amount-2 span {
    color: #121018;
}
.tp-causes-2-style .tp-causes-button {
    padding: 20px 26px 26px 26px;
    background: #f4ecd5;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-causes-2-style .tp-causes-button {
        padding: 20px 18px 20px 18px;
    }
}
.tp-causes-2-style .tp-causes-wrap {
    padding: 12px;
}
.tp-causes-2-style .tp-causes-inner {
    padding: 20px 23px 25px 23px;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-causes-2-style .tp-causes-inner {
        padding: 20px 20px 25px 20px;
    }
}
.tp-causes-3-style .tp-causes-wrap {
    background: var(--tp-common-white);
}
.tp-causes-3-style .tp-causes-inner {
    padding: 0 0 40px 0;
}
.tp-causes-3-all p {
    font-weight: 500;
    line-height: 162%;
}
.tp-causes-3-all p a {
    color: var(--tp-common-mulberry);
    display: inline-flex;
    border-bottom: 1px solid currentColor;
    line-height: 1.3;
}
.tp-causes-3-all p a .btn-icon {
    margin-top: 0;
}
.tp-causes-details {
    margin-right: -36px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-causes-details {
        margin-right: 0;
    }
}
.tp-causes-quote {
    display: flex;
    padding-left: 50px;
    padding-right: 83px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-causes-quote {
        padding-left: 0;
        padding-right: 0;
    }
}
.tp-causes-quote svg {
    flex: 0 0 auto;
    margin-right: 27px;
}
.tp-causes-quote p {
    font-weight: 600 !important;
    font-size: 23px;
    line-height: 139%;
    color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-causes-quote p br {
        display: none;
    }
}

.tp-progress .progress {
    --bs-progress-height: 6px;
    --bs-progress-bar-bg: #ffca24;
    --bs-progress-bg: #e0e0d1;
}
.tp-progress-top span {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #3c32a3;
}
.tp-progress-top label {
    font-weight: 400;
    font-size: 16px;
    color: var(--tp-grey-1);
}

.tp-donation-amount {
    color: var(--tp-grey-1);
    font-size: 16px;
}
.tp-donation-amount span {
    color: var(--tp-theme-primary);
    font-weight: 600;
}
.tp-donation-progress-label {
    letter-spacing: inherit;
    font-size: 20px;
    font-weight: 500;
    color: var(--tp-common-mulberry);
    font-family: var(--tp-ff-p);
}
.tp-donation-progress-number {
    color: var(--tp-theme-primary);
    font-size: 20px;
    font-weight: 600;
}
.tp-donation-progress .progress,
.tp-donation-progress .progress-stacked {
    --bs-progress-height: 8px;
    --bs-progress-bar-bg: var(--tp-theme-primary);
    background-color: rgba(18, 16, 24, 0.08);
}
.tp-donation-form {
    margin-left: 40px;
    margin-right: 40px;
    border: 1px solid rgba(98, 0, 53, 0.1);
    background: var(--tp-common-white);
    margin-top: -130px;
    z-index: 2;
    position: relative;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-donation-form {
        margin-top: 30px;
        margin-left: 0;
        margin-right: 0;
    }
}
.tp-donation-form-wrap {
    padding: 50px 60px 50px 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-donation-form-wrap {
        padding: 35px 40px;
    }
}
@media (max-width: 574.98px) {
    .tp-donation-form-wrap {
        padding: 25px 20px;
    }
}
.tp-donation-form-title {
    font-size: 36px;
}
.tp-donation-form-label-title {
    font-size: 20px;
    font-family: var(--tp-ff-p);
    font-weight: 600;
}
.tp-donation-filter-input {
    position: relative;
}
.tp-donation-filter input {
    width: 280px;
    height: 54px;
    border-radius: 62px;
    padding-left: 50px;
    background: #f0e8d1;
    border: none;
    font-weight: 500;
    font-size: 20px;
    color: var(--tp-common-mulberry);
}
.tp-donation-filter input::placeholder {
    font-weight: 500;
    font-size: 20px;
    color: var(--tp-common-mulberry);
}
.tp-donation-filter label {
    position: absolute;
    height: 34px;
    width: 34px;
    background: var(--tp-theme-secondary);
    color: var(--tp-common-mulberry);
    text-align: center;
    border-radius: 30px;
    font-weight: 500;
    line-height: 33px;
    top: 10px;
    left: 10px;
    font-size: 18px;
}
.tp-donation-filter-button button {
    border: 1px solid rgba(98, 0, 53, 0.1);
    border-radius: 31px;
    line-height: 1;
    padding: 9px 25px;
    color: #121018;
    margin-right: 2px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-mulberry);
}
.tp-donation-filter-button button.active {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
    border-color: var(--tp-theme-primary);
}
.tp-donation-filter-button button:hover {
    border-color: var(--tp-common-mulberry);
}
.tp-donation-filter-radio {
    border-top: 1px solid rgba(18, 16, 24, 0.08);
    padding-top: 35px;
}
.tp-donation-filter-radio .form-check {
    margin-right: 20px;
    flex: 0 0 auto;
    padding-left: 0;
}
.tp-donation-filter-radio .form-check-input {
    background: none;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    transform: translateY(-2px);
}
.tp-donation-filter-radio .form-check-input:focus {
    outline: none;
    border: none;
    box-shadow: none;
}
.tp-donation-filter-radio .form-check-input:checked {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
}
.tp-donation-filter-radio label {
    font-size: 16px;
    color: var(--tp-common-mulberry);
    cursor: pointer;
}
.tp-donation-offline p {
    font-size: 16px;
    line-height: 28px;
}
.tp-donation-offline ol {
    padding-left: 20px;
}
.tp-donation-offline ol li {
    font-size: 16px;
    line-height: 28px;
}
.tp-donation-social-title {
    font-family: var(--tp-ff-p);
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-mulberry);
}
.tp-donation-social .tp-footer-social a {
    color: var(--tp-common-mulberry);
    background: var(--tp-common-emerald);
}
.tp-donation-social .tp-footer-social a:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-donation-info-wrap {
    margin: 55px 100px 30px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-donation-info-wrap {
        margin: 55px 50px 30px 50px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-donation-info-wrap {
        margin: 55px 0 30px 0;
    }
}
.tp-donation-info-wrap p {
    font-weight: 500;
}
.tp-donation-reply-form {
    padding: 55px 50px 50px 50px;
    border: 1px solid rgba(98, 0, 53, 0.1);
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-donation-reply-form {
        padding: 35px 20px 30px 20px;
    }
}

p.tp-donation-notice {
    font-size: 15px;
    font-weight: 500;
}
p.tp-donation-notice span {
    border-radius: 16px;
    background: rgba(255, 207, 78, 0.4);
    font-size: 13px;
    font-weight: 500;
    color: var(--tp-common-mulberry);
    padding: 6px 12px;
    display: inline-block;
    line-height: 1;
    margin-right: 8px;
}

.tp-donation-form-main {
    border: 1px solid rgba(98, 0, 53, 0.1);
    padding: 80px 100px 75px 100px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-donation-form-main {
        padding: 50px 50px 45px 50px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-donation-form-main {
        padding: 30px 20px 25px 20px;
    }
}

/*----------------------------------------*/
/*  7.6 chose css start
/*----------------------------------------*/
.tp-chose-bigtitle {
    color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-content {
        margin-left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-thumb {
        margin-right: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-thumb {
        margin-bottom: 40px;
    }
}
.tp-chose-thumb::before {
    position: absolute;
    content: "";
    width: 100%;
    background: linear-gradient(180deg, rgba(255, 202, 36, 0) 53.69%, #ffca24 81.35%);
    height: 100%;
    bottom: 0;
    left: 0;
}
.tp-chose-contact-info {
    position: absolute;
    bottom: 30px;
    left: 30px;
    z-index: 2;
}
.tp-chose-contact-numbar span {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: rgba(98, 0, 53, 0.6);
    line-height: 1;
}
.tp-chose-contact-numbar a {
    font-weight: 600;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: var(--tp-common-mulberry);
}
.tp-chose-contact-icon {
    border: 1px solid rgba(98, 0, 53, 0.1);
    border-radius: 62px;
    width: 56px;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}
.tp-chose-title {
    font-weight: 400;
    font-size: 34px;
    line-height: 129%;
    letter-spacing: -0.02em;
    color: var(--tp-theme-secondary);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-title {
        margin-bottom: 38px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-title {
        font-size: 25px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-title-wrap {
        margin-bottom: 30px;
    }
}
.tp-chose-dec-subtitle {
    font-weight: 600;
    font-size: 24px;
    color: var(--tp-common-white);
    flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-chose-dec-subtitle {
        margin-right: 20px;
    }
}
.tp-chose-dec p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: rgba(252, 248, 236, 0.6);
}

/*----------------------------------------*/
/*  7.9 events css start
/*----------------------------------------*/
.tp-event:hover .tp-event-img img {
    transform: scale(1.1);
}
.tp-event-img img {
    transition: all 0.6s ease;
}
.tp-event-date {
    width: 70px;
    height: 70px;
    background: var(--tp-theme-secondary);
    clip-path: polygon(0 20%, 20% 0, 100% 0, 100% 100%, 0 100%);
    text-align: center;
    padding: 6px 6px 6px 6px;
    position: absolute;
    top: 12px;
    left: 12px;
}
.tp-event-date span {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-mulberry);
    line-height: 1;
}
.tp-event-date h4 {
    font-weight: 700;
    font-size: 28px;
    color: var(--tp-common-mulberry);
    line-height: 1;
    margin-bottom: 0;
}
.tp-event-meta span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    margin-bottom: 5px;
}
.tp-event-meta span svg {
    margin-right: 8px;
}
.tp-event-title {
   font-weight: 400;
  font-size: 20px;
  line-height: 152%;
  color: #000;
  text-align: center;
  padding-top:10px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
    .tp-event-title {
        font-size: 20px;
    }
}
.tp-event-link a {
    color: var(--tp-theme-primary);
    font-size: 14px;
    padding-left: 40px;
}
.tp-event-link a:hover {
    color: var(--tp-theme-primary);
}
.tp-event-content {
    border: 1px solid rgba(136, 135, 139, 0.2);
    padding: 25px 30px 25px 33px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-event-content {
        padding: 25px 20px 25px 23px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-event-content {
        padding: 25px 16px 25px 16px;
    }
}
.tp-event-price span {
    background: var(--tp-theme-secondary);
    padding: 7px 20px;
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-mulberry);
    text-transform: uppercase;
    line-height: 1;
}
@media (max-width: 574.98px) {
    .tp-event-details-img {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}
.tp-event-details p {
    color: #5d5559;
    font-weight: 500;
    letter-spacing: -0.01em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-event-inner {
        margin-right: 0;
    }
}
.tp-event-inner-img {
    height: 100%;
}
.tp-event-inner-img img {
    height: 100%;
    object-fit: cover;
}
.tp-event-map iframe {
    width: 100%;
    height: 460px;
    border: 8px solid #f0e8d1;
    mix-blend-mode: luminosity;
}
.tp-event-info {
    box-shadow: 0 1px 3px 0 rgba(22, 18, 5, 0.08);
    background: var(--tp-theme-secondary);
    display: flex;
    padding: 30px 25px;
}
.tp-event-info-icon {
    height: 64px;
    width: 64px;
    border: 1px solid rgba(98, 0, 53, 0.1);
    color: var(--tp-common-mulberry);
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 22px;
    margin-right: 20px;
}
.tp-event-info-text span {
    color: var(--tp-common-mulberry);
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
.tp-event-info-title {
    font-size: 20px;
    color: var(--tp-common-mulberry);
    letter-spacing: 0.2px;
}
.tp-event-info-2 .tp-event-info-title {
    color: var(--tp-common-white);
}
.tp-event-info-2 .tp-event-info-text span {
    color: var(--tp-common-white);
}
.tp-event-info-2 .tp-event-info-icon {
    border-color: rgba(252, 248, 236, 0.1);
    color: var(--tp-common-white);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-event-sidebar {
        margin-left: 0;
    }
}

.tp-event-2-item {
    background: var(--tp-common-emerald);
    padding: 25px 40px 0px 40px;
}
@media (max-width: 574.98px) {
    .tp-event-2-item {
        padding: 25px 20px 0px 20px;
    }
}
.tp-event-2-item:hover .tp-event-2-thumb img {
    transform: scale(1.1);
}
.tp-event-2-date h4 {
    font-size: 40px;
    letter-spacing: -0.02em;
    color: var(--tp-theme-primary);
    line-height: 1;
}
.tp-event-2-date span {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
}
.tp-event-2-title {
    font-family: var(--tp-ff-p);
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-event-2-title {
        font-size: 20px;
    }
}
.tp-event-2-thumb {
    border-radius: 220px;
}
.tp-event-2-thumb img {
    border-radius: 220px;
    width: 180px;
    flex: 0 0 auto;
    transition: all 0.6s ease;
}
.tp-event-2-btn {
    width: 54px;
    height: 54px;
    border: 1px solid var(--tp-theme-primary);
    color: var(--tp-theme-primary);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
}
.tp-event-2-btn:hover {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-event-2-left .tp-event-meta span {
    margin-bottom: 0;
}

.tp-event-4-style .tp-event-2-item {
    background: none;
    padding: 25px 0 0px 0;
    border-top: 1px solid rgba(98, 0, 53, 0.1);
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    margin-top: -1px;
}
.tp-event-4-style .tp-event-2-item:hover .tp-event-4-thumb {
    opacity: 1;
    transform: rotate(0) scale(1);
}
.tp-event-4-style .tp-event-2-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-event-4-style .tp-event-2-btn {
    background: none;
    border: none;
    color: var(--tp-grey-1);
}
.tp-event-4-style .tp-event-2-btn:hover {
    color: var(--tp-theme-primary);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-event-4-style .tp-event-2-date {
        margin-right: 30px;
    }
}
.tp-event-4-thumb {
    width: 370px;
    height: 240px;
    position: absolute;
    top: -70px;
    right: 176px;
    transform: rotate(-30deg) scale(0.8);
    opacity: 0;
    transition: all 0.6s ease;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-event-4-thumb {
        right: 50px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-event-4-thumb {
        position: inherit;
        opacity: 1;
        transform: rotate(0);
        top: 0;
        left: 0;
        display: block;
        margin-bottom: 30px;
    }
}
@media (max-width: 574.98px) {
    .tp-event-4-thumb {
        width: 320px;
    }
}

/*----------------------------------------*/
/*  7.7 contact css start
/*----------------------------------------*/
.tp-contact-form .tp-form-label {
    font-weight: 600;
    font-size: 14px;
    color: var(--tp-common-mulberry);
    margin-bottom: 6px;
}
.tp-contact-form .tp-input {
    border-radius: 62px;
    width: 100%;
    height: 54px;
    color: var(--tp-common-mulberry);
    background: var(--tp-common-emerald);
    border: none;
    font-weight: 500;
    font-size: 16px;
}
.tp-contact-form .tp-input::placeholder {
    font-weight: 500;
    font-size: 16px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-contact-form .tp-textarea {
    height: 160px;
    border-radius: 24px;
    resize: none;
}
.tp-contact-form-border {
    border-top: 1px solid rgba(98, 0, 53, 0.08);
    border-bottom: 1px solid rgba(98, 0, 53, 0.08);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-contact-form-main {
        margin-right: 30px;
        margin-left: 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-contact-form-main {
        margin-right: 12px;
        margin-left: 12px;
    }
}
.tp-contact-remember {
    display: flex;
}
.tp-contact-remember label {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-grey-1);
    cursor: pointer;
}
.tp-contact-remember .tp-checkbox {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    flex: 0 0 auto;
    background: transparent;
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px);
    -ms-transform: translateY(-2.5px);
    -o-transform: translateY(-2.5px);
    transform: translateY(-2.5px);
    padding: 0;
    margin-right: 10px;
    transform: translateY(4px);
    border: 1px solid rgba(98, 0, 53, 0.2);
    border-radius: 4px;
}
.tp-contact-remember .tp-checkbox:checked {
    position: relative;
    background-color: var(--tp-theme-primary);
    border-color: transparent;
    border: 1px solid rgba(98, 0, 53, 0.2);
    border-radius: 4px;
}
.tp-contact-remember .tp-checkbox:checked::after {
    box-sizing: border-box;
    position: absolute;
    content: "\f00c";
    font-weight: 700;
    font-family: var(--tp-ff-fontawesome);
    font-size: 14px;
    color: var(--tp-common-white);
    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%);
}
.tp-contact-remember .tp-checkbox:hover {
    cursor: pointer;
}
.tp-contact-item {
    padding: 50px 20px 40px 40px;
    height: 100%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-contact-item {
        padding: 50px 20px 40px 20px;
    }
}
.tp-contact-icon {
    width: 36px;
    height: 36px;
}
.tp-contact-content h3 {
    font-weight: 600;
    font-size: 24px;
    line-height: 125%;
    letter-spacing: -0.02em;
}
.tp-contact-content h5 {
    font-weight: 600;
    font-size: 24px;
    letter-spacing: -0.02em;
    font-family: var(--tp-ff-p);
}
.tp-contact-content span {
    font-weight: 500;
    letter-spacing: -0.01em;
    font-size: 16px;
}
.tp-contact-content a {
    font-weight: 600;
    font-size: 18px;
    letter-spacing: -0.01em;
    color: var(--tp-common-mulberry);
}
.tp-contact-map {
    line-height: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-contact-map {
        margin-right: 0;
    }
}
.tp-contact-map iframe {
    width: 100%;
    height: 800px;
    mix-blend-mode: luminosity;
    line-height: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-contact-map iframe {
        height: 600px;
    }
}
@media (max-width: 574.98px) {
    .tp-contact-map iframe {
        height: 400px;
    }
}

/*----------------------------------------*/
/*  7.15 mission css start
/*----------------------------------------*/
.tp-mission-spacing {
    padding: 40px 40px 40px 70px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-mission-spacing {
        padding: 40px 40px 40px 40px;
    }
}
@media (max-width: 574.98px) {
    .tp-mission-spacing {
        padding: 30px 20px 20px 20px;
    }
}
.tp-mission-title {
    font-size: 50px;
    line-height: 100%;
    /*letter-spacing: -0.04em;*/
    text-transform: uppercase;
    color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-mission-title {
        font-size: 65px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-mission-title {
        font-size: 55px;
    }
}
@media (max-width: 574.98px) {
    .tp-mission-title {
        font-size: 30px;
    }
    .tp-mission-title br {
        display: none;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-mission-content {
        margin-right: 0;
    }
}
.tp-mission-content p {
    font-weight: 500;
    font-size: 20px;
    line-height: 140%;
    letter-spacing: -0.01em;
    color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-mission-content p br {
        display: none;
    }
}
.tp-mission-content .tp-btn {
    color: var(--tp-common-mulberry);
}
.tp-mission-content .tp-btn:hover {
    color: var(--tp-common-mulberry);
}
.tp-mission-form-wrap {
    padding: 40px 40px 40px 40px;
}
.tp-mission-form-title {
    font-size: 30px;
}
.tp-mission-form-dec {
    font-weight: 500;
    line-height: 150%;
    color: var(--tp-common-mulberry);
    letter-spacing: -0.01em;
}

.tp-custom-donate-wrap {
    padding: 40px 40px 30px 40px;
    margin-left: -37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-custom-donate-wrap {
        margin-left: 0;
        margin-top: 30px;
    }
}
@media (max-width: 574.98px) {
    .tp-custom-donate-wrap {
        padding: 30px 20px 20px 20px;
    }
}
.tp-custom-donate-title {
    font-size: 30px;
}
.tp-custom-donate-dec {
    font-weight: 500;
    line-height: 150%;
    color: var(--tp-common-mulberry);
    letter-spacing: -0.01em;
}
.tp-custom-donate-count ul {
    column-count: 3;
    gap: 0;
}
.tp-custom-donate-count ul li {
    list-style: none;
    text-align: center;
    border: 1px solid rgba(98, 0, 53, 0.1);
    padding: 10px 10px;
    margin-right: -1px;
}
.tp-custom-donate-count ul li b {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--tp-common-mulberry);
    display: block;
}
@media (max-width: 574.98px) {
    .tp-custom-donate-count ul li b {
        font-size: 18px;
    }
}
.tp-custom-donate-count ul li span {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    text-align: center;
    color: var(--tp-grey-1);
}
@media (max-width: 574.98px) {
    .tp-custom-donate-count ul li span {
        font-size: 12px;
    }
}
.tp-custom-donate-progress {
    border: 1px solid rgba(98, 0, 53, 0.1);
    padding: 20px 30px 15px 30px;
    margin-top: -1px;
}
.tp-custom-donate-progress .tp-progress .progress {
    --bs-progress-height: 20px;
    --bs-progress-bar-bg: #ff4121;
    --bs-progress-bg: #f0e8d1;
    border-radius: 0;
}
.tp-custom-donate-secure {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.01em;
    color: var(--tp-common-mulberry);
}

.tp-mission-3-wrap {
    border: 1px solid rgba(98, 0, 53, 0.08);
    padding: 70px 20px 35px 20px;
}
.tp-mission-3-title {
    font-family: var(--tp-ff-p);
    font-weight: 600;
    font-size: 30px;
    letter-spacing: -0.02em;
}
.tp-mission-3-dec {
    font-weight: 500;
    letter-spacing: -0.01em;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-mission-3-dec br {
        display: none;
    }
}
.tp-mission-3-border {
    position: relative;
}
.tp-mission-3-border::before {
    position: absolute;
    content: "";
    background: rgba(98, 0, 53, 0.08);
    width: 1px;
    height: 100%;
    right: -15px;
    top: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-mission-3-border::before {
        display: none;
    }
}
.tp-mission-3-text {
    position: absolute;
    bottom: -18px;
    right: 0;
    left: 0;
    text-align: center;
    display: inline-block;
}
.tp-mission-3-text img {
    background: var(--tp-common-white);
    display: inline-block;
    padding: 0px 20px;
}

/*----------------------------------------*/
/*  7.18 step css start
/*----------------------------------------*/
.tp-step:hover .tp-step-number span {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}
.tp-step-number h3 {
    font-size: 26px;
    border-radius: 100%;
    background: var(--tp-theme-secondary);
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    transition: all 0.4s ease;
    -webkit-transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.3s cubic-bezier(0.12, 0, 0.39, 0);
    z-index: 1;
    position: relative;
    margin-bottom: 0;
}
.tp-step-number h3 span {
    display: block;
    border-radius: 100%;
    height: 100%;
    width: 100%;
    top: -1px;
    left: -1px;
    padding: 1px;
    box-sizing: content-box;
    margin: 0;
    position: absolute;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
    transition: 0.5s cubic-bezier(0.12, 0, 0.39, 0);
    pointer-events: none;
    z-index: -1;
    background-color: var(--tp-common-white);
}
.tp-step-title {
    font-family: var(--tp-ff-p);
    font-size: 24px;
    letter-spacing: -0.04em;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-step-title {
        font-size: 20px;
    }
}
.tp-step-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: rgba(248, 243, 231, 0.6);
}
.tp-step-arrow {
    position: absolute;
    top: 12%;
    right: -12px;
    color: var(--tp-theme-secondary);
}
.tp-step-downtext p {
    font-weight: 500;
    font-size: 14px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: var(--tp-theme-secondary);
}
.tp-step-downtext p a {
    /*text-decoration-line: underline;*/
    /*text-decoration-style: wavy;*/
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 10%;
    text-underline-offset: 12%;
    font-weight: 500;
}
.tp-step-top-meinus {
    height: 280px;
    width: 100%;
    margin-top: -280px;
    position: relative;
    z-index: -1;
}
.tp-step-2-top-meinus {
    margin-top: 0;
    margin-bottom: -280px;
}

/*----------------------------------------*/
/*  7.19 team css start
/*----------------------------------------*/
.tp-team-item {
    background: #f0e8d1;
    padding: 44px 20px 30px 20px;
}
.tp-team-item:hover .tp-team-thumb img {
    transform: scale(1.1);
}
.tp-team-thumb {
    border-radius: 100%;
    overflow: hidden;
    display: inline-block;
}
.tp-team-thumb img {
    border-radius: 100%;
    width: 200px;
    transition: all 0.6s ease;
}
.tp-team-content span {
    font-weight: 500;
    font-size: 13px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: rgba(98, 0, 53, 0.6);
}
.tp-team-title {
    font-weight: 700;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-team-title {
        font-size: 20px;
    }
}
.tp-team-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-team-social a {
    height: 40px;
    width: 40px;
    display: inline-block;
    border-radius: 30px;
    line-height: 37px;
    color: #5a5860;
    -webkit-transition: all 0.3s 0s ease-out;
    -moz-transition: all 0.3s 0s ease-out;
    -ms-transition: all 0.3s 0s ease-out;
    -o-transition: all 0.3s 0s ease-out;
    transition: all 0.3s 0s ease-out;
    margin: 0 -2px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-team-social a:hover {
    background: var(--tp-common-mulberry);
    color: #fff;
}
.tp-team-details-bg {
    padding: 80px;
    padding-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-team-details-bg {
        padding: 30px;
        padding-bottom: 0px;
    }
}
.tp-team-details-thumb img {
    width: 340px;
    height: 340px;
    border-radius: 100%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-team-details-thumb img {
        width: 100%;
        height: 100%;
    }
}
.tp-team-details-text p {
    font-weight: 500;
}
.tp-team-details-title {
    font-size: 40px;
    margin-bottom: 10px;
}
.tp-team-details p {
    font-weight: 500;
}
.tp-team-details ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}
.tp-team-details ul li span {
    color: var(--tp-common-mulberry);
    min-width: 150px;
    display: inline-block;
    margin-bottom: 7px;
}
@media (max-width: 574.98px) {
    .tp-team-details ul li span {
        min-width: inherit;
    }
}
.tp-team-details-social a {
    height: 40px;
    width: 40px;
    border-radius: 100px;
    display: inline-block;
    text-align: center;
    line-height: 38px;
    margin: 0 0px;
    box-shadow: 0 1px 3px 0 rgba(22, 18, 5, 0.08);
    background: var(--tp-common-white);
    color: var(--tp-common-mulberry);
}
.tp-team-details-social a:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-team-skill-title {
    letter-spacing: inherit;
    font-size: 17px;
    color: var(--tp-common-mulberry);
    font-weight: 500;
    font-family: var(--tp-ff-p);
}
.tp-team-skill .tpprogress-2 .progress {
    --bs-progress-height: 8px;
    --bs-progress-bar-bg: var(--tp-secondary-color);
    --bs-progress-bg: #f1f1f1;
}
@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 574.98px) {
    .tp-team-join {
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-team-join {
        padding-left: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-team-join {
        padding-left: 15px;
    }
}

.tp-progress-2 .progress {
    --bs-progress-height: 8px;
    --bs-progress-bar-bg: #fe4e15;
    --bs-progress-bg: rgba(18, 16, 24, 0.08);
}
.tp-progress-2 label {
    background: none;
    font-size: 16px;
    font-weight: 600;
    color: var(--tp-common-mulberry);
    transform: inherit;
    display: block;
    padding: 0;
    margin: 0;
    margin-bottom: 0px;
    margin-bottom: 5px;
    text-align: right;
}
.tp-progress-2 label::before {
    display: none;
}

/*----------------------------------------*/
/*  7.11 faq css start
/*----------------------------------------*/
.tp-faq-item {
    margin-bottom: -1px;
    border-radius: 0;
    border-top: 1px solid rgba(98, 0, 53, 0.1);
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    padding-top: 10px;
    padding-bottom: 13px;
}
.tp-faq-item.active .tp-faq-button {
    background: transparent;
    color: var(--tp-theme-primary);
}
.tp-faq-item.active .tp-faq-button::before,
.tp-faq-item.active .tp-faq-button:after {
    background: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-faq-body {
    font-size: 16px;
    line-height: 26px;
    padding: 0;
    padding-bottom: 13px;
    padding-left: 95px;
    padding-right: 112px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-faq-body {
        padding-right: 0;
        padding-left: 57px;
    }
}
@media (max-width: 574.98px) {
    .tp-faq-body {
        padding-left: 0;
    }
}
.tp-faq-body p {
    font-size: 18px;
    line-height: 156%;
    letter-spacing: -0.01em;
    color: var(--tp-common-mulberry);
}
.tp-faq-button {
    background: transparent;
    letter-spacing: -0.4px;
    width: 100%;
    text-align: left;
    padding: 20px 0;
    position: relative;
    line-height: 1.3;
    font-weight: 600;
    font-family: var(--tp-ff-p);
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--tp-common-mulberry);
    display: flex;
    padding-right: 50px;
}
@media (max-width: 574.98px) {
    .tp-faq-button {
        font-size: 18px;
    }
}
.tp-faq-button span {
    font-weight: 500;
    margin-right: 70px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-faq-button span {
        margin-right: 30px;
    }
}
.tp-faq-button::before,
.tp-faq-button:after {
    content: "\f068";
    font-family: "Font Awesome 5 Pro";
    position: absolute;
    right: 0;
    top: 14px;
    width: 40px;
    height: 40px;
    border: 1px solid var(--tp-theme-primary);
    text-align: center;
    border-radius: 30px;
    line-height: 39px;
    font-size: 16px;
    font-weight: 400;
    color: var(--tp-theme-primary);
    transition: all 0.5s ease;
}
.tp-faq-button.collapsed:after {
    content: "\f067";
}

/*----------------------------------------*/
/*  7.2 brand css start
/*----------------------------------------*/
.tp-brand-logo {
    width: 100%;
    height: 120px;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: #f0e8d1;
}

.tp-brand-2-item {
    width: 240px;
    height: 120px;
    text-align: center;
    border-right: 1px solid rgba(98, 0, 53, 0.06);
    border-top: 1px solid rgba(98, 0, 53, 0.06);
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid rgba(98, 0, 53, 0.06);
}
.tp-brand-2-slider-active .swiper-slide {
    width: auto;
}

.tp-brand-3-title {
    font-size: 16px;
    letter-spacing: -0.01em;
}
.tp-brand-3-title span {
    color: var(--tp-theme-primary);
}
.tp-brand-3-slider-active .swiper-slide {
    width: auto;
}
.tp-brand-3-wrap .tp-brand-2-item {
    border: 1px solid rgba(98, 0, 53, 0.08);
    width: 340px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-brand-3-wrap .tp-brand-2-item {
        width: 270px;
    }
}

/*----------------------------------------*/
/*  7.1 about css start
/*----------------------------------------*/
.tp-about-dec {
    border-right: 1px solid rgba(98, 0, 53, 0.06);
    padding-top: 45px;
    padding-right: 49px;
}
@media (max-width: 574.98px) {
    .tp-about-dec {
        border: none;
        padding-right: 0;
    }
}
.tp-about-dec-wrap {
    border-top: 1px solid rgba(98, 0, 53, 0.06);
}
.tp-about-dec p {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: #68665e;
}
.tp-about-user {
    padding-top: 45px;
}
@media (max-width: 574.98px) {
    .tp-about-user {
        padding-left: 0;
    }
}
.tp-about-user h4 {
    font-family: var(--tp-ff-p);
    font-weight: 600;
    font-size: 34px;
}
.tp-about-user p {
    font-weight: 500;
    font-size: 15px;
    line-height: 147%;
    color: var(--tp-grey-1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-thumb {
        margin-right: 0;
    }
}
.tp-about-thumb img {
    height: 100%;
    object-fit: cover;
}
.tp-about-list {
    display: flex;
}
.tp-about-list-icon {
    flex: 0 0 auto;
    margin-right: 22px;
}
.tp-about-list-title {
    font-size: 24px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
    font-family: var(--tp-ff-p);
}
.tp-about-list-text p {
    font-weight: 500;
    line-height: 169%;
    color: rgba(252, 248, 236, 0.6);
}
@media only screen and (min-width: 1700px) and (max-width: 1800px),
    only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-content {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-content {
        margin-right: 12px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-content {
        margin-left: 12px;
    }
}
.tp-about-2-map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tp-about-2-content-inner {
    position: relative;
    z-index: 1;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-2-content-inner {
        margin-right: 0;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-about-2-content-inner {
        margin-left: -50px;
        margin-right: -100px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-2-content-wrap {
        margin-left: 0;
        padding-left: 12px;
        padding-right: 12px;
    }
}
.tp-about-2-dec {
    font-weight: 500;
    font-size: 18px;
    line-height: 156%;
    color: rgba(252, 248, 236, 0.6);
}
.tp-about-2-thumb {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 70px;
    z-index: 2;
    width: 46%;
    height: 700px;
}
@media only screen and (min-width: 1600px) and (max-width: 1700px),
    only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-2-thumb {
        left: 0;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-2-thumb {
        position: inherit;
        height: auto;
        width: 100%;
        top: auto;
        transform: inherit;
    }
}
.tp-about-2-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-about-2-text {
        margin-left: -50px;
        margin-right: -50px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .tp-about-3 {
        margin-left: 50px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-3 {
        margin-left: 0;
    }
}
.tp-about-3-list-text {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-mulberry);
}
.tp-about-3-list-icon {
    transform: translateY(-2px);
}
.tp-about-3-support-icon {
    border: 1px solid rgba(98, 0, 53, 0.1);
    border-radius: 58px;
    width: 60px;
    height: 60px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
}
.tp-about-3-support-title {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: var(--tp-common-mulberry);
}
.tp-about-3-support-dec p {
    font-weight: 500;
    font-size: 15px;
    letter-spacing: -0.01em;
}
.tp-about-3-support-wrap {
    background: var(--tp-common-emerald);
    padding: 20px 20px 0px 20px;
}
.tp-about-3-contact-icon {
    border-radius: 62px;
    width: 56px;
    height: 56px;
    background: var(--tp-theme-secondary);
}
.tp-about-3-contact span {
    font-weight: 500;
    letter-spacing: -0.01em;
}
.tp-about-3-contact a {
    font-weight: 600;
    font-size: 20px;
    color: var(--tp-common-mulberry);
}
.tp-about-3-thumb-2 {
    position: absolute;
    top: 60px;
    left: -37px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-3-thumb-2 {
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-about-3-thumb-2 {
        display: none;
    }
}
.tp-about-3-thumb-3 {
    position: absolute;
    border: 6px solid #fcf8ec;
    top: 180px;
    left: -120px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-3-thumb-3 {
        left: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-about-3-thumb-3 {
        display: none;
    }
}
.tp-about-3-thumb-shape {
    position: absolute;
    bottom: 60px;
    left: -40px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-3-thumb-shape {
        left: 0;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-about-3-thumb-shape {
        bottom: 30px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-about-3-thumb-shape {
        display: none;
    }
}

/*----------------------------------------*/
/*  7.20 testimonal css start
/*----------------------------------------*/
.tp-testimonal-dec {
    font-weight: 400;
    font-size: 30px;
    line-height: 133%;
}
@media (max-width: 574.98px) {
    .tp-testimonal-dec {
        font-size: 17px;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-testimonal-dec br {
        display: none;
    }
}
.tp-testimonal-label {
    color: var(--tp-common-mulberry);
    font-size: 16px;
}
.tp-testimonal-star {
    color: #ffa72c;
    font-size: 13px;
}
.tp-testimonal-name {
    font-family: var(--tp-ff-p);
    font-weight: 600;
    font-size: 18px;
    margin: 0;
    line-height: 1;
}
.tp-testimonal-user {
    display: flex;
    justify-content: center;
    text-align: left;
    align-items: center;
}
.tp-testimonal-img {
    margin-right: 12px;
}
.tp-testimonal-img img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
}
.tp-testimonal-bio span {
    color: #6e6b76;
    font-size: 14px;
}
.tp-testimonal-3-pagination {
    display: flex;
    gap: 8px;
}
.tp-testimonal-3-pagination span {
    opacity: 1;
    border: 1px solid rgba(252, 248, 236, 0.3);
    border-radius: 12px;
    width: 10px;
    height: 10px;
    background: transparent;
}
.tp-testimonal-3-pagination span.swiper-pagination-bullet-active {
    background: var(--tp-theme-secondary);
    transform: scale(1.1);
}
.tp-testimonal-3-style .tp-testimonal-dec {
    font-size: 28px;
    line-height: 143%;
}
@media (max-width: 574.98px) {
    .tp-testimonal-3-style .tp-testimonal-dec {
        font-size: 22px;
    }
}
.tp-testimonal-3-style .tp-testimonal-user {
    justify-content: flex-start;
}
.tp-testimonal-3-style .tp-testimonal-name {
    color: var(--tp-common-white);
}
.tp-testimonal-3-style .tp-testimonal-bio span {
    color: rgba(255, 255, 255, 0.7);
}
.tp-testimonal-3-style .tp-about-2-thumb {
    width: 41%;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-testimonal-3-style .tp-about-2-thumb {
        width: 100%;
    }
}
.tp-testimonal-3-style .tp-about-2-content-inner {
    margin-left: -20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-testimonal-3-style .tp-about-2-content-inner {
        margin-left: 0;
    }
}
.tp-testimonal-3-style .tp-testimonal-img img {
    width: 60px;
    height: 60px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-testimonal-3-style .tp-about-2-content-wrap {
        padding-top: 90px;
        padding-bottom: 90px;
    }
}

.tp-test-arrow {
    height: 54px;
    width: 54px;
    border: 1px solid var(--tp-common-mulberry);
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 60%;
    transform: translateY(-50%);
    left: 15px;
    z-index: 9;
    color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-test-arrow {
        top: 100%;
    }
}
.tp-test-arrow:hover {
    background-color: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}

.tp-test-arrow-next.tp-test-arrow {
    left: auto;
    right: 15px;
}

/*----------------------------------------*/
/*  7.12 gallery css start
/*----------------------------------------*/
.tp-gallery:hover img {
    transform: scale(1.1);
}
.tp-gallery:hover::before {
    opacity: 1;
}
.tp-gallery:hover .popup-image {
    opacity: 1;
}
.tp-gallery::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(7, 6, 6, 0.5);
    top: 0;
    left: 0;
    opacity: 0;
    transition: all 0.4s ease;
    z-index: 1;
}
.tp-gallery img {
    transition: all 0.6s ease;
}
.tp-gallery .popup-image {
    border-radius: 100%;
    border: 1.5px solid var(--tp-common-white);
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--tp-common-white);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 2;
    opacity: 0;
    transition: all 0.4s ease;
}
.tp-gallery .popup-image:hover {
    background: var(--tp-common-white);
    color: var(--tp-common-mulberry);
}

/*----------------------------------------*/
/*  7.8 cta css start
/*----------------------------------------*/
.tp-cta {
    z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 574.98px) {
    .tp-cta {
        min-height: 530px;
    }
}
.tp-cta-title {
    font-size: 44px;
    letter-spacing: -0.02em;
    color: var(--tp-common-white);
}
@media (max-width: 574.98px) {
    .tp-cta-title {
        font-size: 35px;
    }
}
.tp-cta-title-2 {
    font-size: 44px;
    letter-spacing: -0.02em;
}
@media (max-width: 574.98px) {
    .tp-cta-title-2 {
        font-size: 35px;
    }
}
.tp-cta-dec {
    font-weight: 500;
    line-height: 162%;
    color: var(--tp-common-white);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cta-dec br {
        display: none;
    }
}
.tp-cta-dec-2 {
    line-height: 162%;
    letter-spacing: -0.02em;
    color: var(--tp-common-mulberry);
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cta-dec-2 br {
        display: none;
    }
}
.tp-cta-img {
    right: 43px;
    bottom: 0;
    z-index: -1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-img {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-cta-img img {
        max-width: 60%;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .tp-cta-img img {
        max-width: 85%;
    }
}
.tp-cta-img-2 {
    right: 0;
    left: 0;
    mix-blend-mode: luminosity;
}
.tp-cta-img-2 img {
    mix-blend-mode: luminosity;
}
.tp-cta-counter {
    font-weight: 700;
    font-size: 60px;
    letter-spacing: -0.04em;
}
.tp-cta-progress .progress {
    --bs-progress-height: 10px;
    --bs-progress-bg: rgba(252, 248, 236, 0.1);
}
.tp-cta-btn .tp-btn {
    padding: 23px 28px;
}
.tp-cta-btn .tp-btn .btn-icon {
    margin-top: 1px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cta-one {
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .tp-cta-one .tp-cta-img {
        width: 73%;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cta-one .tp-cta-img {
        width: 60%;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cta-three .tp-help-top {
        padding-left: 30px;
        padding-right: 30px;
    }
}

@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-help-top {
        padding: 25px 30px;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1700px) {
    .tp-help-top {
        padding: 25px 30px;
    }
}
@media (max-width: 574.98px) {
    .tp-help-top {
        padding: 25px 30px;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px) {
    .tp-help-top p br {
        display: none;
    }
}
@media only screen and (min-width: 1700px) and (max-width: 1800px),
    only screen and (min-width: 1600px) and (max-width: 1700px),
    (max-width: 574.98px) {
    .tp-help-list {
        padding-right: 0;
    }
}
.tp-help-list-item {
    display: flex;
    margin-bottom: 14px;
    align-items: center;
}
.tp-help-list span {
    width: 26px;
    height: 26px;
    border-radius: 20px;
    background: rgba(248, 243, 231, 0.1);
    display: inline-block;
    color: #f8f3e7;
    text-align: center;
    font-size: 12px;
    margin-right: 10px;
}
.tp-help-list p {
    font-size: 16px;
    color: #f8f3e7;
    margin: 0;
    font-weight: 500;
}
@media only screen and (min-width: 1400px) and (max-width: 1599px),
    only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-help-list p {
        font-size: 15px;
    }
}
.tp-help-amount h4 {
    color: var(--tp-common-white);
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--tp-ff-p);
}
.tp-help-amount h4 span {
    font-weight: 400;
}
.tp-help-btn {
    padding: 21px 34px;
    border-radius: 0px 0px 12px 0px;
}
.tp-help-btn:hover {
    background-color: #fff;
    color: #073d30;
}

/*----------------------------------------*/
/*  7.16 product css start
/*----------------------------------------*/
.tp-product-action {
    position: absolute;
    top: 40px;
    right: 10px;
}
.tp-product-action-btn {
    display: inline-block;
    width: 38px;
    height: 38px;
    line-height: 38px;
    background-color: var(--tp-common-white);
    box-shadow: 0px 1px 3px rgba(3, 4, 28, 0.12);
    text-align: center;
    position: relative;
    margin-bottom: 6px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition:
        visibility 0.3s ease-out,
        opacity 0.3s ease-out,
        transform 0.3s ease-out,
        background-color 0.3s ease-out;
}
.tp-product-action-btn svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.tp-product-action-btn .button.br_compare_button {
    transition: color 0.3s ease-out;
    display: inline-block;
    padding: 0;
    margin: 0 !important;
}
.tp-product-action-btn .button.br_compare_button i {
    width: auto;
}
.tp-product-action-btn:hover {
    color: var(--tp-common-white);
    background-color: transparent;
}
.tp-product-action-btn:nth-child(1) {
    transition-delay: 0.14s;
}
.tp-product-action-btn:nth-child(2) {
    transition-delay: 0.12s;
}
.tp-product-action-btn:nth-child(3) {
    transition-delay: 0.1s;
}
.tp-product-action-btn:nth-child(4) {
    transition-delay: 0s;
}
.tp-product-action-btn:hover {
    background-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-product-action-btn:hover .tp-product-tooltip {
    visibility: visible;
    opacity: 1;
    right: 100%;
}
.tp-product-thumb img {
    transition: all 0.6s ease;
}
.tp-product-item:hover .tp-product-thumb 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:hover .tp-product-cart {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.tp-product-item:hover .tp-product-cart-btn {
    opacity: 1;
    visibility: visible;
    bottom: 0;
}
.tp-product-item:hover .tp-product-action a,
.tp-product-item:hover .tp-product-action button,
.tp-product-item:hover .tp-product-action .product-action-btn {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
}
.tp-product-item:hover .tp-product-action a:nth-child(1),
.tp-product-item:hover .tp-product-action button:nth-child(1),
.tp-product-item:hover .tp-product-action .product-action-btn:nth-child(1) {
    transition-delay: 0s;
}
.tp-product-item:hover .tp-product-action a:nth-child(2),
.tp-product-item:hover .tp-product-action button:nth-child(2),
.tp-product-item:hover .tp-product-action .product-action-btn:nth-child(2) {
    transition-delay: 0.1s;
}
.tp-product-item:hover .tp-product-action a:nth-child(3),
.tp-product-item:hover .tp-product-action button:nth-child(3),
.tp-product-item:hover .tp-product-action .product-action-btn:nth-child(3) {
    transition-delay: 0.12s;
}
.tp-product-item:hover .tp-product-action a:nth-child(4),
.tp-product-item:hover .tp-product-action button:nth-child(4),
.tp-product-item:hover .tp-product-action .product-action-btn:nth-child(4) {
    transition-delay: 0.14s;
}
.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%);
    right: 90%;
    font-weight: 500;
    font-size: 12px;
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
    z-index: 1;
    display: inline-block;
    width: max-content;
    line-height: 1;
    padding: 4px 8px;
    margin-right: 8px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.tp-product-tooltip::after {
    position: absolute;
    content: "";
    right: 0;
    top: 50%;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    -moz-transform: translate(50%, -50%) rotate(45deg);
    -ms-transform: translate(50%, -50%) rotate(45deg);
    -o-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    height: 8px;
    width: 8px;
    background-color: var(--tp-common-black);
}
.tp-product-cart-btn {
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.tp-product-cart-btn .tp-btn {
    padding: 15px 28px;
    gap: 10px;
}
.tp-product-title {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--tp-ff-p);
}
.tp-product-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-product-rating-icon {
    display: flex;
}
.tp-product-rating-icon span {
    font-size: 11px;
    color: #ffb21d;
    display: inline-block;
}
.tp-product-rating-icon span:not(:last-child) {
    margin-right: 3px;
}
.tp-product-price {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
}
.tp-product-price.new-price {
    margin-right: 3px;
}
.tp-product-price.old-price {
    font-weight: 400;
    font-size: 14px;
    text-decoration-line: line-through;
    color: var(--tp-grey-1);
}
.tp-product-details-thumb-wrapper .nav-tabs {
    margin-right: 0;
    border: none;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link {
    width: 110px;
    height: 110px;
    padding: 0;
    position: relative;
    border-radius: 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: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-product-details-thumb-wrapper .nav-tabs .nav-link {
        width: 101px;
        height: 101px;
    }
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 10px;
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link.active,
.tp-product-details-thumb-wrapper .nav-tabs .nav-link:hover {
    border-color: var(--tp-common-mulberry);
}
.tp-product-details-thumb-wrapper .nav-tabs .nav-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.tp-product-details-nav-main-thumb {
    margin-bottom: 14px;
}
.tp-product-details-nav-main-thumb img {
    max-width: 100%;
}
.tp-product-details-wrapper {
    margin-left: 50px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-product-details-wrapper {
        margin-left: 0;
    }
}
.tp-product-details-wrapper > p {
    font-size: 15px;
    line-height: 1.7;
    font-weight: 500;
}
.tp-product-details-wrapper > p span {
    font-weight: 600;
    color: var(--tp-common-mulberry);
}
.tp-product-details-title {
    font-weight: 600;
    line-height: 1;
    font-size: 36px;
}
.tp-product-details-price {
    font-weight: 500;
    font-size: 22px;
    letter-spacing: -0.02em;
    color: var(--tp-common-black);
}
.tp-product-details-reviews span {
    font-size: 15px;
}
.tp-product-details-rating {
    margin-right: 11px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}
.tp-product-details-rating span {
    font-size: 12px;
    color: #ffb21d;
}
.tp-product-details-rating span:not(:last-child) {
    margin-right: 3px;
}
.tp-product-details-action-title {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 13px;
}
.tp-product-details-quantity .tp-product-quantity {
    width: 122px;
    border-radius: 0;
    position: relative;
}
.tp-product-details-quantity .tp-cart-plus,
.tp-product-details-quantity .tp-cart-minus {
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    left: 14px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: var(--tp-common-black);
    position: absolute;
    top: 50%;
    left: 16px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    transition: all 0.3s 0s ease-out;
}
.tp-product-details-quantity .tp-cart-plus:hover,
.tp-product-details-quantity .tp-cart-minus:hover {
    background-color: var(--tp-common-white);
    color: var(--tp-theme-color);
}
.tp-product-details-quantity .tp-cart-plus {
    left: auto;
    right: 14px;
}
.tp-product-details-quantity .tp-cart-input[type="text"] {
    height: 46px;
    line-height: 46px;
    background-color: var(--tp-common-emerald);
    border: 0;
    border-radius: 0;
    font-size: 16px;
    color: var(--tp-common-black);
    padding: 0 30px;
    width: 100%;
    text-align: center;
    font-weight: 500;
}
.tp-product-details-add-to-cart {
    width: 295px;
}
.tp-product-details-add-to-cart-btn {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    padding: 10px 30px;
}
.tp-product-details-add-to-cart-btn:hover {
    background: var(--tp-common-mulberry);
}
.tp-product-details-wishlist-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    background-color: var(--tp-common-emerald);
    color: var(--tp-common-mulberry);
}
.tp-product-details-wishlist-btn:hover {
    background-color: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}
.tp-product-details-query-item:not(:last-child) {
    margin-bottom: 6px;
}
.tp-product-details-query-item > span {
    font-size: 15px;
    font-weight: 600;
    color: var(--tp-common-black);
    line-height: 1.4;
    margin-right: 6px;
}
.tp-product-details-query-item p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 1.4;
    font-weight: 500;
}
.tp-product-details-social a {
    border-radius: 0;
    background: var(--tp-common-emerald);
    color: var(--tp-common-mulberry);
}
.tp-product-details-social a:hover {
    background: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}
.tp-product-details-desc-wrapper p {
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}
.tp-product-details-tab-line {
    transition: all 0.3s 0s ease-out;
    position: absolute;
    bottom: 0;
    height: 1px;
    background-color: var(--tp-common-black);
    display: block;
}
.tp-product-details-tab-nav .nav-tabs {
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
}
@media (max-width: 574.98px) {
    .tp-product-details-tab-nav .nav-tabs {
        padding-bottom: 0;
    }
}
.tp-product-details-tab-nav .nav-tabs .nav-link {
    font-size: 20px;
    color: var(--tp-common-black);
    padding-left: 0;
    padding-right: 0;
    font-weight: 500;
    position: relative;
    padding: 0;
    margin: 0;
    border: 0;
}
.tp-product-details-tab-nav .nav-tabs .nav-link:not(:last-child) {
    margin-right: 40px;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover {
    color: var(--tp-common-mulberry);
    background: none;
}
.tp-product-details-tab-nav .nav-tabs .nav-link.active::after,
.tp-product-details-tab-nav .nav-tabs .nav-link:hover::after {
    width: 100%;
    left: 0;
    right: auto;
}
@media (max-width: 574.98px) {
    .tp-product-details-tab-nav .nav-tabs .nav-link {
        margin-bottom: 10px;
    }
    .tp-product-details-tab-nav .nav-tabs .nav-link::after {
        position: absolute;
        content: "";
        left: auto;
        right: 0;
        bottom: -1px;
        width: 0%;
        height: 2px;
        transition: all 0.4s ease;
    }
}
@media (max-width: 574.98px) {
    .tp-product-details-tab-nav .nav-tabs span#productTabMarker {
        display: none !important;
    }
}
.tp-product-details-additional-info-title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 16px;
    font-family: var(--tp-ff-p);
}
.tp-product-details-additional-info.tp-table-style-2 {
    padding-top: 50px;
}
.tp-product-details-additional-info.tp-table-style-2 table {
    border: 0;
    border-collapse: separate;
    border-spacing: 0 7px;
    width: 100%;
}
.tp-product-details-additional-info.tp-table-style-2 table tr {
    border: 0;
}
.tp-product-details-additional-info.tp-table-style-2 table tr:not(:last-child) {
    border: 0;
    margin-bottom: 6px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td {
    padding: 7px 24px;
    border: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:first-child {
    padding-left: 24px;
    border-right: 0;
    font-size: 16px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-emerald);
    width: 306px;
}
.tp-product-details-additional-info.tp-table-style-2 table tr td:last-child {
    padding-left: 34px;
}
.tp-product-details-review-title-2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 33px;
    font-family: var(--tp-ff-p);
}
.tp-product-details-review-avater-thumb {
    flex: 0 0 auto;
}
@media (max-width: 574.98px) {
    .tp-product-details-review-avater-thumb {
        margin-bottom: 20px;
    }
}
.tp-product-details-review-avater-thumb img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-right: 20px;
    flex: 0 0 auto;
}
.tp-product-details-review-avater-rating span {
    font-size: 12px;
    margin-right: 2px;
    color: #ffb21d;
}
.tp-product-details-review-avater-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 2px;
    font-family: var(--tp-ff-p);
}
.tp-product-details-review-avater-meta {
    font-size: 14px;
    line-height: 1.2;
    margin-left: 3px;
    display: inline-block;
}
.tp-product-details-review-form-title {
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 4px;
    font-family: var(--tp-ff-p);
}
.tp-product-details-review-form-rating p {
    font-size: 14px;
    margin-right: 8px;
    margin-bottom: 0;
}
.tp-product-details-review-form-rating-icon span {
    font-size: 12px;
    color: #ffb21d;
}
.tp-product-details-review-form > p {
    font-size: 16px;
    margin-bottom: 8px;
}
.tp-product-details-review-item-wrapper-2 {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-product-details-payment {
    background-color: var(--tp-common-emerald);
    padding: 18px 30px;
}
.tp-product-details-payment p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 0;
    margin-right: 46px;
    flex: 0 0 auto;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-product-details-payment p {
        margin-right: 25px;
    }
}
@media (max-width: 574.98px) {
    .tp-product-details-payment p {
        margin-right: 0;
        margin-bottom: 15px;
    }
    .tp-product-details-payment p br {
        display: none;
    }
}

.tp-shop-top {
    padding: 15px 20px;
    padding-left: 30px;
    border: 1px solid rgba(98, 0, 53, 0.1);
}
@media only screen and (min-width: 1200px) and (max-width: 1399px),
    only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-shop-sidebar {
        margin-right: 0;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-shop-result {
        margin-bottom: 15px;
    }
}
.tp-shop-result p {
    font-size: 16px;
    margin-bottom: 0;
    font-weight: 500;
}
.tp-shop-sort-select .nice-select {
    height: 40px;
    line-height: 40px;
    border: 1px solid rgba(98, 0, 53, 0.1);
    width: 230px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-mulberry);
    padding: 0 20px;
    background: transparent;
}
.tp-shop-sort-select .nice-select::after {
    right: 14px;
    color: var(--tp-common-mulberry);
}
.tp-shop-sort-select .nice-select .list {
    width: 100%;
    margin-top: 0;
    border-radius: 0;
    padding: 12px 0;
    font-weight: 500;
    color: var(--tp-common-black);
    background: var(--tp-common-white);
}
.tp-shop-sort-select .nice-select .list .option {
    line-height: 30px;
    min-height: 30px;
    font-weight: 500;
}
.tp-shop-sort-select .nice-select .list .option:hover {
    color: var(--tp-theme-primary);
}
.tp-shop-sort-select .nice-select .list .option.selected {
    color: var(--tp-common-mulberry);
}

.tp-shop-widget-title {
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    padding-bottom: 8px;
    margin-bottom: 25px;
}
.tp-shop-widget-title.no-border {
    border: 0;
    padding-bottom: 0;
    margin-bottom: 14px;
}
.tp-shop-widget-search-input {
    position: relative;
}
.tp-shop-widget-search-input input {
    width: 100%;
    height: 46px;
    border: 1px solid rgba(98, 0, 53, 0.1);
    padding: 0 20px;
    background-color: var(--tp-common-white);
    font-size: 16px;
    padding-right: 45px;
    font-weight: 500;
    color: var(--tp-common-mulberry);
}
.tp-shop-widget-search-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(98, 0, 53, 0.5);
    font-size: 16px;
}
.tp-shop-widget-search-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(98, 0, 53, 0.5);
    font-size: 16px;
}
.tp-shop-widget-search-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: rgba(98, 0, 53, 0.5);
    font-size: 16px;
}
.tp-shop-widget-search-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: rgba(98, 0, 53, 0.5);
    font-size: 16px;
}
.tp-shop-widget-search-input input::placeholder {
    /* MODERN BROWSER */
    color: rgba(98, 0, 53, 0.5);
    font-size: 16px;
}
.tp-shop-widget-search-input input:focus {
    border-color: var(--tp-theme-primary);
}
.tp-shop-widget-search-input button {
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    color: rgba(98, 0, 53, 0.5);
}
.tp-shop-widget-search-input button svg {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.tp-shop-widget-search-input button:hover {
    color: var(--tp-theme-primary);
}
.tp-shop-widget-categories {
    height: 288px;
    overflow-y: scroll;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: thin;
    padding-right: 10px;
}
.tp-shop-widget-categories ul li {
    list-style: none;
    width: 100%;
}
.tp-shop-widget-categories ul li:not(:last-child) {
    margin-bottom: 10px;
}
.tp-shop-widget-categories ul li a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tp-grey-1);
    position: relative;
    padding-left: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.tp-shop-widget-categories ul li a::after {
    position: absolute;
    content: "";
    top: 10px;
    left: 0;
    width: 6px;
    height: 6px;
    text-align: center;
    background-color: var(--tp-common-emerald);
    border-radius: 50%;
    -webkit-transition: 0.4s 0.3s 0s ease-out;
    -moz-transition: 0.4s 0.3s 0s ease-out;
    -ms-transition: 0.4s 0.3s 0s ease-out;
    -o-transition: 0.4s 0.3s 0s ease-out;
    transition: 0.4s 0.3s ease-out;
}
.tp-shop-widget-categories ul li a:hover {
    color: var(--tp-theme-primary);
}
.tp-shop-widget-categories ul li a:hover::after {
    background-color: var(--tp-theme-primary);
}
.tp-shop-widget-categories ul li a:hover span {
    background-color: var(--tp-theme-primary);
    border-color: var(--tp-theme-primary);
    color: var(--tp-common-white);
}
.tp-shop-widget-categories ul li a span {
    font-weight: 500;
    font-size: 12px;
    line-height: 1;
    border: 1px solid rgba(98, 0, 53, 0.1);
    border-radius: 8px;
    padding: 5px 6px 3px;
    -webkit-transition: 0.4s 0.3s 0s ease-out;
    -moz-transition: 0.4s 0.3s 0s ease-out;
    -ms-transition: 0.4s 0.3s 0s ease-out;
    -o-transition: 0.4s 0.3s 0s ease-out;
    transition: 0.4s 0.3s ease-out;
}
.tp-shop-widget-filter .ui-widget.ui-widget-content {
    height: 3px;
    background-color: var(--tp-common-emerald);
    border: 0;
}
.tp-shop-widget-filter .ui-slider-horizontal .ui-slider-range {
    background-color: var(--tp-theme-primary);
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle {
    top: -7px;
    width: 5px;
    height: 17px;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: var(--tp-theme-primary);
    cursor: pointer;
}
.tp-shop-widget-filter .ui-slider .ui-slider-handle:focus {
    outline: none;
}
.tp-shop-widget-filter-info .input-range {
    width: 100px;
}
.tp-shop-widget-filter-info .input-range input {
    width: auto;
    height: auto;
    background-color: transparent;
    color: var(--tp-common-black);
    padding: 0;
    border: 0;
    font-weight: 500;
    font-size: 14px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn {
    font-weight: 400;
    font-size: 14px;
    color: var(--tp-common-mulberry);
    background-color: var(--tp-common-emerald);
    padding: 2px 21px;
}
.tp-shop-widget-filter-info .tp-shop-widget-filter-btn:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-black);
}
.tp-shop-widget-product-item:not(:last-child) {
    margin-bottom: 20px;
}
.tp-shop-widget-product-rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-right: 4px;
}
.tp-shop-widget-product-rating span {
    font-size: 12px;
    color: #ffb21d;
    margin-right: 1px;
}
.tp-shop-widget-product-rating-number span {
    font-weight: 500;
    font-size: 12px;
    color: var(--tp-grey-1);
}
.tp-shop-widget-product-thumb {
    flex: 0 0 auto;
}
.tp-shop-widget-product-thumb img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 14px;
}
.tp-shop-widget-product-title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    font-family: var(--tp-ff-p);
}
.tp-shop-widget-product-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-shop-widget-product-price {
    font-size: 14px;
    color: var(--tp-grey-1);
}

/*----------------------------------------*/
/*  7.3 brand css start
/*----------------------------------------*/
.tp-cart-header-product {
    padding-left: 30px !important;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cart-list {
        overflow-x: scroll;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cart-list {
        overflow-x: scroll;
        margin-right: 0;
    }
}
.tp-cart-list .table > :not(caption) > * > * {
    padding: 20px 0;
    box-shadow: none;
    vertical-align: middle;
}
.tp-cart-list table {
    background: transparent;
}
@media only screen and (min-width: 992px) and (max-width: 1199px),
    only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cart-list table {
        width: 840px;
    }
}
.tp-cart-list thead {
    background-color: #f1f3f4;
}
.tp-cart-list thead th {
    font-weight: 600;
    font-size: 16px;
    color: var(--tp-common-black);
    border: 0 !important;
    padding-top: 9px !important;
    padding-bottom: 9px !important;
    background: var(--tp-common-emerald);
}
.tp-cart-list tr td {
    border-color: rgba(98, 0, 53, 0.1);
}
.tp-cart-list tr td .tp-cart-action-btn {
    font-size: 16px;
    color: var(--tp-grey-1);
    font-weight: 500;
}
.tp-cart-list tr td .tp-cart-action-btn svg {
    transform: translateY(-1px);
}
.tp-cart-list tr td .tp-cart-action-btn:hover {
    color: #ff1826;
}
.tp-cart-list tr td.tp-cart-add-to-cart .tp-btn {
    border-radius: 0;
}
.tp-cart-list tbody {
    --bs-table-bg: transparent;
}
.tp-cart-list tbody tr:first-child td {
    padding-top: 30px !important;
}
.tp-cart-img {
    width: 70px;
    margin-right: 20px;
}
.tp-cart-title a {
    margin-left: 20px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
}
.tp-cart-title a:hover {
    color: var(--tp-theme-primary);
}
.tp-cart-price {
    width: 126px;
}
.tp-cart-price span {
    font-size: 16px;
    color: var(--tp-common-black);
    font-weight: 500;
}
.tp-cart-quantity {
    width: 180px;
}
@media only screen and (min-width: 576px) and (max-width: 767px), (max-width: 574.98px) {
    .tp-cart-coupon {
        margin-bottom: 20px;
    }
}
.tp-cart-coupon-input-box label {
    font-size: 16px;
    color: var(--tp-common-black);
    margin-bottom: 7px;
    font-weight: 500;
}
.tp-cart-coupon-input input {
    background: var(--tp-common-emerald);
    height: 46px;
    line-height: 46px;
    margin-right: 4px;
    max-width: 282px;
    font-size: 14px;
    color: var(--tp-common-black);
    padding-left: 26px;
    padding-right: 26px;
    font-weight: 500;
    border: none;
    text-transform: capitalize;
}
.tp-cart-coupon-input input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #818487;
    text-transform: capitalize;
    font-size: 14px;
}
.tp-cart-coupon-input input::-moz-placeholder {
    /* Firefox 19+ */
    color: #818487;
    text-transform: capitalize;
    font-size: 14px;
}
.tp-cart-coupon-input input:-moz-placeholder {
    /* Firefox 4-18 */
    color: #818487;
    text-transform: capitalize;
    font-size: 14px;
}
.tp-cart-coupon-input input:-ms-input-placeholder {
    /* IE 10+  Edge*/
    color: #818487;
    text-transform: capitalize;
    font-size: 14px;
}
.tp-cart-coupon-input input::placeholder {
    /* MODERN BROWSER */
    color: #818487;
    text-transform: capitalize;
    font-size: 14px;
}
.tp-cart-coupon-input button {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    padding: 10px 30px;
}
.tp-cart-coupon-input button:hover {
    color: var(--tp-common-white);
    background-color: var(--tp-common-mulberry);
}
.tp-cart-update-btn {
    font-weight: 500;
    font-size: 16px;
    color: var(--tp-common-black);
    background-color: var(--tp-common-white);
    padding: 9px 29px;
    border: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-cart-update-btn:hover {
    background-color: var(--tp-common-mulberry);
    border-color: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}
.tp-cart-checkout-wrapper {
    background: var(--tp-common-emerald);
    padding: 36px 24px 28px;
    margin-left: -24px;
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-cart-checkout-wrapper {
        margin-top: 50px;
        margin-left: 0;
    }
}
.tp-cart-checkout-top {
    padding-bottom: 13px;
    margin-bottom: 19px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-cart-checkout-top span {
    font-size: 20px;
    color: var(--tp-common-black);
    font-weight: 500;
}
.tp-cart-checkout-shipping {
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    margin-bottom: 15px;
}
.tp-cart-checkout-shipping-title {
    font-weight: 500;
    font-size: 15px;
    margin-bottom: 7px;
    font-family: var(--tp-ff-p);
}
.tp-cart-checkout-shipping-option:not(:last-child) {
    margin-bottom: 4px;
}
.tp-cart-checkout-shipping-option input {
    display: none;
}
.tp-cart-checkout-shipping-option input:checked + label::after {
    border-color: var(--tp-theme-primary);
}
.tp-cart-checkout-shipping-option input:checked + label::before {
    opacity: 1;
    visibility: visible;
}
.tp-cart-checkout-shipping-option label {
    font-weight: 500;
    font-size: 14px;
    color: var(--tp-common-mulberry);
    position: relative;
    padding-left: 25px;
}
.tp-cart-checkout-shipping-option label:hover {
    cursor: pointer;
}
.tp-cart-checkout-shipping-option label span {
    color: var(--tp-theme-primary);
}
.tp-cart-checkout-shipping-option label::after {
    position: absolute;
    content: "";
    left: 0;
    top: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(98, 0, 53, 0.3);
    transition: all 0.4s ease;
}
.tp-cart-checkout-shipping-option label::before {
    position: absolute;
    content: "";
    left: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-primary);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.tp-cart-checkout-total {
    margin-bottom: 25px;
}
.tp-cart-checkout-total span {
    font-weight: 500;
    font-size: 18px;
    color: var(--tp-common-black);
}
.tp-cart-checkout-btn {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    display: inline-block;
    padding: 10px 30px;
    text-align: center;
}
.tp-cart-checkout-btn:hover {
    background-color: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}

.cartmini__area {
    position: fixed;
    right: 0;
    top: 0;
    width: 360px;
    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;
    -webkit-transition:
        transform 0.45s ease-in-out,
        opacity 0.45s ease-in-out;
    -moz-transition:
        transform 0.45s ease-in-out,
        opacity 0.45s ease-in-out;
    transition:
        transform 0.45s ease-in-out,
        opacity 0.45s ease-in-out;
    z-index: 999;
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}
.cartmini__area::-webkit-scrollbar {
    display: none;
    /* for Chrome, Safari, and Opera */
}
.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%;
}
.cartmini__title {
    padding: 20px 20px;
    border-bottom: 1px solid var(--tp-border-5);
    box-shadow: 0 0 10px 0 rgba(129, 129, 129, 0.2);
}
.cartmini__title h4 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 0;
}
.cartmini__close {
    position: absolute;
    top: 17px;
    right: 20px;
}
.cartmini__close-btn {
    background: transparent;
    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__widget {
    height: 100%;
}
.cartmini__widget-item {
    position: relative;
    display: flex;
    padding: 20px;
    padding-right: 35px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
    transition: background-color 0.3s;
}
.cartmini__thumb {
    margin-right: 15px;
}
.cartmini__thumb img {
    width: 70px;
    height: 90px;
}
.cartmini__content h5 {
    font-size: 15px;
    margin-bottom: 12px;
    font-weight: 600;
    font-family: var(--tp-ff-p);
}
.cartmini__content h5 a:hover {
    color: var(--tp-theme-primary);
}
.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 rgba(98, 0, 53, 0.1);
    background-color: var(--tp-common-white);
    padding: 0;
}
.cartmini__content .tp-product-quantity .tp-cart-plus,
.cartmini__content .tp-product-quantity .tp-cart-minus {
    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-plus svg,
.cartmini__content .tp-product-quantity .tp-cart-minus 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-plus::after,
.cartmini__content .tp-product-quantity .tp-cart-minus::after {
    display: none;
}
.cartmini__content .tp-product-quantity .tp-cart-plus {
    left: auto;
    right: 3px;
}
.cartmini__del {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    color: var(--tp-common-black);
    font-size: 12px;
}
.cartmini__del:hover {
    color: var(--tp-theme-primary);
}
.cartmini__checkout {
    padding: 20px;
    padding-bottom: 85px;
    width: 100%;
    background: var(--tp-common-white);
}
.cartmini__checkout-title h4 {
    font-size: 18px;
    display: inline-block;
    font-weight: 600;
    margin-bottom: 0;
}
.cartmini__checkout-title span {
    float: right;
    font-size: 20px;
    color: var(--tp-common-black);
    font-weight: 600;
    color: var(--tp-theme-primary);
}
.cartmini__checkout-btn .tp-btn {
    font-size: 15px;
    text-transform: capitalize;
}
.cartmini__checkout-btn .tp-btn:hover {
    background-color: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}
.cartmini__checkout-btn .tp-btn-border {
    font-size: 15px;
    text-transform: capitalize;
    background: transparent;
    border: 1px solid rgba(98, 0, 53, 0.1);
    color: var(--tp-common-black);
}
.cartmini__price {
    font-size: 14px;
    font-weight: 600;
    color: var(--tp-theme-primary);
}
.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;
}
.cartmini__empty .tp-btn {
    background-color: var(--tp-grey-1);
    font-size: 15px;
    text-transform: capitalize;
    color: var(--tp-common-black);
    padding: 10px 30px;
}
.cartmini__empty .tp-btn:hover {
    background-color: var(--tp-common-black);
    color: var(--tp-common-white);
}

/*----------------------------------------*/
/*  7.5 checkout CSS
/*----------------------------------------*/
.tp-checkout-verify-item {
    margin-bottom: 40px;
}
.tp-checkout-verify-item:not(:last-child) {
    margin-bottom: 14px;
}
.tp-checkout-verify-reveal {
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-mulberry);
    margin-bottom: 0;
    display: inline-block;
    border: 1px dashed rgba(98, 0, 53, 0.1);
    padding: 8px 26px;
    width: 100%;
}
.tp-checkout-verify-reveal button {
    color: var(--tp-theme-primary);
    position: relative;
}
.tp-checkout-verify-reveal button::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 4px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-theme-primary);
}
.tp-checkout-btn {
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    color: var(--tp-common-white);
    background-color: var(--tp-theme-primary);
    height: 50px;
    line-height: 50px;
    padding: 0 30px;
    border-radius: 100px;
    text-align: center;
}
.tp-checkout-btn:hover {
    background-color: var(--tp-common-mulberry);
    color: var(--tp-common-white);
}
.tp-checkout-input {
    margin-bottom: 20px;
}
.tp-checkout-input label {
    font-weight: 500;
    color: var(--tp-common-mulberry);
    font-size: 14px;
    margin-bottom: 5px;
}
.tp-checkout-input label span {
    color: red;
}
.tp-checkout-input input,
.tp-checkout-input textarea {
    width: 100%;
    color: var(--tp-common-mulberry);
    height: 50px;
    padding: 0 26px;
    line-height: 56px;
    font-size: 14px;
    background: var(--tp-common-emerald);
    border-radius: 100px;
    font-weight: 500;
    border: none;
}
.tp-checkout-input input::placeholder,
.tp-checkout-input textarea::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-checkout-input textarea {
    height: 200px;
    resize: none;
    border-radius: 20px;
}
.tp-checkout-input .nice-select {
    height: 50px;
    line-height: 48px;
    border-radius: 0;
    border: none;
    color: var(--tp-common-mulberry);
    float: none;
    font-weight: 500;
    padding: 0 26px;
    background: var(--tp-common-emerald);
    border-radius: 100px;
}
.tp-checkout-input .nice-select::after {
    right: 26px;
    color: var(--tp-common-mulberry);
}
.tp-checkout-input .nice-select.open .list {
    -webkit-transform: scale(1) translateY(0px);
    -moz-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    -o-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.tp-checkout-input .nice-select .list {
    margin-top: 0;
    border-radius: 0;
    transform-origin: center center;
    -webkit-transform: scale(0.9) translateY(0px);
    -moz-transform: scale(0.9) translateY(0px);
    -ms-transform: scale(0.9) translateY(0px);
    -o-transform: scale(0.9) translateY(0px);
    transform: scale(0.9) translateY(0px);
    width: 100%;
    padding: 12px 0;
    background: var(--tp-common-white);
}
.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-primary);
}
.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-primary);
    border-color: var(--tp-theme-primary);
}
.tp-checkout-option input:checked ~ label::before {
    visibility: visible;
    opacity: 1;
}
.tp-checkout-bill-area {
    padding: 45px 40px 24px;
    border: 1px solid rgba(98, 0, 53, 0.1);
}
@media (max-width: 574.98px) {
    .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;
    background: var(--tp-common-emerald);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .tp-checkout-place {
        padding: 35px 30px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px),
    only screen and (min-width: 576px) and (max-width: 767px),
    (max-width: 574.98px) {
    .tp-checkout-place {
        margin-top: 50px;
    }
}
@media (max-width: 574.98px) {
    .tp-checkout-place {
        padding: 45px 25px 24px;
    }
}
.tp-checkout-place-title {
    font-size: 26px;
    font-weight: 600;
    margin-right: 37px;
    margin-bottom: 30px;
}
.tp-checkout-payment {
    padding-bottom: 26px;
    margin-bottom: 24px;
    border-bottom: 1px solid rgba(98, 0, 53, 0.1);
}
.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::after {
    border-color: var(--tp-theme-primary);
}
.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: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(98, 0, 53, 0.3);
    transition: all 0.4s ease;
}
.tp-checkout-payment-item label::before {
    position: absolute;
    content: "";
    left: 3px;
    top: 8px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--tp-theme-primary);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.tp-checkout-payment-item label img {
    margin-left: 14px;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}
.tp-checkout-payment-item label a {
    margin-left: 20px;
    position: relative;
}
.tp-checkout-payment-item label a::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 3px;
    width: 100%;
    height: 1px;
    background-color: var(--tp-common-black);
}
.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: #f6f7f9;
    -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: #f6f7f9;
    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: transparent;
    border: 1px solid rgba(98, 0, 53, 0.1);
}
.tp-return-customer-input {
    margin-bottom: 20px;
}
.tp-return-customer-input label {
    font-weight: 500;
    color: var(--tp-common-mulberry);
}
.tp-return-customer-input label span {
    color: red;
}
.tp-return-customer-input input {
    width: 100%;
    background: var(--tp-common-emerald);
    border: none;
    color: var(--tp-common-mulberry);
    height: 50px;
    padding: 0 26px;
    line-height: 56px;
    font-weight: 500;
    border-radius: 100px;
    font-size: 14px;
}
.tp-return-customer-input input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: rgba(98, 0, 53, 0.5);
}
.tp-return-customer-input input:focus {
    border-color: var(--tp-theme-primary);
}
.tp-return-customer-remeber {
    display: flex;
}
.tp-return-customer-remeber input {
    margin: 0;
    appearance: none;
    -moz-appearance: none;
    display: block;
    width: 20px;
    height: 20px;
    outline: none;
    flex: 0 0 auto;
    background: transparent;
    -webkit-transform: translateY(2px);
    -moz-transform: translateY(2px);
    -ms-transform: translateY(2px);
    -o-transform: translateY(2px);
    transform: translateY(2px);
    padding: 0;
    margin-right: 10px;
    border: 1px solid rgba(98, 0, 53, 0.2);
    border-radius: 4px;
}
.tp-return-customer-remeber input:checked {
    position: relative;
    background-color: var(--tp-theme-primary);
    border-color: transparent;
    border: 1px solid rgba(98, 0, 53, 0.2);
    border-radius: 4px;
}
.tp-return-customer-remeber input:checked::after {
    box-sizing: border-box;
    position: absolute;
    content: "\f00c";
    font-weight: 700;
    font-family: var(--tp-ff-fontawesome);
    font-size: 14px;
    color: var(--tp-common-white);
    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%);
}
.tp-return-customer-remeber input:hover {
    cursor: pointer;
}
.tp-return-customer-remeber label {
    font-size: 15px;
    font-weight: 500;
    color: var(--tp-grey-1);
    position: relative;
    z-index: 1;
    cursor: pointer;
}
.tp-return-customer-remeber label a:hover {
    color: var(--tp-theme-primary);
}
.tp-return-customer-remeber label:hover {
    cursor: pointer;
}
.tp-return-customer-forgot a {
    font-weight: 500;
    font-size: 15px;
    color: var(--tp-theme-primary);
    position: relative;
    display: inline-block;
}
.tp-return-customer-forgot a::after {
    position: absolute;
    content: url("../../assets/img/product/icon/check.svg");
    left: auto;
    right: 0;
    bottom: 4px;
    width: 0%;
    height: 1px;
    background-color: var(--tp-theme-primary);
    transition: all 0.4s ease;
}
.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: 574.98px) {
    .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-bottom: 1px solid rgba(98, 0, 53, 0.1);
    border-radius: 50%;
}
.tp-order-details-icon span svg {
    transform: translateY(-1px);
}
.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: 574.98px) {
    .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: 574.98px) {
    .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 rgba(98, 0, 53, 0.1);
}
.tp-order-info-list ul li span {
    font-size: 15px;
    color: var(--tp-common-mulberry);
    font-weight: 500;
}
.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;
    font-family: var(--tp-ff-p);
}
.tp-order-info-list ul li.tp-order-info-list-desc p {
    font-size: 15px;
    margin-bottom: 0;
    font-weight: 500;
}
.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::after {
    border-color: var(--tp-theme-primary);
}
.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-primary);
}
.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: 5px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px solid rgba(98, 0, 53, 0.1);
    transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-shipping span label::before {
    position: absolute;
    content: "";
    right: 4px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--tp-theme-primary);
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}
.tp-order-info-list ul li.tp-order-info-list-total {
    padding: 14px 0;
}
.tp-order-info-list ul li.tp-order-info-list-total span {
    font-size: 16px;
    font-weight: 500;
}
.tp-order-inner {
    background-color: var(--tp-common-white);
    box-shadow: 0px 30px 70px rgba(98, 0, 53, 0.1);
}

/*# sourceMappingURL=main.css.map */

.tp-hero-spacing {
    padding-top: 100px;
    padding-bottom: 180px;
    margin-left: 93px;
}
@media (max-width: 576px) {
    .tp-join-number {
        font-size: 120px;
    }
}

.form-style {
    border: 1px solid white;
    border-radius: 20px;
    padding-left: 20px;
    padding-right: 20px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
/* icon */
.fixed-bottom-left {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999;
    width: 80px;
}

.fixed-bottom-right {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 999;
    width: 80px;
}

.fixed-center-right {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 999;
    width: 80px;
    transform: translateY(-50%);
}

.fg-whatsapp {
    color: #29b53f;
}

.fg-phone {
    color: #2396f2;
}

.fg-facebook {
    color: #4867aa;
}

.fg-instagram {
    color: #ea4e21;
}

.fg-youtube {
    color: #ff0000;
}

.fg-mail {
    color: #bf3121;
}

.fg-enquiry {
    color: #10b8b9;
}
.about {
    border: 1px solid white;
    padding: 4px 4px 4px 4px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
@media (max-width: 368px) {
    .tp-hero-spacing {
        padding-top: 0px;
        margin-left: 0px;
    }
}
@media (max-width: 576px) {
    .tp-hero-spacing {
        padding-top: 0px;
        margin-left: 0px;
    }

    .tp-hero-dec {
        line-height: 22px;
        font-size: 15px;
    }
    .text-one {
        font-size: 18px;
    }
    .tp-header-logo {
        width:250px;
    }

}
@media (max-width:576px) {
.preloader {
    display:none;
}
.tp-event{
  border: 1px solid #f6e5e5;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.about-img{
  border: 5px solid white;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

































