/*============================================

   Theme Name: Apexa - Business Consulting HTML Template
   Author : alithemes
   Support: doanmanhhieu@gmail.com
   Description: Apexa - Business Consulting HTML Template
   Version: 1.0

==============================================*/

/* CSS Index
==============================================

    01. Theme Default CSS
    02. Header
    03. Mobile Menu
    04. Banner
    05. Slider
    06. About
    07. Services
    08. Choose
    09. Project
    10. Pricing
    11. Request
    12. Consulting
    13. Testimonial
    14. Features
    15. Marquee
    16. Fact
    17. Team
    18. Call-back
    19. Blog
    20. Contact
    21. Brand
    22. 404 Error
    23. Footer

==============================================*/

/*============================================
/*  01. Theme Default CSS
==============================================*/

@import url("https://fonts.googleapis.com/css2?family=Baloo+Bhaina+2:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap");
:root {
    --tg-body-font-family: 'Plus Jakarta Sans', sans-serif;
    --tg-heading-font-family: 'Baloo Bhaina 2', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.75;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #445374;
    --tg-heading-color: #002169;
    --tg-theme-primary: #894B8D;
    --tg-theme-secondary: #002169;
    --tg-color-dark-blue: #0E104B;
    --tg-color-dark-blue-2: #001950;
    --tg-color-light-blue: #37528E;
    --tg-color-yellow-default: #FFBE17;
    --tg-color-yellow-light: #F9EADC;
    --tg-color-white-default: #ffffff;
    --tg-color-red-default: #ED1730;
    --tg-color-gray-1: #ACB9D8;
    --tg-color-gray-2: #686677;
    --tg-color-gray-3: #C2A8C2;
    --tg-color-gray-4: #F7F4F7;
    --tg-color-gray-5: #8FA5D6;
    --tg-color-gray-6: #D0DAEF;
    --tg-color-gray-7: #9399A6;
    --tg-color-dark: #111111;
    --tg-color-black-1: #06042E;
    --tg-color-black-2: #161439;
    --tg-border-1: #C8C2C8;
    --tg-border-2: #D0CACA;
    --tg-border-3: #CCD2E1;
    --tg-border-4: #DBE3EB;
    --tg-border-5: #F8F8F8;
    --tg-border-6: #E6E6E6;
    --tg-fw-extra-bold: 800;
    --tg-fw-bold: 700;
    --tg-fw-semi-bold: 600;
    --tg-fw-medium: 500;
    --tg-fw-regular: 400;
    --tg-fw-light: 300;
}

/*=============================
	Typography css start
===============================*/

body {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    line-height: var(--tg-body-line-height);
}

img,
.img {
    max-width: 100%;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a,
button {
    color: var(--tg-theme-primary);
    outline: none;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.btn:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

a:hover,
button:hover {
    color: var(--tg-theme-primary);
    text-decoration: none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    margin-top: 0px;
    font-weight: var(--tg-fw-bold);
    line-height: var(--tg-heading-line-height);
    text-transform: unset;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.5rem;
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

.list-wrap {
    margin: 0px;
    padding: 0px;
}

.list-wrap li {
    list-style: none;
}

p {
    font-family: var(--tg-body-font-family);
    font-size: var(--tg-body-font-size);
    line-height: var(--tg-body-line-height);
    font-weight: var(--tg-fw-regular);
    color: var(--tg-body-color);
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-color-gray-1);
    border-top: 0 none;
    margin: 30px 0;
    padding: 0;
}

label {
    color: var(--tg-heading-color);
    cursor: pointer;
    font-size: var(--tg-body-font-size);
    font-weight: var(--tg-fw-regular);
}

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(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

::-moz-selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

::selection {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    text-shadow: none;
}

/*=============================
    - Input Placeholder
===============================*/

input,
textarea {
    color: var(--tg-body-color);
}

*::-moz-placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

*::placeholder {
    color: var(--tg-body-color);
    font-size: var(--tg-body-font-size);
    opacity: 1;
}

/*=============================
    - Common Classes
===============================*/

.fix {
    overflow: hidden;
}

.clear {
    clear: both;
}

/*=============================
    - Bootstrap Custom
=============================*/

.container {
    padding-left: 15px;
    padding-right: 15px;
}

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

.gutter-y-30 {
    --bs-gutter-y: 30px;
}

.gx-0 {
    --bs-gutter-x: 0;
}

.gutter-24 {
    --bs-gutter-x: 24px;
}

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

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

.container {
    max-width: 1320px;
}

@media (max-width: 1500px) {
    .container {
        max-width: 1250px;
    }
}

@media (max-width: 1199.98px) {
    .container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .container {
        max-width: 540px;
    }
}

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

@media (max-width: 1800px) {
    .custom-container {
        max-width: 1680px;
    }
}

@media (max-width: 1500px) {
    .custom-container {
        max-width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .custom-container {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container {
        max-width: 540px;
    }
}

.custom-container-two {
    max-width: 1350px;
}

@media (max-width: 1800px) {
    .custom-container-two {
        max-width: 1350px;
    }
}

@media (max-width: 1500px) {
    .custom-container-two {
        max-width: 1330px;
    }
}

@media (max-width: 1199.98px) {
    .custom-container-two {
        max-width: 960px;
    }
}

@media (max-width: 991.98px) {
    .custom-container-two {
        max-width: 720px;
    }
}

@media (max-width: 767.98px) {
    .custom-container-two {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .custom-container-two {
        max-width: 540px;
    }
}

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

/*=============================
	02. Button style
===============================*/

.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: medium none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: var(--tg-color-white-default);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1;
    margin-bottom: 0;
    padding: 20px 30px 16px 30px;
    text-align: center;
    text-transform: capitalize;
    touch-action: manipulation;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    --arrow-hover-move-x: -110%;
}

.btn::before {
    content: "";
    position: absolute;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    width: 200%;
    height: 200%;
    top: 110%;
    left: 50%;
    background: var(--tg-theme-secondary);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: -1;
}

.btn svg {
    -webkit-transform: translateY(-2.5px);
    -moz-transform: translateY(-2.5px);
    -ms-transform: translateY(-2.5px);
    -o-transform: translateY(-2.5px);
    transform: translateY(-2.5px);
}

.btn svg path {
    transition: transform 0.38s cubic-bezier(0.37, 0.08, 0.02, 0.93), opacity 0.18s ease-out;
}

.btn svg path:nth-of-type(1) {
    transform: translateX(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.btn svg path:nth-of-type(2) {
    transform: translateX(calc(1 * var(--arrow-hover-move-x)));
    opacity: 0.5;
    transition-delay: 0s, 0s;
}

.btn:hover,
.btn:focus-visible {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
}

.btn:hover:before,
.btn:focus-visible:before {
    top: -40%;
}

.btn:hover svg path:nth-of-type(1),
.btn:focus-visible svg path:nth-of-type(1) {
    transform: translateX(calc(-1 * var(--arrow-hover-move-x)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

.btn:hover svg path:nth-of-type(2),
.btn:focus-visible svg path:nth-of-type(2) {
    transform: translateX(0) translateY(0);
    opacity: 1;
    transition-delay: 0.15s, 0.15s;
}

.btn-two {
    background: var(--tg-color-gray-4);
    color: var(--tg-theme-primary);
}

.btn-two:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-color-gray-4);
}

.btn-two::before {
    background: var(--tg-theme-secondary);
}

.border-btn {
    border: 1px solid var(--tg-theme-primary);
    background: transparent;
    color: var(--tg-body-color);
}

.border-btn:hover {
    background: transparent;
    border-color: var(--tg-theme-primary);
}

.border-btn:hover::before {
    background: var(--tg-theme-primary);
}

.border-btn.white-btn {
    color: var(--tg-color-white-default);
    border-color: var(--tg-color-white-default);
}

.border-btn.white-btn:hover {
    color: var(--tg-theme-secondary);
}

.border-btn.white-btn:hover::before {
    background: var(--tg-color-white-default);
}

/*=============================
    03. Preloader
===============================*/

#preloader {
    background-color: var(--tg-color-white-default);
    height: 100%;
    width: 100%;
    position: fixed;
    margin-top: 0px;
    top: 0px;
    z-index: 9999;
}

#preloader .loader .loader-container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border: 3px solid #fdf2f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

#preloader .loader .loader-container::before {
    position: absolute;
    content: "";
    display: block;
    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%);
    width: 100px;
    height: 100px;
    border-top: 3px solid var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    animation: loaderspin 1.8s infinite ease-in-out;
    -webkit-animation: loaderspin 1.8s infinite ease-in-out;
}

#preloader .loader .loader-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    text-align: center;
}

#preloader .loader .loader-icon img {
    animation: loaderpulse alternate 900ms infinite;
    width: 40px;
}

@keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@-webkit-keyframes loaderspin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes loaderpulse {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}

/*=============================
    04. Background color
===============================*/

.grey-bg {
    background: var(--tg-color-gray-1);
}

.white-bg {
    background: var(--tg-color-white-default);
}

.black-bg {
    background: var(--tg-color-black-1);
}

/*=============================
	05. OffCanvas
===============================*/

.offCanvas__info {
    background: var(--tg-color-white-default) none repeat scroll 0 0;
    height: 100%;
    padding: 30px;
    position: fixed;
    right: 0;
    top: 0;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    width: 340px;
    z-index: 999;
    overflow-y: scroll;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
}

.offCanvas__info.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

.offCanvas__info::-webkit-scrollbar {
    width: 0px;
}

.offCanvas__close-icon {
    margin-top: -16px;
    text-align: right;
}

.offCanvas__close-icon button {
    background: transparent;
    border: 0 none;
    color: var(--tg-theme-primary);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
}

.offCanvas__logo img {
    max-height: 45px;
}

.offCanvas__side-info {
    border-top: 1px solid var(--tg-theme-primary);
    padding-top: 25px;
}

.offCanvas__side-info .contact-list h4 {
    color: var(--tg-heading-color);
    font-weight: 700;
    font-size: 18px;
}

.offCanvas__side-info .contact-list p {
    color: var(--tg-body-color);
    margin: 0;
    margin-bottom: 2px;
    line-height: 26px;
}

.offCanvas__social-icon a {
    color: var(--tg-theme-primary);
    display: inline-block;
    margin-right: 20px;
    text-align: center;
}

.offCanvas__social-icon a:hover {
    color: var(--tg-theme-secondary);
}

.offCanvas__overly {
    position: fixed;
    background: #000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.offCanvas__overly.active {
    opacity: 0.7;
    visibility: visible;
}

/*=============================
	06. Search
===============================*/

.search__popup {
    padding-top: 70px;
    padding-bottom: 100px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--tg-color-white-default);
    backdrop-filter: blur(10px);
    z-index: 99;
    -webkit-transform: translateY(calc(-100% - 80px));
    -moz-transform: translateY(calc(-100% - 80px));
    -ms-transform: translateY(calc(-100% - 80px));
    -o-transform: translateY(calc(-100% - 80px));
    transform: translateY(calc(-100% - 80px));
    -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -moz-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;
    transition-delay: 0.5s;
}

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

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

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

.search__input {
    position: relative;
    height: 80px;
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
}

.search__input::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 0%;
    height: 1px;
    background-color: var(--tg-theme-primary);
    transition-delay: 0.3s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

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

.search__input input::placeholder {
    font-size: 24px;
}

.search__input button {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 18px;
    color: var(--tg-theme-primary);
    border: none;
    padding: 0 0;
    background: transparent;
}

.search__close {
    position: absolute;
    top: 10%;
    right: 2%;
    z-index: 2;
}

.search-close-btn {
    margin: 0;
    padding: 0;
    border: none;
    color: var(--tg-theme-primary);
    cursor: pointer;
    background: transparent;
}

.search-popup-overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 4;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    transition-delay: 0.5s;
    opacity: 0;
    visibility: hidden;
    background: #000d25;
}

.search-popup-overlay.search-popup-overlay-open {
    opacity: 0.55;
    visibility: visible;
    transition-delay: 0s;
}

.search-input-field~.search-focus-border {
    position: absolute;
    bottom: 0;
    left: auto;
    right: 0;
    width: 0;
    height: 1px;
    background-color: var(--tg-theme-primary);
    transition: all 0.5s;
}

.search-input-field:focus~.search-focus-border {
    width: 100%;
    left: 0;
    right: auto;
    transition: all 0.5s;
}

/*=========================
   07. Breadcrumb
===========================*/

.breadcrumb__area {
    background: #F6F5F7;
    position: relative;
    z-index: 1;
}

.breadcrumb__content {
    padding: 76px 0;
}

@media (max-width: 1199.98px) {
    .breadcrumb__content {
        padding: 70px 0;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content {
        padding: 60px 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__content {
        padding: 70px 0;
    }
}

.breadcrumb__content .title {
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 1;
}

@media (max-width: 1500px) {
    .breadcrumb__content .title {
        font-size: 45px;
    }
}

@media (max-width: 1199.98px) {
    .breadcrumb__content .title {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__content .title {
        font-size: 38px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .breadcrumb__content .title {
        font-size: 40px;
    }
}

.breadcrumb__content .breadcrumb {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1.3;
    gap: 5px;
}

.breadcrumb__content .breadcrumb>* {
    font-size: 15px;
    color: var(--tg-theme-primary);
    font-weight: 500;
}

.breadcrumb__content .breadcrumb>* a {
    color: var(--tg-body-color);
}

.breadcrumb__content .breadcrumb>* a:hover {
    color: var(--tg-theme-primary);
}

.breadcrumb__content .breadcrumb .breadcrumb-separator {
    line-height: 0;
    font-size: 16px;
    margin-top: 1px;
    font-weight: 700;
    margin-top: 2px;
    color: var(--tg-body-color);
}

.breadcrumb__img {
    text-align: right;
}

@media (max-width: 991.98px) {
    .breadcrumb__img {
        display: none;
    }
}

.breadcrumb__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.breadcrumb__shape-wrap img:nth-child(1) {
    left: 0;
    top: 0;
    max-width: 423px;
}

@media (max-width: 1500px) {
    .breadcrumb__shape-wrap img:nth-child(1) {
        max-width: 300px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__shape-wrap img:nth-child(1) {
        max-width: 200px;
    }
}

.breadcrumb__shape-wrap img:nth-child(2) {
    right: 0;
    bottom: 0;
    max-width: 261px;
}

@media (max-width: 1500px) {
    .breadcrumb__shape-wrap img:nth-child(2) {
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .breadcrumb__shape-wrap img:nth-child(2) {
        max-width: 150px;
    }
}

/*=============================
    08. Scroll Top
===============================*/

.scroll__top {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -10%;
    right: 50px;
    font-size: 16px;
    border-radius: 4px;
    z-index: 99;
    color: var(--tg-color-white-default);
    text-align: center;
    cursor: pointer;
    background: var(--tg-theme-primary);
    transition: 1s ease;
    border: none;
}

@media (max-width: 1199.98px) {
    .scroll__top {
        right: 25px;
        bottom: 25px;
    }
}

@media (max-width: 991.98px) {
    .scroll__top {
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .scroll__top {
        right: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
    }
}

.scroll__top.open {
    bottom: 30px;
}

@media (max-width: 767.98px) {
    .scroll__top.open {
        bottom: 15px;
    }
}

.scroll__top::after {
    position: absolute;
    z-index: -1;
    content: "";
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 1;
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0) 80%);
}

.scroll__top:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

/*=============================
	09. Section Title
===============================*/

.section__title .sub-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    margin-bottom: 14px;
    display: inline-flex;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    gap: 6px;
}

.section__title .sub-title svg {
    color: var(--tg-color-gray-3);
    transform: translateY(-3px);
}

.section__title .title {
    margin-bottom: 0;
    font-size: 40px;
    text-transform: capitalize;
    line-height: 1.1;
}

@media (max-width: 1199.98px) {
    .section__title .title {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .section__title .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .section__title .title {
        font-size: 36px;
    }
}

@media (max-width: 991.98px) {
    .section__title .title br {
        display: none;
    }
}

.section__title p {
    margin-bottom: 0;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .section__title p br {
        display: none;
    }
}

.section__title-two .title {
    margin-bottom: 0;
    font-size: 30px;
    font-weight: 600;
    line-height: 1.1;
    position: relative;
    display: inline-block;
    padding-right: 13px;
}

.section__title-two .title svg {
    position: absolute;
    right: 0;
    top: -8px;
    color: var(--tg-theme-primary);
}

.section__title.white-title .sub-title {
    color: var(--tg-color-gray-5);
}

.section__title.white-title .sub-title svg {
    color: var(--tg-color-light-blue);
}

.section__title.white-title .title {
    color: var(--tg-color-white-default);
}

.section__title.white-title p {
    color: var(--tg-color-gray-5);
}

@media (max-width: 991.98px) {
    .section__title.mb-40 {
        margin-bottom: 30px;
    }
}

/*=============================
    10. Select2 CSS
===============================*/

.tgmenu__search-form .select2-container {
    margin-left: -17px;
}

.tgmenu__search-form .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 15px;
    padding-right: 18px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.1rem center;
    background-size: 16px 12px;
    font-size: 14px;
    color: var(--tg-body-color);
    font-weight: 500;
}

.tgmenu__search-form .select2-container .select2-selection--single {
    height: auto;
}

.course-category-dropdown {
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-border-2);
    margin: 0 0;
}

.course-category-dropdown .select2-results__options {
    margin-top: 7px;
}

.course-category-dropdown .select2-results__option {
    padding: 1px 10px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.course-category-dropdown .select2-results__option--selectable:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

/*=============================
	11. Header
===============================*/

.transparent-header {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 9;
    height: auto;
}

.tg-header__top {
    background: var(--tg-theme-secondary);
    padding: 12px 0;
}

@media (max-width: 767.98px) {
    .tg-header__top {
        display: none;
    }
}

.tg-header__top-info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 40px;
}

@media (max-width: 991.98px) {
    .tg-header__top-info {
        justify-content: center;
        margin-bottom: 10px;
    }
}

.tg-header__top-info li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-color-gray-1);
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

.tg-header__top-info li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(16deg);
    -moz-transform: translateY(-50%) rotate(16deg);
    -ms-transform: translateY(-50%) rotate(16deg);
    -o-transform: translateY(-50%) rotate(16deg);
    transform: translateY(-50%) rotate(16deg);
    width: 2px;
    height: 16px;
    background: var(--tg-color-gray-1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.tg-header__top-info li:last-child::before {
    display: none;
}

.tg-header__top-info li i {
    color: var(--tg-color-white-default);
    font-size: 20px;
    line-height: 0;
}

.tg-header__top-info li a {
    color: var(--tg-color-gray-1);
}

.tg-header__top-info li a:hover {
    color: var(--tg-color-white-default);
}

.tg-header__top-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 40px;
}

@media (max-width: 1199.98px) {
    .tg-header__top-right {
        gap: 15px;
    }
}

@media (max-width: 991.98px) {
    .tg-header__top-right {
        justify-content: center;
    }
}

.tg-header__top-right>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--tg-color-gray-1);
    font-size: 15px;
    font-weight: 400;
    position: relative;
}

@media (max-width: 1199.98px) {
    .tg-header__top-right>li:first-child {
        display: none;
    }
}

.tg-header__top-right>li::before {
    content: "";
    position: absolute;
    right: -20px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(16deg);
    -moz-transform: translateY(-50%) rotate(16deg);
    -ms-transform: translateY(-50%) rotate(16deg);
    -o-transform: translateY(-50%) rotate(16deg);
    transform: translateY(-50%) rotate(16deg);
    width: 2px;
    height: 16px;
    background: var(--tg-color-gray-1);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.tg-header__top-right>li:last-child::before {
    display: none;
}

.tg-header__top-right>li i {
    color: var(--tg-color-white-default);
    font-size: 20px;
    line-height: 0;
}

.tg-header__top-right>li a {
    color: var(--tg-color-gray-1);
}

.tg-header__top-right>li a:hover {
    color: var(--tg-color-white-default);
}

.tg-header__top-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}

.tg-header__top-social .list-wrap li a {
    font-size: 15px;
    color: var(--tg-color-white-default);
}

.tg-header__top-social .list-wrap li a i {
    font-size: 15px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.tg-header__top-social .list-wrap li a:hover i {
    opacity: 0.7;
}

.tg-header__inner-wrap {
    display: flex;
    align-items: center;
}

.tg-header__logo-wrap {
    width: 12.5%;
    flex: 0 0 auto;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .tg-header__logo-wrap {
        display: none;
    }
}

.tg-header__right-side {
    flex-grow: 1;
    border-left: 1px solid var(--tg-color-gray-5);
}

.tg-header__area {
    background: rgba(255, 255, 255, 0.3);
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 5px 0px;
}

@media (max-width: 991.98px) {
    .tg-header__area {
        padding: 15px 0;
    }
}

.tg-header__area-two {
    padding: 15px 0;
    box-shadow: none;
}

@media (max-width: 1500px) {
    .tg-header__area-two {
        padding: 10px 0;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__area-two {
        padding: 0 0;
    }
}

@media (max-width: 991.98px) {
    .tg-header__area-two {
        padding: 15px 0;
    }
}

.tg-header__area-two.sticky-menu {
    padding: 0;
}

@media (max-width: 991.98px) {
    .tg-header__area-two.sticky-menu {
        padding: 15px 0;
    }
}

.tg-header__area-three {
    background: var(--tg-theme-secondary);
}

@media (max-width: 1199.98px) {
    .tg-header__area-three {
        padding: 15px 0;
    }
}

.tg-header__area-three.sticky-menu {
    background: var(--tg-theme-secondary);
}

@media (max-width: 1199.98px) {
    .tg-header__area-three .logo.text-center {
        text-align: left !important;
    }
}

.tg-header__area-three .tgmenu__navbar-wrap>ul {
    margin: 0 0;
}

@media (max-width: 1500px) {
    .tg-header__area-three .tgmenu__navbar-wrap>ul>li {
        margin-right: 15px;
    }
}

.tg-header__area-three .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-color-white-default);
}

.tg-header__area-three .tgmenu__wrap {
    display: flex;
    align-items: center;
}

.tg-header__area-three .tgmenu__wrap .row {
    flex-grow: 1;
}

@media (max-width: 1199.98px) {
    .tg-header__area-three .mobile-nav-toggler {
        display: block !important;
        color: #BFCDEB !important;
    }
}

.tg-header__area-three .tgmenu__action {
    margin-right: 25px;
}

.tg-header__area-four {
    padding: 15px 0;
    box-shadow: none;
}

@media (max-width: 1500px) {
    .tg-header__area-four {
        padding: 10px 0;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__area-four {
        padding: 15px 0;
    }
}

@media (max-width: 991.98px) {
    .tg-header__area-four {
        padding: 15px 0;
    }
}

.tg-header__area-four.sticky-menu {
    padding: 0;
}

@media (max-width: 1199.98px) {
    .tg-header__area-four.sticky-menu {
        padding: 15px 0;
    }
}

.tg-header__area-four .tgmenu__action {
    margin-right: 25px;
}

@media (max-width: 1199.98px) {
    .tg-header__area-four .mobile-nav-toggler {
        display: block !important;
        color: var(--tg-theme-primary) !important;
    }
}

.tg-header__area .mobile-nav-toggler {
    position: relative;
    float: right;
    cursor: pointer;
    line-height: 0;
    color: var(--tg-theme-primary);
    display: none;
    font-size: 34px;
}

@media (max-width: 991.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: block;
    }
}

.tgmenu__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

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

.tgmenu__nav .logo img {
    max-height: 40px;
}

.tgmenu__navbar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-grow: 1;
}

.tgmenu__navbar-wrap>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 0;
    margin: 0 auto;
}

.tgmenu__navbar-wrap>ul>li {
    list-style: none;
    display: block;
    position: relative;
    margin-right: 30px;
}

@media (max-width: 1199.98px) {
    .tgmenu__navbar-wrap>ul>li {
        margin-right: 15px;
    }
}

.tgmenu__navbar-wrap>ul>li:last-child {
    margin-right: 0;
}

.tgmenu__navbar-wrap>ul>li a {
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
    color: var(--tg-theme-secondary);
    padding: 36px 0px;
    display: flex;
    line-height: 1;
    position: relative;
    z-index: 1;
    font-family: var(--tg-heading-font-family);
}

.tgmenu__navbar-wrap>ul>li .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    min-width: 230px;
    border: 1px solid #f5f5f5;
    background: var(--tg-color-white-default);
    margin: 0;
    -webkit-transform: scale(1, 0);
    -moz-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    transform: scale(1, 0);
    transform-origin: 0 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    -webkit-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -moz-box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    box-shadow: 0px 30px 70px 0px rgba(137, 139, 142, 0.15);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 18px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

.tgmenu__navbar-wrap>ul>li .sub-menu .sub-menu {
    right: auto;
    left: 100%;
    top: 0;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li {
    margin-left: 0;
    text-align: left;
    display: block;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li a {
    padding: 11px 15px 5px 25px;
    line-height: 1.3;
    display: block;
    color: var(--tg-heading-color);
    text-transform: capitalize;
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a,
.tgmenu__navbar-wrap>ul>li .sub-menu>li.active>a {
    color: var(--tg-theme-primary);
}

.tgmenu__navbar-wrap>ul>li .sub-menu>li:hover>a {
    -webkit-transform: translateX(8px);
    -moz-transform: translateX(8px);
    -ms-transform: translateX(8px);
    -o-transform: translateX(8px);
    transform: translateX(8px);
}

.tgmenu__navbar-wrap>ul>li:hover>.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.tgmenu__navbar-wrap>ul>li.active a,
.tgmenu__navbar-wrap>ul>li:hover a {
    color: var(--tg-theme-primary);
}

.tgmenu__navbar-wrap-two>ul>li {
    margin-right: 20px;
}

.tgmenu__main-menu li.menu-item-has-children .dropdown-btn {
    display: none;
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
    content: "\f116";
    font-weight: 700;
    font-family: flaticon_pet_care;
    color: #686677;
    margin-left: 8px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    line-height: 1;
    transform: translateY(-1px);
}

.tgmenu__main-menu li.menu-item-has-children>a:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children:hover>a::after {
    color: var(--tg-theme-primary);
}

.tgmenu__main-menu li.menu-item-has-children.active>a::after {
    color: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
    .tgmenu__action {
        margin-right: 25px;
        margin-left: auto;
    }
}

.tgmenu__action ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-left: 10px;
}

.tgmenu__action ul li {
    position: relative;
    margin-left: 35px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action ul li {
        margin-left: 20px;
    }
}

.tgmenu__action ul li a {
    color: var(--tg-theme-secondary);
    font-size: 14px;
}

.tgmenu__action ul li:first-child {
    margin-left: 0;
}

.tgmenu__action ul .header-search {
    line-height: 0;
}

.tgmenu__action ul .header-search a {
    font-size: 24px;
    line-height: 0;
    color: var(--tg-color-gray-2);
}

.tgmenu__action ul .header-search a:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__action ul .header-cart {
    line-height: 0;
    position: relative;
}

.tgmenu__action ul .header-cart::before {
    content: "";
    position: absolute;
    left: -16px;
    top: 50%;
    transform: translateY(-50%) rotate(16deg);
    width: 2px;
    height: 24px;
    background: #C3C3C3;
    border-radius: 2px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action ul .header-cart::before {
        display: none;
    }
}

.tgmenu__action ul .header-cart a {
    position: relative;
    font-size: 28px;
    line-height: 0;
    color: var(--tg-color-gray-2);
}

.tgmenu__action ul .header-cart a span {
    position: absolute;
    width: 18px;
    height: 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    right: -6px;
    top: -5px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    font-size: 12px;
    font-weight: 600;
    justify-content: center;
}

.tgmenu__action ul .header-cart a:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__action ul .header-cart-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
}

.tgmenu__action ul .header-cart-two::before {
    display: none;
}

.tgmenu__action ul .header-cart-two .price {
    font-size: 18px;
    line-height: 0.8;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-body-color);
}

.tgmenu__action ul .offCanvas-menu {
    line-height: 1;
}

@media (max-width: 991.98px) {
    .tgmenu__action ul .offCanvas-menu {
        display: none;
    }
}

.tgmenu__action ul .offCanvas-menu .menu-tigger {
    color: #767676;
}

.tgmenu__action ul .offCanvas-menu .menu-tigger svg {
    width: 26px;
}

.tgmenu__action ul .offCanvas-menu .menu-tigger:hover {
    color: var(--tg-theme-primary);
}

.tgmenu__action ul .header-btn {
    margin-left: 25px;
}

@media (max-width: 1199.98px) {
    .tgmenu__action ul .header-btn {
        display: none;
    }
}

.tgmenu__action ul .header-btn .btn {
    color: var(--tg-color-white-default);
    font-size: 16px;
    gap: 5px;
    padding: 17px 24px 15px 24px;
    background: linear-gradient(90deg, #80397E 5.39%, #9F59A4 100%);
}

.tgmenu__action ul .header-btn .btn i {
    line-height: 0;
    font-size: 18px;
    transform: translateY(-2px);
}

.tgmenu__action ul .header-btn .btn::after {
    display: none;
}

.tgmenu__action ul .header-btn.login-btn .btn {
    padding: 11px 19px 9px 19px;
    background: var(--tg-theme-secondary);
    font-family: var(--tg-heading-font-family);
    font-size: 15px;
    font-weight: 600;
    gap: 10px;
}

.tgmenu__action ul .header-btn.login-btn .btn i {
    font-size: 24px;
    line-height: 0;
    transform: translateY(-1px);
}

.tgmenu__action ul .header-btn.login-btn .btn::before {
    background: var(--tg-theme-primary);
}

.tgmenu__action ul .header-btn.login-btn .btn:hover {
    background: var(--tg-theme-secondary);
}

.tgmenu__action-two .list-wrap {
    justify-content: flex-end;
}

.tgmenu__action-two .list-wrap .header-search a {
    color: #BFCDEB;
}

.tgmenu__action-two .list-wrap .header-cart a {
    color: #BFCDEB;
}

.tgmenu__action-two .list-wrap .header-btn.login-btn .btn {
    background: #1B3B80;
    padding: 12px 19px 12px 19px;
}

.tgmenu__action-two .list-wrap .header-btn.login-btn .btn i {
    font-size: 20px;
}

.tgmenu__action-two .list-wrap .header-btn.login-btn .btn:hover {
    background: #1B3B80;
}

.tgmenu__action-three .list-wrap {
    margin-left: 15px;
}

.tgmenu__action-three .list-wrap li {
    margin-left: 30px;
    line-height: 0;
}

@media (max-width: 1500px) {
    .tgmenu__action-three .list-wrap li {
        margin-left: 25px;
    }
}

.tgmenu__action-three .list-wrap li::before {
    content: "";
    position: absolute;
    right: -16px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(16.284deg);
    -moz-transform: translateY(-50%) rotate(16.284deg);
    -ms-transform: translateY(-50%) rotate(16.284deg);
    -o-transform: translateY(-50%) rotate(16.284deg);
    transform: translateY(-50%) rotate(16.284deg);
    width: 2px;
    height: 24px;
    background: #AEB7CA;
    border-radius: 2px;
}

@media (max-width: 1500px) {
    .tgmenu__action-three .list-wrap li::before {
        right: -13px;
    }
}

.tgmenu__action-three .list-wrap li a {
    font-size: 28px;
    line-height: 0;
    color: var(--tg-theme-secondary);
}

@media (max-width: 1500px) {
    .tgmenu__action-three .list-wrap li a {
        font-size: 25px;
    }
}

.tgmenu__action-three .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
    .tgmenu__search {
        margin-left: auto;
    }
}

@media (max-width: 991.98px) {
    .tgmenu__search {
        display: none;
    }
}

.tgmenu__search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    border: 1px solid var(--tg-border-3);
    background: #F9F9F9;
    width: 400px;
    position: relative;
}

@media (max-width: 1500px) {
    .tgmenu__search-form {
        width: 360px;
    }
}

@media (max-width: 1199.98px) {
    .tgmenu__search-form {
        width: 390px;
    }
}

.tgmenu__search-form input {
    width: 100%;
    display: block;
    background: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: none;
    padding: 15px 10px 15px 25px;
    font-size: 14px;
    color: var(--tg-theme-secondary);
    height: 50px;
}

.tgmenu__search-form input::placeholder {
    font-size: 14px;
    color: #7B859B;
}

.tgmenu__search-form .select-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: transparent;
    border: none;
    padding: 12px 0 12px 17px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 130px;
    flex: 0 0 auto;
    position: relative;
}

.tgmenu__search-form .select-grp::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 2px;
    height: 16px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    background: #C1C1C1;
}

.tgmenu__search-form .select-grp svg {
    width: 16px;
    height: 16px;
    flex: 0 0 auto;
}

.tgmenu__search-form .select-grp path {
    fill: var(--tg-theme-primary);
}

.tgmenu__search-form .form-select {
    outline: none;
    box-shadow: none;
    border: none;
    padding-left: 8px;
    color: var(--tg-heading-color);
    font-size: 14px;
    font-weight: 500;
}

.tgmenu__search-form [type=submit] {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    top: 3px;
    bottom: 3px;
    right: 3px;
    width: 43px;
    height: 43px;
    flex: 0 0 auto;
    border: none;
    padding: 0 0;
    background: var(--tg-theme-primary);
    font-size: 18px;
    line-height: 0;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin-left: 10px;
}

.tgmenu__search-form [type=submit]:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.sticky-menu {
    position: fixed;
    left: 0;
    margin: auto;
    top: 0;
    width: 100%;
    z-index: 99;
    background: var(--tg-color-white-default);
    -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
    -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
    border-radius: 0;
}

.sticky-menu ul li .sub-menu {
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    -o-border-radius: 0 0 6px 6px;
    -ms-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
}

#header-fixed-height.active-height {
    display: block;
    height: 90px;
}

/*=============================
	12. Mobile Menu
===============================*/

.tgmobile__search {
    padding: 0 20px 25px 25px;
}

.tgmobile__search form {
    position: relative;
}

.tgmobile__search input {
    display: block;
    width: 100%;
    border: none;
    padding: 10px 45px 10px 20px;
    font-size: 15px;
    height: 45px;
    background: var(--tg-color-gray-4);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.tgmobile__search input::placeholder {
    font-size: 15px;
    color: var(--tg-body-color);
}

.tgmobile__search button {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
    padding: 0;
    right: 20px;
    line-height: 1;
    background: transparent;
    color: var(--tg-heading-color);
}

.tgmobile__menu {
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right: 30px;
    max-width: 100%;
    height: 100%;
    z-index: 99;
    border-radius: 0px;
    transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -ms-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: all 0.3s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(101%);
    -moz-transform: translateX(101%);
    -ms-transform: translateX(101%);
    -o-transform: translateX(101%);
    transform: translateX(101%);
}

.tgmobile__menu .navbar-collapse {
    display: block !important;
}

.tgmobile__menu .nav-logo {
    position: relative;
    padding: 30px 25px;
    text-align: left;
}

.tgmobile__menu .nav-logo img {
    max-height: 35px;
}

.tgmobile__menu .navigation {
    position: relative;
    display: block;
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
}

.tgmobile__menu .navigation li {
    position: relative;
    display: block;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation li.active>a {
    color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn {
    position: absolute;
    right: 20px;
    top: 6px;
    width: 32px;
    height: 32px;
    text-align: center;
    font-size: 16px;
    line-height: 32px;
    color: var(--tg-heading-color);
    background: var(--tg-color-gray-4);
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    z-index: 5;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 12px;
    height: 2px;
    background-color: var(--tg-color-black-1);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn .plus-line::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
    border-radius: 10px;
    width: 2px;
    height: 12px;
    background-color: var(--tg-color-black-1);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open {
    background-color: var(--tg-theme-primary);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line {
    background-color: var(--tg-color-white-default);
}

.tgmobile__menu .navigation li.menu-item-has-children .dropdown-btn.open .plus-line::after {
    display: none;
}

.tgmobile__menu .navigation li>a {
    position: relative;
    display: block;
    line-height: 1.5;
    padding: 10px 60px 10px 25px;
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-heading-color);
    text-transform: capitalize;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
}

.tgmobile__menu .navigation li>a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    width: 2px;
    background: var(--tg-theme-primary);
    pointer-events: none;
}

.tgmobile__menu .navigation li ul li>a {
    margin-left: 20px;
}

.tgmobile__menu .navigation li ul li ul li a {
    margin-left: 40px;
}

.tgmobile__menu .navigation li ul li ul li ul li a {
    margin-left: 60px;
}

.tgmobile__menu .navigation li>ul {
    display: none;
}

.tgmobile__menu .navigation li>ul>li>ul {
    display: none;
}

.tgmobile__menu .navigation ul {
    padding: 0;
    margin: 0;
}

.tgmobile__menu .navigation ul li a {
    display: block;
}

.tgmobile__menu .navigation ul li ul li>a {
    font-size: 16px;
    margin-left: 20px;
    text-transform: capitalize;
}

.tgmobile__menu .navigation:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li>ul>li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.tgmobile__menu .navigation>li.active>a::before {
    height: 100%;
}

.tgmobile__menu .close-btn {
    position: absolute;
    right: 15px;
    top: 28px;
    line-height: 30px;
    width: 35px;
    text-align: center;
    font-size: 20px;
    color: var(--tg-theme-primary);
    cursor: pointer;
    z-index: 10;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.tgmobile__menu .close-btn i[class^=flaticon-]:before {
    font-weight: var(--tg-fw-bold) !important;
}

.tgmobile__menu-backdrop {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -webkit-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    opacity: 0;
    visibility: hidden;
    background: rgba(0, 0, 0, 0.5);
}

.tgmobile__menu .social-links ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    text-align: center;
    padding: 30px 20px 20px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
    margin: 0px 6px 10px;
}

.tgmobile__menu .social-links ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    position: relative;
    line-height: 32px;
    font-size: 16px;
    color: var(--tg-body-color);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.tgmobile__menu .social-links ul li a:hover {
    border-color: var(--tg-theme-primary);
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.tgmobile__menu .tgmenu__action {
    padding: 0 0;
    margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul {
    margin: 0 0;
    padding: 30px 20px 0;
    justify-content: center;
    gap: 0 15px;
}

.tgmobile__menu .tgmenu__action>ul li {
    margin: 0 0;
}

.tgmobile__menu .tgmenu__action>ul .header-btn {
    display: block;
}

.tgmobile__menu-box {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--tg-color-white-default);
    padding: 0px 0px;
    z-index: 5;
    box-shadow: -9px 0 14px 0px rgba(0, 0, 0, 0.06);
}

.tgmobile__menu-outer .mobile-nav-toggler {
    position: relative;
    float: right;
    font-size: 40px;
    line-height: 50px;
    cursor: pointer;
    display: none;
    color: var(--tg-color-white-default);
    margin-right: 30px;
    top: 15px;
}

@media (max-width: 991.98px) {
    .tgmobile__menu-outer .mobile-nav-toggler {
        display: block !important;
    }
}

.mobile-menu-visible {
    overflow: hidden;
}

.mobile-menu-visible .tgmobile__menu {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu-visible .tgmobile__menu-backdrop {
    opacity: 1;
    visibility: visible;
}

.mobile-menu-visible .tgmobile__menu .close-btn {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
}

/*=============================
    13. Banner
===============================*/

.banner__bg {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 40px 0 0;
}

.banner__bg-two {
    background-size: cover;
    background-position: center;
    position: relative;
    margin: 0 150px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    -o-border-radius: 40px;
    -ms-border-radius: 40px;
    border-radius: 40px;
    padding: 145px 0 160px;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1800px) {
    .banner__bg-two {
        margin: 0 90px;
    }
}

@media (max-width: 1500px) {
    .banner__bg-two {
        margin: 0 40px;
        padding: 110px 0 130px;
    }
}

@media (max-width: 1199.98px) {
    .banner__bg-two {
        margin: 0 0;
    }
}

@media (max-width: 991.98px) {
    .banner__bg-two {
        padding: 80px 0 90px;
    }
}

@media (max-width: 767.98px) {
    .banner__bg-two {
        padding: 70px 0 90px;
    }
}

.banner__bg-three {
    background-size: cover;
    background-position: bottom;
    position: relative;
    z-index: 1;
    padding: 140px 0 130px;
    overflow: hidden;
}

@media (max-width: 1199.98px) {
    .banner__bg-three {
        padding: 110px 0 100px;
    }
}

@media (max-width: 767.98px) {
    .banner__bg-three {
        padding: 90px 0 90px;
    }
}

.banner__content {
    margin-top: -60px;
}

@media (max-width: 991.98px) {
    .banner__content {
        text-align: center;
        margin: 0 0 50px;
    }
}

.banner__content .title {
    margin-bottom: 18px;
    font-size: 60px;
    text-transform: capitalize;
    line-height: 1.1;
    margin-top: 60px;
}

@media (max-width: 1500px) {
    .banner__content .title {
        font-size: 56px;
    }
}

@media (max-width: 1199.98px) {
    .banner__content .title {
        font-size: 52px;
    }
}

@media (max-width: 767.98px) {
    .banner__content .title {
        font-size: 45px;
        margin-top: 48px;
    }
}

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

.banner__content .title>img {
    margin-top: -65px;
}

@media (max-width: 767.98px) {
    .banner__content .title>img {
        margin-top: -48px;
        width: 100px;
    }
}

.banner__content .title .icon img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 10px 20px 0px rgba(255, 36, 23, 0.5);
}

@media (max-width: 767.98px) {
    .banner__content .title .icon img {
        width: 45px;
    }
}

.banner__content p {
    margin-bottom: 25px;
    font-weight: 500;
}

@media (max-width: 991.98px) {
    .banner__content-two {
        text-align: center;
    }
}

.banner__content-two .sub-title {
    display: block;
    color: var(--tg-theme-primary);
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.banner__content-two .title {
    margin-bottom: 26px;
    font-size: 48px;
    text-transform: capitalize;
    line-height: 1.1;
}

@media (max-width: 1199.98px) {
    .banner__content-two .title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .banner__content-two .title {
        font-size: 42px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .banner__content-two .title {
        font-size: 36px;
        margin-bottom: 15px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-two .title {
        font-size: 38px;
    }
}

@media (max-width: 991.98px) {
    .banner__content-two .title br {
        display: none;
    }
}

.banner__content-three {
    margin-right: 80px;
}

@media (max-width: 991.98px) {
    .banner__content-three {
        margin-right: 0;
        text-align: center;
    }
}

.banner__content-three .sub-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    display: block;
    margin-bottom: 20px;
}

.banner__content-three>.title {
    margin-bottom: 20px;
    font-size: 48px;
}

@media (max-width: 1199.98px) {
    .banner__content-three>.title {
        font-size: 40px;
    }
}

@media (max-width: 991.98px) {
    .banner__content-three>.title {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .banner__content-three>.title {
        font-size: 36px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__content-three>.title {
        font-size: 38px;
    }
}

.banner__content-three>.title img {
    margin-top: -26px;
}

.banner__radio-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 25px;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .banner__radio-wrap {
        justify-content: center;
    }
}

.banner__radio-wrap .form-check {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 6px;
}

.banner__radio-wrap .form-check .form-check-input {
    width: 18px;
    height: 18px;
    margin: 0;
    border: 2px solid #8F9AB1;
    background: var(--tg-color-white-default);
}

.banner__radio-wrap .form-check .form-check-input:checked[type=radio] {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.banner__radio-wrap .form-check .form-check-input:checked~.form-check-label {
    color: var(--tg-theme-primary);
}

.banner__radio-wrap .form-check .form-check-input:focus {
    box-shadow: none;
}

.banner__radio-wrap .form-check .form-check-label {
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-body-color);
}

.banner__search-wrap {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: var(--tg-color-white-default);
    -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.05);
    padding: 12px 13px;
    margin-right: 95px;
}

@media (max-width: 1199.98px) {
    .banner__search-wrap {
        margin-right: 0;
    }
}

.banner__search-wrap-two {
    margin-bottom: 42px;
}

.banner__search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .banner__search-form {
        flex-wrap: wrap;
    }
}

.banner__search-form .form-grp {
    position: relative;
    flex-grow: 1;
}

.banner__search-form .form-grp input {
    width: 100%;
    border: none;
    background: var(--tg-border-5);
    padding: 12px 64px 12px 20px;
    color: var(--tg-theme-secondary);
    font-weight: 500;
    font-size: 15px;
    border-radius: 6px;
    height: 50px;
}

.banner__search-form .form-grp input::placeholder {
    color: var(--tg-color-gray-7);
    font-weight: 500;
    font-size: 15px;
}

.banner__search-form .form-grp button {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 50px;
    border: none;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-color-white-default);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    font-size: 20px;
}

.banner__search-form .form-grp button:hover {
    background: var(--tg-theme-secondary);
}

.banner__search-form .select-grp {
    position: relative;
}

@media (max-width: 767.98px) {
    .banner__search-form .select-grp {
        flex-grow: 1;
    }
}

.banner__search-form .select-grp select {
    background-color: var(--tg-border-5);
    border: none;
    color: var(--tg-color-gray-7);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 6px;
    outline: none;
    padding: 14px 40px 14px 17px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 230px;
    line-height: 1.2;
    height: 50px;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .banner__search-form .select-grp select {
        width: 100%;
    }
}

.banner__search-form .select-grp::after {
    content: "\f116";
    position: absolute;
    bottom: 16px;
    font-family: "flaticon_pet_care";
    font-weight: 700;
    right: 17px;
    font-size: 16px;
    color: var(--tg-theme-primary);
    line-height: 1;
}

.banner__search-form .select-grp-two select {
    width: 158px;
}

@media (max-width: 767.98px) {
    .banner__search-form .select-grp-two select {
        width: 100%;
    }
}

.banner__search-form-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

@media (max-width: 767.98px) {
    .banner__search-form-two {
        justify-content: center;
    }
}

.banner__search-form-two .select-grp {
    position: relative;
}

.banner__search-form-two .select-grp select {
    background-color: var(--tg-color-white-default);
    border: none;
    color: #7E8493;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 100px;
    outline: none;
    padding: 14px 40px 14px 40px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 272px;
    line-height: 1.2;
    height: 50px;
    cursor: pointer;
}

.banner__search-form-two .select-grp::after {
    content: "\f116";
    position: absolute;
    bottom: 16px;
    font-family: "flaticon_pet_care";
    font-weight: 700;
    right: 17px;
    font-size: 16px;
    color: var(--tg-theme-primary);
    line-height: 1;
}

.banner__search-form-two .select-grp label {
    position: absolute;
    left: 18px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    line-height: 0;
    font-size: 16px;
    color: var(--tg-theme-primary);
}

.banner__search-form-two .form-grp {
    position: relative;
    flex-grow: 1;
}

.banner__search-form-two .form-grp input {
    width: 100%;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    border: none;
    background: var(--tg-color-white-default);
    color: #7E8493;
    font-size: 15px;
    font-weight: 500;
    padding: 12px 145px 12px 25px;
    height: 50px;
}

.banner__search-form-two .form-grp input::placeholder {
    color: #7E8493;
    font-size: 15px;
    font-weight: 500;
}

.banner__search-form-two .form-grp button {
    border: none;
    position: absolute;
    right: 0;
    top: 0;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-weight: 700;
    padding: 11px 23px;
    gap: 10px;
    height: 50px;
}

.banner__search-form-two .form-grp button i {
    font-size: 20px;
    line-height: 0;
}

.banner__search-form-two .form-grp button:hover {
    background: var(--tg-theme-secondary);
}

.banner__pet-wrap .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 50px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .banner__pet-wrap .list-wrap {
        justify-content: center;
        text-align: left;
    }
}

@media (max-width: 767.98px) {
    .banner__pet-wrap .list-wrap {
        gap: 20px 25px;
    }
}

.banner__pet-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.banner__pet-wrap .list-wrap li .icon {
    font-size: 40px;
    line-height: 0;
    color: var(--tg-theme-primary);
}

.banner__pet-wrap .list-wrap li .content .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: var(--tg-body-font-family);
}

.banner__pet-wrap .list-wrap li .content .title span {
    display: block;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-top: 3px;
}

.banner__img {
    position: relative;
}

@media (max-width: 1500px) {
    .banner__img {
        margin-right: 90px;
    }
}

@media (max-width: 1199.98px) {
    .banner__img {
        margin-right: 0;
        text-align: center !important;
    }
}

@media (max-width: 1500px) {
    .banner__img img {
        max-width: 400px;
    }
}

@media (max-width: 767.98px) {
    .banner__img img {
        max-width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner__img img {
        max-width: 350px;
    }
}

.banner__img-two {
    position: absolute;
    right: 50px;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .banner__img-two {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .banner__img-two {
        display: none;
    }
}

.banner__img-two img {
    max-width: 700px;
}

@media (max-width: 1500px) {
    .banner__img-two img {
        max-width: 630px;
    }
}

@media (max-width: 1199.98px) {
    .banner__img-two img {
        max-width: 530px;
    }
}

@media (max-width: 991.98px) {
    .banner__img-three {
        display: none;
    }
}

.banner__img-three img {
    position: absolute;
}

.banner__img-three img:nth-child(1) {
    right: 12%;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1800px) {
    .banner__img-three img:nth-child(1) {
        right: 9%;
    }
}

@media (max-width: 1500px) {
    .banner__img-three img:nth-child(1) {
        right: 6%;
    }
}

.banner__img-three img:nth-child(2) {
    right: 8%;
    bottom: 0;
    z-index: -2;
}

@media (max-width: 1800px) {
    .banner__img-three img:nth-child(2) {
        right: 5%;
    }
}

@media (max-width: 1500px) {
    .banner__img-three img:nth-child(2) {
        right: 1%;
    }
}

.banner__img-three img:nth-child(3) {
    right: 30%;
    top: 27%;
    z-index: -3;
    max-width: 100px;
}

@media (max-width: 1199.98px) {
    .banner__img-three img:nth-child(3) {
        right: 33%;
        top: 9%;
        width: 90px;
    }
}

.banner__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.banner__shape-wrap img:nth-child(1) {
    left: 11%;
    top: 0;
}

.banner__shape-wrap img:nth-child(2) {
    left: 4%;
    bottom: 8%;
}

@media (max-width: 1500px) {
    .banner__shape-wrap img:nth-child(2) {
        left: 2%;
        bottom: 4%;
        width: 100px;
    }
}

.banner__shape-wrap img:nth-child(3) {
    right: 44%;
    top: 11%;
}

@media (max-width: 991.98px) {
    .banner__shape-wrap img:nth-child(3) {
        right: 16%;
        top: 40%;
    }
}

@media (max-width: 767.98px) {
    .banner__shape-wrap img:nth-child(3) {
        right: 16%;
        top: 43%;
    }
}

.banner__shape-wrap img:nth-child(4) {
    right: 47%;
    bottom: 14%;
}

@media (max-width: 991.98px) {
    .banner__shape-wrap img:nth-child(4) {
        right: 3%;
        bottom: 8%;
    }
}

@media (max-width: 767.98px) {
    .banner__shape-wrap img:nth-child(4) {
        display: none;
    }
}

.banner__shape-wrap-two img {
    position: absolute;
    z-index: -1;
}

.banner__shape-wrap-two img:nth-child(1) {
    left: 1%;
    bottom: 0;
    max-width: 149px;
}

@media (max-width: 991.98px) {
    .banner__shape-wrap-two img:nth-child(1) {
        left: 3%;
        max-width: 100px;
    }
}

.banner__shape-wrap-two img:nth-child(2) {
    right: 41%;
    bottom: 0;
    max-width: 153px;
}

@media (max-width: 1800px) {
    .banner__shape-wrap-two img:nth-child(2) {
        right: 45%;
    }
}

@media (max-width: 991.98px) {
    .banner__shape-wrap-two img:nth-child(2) {
        right: 20%;
        max-width: 100px;
    }
}

.banner__shape-wrap-three img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 17%;
    max-width: 123px;
}

@media (max-width: 1500px) {
    .banner__shape-wrap-three img {
        top: 2%;
        max-width: 110px;
    }
}

@media (max-width: 767.98px) {
    .banner__shape-wrap-three img {
        top: 0%;
        max-width: 70px;
    }
}

.banner__post-item {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

.banner__post-item-two {
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

@media (max-width: 991.98px) {
    .banner__post-item-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .banner__post-item-wrap {
        display: block;
    }
}

.banner__post-thumb img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    height: 255px;
    object-fit: cover;
    width: 100%;
}

.banner__post-content {
    position: absolute;
    left: 30px;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.banner__post-content .title {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: var(--tg-color-white-default);
}

.banner__post-content .title span {
    display: block;
    font-size: 30px;
    margin-top: 8px;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .banner__post-content .title span {
        font-size: 24px;
    }
}

.banner__post-content .title strong {
    position: relative;
    z-index: 1;
    padding: 5px;
}

.banner__post-content .title strong svg {
    width: 100%;
    height: 100%;
    z-index: -1;
    position: absolute;
    overflow: visible;
    left: -2px;
    top: -3px;
}

.banner__post-content-two {
    position: absolute;
    left: 40px;
    bottom: 40px;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .banner__post-content-two {
        left: 25px;
        bottom: 30px;
    }
}

.banner__post-content-two .title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-size: 28px;
    line-height: 1.1;
}

.banner__post-content-two .btn {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    -ms-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    -o-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    background: var(--tg-color-white-default);
    color: var(--tg-theme-secondary);
    padding: 17px 22px 13px 22px;
    font-size: 16px;
}

.banner__post-content-two .btn:hover {
    color: var(--tg-color-white-default);
}

.healthy-pets {
    width: 180px;
    height: 180px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-yellow-default);
    border: 8px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -90px;
    bottom: 33%;
}

@media (max-width: 1500px) {
    .healthy-pets {
        right: -70px;
    }
}

@media (max-width: 1199.98px) {
    .healthy-pets {
        right: 0;
        bottom: 13%;
    }
}

.healthy-pets .icon {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-color-dark);
    line-height: 0;
    width: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.healthy-pets .content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 17px;
    text-transform: uppercase;
    left: 50%;
    top: 50%;
    font-weight: 700;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: var(--tg-color-dark);
}

.healthy-pets .content .circle span {
    position: absolute;
    top: -70px;
    display: inline-block;
    transform-origin: 0 70px;
}

.healthy-pets-two {
    right: 10px;
    top: 0;
    width: 160px;
    height: 160px;
    background: var(--tg-color-gray-4);
    border: none;
}

@media (max-width: 767.98px) {
    .healthy-pets-two {
        display: none;
    }
}

.healthy-pets-two::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px dashed #D3D3D3;
    width: 180px;
    height: 180px;
}

.healthy-pets-two .icon {
    color: var(--tg-theme-primary);
}

.discount__shape-two {
    position: absolute;
    left: 28px;
    top: 0;
    z-index: 1;
    padding: 19px 25px;
}

.discount__shape-two svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
}

.discount__shape-two .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.discount__shape-two .title span {
    font-size: 24px;
    margin-left: 5px;
}

/*=============================
    14. Slider
===============================*/

.slider__single {
    position: relative;
    min-height: 530px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 100px 75px;
    cursor: grab;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .slider__single {
        padding: 100px 40px;
    }
}

@media (max-width: 991.98px) {
    .slider__single {
        min-height: 440px;
    }
}

@media (max-width: 767.98px) {
    .slider__single {
        padding: 80px 30px;
    }
}

.slider__bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .slider__content {
        text-align: center;
    }
}

.slider__content .title {
    margin-bottom: 10px;
    font-size: 50px;
    line-height: 1.1;
}

@media (max-width: 1199.98px) {
    .slider__content .title {
        font-size: 45px;
    }
}

@media (max-width: 991.98px) {
    .slider__content .title {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .slider__content .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .slider__content .title {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .slider__content .title br {
        display: none;
    }
}

.slider__content .sub-title {
    margin-bottom: 30px;
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .slider__content .sub-title {
        margin-bottom: 20px;
    }
}

.discount__shape {
    position: absolute;
    right: 24%;
    bottom: 33%;
    padding: 39px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .discount__shape {
        right: 16%;
        padding: 35px 33px;
    }
}

@media (max-width: 767.98px) {
    .discount__shape {
        right: 11%;
        padding: 17px 20px;
        bottom: auto;
        top: 7%;
    }
}

.discount__shape svg {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
}

.discount__shape .title {
    font-size: 50px;
    color: var(--tg-color-white-default);
    margin-bottom: 0;
    text-align: center;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .discount__shape .title {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    .discount__shape .title {
        font-size: 20px;
    }
}

.discount__shape .title span {
    font-size: 20px;
    display: block;
}

@media (max-width: 767.98px) {
    .discount__shape .title span {
        font-size: 14px;
    }
}

.slider__single.swiper-slide-active .slider__content>.title {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single.swiper-slide-active .slider__content .sub-title {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single.swiper-slide-active .slider__content .btn {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__single.swiper-slide-active .discount__shape {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

/*=============================
    15. Brand
===============================*/

.brand__area {
    background: var(--tg-theme-secondary);
}

.brand__area-two {
    padding-top: 80px;
}

.brand__area-three {
    padding: 0 0 130px;
}

@media (max-width: 767.98px) {
    .brand__area-three {
        padding: 0 0 100px;
    }
}

.brand__area-four {
    padding: 90px 0;
}

.brand__area-five {
    background: var(--tg-border-5);
    padding: 55px 0;
}

.brand__item {
    min-height: 119px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand__item img {
    cursor: pointer;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.brand__item img:hover {
    opacity: 0.8;
}

.brand__item-wrap {
    border-top: 1px solid #0D307B;
    padding: 50px 0 95px;
}

@media (max-width: 767.98px) {
    .brand__item-wrap {
        padding: 50px 0 70px;
    }
}

.brand__item-two {
    min-height: 99px;
}

.brand__item-two img {
    opacity: 0.5;
    filter: grayscale(1);
}

.brand__item-two img:hover {
    opacity: 1;
    filter: grayscale(0);
}

.brand__title {
    margin-bottom: 40px;
}

.brand__title .title {
    margin-bottom: 0;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    font-family: var(--tg-body-font-family);
}

/*=============================
    16. About
===============================*/

.about__area {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__area {
        padding: 100px 0;
    }
}

.about__area-two {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .about__area-two {
        padding: 100px 0;
    }
}

.about__area-three {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .about__area-three {
        padding: 100px 0;
    }
}

.about__area-four {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .about__area-four {
        padding: 100px 0;
    }
}

.about__img {
    position: relative;
}

@media (max-width: 991.98px) {
    .about__img {
        margin-bottom: 50px;
    }
}

.about__img-two {
    position: relative;
    padding-bottom: 55px;
}

@media (max-width: 991.98px) {
    .about__img-two {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-two {
        padding-bottom: 0;
        text-align: center;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-two {
        padding-bottom: 55px;
        text-align: left;
    }
}

.about__img-two .mask-img {
    -webkit-mask-image: url(../img/images/h2_about_mask_img.svg);
    mask-image: url(../img/images/h2_about_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 520px;
    width: 377px;
}

@media (max-width: 1500px) {
    .about__img-two .mask-img {
        height: 506px;
        width: 365px;
    }
}

@media (max-width: 767.98px) {
    .about__img-two .mask-img {
        height: 440px;
        width: 320px;
    }
}

.about__img-two .mask-img img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about__img-two .mask-img-wrap {
    position: relative;
    padding: 10px;
    display: inline-block;
}

.about__img-two .mask-img-wrap .shape {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
}

.about__img-two .mask-img-wrap .shape svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    display: block;
    color: #D3D3D3;
}

.about__img-two .mask-img-wrap .shape svg .animation-dashed {
    animation: animation__shape-five 0.5s infinite linear;
    animation-play-state: paused;
}

.about__img-two .mask-img-wrap:hover .shape svg .animation-dashed {
    animation-play-state: running;
}

.about__img-two .img-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about__img-two .img-two img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 10px solid var(--tg-color-white-default);
    filter: drop-shadow(0px 0px 80px rgba(0, 0, 0, 0.15));
    transform: rotate(-1.926deg);
    max-width: 290px;
}

@media (max-width: 767.98px) {
    .about__img-two .img-two img {
        display: none;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__img-two .img-two img {
        display: block;
    }
}

.about__img-two .shape img {
    position: absolute;
    left: -17%;
    bottom: -10%;
    z-index: -1;
    max-width: 120px;
}

@media (max-width: 1500px) {
    .about__img-two .shape img {
        left: -8%;
        max-width: 100px;
    }
}

@media (max-width: 1199.98px) {
    .about__img-two .shape img {
        left: -2%;
        max-width: 80px;
    }
}

@media (max-width: 991.98px) {
    .about__img-two .shape img {
        display: none;
    }
}

.about__img-three {
    position: relative;
    padding-bottom: 7px;
}

@media (max-width: 991.98px) {
    .about__img-three {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-three {
        text-align: center;
    }
}

@media (max-width: 1199.98px) {
    .about__img-three>img {
        max-width: 330px;
    }
}

@media (max-width: 767.98px) {
    .about__img-three>img {
        max-width: 100%;
    }
}

.about__img-three .customer__review-two {
    border: 1px solid var(--tg-border-2);
    left: 13%;
    bottom: 0;
}

@media (max-width: 1199.98px) {
    .about__img-three .customer__review-two {
        left: 4%;
    }
}

@media (max-width: 767.98px) {
    .about__img-three .customer__review-two {
        left: 50%;
        transform: translateX(-50%) !important;
    }
}

.about__img-three .healthy-pets-two {
    right: 8%;
    top: 22%;
}

@media (max-width: 1199.98px) {
    .about__img-three .healthy-pets-two {
        right: 0%;
        top: 21%;
    }
}

.about__img-three .healthy-pets-two::before {
    border-color: #C2A8C2;
}

.about__img-four {
    position: relative;
}

@media (max-width: 991.98px) {
    .about__img-four {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__img-four {
        text-align: center;
    }
}

.about__img-four img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

@media (max-width: 1199.98px) {
    .about__img-four img:nth-child(1) {
        max-width: 350px;
    }
}

@media (max-width: 767.98px) {
    .about__img-four img:nth-child(1) {
        max-width: 100%;
    }
}

.about__img-four img:nth-child(2) {
    position: absolute;
    right: 40px;
    top: 22%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 6px solid var(--tg-color-white-default);
}

@media (max-width: 1199.98px) {
    .about__img-four img:nth-child(2) {
        right: 0;
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    .about__img-four img:nth-child(2) {
        display: none;
    }
}

.about__img-four .shape img {
    position: absolute;
    right: 13%;
    top: 2%;
}

@media (max-width: 1199.98px) {
    .about__img-four .shape img {
        right: 2%;
    }
}

@media (max-width: 767.98px) {
    .about__img-four .shape img {
        display: none;
    }
}

.about__content {
    padding: 0 55px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about__content {
        padding: 0;
    }
}

.about__content>p {
    margin-bottom: 40px;
    font-weight: 500;
}

@media (max-width: 767.98px) {
    .about__content>p {
        margin-bottom: 30px;
    }
}

.about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 60px;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .about__content-inner {
        gap: 20px 40px;
    }
}

.about__content-inner>p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}

.about__content-inner-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 55px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.about__content-inner-two .experience__box-shape svg {
    color: var(--tg-theme-secondary);
}

.about__content-inner-two .experience__box::before {
    height: 116px;
    background: #E0E0E0;
}

@media (max-width: 767.98px) {
    .about__content-inner-two .experience__box::before {
        display: none;
    }
}

.about__content-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px 30px;
    flex-wrap: wrap;
}

.about__content .shape img {
    position: absolute;
    right: 10%;
    top: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .about__content .shape img {
        right: 3%;
        top: -6%;
        width: 80px;
    }
}

@media (max-width: 991.98px) {
    .about__content .shape img {
        top: -16%;
    }
}

@media (max-width: 767.98px) {
    .about__content .shape img {
        display: none;
    }
}

.about__content-two {
    margin-left: 80px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .about__content-two {
        margin-left: 0;
    }
}

.about__content-two p {
    margin-bottom: 32px;
    font-weight: 500;
    width: 90%;
}

@media (max-width: 1199.98px) {
    .about__content-two p {
        width: 100%;
    }
}

.about__content-two .shape img {
    position: absolute;
    z-index: -1;
    right: -15%;
    top: -35%;
    max-width: 90px;
}

@media (max-width: 1500px) {
    .about__content-two .shape img {
        right: -7%;
    }
}

@media (max-width: 1199.98px) {
    .about__content-two .shape img {
        right: -4%;
        max-width: 80px;
    }
}

@media (max-width: 991.98px) {
    .about__content-two .shape img {
        display: none;
    }
}

.about__content-three {
    position: relative;
}

.about__content-three p {
    margin-bottom: 20px;
    font-weight: 500;
}

.about__content-three .shape img {
    position: absolute;
    right: -15%;
    top: -27%;
    z-index: -1;
    max-width: 136px;
}

@media (max-width: 991.98px) {
    .about__content-three .shape img {
        right: 0%;
        top: -42%;
        max-width: 120px;
    }
}

@media (max-width: 767.98px) {
    .about__content-three .shape img {
        top: -20%;
        max-width: 90px;
    }
}

.about__content-four {
    margin-right: 70px;
}

@media (max-width: 1500px) {
    .about__content-four {
        margin-right: 50px;
    }
}

@media (max-width: 1199.98px) {
    .about__content-four {
        margin-right: 0px;
    }
}

.about__content-four p {
    margin-bottom: 30px;
    font-weight: 500;
}

.about__video-wrap {
    position: relative;
    text-align: right;
    padding-bottom: 32px;
}

@media (max-width: 991.98px) {
    .about__video-wrap {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .about__video-wrap {
        text-align: center;
    }
}

.about__video-wrap img {
    -webkit-border-radius: 126px;
    -moz-border-radius: 126px;
    -o-border-radius: 126px;
    -ms-border-radius: 126px;
    border-radius: 126px;
}

.about__video-wrap .play-btn {
    width: 65px;
    height: 65px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-red-default);
    color: var(--tg-color-white-default);
    font-size: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 5px solid var(--tg-color-white-default);
    position: absolute;
    right: 27%;
    bottom: 0;
}

@media (max-width: 991.98px) {
    .about__video-wrap .play-btn {
        right: 35%;
    }
}

@media (max-width: 767.98px) {
    .about__video-wrap .play-btn {
        right: auto;
        left: 50%;
        transform: translateX(-50%);
    }
}

.about__video-wrap .play-btn::after {
    display: none;
}

.about__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.about__shape-wrap img:nth-child(1) {
    left: 5%;
    bottom: 10%;
}

@media (max-width: 1500px) {
    .about__shape-wrap img:nth-child(1) {
        left: 2%;
        bottom: 8%;
        width: 90px;
    }
}

@media (max-width: 991.98px) {
    .about__shape-wrap img:nth-child(1) {
        bottom: auto;
        top: 10%;
    }
}

@media (max-width: 767.98px) {
    .about__shape-wrap img:nth-child(1) {
        top: 2%;
        width: 70px;
        left: 5%;
    }
}

.about__shape-wrap img:nth-child(2) {
    right: 6%;
    bottom: 10%;
}

@media (max-width: 991.98px) {
    .about__shape-wrap img:nth-child(2) {
        bottom: auto;
        bottom: 7%;
    }
}

@media (max-width: 767.98px) {
    .about__shape-wrap img:nth-child(2) {
        bottom: 3%;
    }
}

.video__box {
    position: absolute;
    z-index: 1;
    right: 12%;
    top: 4%;
    padding: 46px 30px 65px 28px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .video__box {
        right: 5%;
    }
}

@media (max-width: 767.98px) {
    .video__box {
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .video__box {
        right: 7%;
    }
}

.video__box-shape {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.video__box-shape svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    color: var(--tg-theme-secondary);
}

.video__box .title {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    font-family: var(--tg-body-font-family);
}

.video__box .play-btn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-red-default);
    color: var(--tg-color-white-default);
    border: 3px solid var(--tg-color-yellow-light);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: 55px;
    bottom: -22px;
}

.video__box .play-btn::after {
    display: none;
}

.experience__box {
    position: relative;
    padding: 28px 20px 20px;
    text-align: center;
}

.experience__box::before {
    content: "";
    position: absolute;
    right: -32px;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 90px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
    .experience__box::before {
        right: -22px;
    }
}

.experience__box-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.experience__box-shape svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
    overflow: visible;
}

.experience__box .title {
    margin-bottom: 0;
    font-size: 64px;
    line-height: 0.8;
    color: var(--tg-color-white-default);
    display: inline-flex;
    gap: 5px;
}

@media (max-width: 991.98px) {
    .experience__box .title {
        font-size: 60px;
    }
}

@media (max-width: 767.98px) {
    .experience__box .title {
        font-size: 50px;
        line-height: 1;
    }
}

.experience__box .title span {
    font-size: 20px;
}

.experience__box p {
    font-size: 18px;
    margin-bottom: 0;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-color-white-default);
}

.customer__review {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    padding-left: 30px;
}

@media (max-width: 767.98px) {
    .customer__review {
        padding: 0;
    }
}

.customer__review::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 40px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #C2C2C2;
}

@media (max-width: 767.98px) {
    .customer__review::before {
        display: none;
    }
}

.customer__review-img .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.customer__review-img .list-wrap li {
    width: 54px;
    flex: 0 0 auto;
}

.customer__review-img .list-wrap li:not(:nth-child(1)) {
    margin-left: -25px;
}

.customer__review-img .list-wrap li:nth-child(1) {
    z-index: 5;
}

.customer__review-img .list-wrap li:nth-child(2) {
    z-index: 4;
}

.customer__review-img .list-wrap li:nth-child(3) {
    z-index: 3;
}

.customer__review-img .list-wrap li img {
    border-radius: 50%;
    border: 3px solid var(--tg-color-white-default);
}

.customer__review-content .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 3px;
    color: var(--tg-color-yellow-default);
    margin-bottom: 5px;
}

.customer__review-content span {
    display: block;
}

.customer__review-two {
    position: absolute;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 10px 20px 10px 10px;
    gap: 10px;
    left: 26%;
    bottom: 22%;
}

@media (max-width: 767.98px) {
    .customer__review-two {
        left: 9%;
        bottom: 18%;
    }
}

.customer__review-two::before {
    display: none;
}

.customer__review-two .customer__review-img .list-wrap li {
    width: 48px;
}

.customer__review-two .customer__review-img .list-wrap li:not(:nth-child(1)) {
    margin-left: -17px;
}

.customer__review-two .customer__review-content span {
    font-size: 14px;
    line-height: 1;
}

/*=============================
	17. Services
===============================*/

.services__area {
    background: var(--tg-color-gray-4);
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .services__area {
        padding: 100px 0 70px;
    }
}

.services__item {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 45px 45px 50px;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    margin-bottom: 30px;
}

.services__item:hover {
    filter: drop-shadow(10px 10px 0px #DED8DE);
}

.services__item:hover .services__shape .shape-one svg {
    stroke: #CEC4CE;
}

.services__item:hover .services__shape .shape-two svg .animation-dashed {
    animation-play-state: running;
}

.services__shape .shape-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.services__shape .shape-one svg {
    width: 100%;
    height: 100%;
    color: #FBFBFB;
    overflow: visible;
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
    stroke-width: 1px;
    stroke: transparent;
}

.services__shape .shape-two {
    position: absolute;
    left: 8px;
    top: 8px;
    right: 8px;
    bottom: 8px;
    z-index: -1;
}

.services__shape .shape-two svg {
    width: 100%;
    height: 100%;
    overflow: visible;
    color: #DAC1DC;
    display: block;
    position: absolute;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -ms-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.services__shape .shape-two svg .animation-dashed {
    animation: animation__shape 0.5s infinite linear;
    animation-play-state: paused;
}

.services__icon {
    position: relative;
    font-size: 70px;
    line-height: 0;
    color: var(--tg-theme-primary);
    margin-bottom: 25px;
}

.services__icon-shape {
    position: absolute;
    color: #F2E5F3;
    z-index: -1;
    left: 50%;
    bottom: -10px;
    transform: translateX(-50%);
}

.services__content .title {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 1;
}

.services__content p {
    margin-bottom: 18px;
    font-size: 15px;
    font-weight: 500;
}

.services__content .btn {
    padding: 16px 22px 12px 22px;
    font-size: 16px;
}

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

.services__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.services__shape-wrap img:nth-child(1) {
    left: 5%;
    bottom: 15%;
}

@media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(1) {
        left: 2%;
        bottom: 8%;
    }
}

@media (max-width: 991.98px) {
    .services__shape-wrap img:nth-child(1) {
        left: 4%;
        bottom: 4%;
    }
}

@media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(1) {
        left: 6%;
        bottom: 1%;
        width: 70px;
    }
}

.services__shape-wrap img:nth-child(2) {
    top: 17%;
    right: 44%;
}

@media (max-width: 1199.98px) {
    .services__shape-wrap img:nth-child(2) {
        top: 14%;
        right: 32%;
    }
}

@media (max-width: 991.98px) {
    .services__shape-wrap img:nth-child(2) {
        display: none;
    }
}

.services__shape-wrap img:nth-child(3) {
    top: 16%;
    right: 0%;
}

@media (max-width: 1500px) {
    .services__shape-wrap img:nth-child(3) {
        top: 20%;
    }
}

@media (max-width: 1199.98px) {
    .services__shape-wrap img:nth-child(3) {
        top: 3%;
        width: 100px;
    }
}

@media (max-width: 767.98px) {
    .services__shape-wrap img:nth-child(3) {
        top: 0%;
        width: 80px;
    }
}

@media (max-width: 991.98px) {
    .view__all-btn {
        text-align: left !important;
    }
}

.sidebar__widget-two {
    border: none !important;
    padding: 0 !important;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
}

.sidebar__widget-three {
    border: none !important;
    background: var(--tg-color-gray-3);
}

.sidebar__cat-list-two .list-wrap li {
    margin-bottom: 10px;
}

.sidebar__cat-list-two .list-wrap li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--tg-color-gray-3);
    border: 1px solid #E0EEF3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    padding: 16px 20px;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-body-color);
}

.sidebar__cat-list-two .list-wrap li a i {
    font-size: 24px;
    line-height: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.sidebar__cat-list-two .list-wrap li a:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    border-color: var(--tg-theme-secondary);
}

.sidebar__cat-list-two .list-wrap li a:hover i {
    color: var(--tg-theme-primary);
}

.sidebar__cat-list-two .list-wrap li:last-child {
    margin-bottom: 0;
}

.sidebar__cat-list-three .list-wrap li a {
    background: var(--tg-color-white-default);
}

.sidebar__brochure p {
    margin-bottom: 15px;
}

.sidebar__brochure a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-heading-color);
    gap: 12px;
    margin-bottom: 10px;
}

.sidebar__brochure a i {
    font-size: 18px;
}

.sidebar__brochure a:hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.sidebar__brochure a:last-child {
    margin-bottom: 0;
}

.sidebar__brochure-two a {
    background: var(--tg-color-white-default);
}

.sidebar__contact {
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 50px 40px 55px;
    text-align: center;
}

@media (max-width: 1199.98px) {
    .sidebar__contact {
        padding: 40px 20px 40px;
    }
}

@media (max-width: 767.98px) {
    .sidebar__contact {
        padding: 40px 30px 40px;
    }
}

.sidebar__contact .title {
    color: var(--tg-color-white-default);
    margin-bottom: 30px;
    font-size: 24px;
}

.sidebar__contact .btn {
    gap: 5px;
    padding: 13px 24px;
}

.sidebar__contact .btn i {
    font-size: 24px;
    line-height: 0;
}

.sidebar__contact .btn::after {
    display: none;
}

.sidebar__contact .btn::before {
    background: var(--tg-color-gray-3);
}

.sidebar__contact .btn:hover {
    color: var(--tg-theme-secondary);
}

.sidebar__contact-two {
    background-size: cover;
    background-position: center;
    padding: 30px 40px 180px;
}

@media (max-width: 1199.98px) {
    .sidebar__contact-two {
        padding: 30px 20px 180px;
    }
}

@media (max-width: 991.98px) {
    .sidebar__contact-two {
        padding: 30px 20px 70px;
    }
}

.sidebar__contact-two .title {
    color: var(--tg-theme-secondary);
}

.sidebar__contact-two .btn {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
}

.sidebar__contact-two .btn::before {
    background: var(--tg-theme-secondary);
}

.sidebar__contact-two .btn:hover {
    color: var(--tg-color-white-default);
}

.sidebar__form form .form-grp {
    margin-bottom: 8px;
}

.sidebar__form form .form-grp textarea,
.sidebar__form form .form-grp input {
    width: 100%;
    border: 1px solid #E0E6F2;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 14px 15px;
    font-size: 14px;
    color: var(--tg-body-color);
    font-weight: 500;
    height: 50px;
    display: block;
}

.sidebar__form form .form-grp textarea::placeholder,
.sidebar__form form .form-grp input::placeholder {
    font-size: 14px;
    color: #667594;
    font-weight: 500;
    text-transform: capitalize;
}

.sidebar__form form .form-grp textarea {
    min-height: 120px;
    max-height: 120px;
}

.sidebar__form form .btn {
    width: 100%;
    justify-content: center;
}

.sidebar__form form .btn::after {
    display: none;
}

.shine-animate {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.shine-animate::before {
    position: absolute;
    top: 0;
    left: -100%;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, 0.3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.shine-animate-item:hover .shine-animate::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

.section-more-btn {
    text-align: right;
}

@media (max-width: 991.98px) {
    .section-more-btn {
        text-align: left;
        margin-bottom: 50px;
    }
}

.section-more-btn .border-btn {
    border-color: var(--tg-color-white-default);
    color: var(--tg-color-white-default);
}

.section-more-btn .border-btn:hover {
    color: var(--tg-theme-secondary);
    background: var(--tg-color-white-default);
    border-color: var(--tg-color-white-default);
}

.about__list-box-three .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 0 -5px;
    flex-wrap: wrap;
    gap: 10px 0;
}

.about__list-box-three .list-wrap li {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 5px;
    margin: 0;
}

@media (max-width: 767.98px) {
    .about__list-box-three .list-wrap li {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__list-box-three .list-wrap li {
        width: 50%;
    }
}

/*=============================
    18. Choose
===============================*/

.choose__area {
    background: var(--tg-color-gray-4);
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .choose__area {
        padding: 100px 0;
    }
}

@media (max-width: 991.98px) {
    .choose__img {
        margin-bottom: 50px;
    }
}

@media (max-width: 767.98px) {
    .choose__img {
        text-align: center;
    }
}

.choose__content {
    margin-left: 40px;
}

@media (max-width: 1199.98px) {
    .choose__content {
        margin-left: 0;
    }
}

.choose__content p {
    margin-bottom: 30px;
    font-weight: 500;
}

.choose__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.choose__shape-wrap img:nth-child(1) {
    right: 7%;
    top: 27%;
    max-width: 107px;
}

@media (max-width: 1500px) {
    .choose__shape-wrap img:nth-child(1) {
        right: 3%;
        top: 12%;
        max-width: 90px;
    }
}

@media (max-width: 1199.98px) {
    .choose__shape-wrap img:nth-child(1) {
        top: 7%;
    }
}

@media (max-width: 767.98px) {
    .choose__shape-wrap img:nth-child(1) {
        top: 4%;
        max-width: 70px;
    }
}

.choose__shape-wrap img:nth-child(2) {
    bottom: 0;
    left: 3%;
    max-width: 189px;
}

@media (max-width: 1500px) {
    .choose__shape-wrap img:nth-child(2) {
        max-width: 150px;
    }
}

@media (max-width: 767.98px) {
    .choose__shape-wrap img:nth-child(2) {
        max-width: 100px;
    }
}

/*=============================
	19. Animal
===============================*/

.animal__area-two {
    background: var(--tg-theme-secondary);
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .animal__area-two {
        padding: 100px 0 70px;
    }
}

.animal__area-three {
    padding: 100px 0;
}

.animal__bg {
    background-size: cover;
    background-position: center;
    padding: 130px 0 100px;
}

@media (max-width: 767.98px) {
    .animal__bg {
        padding: 100px 0 70px;
    }
}

.animal__item {
    background: var(--tg-color-white-default);
    padding: 30px 30px 25px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 30px;
}

@media (max-width: 1500px) {
    .animal__item {
        padding: 30px 20px 30px;
    }
}

@media (max-width: 1199.98px) {
    .animal__item {
        padding: 30px 25px 25px;
    }
}

@media (max-width: 991.98px) {
    .animal__item {
        padding: 30px 30px 25px;
    }
}

.animal__item-three {
    background: var(--tg-border-5);
    border: 1px solid #E4E4E4;
}

.animal__thumb {
    position: relative;
    -webkit-mask-image: url(../img/shop/shop_mask_img.svg);
    mask-image: url(../img/shop/shop_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 220px;
    width: 240px;
    margin: 0 auto 25px;
}

@media (max-width: 991.98px) {
    .animal__thumb {
        height: 246px;
        width: 268px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .animal__thumb {
        height: 276px;
        width: 300px;
    }
}

.animal__thumb img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.animal__thumb .wishlist {
    position: absolute;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 20px;
    top: 20px;
    z-index: 2;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    color: var(--tg-body-color);
    font-size: 20px;
}

.animal__thumb .wishlist:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.animal__thumb-two {
    margin: 0 auto 20px;
}

.animal__content .animal-code {
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    display: block;
    position: relative;
    padding-left: 18px;
    margin-bottom: 13px;
}

.animal__content .animal-code::before {
    content: "";
    position: absolute;
    left: 0;
    top: 3px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    background: var(--tg-body-color);
}

.animal__content .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-family: var(--tg-body-font-family);
}

.animal__content .price {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 1;
    color: var(--tg-theme-primary);
}

.animal__content-two .location {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    line-height: 1.4;
}

.animal__content-two .location i {
    line-height: 0;
    font-size: 18px;
    color: var(--tg-theme-primary);
    margin-top: 2px;
}

.animal__content-two .location span {
    font-size: 15px;
    font-weight: 500;
}

.animal__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.animal__shape-wrap img:nth-child(1) {
    left: 5%;
    bottom: 10%;
    max-width: 87px;
}

@media (max-width: 1800px) {
    .animal__shape-wrap img:nth-child(1) {
        left: 3%;
    }
}

@media (max-width: 1500px) {
    .animal__shape-wrap img:nth-child(1) {
        left: 2%;
        bottom: 4%;
        max-width: 80px;
    }
}

@media (max-width: 767.98px) {
    .animal__shape-wrap img:nth-child(1) {
        left: 3%;
        bottom: 1%;
        max-width: 59px;
    }
}

.animal__shape-wrap img:nth-child(2) {
    top: 13%;
    right: 6%;
    max-width: 107px;
}

@media (max-width: 1800px) {
    .animal__shape-wrap img:nth-child(2) {
        right: 3%;
    }
}

@media (max-width: 1500px) {
    .animal__shape-wrap img:nth-child(2) {
        right: 2%;
        max-width: 85px;
    }
}

@media (max-width: 1199.98px) {
    .animal__shape-wrap img:nth-child(2) {
        top: 10%;
    }
}

@media (max-width: 767.98px) {
    .animal__shape-wrap img:nth-child(2) {
        display: none;
    }
}

.animal__details-area {
    padding: 100px 0 70px;
}

.animal__details-wrap .col-61 {
    width: 60.6%;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .animal__details-wrap .col-61 {
        width: 100%;
    }
}

.animal__details-wrap .col-39 {
    width: 39.4%;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .animal__details-wrap .col-39 {
        width: 100%;
    }
}

.animal__details-img-wrap {
    margin-bottom: 50px;
}

.animal__details-img-wrap .tab-content {
    position: relative;
}

.animal__details-img-wrap .tab-content img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
    min-height: 250px;
    object-fit: cover;
}

.animal__details-img-wrap .nav-tabs {
    border: none;
    flex-wrap: nowrap;
    gap: 20px;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .animal__details-img-wrap .nav-tabs {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.animal__details-img-wrap .nav-tabs .nav-link {
    padding: 0;
    border: none;
    border-radius: 10px;
    padding: 0 0;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .animal__details-img-wrap .nav-tabs .nav-link {
        width: 120px;
        flex: 0 0 auto;
    }
}

.animal__details-img-wrap .nav-tabs .nav-link img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    mix-blend-mode: luminosity;
    min-height: 140px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .animal__details-img-wrap .nav-tabs .nav-link img {
        min-height: 100px;
        flex: 0 0 auto;
    }
}

.animal__details-img-wrap .nav-tabs .nav-link:hover,
.animal__details-img-wrap .nav-tabs .nav-link:focus {
    isolation: inherit;
}

.animal__details-img-wrap .nav-tabs .nav-link.active img {
    mix-blend-mode: normal;
}

.animal__details-description {
    background: var(--tg-border-5);
    border: 1px solid #E6E6E6;
    padding: 25px 30px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .animal__details-description {
        padding: 25px 25px 25px;
    }
}

.animal__details-description .title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
}

.animal__details-description p {
    margin-bottom: 0;
}

.animal__details-info-wrap {
    background: var(--tg-border-5);
    border: 1px solid #E6E6E6;
    padding: 25px 30px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

@media (max-width: 767.98px) {
    .animal__details-info-wrap {
        padding: 25px 25px 25px;
    }
}

.animal__details-info-wrap .title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 1;
}

.animal__details-info-wrap p {
    margin-bottom: 20px;
}

.animal__details-info-wrap .introducing__list-box .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 15px 0;
}

.animal__details-info-wrap .introducing__list-box .list-wrap li {
    width: 50%;
    flex: 0 0 auto;
    padding: 0 15px;
    margin-bottom: 0;
    font-size: 16px;
}

@media (max-width: 767.98px) {
    .animal__details-info-wrap .introducing__list-box .list-wrap li {
        width: 100%;
    }
}

.animal__details-info-wrap .introducing__list-box .list-wrap li .icon {
    width: 26px;
    height: 26px;
}

.animal__details-sidebar {
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .animal__details-sidebar {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .animal__details-sidebar {
        margin-top: 80px;
    }
}

.animal__details-sidebar-info {
    background: var(--tg-border-5);
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 35px 40px;
}

@media (max-width: 1199.98px) {
    .animal__details-sidebar-info {
        padding: 35px 25px;
    }
}

.animal__details-sidebar-info .title {
    margin-bottom: 5px;
    font-size: 30px;
}

@media (max-width: 767.98px) {
    .animal__details-sidebar-info .title {
        font-size: 24px;
    }
}

.animal__details-sidebar-info p {
    margin-bottom: 25px;
}

.animal__details-sidebar-info .price {
    margin-bottom: 25px;
    color: var(--tg-theme-primary);
    font-size: 30px;
    line-height: 1;
}

.animal__details-sidebar-info .list-wrap li {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-theme-secondary);
    line-height: 1.4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 18px;
}

.animal__details-sidebar-info .list-wrap li:last-child {
    margin-bottom: 0;
}

.animal__details-sidebar-info .list-wrap li span {
    font-weight: 400;
    color: var(--tg-body-color);
    min-width: 130px;
    display: block;
}

.animal__details-widget {
    margin-bottom: 40px;
}

.animal__details-widget:last-child {
    margin-bottom: 0;
}

.animal__details-widget .widget-title {
    font-size: 24px;
}

.animal__details-map {
    border: 1px solid #E6E6E6;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    padding: 30px 30px;
}

@media (max-width: 767.98px) {
    .animal__details-map {
        padding: 30px 25px;
    }
}

.animal__details-map .location-map {
    width: 100%;
    height: 315px;
}

@media (max-width: 767.98px) {
    .animal__details-map .location-map {
        height: 250px;
    }
}

.animal__details-map .location-map iframe {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
}

.animal__sidebar {
    border-right: 1px solid #E4E4E4;
    padding-right: 40px;
    margin-right: 10px;
    position: sticky;
    top: 100px;
}

@media (max-width: 991.98px) {
    .animal__sidebar {
        border: none;
        padding: 0;
        margin: 100px 0 0;
    }
}

.animal__widget {
    margin-bottom: 25px;
    padding-bottom: 30px;
    border-bottom: 1px solid #E4E4E4;
}

.animal__widget:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.animal__widget-title {
    margin-bottom: 15px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
}

.animal__widget .list-wrap li {
    margin-bottom: 15px;
}

.animal__widget .list-wrap li:last-child {
    margin-bottom: 0;
}

.animal__widget .form-check {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    min-height: inherit;
}

.animal__widget .form-check-input {
    border-radius: 4px;
    border: 1px solid #C8C8C8;
    margin: 0 10px 0 0;
    width: 20px;
    height: 20px;
}

.animal__widget .form-check-input:checked {
    background-color: var(--tg-theme-primary);
}

.animal__widget .form-check-input:checked+label {
    color: var(--tg-theme-primary);
}

.animal__widget .form-check-input:focus {
    box-shadow: none;
    border-color: var(--tg-theme-primary);
}

.animal__widget .form-check-label {
    flex-grow: 1;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-body-color);
    user-select: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.animal__widget .form-check-label:checked {
    color: var(--tg-theme-primary);
}

.animal__widget .apply-btn {
    margin-top: 30px;
}

.animal__widget .apply-btn .btn {
    width: 100%;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    text-transform: uppercase;
    justify-content: center;
}

.payment__form .select-grp {
    position: relative;
}

.payment__form .select-grp select {
    background-color: var(--tg-border-5);
    border: 1px solid #E6E6E6;
    color: var(--tg-theme-secondary);
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 100px;
    outline: none;
    padding: 14px 40px 14px 25px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 50px;
    cursor: pointer;
}

.payment__form .select-grp::after {
    content: "\f116";
    position: absolute;
    bottom: 16px;
    font-family: "flaticon_pet_care";
    font-weight: 700;
    right: 17px;
    font-size: 16px;
    color: var(--tg-theme-secondary);
    line-height: 1;
}

.payment__form button {
    width: 100%;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    padding: 17px 20px 13px;
    font-family: var(--tg-heading-font-family);
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    box-shadow: 0px 8px 15px 0px rgba(137, 75, 141, 0.37);
    margin-top: 10px;
}

.payment__form button:hover {
    box-shadow: none;
}

.payment__type-wrap .social-wrap {
    margin-top: 40px;
}

.payment__type-wrap .social-wrap .title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    line-height: 1;
}

.payment__type-wrap .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.payment__type-wrap .list-wrap li a {
    width: 36px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-border-5);
    border: 1px solid #CDCDCD;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-body-color);
}

.payment__type-wrap .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    border-color: var(--tg-theme-primary);
}

.price_filter .ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    background: #DEE2E3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 0;
    height: 6px;
    margin-bottom: 15px;
    margin-left: auto;
    border-radius: 5px;
}

.price_filter .ui-slider-range {
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border-radius: 2px;
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all {
    height: 18px;
    width: 18px;
    top: 0;
    margin-top: -7px;
    background: var(--tg-theme-primary);
    border-radius: 50px;
    margin-left: -1px;
    border: 2px solid var(--tg-color-white-default);
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.price_filter .ui-slider-handle.ui-state-default.ui-corner-all:focus {
    outline: none;
    box-shadow: none;
}

.price_slider_amount {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.price_slider_amount>input {
    height: auto;
    margin-left: 0;
    text-align: left;
    width: 100%;
    border: none;
    font-size: 15px;
    font-weight: 700;
    color: var(--tg-theme-secondary);
    line-height: 1;
    pointer-events: none;
}

.price_slider_amount>input.amount_two {
    text-align: right;
}

.view__all-btn-two .btn {
    background: #304A83;
}

.view__all-btn-two .btn::before {
    background: var(--tg-theme-primary);
}

.related__animal-area {
    margin-top: 80px;
}

.related__animal-title {
    margin-bottom: 30px;
    font-size: 30px;
    line-height: 1;
}

.pet-info {
    margin-bottom: 15px;
}

.pet-info .list-wrap li {
    font-size: 15px;
    font-weight: 500;
    color: #818A9E;
    position: relative;
    padding-left: 13px;
    line-height: 1.2;
    margin-bottom: 10px;
}

.pet-info .list-wrap li span {
    color: #445374;
    font-weight: 600;
}

.pet-info .list-wrap li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.pet-info .list-wrap li:last-child {
    margin-bottom: 0;
}

.pet__nav button {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: var(--tg-color-white-default);
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    color: var(--tg-theme-secondary);
    position: absolute;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 767.98px) {
    .pet__nav button {
        left: 15px;
    }
}

.pet__nav button.pet-button-next {
    left: auto;
    right: 30px;
}

@media (max-width: 767.98px) {
    .pet__nav button.pet-button-next {
        right: 15px;
    }
}

.pet__nav button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.pet__nav-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .pet__nav-two {
        justify-content: flex-start;
    }
}

.pet__nav-two button {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #D6D6D6;
    line-height: 0;
    background: transparent;
    font-size: 25px;
    color: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.pet__nav-two button:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

/*=============================
	20. Product
===============================*/

.product__area {
    padding: 70px 0 50px;
}

.product__area-two {
    background: var(--tg-border-5);
    padding: 80px 0;
    position: relative;
    z-index: 1;
}

.product__area-three {
    padding: 0 0 40px;
}

.product__area-four {
    padding: 100px 0;
}

.product__tab-wrap .nav-tabs {
    border: none;
    justify-content: flex-end;
    gap: 22px;
}

@media (max-width: 767.98px) {
    .product__tab-wrap .nav-tabs {
        justify-content: flex-start;
    }
}

.product__tab-wrap .nav-link {
    border: none;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    color: #8F9AB1;
}

.product__tab-wrap .nav-link.active {
    color: var(--tg-theme-primary);
}

.product__item {
    margin-bottom: 25px;
}

.product__item:hover .product__thumb::before {
    opacity: 1;
}

.product__item:hover .product__action a {
    opacity: 1;
    transform: translateX(0);
}

.product__item:hover .product__add-cart {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.product__item-wrap {
    position: relative;
}

.product__item-wrap:hover button {
    opacity: 1;
}

.product__item-wrap-two {
    background: var(--tg-color-white-default);
    border-radius: 20px;
    border: 1px solid #FE2257;
    padding: 30px 30px 0;
}

@media (max-width: 1199.98px) {
    .product__item-wrap-two {
        padding: 30px 25px 0;
    }
}

.product__item-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    margin-bottom: 25px;
}

.product__item-three:hover .product__thumb-three img {
    transform: scale(1.08);
}

.product__nav-wrap button {
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    filter: drop-shadow(0px 0px 8px rgba(0, 0, 0, 0.1));
    border: 1px solid #D6D6D6;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    position: absolute;
    left: -25px;
    top: 27%;
    z-index: 2;
    opacity: 0;
}

@media (max-width: 767.98px) {
    .product__nav-wrap button {
        width: 40px;
        height: 40px;
        left: 0;
        top: 30%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__nav-wrap button {
        left: -25px;
    }
}

.product__nav-wrap button.product-button-next {
    left: auto;
    right: -25px;
}

@media (max-width: 767.98px) {
    .product__nav-wrap button.product-button-next {
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__nav-wrap button.product-button-next {
        right: -25px;
    }
}

.product__nav-wrap button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    border-color: var(--tg-theme-primary);
}

.product__thumb {
    position: relative;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 15px;
}

.product__thumb::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(12, 22, 45, 0.08);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
    pointer-events: none;
}

.product__thumb img {
    width: 100%;
}

.product__thumb .sale-wrap {
    position: absolute;
    top: 20px;
    left: 20px;
}

.product__thumb .sale-wrap span {
    display: block;
    line-height: 1;
    font-size: 12px;
    color: var(--tg-color-white-default);
    font-weight: 700;
    background: var(--tg-theme-primary);
    text-transform: capitalize;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 4px 10px;
}

.product__thumb .sale-wrap-two span {
    background: #FE2257;
}

.product__thumb-two::before {
    display: none;
}

.product__thumb-three {
    width: 114px;
    flex: 0 0 auto;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}

.product__thumb-three img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
}

.product__action {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    right: 18px;
    top: 18px;
}

.product__action a {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 18px;
    transform: translateX(20px);
    transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
    transition-delay: 0.1s;
    opacity: 0;
}

.product__action a:nth-child(2) {
    transition-delay: 0.15s;
}

.product__action a:nth-child(3) {
    transition-delay: 0.2s;
}

.product__action a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.product__add-cart {
    position: absolute;
    bottom: 15px;
    right: 20px;
    left: 20px;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: all 0.4s ease-out 0s;
    -moz-transition: all 0.4s ease-out 0s;
    -ms-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
}

.product__add-cart .btn {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-size: 15px;
    padding: 12px 10px 9px;
    width: 100%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05);
    justify-content: center;
    gap: 10px;
}

.product__add-cart .btn i {
    font-size: 23px;
    line-height: 0;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
}

.product__content .title {
    margin-bottom: 15px;
    font-family: var(--tg-body-font-family);
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: var(--tg-body-color);
}

.product__content .price {
    margin-bottom: 0;
    font-size: 22px;
    line-height: 1;
    color: var(--tg-theme-primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    flex-wrap: wrap;
}

.product__content .price del {
    font-size: 20px;
    font-weight: 600;
    color: #B9BDC8;
}

.product__reviews {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.product__reviews .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 2px;
}

.product__reviews .rating i {
    color: var(--tg-color-yellow-default);
    font-size: 16px;
}

.product__reviews .rating i:last-child {
    color: #BBC1CF;
}

.product__reviews span {
    font-size: 14px;
    color: #778199;
    display: block;
}

.product__reviews-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.product__reviews-wrap .product__reviews {
    margin-bottom: 0;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__inner-wrap .view-all-btn {
        text-align: right;
    }
}

.product__code span {
    font-size: 16px;
    font-weight: 400;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

.product__code span strong {
    font-weight: 500;
    color: var(--tg-theme-secondary);
}

.product__details-area {
    padding: 100px 0 70px;
}

.product__details-images-wrap .tab-content img {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #E4E4E4;
    height: 590px;
    width: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .product__details-images-wrap .tab-content img {
        height: 350px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .product__details-images-wrap .tab-content img {
        height: auto;
    }
}

.product__details-images-wrap .nav-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    flex-wrap: nowrap;
    border: none;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .product__details-images-wrap .nav-tabs {
        flex-wrap: wrap;
        gap: 15px;
    }
}

.product__details-images-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    padding: 0 0;
    overflow: hidden;
    opacity: 0.5;
}

.product__details-images-wrap .nav-tabs .nav-link.active {
    border-color: var(--tg-theme-primary);
    opacity: 1;
}

.product__details-images-wrap .nav-tabs .nav-link img {
    width: 100%;
    height: 130px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    .product__details-images-wrap .nav-tabs .nav-link img {
        height: 120px;
        width: 110px;
    }
}

.product__details-content {
    margin-left: 40px;
}

@media (max-width: 1199.98px) {
    .product__details-content {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .product__details-content {
        margin-top: 50px;
    }
}

.product__details-content .tag {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    display: inline-block;
    padding: 6px 10px;
    border: 1px solid #CAD0DE;
    border-radius: 30px;
    line-height: 1;
    margin-bottom: 15px;
}

.product__details-content>.title {
    font-size: 30px;
    margin-bottom: 8px;
    font-weight: 600;
    line-height: 1.1;
}

.product__details-content .price {
    margin-bottom: 18px;
    font-size: 30px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 15px;
}

.product__details-content>p {
    margin-bottom: 25px;
}

.product__details-content .buy-btn {
    max-width: 465px;
    display: block;
    text-align: center;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-theme-secondary);
    background: #F3F3F3;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    font-weight: 700;
    padding: 18px 20px 14px;
    line-height: 1;
}

.product__details-content .buy-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.product__details-qty {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .product__details-qty {
        flex-wrap: wrap;
    }
}

.product__details-qty .add-btn {
    max-width: 300px;
    font-size: 18px;
    font-weight: 700;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    color: var(--tg-color-white-default);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    display: block;
    text-align: center;
    padding: 18px 20px 14px;
    flex-grow: 1;
}

.product__details-qty .add-btn:hover {
    background: var(--tg-theme-secondary);
}

.product__details-category {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-bottom: 20px;
}

.product__details-category .title {
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

.product__details-category a {
    font-family: var(--tg-heading-font-family);
    font-weight: 500;
    color: var(--tg-body-color);
}

.product__details-category a:hover {
    color: var(--tg-theme-primary);
}

.product__details-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    line-height: 1;
    margin-bottom: 20px;
}

.product__details-tags .title {
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

.product__details-tags a {
    font-family: var(--tg-heading-font-family);
    font-weight: 500;
    color: var(--tg-body-color);
}

.product__details-tags a:hover {
    color: var(--tg-theme-primary);
}

.product__details-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    line-height: 1;
    margin-bottom: 25px;
}

.product__details-social .title {
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

.product__details-social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}

.product__details-social .list-wrap li a {
    font-size: 16px;
    color: var(--tg-body-color);
}

.product__details-social .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.product__details-checkout {
    border: 1px solid #D9D9D9;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 20px 25px 25px;
}

.product__details-checkout .title {
    display: block;
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-theme-primary);
    margin-bottom: 15px;
}

.product__size-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 40px;
}

.product__size-wrap .size-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-heading-color);
}

.product__size-wrap .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.product__size-wrap .list-wrap li button {
    font-size: 14px;
    font-weight: 500;
    border: none;
    background: #F3F3F3;
    color: var(--tg-body-color);
    line-height: 1;
    border-radius: 30px;
    padding: 9px 16px;
    display: block;
}

.product__wishlist-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 25px;
    margin-bottom: 25px;
    margin-top: 20px;
}

@media (max-width: 767.98px) {
    .product__wishlist-wrap {
        flex-wrap: wrap;
    }
}

.product__wishlist-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: var(--tg-body-color);
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    gap: 8px;
}

.product__wishlist-wrap a i {
    width: 34px;
    height: 34px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C7C7C7;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    color: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.product__wishlist-wrap a:hover {
    color: var(--tg-theme-primary);
}

.product__wishlist-wrap a:hover i {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    border-color: var(--tg-theme-primary);
}

.product__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.product__shape-wrap img:nth-child(1) {
    right: 5%;
    top: 14%;
    max-width: 113px;
}

@media (max-width: 1800px) {
    .product__shape-wrap img:nth-child(1) {
        right: 3%;
        max-width: 95px;
    }
}

@media (max-width: 1500px) {
    .product__shape-wrap img:nth-child(1) {
        right: 2%;
        max-width: 65px;
        top: 5%;
    }
}

@media (max-width: 1199.98px) {
    .product__shape-wrap img:nth-child(1) {
        display: none;
    }
}

.product__shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 7%;
    max-width: 176px;
}

@media (max-width: 1800px) {
    .product__shape-wrap img:nth-child(2) {
        max-width: 120px;
    }
}

@media (max-width: 1500px) {
    .product__shape-wrap img:nth-child(2) {
        bottom: 0%;
        max-width: 80px;
    }
}

@media (max-width: 1199.98px) {
    .product__shape-wrap img:nth-child(2) {
        display: none;
    }
}

.divider-wrap {
    border-bottom: 1px solid #E5E5E5;
}

.coming-time {
    display: inline-flex;
    align-items: center;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    gap: 12px;
    padding: 12px 15px;
    min-width: 205px;
}

.coming-time-wrap {
    text-align: right;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .coming-time-wrap {
        text-align: left;
    }
}

.coming-time .time-count {
    line-height: 1;
    font-family: var(--tg-body-font-family);
}

.coming-time .time-count span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1;
    color: var(--tg-theme-secondary);
}

.coming-time .time-count strong {
    color: #AEAEAE;
    margin-left: 3px;
}

.cart-plus-minus {
    position: relative;
    width: 149px;
    flex: 0 0 auto;
}

.cart-plus-minus input {
    width: 100%;
    border: 1px solid #D9D9D9;
    border-radius: 50px;
    height: 50px;
    text-align: center;
    padding: 0 45px;
    font-weight: 600;
    font-size: 18px;
    color: #626571;
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 6px;
    left: 6px;
    bottom: 6px;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: #626571;
    background: #F3F3F3;
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.cart-plus-minus .qtybutton span {
    line-height: 1;
    transform: translateY(-3px);
}

.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 6px;
}

.cart-plus-minus .qtybutton.dec {
    font-size: 26px;
}

.product-desc-wrap {
    margin-top: 80px;
}

.product-desc-wrap .tab-content p {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.product-desc-wrap .tab-content p:last-child {
    margin-bottom: 0;
}

.product-desc-wrap .nav-tabs {
    border: none;
    gap: 10px;
    margin-bottom: 20px;
}

.product-desc-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    border: none;
    padding: 20px 32px 16px;
    line-height: 1;
    font-weight: 500;
    font-size: 20px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-body-color);
    position: relative;
    background: var(--tg-border-5);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.product-desc-wrap .nav-tabs .nav-link.active {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.product-desc-review {
    padding: 25px 30px;
    border: 1px solid #E6EAEF;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.product-desc-review .left-rc {
    margin-bottom: 10px;
}

.related-product-area {
    padding: 90px 0 0;
}

/*=============================
    21. Category
===============================*/

.category__area {
    padding: 0 0 30px;
}

.category__item {
    text-align: center;
    margin-bottom: 30px;
}

.category__item img {
    -webkit-border-radius: 54px;
    -moz-border-radius: 54px;
    -o-border-radius: 54px;
    -ms-border-radius: 54px;
    border-radius: 54px;
    margin-bottom: 17px;
}

@media (max-width: 1199.98px) {
    .category__item img {
        -webkit-border-radius: 40px;
        -moz-border-radius: 40px;
        -o-border-radius: 40px;
        -ms-border-radius: 40px;
        border-radius: 40px;
    }
}

.category__item .name {
    font-size: 20px;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    display: block;
    color: var(--tg-theme-secondary);
    line-height: 1;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.category__item strong {
    display: block;
    line-height: 1;
    font-size: 16px;
    color: var(--tg-body-color);
    font-weight: 500;
}

.category__item:hover .name {
    color: var(--tg-theme-primary);
}

.view-all-btn {
    text-align: right;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .view-all-btn {
        text-align: left;
    }
}

.view-all-btn a {
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    line-height: 1;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    gap: 4px;
    border: 1px solid #D6D6D6;
    padding: 10px 17px 6px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: var(--tg-body-color);
}

.view-all-btn a i {
    font-size: 18px;
    font-weight: 700;
    transform: translateY(1px);
}

.view-all-btn a:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.ad-banner-img img {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
}

@media (max-width: 767.98px) {
    .ad-banner-img img {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -o-border-radius: 10px;
        -ms-border-radius: 10px;
        border-radius: 10px;
    }
}

/*=============================
	22. Pricing
===============================*/

.pricing__area {
    padding: 100px 0 70px;
}

.pricing__box {
    background: var(--tg-border-5);
    padding: 35px 40px 50px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .pricing__box {
        padding: 30px 30px 40px;
    }
}

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

.pricing__top .plan {
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

.pricing__top p {
    margin-bottom: 30px;
    text-transform: capitalize;
}

.pricing__price .price {
    margin-bottom: 28px;
    line-height: 0.8;
    font-size: 48px;
    color: var(--tg-theme-primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

.pricing__price .price span {
    font-size: 24px;
    font-weight: 600;
    margin-right: 2px;
    margin-top: 2px;
}

.pricing__price .price strong {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-body-color);
    margin-left: 5px;
    margin-top: auto;
    margin-bottom: 10px;
}

.pricing__list {
    margin-bottom: 30px;
}

.pricing__list .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    line-height: 1.4;
    gap: 9px;
    font-size: 16px;
    margin-bottom: 20px;
}

.pricing__list .list-wrap li:last-child {
    margin-bottom: 0;
}

.pricing__list .list-wrap li .icon {
    width: 20px;
    height: 20px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-body-color);
    color: var(--tg-color-white-default);
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    transform: translateY(2px);
}

.pricing__list .list-wrap li .icon svg {
    width: 12px;
    height: 100%;
}

/*=============================
	23. Instagram
===============================*/

.instagram__area {
    padding: 0 0 130px;
}

@media (max-width: 767.98px) {
    .instagram__area {
        padding: 0 0 100px;
    }
}

.instagram__follow-btn {
    text-align: center;
    margin-bottom: 50px;
}

.instagram__follow-btn a {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    display: inline-block;
    padding: 14px 25px 10px;
    border: 1px solid var(--tg-theme-primary);
}

.instagram__follow-btn a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.instagram__item {
    -webkit-mask-image: url(../img/instagram/instagram_img_mask.svg);
    mask-image: url(../img/instagram/instagram_img_mask.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 206px;
    width: 220px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .instagram__item {
        height: 192px;
        width: 205px;
    }
}

.instagram__item img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

/*=============================
    24. Introducing
===============================*/

.introducing__area {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .introducing__area {
        padding: 100px 0;
    }
}

.introducing__img {
    position: relative;
    margin-left: 40px;
}

@media (max-width: 1199.98px) {
    .introducing__img {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .introducing__img {
        margin-bottom: 50px;
    }
}

.introducing__img .shape {
    position: absolute;
    right: 15%;
    top: 14%;
}

@media (max-width: 1199.98px) {
    .introducing__img .shape {
        right: 12%;
        top: 10%;
    }
}

.introducing__img .shape svg {
    color: var(--tg-theme-primary);
}

.introducing__content {
    margin-left: 25px;
    width: 80%;
    position: relative;
}

@media (max-width: 1199.98px) {
    .introducing__content {
        margin-left: 0;
        width: 100%;
    }
}

.introducing__content p {
    margin-bottom: 23px;
}

.introducing__content .shape img {
    position: absolute;
    right: -50%;
    bottom: -20%;
    z-index: -1;
    max-width: 219px;
}

@media (max-width: 1500px) {
    .introducing__content .shape img {
        right: -25%;
        bottom: -13%;
    }
}

@media (max-width: 1199.98px) {
    .introducing__content .shape img {
        right: -3%;
        bottom: -18%;
        max-width: 160px;
    }
}

@media (max-width: 767.98px) {
    .introducing__content .shape img {
        bottom: -15%;
        max-width: 125px;
    }
}

.introducing__list-box .list-wrap li {
    font-size: 19px;
    font-weight: 700;
    color: var(--tg-theme-secondary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 10px;
    line-height: 1.2;
    margin-bottom: 15px;
}

.introducing__list-box .list-wrap li:last-child {
    margin-bottom: 0;
}

.introducing__list-box .list-wrap li .icon {
    width: 30px;
    height: 30px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-color-white-default);
    flex: 0 0 auto;
}

/*=============================
    25. Testimonial
===============================*/

.testimonial__area {
    background: var(--tg-color-gray-4);
    position: relative;
    z-index: 1;
    padding: 130px 0 315px;
}

@media (max-width: 767.98px) {
    .testimonial__area {
        padding: 100px 0 285px;
    }
}

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

.testimonial__area-three {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .testimonial__area-three {
        padding: 100px 0;
    }
}

.testimonial__item {
    text-align: center;
}

.testimonial__item-two {
    text-align: center;
}

.testimonial__item-three .content p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    width: 90%;
}

@media (max-width: 1199.98px) {
    .testimonial__item-three .content p {
        font-size: 18px;
        width: 100%;
    }
}

.testimonial__item-three-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 25px;
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .testimonial__item-three-top {
        gap: 15px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__item-three-top {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__item-three-top {
        flex-direction: row;
        align-items: center;
    }
}

.testimonial__item-three-bottom {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 35px;
}

@media (max-width: 1199.98px) {
    .testimonial__item-three-bottom {
        gap: 15px;
    }
}

.testimonial__item-four {
    text-align: center;
}

.testimonial__item-wrap-two {
    background: var(--tg-color-gray-4);
    padding: 60px 220px 75px;
    -webkit-border-radius: 59px 153px 45px 150px;
    -moz-border-radius: 59px 153px 45px 150px;
    -o-border-radius: 59px 153px 45px 150px;
    -ms-border-radius: 59px 153px 45px 150px;
    border-radius: 59px 153px 45px 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .testimonial__item-wrap-two {
        padding: 60px 180px 75px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__item-wrap-two {
        padding: 60px 110px 75px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__item-wrap-two {
        padding: 50px 110px 50px;
        -webkit-border-radius: 45px 120px 45px 120px;
        -moz-border-radius: 45px 120px 45px 120px;
        -o-border-radius: 45px 120px 45px 120px;
        -ms-border-radius: 45px 120px 45px 120px;
        border-radius: 45px 120px 45px 120px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__item-wrap-two {
        padding: 40px 30px 40px;
        -webkit-border-radius: 40px 60px 30px 60px;
        -moz-border-radius: 40px 60px 30px 60px;
        -o-border-radius: 40px 60px 30px 60px;
        -ms-border-radius: 40px 60px 30px 60px;
        border-radius: 40px 60px 30px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__item-wrap-two {
        padding: 40px 60px 40px;
    }
}

.testimonial__item-wrap-two .shape {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.testimonial__item-wrap-two .shape img {
    width: 100%;
}

.testimonial__item-wrap-four {
    background: var(--tg-theme-secondary);
    padding: 60px 220px 65px;
    -webkit-border-radius: 59px 153px 45px 150px;
    -moz-border-radius: 59px 153px 45px 150px;
    -o-border-radius: 59px 153px 45px 150px;
    -ms-border-radius: 59px 153px 45px 150px;
    border-radius: 59px 153px 45px 150px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .testimonial__item-wrap-four {
        padding: 60px 180px 65px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__item-wrap-four {
        padding: 60px 100px 65px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__item-wrap-four {
        padding: 50px 110px 50px;
        -webkit-border-radius: 45px 120px 45px 120px;
        -moz-border-radius: 45px 120px 45px 120px;
        -o-border-radius: 45px 120px 45px 120px;
        -ms-border-radius: 45px 120px 45px 120px;
        border-radius: 45px 120px 45px 120px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__item-wrap-four {
        padding: 40px 30px 40px;
        -webkit-border-radius: 40px 60px 30px 60px;
        -moz-border-radius: 40px 60px 30px 60px;
        -o-border-radius: 40px 60px 30px 60px;
        -ms-border-radius: 40px 60px 30px 60px;
        border-radius: 40px 60px 30px 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__item-wrap-four {
        padding: 40px 60px 40px;
    }
}

.testimonial__icon {
    margin-bottom: 25px;
}

.testimonial__icon svg {
    color: var(--tg-theme-primary);
}

.testimonial__icon-two {
    width: 80px;
    margin: 0 auto 20px;
}

@media (max-width: 767.98px) {
    .testimonial__icon-two {
        width: 55px;
    }
}

.testimonial__icon-two svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
}

.testimonial__icon-three {
    width: 76px;
    flex: 0 0 auto;
    margin-left: 20px;
}

@media (max-width: 1199.98px) {
    .testimonial__icon-three {
        margin-left: 10px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__icon-three {
        margin-left: 0;
    }
}

.testimonial__icon-three svg {
    width: 100%;
    height: 100%;
    color: #EFE9EF;
}

.testimonial__icon-four {
    margin-bottom: 20px;
}

.testimonial__content .title {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.testimonial__content p {
    font-size: 18px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    width: 80%;
    margin: 0 auto 15px;
}

@media (max-width: 1199.98px) {
    .testimonial__content p {
        width: 100%;
    }
}

.testimonial__content-two .title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .testimonial__content-two .title {
        font-size: 26px;
        margin-bottom: 10px;
    }
}

.testimonial__content-two p {
    margin-bottom: 15px;
    font-size: 20px;
    font-style: italic;
    font-weight: 500;
    line-height: 1.6;
}

@media (max-width: 767.98px) {
    .testimonial__content-two p {
        font-size: 18px;
    }
}

.testimonial__content-three {
    margin-left: 35px;
}

@media (max-width: 1199.98px) {
    .testimonial__content-three {
        margin-left: 0;
    }
}

.testimonial__content-four .title {
    margin-bottom: 12px;
    color: var(--tg-color-white-default);
    line-height: 1;
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .testimonial__content-four .title {
        font-size: 26px;
    }
}

.testimonial__content-four .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-color-yellow-default);
    font-size: 25px;
    gap: 5px;
    margin-bottom: 15px;
}

.testimonial__content-four p {
    color: var(--tg-color-white-default);
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    text-transform: capitalize;
    margin: 0 0 20px;
}

@media (max-width: 767.98px) {
    .testimonial__content-four p {
        font-size: 18px;
    }
}

.testimonial__author {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.testimonial__author-thumb {
    -webkit-mask-image: url(../img/images/author_mask.png);
    mask-image: url(../img/images/author_mask.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 64px;
    width: 69px;
}

.testimonial__author-thumb img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__author-content {
    text-align: left;
}

.testimonial__author-content .title {
    margin-bottom: 0;
    font-family: var(--tg-body-font-family);
    font-size: 18px;
    font-weight: 700;
    color: var(--tg-theme-primary);
}

.testimonial__author-content span {
    font-size: 14px;
    font-weight: 500;
    display: block;
}

.testimonial__author-info .rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: var(--tg-color-yellow-default);
    gap: 5px;
    margin-bottom: 12px;
}

.testimonial__author-info .title {
    margin-bottom: 5px;
    line-height: 1;
    font-family: var(--tg-body-font-family);
    font-size: 20px;
}

.testimonial__author-info span {
    line-height: 1.2;
    display: block;
}

.testimonial__author-two .testimonial__author-thumb {
    margin: 0 auto 8px;
}

.testimonial__author-two .testimonial__author-content {
    text-align: center;
}

.testimonial__author-three {
    -webkit-mask-image: url(../img/images/h3_testimonial_author.svg);
    mask-image: url(../img/images/h3_testimonial_author.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 104px;
    width: 106px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .testimonial__author-three {
        height: 87px;
        width: 88px;
    }
}

.testimonial__author-three img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__author-four .testimonial__author-content .title {
    color: var(--tg-color-white-default);
}

.testimonial__author-four .testimonial__author-content span {
    color: #8190AF;
}

.testimonial__img {
    position: relative;
    text-align: right;
    padding: 15px;
}

@media (max-width: 991.98px) {
    .testimonial__img {
        margin-bottom: 50px;
    }
}

.testimonial__img-two {
    position: relative;
    padding-bottom: 8px;
}

@media (max-width: 991.98px) {
    .testimonial__img-two {
        margin-bottom: 50px;
    }
}

.testimonial__img-mask {
    -webkit-mask-image: url(../img/images/testimonial_mask_img.svg);
    mask-image: url(../img/images/testimonial_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 446px;
    width: 550px;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .testimonial__img-mask {
        height: 330px;
        width: 418px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img-mask {
        height: 252px;
        width: 314px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__img-mask {
        height: 360px;
        width: 450px;
    }
}

.testimonial__img-mask img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__img-mask-two {
    -webkit-mask-image: url(../img/images/h3_testimonial_mask_img.svg);
    mask-image: url(../img/images/h3_testimonial_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 442px;
    width: 490px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .testimonial__img-mask-two {
        height: 412px;
        width: 460px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__img-mask-two {
        height: 384px;
        width: 430px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img-mask-two {
        height: 284px;
        width: 320px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__img-mask-two {
        height: 340px;
        width: 380px;
    }
}

.testimonial__img-mask-two img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.testimonial__img-shape .shape-one {
    position: absolute;
    width: 580px;
    height: 475px;
    right: 0;
    top: 0;
}

@media (max-width: 1199.98px) {
    .testimonial__img-shape .shape-one {
        width: 448px;
        height: 358px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img-shape .shape-one {
        width: 343px;
        height: 281px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        right: 0;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__img-shape .shape-one {
        width: 480px;
        height: 389px;
    }
}

.testimonial__img-shape .shape-one svg {
    width: 100%;
    height: 100%;
    color: #4F6699;
    overflow: visible;
    display: block;
    position: absolute;
}

.testimonial__img-shape .shape-one svg .animation-dashed {
    animation: animation__shape-three 0.5s infinite linear;
    animation-play-state: paused;
}

.testimonial__img-shape .shape-two img {
    position: absolute;
    z-index: -1;
    right: -30%;
    bottom: 0;
    width: 124px;
}

@media (max-width: 1800px) {
    .testimonial__img-shape .shape-two img {
        right: -18%;
    }
}

@media (max-width: 1500px) {
    .testimonial__img-shape .shape-two img {
        right: -8%;
        bottom: -15%;
        width: 110px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__img-shape .shape-two img {
        right: -20%;
        bottom: -21%;
    }
}

@media (max-width: 767.98px) {
    .testimonial__img-shape .shape-two img {
        right: -1%;
        bottom: -23%;
        width: 60px;
    }
}

.testimonial__img:hover .testimonial__img-shape svg .animation-dashed {
    animation-play-state: running;
}

.testimonial__nav-wrap button {
    width: 55px;
    height: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    border: none;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-theme-primary);
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

@media (max-width: 1500px) {
    .testimonial__nav-wrap button {
        right: 70px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__nav-wrap button {
        right: 30px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap button {
        right: 0px;
    }
}

.testimonial__nav-wrap button:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
}

.testimonial__nav-wrap button.testimonial-button-prev {
    transform: translateY(-50%) rotate(180deg);
    right: auto;
    left: 110px;
}

@media (max-width: 1500px) {
    .testimonial__nav-wrap button.testimonial-button-prev {
        left: 70px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__nav-wrap button.testimonial-button-prev {
        left: 30px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap button.testimonial-button-prev {
        left: 0;
    }
}

.testimonial__nav-wrap-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 20px;
}

.testimonial__nav-wrap-two button {
    width: 48px;
    height: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E8E8E8;
    border: none;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    color: var(--tg-body-color);
    z-index: 2;
}

.testimonial__nav-wrap-two button svg {
    width: 24px;
    height: 100%;
}

.testimonial__nav-wrap-two button.testimonial-button-prev {
    transform: rotate(180deg);
}

.testimonial__nav-wrap-two button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.testimonial__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.testimonial__shape-wrap img:nth-child(1) {
    left: 0;
    top: 10%;
    max-width: 217px;
}

@media (max-width: 1800px) {
    .testimonial__shape-wrap img:nth-child(1) {
        top: 5%;
        max-width: 200px;
    }
}

@media (max-width: 1500px) {
    .testimonial__shape-wrap img:nth-child(1) {
        top: 5%;
        max-width: 130px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__shape-wrap img:nth-child(1) {
        max-width: 80px;
    }
}

.testimonial__shape-wrap img:nth-child(2) {
    left: 4%;
    bottom: 0;
}

@media (max-width: 1800px) {
    .testimonial__shape-wrap img:nth-child(2) {
        left: 2%;
        width: 100px;
    }
}

@media (max-width: 1500px) {
    .testimonial__shape-wrap img:nth-child(2) {
        left: 0%;
        width: 65px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__shape-wrap img:nth-child(2) {
        display: none;
    }
}

.testimonial__shape-wrap-two img {
    position: absolute;
    z-index: -1;
    max-width: 94px;
    right: 2%;
    bottom: 29%;
}

@media (max-width: 1500px) {
    .testimonial__shape-wrap-two img {
        max-width: 60px;
        right: 1%;
        bottom: 19%;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__shape-wrap-two img {
        display: none;
    }
}

.testimonial__shape-wrap-three img {
    position: absolute;
    right: 0;
    top: 14%;
    z-index: -1;
    max-width: 170px;
}

@media (max-width: 1500px) {
    .testimonial__shape-wrap-three img {
        top: 5%;
        max-width: 120px;
    }
}

@media (max-width: 1199.98px) {
    .testimonial__shape-wrap-three img {
        max-width: 100px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__shape-wrap-three img {
        max-width: 70px;
        top: 2%;
    }
}

.review__box {
    position: absolute;
    left: 35px;
    top: 40px;
    z-index: 1;
    text-align: center;
    padding: 16px 30px 20px 38px;
}

@media (max-width: 1500px) {
    .review__box {
        left: 0;
    }
}

.review__box-shape {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.review__box-shape svg {
    color: var(--tg-theme-primary);
    width: 100%;
    height: 100%;
}

.review__box-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.review__box-content svg {
    color: var(--tg-color-yellow-default);
    margin-bottom: 12px;
}

.review__box-content .title {
    margin-bottom: 0;
    line-height: 0.8;
    font-size: 30px;
    color: var(--tg-color-white-default);
}

.review__box-content span {
    display: block;
    line-height: 1;
    color: var(--tg-color-white-default);
}

.review__box-two {
    top: auto;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}

.review__box-two .review__box-shape svg {
    color: var(--tg-theme-secondary);
}

/*=============================
	26. Features
===============================*/

.features__area {
    padding: 25px 0 15px;
}

.features__area-two {
    padding: 60px 0 30px;
}

.features__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__item {
        gap: 15px;
    }
}

.features__item:hover .features__icon {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.features__item-two {
    position: relative;
    margin-bottom: 30px;
}

.features__thumb {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.features__thumb img {
    width: 100%;
    min-height: 230px;
    object-fit: cover;
}

.features__icon {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.features__icon svg {
    color: var(--tg-theme-primary);
}

.features__content .title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
}

.features__content p {
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.2;
}

.features__content-two {
    position: absolute;
    right: 60px;
    top: 40px;
}

@media (max-width: 1199.98px) {
    .features__content-two {
        right: 20px;
    }
}

.features__content-two .title {
    margin-bottom: 5px;
    color: var(--tg-color-white-default);
    line-height: 1;
    font-size: 55px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
}

@media (max-width: 1199.98px) {
    .features__content-two .title {
        font-size: 45px;
    }
}

@media (max-width: 991.98px) {
    .features__content-two .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__content-two .title {
        font-size: 35px;
    }
}

.features__content-two .title span {
    font-size: 30px;
    margin-left: 5px;
}

@media (max-width: 991.98px) {
    .features__content-two .title span {
        font-size: 25px;
    }
}

.features__content-two strong {
    display: block;
    font-size: 35px;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-color-white-default);
    margin-bottom: 15px;
}

@media (max-width: 1199.98px) {
    .features__content-two strong {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .features__content-two strong {
        font-size: 25px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__content-two strong {
        font-size: 33px;
    }
}

.features__content-three .title {
    margin-bottom: 5px;
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .features__content-three .title {
        font-size: 35px;
    }
}

@media (max-width: 991.98px) {
    .features__content-three .title {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__content-three .title {
        font-size: 35px;
    }
}

.features__content-three strong {
    font-size: 40px;
}

@media (max-width: 1199.98px) {
    .features__content-three strong {
        font-size: 35px;
    }
}

@media (max-width: 991.98px) {
    .features__content-three strong {
        font-size: 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .features__content-three strong {
        font-size: 35px;
    }
}

.btn.shop-btn {
    -webkit-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    -ms-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    -o-box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    box-shadow: 0px 3px 5px 0px rgba(219, 128, 144, 0.5);
    background: var(--tg-color-white-default);
    color: var(--tg-theme-secondary);
    padding: 17px 22px 13px 22px;
    font-size: 16px;
}

.btn.shop-btn:hover {
    color: var(--tg-color-white-default);
}

/*=============================
	27. Marquee
===============================*/

.marquee__area {
    background: var(--tg-theme-secondary);
    overflow: hidden;
    padding: 36px 0 30px;
}

.marquee__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.marquee__wrap:hover .marquee__box {
    animation-play-state: paused;
}

.marquee__box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
    width: fit-content;
    animation: marquee 100s linear infinite;
}

.marquee__box a {
    font-weight: 500;
    font-size: 24px;
    white-space: nowrap;
    line-height: 1;
    position: relative;
    margin-right: 54px;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    align-items: center;
    color: var(--tg-color-white-default);
}

@media (max-width: 767.98px) {
    .marquee__box a {
        font-size: 22px;
    }
}

.marquee__box a img {
    -webkit-transform: translateY(-4px);
    -moz-transform: translateY(-4px);
    -ms-transform: translateY(-4px);
    -o-transform: translateY(-4px);
    transform: translateY(-4px);
}

.marquee__box a:hover {
    color: var(--tg-theme-primary);
}

/*=============================
    28. Fact
===============================*/

.counter__area {
    background: var(--tg-theme-secondary);
    padding: 130px 0 80px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .counter__area {
        padding: 100px 0 80px;
    }
}

.counter__area-bg {
    background-size: cover;
    background-position: center;
    padding: 90px 0 60px;
    z-index: 1;
    position: relative;
}

@media (max-width: 767.98px) {
    .counter__content {
        margin-bottom: 50px;
    }
}

.counter__content p {
    margin-bottom: 30px;
    color: var(--tg-color-gray-5);
    font-weight: 500;
}

.counter__img {
    position: relative;
    margin-left: 77px;
}

@media (max-width: 1500px) {
    .counter__img {
        margin-left: 45px;
    }
}

@media (max-width: 1199.98px) {
    .counter__img {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .counter__img {
        margin: 0 0 50px 0;
    }
}

.counter__img .mask-img-wrap {
    -webkit-mask-image: url(../img/images/mask-img.png);
    mask-image: url(../img/images/mask-img.png);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 418px;
    width: 422px;
    margin: 0 auto;
}

@media (max-width: 1199.98px) {
    .counter__img .mask-img-wrap {
        height: 345px;
        width: 348px;
    }
}

@media (max-width: 991.98px) {
    .counter__img .mask-img-wrap {
        height: 418px;
        width: 422px;
    }
}

@media (max-width: 767.98px) {
    .counter__img .mask-img-wrap {
        height: 320px;
        width: 320px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__img .mask-img-wrap {
        height: 418px;
        width: 422px;
    }
}

.counter__img .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.counter__img-shape {
    position: absolute;
    inset: 0px;
}

@media (max-width: 767.98px) {
    .counter__img-shape {
        width: 340px;
        height: 320px;
        margin: 0 auto;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .counter__img-shape {
        width: 445px;
        height: 418px;
    }
}

.counter__img-shape svg {
    width: 100%;
    height: 100%;
    color: #4F6699;
    overflow: visible;
    display: block;
    position: absolute;
}

.counter__img-shape svg .animation-dashed {
    animation: animation__shape-two 0.5s infinite linear;
    animation-play-state: paused;
}

.counter__img:hover .counter__img-shape svg .animation-dashed {
    animation-play-state: running;
}

.counter__img .shape {
    position: absolute;
    left: -21%;
    bottom: -2%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .counter__img .shape {
        left: -19%;
        bottom: -11%;
        width: 100px;
    }
}

@media (max-width: 991.98px) {
    .counter__img .shape {
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .counter__img .shape {
        display: none;
    }
}

.counter__item {
    margin-bottom: 65px;
}

@media (max-width: 1199.98px) {
    .counter__item {
        margin-bottom: 45px;
    }
}

.counter__item:last-child {
    margin-bottom: 0;
}

.counter__item-wrap {
    margin-left: 35px;
}

@media (max-width: 1500px) {
    .counter__item-wrap {
        margin-left: 20px;
    }
}

@media (max-width: 1199.98px) {
    .counter__item-wrap {
        margin-left: 0;
    }
}

.counter__item .count {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 48px;
    border-bottom: 1px solid #0D307B;
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .counter__item .count {
        font-size: 38px;
    }
}

.counter__item p {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-gray-5);
    margin-bottom: 0;
}

.counter__item-two {
    text-align: center;
    position: relative;
    margin-bottom: 30px;
    padding: 60px 0 30px;
}

@media (max-width: 767.98px) {
    .counter__item-two {
        padding: 30px 0 30px;
    }
}

.counter__item-two .count {
    font-size: 60px;
    line-height: 1;
    display: block;
    color: var(--tg-color-white-default);
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
}

@media (max-width: 1500px) {
    .counter__item-two .count {
        font-size: 50px;
    }
}

@media (max-width: 1199.98px) {
    .counter__item-two .count {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .counter__item-two .count {
        font-size: 40px;
    }
}

.counter__item-two p {
    margin-bottom: 0;
    font-size: 20px;
    color: var(--tg-color-white-default);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    font-weight: 500;
}

.counter__item-shape img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
    max-width: 172px;
}

@media (max-width: 1199.98px) {
    .counter__item-shape img {
        max-width: 160px;
    }
}

@media (max-width: 767.98px) {
    .counter__item-shape img {
        max-width: 120px;
    }
}

.counter__shape img {
    position: absolute;
    z-index: -1;
    right: 2%;
    top: 30%;
}

@media (max-width: 1500px) {
    .counter__shape img {
        right: 1%;
        top: 33%;
        width: 120px;
    }
}

@media (max-width: 1199.98px) {
    .counter__shape img {
        top: 5%;
        width: 100px;
    }
}

@media (max-width: 991.98px) {
    .counter__shape img {
        top: 8%;
        right: 3%;
    }
}

@media (max-width: 767.98px) {
    .counter__shape img {
        top: 3%;
        width: 80px;
    }
}

/*=============================
    29. FAQ
===============================*/

.faq__area {
    padding: 100px 0;
}

.faq__wrap .accordion-item {
    background-color: var(--tg-border-5);
    border: none;
    margin-bottom: 5px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.faq__wrap .accordion-item:last-child {
    margin-bottom: 0;
}

.faq__wrap .accordion-item:first-of-type .accordion-button {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.faq__wrap .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.faq__wrap .accordion-button {
    padding: 30px 80px 26px 35px;
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
    color: var(--tg-theme-secondary);
    font-family: var(--tg-heading-font-family);
    background-color: var(--tg-border-5);
    border: none;
    border-radius: 10px 10px 0 0;
    position: relative;
}

@media (max-width: 991.98px) {
    .faq__wrap .accordion-button {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .faq__wrap .accordion-button {
        padding: 30px 50px 26px 20px;
    }
}

.faq__wrap .accordion-button:focus {
    box-shadow: none;
}

.faq__wrap .accordion-button:not(.collapsed) {
    color: var(--tg-theme-secondary);
    background-color: var(--tg-border-5);
    box-shadow: none;
}

.faq__wrap .accordion-button::after {
    content: "\f067";
    position: absolute;
    right: 35px;
    top: 26px;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
    border-radius: 50%;
    font-weight: 700;
    font-family: var(--tg-icon-font-family);
    font-size: 14px;
}

@media (max-width: 767.98px) {
    .faq__wrap .accordion-button::after {
        right: 12px;
    }
}

.faq__wrap .accordion-button:not(.collapsed)::after {
    content: "\f068";
    transform: rotate(0);
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
}

.faq__wrap .accordion-body {
    padding: 0 80px 30px 35px;
}

@media (max-width: 991.98px) {
    .faq__wrap .accordion-body {
        padding: 0 60px 30px 35px;
    }
}

@media (max-width: 767.98px) {
    .faq__wrap .accordion-body {
        padding: 0 30px 30px 20px;
    }
}

.faq__wrap .accordion-body p {
    margin-bottom: 0;
    font-weight: 500;
    text-transform: capitalize;
}

/*=============================
    30. Team
===============================*/

.team__area {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .team__area {
        padding: 100px 0;
    }
}

.team__area-two {
    padding: 130px 0;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .team__area-two {
        padding: 100px 0;
    }
}

.team__area-three {
    padding: 100px 0 70px;
}

.team__item {
    margin-bottom: 30px;
    text-align: center;
}

.team__item-img {
    position: relative;
    margin-top: 62px;
    margin-bottom: 35px;
}

.team__item-img .mask-img-wrap {
    -webkit-mask-image: url(../img/team/team_mask_img.svg);
    mask-image: url(../img/team/team_mask_img.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 246px;
    width: 264px;
    margin: 0 auto;
    position: relative;
}

.team__item-img .mask-img-wrap::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-secondary);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team__item-img .mask-img-wrap img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.team__item-img-shape .shape-one {
    position: absolute;
    width: 284px;
    height: 263px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.team__item-img-shape .shape-one svg {
    width: 100%;
    height: 100%;
    position: absolute;
    visibility: visible;
    display: block;
    color: var(--tg-border-1);
}

.team__item-img-shape .shape-one svg .animation-dashed {
    animation: animation__shape 0.5s infinite linear;
    animation-play-state: paused;
}

.team__item-img-shape .shape-two {
    position: absolute;
    top: -62px;
    right: 0;
}

@media (max-width: 991.98px) {
    .team__item-img-shape .shape-two {
        right: 20px;
    }
}

@media (max-width: 767.98px) {
    .team__item-img-shape .shape-two {
        right: 40px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .team__item-img-shape .shape-two {
        right: 20px;
    }
}

.team__item-img-shape .shape-two svg {
    color: #D3C4D3;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.team__item-content .title {
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 6px;
}

.team__item-content span {
    line-height: 1;
    display: block;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
}

.team__item:hover .mask-img-wrap::before {
    opacity: 0.9;
}

.team__item:hover .team__social .list-wrap li {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team__item:hover .team__item-img-shape .animation-dashed {
    animation-play-state: running;
}

.team__item:hover .team__item-img-shape .shape-two svg {
    color: var(--tg-theme-primary);
}

.team__social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    gap: 10px;
}

.team__social .list-wrap li {
    transition: visibility 0.3s ease-out 0.1s, opacity 0.3s ease-out 0.15s, transform 0.3s ease-out 0.1s;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
    transition-delay: 0.1s;
}

.team__social .list-wrap li a {
    font-size: 18px;
    color: var(--tg-color-white-default);
}

.team__social .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.team__social .list-wrap li:nth-child(2) {
    transition-delay: 0.13s;
}

.team__social .list-wrap li:nth-child(3) {
    transition-delay: 0.16s;
}

.team__social .list-wrap li:nth-child(4) {
    transition-delay: 0.19s;
}

.team__social .list-wrap li:nth-child(5) {
    transition-delay: 0.22s;
}

.team__bottom-content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-top: 40px;
}

@media (max-width: 767.98px) {
    .team__bottom-content {
        margin-top: 20px;
    }
}

.team__bottom-content p {
    color: #4D6496;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 0;
    text-decoration: underline;
    font-size: 18px;
    line-height: 1;
}

.team__bottom-content .btn {
    background: #F7F4F7;
    color: var(--tg-theme-primary);
}

.team__bottom-content .btn:hover {
    color: var(--tg-color-white-default);
}

.team__details-area {
    padding: 100px 0;
}

.team__details-img {
    margin-right: 30px;
    padding: 9px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .team__details-img {
        margin-right: 0;
    }
}

@media (max-width: 991.98px) {
    .team__details-img {
        margin-bottom: 50px;
    }
}

.team__details-img::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 2px dashed #C8C2C8;
    -webkit-border-radius: 245px;
    -moz-border-radius: 245px;
    -o-border-radius: 245px;
    -ms-border-radius: 245px;
    border-radius: 245px;
}

.team__details-img img {
    -webkit-border-radius: 245px;
    -moz-border-radius: 245px;
    -o-border-radius: 245px;
    -ms-border-radius: 245px;
    border-radius: 245px;
}

.team__details-content .name {
    margin-bottom: 5px;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .team__details-content .name {
        font-size: 38px;
    }
}

@media (max-width: 767.98px) {
    .team__details-content .name {
        font-size: 36px;
    }
}

.team__details-content>span {
    display: block;
    position: relative;
    font-size: 18px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.team__details-content>span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: var(--tg-theme-primary);
}

.team__details-content>p {
    margin-bottom: 35px;
    text-transform: capitalize;
    width: 80%;
}

@media (max-width: 1199.98px) {
    .team__details-content>p {
        width: 100%;
        margin-bottom: 30px;
    }
}

.team__details-content .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
}

.team__details-content .experience-wrap p {
    margin-bottom: 35px;
    text-transform: capitalize;
    width: 80%;
}

@media (max-width: 1199.98px) {
    .team__details-content .experience-wrap p {
        width: 100%;
        margin-bottom: 30px;
    }
}

.team__details .contact__info-wrap,
.team__details-info {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .team__details .contact__info-wrap,
    .team__details-info {
        margin-bottom: 40px;
    }
}

.team__details .contact__info-wrap>.list-wrap,
.team__details-info>.list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 18px 0;
    margin: 0 -15px;
}

.team__details .contact__info-wrap>.list-wrap>li,
.team__details-info>.list-wrap>li {
    padding: 0 15px;
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0 !important;
}

@media (max-width: 767.98px) {
    .team__details .contact__info-wrap>.list-wrap>li,
    .team__details-info>.list-wrap>li {
        width: 100%;
    }
}

.team__details-form {
    margin-left: 0 !important;
}

.team__shape img {
    position: absolute;
    right: 3%;
    top: 10%;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .team__shape img {
        top: 3%;
    }
}

@media (max-width: 767.98px) {
    .team__shape img {
        top: 2%;
        width: 90px;
    }
}

.team__shape-two img {
    position: absolute;
    left: 5%;
    bottom: 10%;
    z-index: -1;
    max-width: 114px;
}

@media (max-width: 1199.98px) {
    .team__shape-two img {
        max-width: 100px;
    }
}

@media (max-width: 991.98px) {
    .team__shape-two img {
        max-width: 90px;
    }
}

@media (max-width: 767.98px) {
    .team__shape-two img {
        display: none;
    }
}

/*=============================
    31. Registration
===============================*/

.registration__area-two {
    padding: 130px 0;
    position: relative;
}

@media (max-width: 767.98px) {
    .registration__area-two {
        padding: 100px 0;
    }
}

.registration__inner-wrap {
    background: var(--tg-theme-secondary);
    -webkit-border-radius: 59px 153px 45px 150px;
    -moz-border-radius: 59px 153px 45px 150px;
    -o-border-radius: 59px 153px 45px 150px;
    -ms-border-radius: 59px 153px 45px 150px;
    border-radius: 59px 153px 45px 150px;
    padding: 70px 130px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-top: -185px;
}

@media (max-width: 1500px) {
    .registration__inner-wrap {
        padding: 70px 90px;
    }
}

@media (max-width: 1199.98px) {
    .registration__inner-wrap {
        padding: 50px 60px;
    }
}

@media (max-width: 991.98px) {
    .registration__inner-wrap {
        -webkit-border-radius: 40px 100px 30px 100px;
        -moz-border-radius: 40px 100px 30px 100px;
        -o-border-radius: 40px 100px 30px 100px;
        -ms-border-radius: 40px 100px 30px 100px;
        border-radius: 40px 100px 30px 100px;
    }
}

@media (max-width: 991.98px) {
    .registration__inner-wrap {
        -webkit-border-radius: 40px 60px 30px 60px;
        -moz-border-radius: 40px 60px 30px 60px;
        -o-border-radius: 40px 60px 30px 60px;
        -ms-border-radius: 40px 60px 30px 60px;
        border-radius: 40px 60px 30px 60px;
        padding: 40px 30px;
    }
}

.registration__inner-wrap .title {
    text-align: center;
    margin-bottom: 30px;
    color: var(--tg-color-white-default);
    text-transform: capitalize;
    font-size: 36px;
}

@media (max-width: 767.98px) {
    .registration__inner-wrap .title {
        font-size: 30px;
    }
}

.registration__inner-wrap .shape {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}

.registration__inner-wrap .form-grp {
    margin-bottom: 15px;
    position: relative;
}

.registration__inner-wrap .form-grp label {
    display: block;
    color: #C8D4EF;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 10px;
}

.registration__inner-wrap .form-grp input {
    width: 100%;
    border: none;
    background: #113179;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 14px 20px;
    font-size: 14px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    height: 50px;
}

.registration__inner-wrap .form-grp input::placeholder {
    font-size: 14px;
    font-weight: 600;
    color: #5E76AC;
}

.registration__inner-wrap .form-grp input[type=date] {
    color: #5E76AC;
    font-weight: 600;
}

.registration__inner-wrap .form-grp input[type=date]::-webkit-calendar-picker-indicator {
    filter: invert(100%);
    font-size: 20px;
}

.registration__inner-wrap .form-grp i {
    position: absolute;
    right: 15px;
    bottom: 14px;
    font-size: 20px;
    line-height: 0;
    color: var(--tg-color-white-default);
}

.registration__inner-wrap .form-grp.select-grp {
    position: relative;
}

.registration__inner-wrap .form-grp.select-grp select {
    background-color: #113179;
    border: none;
    color: #5E76AC;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    border-radius: 6px;
    outline: none;
    padding: 14px 50px 14px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 50px;
    cursor: pointer;
}

.registration__inner-wrap .form-grp.select-grp::after {
    content: "\f116";
    position: absolute;
    bottom: 14px;
    font-family: "flaticon_pet_care";
    font-weight: 700;
    right: 20px;
    font-size: 20px;
    color: var(--tg-color-white-default);
    line-height: 1;
}

.registration__inner-wrap .submit__btn .btn::before {
    background: var(--tg-color-white-default);
}

.registration__inner-wrap .submit__btn .btn:hover {
    color: var(--tg-theme-primary);
}

.registration__inner-wrap-two {
    position: relative;
}

.registration__form {
    background: var(--tg-border-5);
    border: 1px solid var(--tg-border-6);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 70px 80px 70px;
}

@media (max-width: 1199.98px) {
    .registration__form {
        padding: 50px 40px 50px;
    }
}

@media (max-width: 767.98px) {
    .registration__form {
        padding: 30px 25px 30px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .registration__form {
        padding: 35px 30px 35px;
    }
}

.registration__form .title {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .registration__form .title {
        font-size: 32px;
    }
}

.registration__form span {
    display: block;
    margin-bottom: 20px;
}

.registration__form .form-grp {
    margin-bottom: 18px;
}

.registration__form .form-grp textarea,
.registration__form .form-grp input {
    width: 100%;
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    font-size: 15px;
    font-weight: 400;
    color: var(--tg-theme-secondary);
    padding: 12px 20px;
    height: 50px;
    display: block;
}

.registration__form .form-grp textarea::placeholder,
.registration__form .form-grp input::placeholder {
    color: #8793AB;
    font-size: 15px;
    font-weight: 400;
}

.registration__form .form-grp textarea[type=date],
.registration__form .form-grp input[type=date] {
    font-weight: 400;
    color: #8793AB;
}

.registration__form .form-grp textarea[type=date]::-webkit-calendar-picker-indicator,
.registration__form .form-grp input[type=date]::-webkit-calendar-picker-indicator {
    font-size: 20px;
}

.registration__form .form-grp textarea {
    min-height: 100px;
    max-height: 100px;
    padding: 15px 20px 12px 30px;
}

.registration__form .form-grp.select-grp {
    position: relative;
}

.registration__form .form-grp.select-grp select {
    background-color: var(--tg-color-white-default);
    border: 1px solid #E1E4E7;
    color: #8793AB;
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    border-radius: 100px;
    outline: none;
    padding: 14px 50px 14px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 50px;
    cursor: pointer;
}

.registration__form .form-grp.select-grp::after {
    content: "\f116";
    position: absolute;
    bottom: 14px;
    font-family: "flaticon_pet_care";
    font-weight: 700;
    right: 20px;
    font-size: 20px;
    color: var(--tg-theme-primary);
    line-height: 1;
}

.registration__img {
    position: absolute;
    bottom: 0;
    right: 3%;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .registration__img {
        right: 0;
    }
}

@media (max-width: 991.98px) {
    .registration__img {
        display: none;
    }
}

/*=============================
    32. Why We Are
===============================*/

.why__we-are-area {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .why__we-are-area {
        padding: 100px 0;
    }
}

.why__we-are-area-two {
    background: var(--tg-color-gray-4);
    padding: 130px 0 100px;
    z-index: 1;
    position: relative;
}

@media (max-width: 767.98px) {
    .why__we-are-area-two {
        padding: 100px 0 70px;
    }
}

.why__we-are-img {
    position: relative;
    margin-left: 80px;
}

@media (max-width: 1500px) {
    .why__we-are-img {
        margin-left: 40px;
    }
}

@media (max-width: 1199.98px) {
    .why__we-are-img {
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .why__we-are-img {
        margin-bottom: 50px;
    }
}

.why__we-are-img .shape {
    position: absolute;
    color: var(--tg-theme-primary);
}

.why__we-are-img .shape-one {
    left: 24%;
    top: -4%;
}

@media (max-width: 1199.98px) {
    .why__we-are-img .shape-one {
        left: 30%;
        top: -6%;
    }
}

@media (max-width: 767.98px) {
    .why__we-are-img .shape-one svg {
        width: 120px;
    }
}

.why__we-are-img .shape-two {
    left: 10%;
    bottom: 8%;
}

@media (max-width: 767.98px) {
    .why__we-are-img .shape-two svg {
        width: 100px;
    }
}

.why__we-are-img .shape-three {
    right: 10%;
    bottom: 20px;
}

@media (max-width: 1199.98px) {
    .why__we-are-img .shape-three {
        right: 0;
        bottom: 0;
    }
}

@media (max-width: 767.98px) {
    .why__we-are-img .shape-three svg {
        width: 80px;
    }
}

.why__we-are-img .shape-four {
    right: 19%;
    top: 5px;
}

@media (max-width: 1199.98px) {
    .why__we-are-img .shape-four {
        right: 8%;
        top: 0;
    }
}

@media (max-width: 767.98px) {
    .why__we-are-img .shape-four {
        display: none;
    }
}

.why__we-are-content>p {
    margin-bottom: 35px;
    width: 90%;
}

@media (max-width: 991.98px) {
    .why__we-are-content>p {
        width: 100%;
    }
}

.why__we-are-item {
    position: relative;
    text-align: center;
    padding: 75px 55px 70px;
    margin-bottom: 30px;
}

@media (max-width: 1199.98px) {
    .why__we-are-item {
        padding: 55px 35px 50px;
    }
}

.why__we-are-item-shape .shape-one {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.why__we-are-item-shape .shape-one svg {
    width: 100%;
    height: 100%;
    color: var(--tg-color-white-default);
    overflow: visible;
    display: block;
    position: absolute;
}

.why__we-are-item-shape .shape-two {
    position: absolute;
    left: 10px;
    top: 10px;
    right: 10px;
    bottom: 10px;
    z-index: -1;
}

.why__we-are-item-shape .shape-two svg {
    width: 100%;
    height: 100%;
    color: #DAC1DC;
    overflow: visible;
    display: block;
    position: absolute;
}

.why__we-are-item-shape .shape-two svg .animation-dashed {
    animation: animation__shape-four 0.5s infinite linear;
    animation-play-state: paused;
}

.why__we-are-item:hover .why__we-are-item-shape .shape-two svg .animation-dashed {
    animation-play-state: running;
}

.why__we-are-item-icon {
    height: 100px;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .why__we-are-item-icon {
        height: 70px;
    }
}

.why__we-are-item-icon svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
}

.why__we-are-item-content .title {
    margin-bottom: 8px;
    font-size: 24px;
}

.why__we-are-item-content p {
    margin-bottom: 0;
    font-weight: 500;
}

.why__list-box .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -15px;
    gap: 35px 0;
}

@media (max-width: 1199.98px) {
    .why__list-box .list-wrap {
        margin: 0 -10px;
        gap: 30px 0;
    }
}

.why__list-box .list-wrap li {
    width: 50%;
    padding: 0 15px;
}

@media (max-width: 1199.98px) {
    .why__list-box .list-wrap li {
        padding: 0 10px;
    }
}

@media (max-width: 767.98px) {
    .why__list-box .list-wrap li {
        width: 100%;
    }
}

.why__list-box-item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

.why__list-box-item-top .icon {
    position: relative;
    padding-left: 4px;
    min-height: 23px;
    line-height: 1;
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px);
    color: var(--tg-theme-primary);
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.why__list-box-item-top .icon::before {
    content: "";
    position: absolute;
    width: 23px;
    height: 23px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    background: #F0E9F0;
    z-index: -1;
    left: 0;
    top: 0;
}

.why__list-box-item-top .title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.why__list-box-item:hover .why__list-box-item-top .icon {
    color: var(--tg-body-color);
}

.why__list-box-item:hover .why__list-box-item-top .title {
    color: var(--tg-theme-primary);
}

.why__list-box-item p {
    margin-bottom: 0;
    font-weight: 500;
    width: 90%;
}

.why__shape-wrap img {
    position: absolute;
    z-index: -2;
}

.why__shape-wrap img:nth-child(1) {
    left: 0;
    top: 30%;
    max-width: 161px;
}

@media (max-width: 1800px) {
    .why__shape-wrap img:nth-child(1) {
        top: 20%;
    }
}

@media (max-width: 1500px) {
    .why__shape-wrap img:nth-child(1) {
        max-width: 125px;
    }
}

@media (max-width: 1199.98px) {
    .why__shape-wrap img:nth-child(1) {
        top: 10%;
    }
}

@media (max-width: 767.98px) {
    .why__shape-wrap img:nth-child(1) {
        top: 0;
        max-width: 90px;
    }
}

.why__shape-wrap img:nth-child(2) {
    right: 5%;
    bottom: 15%;
    max-width: 113px;
}

@media (max-width: 1800px) {
    .why__shape-wrap img:nth-child(2) {
        right: 3%;
        bottom: 7%;
    }
}

@media (max-width: 1500px) {
    .why__shape-wrap img:nth-child(2) {
        max-width: 100px;
    }
}

@media (max-width: 767.98px) {
    .why__shape-wrap img:nth-child(2) {
        bottom: 2%;
        max-width: 80px;
    }
}

/*=============================
    33. Discover
===============================*/

.discover__area {
    padding: 130px 0 105px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .discover__area {
        padding: 100px 0 75px;
    }
}

.discover__item {
    position: relative;
    margin-bottom: 25px;
}

.discover__item-img {
    position: relative;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.discover__item-img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-secondary);
    opacity: 0.75;
}

.discover__item-img img {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

.discover__item-content {
    position: absolute;
    left: 40px;
    bottom: 35px;
}

@media (max-width: 1199.98px) {
    .discover__item-content {
        left: 30px;
        bottom: 25px;
    }
}

.discover__item-content .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 24px;
    line-height: 1;
    text-transform: capitalize;
    position: relative;
    padding-top: 17px;
}

.discover__item-content .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 4px;
    background: #956794;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -o-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
}

.discover__item-content span {
    font-size: 16px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    line-height: 1;
}

.discover__shape img {
    position: absolute;
    right: 7%;
    top: 15%;
    z-index: -1;
    max-width: 113px;
}

@media (max-width: 1199.98px) {
    .discover__shape img {
        right: 3%;
        top: 12%;
        max-width: 85px;
    }
}

@media (max-width: 991.98px) {
    .discover__shape img {
        top: 2%;
    }
}

@media (max-width: 767.98px) {
    .discover__shape img {
        max-width: 70px;
    }
}

/*=============================
    34. Gallery
===============================*/

.gallery__area {
    padding: 100px 0 70px;
}

.gallery__item {
    position: relative;
    margin-bottom: 30px;
}

.gallery__item .popup-image {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
}

.gallery__item:hover .gallery__img::before {
    opacity: 0.9;
}

.gallery__item:hover .popup-image {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.gallery__img {
    position: relative;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.gallery__img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-theme-secondary);
    opacity: 0;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

/*=============================
    35. Cta
===============================*/

.cta__area {
    background: var(--tg-theme-primary);
    position: relative;
    z-index: 1;
}

.cta__content {
    position: relative;
    padding: 160px 0;
}

@media (max-width: 1199.98px) {
    .cta__content {
        padding: 120px 0;
    }
}

@media (max-width: 991.98px) {
    .cta__content {
        text-align: center;
        padding: 120px 0 50px;
    }
}

@media (max-width: 767.98px) {
    .cta__content {
        padding: 100px 0 50px;
    }
}

.cta__content .title {
    margin-bottom: 10px;
    color: var(--tg-color-white-default);
    font-size: 48px;
    line-height: 1.1;
    text-transform: capitalize;
    width: 90%;
}

@media (max-width: 1500px) {
    .cta__content .title {
        font-size: 45px;
    }
}

@media (max-width: 1199.98px) {
    .cta__content .title {
        font-size: 38px;
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .cta__content .title {
        font-size: 35px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .cta__content .title {
        font-size: 38px;
    }
}

.cta__content p {
    margin-bottom: 30px;
    color: var(--tg-color-white-default);
    text-transform: capitalize;
    width: 80%;
}

@media (max-width: 1500px) {
    .cta__content p {
        width: 85%;
    }
}

@media (max-width: 1199.98px) {
    .cta__content p {
        width: 100%;
        margin-bottom: 20px;
    }
}

.cta__content .btn {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.cta__content .btn:hover {
    color: var(--tg-color-white-default);
}

.cta__content .shape img {
    position: absolute;
    max-width: 201px;
    left: -34%;
    bottom: 14%;
    z-index: -1;
}

@media (max-width: 1800px) {
    .cta__content .shape img {
        max-width: 150px;
        left: -17%;
        bottom: 8%;
    }
}

@media (max-width: 1500px) {
    .cta__content .shape img {
        max-width: 120px;
        left: -8%;
    }
}

@media (max-width: 1199.98px) {
    .cta__content .shape img {
        max-width: 100px;
        left: -4%;
        bottom: 4%;
    }
}

@media (max-width: 767.98px) {
    .cta__content .shape img {
        bottom: -4%;
    }
}

.cta__img-shape img {
    position: absolute;
    z-index: -1;
}

.cta__img-shape img:nth-child(1) {
    right: 15%;
    top: 15%;
    max-width: 120px;
}

@media (max-width: 1800px) {
    .cta__img-shape img:nth-child(1) {
        right: 10%;
    }
}

@media (max-width: 1500px) {
    .cta__img-shape img:nth-child(1) {
        right: 8%;
        top: 20%;
        max-width: 100px;
    }
}

@media (max-width: 1199.98px) {
    .cta__img-shape img:nth-child(1) {
        right: 4%;
        top: 18%;
        max-width: 90px;
    }
}

@media (max-width: 991.98px) {
    .cta__img-shape img:nth-child(1) {
        right: 5%;
        top: 3%;
        max-width: 70px;
    }
}

@media (max-width: 767.98px) {
    .cta__img-shape img:nth-child(1) {
        top: 2%;
    }
}

.cta__img-shape img:nth-child(2) {
    right: 9%;
    bottom: 0;
    max-width: 930px;
}

@media (max-width: 1800px) {
    .cta__img-shape img:nth-child(2) {
        right: 0;
    }
}

@media (max-width: 1500px) {
    .cta__img-shape img:nth-child(2) {
        max-width: 750px;
    }
}

@media (max-width: 1199.98px) {
    .cta__img-shape img:nth-child(2) {
        max-width: 600px;
    }
}

@media (max-width: 991.98px) {
    .cta__img-shape img:nth-child(2) {
        max-width: 750px;
    }
}

@media (max-width: 767.98px) {
    .cta__img-shape img:nth-child(2) {
        max-width: 100%;
    }
}

/*=============================
    36. Blog
===============================*/

.blog__post-area {
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .blog__post-area {
        padding: 100px 0 70px;
    }
}

.blog__post-area-two {
    padding: 130px 0 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .blog__post-area-two {
        padding: 100px 0 70px;
    }
}

.blog__post-area-three {
    padding: 130px 0 100px;
    background: var(--tg-color-gray-4);
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .blog__post-area-three {
        padding: 100px 0 70px;
    }
}

.blog__post-area-four {
    background: var(--tg-border-5);
    position: relative;
    z-index: 1;
    padding: 80px 0 50px;
}

.blog__post-area-five {
    padding: 100px 0;
}

.blog__post-item {
    background: var(--tg-color-gray-4);
    -webkit-border-radius: 42px;
    -moz-border-radius: 42px;
    -o-border-radius: 42px;
    -ms-border-radius: 42px;
    border-radius: 42px;
    padding: 38px 38px 32px;
    margin-bottom: 30px;
}

@media (max-width: 1500px) {
    .blog__post-item {
        -webkit-border-radius: 35px;
        -moz-border-radius: 35px;
        -o-border-radius: 35px;
        -ms-border-radius: 35px;
        border-radius: 35px;
        padding: 30px 30px 26px;
    }
}

@media (max-width: 1199.98px) {
    .blog__post-item {
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        -o-border-radius: 30px;
        -ms-border-radius: 30px;
        border-radius: 30px;
        padding: 30px 20px 26px;
    }
}

@media (max-width: 991.98px) {
    .blog__post-item {
        padding: 30px 25px 26px;
    }
}

.blog__post-item:hover .blog__post-thumb .shape .animation-dashed {
    animation-play-state: running;
}

.blog__post-item-two {
    margin-bottom: 30px;
}

.blog__post-item-three {
    background: var(--tg-color-white-default);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 30px;
}

.blog__post-item-four {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    border: 1px solid #E6E6E6;
    background: var(--tg-color-white-default);
    padding: 22px 24px 30px;
    margin-bottom: 30px;
}

.blog__post-item-five {
    background: var(--tg-border-5);
}

.blog__post-thumb {
    position: relative;
    padding: 10px;
    z-index: 1;
    margin-bottom: 25px;
}

.blog__post-thumb .shape {
    position: absolute;
    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%);
    top: 50%;
    width: 334px;
    height: 290px;
    z-index: -1;
}

@media (max-width: 1500px) {
    .blog__post-thumb .shape {
        width: 310px;
        height: 270px;
    }
}

@media (max-width: 1199.98px) {
    .blog__post-thumb .shape {
        width: 250px;
        height: 220px;
    }
}

@media (max-width: 991.98px) {
    .blog__post-thumb .shape {
        width: 270px;
        height: 240px;
    }
}

.blog__post-thumb .shape svg {
    color: #BCB0BC;
    position: absolute;
    display: block;
    visibility: visible;
    width: 100%;
    height: 100%;
}

.blog__post-thumb .shape svg .animation-dashed {
    animation: animation__shape-four 0.5s infinite linear;
    animation-play-state: paused;
}

.blog__post-thumb-two {
    position: relative;
    margin-bottom: 20px;
    overflow: hidden;
}

.blog__post-thumb-two img {
    border-radius: 28px;
    width: 100%;
    height: 272px;
    object-fit: cover;
}

.blog__post-thumb-three {
    position: relative;
}

.blog__post-thumb-three img {
    width: 100%;
    height: 273px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .blog__post-thumb-three img {
        height: 220px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__post-thumb-three img {
        height: 260px;
    }
}

.blog__post-thumb-four {
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 15px;
}

.blog__post-thumb-four img {
    width: 100%;
    height: 194px;
    object-fit: cover;
}

.blog__post-thumb-five img {
    height: 300px;
}

@media (max-width: 1199.98px) {
    .blog__post-thumb-five img {
        height: 250px;
    }
}

.blog__post-mask {
    -webkit-mask-image: url(../img/blog/blog_post_mask.svg);
    mask-image: url(../img/blog/blog_post_mask.svg);
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    height: 272px;
    width: 312px;
    margin: 0 auto;
}

@media (max-width: 1500px) {
    .blog__post-mask {
        height: 252px;
        width: 290px;
    }
}

@media (max-width: 1199.98px) {
    .blog__post-mask {
        height: 202px;
        width: 230px;
    }
}

@media (max-width: 991.98px) {
    .blog__post-mask {
        width: 250px;
        height: 220px;
    }
}

.blog__post-mask img {
    max-width: unset;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog__post-tag {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    position: absolute;
    left: 25px;
    bottom: 25px;
}

.blog__post-tag li a {
    font-size: 15px;
    font-weight: 600;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    display: block;
    line-height: 1;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 5px 14px 8px;
    position: relative;
    z-index: 1;
}

.blog__post-tag li a:hover {
    background: var(--tg-theme-secondary);
}

.blog__post-tag-two {
    left: 20px;
    top: 20px;
    bottom: auto;
}

.blog__post-tag-two li a {
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.blog__post-tag-two li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.blog__post-tag-three {
    left: 16px;
    top: 12px;
    bottom: auto;
}

.blog__post-meta .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 35px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.blog__post-meta .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    gap: 8px;
    font-size: 15px;
    font-weight: 500;
    text-transform: capitalize;
}

.blog__post-meta .list-wrap li i {
    font-size: 22px;
    line-height: 1;
    color: var(--tg-theme-primary);
    transform: translateY(2px);
}

.blog__post-meta .list-wrap li a {
    color: var(--tg-body-color);
}

.blog__post-meta .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog__post-content .title {
    margin-bottom: 0;
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    .blog__post-content .title {
        font-size: 22px;
    }
}

.blog__post-content-two .title {
    margin-bottom: 10px;
    font-size: 26px;
}

@media (max-width: 1199.98px) {
    .blog__post-content-two .title {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .blog__post-content-two .title {
        font-size: 24px;
    }
}

.blog__post-content-three {
    padding: 30px 30px;
}

@media (max-width: 1199.98px) {
    .blog__post-content-three {
        padding: 25px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__post-content-three {
        padding: 35px 30px;
    }
}

.blog__post-content-three .title {
    margin-bottom: 6px;
    font-size: 26px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .blog__post-content-three .title {
        font-size: 22px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .blog__post-content-three .title {
        font-size: 26px;
    }
}

.blog__post-content-three p {
    margin-bottom: 20px;
    font-weight: 500;
}

.blog__post-content-four .title {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 600;
}

.blog__post-content-four .blog__post-meta .list-wrap {
    margin-bottom: 17px;
}

.blog__details-thumb {
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .blog__details-thumb {
        margin-bottom: 20px;
    }
}

.blog__details-thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    min-height: 250px;
    object-fit: cover;
}

.blog__details-content .title {
    margin-bottom: 18px;
    font-size: 36px;
}

@media (max-width: 1199.98px) {
    .blog__details-content .title {
        font-size: 30px;
    }
}

@media (max-width: 767.98px) {
    .blog__details-content .title {
        font-size: 25px;
    }
}

.blog__details-content .blog__post-meta .list-wrap {
    margin-bottom: 25px;
}

.blog__details-content>p {
    margin-bottom: 15px;
}

.blog__details-content .title-two {
    margin-bottom: 22px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .blog__details-content .title-two {
        font-size: 25px;
    }
}

.blog__details-inner-wrap {
    margin: 30px 0 25px;
}

.blog__details-inner-wrap .col-54 {
    width: 54%;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .blog__details-inner-wrap .col-54 {
        width: 100%;
    }
}

.blog__details-inner-wrap .col-46 {
    width: 46%;
    flex: 0 0 auto;
}

@media (max-width: 767.98px) {
    .blog__details-inner-wrap .col-46 {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .blog__details-inner-wrap .content {
        margin-bottom: 40px;
    }
}

.blog__details-inner-wrap .content .title-two {
    margin-bottom: 10px;
}

.blog__details-inner-wrap .content p {
    margin-bottom: 20px;
    width: 80%;
}

.blog__details-inner-wrap .content .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
    line-height: 1;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-heading-color);
    gap: 10px;
    margin-bottom: 15px;
}

.blog__details-inner-wrap .content .list-wrap li:last-child {
    margin-bottom: 0;
}

.blog__details-inner-wrap .content .list-wrap li i {
    width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    font-size: 13px;
}

.blog__details-inner-wrap .thumb {
    margin-left: 52px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .blog__details-inner-wrap .thumb {
        margin-left: 0;
    }
}

.blog__details-inner-wrap .thumb img {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 100%;
}

.blog__details-inner-wrap .thumb .play-btn {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-white-default);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog__details-content-bottom {
    border-top: 1px solid #E7E7E7;
    border-bottom: 1px solid #E7E7E7;
    padding: 20px 0;
    margin-top: 40px;
}

.blog__details-content-bottom .post-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
}

.blog__details-content-bottom .post-tags .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.blog__details-content-bottom .post-tags .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.blog__details-content-bottom .post-tags .list-wrap li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--tg-theme-primary);
    background: #F4EBF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 9px 16px 12px;
    display: block;
    line-height: 1;
}

.blog__details-content-bottom .post-tags .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.blog__details-content-bottom .blog-post-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .blog__details-content-bottom .blog-post-share {
        justify-content: flex-start;
        margin-top: 20px;
    }
}

.blog__details-content-bottom .blog-post-share .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 1;
}

.blog__details-content-bottom .blog-post-share .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog__details-content-bottom .blog-post-share .list-wrap li {
    line-height: 1;
}

.blog__details-content-bottom .blog-post-share .list-wrap li a {
    font-size: 18px;
    color: var(--tg-theme-secondary);
}

.blog__details-content-bottom .blog-post-share .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.blog__shape-wrap img:nth-child(1) {
    left: 4%;
    bottom: 5%;
    max-width: 101px;
}

@media (max-width: 1800px) {
    .blog__shape-wrap img:nth-child(1) {
        left: 3%;
        bottom: 2%;
        max-width: 90px;
    }
}

@media (max-width: 767.98px) {
    .blog__shape-wrap img:nth-child(1) {
        left: 6%;
        bottom: 2%;
        max-width: 60px;
    }
}

.blog__shape-wrap img:nth-child(2) {
    top: 20%;
    right: 4%;
    max-width: 109px;
}

@media (max-width: 1800px) {
    .blog__shape-wrap img:nth-child(2) {
        top: 10%;
        right: 2%;
        max-width: 90px;
    }
}

@media (max-width: 1500px) {
    .blog__shape-wrap img:nth-child(2) {
        top: 5%;
        right: 2%;
        max-width: 75px;
    }
}

@media (max-width: 767.98px) {
    .blog__shape-wrap img:nth-child(2) {
        top: 2%;
        right: 4%;
        max-width: 65px;
    }
}

.blog__shape-wrap-two img {
    position: absolute;
    left: 4%;
    bottom: 32%;
    max-width: 101px;
    z-index: -1;
}

@media (max-width: 1500px) {
    .blog__shape-wrap-two img {
        left: 2%;
        bottom: 5%;
        max-width: 70px;
    }
}

@media (max-width: 767.98px) {
    .blog__shape-wrap-two img {
        display: none;
    }
}

.blog__shape-wrap-three img {
    position: absolute;
    left: 4%;
    bottom: 14%;
    z-index: -1;
    max-width: 101px;
}

@media (max-width: 1500px) {
    .blog__shape-wrap-three img {
        left: 2%;
        bottom: 3%;
        max-width: 70px;
    }
}

@media (max-width: 767.98px) {
    .blog__shape-wrap-three img {
        left: 4%;
        bottom: 1%;
        max-width: 60px;
    }
}

.blog__shape-wrap-four img {
    position: absolute;
    z-index: -1;
}

.blog__shape-wrap-four img:nth-child(1) {
    right: 5%;
    top: 12%;
    max-width: 114px;
}

@media (max-width: 1800px) {
    .blog__shape-wrap-four img:nth-child(1) {
        right: 2%;
        max-width: 110px;
    }
}

@media (max-width: 1500px) {
    .blog__shape-wrap-four img:nth-child(1) {
        right: 1%;
        max-width: 80px;
        top: 2%;
    }
}

@media (max-width: 1199.98px) {
    .blog__shape-wrap-four img:nth-child(1) {
        display: none;
    }
}

.blog__shape-wrap-four img:nth-child(2) {
    left: 0;
    bottom: 0;
    max-width: 176px;
}

@media (max-width: 1800px) {
    .blog__shape-wrap-four img:nth-child(2) {
        max-width: 150px;
    }
}

@media (max-width: 1500px) {
    .blog__shape-wrap-four img:nth-child(2) {
        max-width: 100px;
    }
}

.blog-sidebar {
    padding-right: 40px;
    border-right: 1px solid #E4E4E4;
    margin-right: 10px;
    position: sticky;
    top: 100px;
}

@media (max-width: 1500px) {
    .blog-sidebar {
        padding-right: 30px;
    }
}

@media (max-width: 991.98px) {
    .blog-sidebar {
        padding-right: 0;
        border-right: none;
        margin-right: 0;
        margin-top: 100px;
    }
}

.blog-widget {
    border-bottom: 1px solid #E4E4E4;
    padding-bottom: 30px;
    margin-bottom: 25px;
}

.blog-widget:last-child {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.widget-title {
    margin-bottom: 20px;
    line-height: 1;
    font-size: 22px;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    padding-bottom: 9px;
}

.widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}

.sidebar-search-form form {
    position: relative;
}

.sidebar-search-form input {
    background: var(--tg-border-5);
    width: 100%;
    border: 1px solid #E4E4E4;
    padding: 13px 45px 13px 15px;
    color: var(--tg-heading-color);
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    height: 45px;
}

.sidebar-search-form input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #B6B6B6;
}

.sidebar-search-form button {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    padding: 0;
    font-size: 18px;
    line-height: 0;
}

.sidebar-cat-list .list-wrap li {
    line-height: 1.4;
    margin-bottom: 20px;
}

.sidebar-cat-list .list-wrap li:last-child {
    margin-bottom: 0;
}

.sidebar-cat-list .list-wrap li a {
    color: var(--tg-heading-color);
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
}

.sidebar-cat-list .list-wrap li a:hover {
    color: var(--tg-theme-primary);
    margin-left: 5px;
}

.sidebar-tag-list .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
}

.sidebar-tag-list .list-wrap li a {
    font-size: 15px;
    font-weight: 500;
    color: var(--tg-theme-primary);
    background: #F4EBF4;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    display: block;
    line-height: 1;
    padding: 9px 16px 12px;
}

.sidebar-tag-list .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.rc-post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.rc-post-item:last-child {
    margin-bottom: 0;
}

.rc-post-item .thumb {
    width: 80px;
    flex: 0 0 auto;
}

.rc-post-item .thumb img {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.rc-post-item .content .title {
    margin-bottom: 8px;
    font-size: 18px;
    font-weight: 600;
    text-transform: capitalize;
}

.rc-post-item .content .date {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
}

.rc-post-item .content .date i {
    font-size: 20px;
    line-height: 0;
    color: var(--tg-theme-primary);
}

blockquote {
    margin: 50px 125px 60px 55px;
    background: var(--tg-border-5);
    padding: 50px 100px 50px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    blockquote {
        margin: 50px 100px 60px 55px;
    }
}

@media (max-width: 1199.98px) {
    blockquote {
        padding: 50px 100px 50px 40px;
        margin: 40px 0 50px;
    }
}

@media (max-width: 767.98px) {
    blockquote {
        padding: 40px 40px 40px 30px;
    }
}

blockquote::after {
    content: "\f10e";
    font-weight: 700;
    font-size: 52px;
    color: #E2E5F6;
    line-height: 1;
    font-family: var(--tg-icon-font-family);
    position: absolute;
    right: 33px;
    top: 27px;
    z-index: -1;
}

@media (max-width: 767.98px) {
    blockquote::after {
        font-size: 40px;
        right: 20px;
        top: 15px;
    }
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 6px;
    height: 100%;
    background: var(--tg-theme-primary);
}

blockquote p {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
    font-family: var(--tg-heading-font-family);
    text-transform: capitalize;
    color: var(--tg-theme-primary);
    line-height: 1.4;
}

@media (max-width: 767.98px) {
    blockquote p {
        font-size: 18px;
    }
}

.play-btn::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 1500ms ease-out infinite;
}

.blog-avatar-wrap {
    border-radius: 12px;
    display: flex;
    align-items: flex-start;
    padding: 42px 42px;
    background: var(--tg-border-5);
    margin: 40px 0 40px;
}

@media (max-width: 1199.98px) {
    .blog-avatar-wrap {
        padding: 42px 25px;
    }
}

@media (max-width: 767.98px) {
    .blog-avatar-wrap {
        padding: 30px 25px;
        flex-wrap: wrap;
    }
}

.blog-avatar-img {
    width: 115px;
    flex: 0 0 auto;
    margin-right: 30px;
}

@media (max-width: 767.98px) {
    .blog-avatar-img {
        margin-right: 0;
        margin-bottom: 20px;
    }
}

.blog-avatar-img img {
    border-radius: 50%;
}

.blog-avatar-info .designation {
    display: block;
    font-weight: 500;
    font-size: 15px;
    color: var(--tg-theme-primary);
    line-height: 1;
    margin-bottom: 15px;
}

.blog-avatar-info .name {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1;
}

.blog-avatar-info p {
    margin-bottom: 0;
}

.comments-wrap-title {
    font-size: 24px;
    margin-bottom: 20px;
}

.comments-wrap .latest-comments {
    margin-bottom: 60px;
}

.comments-wrap .latest-comments .children {
    margin: 0 0 0 45px;
    padding: 0;
}

@media (max-width: 767.98px) {
    .comments-wrap .latest-comments .children {
        margin: 0;
    }
}

.comments-box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #D6DCE9;
    padding-bottom: 30px;
    margin-bottom: 35px;
    gap: 25px;
}

@media (max-width: 767.98px) {
    .comments-box {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.comments-avatar {
    width: 115px;
    flex: 0 0 auto;
}

.comments-avatar img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.comments-text .avatar-name {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

.comments-text .avatar-name .name {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.comments-text .avatar-name span {
    font-weight: 500;
    font-size: 15px;
    display: block;
    color: var(--tg-theme-primary);
}

.comments-text p {
    margin-bottom: 15px;
}

.comments-text .reply-btn {
    background: #F4EBF4;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    padding: 6px 17px;
    text-transform: uppercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    color: var(--tg-theme-primary);
}

.comments-text .reply-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
}

.comment-respond {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    padding: 40px 50px 50px;
    background: var(--tg-border-5);
}

@media (max-width: 1199.98px) {
    .comment-respond {
        padding: 35px 25px 50px;
    }
}

.comment-reply-title {
    margin-bottom: 5px;
    font-size: 30px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .comment-reply-title {
        font-size: 26px;
    }
}

.comment-form .comment-notes {
    margin-bottom: 15px;
}

.comment-form .form-grp {
    margin-bottom: 15px;
}

.comment-form .form-grp textarea,
.comment-form .form-grp input {
    width: 100%;
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    padding: 15px 20px;
    height: 50px;
    display: block;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    line-height: 1;
}

.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-body-color);
    line-height: 1;
}

.comment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
    padding: 20px 30px;
}

.comment-form .checkbox-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 25px 0;
}

.comment-form .checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
}

.comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-body-color);
    user-select: none;
}

.comment-form .btn::after {
    display: none;
}

.pagination__wrap ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px 10px;
}

.pagination__wrap ul li a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 50px;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    -ms-border-radius: 8px;
    border-radius: 8px;
    font-size: 20px;
    color: var(--tg-body-color);
    font-weight: var(--tg-fw-semi-bold);
    border: 1px solid #DDD;
    line-height: 1;
}

.pagination__wrap ul li a:hover {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

.pagination__wrap ul li.link-arrow a {
    color: var(--tg-theme-primary);
}

.pagination__wrap ul li.link-arrow a:hover {
    color: var(--tg-color-white-default);
}

.pagination__wrap ul li.active a {
    color: var(--tg-color-white-default);
    background: var(--tg-theme-secondary);
    border-color: var(--tg-theme-secondary);
}

/*=============================
    37. Contact
===============================*/

.contact__area {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .contact__area {
        padding: 100px 0;
    }
}

.contact__info-wrap .title {
    margin-bottom: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.contact__info-wrap>.list-wrap>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    font-weight: 400;
    color: var(--tg-heading-color);
    margin-bottom: 30px;
}

.contact__info-wrap>.list-wrap>li:last-child {
    margin-bottom: 0;
}

.contact__info-wrap>.list-wrap>li .icon {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    font-size: 18px;
}

.contact__info-wrap>.list-wrap>li a {
    color: var(--tg-heading-color);
}

.contact__info-wrap>.list-wrap>li a:hover {
    color: var(--tg-theme-primary);
}

.contact__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.contact__social li a {
    font-size: 18px;
    color: var(--tg-heading-color);
}

.contact__social li a:hover {
    color: var(--tg-theme-primary);
}

.contact__form-wrap {
    background: var(--tg-border-5);
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -o-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    padding: 40px 45px 45px;
    margin-left: 30px;
}

@media (max-width: 1199.98px) {
    .contact__form-wrap {
        margin-left: 0;
        padding: 40px 30px 40px;
    }
}

@media (max-width: 991.98px) {
    .contact__form-wrap {
        margin-top: 50px;
    }
}

@media (max-width: 767.98px) {
    .contact__form-wrap {
        padding: 40px 25px 40px;
    }
}

.contact__form .title {
    margin-bottom: 5px;
    font-size: 36px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 767.98px) {
    .contact__form .title {
        font-size: 32px;
    }
}

.contact__form span {
    display: block;
    margin-bottom: 20px;
}

.contact__form .form-grp {
    margin-bottom: 15px;
}

.contact__form .form-grp textarea,
.contact__form .form-grp input {
    width: 100%;
    font-size: 15px;
    border: 1px solid #E1E4E7;
    background: var(--tg-color-white-default);
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -o-border-radius: 100px;
    -ms-border-radius: 100px;
    border-radius: 100px;
    padding: 12px 20px;
    font-weight: 400;
    color: var(--tg-heading-color);
    display: block;
    height: 50px;
}

.contact__form .form-grp textarea::placeholder,
.contact__form .form-grp input::placeholder {
    font-size: 15px;
    color: #8793AB;
}

.contact__form .form-grp textarea {
    min-height: 100px;
    max-height: 100px;
}

.contact-map {
    width: 100%;
    height: 390px;
    margin-top: 60px;
}

@media (max-width: 767.98px) {
    .contact-map {
        height: 350px;
    }
}

.contact-map iframe {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.ajax-response.error,
.ajax-response.success {
    margin: 20px 0 0 !important;
}

.ajax-response.error {
    color: red;
}

.ajax-response.success {
    color: green;
}

/*=============================
    38. 404 Error
===============================*/

.error__area {
    padding: 130px 0;
}

@media (max-width: 767.98px) {
    .error__area {
        padding: 100px 0;
    }
}

.error__img {
    text-align: center;
    margin-bottom: 50px;
}

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

.error__content {
    text-align: center;
}

.error__content .title {
    margin-bottom: 10px;
    line-height: 1;
    font-size: 64px;
}

@media (max-width: 1199.98px) {
    .error__content .title {
        font-size: 55px;
    }
}

@media (max-width: 991.98px) {
    .error__content .title {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .error__content .title {
        font-size: 40px;
    }
}

.error__content p {
    margin-bottom: 40px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .error__content p {
        margin-bottom: 30px;
    }
}

@media (max-width: 991.98px) {
    .error__content p br {
        display: none;
    }
}

/*=============================
    39. Footer
===============================*/

.footer__top {
    background: var(--tg-theme-secondary);
    padding: 110px 0 70px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .footer__top {
        padding: 90px 0 50px;
    }
}

.footer__top .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 50px;
}

@media (max-width: 1500px) {
    .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 25px;
    }
}

@media (max-width: 1199.98px) {
    .footer__top .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}

.footer__top-three .row [class*=col-]:nth-child(2) .footer__widget,
.footer__top-two .row [class*=col-]:nth-child(2) .footer__widget {
    margin-left: 60px;
}

@media (max-width: 991.98px) {
    .footer__top-three .row [class*=col-]:nth-child(2) .footer__widget,
    .footer__top-two .row [class*=col-]:nth-child(2) .footer__widget {
        margin-left: 0;
    }
}

.footer__top-three .row [class*=col-]:nth-child(3) .footer__widget,
.footer__top-two .row [class*=col-]:nth-child(3) .footer__widget {
    margin-left: 30px;
}

@media (max-width: 1500px) {
    .footer__top-three .row [class*=col-]:nth-child(3) .footer__widget,
    .footer__top-two .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 25px;
    }
}

@media (max-width: 1199.98px) {
    .footer__top-three .row [class*=col-]:nth-child(3) .footer__widget,
    .footer__top-two .row [class*=col-]:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}

.footer__widget {
    margin-bottom: 40px;
}

.footer__widget-title {
    color: var(--tg-color-white-default);
    font-size: 26px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .footer__widget-title {
        font-size: 24px;
    }
}

.footer__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 32px;
    height: 5px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.footer__logo {
    margin-bottom: 25px;
}

.footer__logo img {
    max-height: 40px;
}

.footer__content {
    margin-bottom: 30px;
}

.footer__content p {
    margin-bottom: 15px;
    color: var(--tg-color-gray-6);
    font-weight: 500;
}

.footer__content a {
    display: inline-block;
    font-weight: 700;
    color: var(--tg-color-white-default);
    line-height: 1.2;
    margin-bottom: 15px;
    display: block;
}

.footer__content a:last-child {
    font-weight: 400;
    margin-bottom: 0;
}

.footer__content a:hover {
    color: var(--tg-theme-primary);
}

.footer__content-two {
    margin-bottom: 35px;
}

.footer__social .title {
    margin-bottom: 15px;
    color: var(--tg-color-gray-6);
    font-size: 16px;
    font-weight: 600;
    font-family: var(--tg-body-font-family);
}

.footer__social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer__social .list-wrap li {
    line-height: 1;
}

.footer__social .list-wrap li a {
    font-size: 22px;
    color: var(--tg-color-white-default);
}

.footer__social .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.footer__social-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .footer__social-two {
        justify-content: center;
    }
}

.footer__social-two .title {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    color: #BBBBBB;
    font-family: var(--tg-body-font-family);
}

.footer__social-two .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}

.footer__social-two .list-wrap li {
    line-height: 1;
}

.footer__social-two .list-wrap li a {
    font-size: 22px;
    color: #3D5489;
}

.footer__social-two .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}

.footer__link .list-wrap li {
    margin-bottom: 15px;
    color: var(--tg-color-gray-6);
    font-weight: 500;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.footer__link .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer__link .list-wrap li a {
    color: var(--tg-color-gray-6);
    font-weight: 500;
    position: relative;
}

.footer__link .list-wrap li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 1px;
    background: currentColor;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.74, 0.72, 0.27, 0.24);
}

.footer__link .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}

.footer__link .list-wrap li a:hover::before {
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

.footer__link .list-wrap li span {
    margin-left: auto;
}

.footer__newsletter {
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #15367D;
    background: #0F2E72;
    padding: 45px 40px;
    text-align: center;
    margin-left: 75px;
}

@media (max-width: 1500px) {
    .footer__newsletter {
        margin-left: 40px;
    }
}

@media (max-width: 1199.98px) {
    .footer__newsletter {
        margin-left: 0px;
        padding: 45px 30px;
    }
}

.footer__newsletter .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 24px;
}

.footer__newsletter .shape {
    margin-bottom: 15px;
}

.footer__newsletter input {
    width: 100%;
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: #1B3A80;
    color: var(--tg-color-white-default);
    font-size: 14px;
    font-weight: 500;
    padding: 12px 20px;
    margin-bottom: 12px;
}

.footer__newsletter input::placeholder {
    color: #7A90C2;
    font-size: 14px;
    font-weight: 500;
}

.footer__newsletter .btn {
    width: 100%;
    font-family: var(--tg-body-font-family);
    font-size: 17px;
    justify-content: center;
    padding: 16px 30px 17px 30px;
    font-weight: 700;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
}

.footer__newsletter-two .title {
    margin-bottom: 15px;
    color: var(--tg-color-white-default);
    font-size: 24px;
    font-weight: 600;
    line-height: 1;
}

.footer__newsletter-three {
    background: #062871;
    padding: 50px 0;
}

.footer__newsletter-form {
    position: relative;
}

.footer__newsletter-form input {
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-color-white-default);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: none;
    background: #1B3A80;
    padding: 12px 60px 12px 20px;
    height: 48px;
}

.footer__newsletter-form input::placeholder {
    color: #7A90C2;
    font-size: 14px;
    font-weight: 500;
}

.footer__newsletter-form button {
    position: absolute;
    right: 0;
    top: 0;
    width: 48px;
    height: 48px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--tg-theme-primary);
    border: none;
    color: var(--tg-color-white-default);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer__newsletter-form button:hover {
    background: var(--tg-color-dark-blue-2);
}

.footer__newsletter-form-two {
    position: relative;
    width: 78%;
    margin-left: auto;
}

@media (max-width: 1199.98px) {
    .footer__newsletter-form-two {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .footer__newsletter-form-two {
        text-align: center;
    }
}

.footer__newsletter-form-two input {
    width: 100%;
    border: none;
    background: var(--tg-color-white-default);
    font-size: 15px;
    font-weight: 500;
    color: var(--tg-heading-color);
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 15px 180px 15px 25px;
    height: 55px;
}

@media (max-width: 767.98px) {
    .footer__newsletter-form-two input {
        padding: 15px 25px 15px 25px;
    }
}

.footer__newsletter-form-two input::placeholder {
    font-size: 15px;
    font-weight: 500;
    color: #727A8C;
}

.footer__newsletter-form-two button {
    border: none;
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    background: var(--tg-theme-primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -o-border-radius: 30px;
    -ms-border-radius: 30px;
    border-radius: 30px;
    padding: 14px 29px;
    gap: 12px;
    position: absolute;
    right: 0;
    top: 0;
}

@media (max-width: 767.98px) {
    .footer__newsletter-form-two button {
        position: relative;
        right: auto;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 20px;
    }
}

.footer__newsletter-form-two button:hover {
    background: var(--tg-theme-secondary);
}

@media (max-width: 991.98px) {
    .footer__newsletter-content {
        text-align: center;
        margin-bottom: 20px;
    }
}

.footer__newsletter-content .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 767.98px) {
    .footer__newsletter-content .title {
        font-size: 28px;
    }
}

.footer__info-wrap {
    background: #0F2E72;
    padding: 50px 0 20px;
}

.footer__info-wrap .row [class*=col-]:last-child .footer__info-item::before {
    display: none;
}

.footer__info-item {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
    justify-content: center;
}

@media (max-width: 767.98px) {
    .footer__info-item {
        justify-content: flex-start;
    }
}

.footer__info-item::before {
    content: "";
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 46px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: #1D3D85;
}

@media (max-width: 767.98px) {
    .footer__info-item::before {
        display: none;
    }
}

.footer__info-icon {
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    color: var(--tg-color-white-default);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    line-height: 0;
    font-size: 24px;
}

.footer__info-content .title {
    margin-bottom: 5px;
    color: var(--tg-color-white-default);
    text-transform: uppercase;
    font-size: 16px;
    font-family: var(--tg-body-font-family);
}

.footer__info-content p {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
}

.footer__contact .list-wrap li {
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-color-gray-6);
    margin-bottom: 10px;
}

.footer__contact .list-wrap li a {
    color: var(--tg-color-gray-6);
}

.footer__contact .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.footer__contact .list-wrap li:last-child {
    margin-bottom: 0;
}

.footer__shape-wrap img {
    position: absolute;
    z-index: -1;
}

.footer__shape-wrap img:nth-child(1) {
    left: 3%;
    bottom: 6%;
    max-width: 89px;
}

@media (max-width: 1800px) {
    .footer__shape-wrap img:nth-child(1) {
        left: 2%;
        bottom: 5%;
        max-width: 70px;
    }
}

@media (max-width: 991.98px) {
    .footer__shape-wrap img:nth-child(1) {
        bottom: 3%;
        max-width: 60px;
    }
}

@media (max-width: 767.98px) {
    .footer__shape-wrap img:nth-child(1) {
        bottom: 2%;
        max-width: 40px;
    }
}

.footer__shape-wrap img:nth-child(2) {
    right: 2%;
    bottom: 3%;
    max-width: 217px;
}

@media (max-width: 1800px) {
    .footer__shape-wrap img:nth-child(2) {
        right: 1%;
        max-width: 160px;
    }
}

@media (max-width: 991.98px) {
    .footer__shape-wrap img:nth-child(2) {
        max-width: 95px;
    }
}

@media (max-width: 767.98px) {
    .footer__shape-wrap img:nth-child(2) {
        max-width: 70px;
        bottom: 1%;
    }
}

.footer__bottom {
    background: var(--tg-color-dark-blue-2);
    padding: 31px 0;
}

@media (max-width: 991.98px) {
    .footer__bottom {
        padding: 25px 0;
    }
}

.footer__bottom-two {
    background: var(--tg-theme-secondary);
    border-top: 1px solid #193675;
}

.footer__bottom-menu .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px 35px;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .footer__bottom-menu .list-wrap {
        justify-content: center;
    }
}

.footer__bottom-menu .list-wrap li {
    position: relative;
}

.footer__bottom-menu .list-wrap li::before {
    content: "";
    position: absolute;
    right: -19px;
    top: 50%;
    transform: translateY(-50%) rotate(24deg);
    width: 2px;
    height: 16px;
    background: #627193;
    border-radius: 2px;
}

.footer__bottom-menu .list-wrap li:last-child::before {
    display: none;
}

.footer__bottom-menu .list-wrap li a {
    color: #C6CEE0;
    font-weight: 500;
}

.footer__bottom-menu .list-wrap li a:hover {
    color: var(--tg-color-white-default);
}

.footer__bottom-menu-two .list-wrap {
    justify-content: flex-end;
}

@media (max-width: 991.98px) {
    .footer__bottom-menu-two .list-wrap {
        justify-content: center;
    }
}

.footer__bottom-menu-two .list-wrap li::before {
    display: none;
}

.footer__bottom-menu-two .list-wrap li a {
    color: #8E9DBF;
}

@media (max-width: 991.98px) {
    .copyright-text {
        text-align: center !important;
        margin-top: 15px;
    }
}

.copyright-text p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    color: #8E9DBF;
}

@media (max-width: 991.98px) {
    .copyright-text-two {
        text-align: left !important;
        margin-top: 0;
    }
}

@media (max-width: 767.98px) {
    .copyright-text-two {
        text-align: center !important;
        margin-bottom: 15px;
    }
}

@media (max-width: 991.98px) {
    .copyright-text-three {
        text-align: center;
        margin-top: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 767.98px) {
    .copyright-text-three {
        text-align: center !important;
        margin-bottom: 15px;
    }
}

/*=============================
    40. Keyframe Animation
===============================*/

@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

.alltuchtopdown {
    -webkit-animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation: alltuchtopdown 1.5s ease-in-out 0s infinite alternate;
    animation-duration: 3s;
}

@keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

@-webkit-keyframes alltuchtopdown {
    0% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
    50% {
        -webkit-transform: rotateX(0deg) translateY(-20px);
        -moz-transform: rotateX(0deg) translateY(-20px);
        -ms-transform: rotateX(0deg) translateY(-20px);
        -o-transform: rotateX(0deg) translateY(-20px);
        transform: rotateX(0deg) translateY(-20px);
    }
    100% {
        -webkit-transform: rotateX(0deg) translateY(0px);
        -moz-transform: rotateX(0deg) translateY(0px);
        -ms-transform: rotateX(0deg) translateY(0px);
        -o-transform: rotateX(0deg) translateY(0px);
        transform: rotateX(0deg) translateY(0px);
    }
}

.rightToLeft {
    -webkit-animation-name: rightToLeft;
    animation-name: rightToLeft;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rightToLeft {
    0% {
        transform: translateX(-30px);
    }
    50% {
        transform: translateX(-10px);
    }
    100% {
        transform: translateX(-30px);
    }
}

.ribbonRotate {
    -webkit-animation-name: ribbonRotate;
    animation-name: ribbonRotate;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes ribbonRotate {
    0%,
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25%,
    75% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 10s;
    animation-duration: 10s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes fadeInUp2 {
    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);
    }
}

.fadeInUp2 {
    -webkit-animation-name: fadeInUp2;
    animation-name: fadeInUp2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

.fadeInLeft2 {
    -webkit-animation-name: fadeInLeft2;
    animation-name: fadeInLeft2;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@keyframes marquee {
    0% {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
    }
    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@-webkit-keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }
    to {
        -webkit-transform: scale(1.05);
        transform: scale(1.05);
    }
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

@-webkit-keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0;
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@-webkit-keyframes shake {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes shake {
    0% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
    50% {
        -webkit-transform: rotate(-15deg);
        transform: rotate(-15deg);
    }
    100% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg);
    }
}

@keyframes animation__shape {
    0% {
        stroke-dashoffset: 12;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-two {
    0% {
        stroke-dashoffset: 18;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-three {
    0% {
        stroke-dashoffset: 24;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-four {
    0% {
        stroke-dashoffset: 14;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

@keyframes animation__shape-five {
    0% {
        stroke-dashoffset: 16;
    }
    100% {
        stroke-dashoffset: 0;
    }
}

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