@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Unbounded:wght@200..900&display=swap");

:root {
    --tg-body-font-family: 'Poppins', sans-serif;
    --tg-heading-font-family: 'Unbounded', sans-serif;
    --tg-icon-font-family: "Font Awesome 5 Free";
    --tg-body-font-size: 16px;
    --tg-body-line-height: 1.7;
    --tg-heading-line-height: 1.2;
    --tg-body-color: #2B2B2B;
    --tg-heading-color: #111111;
    --tg-theme-primary: #FED403;
    --tg-theme-secondary: #111111;
    --tg-color-dark-blue: #0E104B;
    --tg-color-yellow-light: #FFBE17;
    --tg-color-white-default: #ffffff;
    --tg-color-gray-1: #C2C2C2;
    --tg-color-gray-2: #FDF9ED;
    --tg-color-gray-3: #FAF7EF;
    --tg-color-gray-4: #6D6D6D;
    --tg-color-gray-5: #7b7b7b;
    --tg-color-gray-6: #F5F5F5;
    --tg-color-gray-7: #666666;
    --tg-color-dark: #1E1E1E;
    --tg-color-dark-2: #141414;
    --tg-color-dark-3: #303030;
    --tg-color-dark-4: #000000;
    --tg-color-dark-5: #0B0B0B;
    --tg-color-dark-6: #0D0D0D;
    --tg-color-transparent-color: transparent;
    --tg-border-1: #FAF7EF;
    --tg-border-2: #D9D9D9;
    --tg-border-3: #DADADA;
    --tg-border-4: #272727;
    --tg-border-5: #e2e2e2;
    --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-semi-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-relative {
    position: relative;
    z-index: 1;
}

p {
    margin-bottom: 15px;
}

hr {
    border-bottom: 1px solid var(--tg-common-color-gray);
    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-heading-color);
    text-shadow: none;
}

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

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

.px-1 {
    padding-left: 1px;
    padding-right: 1px;
}

/*=============================
    - 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;
}

.section-py-140 {
    padding: 140px 0;
}

@media (max-width: 991.98px) {
    .section-py-140 {
        padding: 100px 0;
    }
}

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

.section-pt-140 {
    padding-top: 140px;
}

@media (max-width: 991.98px) {
    .section-pt-140 {
        padding-top: 100px;
    }
}

@media (max-width: 767.98px) {
    .section-pt-140 {
        padding-top: 60px;
    }
}

.section-pb-140 {
    padding-bottom: 140px;
}

@media (max-width: 991.98px) {
    .section-pb-140 {
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .section-pb-140 {
        padding-bottom: 60px;
    }
}

.section-pb-110 {
    padding-bottom: 110px;
}

@media (max-width: 991.98px) {
    .section-pb-110 {
        padding-bottom: 70px;
    }
}

@media (max-width: 767.98px) {
    .section-pb-110 {
        padding-bottom: 30px;
    }
}

.section-pt-100 {
    padding-top: 100px;
}

@media (max-width: 991.98px) {
    .section-pt-100 {
        padding-top: 70px;
    }
}

@media (max-width: 767.98px) {
    .section-pt-100 {
        padding-top: 50px;
    }
}

.section-pb-70 {
    padding-bottom: 70px;
}

@media (max-width: 991.98px) {
    .section-pb-70 {
        padding-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .section-pb-70 {
        padding-bottom: 20px;
    }
}

.p-sticky {
    position: sticky;
    top: 100px;
}

.top-140 {
    top: 140px;
}

.section-bg {
    background: var(--tg-color-gray-3);
    position: relative;
    z-index: 1;
}

.section-bg-two {
    background: var(--tg-color-dark);
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .section__btn.text-end {
        text-align: left !important;
    }
}

.section__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px 50px;
}

@media (max-width: 1199.98px) {
    .section__content {
        gap: 25px 20px;
    }
}

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

.section__content .tg-btn {
    flex: 0 0 auto;
    justify-content: center;
}

.section__content p {
    margin-bottom: 0;
}

.section__content-right {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
    flex-wrap: wrap;
}

@media (max-width: 991.98px) {
    .section__content-right {
        justify-content: flex-start;
    }
}

.section__content-two {
    padding-left: 90px;
}

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

/*=============================
    - Bootstrap Custom
=============================*/
.container {
    padding-left: 12px;
    padding-right: 12px;
}

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

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

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

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

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

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

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

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

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

.container {
    max-width: 1368px;
}

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

@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: 1548px;
}

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

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

@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: 1704px;
}

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

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

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

.custom-container-three {
    max-width: 1768px;
}

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

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

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

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

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

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

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

/*=============================
   Button style
===============================*/
.tg-button-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.tg-btn {
    user-select: none;
    -moz-user-select: none;
    background: var(--tg-theme-primary) none repeat scroll 0 0;
    border: none;
    color: var(--tg-heading-color);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    font-weight: var(--tg-fw-semi-bold);
    font-family: var(--tg-heading-font-family);
    line-height: 1.2;
    padding: 16px 24px 15px;
    text-align: center;
    text-transform: uppercase;
    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;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    white-space: nowrap;
    overflow: hidden;
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    gap: 10px;
}

.tg-btn svg {
    transition: all 0.3s ease-out 0s;
    transform: translateY(-1.5px);
}

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

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

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

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

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

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

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

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

.tg-btn-two {
    padding: 0;
    gap: 0;
}

.tg-btn-two span {
    padding: 13px 12px 10px 20px;
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.tg-btn-two .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-heading-color);
    color: var(--tg-color-white-default);
    padding: 12px 10px 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;
}

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

.tg-btn-three {
    background: var(--tg-color-gray-6);
}

.tg-btn-three .icon {
    background: var(--tg-color-gray-6);
    border-left: 1px solid #CECECE;
    color: var(--tg-heading-color);
}

.tg-btn-three:hover {
    background: var(--tg-color-gray-6);
}

.arrow-btn {
    padding: 0;
    background: transparent;
    color: var(--tg-heading-color);
}

.arrow-btn svg {
    transform: translate(0);
}

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

.arrow-btn-two {
    padding: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-btn-two svg {
    transform: translate(0);
}

.border-btn {
    border: 1px solid var(--tg-heading-color);
    background: transparent;
    padding: 15px 24px 14px;
}

/*=============================
    00. Preloader
===============================*/
.preloader {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
    background-color: var(--tg-color-white-default);
    display: flex;
    align-items: center;
    justify-content: center;
}

.preloader-inner {
    display: block;
    width: 45px;
    height: 45px;
}

.preloader-inner span {
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: 37px;
    height: 37px;
    margin: 4px;
    border: 4px solid transparent;
    border-radius: 50%;
    animation: preloader 1s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    border-color: var(--tg-theme-primary) transparent transparent transparent;
}

.preloader-inner span:nth-child(1) {
    animation-delay: -0.1s;
}

.preloader-inner span:nth-child(2) {
    animation-delay: -0.2s;
}

.preloader-inner span:nth-child(3) {
    animation-delay: -0.3s;
}

@-webkit-keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*=============================
    - Background color
===============================*/
.grey-bg {
    background: var(--tg-color-gray-4);
}

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

.grey-bg-three {
    background: var(--tg-border-5);
}

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

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

/*=============================
    OffCanvas
===============================*/
.offCanvas-toggle {
    position: relative;
    margin-right: 40px;
    padding-right: 40px;
}

@media (max-width: 991.98px) {
    .offCanvas-toggle {
        margin-right: 25px;
        padding-right: 25px;
    }
}

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

.offCanvas-toggle::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 60px;
    background: var(--tg-border-1);
}

.offCanvas-toggle .menu-tigger {
    color: var(--tg-heading-color);
}

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

.offCanvas__info {
    background: var(--tg-color-white-default) none repeat scroll 0 0;
    height: 100%;
    padding: 90px 70px;
    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: 425px;
    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%);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.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__info-list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 10px;
}

.offCanvas__info-list-item:last-child {
    margin-bottom: 0;
}

.offCanvas__info-list-item .icon {
    width: 50px;
    height: 50px;
    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);
    flex: 0 0 auto;
    color: var(--tg-heading-color);
}

.offCanvas__info-list-item p {
    margin-bottom: 0;
    font-weight: 500;
    line-height: 1.5;
}

.offCanvas__info-list-item a {
    color: var(--tg-body-color);
    font-weight: 500;
}

.offCanvas__info-list-item a:hover {
    text-decoration: underline;
    color: var(--tg-theme-primary);
}

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

.offCanvas__close-icon button {
    border: 0 none;
    color: var(--tg-color-white-default);
    cursor: pointer;
    font-size: 20px;
    padding: 0;
    width: 50px;
    height: 50px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    background: var(--tg-theme-secondary);
    position: absolute;
    right: 50px;
    top: 50px;
}

.offCanvas__close-icon button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-theme-secondary);
}

.offCanvas__content {
    margin-bottom: 40px;
}

.offCanvas__content p {
    margin-bottom: 0;
}

.offCanvas__title {
    margin-bottom: 25px;
    font-size: 22px;
}

.offCanvas__social-wrap {
    margin-top: auto;
}

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

.offCanvas__social-wrap .list-wrap li a {
    width: 40px;
    height: 40px;
    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-heading-color);
}

.offCanvas__social-wrap .list-wrap li a:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}

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

/*=========================
      Breadcrumb
===========================*/
.breadcrumb__bg {
    background-size: cover;
    background-position: center;
    padding: 220px 0 95px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .breadcrumb__bg {
        padding: 190px 0 70px;
    }
}

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

@media (max-width: 991.98px) {
    .breadcrumb__bg {
        padding: 130px 0 60px;
    }
}

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

.breadcrumb__bg::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.7) 100%, rgba(0, 0, 0, 0.2) 100%);
    z-index: -1;
}

.breadcrumb__content {
    text-align: center;
}

.breadcrumb__content .title {
    margin-bottom: 10px;
    color: var(--tg-color-white-default);
    font-weight: 700;
    font-size: 40px;
    text-transform: capitalize;
}

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

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

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

.breadcrumb__content .breadcrumb span {
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
    color: var(--tg-theme-primary);
}

.breadcrumb__content .breadcrumb span a {
    color: var(--tg-color-gray-1);
}

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

.breadcrumb__content .breadcrumb span.breadcrumb-separator {
    color: var(--tg-color-gray-1);
}

/*=============================
    00. Scroll Top
===============================*/
.scroll__top {
    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;
    position: fixed;
    bottom: -10%;
    right: 30px;
    font-size: 16px;
    border-radius: 0;
    z-index: 9;
    color: var(--tg-color-white-default);
    text-align: center;
    cursor: pointer;
    background: var(--tg-heading-color);
    transition: 1s ease;
    border: none;
}

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

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

@media (max-width: 767.98px) {
    .scroll__top {
        right: 15px;
        width: 35px;
        height: 35px;
        font-size: 14px;
    }
}

.scroll__top.open {
    bottom: 30px;
}

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

@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-primary);
    color: var(--tg-heading-color);
}

/*=============================
  00. Section Title
===============================*/
.section__title .sub-title {
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    gap: 10px;
    margin-bottom: 18px;
    line-height: 1.3;
}

.section__title .sub-title::before {
    content: "";
    height: 3px;
    width: 30px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.section__title .title {
    font-size: 36px;
    text-transform: capitalize;
    margin-bottom: 0;
}

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

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

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

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

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

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

.section__title.text-center .sub-title::before {
    display: none;
}

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

.section__title strong {
    position: relative;
    z-index: 1;
    font-weight: 500;
}

.section__title strong::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 14px;
    background: #FFEBAE;
    z-index: -1;
}

.section__title span {
    font-weight: 300;
}

.section__title-two .title {
    font-size: 20px;
    font-weight: 600;
}

.section__title-three .title {
    font-size: 24px;
}

@media (max-width: 991.98px) {

    .section__title.mb-70,
    .section__title.mb-60,
    .section__title.mb-50 {
        margin-bottom: 30px;
    }
}

/*=============================
      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-3);
    color: var(--tg-heading-color);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}

.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: 999;
    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) e;
    -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 {
    width: 225px;
}

.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;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--tg-heading-color);
    background: var(--tg-color-gray-3);
    cursor: pointer;
    border-radius: 0;
    -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-theme-secondary);
    -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-theme-secondary);
    -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-theme-secondary);
}

.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;
    padding: 10px 60px 10px 25px;
    font-size: 13px;
    font-weight: 500;
    color: var(--tg-heading-color);
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: none;
    font-family: var(--tg-heading-font-family);
}

.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: 13px;
    margin-left: 20px;
    text-transform: uppercase;
}

.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: 14px;
    color: var(--tg-theme-primary);
    cursor: pointer;
    padding: 8px;
    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: 99;
    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;
    gap: 10px;
}

.tgmobile__menu .social-links ul li {
    position: relative;
    display: inline-block;
}

.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-theme-secondary);
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    border: 1px solid #efefef;
    border-radius: 0;
}

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

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

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

/*=============================
    00. Keyframe Animation
===============================*/
@-webkit-keyframes hoverShine {
    100% {
        left: 125%;
    }
}

@keyframes hoverShine {
    100% {
        left: 125%;
    }
}

.rotateme {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 30s;
    animation-duration: 30s;
    -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);
    }
}

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

.img-custom-anim-left {
    animation: img-anim-left 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-left {
    0% {
        transform: translateX(-5%);
        clip-path: inset(0 100% 0 0);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-right {
    animation: img-anim-right 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1) 0.4s;
    opacity: 0;
}

@keyframes img-anim-right {
    0% {
        transform: translateX(5%);
        clip-path: inset(0 0 0 100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

.img-custom-anim-top {
    animation: img-anim-top 1.3s forwards cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0;
}

@keyframes img-anim-top {
    0% {
        transform: translateY(-5%);
        clip-path: inset(0 0 100% 0);
        opacity: 0;
    }

    100% {
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
        opacity: 1;
    }
}

@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 fadeRight2 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
        transform: translateX(100px);
    }

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

.fadeRight2 {
    -webkit-animation-name: fadeRight2;
    animation-name: fadeRight2;
    -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 fadeRight3 {
    0% {
        opacity: 0;
        -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
        transform: translateX(50px);
    }

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

.fadeRight3 {
    -webkit-animation-name: fadeRight3;
    animation-name: fadeRight3;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

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

.fadeLeft2 {
    -webkit-animation-name: fadeLeft2;
    animation-name: fadeLeft2;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

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

.wave-anim {
    width: 1920px;
    height: 48px;
    background-repeat: repeat;
    background-size: auto;
    animation: wave 67s linear infinite;
}

@keyframes wave {
    0% {
        background-position: top left;
    }

    100% {
        background-position: top left -2000px;
    }
}

@keyframes title-underline {
    0% {
        background-size: 100% 100%;
        background-position-x: 100%;
    }

    100% {
        background-size: 0 100%;
        background-position-x: 100%;
    }
}

@keyframes title-underline-hover {
    0% {
        background-position-x: 0;
        background-size: 0 100%;
    }

    100% {
        background-position-x: 0;
        background-size: 100% 100%;
    }
}

@keyframes fadeInDown {
    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);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

/*=============================
    00. Select2 CSS
===============================*/
.tgmenu__categories .select2-container {
    margin-left: -34px;
}

.tgmenu__categories .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 46px;
    padding-right: 28px;
    background-image: url("data:image/svg+xml;utf8,            <svg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'>            <path d='M0.9375 0.9375L5.9375 5.9375L10.9375 0.9375' stroke='%23FAF7EF' stroke-width='1.875' stroke-linecap='round' stroke-linejoin='round'/>            </svg>");
    background-repeat: no-repeat;
    background-position: right 15px center;
    background-size: 12px 7px;
    font-size: 14px;
    color: var(--tg-color-gray-1);
    font-weight: 600;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.course-category-dropdown {
    background: var(--tg-color-dark);
    border: none;
    margin: 3px 0 0;
    color: var(--tg-color-gray-1);
}

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

.course-category-dropdown .select2-results__option {
    padding: 2px 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;
}

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

/*=============================
  00. 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;
}

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

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

@media (max-width: 767.98px) {
    .search__input {
        height: 40px;
    }
}

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

@media (max-width: 767.98px) {
    .search__input input {
        font-size: 18px;
    }
}

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

@media (max-width: 767.98px) {
    .search__input input::placeholder {
        font-size: 18px;
    }
}

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

@media (max-width: 767.98px) {
    .search__close {
        top: 7px;
        right: 7px;
        line-height: 1;
    }
}

.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: #000;
}

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

/*=========================
      Mini Cart
===========================*/
.mini__cart-wrap {
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 350px;
    padding: 25px 25px 25px;
    transform: translateX(100%);
    height: 100%;
    display: block;
    background-color: var(--tg-color-white-default);
    z-index: 1020;
    -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.mini__cart-toggle {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
    right: 25px;
    top: 20px;
    cursor: pointer;
}

.mini__cart-toggle img {
    width: 18px;
}

.mini__cart-toggle img:hover {
    transform: rotate(180deg);
}

.mini__cart-title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 20px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}

.mini__cart-shop {
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(34, 34, 34, 0.15);
}

.mini__cart-shop p {
    margin-bottom: 8px;
    font-size: 14px;
}

.mini__cart-shop p span {
    color: var(--tg-theme-secondary);
    font-weight: 500;
}

.mini__cart-shop .progress {
    height: 8px;
    border-radius: 0;
}

.mini__cart-shop .progress-bar {
    background-color: var(--tg-theme-secondary);
}

.mini__cart-widget {
    height: calc(100vh - 380px);
    overflow-y: scroll;
    overscroll-behavior-y: contain;
    scrollbar-width: none;
}

.mini__cart-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 20px 0;
    gap: 15px;
    position: relative;
    padding-right: 25px;
}

.mini__cart-item .thumb {
    width: 60px;
    flex: 0 0 auto;
}

.mini__cart-item .content .title {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
}

.mini__cart-item .content p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-theme-primary);
}

.mini__cart-item .content p span {
    font-size: 12px;
    color: var(--tg-heading-color);
    margin-left: 3px;
}

.mini__cart-delete {
    position: absolute;
    right: 0;
    top: 15px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mini__cart-delete img {
    width: 14px;
}

.mini__cart-delete img:hover {
    opacity: 0.8;
}

.mini__cart-checkout {
    padding: 15px 0 30px;
    border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.mini__cart-checkout .title {
    margin-bottom: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    font-size: 16px;
}

.mini__cart-checkout-btn {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mini__cart-checkout-btn .tg-btn {
    width: 100%;
    background: var(--tg-theme-secondary);
    justify-content: center;
    color: var(--tg-color-white-default);
    padding: 16px 20px;
}

.mini__cart-checkout-btn .tg-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.mini__cart-checkout-btn .tg-btn:nth-child(2) {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.mini__cart-checkout-btn .tg-btn:nth-child(2):hover {
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
}

.mini__cart-wrap::-webkit-scrollbar {
    width: 0px;
}

.headerCart__overlay {
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    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: #000;
}

.headerCart__menu-visible .headerCart__overlay {
    opacity: 0.6;
    visibility: visible;
}

.headerCart__menu-visible .mini__cart-wrap {
    transform: translateX(0);
}

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

@media (max-width: 767.98px) {
    .transparent-header {
        top: 0;
    }
}

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

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

.tg-header__top-two {
    background: transparent;
    border-bottom: 1px solid var(--tg-border-2);
    padding: 12px 34px;
    overflow: hidden;
}

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

.tg-header__top-three {
    border-color: var(--tg-border-4);
    padding: 12px 0;
}

.tg-header__top-four {
    background: var(--tg-color-dark);
}

.tg-header__top-five {
    background: #fff;
    padding: 21px 0;
}

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

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

.tg-header__top-list>.list-wrap>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 500;
    font-size: 14px;
    color: var(--tg-color-gray-1);
    line-height: 1.2;
    position: relative;
}

.tg-header__top-list>.list-wrap>li::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%) rotate(25deg);
    width: 2px;
    height: 15px;
    background: var(--tg-color-gray-1);
}

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

.tg-header__top-list>.list-wrap>li i {
    line-height: 0;
    font-size: 18px;
}

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

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

.tg-header__top-list-right .list-wrap {
    justify-content: flex-end;
}

.tg-header__top-list-two .list-wrap {
    gap: 50px;
}

@media (max-width: 1199.98px) {
    .tg-header__top-list-two .list-wrap {
        gap: 30px;
    }
}

.tg-header__top-list-two .list-wrap li {
    color: var(--tg-body-color);
}

.tg-header__top-list-two .list-wrap li::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 500%;
    background: var(--tg-border-2);
}

.tg-header__top-list-two .list-wrap li a {
    color: var(--tg-body-color);
}

.tg-header__top-list-two.tg-header__top-list-right .list-wrap li:last-child {
    min-width: 200px;
}

@media (max-width: 1500px) {
    .tg-header__top-list-two.tg-header__top-list-right .list-wrap li:last-child {
        min-width: 170px;
    }
}

.tg-header__top-list-three>.list-wrap>li {
    color: var(--tg-color-gray-1);
}

.tg-header__top-list-three>.list-wrap>li::before {
    background-color: var(--tg-border-4);
}

.tg-header__top-list-three>.list-wrap>li i {
    color: var(--tg-theme-primary);
}

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

.tg-header__top-list-three.tg-header__top-list-right .list-wrap li:last-child {
    min-width: auto;
}

.tg-header__top-list-four>.list-wrap {
    gap: 42px;
}

.tg-header__top-list-four>.list-wrap>li::before {
    content: "";
    position: absolute;
    right: -21px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #464646;
}

.tg-header__top-list-four>.list-wrap>li:last-child::before {
    display: none;
}

.tg-header__top-list-five>.list-wrap>li {
    color: var(--tg-body-color);
}

.tg-header__top-list-five>.list-wrap>li::before {
    width: 2px;
    height: 15px;
    background: #666666;
}

.tg-header__top-list-five>.list-wrap>li a {
    color: var(--tg-body-color);
}

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

.tg-header__area {
    padding: 25px 0;
}

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

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

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

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

@media (max-width: 1199.98px) {
    .tg-header__area .mobile-nav-toggler {
        display: flex;
        align-items: center;
    }
}

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

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

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

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

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

.tg-header__area-two .tgmenu__navbar-wrap ul {
    margin: 0 0 0 19px;
}

.tg-header__area-two .tgmenu__navbar-wrap ul li a {
    color: var(--tg-heading-color);
    padding: 38px 15px;
}

.tg-header__area-two .tgmenu__nav {
    align-items: unset;
}

@media (max-width: 767.98px) {
    .tg-header__area-two .tgmenu__nav {
        align-items: center;
    }
}

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

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

.tg-header__area-two.sticky-menu .logo-two {
    display: flex;
}

.tg-header__area-two.sticky-menu .tg-header__top-two {
    display: none;
}

@media (max-width: 1199.98px) {
    .tg-header__area-two .mobile-nav-toggler {
        display: flex;
        align-items: center;
        margin-right: 30px;
    }
}

@media (max-width: 767.98px) {
    .tg-header__area-two .mobile-nav-toggler {
        margin-right: 12px;
        margin-left: 20px;
    }
}

.tg-header__area-three {
    padding: 9px 0;
}

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

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

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

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

@media (max-width: 991.98px) {
    .tg-header__area-four .logo.d-none {
        display: block !important;
    }
}

@media (max-width: 991.98px) {
    .tg-header__area-four .logo.d-none.sticky-logo {
        display: none !important;
    }
}

.tg-header__area-four .tgmenu__navbar-wrap ul {
    margin-left: 0;
}

.tg-header__area-four .tgmenu__navbar-wrap ul li a {
    padding: 26px 12px;
}

.tg-header__area-four .tgmenu__action>ul {
    gap: 12px;
}

.tg-header__area-four .tgmenu__action>ul li a {
    color: var(--tg-color-gray-1);
}

.tg-header__area-four .tgmenu__action>ul li a.menu-tigger {
    color: var(--tg-color-white-default);
}

.tg-header__area-four .tgmenu__action>ul li.offCanvas-menu {
    margin-left: 10px;
}

.tg-header__area-four.sticky-menu .tgmenu__action>ul li a.menu-tigger {
    color: var(--tg-heading-color);
}

.tg-header__area-four.sticky-menu .tgmenu__action>ul li a.menu-tigger:hover {
    color: var(--tg-theme-primary);
}

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

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

.tg-header__area-four.sticky-menu .logo.d-none {
    display: none !important;
}

@media (max-width: 991.98px) {
    .tg-header__area-four.sticky-menu .logo.d-none {
        display: none !important;
    }
}

@media (max-width: 991.98px) {
    .tg-header__area-four.sticky-menu .logo.sticky-logo {
        display: block !important;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__area-four .mobile-nav-toggler {
        display: none;
    }
}

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

.tg-header__area-five {
    padding: 0;
}

@media (max-width: 991.98px) {
    .tg-header__area-five {
        background: var(--tg-color-dark-6);
    }
}

.tg-header__area-five .tgmenu__wrap {
    position: relative;
    z-index: 1;
    background: var(--tg-color-dark-6);
}

.tg-header__area-five .tgmenu__wrap::after {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    height: 100%;
    background: var(--tg-color-dark-6);
    width: var(--bg-extend, 0px);
    z-index: -1;
}

.tg-header__area-five .tgmenu__nav {
    align-items: normal;
}

.tg-header__area-five .logo a {
    min-width: 203px;
    height: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 1px solid gainsboro;
    padding: 15px;
}

.tg-header__area-five .tgmenu__navbar-wrap ul li a {
    padding: 38px 12px;
}

.tg-header__area-five .tgmenu__action>ul {
    height: 100%;
}

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

.tg-header__area-five.sticky-menu .tgmenu__wrap {
    background: var(--tg-color-white-default);
}

.tg-header__area-five.sticky-menu .tgmenu__wrap::after {
    background: var(--tg-color-white-default);
}

.tg-header__default {
    padding: 0;
}

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

.tg-header__logo-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #272727;
    padding: 37px 0;
}

@media (max-width: 1199.98px) {
    .tg-header__logo-inner {
        padding: 20px 0;
    }
}

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

@media (max-width: 991.98px) {
    .tg-header__logo-inner .logo {
        display: none;
    }
}

.tg-header__search-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: center;
}

.tg-header__search-form {
    position: relative;
    width: 708px;
}

@media (max-width: 1500px) {
    .tg-header__search-form {
        width: 660px;
    }
}

@media (max-width: 1199.98px) {
    .tg-header__search-form {
        width: 500px;
    }
}

.tg-header__search-form input {
    width: 100%;
    border: none;
    font-weight: 500;
    font-size: 14px;
    color: var(--tg-heading-color);
    padding: 14px 160px 14px 20px;
    height: 50px;
}

@media (max-width: 767.98px) {
    .tg-header__search-form input {
        padding: 14px 60px 14px 20px;
    }
}

.tg-header__search-form input::placeholder {
    font-weight: 500;
    font-size: 14px;
    color: var(--tg-body-color);
}

.tg-header__search-form button {
    background: var(--tg-theme-primary);
    border: none;
    color: var(--tg-heading-color);
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
    font-family: var(--tg-heading-font-family);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 14px 27px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
}

.tg-header__search-form button i {
    line-height: 0;
    font-size: 18px;
    font-weight: 700;
}

.tg-header__search-form button:hover {
    background: var(--tg-body-color);
    color: var(--tg-color-white-default);
}

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

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

.tg-header__content .icon {
    width: 50px;
    height: 50px;
    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-theme-primary);
    line-height: 0;
    font-size: 24px;
}

.tg-header__content .content span {
    display: block;
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    color: var(--tg-color-white-default);
    margin-bottom: 3px;
}

.tg-header__content .content a {
    color: var(--tg-color-white-default);
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.tgmenu__wrap-two {
    display: flex;
}

@media (max-width: 767.98px) {
    .tgmenu__wrap-two {
        align-items: center;
    }
}

.tgmenu__wrap-two .logo-two {
    width: 290px;
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid var(--tg-border-2);
}

@media (max-width: 1500px) {
    .tgmenu__wrap-two .logo-two {
        width: 240px;
    }
}

@media (max-width: 991.98px) {
    .tgmenu__wrap-two .logo-two {
        width: 200px;
    }
}

@media (max-width: 767.98px) {
    .tgmenu__wrap-two .logo-two {
        width: auto;
        border-right: none;
        margin-left: 15px;
    }
}

.tgmenu__wrap-two .logo-two img {
    max-height: 125px;
}

@media (max-width: 991.98px) {
    .tgmenu__wrap-two .logo-two img {
        max-height: 40px;
    }
}

.tgmenu__inner-wrap {
    flex-grow: 1;
}

.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: 45px;
}

@media (max-width: 991.98px) {
    .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;
    padding: 0;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 0 0 52px;
}

@media (max-width: 1500px) {
    .tgmenu__navbar-wrap ul {
        margin: 0 auto 0 40px;
    }
}

.tgmenu__navbar-wrap ul li {
    display: block;
    position: relative;
    list-style: none;
}

.tgmenu__navbar-wrap ul li a {
    font-size: 14px;
    font-weight: var(--tg-fw-medium);
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    font-family: var(--tg-heading-font-family);
    padding: 43px 12px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    line-height: 1;
    position: relative;
    z-index: 1;
}

.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);
    border-radius: 0;
    padding: 15px 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    z-index: 9;
}

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

.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: 8px 15px 8px 25px;
    display: flex;
    color: var(--tg-heading-color);
    font-size: 13px;
    text-transform: uppercase;
    justify-content: space-between;
    line-height: 1.4;
}

.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: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__main-menu li.menu-item-has-children .dropdown-btn {
    display: none;
}

.tgmenu__main-menu li.menu-item-has-children>a::after {
    content: "\f078";
    display: block;
    font-family: var(--tg-icon-font-family);
    font-size: 14px;
    font-weight: var(--tg-fw-bold);
    margin-left: 6px;
}

.tgmenu__search {
    margin-inline-end: 25px;
}

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

.tgmenu__search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 535px;
    border-radius: 100px;
    border: 1px solid #D3D2DF;
}

@media (max-width: 1800px) {
    .tgmenu__search-form {
        width: 485px;
    }
}

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

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

@media (max-width: 991.98px) {
    .tgmenu__search-form {
        width: auto;
    }
}

.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: 153px;
    flex: 0 0 auto;
    position: relative;
}

.tgmenu__search-form .select-grp::after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #BDBABB;
}

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

.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-family: var(--tg-heading-font-family);
    font-size: 14px;
}

.tgmenu__search-form .input-grp {
    position: relative;
    flex-grow: 1;
    margin-left: -1px;
}

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

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

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

.tgmenu__search-form [type=submit] {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 4px;
    width: 44px;
    height: 44px;
    border: none;
    padding: 0 0;
    background: var(--tg-theme-primary);
    font-size: 20px;
    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%;
}

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

.tgmenu__search-bar {
    flex-grow: 1;
}

@media (max-width: 1500px) {
    .tgmenu__search-bar {
        max-width: 240px;
    }
}

@media (max-width: 1199.98px) {
    .tgmenu__search-bar {
        max-width: 100%;
    }
}

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

.tgmenu__search-bar form {
    position: relative;
}

.tgmenu__search-bar form input {
    display: block;
    width: 100%;
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-border-2);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -o-border-radius: 50px;
    -ms-border-radius: 50px;
    border-radius: 50px;
    padding: 12px 50px 10px 20px;
    height: 45px;
    font-size: 15px;
    font-family: var(--tg-heading-font-family);
}

.tgmenu__search-bar form input::placeholder {
    color: #8D9DB5;
    font-size: 14px;
}

.tgmenu__search-bar form [type=submit] {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    right: 10px;
    border: none;
    padding: 0 0;
    background: transparent;
    font-size: 24px;
    color: #8D9DB5;
}

.tgmenu__search-bar form [type=submit]:hover {
    color: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
    .tgmenu__action {
        margin: 0 20px 0 auto;
    }
}

.tgmenu__action>ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.tgmenu__action>ul li {
    position: relative;
    margin-left: 0;
    flex: 0 0 auto;
    line-height: 1;
}

.tgmenu__action>ul li.header-search a {
    font-size: 18px;
    color: var(--tg-color-white-default);
    line-height: 0;
}

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

.tgmenu__action>ul li .cart-count {
    color: var(--tg-color-white-default);
    font-size: 20px;
    line-height: 0;
    margin: 0;
    position: relative;
    padding-right: 5px;
}

.tgmenu__action>ul li .cart-count span {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 18px;
    height: 18px;
    font-size: 12px;
    font-weight: 500;
    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-heading-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    z-index: 1;
}

.tgmenu__action>ul li .cart-count:hover {
    color: var(--tg-theme-primary);
}

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

.tgmenu__action>ul li .menu-tigger {
    color: var(--tg-color-white-default);
}

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

.tgmenu__action>ul li.header-btn {
    margin-left: 5px;
}

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

.tgmenu__action>ul li.header-btn .tg-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

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

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

.tgmenu__action-two .list-wrap {
    align-items: unset;
    height: 100%;
}

.tgmenu__action-two .list-wrap li {
    display: flex;
    align-items: center;
}

.tgmenu__action-two .list-wrap li.header-search a {
    color: var(--tg-heading-color);
}

.tgmenu__action-two .list-wrap li .menu-tigger,
.tgmenu__action-two .list-wrap li .cart-count {
    color: var(--tg-heading-color);
}

.tgmenu__action-two .list-wrap li.header-btn {
    min-width: 260px;
    padding: 10px 20px 10px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    border-left: 1px solid var(--tg-border-2);
    margin-left: 20px;
}

@media (max-width: 1500px) {
    .tgmenu__action-two .list-wrap li.header-btn {
        min-width: 230px;
    }
}

@media (max-width: 1199.98px) {
    .tgmenu__action-two .list-wrap li.header-btn {
        min-width: auto;
        margin-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .tgmenu__action-two .list-wrap li.header-btn {
        display: none;
    }
}

.tgmenu__categories.select-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--tg-color-dark);
    border: none;
    padding: 0px 0 0px 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    flex: 0 0 auto;
    width: 188px;
    position: relative;
    color: var(--tg-color-gray-1);
}

@media (max-width: 767.98px) {
    .tgmenu__categories.select-grp {
        width: 160px;
        padding: 0px 0 0px 10px;
    }
}

.tgmenu__categories.select-grp svg {
    flex: 0 0 auto;
    color: var(--tg-theme-primary);
}

.tgmenu__categories .form-select {
    width: 188px;
}

@media (max-width: 767.98px) {
    .tgmenu__categories .form-select {
        width: 160px;
    }
}

.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 0 0px;
    -moz-border-radius: 0 0 0 0px;
    -o-border-radius: 0 0 0 0px;
    -ms-border-radius: 0 0 0 0px;
    border-radius: 0 0 0 0px;
}

.sticky-menu .logo {
    display: none;
}

.sticky-menu .logo.d-none {
    display: block !important;
}

.sticky-menu .tgmenu__navbar-wrap>ul>li>a {
    color: var(--tg-heading-color);
}

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

.sticky-menu .tgmenu__action>ul li a {
    color: var(--tg-heading-color);
}

.sticky-menu .tgmenu__action>ul li a:hover {
    color: var(--tg-theme-primary);
}

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

.header__style-three {
    background: var(--tg-heading-color);
}

@media (max-width: 991.98px) {
    .header__style-five {
        position: initial;
    }
}

/*=============================
      03. Banner
===============================*/
.slider__area {
    position: relative;
    padding-top: 195px;
    z-index: 1;
}

@media (max-width: 1500px) {
    .slider__area {
        padding-top: 165px;
    }
}

@media (max-width: 1199.98px) {
    .slider__area {
        padding-top: 130px;
    }
}

@media (max-width: 991.98px) {
    .slider__area {
        padding-top: 85px;
    }
}

@media (max-width: 767.98px) {
    .slider__area {
        padding-top: 65px;
    }
}

.slider__area-two {
    background: var(--tg-heading-color);
}

.slider__area-four {
    margin-top: 105px;
}

@media (max-width: 1199.98px) {
    .slider__area-four {
        margin-top: 85px;
    }
}

@media (max-width: 991.98px) {
    .slider__area-four {
        margin-top: 0;
    }
}

.slider__bg {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 715px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .slider__bg {
        height: 600px;
    }
}

@media (max-width: 991.98px) {
    .slider__bg {
        height: 450px;
    }
}

.slider__bg .shape {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    bottom: 15px;
}

.slider__bg-two {
    background-size: cover;
    background-position: center;
    width: 70%;
    height: 100%;
    right: 0;
    top: 0;
    clip-path: polygon(23% 27%, 43% 0, 100% 0, 100% 100%, 7% 100%, 24% 59%);
    position: absolute;
    margin-right: -1px;
}

@media (max-width: 1199.98px) {
    .slider__bg-two {
        width: 60%;
    }
}

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

.slider__bg-three {
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

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

.slider__bg-four {
    background-size: cover;
    background-position: center;
    min-height: 510px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 100px 80px;
}

@media (max-width: 1199.98px) {
    .slider__bg-four {
        padding: 80px 50px;
    }
}

@media (max-width: 991.98px) {
    .slider__bg-four {
        min-height: 400px;
    }
}

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

.slider__bg-four::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 17.31%, rgba(0, 0, 0, 0.56) 100%);
    z-index: -1;
}

.slider__bg-five {
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    padding: 225px 0 210px;
}

@media (max-width: 1500px) {
    .slider__bg-five {
        padding: 140px 0 150px;
    }
}

@media (max-width: 991.98px) {
    .slider__bg-five {
        padding: 100px 0 130px;
    }
}

@media (max-width: 767.98px) {
    .slider__bg-five {
        padding: 90px 0 105px;
    }
}

.slider__bg-five::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: -1;
}

.slider__bg-five .slider__bg-shape {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.slider__inner-wrap {
    background: var(--tg-color-gray-2);
    position: relative;
    z-index: 1;
    padding: 100px 0 100px;
    min-height: 700px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

@media (max-width: 1500px) {
    .slider__inner-wrap {
        min-height: 620px;
        padding: 80px 0 80px 40px;
    }
}

@media (max-width: 1500px) {
    .slider__inner-wrap {
        min-height: 570px;
        padding: 70px 0 70px 30px;
    }
}

@media (max-width: 991.98px) {
    .slider__inner-wrap {
        min-height: 520px;
        padding: 70px 30px 70px 30px;
    }
}

@media (max-width: 767.98px) {
    .slider__inner-wrap {
        min-height: 480px;
        padding: 50px 15px 50px 15px;
    }
}

.slider__inner-wrap::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 71.5%;
    height: 100%;
    background: var(--tg-theme-primary);
    clip-path: polygon(23.2% 26%, 42.2% 0, 100% 0, 100% 100%, 7.4% 100%, 24.2% 59%);
    z-index: -2;
}

@media (max-width: 1199.98px) {
    .slider__inner-wrap::before {
        width: 61.5%;
    }
}

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

.slider__inner-wrap-two {
    background: var(--tg-color-gray-3);
    position: relative;
    z-index: 1;
    min-height: 700px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    padding: 100px 0;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .slider__inner-wrap-two {
        min-height: 560px;
        padding: 100px 0 100px 50px;
    }
}

@media (max-width: 1199.98px) {
    .slider__inner-wrap-two {
        min-height: 560px;
        padding: 70px 0 70px 20px;
    }
}

@media (max-width: 991.98px) {
    .slider__inner-wrap-two {
        min-height: 520px;
        padding: 70px 30px 70px 30px;
    }
}

@media (max-width: 767.98px) {
    .slider__inner-wrap-two {
        min-height: 480px;
    }
}

.slider__inner-wrap-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 25px;
}

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

.slider__content .sub-title {
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    line-height: 1.2;
    gap: 10px;
    margin-bottom: 20px;
}

.slider__content .sub-title::before {
    content: "";
    width: 30px;
    height: 3px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    display: block;
}

.slider__content .title {
    margin-bottom: 12px;
    font-size: 50px;
    font-weight: 700;
}

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

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

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

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

.slider__content p {
    margin-bottom: 40px;
    color: var(--tg-color-dark);
}

@media (max-width: 1500px) {
    .slider__content p {
        margin-bottom: 30px;
    }
}

@media (max-width: 767.98px) {
    .slider__content p {
        margin-bottom: 20px;
    }
}

.slider__content-two p {
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .slider__content-two p br {
        display: none;
    }
}

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

.slider__content-three .sub-title {
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--tg-theme-primary);
    line-height: 1;
    display: block;
    margin-bottom: 10px;
}

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

.slider__content-three .title {
    margin-bottom: 20px;
    color: var(--tg-color-white-default);
    font-weight: 700;
    font-size: 40px;
    text-transform: uppercase;
}

@media (max-width: 1199.98px) {
    .slider__content-three .title {
        font-size: 35px;
        margin-bottom: 15px;
    }
}

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

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

.slider__content-three .price {
    margin-bottom: 30px;
    color: var(--tg-theme-primary);
    font-weight: 600;
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    .slider__content-three .price {
        margin-bottom: 20px;
    }
}

.slider__content-four {
    width: 85%;
}

@media (max-width: 1199.98px) {
    .slider__content-four {
        width: 100%;
    }
}

.slider__content-four .sub-title {
    display: inline-flex;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    line-height: 1;
    gap: 10px;
    margin-bottom: 25px;
}

.slider__content-four .sub-title::before {
    content: "";
    width: 30px;
    height: 3px;
    background: var(--tg-theme-primary);
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.slider__content-four .title {
    margin-bottom: 25px;
    padding-bottom: 25px;
    font-size: 50px;
    color: var(--tg-color-white-default);
    text-transform: capitalize;
    position: relative;
    z-index: 1;
}

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

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

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

.slider__content-four .title::after,
.slider__content-four .title::before {
    content: "";
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    width: 67%;
    height: 1px;
    left: 0;
    bottom: 0;
}

.slider__content-four .title::after {
    height: 3px;
    width: 22%;
    background: var(--tg-color-white-default);
    bottom: -1px;
}

.slider__content-four p {
    font-size: 16px;
    color: var(--tg-color-white-default);
    margin-bottom: 18px;
    text-transform: capitalize;
    width: 85%;
}

@media (max-width: 1500px) {
    .slider__content-four p {
        width: 90%;
    }
}

.slider-pagination {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    position: absolute;
    width: auto !important;
    left: auto !important;
    right: 48px;
    bottom: 48px !important;
    z-index: 2;
    justify-content: flex-end;
    gap: 9px;
}

@media (max-width: 991.98px) {
    .slider-pagination {
        left: 50% !important;
        right: auto;
        transform: translateX(-50%);
    }
}

@media (max-width: 767.98px) {
    .slider-pagination {
        bottom: 25px !important;
    }
}

.slider-pagination .swiper-pagination-bullet {
    margin: 0 !important;
    width: 40px;
    height: 10px;
    border-radius: 0;
    background: var(--tg-border-1);
    opacity: 1;
    -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;
}

@media (max-width: 991.98px) {
    .slider-pagination .swiper-pagination-bullet {
        background-color: var(--tg-color-gray-1);
        opacity: 0.5;
    }
}

.slider-pagination .swiper-pagination-bullet-active {
    background: var(--tg-theme-primary);
}

@media (max-width: 991.98px) {
    .slider-pagination .swiper-pagination-bullet-active {
        opacity: 1;
    }
}

.slider__shape {
    position: absolute;
    left: 62px;
    bottom: 17px;
    z-index: -3;
}

.slider__shape-two .shape {
    position: absolute;
    z-index: -1;
}

.slider__shape-two .shape:nth-child(1) {
    left: 23%;
    bottom: 0;
}

.slider__shape-two .shape:nth-child(2) {
    left: 0;
    top: 80px;
    color: #F7EFDC;
}

@media (max-width: 1500px) {
    .slider__shape-two .shape:nth-child(2) {
        width: 300px;
        height: auto;
    }
}

@media (max-width: 1199.98px) {
    .slider__shape-two .shape:nth-child(2) {
        width: 250px;
    }
}

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

.slider__shape-wrap img:nth-child(1) {
    right: 0;
    top: 0;
}

@media (max-width: 991.98px) {
    .slider__shape-wrap img:nth-child(1) {
        top: -30px;
    }
}

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

.slider__shape-wrap img:nth-child(2) {
    left: 0;
    bottom: 0;
}

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

.slider__item-wrap {
    width: 78.9%;
    flex: 0 0 auto;
}

@media (max-width: 1500px) {
    .slider__item-wrap {
        width: 77.9%;
    }
}

@media (max-width: 1199.98px) {
    .slider__item-wrap {
        width: 71.7%;
    }
}

@media (max-width: 991.98px) {
    .slider__item-wrap {
        width: 100%;
    }
}

.slider__active-two .swiper-slide-active .slider__content-four .sub-title,
.slider__active-two .swiper-slide-active .slider__content-three .sub-title,
.slider__active-two .swiper-slide-active .slider__content .sub-title,
.slider__active .swiper-slide-active .slider__content-four .sub-title,
.slider__active .swiper-slide-active .slider__content-three .sub-title,
.slider__active .swiper-slide-active .slider__content .sub-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__active-two .swiper-slide-active .slider__content-four .title,
.slider__active-two .swiper-slide-active .slider__content-three .title,
.slider__active-two .swiper-slide-active .slider__content .title,
.slider__active .swiper-slide-active .slider__content-four .title,
.slider__active .swiper-slide-active .slider__content-three .title,
.slider__active .swiper-slide-active .slider__content .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__active-two .swiper-slide-active .slider__content-four .price,
.slider__active-two .swiper-slide-active .slider__content-four p,
.slider__active-two .swiper-slide-active .slider__content-three .price,
.slider__active-two .swiper-slide-active .slider__content-three p,
.slider__active-two .swiper-slide-active .slider__content .price,
.slider__active-two .swiper-slide-active .slider__content p,
.slider__active .swiper-slide-active .slider__content-four .price,
.slider__active .swiper-slide-active .slider__content-four p,
.slider__active .swiper-slide-active .slider__content-three .price,
.slider__active .swiper-slide-active .slider__content-three p,
.slider__active .swiper-slide-active .slider__content .price,
.slider__active .swiper-slide-active .slider__content p {
    -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__active-two .swiper-slide-active .slider__content-four .slider__btn,
.slider__active-two .swiper-slide-active .slider__content-three .slider__btn,
.slider__active-two .swiper-slide-active .slider__content .slider__btn,
.slider__active .swiper-slide-active .slider__content-four .slider__btn,
.slider__active .swiper-slide-active .slider__content-three .slider__btn,
.slider__active .swiper-slide-active .slider__content .slider__btn {
    -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: fadeInUp2;
    animation-name: fadeInUp2;
}

.slider__active .swiper-slide-active .slider__shape-wrap img:nth-child(1) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeRight3;
    animation-name: fadeRight3;
}

.slider__active .swiper-slide-active .slider__shape-wrap img:nth-child(2) {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeLeft2;
    animation-name: fadeLeft2;
}

.banner__area {
    background: var(--tg-color-gray-3);
    position: relative;
    z-index: 1;
    padding: 30px 0 0;
}

.banner__content {
    padding: 180px 0 200px;
}

@media (max-width: 1500px) {
    .banner__content {
        padding: 120px 0 175px;
    }
}

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

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

@media (max-width: 991.98px) {
    .banner__content {
        padding: 50px 0 50px;
    }
}

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

.banner__content p {
    margin-bottom: 26px;
}

.banner__img img {
    max-width: unset;
    margin-left: 80px;
}

@media (max-width: 1800px) {
    .banner__img img {
        margin-left: 30px;
    }
}

@media (max-width: 1500px) {
    .banner__img img {
        margin-left: 0px;
        max-width: 100%;
        width: 95%;
    }
}

@media (max-width: 1199.98px) {
    .banner__img img {
        margin-left: -90px;
        max-width: 130%;
        width: auto;
    }
}

@media (max-width: 991.98px) {
    .banner__img img {
        margin-left: 0px;
        max-width: 100%;
    }
}

.banner__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    position: absolute;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    gap: 18px;
}

@media (max-width: 1800px) {
    .banner__social {
        right: 30px;
    }
}

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

.banner__social .title {
    transform: rotate(-180deg);
    display: block;
    writing-mode: vertical-rl;
    font-weight: 500;
    font-size: 14px;
}

.banner__social .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-direction: column;
}

.banner__social .list-wrap li {
    line-height: 1;
}

.banner__social .list-wrap li a {
    font-size: 18px;
    color: var(--tg-body-color);
    line-height: 1;
}

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

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

.banner__shape-wrap img:nth-child(1) {
    left: 0;
    top: 14%;
    color: #F7EFDC;
}

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

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

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

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

.category__menu {
    width: 260px;
    flex: 0 0 auto;
    border: 1.5px solid var(--tg-theme-primary);
    padding: 32px 38px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .category__menu {
        padding: 32px 25px;
        width: 240px;
    }
}

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

.category__menu .menu-item-has-children>a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-color-dark-4);
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.category__menu .menu-item-has-children>a svg {
    color: #7B7B7B;
    -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__menu .menu-item-has-children>a:hover {
    color: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.category__menu .menu-item-has-children>a:hover svg {
    color: var(--tg-color-dark-4);
}

.category__menu .menu-item-has-children:last-child>a {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.category__menu .menu-item-has-children:hover>.megaMenu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category__menu .megaMenu {
    position: absolute;
    left: 100%;
    top: -1px;
    bottom: -1px;
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-theme-primary);
    width: 470px;
    min-height: 100%;
    padding: 35px 40px;
    text-align: left;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: 0.3s linear;
    z-index: 2;
}

.category__menu .megaMenu__banner {
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    width: 100%;
    padding: 25px 25px;
    position: relative;
    margin-bottom: 45px;
}

.category__menu .megaMenu__content {
    margin-left: auto;
    width: 155px;
}

.category__menu .megaMenu__content .title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    font-family: var(--tg-body-font-family);
}

.category__menu .megaMenu__content span {
    display: block;
    font-weight: 400;
    font-size: 10px;
    color: var(--tg-color-white-default);
    margin-bottom: 8px;
}

.category__menu .megaMenu__content .tg-btn {
    font-size: 10px;
    font-weight: 700;
    gap: 5px;
    padding: 9px 15px 8px;
}

.category__menu .megaMenu__content .tg-btn svg {
    width: 8px;
    height: auto;
    transform: translateY(0.5px);
}

.category__menu .megaMenu>.list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.category__menu .megaMenu .sub-column-item {
    width: 50%;
    flex: 0 0 auto;
}

.category__menu .megaMenu .sub-column-item .title {
    font-weight: 500;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.category__menu .megaMenu .sub-column-item .list-wrap li {
    line-height: 1.4;
    margin-bottom: 7px;
}

.category__menu .megaMenu .sub-column-item .list-wrap li:last-child {
    margin-bottom: 0;
}

.category__menu .megaMenu .sub-column-item .list-wrap li a {
    font-size: 14px;
    color: #4b4b4b;
    line-height: 1.4;
}

.category__menu .megaMenu .sub-column-item .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

/*=============================
      04. About
===============================*/
.about__img {
    position: relative;
}

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

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

.about__img img {
    width: 100%;
}

.about__img-two {
    position: relative;
    z-index: 1;
    padding: 190px 0 0 135px;
}

@media (max-width: 1199.98px) {
    .about__img-two {
        padding: 160px 80px 0 50px;
    }
}

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

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

.about__img-two .img-two {
    position: absolute;
    right: 0;
    bottom: 145px;
    border: 10px solid var(--tg-color-white-default);
    width: 343px;
    height: 360px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .about__img-two .img-two {
        bottom: 55px;
        border: 8px solid var(--tg-color-white-default);
        width: 270px;
        height: 250px;
    }
}

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

.about__img-three {
    position: relative;
    z-index: 1;
    padding-right: 90px;
}

@media (max-width: 1199.98px) {
    .about__img-three {
        padding-right: 70px;
    }
}

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

@media (max-width: 767.98px) {
    .about__img-three {
        margin-bottom: 40px;
        padding-right: 0;
    }
}

.about__img-three .experience-year-two {
    left: auto;
    right: -44px;
    top: 46px;
}

@media (max-width: 1199.98px) {
    .about__img-three .experience-year-two {
        right: 0;
        top: -70px;
    }
}

@media (max-width: 767.98px) {
    .about__img-three .experience-year-two {
        top: -30px;
    }
}

.about__img-three .customer__wrap {
    flex-direction: row-reverse;
    transform: rotate(-90deg);
    left: auto;
    top: auto;
    right: -100px;
    bottom: 140px;
}

@media (max-width: 1199.98px) {
    .about__img-three .customer__wrap {
        right: -95px;
        bottom: 120px;
    }
}

.about__img-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    padding-right: 28px;
    align-items: center;
}

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

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

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

.about__img-four .img-two {
    flex-grow: 1;
}

.about__img-four .img-two img {
    width: 100%;
}

.about__img-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 15px;
    width: 272px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .about__img-inner {
        width: 200px;
    }
}

@media (max-width: 991.98px) {
    .about__img-inner {
        width: 227px;
    }
}

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

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

.about__content {
    padding-left: 55px;
}

@media (max-width: 1500px) {
    .about__content {
        padding-left: 30px;
    }
}

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

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

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

@media (max-width: 767.98px) {
    .about__content-bottom {
        flex-wrap: wrap;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.about__content-bottom p {
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .about__content-bottom p {
        margin-bottom: 20px;
    }
}

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

@media (max-width: 1199.98px) {
    .about__content-bottom-inner {
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

.about__content-bottom-inner .tg-btn {
    min-width: 170px;
}

.about__content-bottom .right-side {
    width: 280px;
    flex: 0 0 auto;
}

.about__content-bottom .right-side img {
    width: 100%;
}

.about__content-two {
    padding-left: 20px;
}

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

.about__content-two-top {
    margin-left: -160px;
    margin-bottom: 110px;
}

@media (max-width: 1199.98px) {
    .about__content-two-top {
        margin-left: -75px;
        margin-bottom: 60px;
    }
}

@media (max-width: 991.98px) {
    .about__content-two-top {
        margin-left: 0px;
        margin-bottom: 40px;
    }
}

.about__content-two-top p {
    margin-bottom: 0;
    color: #1e1e1e;
    width: 95%;
}

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

.about__content-three {
    margin: 0 50px 0 80px;
}

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

.about__content-three>p {
    margin-bottom: 30px;
}

.about__content-four {
    padding: 0 60px 0 50px;
}

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

.about__content-four>p {
    margin-bottom: 35px;
    width: 92%;
}

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

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

.about__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    justify-content: space-between;
    margin-bottom: 55px;
}

@media (max-width: 1199.98px) {
    .about__content-inner {
        margin-bottom: 35px;
    }
}

@media (max-width: 767.98px) {
    .about__content-inner {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__content-inner {
        flex-wrap: nowrap;
        flex-direction: row;
    }
}

.about__content-inner .right-side {
    width: 280px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .about__content-inner .right-side {
        width: 220px;
    }
}

@media (max-width: 991.98px) {
    .about__content-inner .right-side {
        width: 250px;
    }
}

@media (max-width: 767.98px) {
    .about__content-inner .right-side {
        width: 100%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .about__content-inner .right-side {
        width: 200px;
    }
}

.about__list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px 70px;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .about__list-wrap {
        gap: 25px 25px;
        margin-bottom: 30px;
    }
}

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

.about__list-wrap-two {
    margin-bottom: 55px;
}

@media (max-width: 1199.98px) {
    .about__list-wrap-two {
        margin-bottom: 30px;
    }
}

.about__list-wrap-two .about__list-item {
    align-items: flex-start;
    margin-bottom: 35px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--tg-border-3);
    gap: 22px;
}

.about__list-wrap-two .about__list-item .content .title {
    margin-bottom: 8px;
    line-height: 1.5;
}

.about__list-wrap-two .about__list-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}

.about__list-wrap-three {
    margin-bottom: 50px;
}

.about__list-wrap-three li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    font-weight: 500;
    font-size: 17px;
    color: var(--tg-heading-color);
    gap: 8px;
    line-height: 1.6;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.about__list-wrap-three li:last-child {
    margin-bottom: 0;
}

.about__list-wrap-three li svg {
    color: var(--tg-theme-primary);
    flex: 0 0 auto;
    transform: translateY(5px);
}

.about__list-wrap-four .about__list-item {
    margin-bottom: 30px;
}

.about__list-wrap-four .about__list-item:last-child {
    margin-bottom: 0;
}

.about__list-wrap-five {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    gap: 10px 0;
}

.about__list-wrap-five li {
    width: 50%;
    flex: 0 0 auto;
    margin-bottom: 0;
}

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

.about__list-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
}

.about__list-item .icon {
    width: 80px;
    height: 80px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-theme-primary);
    background: var(--tg-border-1);
    font-size: 50px;
    line-height: 1;
    color: var(--tg-heading-color);
}

.about__list-item .icon i {
    line-height: 0;
}

.about__list-item .content .title {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 500;
}

.about__list-item .content p {
    margin-bottom: 0;
    line-height: 1.5;
}

.about__shape img {
    position: absolute;
    right: 0;
    bottom: 19%;
    z-index: -1;
}

@media (max-width: 1500px) {
    .about__shape img {
        width: 280px;
        bottom: 24%;
    }
}

@media (max-width: 1199.98px) {
    .about__shape img {
        width: 230px;
        bottom: 16%;
    }
}

@media (max-width: 991.98px) {
    .about__shape img {
        bottom: 8%;
    }
}

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

.customer__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    flex-grow: 1;
}

.customer__wrap .thumb {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
}

.customer__wrap .thumb img {
    width: 45px;
    height: 45px;
    border: 2.5px solid var(--tg-color-white-default);
    margin-left: -20px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.customer__wrap .thumb img:first-child {
    margin-left: 0;
    box-shadow: 5px 2px 4px 0 rgba(0, 0, 0, 0.25);
    z-index: 3;
}

.customer__wrap .thumb img:nth-child(2) {
    z-index: 2;
}

.customer__wrap .thumb img:nth-child(3) {
    z-index: 1;
}

.customer__wrap .content .count {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 0;
}

.customer__wrap .content>span {
    font-weight: 500;
    font-size: 14px;
}

.customer__wrap-two {
    position: absolute;
    left: 35%;
    top: 102px;
}

@media (max-width: 1199.98px) {
    .customer__wrap-two {
        left: 41%;
        top: 63px;
    }
}

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

.customer__wrap-two .thumb img {
    border-color: var(--tg-theme-secondary);
}

.customer__wrap-three {
    position: initial;
}

@media (max-width: 767.98px) {
    .customer__wrap-three {
        display: flex;
        align-items: flex-start;
    }
}

.experience-year {
    width: 160px;
    height: 160px;
    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%;
}

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

.experience-year-two {
    background: var(--tg-theme-primary);
    width: 272px;
    height: 272px;
    position: absolute;
    left: 0;
    top: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    gap: 20px;
    clip-path: polygon(0 0, 80% 0, 100% 20%, 100% 100%, 20% 100%, 0 80%);
}

@media (max-width: 1199.98px) {
    .experience-year-two {
        width: 180px;
        height: 180px;
    }
}

@media (max-width: 767.98px) {
    .experience-year-two {
        width: 150px;
        height: 150px;
        gap: 10px;
    }
}

.experience-year-two span {
    font-weight: 500;
    font-size: 18px;
    font-family: var(--tg-heading-font-family);
    line-height: 1.3;
    color: var(--tg-heading-color);
}

@media (max-width: 1199.98px) {
    .experience-year-two span {
        font-size: 16px;
    }
}

@media (max-width: 767.98px) {
    .experience-year-two span {
        font-size: 14px;
    }
}

.experience-year-two .counter-number {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 120px;
    line-height: 0.8;
}

@media (max-width: 1199.98px) {
    .experience-year-two .counter-number {
        font-size: 90px;
    }
}

@media (max-width: 767.98px) {
    .experience-year-two .counter-number {
        font-size: 60px;
    }
}

.experience-year-three {
    background: var(--tg-theme-primary);
    width: 100%;
    min-height: 272px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px 20px;
    clip-path: polygon(25% 0, 100% 0, 100% 100%, 0 100%, 0 25%);
}

@media (max-width: 1199.98px) {
    .experience-year-three {
        min-height: 200px;
    }
}

.experience-year-three span {
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
    line-height: 1.3;
    color: var(--tg-heading-color);
    display: block;
    margin-bottom: 20px;
}

@media (max-width: 1199.98px) {
    .experience-year-three span {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.experience-year-three .counter-number {
    font-weight: 600;
    font-size: 120px;
    margin-bottom: 0;
    line-height: 0.8;
}

@media (max-width: 1199.98px) {
    .experience-year-three .counter-number {
        font-size: 80px;
    }
}

.experience-counter {
    width: 88px;
    height: 88px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    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;
}

.experience-counter .count {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 0;
    align-items: center;
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
}

.experience-counter .count .counter-number {
    font-weight: 700;
    font-size: 38px;
    line-height: 1;
}

.experience-content .circle {
    position: absolute;
    margin-bottom: 0;
    font-size: 14px;
    text-transform: uppercase;
    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%);
    color: var(--tg-heading-color);
    font-family: var(--tg-body-font-family);
}

.experience-content .circle span {
    position: absolute;
    top: -72px;
    display: inline-block;
    transform-origin: 0 72px;
}

.section__bg-shape {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 23px;
    position: absolute;
    left: 0;
    bottom: 9px;
}

.author__signature-wrap {
    min-width: 120px;
    flex: 0 0 auto;
    position: relative;
}

.author__signature-wrap::before {
    content: "";
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    height: 50px;
    width: 2px;
    background: #C1C1C1;
}

.author__signature-wrap img {
    display: block;
    margin-bottom: 5px;
}

.author__signature-wrap span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

/*=============================
      05. Services
===============================*/
.services__area {
    background: var(--tg-color-gray-3);
}

.services__area-five {
    background: var(--tg-color-gray-6);
    position: relative;
    z-index: 1;
}

.services__item {
    background: var(--tg-color-white-default);
    padding: 55px 45px 50px 50px;
    height: 100%;
}

@media (max-width: 1500px) {
    .services__item {
        padding: 55px 30px 50px 35px;
    }
}

.services__item-two {
    background: var(--tg-color-white-default);
    padding: 50px 60px 0 60px;
    position: relative;
    z-index: 1;
}

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

.services__item-two .number {
    position: absolute;
    font-weight: 200;
    font-size: 60px;
    margin-bottom: 0;
    color: #E2E2E2;
    right: 55px;
    top: 55px;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .services__item-two .number {
        font-size: 44px;
        right: 25px;
        top: 35px;
    }
}

.services__item-three {
    background: var(--tg-color-white-default);
    padding: 40px 40px;
}

@media (max-width: 1199.98px) {
    .services__item-three {
        padding: 30px 30px;
    }
}

@media (max-width: 767.98px) {
    .services__item-three {
        padding: 25px 25px;
    }
}

.services__item-four {
    border: 1px solid var(--tg-border-5);
    background: var(--tg-color-white-default);
}

.services__item-five {
    background: var(--tg-color-white-default);
    padding: 50px 50px;
}

@media (max-width: 1500px) {
    .services__item-five {
        padding: 20px;
    }
}

.services__item-five .title {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 24px;
}

.services__icon {
    font-size: 60px;
    color: var(--tg-theme-primary);
    line-height: 0;
    margin-bottom: 20px;
}

.services__icon-three,
.services__icon-two {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    border: 1px solid var(--tg-theme-primary);
    line-height: 0;
    font-size: 40px;
    color: var(--tg-heading-color);
    margin-bottom: 30px;
}

.services__icon-three {
    background: var(--tg-theme-primary);
    margin-bottom: 25px;
}

.services__content .title {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
}

.services__content p {
    margin-bottom: 25px;
    line-height: 1.8;
}

.services__content-two .title {
    font-size: 20px;
    margin-bottom: 8px;
    font-weight: 500;
}

.services__content-two p {
    margin-bottom: 20px;
}

.services__content-three .title {
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .services__content-three .title {
        font-size: 17px;
    }
}

.services__content-three p {
    margin-bottom: 15px;
}

.services__content-three .tg-btn {
    background: var(--tg-color-gray-3);
}

.services__content-three .tg-btn:hover {
    background: var(--tg-theme-secondary);
}

.services__content-four .tg-btn {
    background: var(--tg-theme-primary);
}

.services__content-five p {
    margin-bottom: 20px;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
}

.services__thumb {
    overflow: hidden;
}

.services__thumb img {
    width: 100%;
}

.services__thumb-two {
    margin-bottom: 25px;
}

.services__thumb-two img {
    width: 100%;
    object-fit: cover;
    height: 160px;
}

@media (max-width: 767.98px) {
    .services__thumb-two img {
        height: 200px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .services__thumb-two img {
        height: 160px;
    }
}

.services__list {
    margin-bottom: 40px;
}

.services__list li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-heading-color);
    line-height: 1.5;
    align-items: baseline;
    margin-bottom: 15px;
}

.services__list li:last-child {
    margin-bottom: 0;
}

.services__list li .icon {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #CFCFCF;
    border-radius: 4px;
    background: var(--tg-color-gray-6);
    flex: 0 0 auto;
}

.services__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
}

.services__nav 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: none;
    color: var(--tg-theme-primary);
    background: var(--tg-body-color);
}

.services__nav button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.services__nav-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .services__nav-two {
        justify-content: flex-start;
    }
}

.services__nav-two button {
    width: 60px;
    height: 60px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-body-color);
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
}

.services__nav-two button:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
    border-color: var(--tg-heading-color);
}

.services__nav-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    margin-top: 40px;
}

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

.services__nav-wrap .line {
    height: 1px;
    flex-grow: 1;
    background: #404040;
    position: relative;
}

.services__nav-wrap .line::before,
.services__nav-wrap .line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background: #404040;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.services__nav-wrap .line::before {
    left: auto;
    right: 0;
}

.services__nav-wrap-two {
    margin-top: 60px;
}

.services__nav-wrap-two .line {
    background: #CECECE;
}

.services__nav-wrap-two .line::before,
.services__nav-wrap-two .line::after {
    background: #CECECE;
}

.services__shape img {
    position: absolute;
    left: 68px;
    top: 0;
    z-index: -1;
}

@media (max-width: 1500px) {
    .services__shape img {
        left: 30px;
        height: 150px;
    }
}

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

.services__shape-two img {
    position: absolute;
    left: -40px;
    bottom: 12px;
    max-width: 460px;
    z-index: -1;
}

.services__shape-three img {
    position: absolute;
    top: 0;
    left: 60px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .services__shape-three img {
        left: 25px;
        height: 170px;
    }
}

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

.services__sidebar {
    margin-right: -25px;
}

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

@media (max-width: 991.98px) {
    .services__sidebar {
        margin-top: 80px;
    }
}

@media (max-width: 767.98px) {
    .services__sidebar {
        margin-top: 50px;
    }
}

.services__details-img-wrap {
    margin-right: -25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

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

.services__details-img-wrap img {
    width: 100%;
}

.services__details-wrap {
    padding-left: 50px;
}

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

.services__details-thumb {
    margin-bottom: 35px;
}

@media (max-width: 1199.98px) {
    .services__details-thumb {
        margin-bottom: 25px;
    }
}

.services__details-thumb img {
    width: 100%;
    min-height: 320px;
    object-fit: cover;
}

.services__details-content .title {
    font-size: 36px;
    margin-bottom: 30px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .services__details-content .title {
        font-size: 26px;
        margin-bottom: 18px;
    }
}

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

.services__details-content p {
    margin-bottom: 15px;
}

.services__details-content .title-two {
    margin-bottom: 30px;
    font-size: 24px;
    text-transform: capitalize;
    margin-top: 40px;
}

@media (max-width: 1199.98px) {
    .services__details-content .title-two {
        font-size: 22px;
    }
}

@media (max-width: 991.98px) {
    .services__details-content .title-two {
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .services__details-content .title-two {
        font-size: 18px;
    }
}

.services__details-content-two {
    padding-left: 60px;
}

@media (max-width: 1199.98px) {
    .services__details-content-two {
        padding-left: 0;
    }
}

@media (max-width: 991.98px) {
    .services__details-content-two {
        margin-top: 50px;
    }
}

.services__details-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

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

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

.services__details-inner-thumb {
    width: 432px;
    flex: 0 0 auto;
    position: relative;
}

@media (max-width: 1199.98px) {
    .services__details-inner-thumb {
        width: 285px;
    }
}

@media (max-width: 991.98px) {
    .services__details-inner-thumb {
        width: 320px;
    }
}

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

.services__details-inner-thumb img {
    width: 100%;
}

.services__details-inner-thumb .video__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.services__details-inner-thumb .video__btn a {
    width: 72px;
    height: 72px;
}

.services__details-inner-thumb .video__btn a svg {
    width: 20px;
    height: auto;
}

.services__details-inner-content .list-wrap {
    margin-bottom: 0;
}

.services__details-faq {
    margin-top: 60px;
}

@media (max-width: 991.98px) {
    .services__details-faq {
        margin-top: 40px;
    }
}

.services__details-faq .title-two {
    margin-bottom: 20px;
}

.services__details-faq>p {
    margin-bottom: 25px;
}

.services__details-video {
    position: relative;
}

.services__details-video .video__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.services__details-video .video__btn a {
    width: 65px;
    height: 65px;
}

.services__details-video .video__btn a svg {
    width: 20px;
    height: auto;
}

.services__search {
    position: relative;
}

.services__search input {
    width: 100%;
    border: none;
    background: var(--tg-color-gray-3);
    font-weight: 400;
    font-size: 15px;
    padding: 15px 50px 15px 23px;
    color: var(--tg-heading-color);
    height: 55px;
}

.services__search input::placeholder {
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 15px;
    text-transform: capitalize;
}

.services__search button {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 20px;
    line-height: 0;
    position: absolute;
    right: 23px;
    top: 50%;
    transform: translateY(-50%);
}

.services__search button i {
    line-height: 0;
}

.services__search button:hover {
    color: var(--tg-heading-color);
}

.sidebar__widget {
    margin-bottom: 30px;
    padding: 40px 40px;
    border: 1px solid var(--tg-border-5);
}

@media (max-width: 1199.98px) {
    .sidebar__widget {
        padding: 30px 25px;
    }
}

@media (max-width: 991.98px) {
    .sidebar__widget {
        padding: 40px 40px;
    }
}

.sidebar__widget:last-child {
    margin-bottom: 0;
}

.sidebar__widget-two {
    padding: 40px 28px 40px 40px;
}

.sidebar__widget-inner {
    border-bottom: 1px solid var(--tg-border-5);
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sidebar__widget-inner:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

.sidebar__search {
    border: none;
    padding: 0;
}

.sidebar__search-two {
    background: var(--tg-color-gray-3);
    border: none;
}

.sidebar__search-two .services__search input {
    background: var(--tg-color-white-default);
    height: 48px;
    font-size: 12px;
    padding: 15px 52px 15px 18px;
}

.sidebar__search-two .services__search input::placeholder {
    font-size: 12px;
    color: #7b7b7b;
}

.sidebar__search-two .services__search button {
    width: 48px;
    height: 48px;
    background: var(--tg-theme-primary);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    right: 0;
    color: var(--tg-heading-color);
    justify-content: center;
}

.sidebar__search-two .services__search button:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}

.sidebar__cat-list .list-wrap li a {
    font-weight: 400;
    font-size: 15px;
    color: var(--tg-heading-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-family: var(--tg-heading-font-family);
    gap: 10px;
    border-bottom: 1px solid #dfd9c9;
    padding: 17px 0;
}

@media (max-width: 1199.98px) {
    .sidebar__cat-list .list-wrap li a {
        font-size: 14px;
    }
}

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

.sidebar__cat-list .list-wrap li:first-child a {
    padding-top: 0;
}

.sidebar__cat-list .list-wrap li:last-child a {
    padding-bottom: 0;
    border: none;
}

.sidebar__cat-list .list-wrap li.active a {
    border-color: var(--tg-theme-primary);
}

.sidebar__cat-list-two .list-wrap li a {
    font-family: var(--tg-body-font-family);
    font-size: 16px;
    padding: 16px 0;
}

.sidebar__contact {
    border: none;
    background: var(--tg-color-dark);
}

.sidebar__contact-content {
    margin-bottom: 30px;
}

.sidebar__contact-content .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
}

.sidebar__contact-content p {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 15px;
    color: var(--tg-color-gray-1);
    line-height: normal;
}

.sidebar__contact-list {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.sidebar__contact-list a {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
    font-weight: 700;
    font-size: 16px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    min-height: 48px;
}

.sidebar__contact-list a:hover {
    background: var(--tg-color-white-default);
}

.sidebar__contact-img img {
    width: 100%;
}

.sidebar__tag-list .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.sidebar__tag-list .list-wrap li a {
    background: var(--tg-color-gray-3);
    display: block;
    font-weight: 600;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tg-body-color);
    padding: 13px 17px;
    line-height: 1;
}

.sidebar__tag-list .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

/*=============================
      04. Features
===============================*/
.features__area {
    padding: 30px 0;
}

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

.features__area-two {
    padding: 24px 0 0;
}

.features__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 18px;
    justify-content: center;
    position: relative;
}

@media (max-width: 1199.98px) {
    .features__item {
        gap: 10px;
    }
}

.features__item::before {
    content: "";
    position: absolute;
    right: -12px;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 30px;
    background: #cecece;
}

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

.features__item:hover .features__icon {
    transform: rotateY(180deg);
}

.features__item-wrap .row>*:last-child .features__item::before {
    display: none;
}

.features__item-two {
    background: var(--tg-color-gray-3);
    padding: 40px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1500px) {
    .features__item-two {
        padding: 40px 40px;
    }
}

@media (max-width: 1199.98px) {
    .features__item-two {
        padding: 40px 30px;
    }
}

.features__icon {
    flex: 0 0 auto;
    color: var(--tg-heading-color);
    -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;
    width: 40px;
}

@media (max-width: 1199.98px) {
    .features__icon {
        width: 30px;
    }
}

.features__icon svg {
    width: 100%;
    height: auto;
}

.features__content .title {
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

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

.features__content span {
    font-size: 15px;
    color: #4B4B4B;
    display: block;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .features__content span {
        font-size: 13px;
    }
}

@media (max-width: 767.98px) {
    .features__content span {
        font-size: 12px;
    }
}

.features__content-two {
    width: 75%;
}

.features__content-two .title {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 22px;
    text-transform: capitalize;
}

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

.features__content-two .price {
    font-weight: 600;
    font-size: 18px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--tg-theme-primary);
    margin-bottom: 8px;
}

.features__content-two p {
    margin-bottom: 14px;
}

.features__img {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.text-btn {
    font-family: var(--tg-heading-font-family);
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: underline;
    text-decoration-skip-ink: none;
    color: var(--tg-body-color);
}

.text-btn:hover {
    color: var(--tg-theme-primary);
    text-decoration: underline;
}

.ad__banner-item {
    background-size: cover;
    background-position: center;
    padding: 45px 50px;
    position: relative;
    z-index: 1;
}

@media (max-width: 1199.98px) {
    .ad__banner-item {
        padding: 45px 30px;
    }
}

.ad__banner-item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    z-index: -1;
}

.ad__banner-item-two::before {
    display: none;
}

.ad__banner-content {
    width: 48%;
}

@media (max-width: 1199.98px) {
    .ad__banner-content {
        width: 60%;
    }
}

@media (max-width: 767.98px) {
    .ad__banner-content {
        width: 70%;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .ad__banner-content {
        width: 60%;
    }
}

.ad__banner-content .sub-title {
    background: var(--tg-theme-primary);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tg-heading-color);
    display: inline-block;
    line-height: 1;
    padding: 4px 11px;
    margin-bottom: 18px;
}

.ad__banner-content .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
    font-weight: 700;
    font-size: 24px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .ad__banner-content .title {
        font-size: 22px;
    }
}

.ad__banner-content .text-btn {
    color: var(--tg-color-white-default);
}

.ad__banner-content .text-btn:hover {
    color: var(--tg-theme-primary);
}

.ad__banner-content-two {
    margin-left: auto;
}

.ad__banner-content-three {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    padding: 54px 0;
}

@media (max-width: 991.98px) {
    .ad__banner-content-three {
        padding: 40px 0;
    }
}

@media (max-width: 767.98px) {
    .ad__banner-content-three {
        padding: 30px 0;
        flex-wrap: wrap;
        gap: 20px;
        justify-content: center;
        text-align: center;
    }
}

.ad__banner-content-three .sub-title {
    background: var(--tg-theme-primary);
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    color: var(--tg-heading-color);
    display: inline-block;
    line-height: 1;
    padding: 4px 11px;
    margin-bottom: 18px;
}

.ad__banner-content-three .title {
    font-weight: 700;
    font-size: 32px;
    text-transform: capitalize;
    color: var(--tg-color-white-default);
    margin-bottom: 0;
}

@media (max-width: 1199.98px) {
    .ad__banner-content-three .title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .ad__banner-content-three .title {
        font-size: 24px;
    }
}

.ad__banner-content-three .tg-btn {
    flex: 0 0 auto;
}

.ad__banner-wrap {
    background: var(--tg-color-dark);
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    padding: 0 105px 0 85px;
    overflow: hidden;
    gap: 20px;
}

@media (max-width: 1199.98px) {
    .ad__banner-wrap {
        padding: 0 40px 0 30px;
    }
}

@media (max-width: 991.98px) {
    .ad__banner-wrap {
        gap: 0;
        padding: 0 30px 0 30px;
    }
}

.ad__banner-img {
    width: 222px;
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .ad__banner-img {
        width: auto;
    }
}

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

.ad__banner-img .shape {
    position: absolute;
    top: -78px;
    left: 50px;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .ad__banner-img .shape {
        left: 12px;
    }
}

/*=============================
      06. Cta
===============================*/
.cta__area {
    background-color: var(--tg-heading-color);
    padding: 185px 0;
    overflow: hidden;
}

@media (max-width: 1500px) {
    .cta__area {
        padding: 150px 0;
    }
}

@media (max-width: 991.98px) {
    .cta__area {
        padding: 120px 0;
    }
}

.cta__area::before,
.cta__area::after {
    content: "";
    position: absolute;
    right: -16px;
    top: -22px;
    width: 300px;
    height: 300px;
    background: var(--tg-theme-primary);
    filter: blur(200px);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 991.98px) {

    .cta__area::before,
    .cta__area::after {
        width: 200px;
        height: 200px;
    }
}

.cta__area::before {
    right: auto;
    top: auto;
    width: 285px;
    height: 285px;
    bottom: 134px;
    left: -62px;
}

@media (max-width: 991.98px) {
    .cta__area::before {
        width: 200px;
        height: 200px;
        bottom: 70px;
    }
}

.cta__area-two {
    position: relative;
    z-index: 1;
    background-color: var(--tg-heading-color);
    padding: 140px 0 174px;
}

@media (max-width: 1500px) {
    .cta__area-two {
        padding: 120px 0 130px;
    }
}

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

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

.cta__area-two .shape {
    position: absolute;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.cta__area-three {
    padding: 155px 0 175px;
}

@media (max-width: 1500px) {
    .cta__area-three {
        padding: 150px 0;
    }
}

@media (max-width: 991.98px) {
    .cta__area-three {
        padding: 120px 0;
    }
}

.cta__area-three::before,
.cta__area-three::after {
    display: none;
}

.cta__bg {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: luminosity;
    background-attachment: fixed;
}

.cta__bg::before,
.cta__bg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--tg-heading-color);
    mix-blend-mode: difference;
}

.cta__bg::before {
    background: #141413;
    opacity: 0.5;
    mix-blend-mode: normal;
}

.cta__bg-two {
    position: absolute;
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    z-index: -1;
    mix-blend-mode: luminosity;
    background-attachment: fixed;
    opacity: 0.21;
    left: 0;
    top: 0;
}

@media (max-width: 767.98px) {
    .cta__bg {
        background-attachment: unset;
    }
}

.cta__bg-three {
    mix-blend-mode: normal;
}

.cta__bg-three::after {
    display: none;
}

.cta__bg-three::before {
    background: var(--tg-heading-color);
}

.cta__content .title {
    font-size: 40px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    margin-bottom: 12px;
}

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

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

.cta__content p {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
}

.cta__content-two .title {
    margin-bottom: 45px;
    font-weight: 500;
    font-size: 36px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .cta__content-two .title {
        margin-bottom: 25px;
        font-size: 32px;
    }
}

.cta__shape {
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 26px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.rounded-text {
    width: 140px;
    height: 140px;
    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);
    position: relative;
    z-index: 1;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    margin: 0 auto 30px;
    color: var(--tg-heading-color);
}

.rounded-text .icon {
    --arrow-hover-move-x: 110%;
    --arrow-hover-move-y: 100%;
    color: var(--tg-heading-color);
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.rounded-text .icon svg {
    transition: all 0.3s ease-out 0s;
}

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

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

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

.rounded-text .text-inner svg {
    width: 102px;
    max-width: 100%;
    height: auto;
    overflow: visible;
    word-spacing: 8px;
    transform: rotate(0) scaleX(1) scaleY(1);
}

.rounded-text .text-inner path {
    fill: rgba(0, 0, 0, 0);
    stroke: rgba(0, 0, 0, 0);
    stroke-width: 1px;
    transition: 0.3s stroke, 0.3s fill;
}

.rounded-text .text-inner text {
    fill: var(--tg-heading-color);
    direction: ltr;
    transition: 0.3s stroke, 0.3s stroke-width, 0.3s fill;
    font-size: 33px;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.rounded-text:hover .icon {
    color: var(--tg-heading-color);
}

.rounded-text:hover .icon svg path:nth-of-type(1) {
    transform: translateX(var(--arrow-hover-move-x)) translateY(calc(-1 * var(--arrow-hover-move-y)));
    opacity: 0;
    transition-delay: 0s, 0s;
}

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

.rounded-text-two {
    background: transparent;
    width: 120px;
    height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    border: 1px solid #CACACA;
    position: relative;
}

.rounded-text-two::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 76px;
    height: 76px;
    z-index: -1;
    background: transparent;
    border: 1px solid #CACACA;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.rounded-text-two .text-inner svg {
    width: 90px;
    word-spacing: 5px;
}

.rounded-text-two .text-inner text {
    fill: var(--tg-color-white-default);
    letter-spacing: 4px;
    font-weight: 500;
    font-size: 35px;
}

.rounded-text-two .icon-two {
    width: 58px;
    height: 58px;
    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%;
    transform: translate(-50%, -50%);
    background: var(--tg-theme-primary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.section__bg-shape-two {
    background-size: cover;
    background-position: center;
    background-repeat: repeat;
    width: 100%;
    height: 48px;
    position: absolute;
    left: 0;
    bottom: -25px;
}

.section__bg-shape-three {
    bottom: auto;
    top: -25px;
}

.section__bg-shape-four {
    bottom: 12px;
}

/*=============================
      06. Project
===============================*/
.project__area-two {
    position: relative;
    z-index: 1;
}

.project__area-two::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 48%;
    height: 100%;
    background: var(--tg-color-gray-3);
    z-index: -1;
}

.project__area-four {
    background: var(--tg-heading-color);
    position: relative;
    z-index: 1;
}

.project__content-wrap {
    padding-right: 20px;
}

@media (max-width: 991.98px) {
    .project__content-wrap {
        padding-right: 0;
        margin-bottom: 50px;
    }
}

.project__content-wrap p {
    margin-bottom: 25px;
}

.project__content-wrap-two {
    margin-top: 50px;
}

@media (max-width: 991.98px) {
    .project__content-wrap-two {
        margin-top: 0;
    }
}

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

.project__content-wrap-three p {
    margin-bottom: 0;
    color: var(--tg-color-gray-1);
    width: 80%;
}

@media (max-width: 1199.98px) {
    .project__content-wrap-three p {
        width: 100%;
    }
}

@media (max-width: 1199.98px) {
    .project__content-wrap-three p br {
        display: none;
    }
}

.project__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    z-index: 1;
    background: var(--tg-color-gray-3);
    margin-bottom: 30px;
}

@media (max-width: 767.98px) {
    .project__item {
        flex-direction: column;
    }
}

.project__item-wrap {
    margin-left: -24px;
}

@media (max-width: 991.98px) {
    .project__item-wrap {
        margin-left: 0;
    }
}

.project__item-wrap-two {
    position: relative;
    z-index: 1;
}

.project__item .arrow-btn-two {
    position: absolute;
    right: 0;
    bottom: 0;
}

.project__item-three {
    position: relative;
    overflow: hidden;
}

.project__item-three:hover .project__content-two {
    margin-bottom: 0;
    opacity: 1;
    visibility: visible;
}

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

.project__thumb {
    width: 455px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .project__thumb {
        width: 300px;
    }
}

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

.project__thumb img {
    width: 100%;
    height: 450px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .project__thumb img {
        height: 300px;
    }
}

@media (max-width: 767.98px) {
    .project__thumb img {
        height: 270px;
    }
}

.project__thumb-two img {
    width: 100%;
    height: 475px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .project__thumb-two img {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .project__thumb-two img {
        height: 370px;
    }
}

.project__thumb-three img {
    width: 100%;
    height: 370px;
    object-fit: cover;
}

@media (max-width: 1500px) {
    .project__thumb-three img {
        height: 320px;
    }
}

@media (max-width: 767.98px) {
    .project__thumb-three img {
        height: 280px;
    }
}

.project__content {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 30px 30px 30px 125px;
}

@media (max-width: 1500px) {
    .project__content {
        padding: 30px 30px 30px 110px;
    }
}

@media (max-width: 1199.98px) {
    .project__content {
        padding: 30px 30px 30px 65px;
    }
}

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

.project__content .title {
    margin-bottom: 12px;
    font-size: 24px;
}

@media (max-width: 767.98px) {
    .project__content .title {
        margin-bottom: 8px;
        font-size: 22px;
    }
}

.project__content span {
    display: inline-block;
}

.project__content-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    background: var(--tg-color-gray-3);
    padding: 38px 38px;
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 0;
    margin-bottom: -200px;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    justify-content: space-between;
    opacity: 0;
    visibility: hidden;
}

@media (max-width: 1500px) {
    .project__content-two {
        padding: 30px 25px;
        left: 25px;
        right: 25px;
    }
}

@media (max-width: 991.98px) {
    .project__content-two {
        padding: 20px 20px;
        left: 20px;
        right: 20px;
        flex-wrap: wrap;
    }
}

.project__content-two .title {
    margin-bottom: 8px;
    font-size: 24px;
}

@media (max-width: 1500px) {
    .project__content-two .title {
        font-size: 22px;
    }
}

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

.project__content-two span {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
}

.project__content-two .tg-btn {
    flex: 0 0 auto;
}

.project__content-three {
    padding: 45px 40px;
}

@media (max-width: 1500px) {
    .project__content-three {
        padding: 30px 20px;
    }
}

.project__content-three span {
    position: relative;
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 15px;
    display: block;
    line-height: 1;
    margin-bottom: 10px;
}

.project__content-three span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 4px;
    background: var(--tg-theme-primary);
}

.project__content-three .title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 21px;
}

@media (max-width: 1199.98px) {
    .project__content-three .title {
        font-size: 18px;
    }
}

.project__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -59px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
}

@media (max-width: 1500px) {
    .project__nav {
        right: 0;
    }
}

.project__nav button {
    width: 60px;
    height: 60px;
    background: #111;
    border: none;
    padding: 0;
    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;
}

.project__nav button.project-button-next {
    background: var(--tg-color-dark);
}

.project__nav button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.project__nav-two {
    margin-top: 40px;
}

.project__shape img {
    position: absolute;
    top: 18%;
    z-index: -1;
    left: 10%;
}

@media (max-width: 1500px) {
    .project__shape img {
        left: 2%;
        width: 385px;
    }
}

@media (max-width: 991.98px) {
    .project__shape img {
        width: 270px;
        top: 8%;
    }
}

.project__sidebar-widget {
    background: var(--tg-color-gray-3);
    border: none;
}

.project__details-info>.list-wrap>li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    color: var(--tg-color-dark);
    border-bottom: 1px solid #dbd7cd;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.project__details-info>.list-wrap>li:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border: none;
}

.project__details-info>.list-wrap>li span {
    width: 90px;
    flex: 0 0 auto;
    font-weight: 600;
}

.project__details-info .social__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 12px;
}

.project__details-info .social__wrap li a {
    color: #343C4D;
}

.project__details-info .social__wrap li a:hover {
    color: var(--tg-theme-primary);
}

.project__details-thumb img {
    height: 460px;
    object-fit: cover;
    width: 100%;
}

@media (max-width: 1500px) {
    .project__details-thumb img {
        height: 380px;
    }
}

@media (max-width: 767.98px) {
    .project__details-thumb img {
        height: 320px;
    }
}

.project__details-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 40px;
    padding: 60px 0 25px;
}

@media (max-width: 1199.98px) {
    .project__details-inner {
        gap: 25px;
    }
}

@media (max-width: 991.98px) {
    .project__details-inner {
        padding: 35px 0 25px;
    }
}

@media (max-width: 767.98px) {
    .project__details-inner {
        padding: 30px 0 25px;
        flex-wrap: wrap;
    }
}

.project__details-inner .img-item {
    width: 48%;
    flex: 0 0 auto;
}

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

.project__details-inner .img-item img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.project__details-inner-thumb {
    flex-grow: 1;
    position: relative;
}

.project__details-inner-thumb img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.project__details-inner-thumb .video__btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.project__details-inner-thumb .video__btn a {
    width: 70px;
    height: 70px;
}

.project__details-inner-thumb .video__btn a svg {
    width: 17px;
    height: auto;
}

.project__details-content p:last-child {
    margin-bottom: 0;
}

.widget__title {
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 18px;
    position: relative;
    z-index: 1;
    padding-bottom: 16px;
}

.widget__title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    border-radius: 4px;
    background: var(--tg-theme-primary);
}

.widget__title-two {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.project__active-two {
    margin: 0 -405px;
}

@media (max-width: 991.98px) {
    .project__active-two {
        margin: 0 -200px;
    }
}

@media (max-width: 767.98px) {
    .project__active-two {
        margin: 0 12px;
    }
}

.project__active-three {
    margin-right: -335px;
}

.shine__animate-link {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.shine__animate-link::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-link::before {
    -webkit-animation: hoverShine 1.2s;
    animation: hoverShine 1.2s;
}

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

/*=============================
      08. Choose
===============================*/
.choose__img {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

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

.choose__img .left-side {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 300px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .choose__img .left-side {
        width: 225px;
    }
}

@media (max-width: 767.98px) {
    .choose__img .left-side {
        width: 180px;
        gap: 20px;
    }
}

.choose__img-two {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.choose__img-three {
    position: relative;
}

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

.choose__img-three img {
    width: 100%;
}

.choose__content {
    padding: 0 90px 0 20px;
}

@media (max-width: 1500px) {
    .choose__content {
        padding: 0 65px 0 20px;
    }
}

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

.choose__content p {
    color: var(--tg-color-gray-1);
    width: 88%;
    margin-bottom: 30px;
}

.choose__content-three {
    padding-left: 60px;
}

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

.choose__content-three>p {
    margin-bottom: 40px;
    color: var(--tg-color-gray-7);
    text-transform: capitalize;
    width: 85%;
}

@media (max-width: 1199.98px) {
    .choose__content-three>p {
        width: 100%;
        margin-bottom: 25px;
    }
}

.choose__content-inner-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column-reverse;
    gap: 45px;
}

@media (max-width: 767.98px) {
    .choose__content-inner-wrap {
        flex-direction: column;
        gap: 25px;
    }
}

.choose__content-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 20px;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__content-inner {
        flex-wrap: nowrap;
    }
}

.choose__content-inner .choose__inner-img {
    width: 280px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .choose__content-inner .choose__inner-img {
        width: 205px;
    }
}

@media (max-width: 991.98px) {
    .choose__content-inner .choose__inner-img {
        width: 250px;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__content-inner .choose__inner-img {
        width: 195px;
    }
}

.choose__content-inner .choose__inner-img img {
    width: 100%;
}

.choose__content-inner .services__list {
    margin-bottom: 0;
}

.choose__content-inner-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

@media (max-width: 767.98px) {
    .choose__content-inner-two {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 25px;
        flex-direction: column-reverse;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .choose__content-inner-two {
        flex-direction: row;
    }
}

.choose__content-inner-two .customer__wrap {
    justify-content: flex-end;
}

.choose__content-inner-two .tg-btn {
    flex: 0 0 auto;
}

.choose__item {
    position: relative;
}

.choose__item::before {
    content: "";
    position: absolute;
    right: -67.5px;
    top: 0;
    width: 1px;
    height: 100%;
    background: var(--tg-body-color);
}

@media (max-width: 1500px) {
    .choose__item::before {
        right: -50px;
    }
}

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

.choose__item:last-child::before {
    display: none;
}

.choose__item .icon {
    width: 90px;
    height: 90px;
    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-heading-color);
    font-size: 50px;
    line-height: 0;
    margin-bottom: 20px;
}

.choose__item .title {
    margin-bottom: 8px;
    color: var(--tg-color-white-default);
    font-size: 16px;
    line-height: 1.36;
}

.choose__item p {
    margin-bottom: 0;
    color: var(--tg-color-gray-3);
    line-height: 1.5;
}

.choose__item-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 30px 135px;
}

@media (max-width: 1500px) {
    .choose__item-wrap {
        gap: 30px 100px;
    }
}

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

.choose__growth {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: absolute;
    left: 0;
    bottom: 0;
    background: var(--tg-theme-primary);
    gap: 15px;
    align-items: center;
    padding: 28px 50px 28px 40px;
}

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

.choose__growth .count {
    font-weight: 600;
    font-size: 64px;
    margin-bottom: 0;
    font-family: var(--tg-body-font-family);
    min-width: 135px;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .choose__growth .count {
        min-width: 112px;
        font-size: 50px;
    }
}

.choose__growth .title {
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 0;
    font-family: var(--tg-body-font-family);
}

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

.choose__growth .title span {
    font-weight: 700;
    display: block;
}

.success__rate-box {
    display: inline-block;
    background: var(--tg-color-white-default);
    min-width: 190px;
    margin-left: auto;
    padding: 24px 30px;
}

.success__rate-box .count {
    margin-bottom: 0;
    font-size: 40px;
    line-height: 1;
}

@media (max-width: 991.98px) {
    .success__rate-box .count {
        font-size: 34px;
    }
}

.success__rate-box>span {
    display: block;
    font-size: 14px;
    text-transform: capitalize;
    font-family: var(--tg-heading-font-family);
}

@media (max-width: 767.98px) {
    .progress-bar-animated {
        animation: none !important;
    }
}

.progress__wrap {
    margin-bottom: 50px;
}

.progress__wrap .progress__item {
    margin-bottom: 20px;
}

.progress__wrap .progress__item:last-child {
    margin-bottom: 0;
}

.progress__wrap .progress__item-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

.progress__wrap .progress__item-top .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 15px;
    font-weight: 500;
}

.progress__wrap .progress__item-top .count {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 15px;
    font-weight: 500;
}

.progress__wrap .progress__item .progress {
    height: 18px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    border: 1px solid var(--tg-color-dark-2);
    background: var(--tg-color-dark-3);
    padding: 5px 5px;
}

.progress__wrap .progress__item .progress-bar {
    background-color: var(--tg-theme-primary);
    background-image: linear-gradient(45deg, rgb(200, 150, 0) 25%, transparent 25%, transparent 50%, rgb(200, 150, 0) 50%, rgb(200, 150, 0) 75%, transparent 75%, transparent);
}

.progress__wrap-two .progress__item {
    margin-bottom: 20px;
}

.progress__wrap-two .progress__item:last-child {
    margin-bottom: 0;
}

.progress__wrap-two .progress__item .title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 600;
    font-family: var(--tg-body-font-family);
}

.progress__wrap-two .progress__item .progress {
    height: 8px;
    background-color: #e2e2e2;
    border-radius: 8px;
    overflow: inherit;
}

.progress__wrap-two .progress__item .progress-bar {
    background: linear-gradient(90deg, #f2e1af 0%, #ffbf00 100%);
    position: relative;
    overflow: inherit;
    border-radius: 8px;
}

.progress__wrap-two .progress__item .progress-bar span {
    display: block;
    position: absolute;
    right: 3px;
    bottom: 20px;
    color: var(--tg-color-white-default);
    line-height: 1;
    font-weight: 600;
    font-size: 11px;
    border-radius: 2px;
    background: var(--tg-theme-secondary);
    padding: 4px 5px;
}

.progress__wrap-two .progress__item .progress-bar span::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 8px;
    height: 8px;
    background: var(--tg-theme-secondary);
    clip-path: polygon(100% 0, 0 0, 100% 100%);
}

/*=============================
      10. Marquee
===============================*/
.marquee__area {
    background: var(--tg-theme-primary);
    padding: 28px 0 20px 0;
}

.marquee__area-two {
    background: transparent;
    padding: 100px 0 75px;
}

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

.marquee__area-three {
    background: var(--tg-heading-color);
    padding: 70px 0 55px;
}

@media (max-width: 1199.98px) {
    .marquee__area-three {
        padding: 50px 0 40px;
    }
}

.marquee__area-four {
    margin: 95px 0 80px;
    background: var(--tg-color-gray-3);
}

@media (max-width: 991.98px) {
    .marquee__area-four {
        margin: 60px 0 60px;
    }
}

.marquee__area-five {
    padding: 100px 0 130px;
}

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

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

.marquee__item {
    margin-right: 20px;
    display: inline;
    line-height: 1;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    color: var(--tg-heading-color);
    display: inline-flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0;
}

.marquee__item-two {
    font-size: 48px;
    text-transform: uppercase;
    font-weight: 700;
    color: transparent;
    -webkit-text-stroke: 1px var(--tg-heading-color);
    letter-spacing: 0.1em;
    font-family: var(--tg-body-font-family);
}

@media (max-width: 1199.98px) {
    .marquee__item-two {
        font-size: 30px;
    }
}

.marquee__item-two svg {
    color: var(--tg-heading-color);
}

@media (max-width: 1199.98px) {
    .marquee__item-two svg {
        width: 40px;
        height: auto;
    }
}

.marquee__item-three {
    -webkit-text-stroke: 1px #848484;
}

.marquee__item-three svg {
    color: var(--tg-theme-primary);
}

.marquee__item-five svg,
.marquee__item-four svg {
    color: var(--tg-theme-primary);
}

.marquee__item-five {
    -webkit-text-stroke: 1px var(--tg-body-color);
}

/*=============================
      10. Team
===============================*/
.team__item {
    background: var(--tg-color-white-default);
    padding: 50px 50px;
}

@media (max-width: 1500px) {
    .team__item {
        padding: 45px 45px;
    }
}

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

.team__item:hover .team__thumb img {
    transform: scale(1.1);
}

.team__thumb {
    position: relative;
    margin-bottom: 15px;
}

.team__thumb-inner {
    overflow: hidden;
}

.team__thumb img {
    width: 100%;
}

.team__thumb-two {
    position: relative;
    background: var(--tg-color-gray-3);
    z-index: 1;
    margin-bottom: 14px;
}

.team__thumb-two img {
    width: 100%;
}

.team__thumb-two .shape {
    position: absolute;
    left: 0;
    top: 12px;
    color: var(--tg-color-white-default);
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .team__thumb-two .shape svg {
        width: 120px;
        height: auto;
    }
}

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

.team__thumb-three .shape {
    color: var(--tg-color-gray-3);
}

.team__thumb-four {
    background: var(--tg-color-gray-6);
    margin-bottom: 0;
}

.team__thumb-four .shape {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

@media (max-width: 991.98px) {
    .team__thumb-four .shape svg {
        width: 200px;
    }
}

@media (max-width: 767.98px) {
    .team__thumb-four .shape svg {
        width: 120px;
    }
}

.team__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    background: var(--tg-color-white-default);
    position: absolute;
    right: -18px;
    top: 50%;
    transform: translateY(-50%);
    padding: 18px 10px;
}

.team__social li a {
    font-size: 16px;
    color: var(--tg-body-color);
    display: block;
    line-height: 1;
}

.team__social li a:hover {
    color: var(--tg-theme-primary);
}

.team__social-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: 16px;
}

.team__social-two li {
    line-height: 1;
}

.team__social-two li a {
    color: #4B4B4B;
    line-height: 1;
    font-size: 16px;
}

.team__social-two li a:hover {
    color: var(--tg-theme-primary);
}

.team__content .title {
    margin-bottom: 7px;
    font-weight: 500;
    font-size: 18px;
}

.team__content span {
    display: block;
    line-height: 1;
    position: relative;
    padding-bottom: 10px;
}

.team__content span::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    background: var(--tg-theme-primary);
}

.team__content-two .title {
    font-size: 20px;
}

@media (max-width: 767.98px) {
    .team__content-two .title {
        font-size: 16px;
    }
}

.team__content-two span {
    padding-bottom: 16px;
}

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

.team__content-three .title {
    position: relative;
    padding-top: 15px;
}

.team__content-three .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 6px;
    background: var(--tg-theme-primary);
}

.team__content-three span {
    padding-bottom: 0;
}

.team__content-three span::before {
    display: none;
}

.team__shape {
    position: absolute;
    right: 0;
    top: 70px;
    z-index: -1;
}

.team__bottom-text {
    text-align: center;
    margin-top: 80px;
}

@media (max-width: 767.98px) {
    .team__bottom-text {
        margin-top: 50px;
    }
}

.team__bottom-text p {
    display: inline-flex;
    align-items: center;
    background: var(--tg-color-gray-3);
    gap: 10px;
    color: #1e1e1e;
    margin-bottom: 0;
    padding: 12px 23px;
}

@media (max-width: 767.98px) {
    .team__bottom-text p {
        flex-wrap: wrap;
        justify-content: center;
        gap: 5px;
    }
}

.team__bottom-text p a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: var(--tg-heading-color);
    font-weight: 600;
    gap: 8px;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.team__bottom-text p a:hover {
    color: var(--tg-theme-primary);
}

.team__bottom-text-two {
    text-align: right;
    margin-top: 0;
}

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

.team__bottom-text-two p {
    background: var(--tg-theme-primary);
}

.team__bottom-text-two p a:hover {
    color: var(--tg-color-white-default);
}

.team__bottom-text-three p {
    background: var(--tg-color-gray-6);
}

.team__details-img {
    z-index: 1;
    background: var(--tg-color-gray-3);
    padding: 30px 30px 0 30px;
    text-align: center;
    position: sticky;
    top: 110px;
}

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

@media (max-width: 767.98px) {
    .team__details-img {
        margin-bottom: 30px;
    }
}

.team__details-img svg {
    position: absolute;
    left: 0;
    top: 18px;
    color: #F0EBDD;
    z-index: -1;
}

@media (max-width: 767.98px) {
    .team__details-img img {
        width: 80%;
        margin: 0 auto;
    }
}

.team__details-content {
    margin-left: 50px;
}

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

.team__details-content-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    margin-bottom: 20px;
}

@media (max-width: 767.98px) {
    .team__details-content-top {
        flex-wrap: wrap;
        gap: 20px;
    }
}

.team__details-content-top .title {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 36px;
    text-transform: capitalize;
}

@media (max-width: 1199.98px) {
    .team__details-content-top .title {
        font-size: 30px;
    }
}

@media (max-width: 991.98px) {
    .team__details-content-top .title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .team__details-content-top .title {
        font-size: 24px;
    }
}

.team__details-content-top span {
    display: block;
    position: relative;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 25px;
}

.team__details-content-top span::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--tg-theme-primary);
}

.team__details-content>p {
    margin-bottom: 15px;
}

.team__details-content .title-two {
    font-size: 24px;
    margin-bottom: 20px;
}

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

.team__details-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.team__details-social li {
    line-height: 1;
}

.team__details-social li a {
    line-height: 1;
    color: var(--tg-color-dark);
    font-size: 24px;
}

.team__details-social li a:hover {
    color: var(--tg-theme-primary);
}

.team__details-overview {
    margin-top: 45px;
    margin-bottom: 50px;
}

@media (max-width: 991.98px) {
    .team__details-overview {
        margin-top: 25px;
        margin-bottom: 35px;
    }
}

.team__details-overview .list-wrap li {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-dark);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 10px;
}

.team__details-overview .list-wrap li:last-child {
    margin-bottom: 0;
}

.team__details-overview .list-wrap li span {
    width: 168px;
    flex: 0 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
}

.team__details-skill {
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .team__details-skill {
        margin-bottom: 40px;
    }
}

.team__details-skill p {
    margin-bottom: 30px;
}

.team__details-form-wrap {
    background: var(--tg-color-gray-3);
    border: 1px solid #e2e2e2;
    padding: 50px 50px;
    border-radius: 15px;
}

@media (max-width: 1199.98px) {
    .team__details-form-wrap {
        padding: 40px 40px;
    }
}

@media (max-width: 767.98px) {
    .team__details-form-wrap {
        padding: 35px 30px;
    }
}

.team__details-form-wrap .title {
    margin-bottom: 12px;
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    position: relative;
    padding-bottom: 20px;
}

.team__details-form-wrap .title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    background: var(--tg-theme-primary);
}

.team__details-form-wrap p {
    margin-bottom: 25px;
}

.team__details-form .form-grp {
    margin-bottom: 25px;
}

.team__details-form .form-grp textarea,
.team__details-form .form-grp input {
    width: 100%;
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-heading-color);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 13px 20px;
    display: block;
    height: 45px;
}

.team__details-form .form-grp textarea::placeholder,
.team__details-form .form-grp input::placeholder {
    font-weight: 400;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tg-color-dark);
}

.team__details-form .form-grp textarea {
    min-height: 118px;
    max-height: 118px;
}

.team__details-form button {
    width: 100%;
    padding: 15px 20px;
    background: var(--tg-theme-primary);
    border: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    color: var(--tg-body-color);
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
}

.team__details-form button:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}

/*=============================
      10. Counter
===============================*/
.counter__area {
    padding: 180px 0 190px;
}

@media (max-width: 1500px) {
    .counter__area {
        padding: 150px 0 160px;
    }
}

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

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

.counter__area-two {
    background: var(--tg-theme-primary);
    position: relative;
    z-index: 1;
    padding: 120px 0;
}

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

.counter__area-three {
    padding: 159px 0;
}

@media (max-width: 991.98px) {
    .counter__area-three {
        padding: 80px 0;
    }
}

.counter__item {
    text-align: center;
}

.counter__item .count {
    color: var(--tg-color-white-default);
    font-weight: 700;
    font-size: 64px;
    line-height: 1;
    margin-bottom: 5px;
}

@media (max-width: 1500px) {
    .counter__item .count {
        font-size: 60px;
    }
}

@media (max-width: 1199.98px) {
    .counter__item .count {
        font-size: 50px;
    }
}

@media (max-width: 991.98px) {
    .counter__item .count {
        font-size: 45px;
    }
}

@media (max-width: 767.98px) {
    .counter__item .count {
        font-size: 40px;
    }
}

.counter__item p {
    margin-bottom: 0;
    font-size: 14px;
    color: var(--tg-color-white-default);
    font-family: var(--tg-heading-font-family);
}

.counter__item-two {
    text-align: center;
}

.counter__item-two .count {
    font-weight: 700;
    font-size: 60px;
    margin-bottom: 10px;
    line-height: 0.8;
}

@media (max-width: 1199.98px) {
    .counter__item-two .count {
        font-size: 50px;
    }
}

@media (max-width: 767.98px) {
    .counter__item-two .count {
        font-size: 40px;
    }
}

.counter__item-two p {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 500;
    font-family: var(--tg-heading-font-family);
}

.counter__item-three .count {
    color: var(--tg-heading-color);
}

.counter__item-three p {
    color: var(--tg-body-color);
}

.counter__item-four .count {
    color: var(--tg-heading-color);
    font-size: 30px;
    position: relative;
    margin-bottom: 25px;
}

@media (max-width: 1199.98px) {
    .counter__item-four .count {
        font-size: 48px;
    }
}

@media (max-width: 991.98px) {
    .counter__item-four .count {
        font-size: 42px;
    }
}

@media (max-width: 767.98px) {
    .counter__item-four .count {
        font-size: 38px;
    }
}

.counter__item-four .count::before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -16px;
    width: 50px;
    height: 5px;
    background: var(--tg-theme-primary);
}

.counter__item-four p {
    color: var(--tg-heading-color);
}

.counter__shape {
    background-size: cover;
    background-position: center;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 100%;
    width: 900px;
    z-index: -1;
}

/*=============================
      10. Testimonial
===============================*/
.testimonial__area-two {
    background: var(--tg-theme-primary);
}

.testimonial__area-three {
    background: var(--tg-heading-color);
    padding-bottom: 120px;
}

@media (max-width: 991.98px) {
    .testimonial__area-three {
        padding-bottom: 100px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__area-three {
        padding-bottom: 60px;
    }
}

.testimonial__area-four {
    padding: 80px 0 0;
}

.testimonial__area-five {
    background: var(--tg-color-gray-6);
    position: relative;
    z-index: 1;
}

.testimonial__inner {
    background: var(--tg-color-gray-3);
    margin-top: 64px;
}

@media (max-width: 1199.98px) {
    .testimonial__inner {
        margin-top: 40px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__inner {
        margin-top: 0;
    }
}

.testimonial__img {
    margin-top: -64px;
}

@media (max-width: 1199.98px) {
    .testimonial__img {
        margin-top: -40px;
    }
}

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

.testimonial__img-two {
    position: relative;
    margin-right: -5px;
}

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

.testimonial__img-two img {
    width: 100%;
}

.testimonial__img-two .icon {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 70px;
    right: 0;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-primary);
}

.testimonial__item {
    text-align: center;
}

.testimonial__item p {
    font-size: 18px;
    font-style: italic;
    color: var(--tg-heading-color);
    margin-bottom: 0;
}

.testimonial__item-top {
    margin-bottom: 34px;
}

@media (max-width: 1199.98px) {
    .testimonial__item-top {
        margin-bottom: 20px;
    }
}

.testimonial__item-two .rating {
    justify-content: flex-start;
    color: var(--tg-color-white-default);
    margin-bottom: 20px;
}

.testimonial__item-two p {
    font-size: 20px;
    font-weight: 500;
    font-style: italic;
    color: var(--tg-color-dark);
    margin-bottom: 30px;
    text-transform: none;
}

.testimonial__item-three .rating {
    color: var(--tg-theme-primary);
}

.testimonial__item-three p {
    color: var(--tg-color-gray-3);
}

.testimonial__item-three .testimonial__author-two {
    border-color: var(--tg-body-color);
}

.testimonial__item-three .testimonial__author-two .content .name {
    color: var(--tg-color-white-default);
}

.testimonial__item-three .testimonial__author-two .content span {
    color: var(--tg-theme-primary);
}

.testimonial__item-four {
    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;
    padding: 50px 40px 50px 52px;
}

@media (max-width: 1199.98px) {
    .testimonial__item-four {
        padding: 30px 30px 30px 30px;
    }
}

.testimonial__item-four .rating {
    justify-content: flex-start;
    margin-bottom: 28px;
}

@media (max-width: 1199.98px) {
    .testimonial__item-four .rating {
        margin-bottom: 15px;
    }
}

.testimonial__item-four>p {
    margin-bottom: 32px;
    line-height: 1.8;
}

@media (max-width: 1199.98px) {
    .testimonial__item-four>p {
        margin-bottom: 18px;
    }
}

.testimonial__item-five {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    position: relative;
    z-index: 1;
}

.testimonial__item-five>p {
    font-weight: 500;
}

.testimonial__item-five .shape {
    position: absolute;
    right: 50px;
    bottom: -24px;
    z-index: -1;
    color: var(--tg-color-gray-6);
}

@media (max-width: 767.98px) {
    .testimonial__item-five .shape {
        right: 30px;
        bottom: -30px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__item-five .shape svg {
        width: 70px;
    }
}

.testimonial__item-wrap {
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 40px 190px;
}

@media (max-width: 1199.98px) {
    .testimonial__item-wrap {
        padding: 30px 70px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__item-wrap {
        padding: 80px 90px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__item-wrap {
        padding: 50px 30px;
        display: block;
    }
}

.testimonial__item-wrap-two {
    margin-left: 71px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .testimonial__item-wrap-two {
        margin-left: 25px;
    }
}

@media (max-width: 991.98px) {
    .testimonial__item-wrap-two {
        margin-left: 0;
    }
}

.testimonial__item-wrap-two .section__title p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    text-transform: none;
    margin-top: 10px;
}

.testimonial__item-wrap-three {
    margin: 0 85px 0 0;
}

@media (max-width: 1500px) {
    .testimonial__item-wrap-three {
        margin: 0 70px 0 0;
    }
}

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

.testimonial__item-wrap-four {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.testimonial__quote {
    color: var(--tg-theme-primary);
    margin-bottom: 15px;
}

.testimonial__author {
    margin-bottom: 15px;
}

.testimonial__author .name {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 22px;
}

@media (max-width: 1199.98px) {
    .testimonial__author .name {
        font-size: 18px;
    }
}

.testimonial__author span {
    font-size: 14px;
    line-height: 1;
    display: block;
    font-family: var(--tg-heading-font-family);
}

.testimonial__author-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    padding-top: 30px;
    border-top: 1px solid var(--tg-color-gray-3);
}

.testimonial__author-two .thumb {
    width: 60px;
    flex: 0 0 auto;
}

.testimonial__author-two .thumb img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.testimonial__author-two .content .name {
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 18px;
}

.testimonial__author-two .content span {
    display: block;
    line-height: 1;
}

.testimonial__author-three {
    gap: 13px;
    padding-top: 0;
    border: none;
}

.testimonial__author-three .thumb {
    width: 56px;
}

.testimonial__author-three .content .name {
    font-size: 15px;
}

.testimonial__author-three .content span {
    font-size: 14px;
}

.testimonial__content-wrap {
    width: 80%;
}

@media (max-width: 1199.98px) {
    .testimonial__content-wrap {
        width: 100%;
    }
}

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

.testimonial__content-wrap .sub-title {
    color: var(--tg-theme-primary);
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 12px;
}

.testimonial__content-wrap p {
    margin-bottom: 0;
    color: var(--tg-color-gray-3);
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
}

.testimonial__content-wrap p span {
    color: var(--tg-theme-primary);
    font-weight: 800;
}

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

.testimonial__content-wrap-two p {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 18px;
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 20px;
        gap: 15px;
    }
}

.testimonial__nav-wrap button {
    position: absolute;
    left: 60px;
    bottom: 160px;
    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: none;
    background: var(--tg-theme-secondary);
    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%;
    padding: 0;
}

@media (max-width: 1199.98px) {
    .testimonial__nav-wrap button {
        left: 15px;
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap button {
        position: inherit;
    }
}

.testimonial__nav-wrap button.testimonial-button-next {
    left: auto;
    right: 60px;
}

@media (max-width: 1199.98px) {
    .testimonial__nav-wrap button.testimonial-button-next {
        right: 15px;
    }
}

.testimonial__nav-wrap button:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.testimonial__nav-wrap-two {
    position: absolute;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    right: 0;
    bottom: 0;
}

.testimonial__nav-wrap-two button {
    width: 50px;
    height: 50px;
    border: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    z-index: 1;
    -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;
}

@media (max-width: 767.98px) {
    .testimonial__nav-wrap-two button {
        width: 40px;
        height: 40px;
    }
}

.testimonial__nav-wrap-two button:hover {
    color: var(--tg-heading-color);
    background: var(--tg-color-white-default);
}

.testimonial__nav-wrap-three button {
    border: 1px solid #404040;
}

.testimonial__nav-wrap-three button:hover {
    background: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.testimonial__shape img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    z-index: -1;
}

.testimonial__shape-two img {
    position: absolute;
    left: -180px;
    bottom: 0;
    z-index: -1;
}

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

.rating {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    color: var(--tg-theme-primary);
}

/*=============================
      04. Brand
===============================*/
.brand__area {
    padding: 78px 0 105px;
}

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

.brand__area-two {
    padding: 100px 0 0;
}

@media (max-width: 991.98px) {
    .brand__area-two {
        padding: 70px 0 0;
    }
}

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

.brand__area-three {
    background: var(--tg-heading-color);
    margin-top: -1px;
}

.brand__area-four {
    padding: 70px 0 80px;
}

.brand__item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    min-height: 50px;
    border: 1px solid gainsboro;
    align-items: center;
    justify-content: center;
}

.brand__item img {
    cursor: pointer;
}

.brand__item-wrap {
    position: relative;
}

.brand__item-wrap .line {
    margin-top: 95px;
    margin-bottom: 5px;
}

@media (max-width: 991.98px) {
    .brand__item-wrap .line {
        margin-top: 60px;
    }
}

@media (max-width: 767.98px) {
    .brand__item-wrap .line {
        margin-top: 50px;
    }
}

.brand__item-wrap-two {
    padding-top: 80px;
}

@media (max-width: 767.98px) {
    .brand__item-wrap-two {
        padding-top: 60px;
    }
}

.line {
    height: 1px;
    flex-grow: 1;
    background: #acacac;
    position: relative;
    display: block;
}

.line::before,
.line::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 7px;
    width: 7px;
    background: #acacac;
    clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
}

.line::before {
    left: auto;
    right: -1px;
}

/*=============================
      04. Product
===============================*/
.product__area {
    padding: 40px 0 25px;
}

.product__item {
    border: 1px solid var(--tg-border-5);
    margin-bottom: 24px;
}

.product__item:hover .shop__action li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.product__item-two {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border: 1px solid var(--tg-border-5);
    margin-bottom: 22px;
}

.product__item-wrap-two .col-60 {
    width: 60.2%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .product__item-wrap-two .col-60 {
        width: 54%;
    }
}

@media (max-width: 991.98px) {
    .product__item-wrap-two .col-60 {
        width: 100%;
    }
}

.product__item-wrap-two .col-40 {
    width: 39.8%;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .product__item-wrap-two .col-40 {
        width: 46%;
    }
}

@media (max-width: 991.98px) {
    .product__item-wrap-two .col-40 {
        width: 100%;
    }
}

.product__thumb {
    position: relative;
}

.product__thumb img {
    width: 100%;
}

.product__thumb-two {
    width: 190px;
    flex: 0 0 auto;
    min-height: 166px;
    border-right: 1px solid var(--tg-border-5);
    position: relative;
}

@media (max-width: 767.98px) {
    .product__thumb-two {
        width: 170px;
    }
}

.product__thumb-two img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.product__thumb-two .product__badge {
    left: 18px;
    top: 18px;
}

.product__badge {
    background: var(--tg-color-gray-3);
    font-weight: 600;
    font-size: 12px;
    color: var(--tg-body-color);
    display: block;
    line-height: 1;
    padding: 5px 9px;
    position: absolute;
    left: 30px;
    top: 24px;
}

@media (max-width: 767.98px) {
    .product__badge {
        left: 15px;
        top: 14px;
    }
}

.product__content {
    padding: 0 25px 25px 28px;
}

@media (max-width: 1500px) {
    .product__content {
        padding: 0 20px 25px 25px;
    }
}

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

.product__content .title {
    margin-bottom: 3px;
    font-weight: 500;
    font-size: 13px;
    line-height: 1.5;
}

.product__content .price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    color: var(--tg-theme-primary);
    font-weight: 700;
    font-size: 14px;
    margin: 0;
    line-height: 1;
}

.product__content .price del {
    font-size: 12px;
    font-weight: 400;
    color: var(--tg-color-gray-1);
}

.product__content-two {
    padding: 15px 30px 15px 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1199.98px) {
    .product__content-two {
        padding: 15px 20px 15px 20px;
    }
}

.product__tag {
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
    margin-bottom: 5px;
    display: inline-block;
}

.product__nav {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
}

.product__nav button {
    width: 36px;
    height: 36px;
    padding: 0;
    border: 1px solid #e2e2e2;
    background: transparent;
    color: var(--tg-heading-color);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

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

.product__nav-two {
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .product__nav-two {
        justify-content: flex-start;
    }
}

.product__inner-wrap {
    padding-left: 50px;
}

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

.product__inner-wrap .pagination__wrap {
    margin-top: 35px;
}

.rating__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 10px;
}

.rating__wrap .rating {
    font-size: 13px;
    gap: 3px;
    color: var(--tg-color-gray-1);
}

.rating__wrap span {
    font-size: 13px;
    font-weight: 500;
    color: #7b7b7b;
}

.countdown__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: #DC0000;
    gap: 5px;
    padding: 4.5px 12px;
    min-width: 375px;
}

@media (max-width: 767.98px) {
    .countdown__wrap {
        min-width: 100%;
        flex-wrap: wrap;
    }
}

.countdown__wrap .title {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: var(--tg-color-white-default);
    font-size: 14px;
    font-weight: 500;
    gap: 5px;
}

.countdown__wrap .title strong {
    font-weight: 700;
}

.countdown__wrap .title svg {
    margin-right: 5px;
}

.countdown__wrap .coming-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
}

.countdown__wrap .coming-time .time-count {
    font-weight: 700;
    font-size: 12px;
    text-transform: capitalize;
    color: #FFD0D0;
}

.countdown__wrap .coming-time .time-count span {
    font-size: 16px;
    font-weight: 700;
    color: var(--tg-color-white-default);
    margin-right: 4px;
}

.shop__cat-list .list-wrap li {
    margin-bottom: 15px;
}

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

.shop__cat-list .form-check {
    display: flex;
    align-items: center;
    line-height: 1;
    margin-bottom: 0;
    padding: 0;
    min-height: inherit;
}

.shop__cat-list .form-check-input {
    border-radius: 4px;
    border: 1px solid #b5c3cc;
    margin: 0 10px 0 0;
    width: 18px;
    height: 18px;
    padding: 0;
}

.shop__cat-list .form-check-input:checked {
    background-color: var(--tg-theme-primary);
    border-color: var(--tg-theme-primary);
}

.shop__cat-list .form-check-input:focus {
    box-shadow: none;
    border-color: var(--tg-theme-primary);
}

.shop__cat-list .form-check-label {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    color: var(--tg-body-color);
    user-select: none;
    text-transform: capitalize;
}

.shop__price-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 15px;
    align-items: flex-end;
}

.shop__price-wrap .max-price,
.shop__price-wrap .min-price {
    width: auto;
}

.shop__price-wrap .max-price span,
.shop__price-wrap .min-price span {
    color: #7b7b7b;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 1;
    display: block;
    margin-bottom: 8px;
}

.shop__price-wrap .max-price input,
.shop__price-wrap .min-price input {
    background: #e6e6e6;
    border: none;
    font-size: 14px;
    font-weight: 500;
    color: var(--tg-body-color);
    padding: 8px 10px;
    height: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    width: 100%;
}

.shop__price-wrap .divider {
    display: block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    color: var(--tg-body-color);
    transform: translateY(-12px);
}

.shop__filter-btn {
    width: 100%;
    justify-content: center;
    font-family: var(--tg-body-font-family);
    font-size: 16px;
    font-weight: 600;
    margin-top: 40px;
}

.shop__top-wrap {
    margin-bottom: 40px;
}

@media (max-width: 767.98px) {
    .shop__top-wrap {
        margin-bottom: 25px;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop__top-left {
        text-align: left;
    }
}

.shop__top-left p {
    margin-bottom: 0;
    font-size: 16px;
}

.shop__top-right {
    width: 160px;
    margin-left: auto;
    position: relative;
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .shop__top-right {
        margin-left: auto;
    }
}

.shop__top-right select {
    background-color: transparent;
    border: none;
    color: var(--tg-body-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    padding: 0 20px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: auto;
    cursor: pointer;
}

.shop__top-right::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 0;
    font-size: 14px;
    color: #596580;
}

@media (max-width: 767.98px) {
    .shop__item-wrap .row {
        --bs-gutter-x: 10px;
    }
}

.shop__details-images-wrap {
    margin-right: -30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 12px;
    flex-direction: row-reverse;
}

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

@media (max-width: 767.98px) {
    .shop__details-images-wrap {
        flex-direction: column;
    }
}

.shop__details-images-wrap .nav-tabs {
    flex-direction: column;
    border: none;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .shop__details-images-wrap .nav-tabs {
        flex-direction: row;
    }
}

.shop__details-images-wrap .nav-item {
    width: 140px;
    flex: 0 0 auto;
}

@media (max-width: 1199.98px) {
    .shop__details-images-wrap .nav-item {
        width: 110px;
    }
}

@media (max-width: 767.98px) {
    .shop__details-images-wrap .nav-item {
        width: 90px;
    }
}

.shop__details-images-wrap .nav-link {
    padding: 0;
    border: none;
    width: 100%;
}

.shop__details-images-wrap .nav-link img {
    width: 100%;
    height: 140px;
    object-fit: cover;
    opacity: 0.5;
    border-radius: 10px;
    border: 1px solid transparent;
}

@media (max-width: 1199.98px) {
    .shop__details-images-wrap .nav-link img {
        height: 110px;
    }
}

@media (max-width: 767.98px) {
    .shop__details-images-wrap .nav-link img {
        height: 90px;
    }
}

.shop__details-images-wrap .nav-link.active img {
    opacity: 1;
    border: 1px solid var(--tg-theme-primary);
}

.shop__details-images-wrap .tab-content {
    flex-grow: 1;
}

.shop__details-images-wrap .tab-pane {
    position: relative;
}

.shop__details-images-wrap .tab-pane a {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 50px;
    height: 50px;
    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);
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
}

.shop__details-images-wrap .tab-pane>img {
    width: 100%;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
}

.shop__details-content {
    padding: 0 55px 0 48px;
}

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

@media (max-width: 991.98px) {
    .shop__details-content {
        margin-top: 50px;
    }
}

.shop__details-content .sub-title {
    display: block;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 1;
    color: var(--tg-color-gray-5);
    margin-bottom: 15px;
}

.shop__details-content .title {
    margin-bottom: 12px;
    font-size: 30px;
    font-weight: 600;
}

@media (max-width: 1199.98px) {
    .shop__details-content .title {
        font-size: 26px;
    }
}

@media (max-width: 767.98px) {
    .shop__details-content .title {
        font-size: 22px;
    }
}

.shop__details-content .rating__wrap {
    margin-bottom: 25px;
}

.shop__details-content .rating__wrap .rating {
    color: #EF7400;
}

.shop__details-content>p {
    margin-bottom: 20px;
}

.shop__details-price {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.shop__details-price .price {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 7px;
    font-weight: 600;
    font-size: 24px;
    color: var(--tg-theme-primary);
    font-family: var(--tg-body-font-family);
}

.shop__details-price .price del {
    font-size: 16px;
    font-weight: 400;
    color: #A2ACC8;
}

.shop__details-price .discount {
    background: #FFDDDD;
    display: block;
    line-height: 1;
    font-weight: 600;
    font-size: 12px;
    color: #EA0808;
    padding: 7px 10px;
    margin-left: 58px;
}

.shop__details-counter {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 13px;
    margin-bottom: 25px;
}

.shop__details-counter .counter-title {
    color: #EA0808;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 6px;
    font-weight: 500;
}

.shop__details-counter .coming-time {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 4px;
}

.shop__details-counter .coming-time .time-count {
    min-width: 34px;
    height: 36px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    line-height: 1;
    background: #EA0808;
    color: var(--tg-color-white-default);
    font-weight: 600;
    font-size: 8px;
    gap: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
}

.shop__details-counter .coming-time .time-count span {
    display: block;
    line-height: 1;
    font-size: 12px;
    font-weight: 800;
}

.shop__details-stock {
    width: 83%;
    margin-bottom: 28px;
}

.shop__details-stock span {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    display: block;
    margin-bottom: 5px;
}

.shop__details-stock span strong {
    font-weight: 600;
    color: #2aa700;
}

.shop__details-stock .progress {
    height: 8px;
    background: #F2F2F2;
    border-radius: 50px;
}

.shop__details-stock .progress .progress-bar {
    background-color: #44B61E;
}

.shop__details-sku-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 12px;
    margin-bottom: 25px;
}

.shop__details-sku-wrap li {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    color: var(--tg-color-gray-5);
    position: relative;
}

.shop__details-sku-wrap li::before {
    content: "";
    width: 1px;
    height: 12px;
    position: absolute;
    right: -11px;
    top: 50%;
    transform: translateY(-50%);
    background: var(--tg-body-color);
}

.shop__details-sku-wrap li:last-child::before {
    display: none;
}

.shop__details-sku-wrap li span {
    font-weight: 500;
    color: var(--tg-heading-color);
}

.shop__details-qty {
    margin-bottom: 30px;
}

.shop__details-qty .title {
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin-bottom: 13px;
}

.shop__details-qty-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.shop__details-qty .cart-btn {
    background: var(--tg-theme-primary);
    display: flex;
    align-items: center;
    gap: 10px;
    color: var(--tg-heading-color);
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    padding: 14px 40px;
    line-height: 1;
}

.shop__details-qty .cart-btn:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}

.shop__details-qty .tg-btn {
    background: var(--tg-color-dark);
    font-weight: 700;
    font-size: 13px;
    font-family: var(--tg-body-font-family);
    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;
    min-width: 190px;
    justify-content: center;
    padding: 18.5px 24px;
    height: 50px;
}

.shop__details-qty .tg-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.shop__details-wishlist-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 24px;
    flex-wrap: wrap;
    border-bottom: 1px solid #c2c2c2;
    padding-bottom: 17px;
    margin-bottom: 20px;
}

.shop__details-wishlist-wrap a {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 15px;
    text-transform: capitalize;
    gap: 8px;
    color: var(--tg-body-color);
}

.shop__details-wishlist-wrap a svg {
    color: var(--tg-theme-primary);
}

.shop__details-wishlist-wrap a:hover {
    color: var(--tg-theme-primary);
}

.shop__details-estimated {
    margin-bottom: 20px;
}

.shop__details-estimated .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-transform: capitalize;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 5px;
}

.shop__details-estimated .list-wrap li svg {
    color: var(--tg-theme-primary);
    margin-right: 3px;
}

.shop__details-estimated .list-wrap li span {
    font-weight: 500;
    color: var(--tg-heading-color);
}

.shop__details-payment {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    background: var(--tg-color-gray-3);
    gap: 8px 18px;
    flex-wrap: wrap;
    padding: 11px 18px;
}

.shop__action {
    position: absolute;
    right: 17px;
    top: 19px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 8px;
}

@media (max-width: 767.98px) {
    .shop__action {
        right: 15px;
        top: 15px;
    }
}

.shop__action 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;
    transform: translateY(20px);
}

.shop__action li:nth-child(2) {
    transition-delay: 0.15s;
}

.shop__action li:nth-child(3) {
    transition-delay: 0.2s;
}

.shop__action li:nth-child(4) {
    transition-delay: 0.25s;
}

.shop__action li a {
    width: 32px;
    height: 32px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    color: var(--tg-body-color);
    font-size: 15px;
}

.shop__action li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.cart-plus-minus {
    position: relative;
    width: 140px;
    flex: 0 0 auto;
}

.cart-plus-minus input {
    width: 100%;
    border: 1px solid #d9d1bc;
    border-radius: 5px;
    height: 50px;
    text-align: center;
    padding: 0 40px;
    font-weight: 600;
    font-size: 20px;
    color: var(--tg-theme-primary);
    background: var(--tg-color-gray-3);
}

.cart-plus-minus .qtybutton {
    position: absolute;
    top: 0;
    left: 22px;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 600;
    color: var(--tg-heading-color);
    cursor: pointer;
    user-select: none;
    -moz-user-select: none;
    line-height: 0;
}

.cart-plus-minus .qtybutton.inc {
    left: auto;
    right: 22px;
    border-right: none;
}

.cart-plus-minus .qtybutton.dec {
    font-size: 30px;
}

.product-desc-wrap {
    margin-top: 100px;
}

@media (max-width: 991.98px) {
    .product-desc-wrap {
        margin-top: 50px;
    }
}

.product-desc-wrap .tab-content p {
    margin-bottom: 0;
}

.product-desc-wrap .nav-tabs {
    border-bottom: 2px solid #E6E8EC;
    gap: 30px;
    margin-bottom: 25px;
}

.product-desc-wrap .nav-tabs .nav-link {
    margin-bottom: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    padding: 0 5px 10px;
    font-weight: 500;
    font-size: 20px;
    color: var(--tg-body-color);
    position: relative;
}

.product-desc-wrap .nav-tabs .nav-link.active {
    color: var(--tg-theme-primary);
}

.product-desc-wrap .nav-tabs .nav-link.active::before {
    opacity: 1;
}

.product-desc-wrap .nav-tabs .nav-link::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 5px;
    background: var(--tg-theme-primary);
    transition: 0.3s linear;
    opacity: 0;
}

.product-desc-description>p {
    margin-bottom: 25px !important;
}

.product-desc-description>p:last-child {
    margin-bottom: 0 !important;
}

.product-desc-description .title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--tg-body-font-family);
}

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

.product-desc-review {
    padding: 25px 30px;
    border: 1px solid #E6E8EC;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.product-desc-review .title {
    font-size: 24px;
    font-weight: 700;
    font-family: var(--tg-body-font-family);
    margin-bottom: 8px;
}

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

.product-desc-review .left-rc {
    margin-bottom: 10px;
}

/*=============================
      10. Video
===============================*/
.video__area {
    padding: 120px 0;
    position: relative;
    z-index: 1;
    min-height: 670px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1500px) {
    .video__area {
        padding: 100px 0;
        min-height: 550px;
    }
}

@media (max-width: 1199.98px) {
    .video__area {
        min-height: 470px;
    }
}

@media (max-width: 767.98px) {
    .video__area {
        min-height: 400px;
    }
}

.video__bg {
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.video__btn a {
    text-align: center;
    width: 88px;
    height: 88px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background: var(--tg-color-white-default);
    color: var(--tg-theme-secondary);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}

.video__btn a::before,
.video__btn a::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--tg-color-white-default);
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    animation: pulse-border 2200ms ease-out infinite;
}

.video__shape {
    position: absolute;
    z-index: -1;
    color: var(--tg-theme-primary);
    left: 15%;
    bottom: 0;
}

@media (max-width: 1500px) {
    .video__shape {
        left: 7%;
    }
}

@media (max-width: 1199.98px) {
    .video__shape svg {
        width: 200px;
        height: auto;
    }
}

@media (max-width: 767.98px) {
    .video__shape svg {
        width: 100px;
    }
}

.video__btn a::after {
    animation-delay: 1100ms;
}

/*=============================
      04. Newsletter
===============================*/
.newsletter__area {
    background: var(--tg-theme-primary);
    padding: 57px 0;
}

@media (max-width: 991.98px) {
    .newsletter__area {
        padding: 38px 0;
    }
}

.newsletter__wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 20px;
}

@media (max-width: 991.98px) {
    .newsletter__wrap {
        flex-wrap: wrap;
    }
}

.newsletter__content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 14px;
    flex-grow: 1;
}

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

.newsletter__content .icon {
    width: 53px;
    flex: 0 0 auto;
    color: var(--tg-heading-color);
}

.newsletter__content .title {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 3px;
    text-transform: capitalize;
}

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

.newsletter__content p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px;
    color: var(--tg-color-dark);
}

.newsletter__form {
    width: 596px;
    flex: 0 0 auto;
    position: relative;
}

@media (max-width: 1500px) {
    .newsletter__form {
        width: 550px;
    }
}

@media (max-width: 1199.98px) {
    .newsletter__form {
        width: 450px;
    }
}

@media (max-width: 991.98px) {
    .newsletter__form {
        width: 100%;
    }
}

.newsletter__form input {
    width: 100%;
    border: none;
    background: var(--tg-color-white-default);
    border-radius: 5px;
    font-size: 14px;
    color: var(--tg-heading-color);
    padding: 15px 166px 15px 25px;
    height: 50px;
}

@media (max-width: 767.98px) {
    .newsletter__form input {
        padding: 15px 128px 15px 25px;
    }
}

.newsletter__form input::placeholder {
    font-size: 14px;
    font-weight: 400;
    color: #7b7b7b;
}

.newsletter__form button {
    position: absolute;
    right: 0;
    top: 0;
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
    border: none;
    font-weight: 600;
    font-size: 15px;
    line-height: 1;
    padding: 17px 37px;
    border-radius: 0 5px 5px 0;
    height: 50px;
}

@media (max-width: 767.98px) {
    .newsletter__form button {
        padding: 17px 22px;
    }
}

.newsletter__form button:hover {
    background: var(--tg-color-dark);
}

/*=============================
      04. Work
===============================*/
.work__area-two {
    position: relative;
    z-index: 1;
}

.work__bg {
    background-color: var(--tg-theme-primary);
    width: 100%;
    height: 65%;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.work__item {
    background: var(--tg-color-white-default);
    padding: 45px 50px;
    position: relative;
}

@media (max-width: 1199.98px) {
    .work__item {
        padding: 30px 35px;
    }
}

.work__item:hover .work__icon {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.work__item .number {
    position: absolute;
    font-weight: 700;
    font-size: 40px;
    margin-bottom: 0;
    color: #EEECE8;
    right: 40px;
    line-height: 1;
    top: 58px;
}

@media (max-width: 1199.98px) {
    .work__item .number {
        font-size: 35px;
        right: 30px;
        top: 42px;
    }
}

.work__item .icon {
    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);
    color: var(--tg-heading-color);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    right: -36px;
    top: 50%;
    transform: translateY(-50%);
    border: 7px solid var(--tg-color-gray-3);
    z-index: 2;
}

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

.work__item-two {
    background: var(--tg-color-gray-6);
}

.work__item-two .icon {
    background: var(--tg-color-gray-6);
    border-color: var(--tg-color-white-default);
}

.work__item-two .number {
    color: #DDDDDD;
    font-weight: 400;
}

.work__item-wrap {
    padding: 95px 90px;
}

@media (max-width: 1199.98px) {
    .work__item-wrap {
        padding: 40px 25px;
    }
}

.work__item-wrap .row>*:last-child .work__item .icon {
    display: none;
}

.work__item-wrap-two {
    padding: 95px 90px 60px;
    background: var(--tg-color-white-default);
}

@media (max-width: 1199.98px) {
    .work__item-wrap-two {
        padding: 40px 25px 40px;
    }
}

.work__icon {
    width: 62px;
    height: 62px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--tg-theme-primary);
    background: var(--tg-color-gray-3);
    line-height: 0;
    font-size: 35px;
    color: var(--tg-color-dark-4);
    margin-bottom: 25px;
    -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;
}

.work__icon-two {
    border: none;
    background: var(--tg-color-white-default);
}

.work__content .title {
    margin-bottom: 12px;
    font-size: 18px;
    font-weight: 500;
}

.work__content p {
    margin-bottom: 0;
}

/*=============================
      04. Faq
===============================*/
.faq__area {
    background: var(--tg-heading-color);
    position: relative;
    z-index: 1;
}

.faq__content>p {
    margin-bottom: 25px;
    color: var(--tg-heading-color);
}

.faq__wrap {
    padding-left: 70px;
}

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

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

.faq__wrap .accordion-item {
    background: transparent;
    border-radius: 0 !important;
    border: none;
}

.faq__wrap .accordion-item:last-child {
    border-bottom: 1px solid var(--tg-body-color);
}

.faq__wrap .accordion-button {
    background: transparent;
    border-radius: 0 !important;
    font-weight: 400;
    font-size: 20px;
    font-family: var(--tg-heading-font-family);
    color: var(--tg-color-gray-1);
    border: none;
    border-top: 1px solid var(--tg-body-color);
    padding: 21px 0;
    position: relative;
    gap: 5px;
}

.faq__wrap .accordion-button:focus {
    box-shadow: none;
}

.faq__wrap .accordion-button:not(.collapsed) {
    color: var(--tg-theme-primary);
    box-shadow: none;
}

.faq__wrap .accordion-button:not(.collapsed) svg {
    transform: rotate(45deg);
}

.faq__wrap .accordion-button::after {
    display: none;
}

.faq__wrap .accordion-button svg {
    margin-left: auto;
    -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;
}

.faq__wrap .accordion-body {
    padding: 0 0 35px;
}

.faq__wrap .accordion-body>p {
    margin-bottom: 25px;
    color: var(--tg-color-gray-1);
}

.faq__wrap .accordion-body-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    gap: 30px 48px;
}

@media (max-width: 1199.98px) {
    .faq__wrap .accordion-body-inner {
        gap: 20px;
    }
}

@media (max-width: 767.98px) {
    .faq__wrap .accordion-body-inner {
        flex-wrap: wrap;
    }
}

.faq__wrap .accordion-body-inner .icon {
    width: 180px;
    flex: 0 0 auto;
    background: var(--tg-theme-primary);
    height: 120px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 80px;
    line-height: 0;
}

@media (max-width: 1199.98px) {
    .faq__wrap .accordion-body-inner .icon {
        width: 150px;
    }
}

.faq__wrap .accordion-body-inner .content .title {
    margin-bottom: 10px;
    font-weight: 500;
    font-size: 16px;
    color: var(--tg-color-white-default);
    line-height: 1.5;
}

.faq__wrap .accordion-body-inner .content p {
    margin-bottom: 0;
    color: var(--tg-color-gray-1);
    line-height: 1.5;
}

.faq__wrap-two {
    padding: 0 85px 0 55px;
}

@media (max-width: 1500px) {
    .faq__wrap-two {
        padding: 0 60px 0 57px;
    }
}

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

.faq__wrap-two .accordion-item:last-child {
    border-color: var(--tg-color-gray-1);
}

.faq__wrap-two .accordion-button {
    color: var(--tg-color-gray-4);
    border-color: var(--tg-color-gray-1);
    font-weight: 500;
}

.faq__wrap-two .accordion-button:not(.collapsed) {
    color: var(--tg-heading-color);
}

.faq__wrap-two .accordion-button:not(.collapsed) svg {
    color: var(--tg-theme-primary);
}

.faq__wrap-two .accordion-body p {
    margin-bottom: 0;
    color: var(--tg-heading-color);
    width: 80%;
}

@media (max-width: 767.98px) {
    .faq__wrap-two .accordion-body p {
        width: 100%;
    }
}

.faq__wrap-three {
    padding-left: 0;
}

.faq__wrap-three .accordion-item {
    margin-bottom: 2px;
}

.faq__wrap-three .accordion-item:last-child {
    border: none;
    margin-bottom: 0;
}

.faq__wrap-three .accordion-button {
    border: none;
    background: var(--tg-color-gray-3);
    font-size: 16px;
    font-weight: 500;
    color: var(--tg-heading-color);
    padding: 21px 23px;
}

.faq__wrap-three .accordion-button:not(.collapsed) {
    color: var(--tg-heading-color);
    background: var(--tg-theme-primary);
}

.faq__wrap-three .accordion-body {
    padding: 20px 0 25px;
}

.faq__wrap-three .accordion-body p {
    margin-bottom: 0;
    color: var(--tg-color-dark);
    font-size: 16px;
}

.faq__wrap-four {
    padding-left: 0;
    padding-right: 45px;
}

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

.faq__wrap-four .accordion-item {
    border-bottom: 1px solid #DEE2F1;
}

.faq__wrap-four .accordion-item:last-child {
    border-bottom: 1px solid #DEE2F1;
}

.faq__wrap-four .accordion-button {
    border: none;
    font-weight: 500;
    font-size: 18px;
    text-transform: capitalize;
    color: var(--tg-color-dark);
    padding: 29px 38px 29px 0;
}

@media (max-width: 767.98px) {
    .faq__wrap-four .accordion-button {
        padding: 25px 38px 25px 0;
        font-size: 16px;
    }
}

.faq__wrap-four .accordion-button::before {
    content: "\f108";
    font-family: "flaticon_tg_default";
    font-size: 20px;
    font-weight: 700;
    position: absolute;
    right: 14px;
    top: 30px;
    line-height: 1;
    transform: rotate(180deg);
    -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;
}

@media (max-width: 767.98px) {
    .faq__wrap-four .accordion-button::before {
        top: 25px;
    }
}

.faq__wrap-four .accordion-button:not(.collapsed)::before {
    transform: rotate(0);
}

.faq__wrap-four .accordion-body {
    padding: 0 0 25px;
}

.faq__wrap-four .accordion-body p {
    margin-bottom: 0;
    color: var(--tg-body-color);
    width: 95%;
}

@media (max-width: 1199.98px) {
    .faq__wrap-four .accordion-body p {
        width: 100%;
    }
}

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

.faq__img-wrap img {
    width: 100%;
    height: 585px;
    object-fit: cover;
}

@media (max-width: 1199.98px) {
    .faq__img-wrap img {
        height: 450px;
    }
}

.faq__img-wrap svg {
    position: absolute;
    left: 0;
    bottom: 42px;
    color: var(--tg-theme-primary);
}

@media (max-width: 1199.98px) {
    .faq__img-wrap svg {
        width: 180px;
        height: auto;
    }
}

.faq__shape {
    position: absolute;
    left: 75px;
    top: 75px;
    z-index: -1;
    color: #181818;
}

@media (max-width: 1199.98px) {
    .faq__shape {
        left: 40px;
        top: 40px;
    }
}

@media (max-width: 1199.98px) {
    .faq__shape svg {
        width: 300px;
        height: auto;
    }
}

.faq__shape-two img {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
}

/*=============================
      04. Blog
===============================*/
.blog__post-area-two {
    padding: 80px 0 80px;
}

@media (max-width: 991.98px) {
    .blog__post-content-wrap {
        margin-bottom: 20px;
    }
}

.blog__post-content-wrap p {
    margin-bottom: 20px;
}

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

.blog__post-item-two {
    margin-bottom: 40px;
}

.blog__post-item-two:last-child {
    margin-bottom: 0;
}

.blog__post-thumb img {
    width: 100%;
    min-height: 218px;
    object-fit: cover;
}

.blog__post-thumb-two img {
    min-height: 270px;
}

@media (max-width: 1199.98px) {
    .blog__post-thumb-two img {
        min-height: 240px;
    }
}

.blog__post-thumb-three {
    margin-bottom: 20px;
}

.blog__post-thumb-three img {
    width: 100%;
    object-fit: cover;
    height: 450px;
}

@media (max-width: 1199.98px) {
    .blog__post-thumb-three img {
        height: 350px;
    }
}

@media (max-width: 767.98px) {
    .blog__post-thumb-three img {
        height: 300px;
    }
}

.blog__post-content {
    padding: 0 35px 30px;
}

@media (max-width: 1500px) {
    .blog__post-content {
        padding: 0 30px 30px;
    }
}

@media (max-width: 1199.98px) {
    .blog__post-content {
        padding: 0 20px 30px;
    }
}

.blog__post-content .post-title {
    margin-bottom: 18px;
    line-height: 1.3;
}

.blog__post-content-two {
    border: 1px solid #e2e2e2;
    padding: 36px 36px 45px;
    border-top: none;
}

@media (max-width: 1199.98px) {
    .blog__post-content-two {
        padding: 25px 20px 30px;
    }
}

.blog__post-content-two .post-title {
    font-size: 20px;
}

@media (max-width: 991.98px) {
    .blog__post-content-two .post-title {
        font-size: 18px;
    }
}

.blog__post-content-three {
    padding: 0 0;
}

.blog__post-content-three .blog__post-tag {
    margin-bottom: 15px;
}

.blog__post-content-three .post-title {
    font-size: 24px;
    text-transform: capitalize;
}

@media (max-width: 767.98px) {
    .blog__post-content-three .post-title {
        font-size: 20px;
    }
}

.blog__post-content-three .blog__post-meta {
    margin-bottom: 20px;
}

.blog__post-content-three p {
    margin-bottom: 30px;
}

@media xs {
    .blog__post-content-three p {
        margin-bottom: 20px;
    }
}

.blog__post-content-three .tg-btn {
    background: var(--tg-color-gray-3);
}

.blog__post-content-three .tg-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.blog__post-content-four .post-title {
    margin-bottom: 10px;
}

.blog__post-content-four p {
    margin-bottom: 20px;
}

.blog__post-content-four .blog__post-meta li {
    text-transform: uppercase;
}

.blog__post-tag {
    background: var(--tg-theme-primary);
    display: inline-block;
    color: var(--tg-heading-color);
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    text-transform: capitalize;
    padding: 9px 10px;
    font-family: var(--tg-heading-font-family);
    margin-bottom: 18px;
}

.blog__post-tag:hover {
    background: var(--tg-heading-color);
    color: var(--tg-color-white-default);
}

.blog__post-meta {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
}

.blog__post-meta li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
}

.blog__post-meta li svg {
    color: var(--tg-theme-primary);
}

.blog__post-meta li a {
    color: var(--tg-body-color);
}

.blog__post-meta li a:hover {
    color: var(--tg-theme-primary);
}

.blog__post-inner {
    padding-left: 50px;
}

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

@media (max-width: 1199.98px) {
    .blog__post-inner .row {
        --bs-gutter-x: 20px;
    }
}

.blog__details-content .post-title {
    font-size: 24px;
    margin-bottom: 18px;
    text-transform: capitalize;
}

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

.blog__details-content .blog__post-meta {
    margin-bottom: 20px;
}

.blog__details-content>p {
    margin-bottom: 15px;
}

.blog__details-content .title-two {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
}

@media (max-width: 1199.98px) {
    .blog__details-content .title-two {
        font-size: 22px;
    }
}

@media (max-width: 767.98px) {
    .blog__details-content .title-two {
        font-size: 18px;
    }
}

.blog__details-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-end;
    gap: 30px 50px;
    margin: 35px 0;
}

@media (max-width: 1199.98px) {
    .blog__details-inner {
        gap: 25px 20px;
        margin: 30px 0;
    }
}

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

.blog__details-inner-content p {
    margin-bottom: 15px;
}

.blog__details-inner-content .about__list-wrap-three {
    margin-bottom: 0;
}

.blog__details-inner-thumb {
    width: 42%;
    flex: 0 0 auto;
    position: relative;
}

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

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

.blog__details-inner-thumb .video__btn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.blog__details-inner-thumb .video__btn a {
    width: 60px;
    height: 60px;
}

.blog__details-inner-thumb .video__btn a svg {
    width: 16px;
    height: auto;
}

.blog__details-bottom {
    margin: 45px 0 50px;
    padding: 22px 0;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.blog__details-bottom .post-tags {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
}

@media (max-width: 767.98px) {
    .blog__details-bottom .post-tags {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }
}

.blog__details-bottom .post-tags .title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    font-family: var(--tg-body-font-family);
}

.blog__details-bottom .post-tags .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.blog__details-bottom .post-tags .list-wrap li a {
    background: var(--tg-color-gray-3);
    padding: 11px 21px;
    display: block;
    color: var(--tg-color-dark);
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 1199.98px) {
    .blog__details-bottom .post-tags .list-wrap li a {
        padding: 11px 14px;
    }
}

.blog__details-bottom .post-tags .list-wrap li a:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.blog__details-bottom .post-share {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: flex-end;
}

@media (max-width: 767.98px) {
    .blog__details-bottom .post-share {
        justify-content: flex-start;
    }
}

.blog__details-bottom .post-share .title {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 0;
    font-family: var(--tg-body-font-family);
}

@media (max-width: 767.98px) {
    .blog__details-bottom .post-share .title {
        text-align: left;
    }
}

.blog__details-bottom .post-share .list-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
}

@media (max-width: 767.98px) {
    .blog__details-bottom .post-share .list-wrap {
        justify-content: flex-start;
    }
}

.blog__details-bottom .post-share .list-wrap li a {
    color: #4B4B4B;
}

.blog__details-bottom .post-share .list-wrap li a svg {
    width: 18px;
    height: 18px;
}

.blog__details-bottom .post-share .list-wrap li a:hover {
    color: var(--tg-theme-primary);
}

.blog__avatar-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    padding: 35px 100px 45px 50px;
    background: var(--tg-color-gray-3);
    gap: 30px;
    margin-bottom: 50px;
}

@media (max-width: 1199.98px) {
    .blog__avatar-wrap {
        padding: 35px 25px;
    }
}

@media (max-width: 767.98px) {
    .blog__avatar-wrap {
        flex-wrap: wrap;
        gap: 20px;
        padding: 30px 25px;
        margin-bottom: 40px;
    }
}

.blog__avatar-img {
    width: 115px;
    flex: 0 0 auto;
}

.blog__avatar-img img {
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.blog__avatar-info .designation {
    display: block;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 8px;
}

.blog__avatar-info .name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    font-family: var(--tg-body-font-family);
}

.blog__avatar-info p {
    margin-bottom: 0;
    text-transform: none;
}

.post-title {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
}

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

.post-title a {
    background-repeat: no-repeat;
    background-position-y: -1px;
    background-image: linear-gradient(transparent calc(100% - 2px), var(--tg-heading-color) 1px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline forwards;
}

.post-title a:hover {
    color: inherit;
    animation: 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) title-underline-hover forwards;
}

.recent__post-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 20px;
}

.recent__post-item:last-child {
    margin-bottom: 0;
}

.recent__post-item .thumb {
    width: 80px;
    flex: 0 0 auto;
}

.recent__post-item .thumb img {
    height: 80px;
    width: 100%;
    object-fit: cover;
}

.recent__post-item .content span {
    display: block;
    line-height: 1;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.recent__post-item .content .post-title {
    margin-bottom: 0;
    font-weight: 600;
    font-size: 13px;
    text-transform: capitalize;
    line-height: 1.7;
}

.recent__post-item .content .post-title a {
    background-position-y: 0px;
    background-image: linear-gradient(transparent calc(100% - 1px), var(--tg-heading-color) 1px);
}

blockquote {
    background: var(--tg-color-gray-3);
    margin: 40px 100px 40px 73px;
    position: relative;
    z-index: 1;
    padding: 35px 155px 35px 60px;
}

@media (max-width: 1199.98px) {
    blockquote {
        padding: 30px 80px 30px 30px;
        margin: 30px 30px 30px 30px;
    }
}

@media (max-width: 767.98px) {
    blockquote {
        padding: 30px 30px;
        margin: 30px 0;
    }
}

blockquote::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: var(--tg-theme-primary);
}

blockquote p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.5;
    color: var(--tg-color-dark);
    text-transform: none;
}

@media (max-width: 767.98px) {
    blockquote p {
        font-size: 18px;
    }
}

blockquote svg {
    position: absolute;
    right: 34px;
    bottom: 27px;
    color: #c9c9c9;
    position: absolute;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    blockquote svg {
        right: 23px;
    }
}

@media (max-width: 767.98px) {
    blockquote svg {
        right: 20px;
        bottom: 15px;
        width: 40px;
        height: auto;
    }
}

.pagination__wrap {
    margin-top: 70px;
}

@media (max-width: 1199.98px) {
    .pagination__wrap {
        margin-top: 40px;
    }
}

.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: 50px;
    height: 50px;
    background: #f5f5f5;
    border-radius: 0;
    font-size: 22px;
    font-weight: 500;
    color: var(--tg-body-color);
}

.pagination__wrap ul li a:hover {
    color: var(--tg-heading-color);
    background: var(--tg-theme-primary);
}

.pagination__wrap ul li.active a {
    color: var(--tg-heading-color);
    background: var(--tg-theme-primary);
}

.comments-wrap-title {
    font-size: 20px;
    margin-bottom: 40px;
    font-weight: 700;
}

.comments-wrap .latest-comments {
    margin-bottom: 60px;
}

@media (max-width: 991.98px) {
    .comments-wrap .latest-comments {
        margin-bottom: 40px;
    }
}

.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-wrap .latest-comments .children li:last-child .comments-box {
    border-bottom: none;
    padding-bottom: 0;
    margin-bottom: 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: 10px;
}

.comments-text .avatar-name .name {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
}

.comments-text .avatar-name span {
    font-weight: 500;
    font-size: 13px;
    display: block;
    color: var(--tg-color-gray-5);
}

.comments-text p {
    margin-bottom: 15px;
}

.comments-text .tg-btn {
    background: var(--tg-color-gray-3);
    font-weight: 500;
    font-size: 14px;
    text-transform: capitalize;
    color: var(--tg-heading-color);
    font-family: var(--tg-body-font-family);
    padding: 7px 16px;
}

.comments-text .tg-btn svg {
    transform: translateY(1px);
}

.comments-text .tg-btn:hover {
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
}

.comment-respond {
    padding: 40px 60px 55px;
    background: var(--tg-color-gray-3);
    border: 1px solid var(--tg-border-5);
}

@media (max-width: 1199.98px) {
    .comment-respond {
        padding: 35px 25px 35px;
    }
}

.comment-reply-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 700;
}

.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 #dcdcdc;
    background: var(--tg-color-white-default);
    font-weight: 500;
    font-size: 13px;
    color: var(--tg-heading-color);
    padding: 12px 15px;
    height: 50px;
    display: block;
}

.comment-form .form-grp textarea::placeholder,
.comment-form .form-grp input::placeholder {
    font-weight: 500;
    font-size: 13px;
    color: var(--tg-color-gray-5);
}

.comment-form .form-grp textarea {
    min-height: 130px;
    max-height: 130px;
}

.comment-form .checkbox-grp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    margin: 10px 0 25px;
}

.comment-form .checkbox-grp input {
    width: 22px;
    margin-right: 9px;
    height: 22px;
    cursor: pointer;
    flex: 0 0 auto;
    margin-top: 3px;
}

@media (max-width: 767.98px) {
    .comment-form .checkbox-grp input {
        width: 16px;
        height: 16px;
        margin-top: 6px;
    }
}

.comment-form .checkbox-grp label {
    font-weight: 400;
    font-size: 16px;
    color: var(--tg-body-color);
    user-select: none;
}

.comment-form .tg-btn {
    font-family: var(--tg-body-font-family);
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    padding: 18px 26px;
}

/*=============================
      05. Contact
===============================*/
.contact__area-two {
    padding-top: 100px;
    position: relative;
    z-index: 1;
}

@media (max-width: 767.98px) {
    .contact__area-two {
        padding-top: 60px;
    }
}

.contact-map {
    padding: 130px 0 70px;
}

@media (max-width: 991.98px) {
    .contact-map {
        padding: 100px 0 50px;
    }
}

.contact-map-inner {
    width: 100%;
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.04);
    background: var(--tg-color-white-default);
    padding: 22px;
    height: 445px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -o-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #dbdbdb;
}

@media (max-width: 767.98px) {
    .contact-map-inner {
        height: 350px;
        padding: 10px;
    }
}

.contact-map-inner iframe {
    width: 100%;
    height: 100%;
    mix-blend-mode: luminosity;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -o-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

.contact__img {
    margin-right: -145px;
    position: relative;
    z-index: 1;
}

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

.contact__img::before {
    content: "";
    position: absolute;
    width: 375px;
    height: 375px;
    background: var(--tg-theme-primary);
    right: 32px;
    bottom: 0;
    z-index: -1;
}

@media (max-width: 1199.98px) {
    .contact__img::before {
        width: 280px;
        height: 280px;
    }
}

.contact__img img {
    width: 100%;
    clip-path: polygon(43% 0, 100% 0, 100% 72%, 78% 100%, 0 100%, 0 55%);
}

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

.contact__content>.title {
    margin-bottom: 15px;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 32px;
}

@media (max-width: 991.98px) {
    .contact__content>.title {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .contact__content>.title {
        font-size: 24px;
    }
}

.contact__content>p {
    margin-bottom: 30px;
}

.contact__info-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 50px;
}

@media (max-width: 767.98px) {
    .contact__info-item {
        margin-bottom: 30px;
    }
}

.contact__info-item:last-child {
    margin-bottom: 0;
}

.contact__info-item .icon {
    width: 70px;
    height: 70px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tg-color-gray-3);
    color: var(--tg-theme-primary);
    line-height: 0;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -o-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    font-size: 30px;
}

.contact__info-item .content .title {
    font-weight: 600;
    font-size: 19px;
    margin-bottom: 3px;
    font-family: var(--tg-body-font-family);
}

.contact__info-item .content p {
    margin-bottom: 0;
    line-height: 1.6;
}

.contact__info-item .content a {
    display: block;
    line-height: 1.6;
    color: var(--tg-body-color);
}

.contact__info-item .content a:hover {
    color: var(--tg-theme-primary);
}

.contact__form-wrap {
    box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.04);
    background: var(--tg-color-white-default);
    border: 1px solid #d7e5ed;
    border-radius: 20px;
    margin-left: 30px;
    padding: 60px;
}

@media (max-width: 1199.98px) {
    .contact__form-wrap {
        margin-left: 0;
        padding: 30px;
    }
}

.contact__form-wrap .title {
    font-weight: 600;
    font-size: 26px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

@media (max-width: 767.98px) {
    .contact__form-wrap .title {
        font-size: 22px;
    }
}

.contact__form-wrap p {
    margin-bottom: 15px;
}

.contact__form-wrap-two {
    background: var(--tg-theme-primary);
    padding: 70px 70px 70px 180px;
}

@media (max-width: 1199.98px) {
    .contact__form-wrap-two {
        padding: 40px 40px 40px 155px;
    }
}

@media (max-width: 991.98px) {
    .contact__form-wrap-two {
        padding: 40px 40px 40px;
    }
}

@media (max-width: 767.98px) {
    .contact__form-wrap-two {
        padding: 30px 30px;
    }
}

.contact__form-wrap-two .section__title {
    margin-bottom: 5px;
}

.contact__form-wrap-two .sub-title {
    margin-bottom: 8px;
}

.contact__form-wrap-two .sub-title::before {
    display: none;
}

.contact__form-wrap-two p {
    margin-bottom: 35px;
    color: var(--tg-color-dark);
}

.contact__form .form-grp {
    margin-bottom: 10px;
}

.contact__form .form-grp textarea,
.contact__form .form-grp input {
    width: 100%;
    background: var(--tg-color-gray-3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    border: none;
    font-weight: 400;
    font-size: 15px;
    display: block;
    color: var(--tg-heading-color);
    padding: 15px 23px;
    height: 50px;
}

.contact__form .form-grp textarea::placeholder,
.contact__form .form-grp input::placeholder {
    font-size: 15px;
    text-transform: capitalize;
    color: var(--tg-body-color);
}

.contact__form .form-grp textarea {
    min-height: 125px;
    max-height: 125px;
}

.contact__form button {
    width: 100%;
    border: none;
    background: var(--tg-theme-primary);
    color: var(--tg-heading-color);
    text-align: center;
    padding: 17px 20px;
    font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -o-border-radius: 7px;
    -ms-border-radius: 7px;
    border-radius: 7px;
    height: 60px;
    margin-top: 20px;
}

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

.contact__form-two .row {
    --bs-gutter-x: 10px;
}

.contact__form-two .form-grp {
    margin-bottom: 10px;
}

.contact__form-two .form-grp input {
    width: 100%;
    background: var(--tg-color-white-default);
    border: none;
    font-weight: 400;
    font-size: 14px;
    color: var(--tg-theme-secondary);
    text-transform: capitalize;
    padding: 15px 23px;
    height: 50px;
}

.contact__form-two .form-grp input::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #666;
}

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

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

.contact__form-two .form-grp.select-grp::after {
    content: "\f078";
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    right: 22px;
    font-size: 14px;
    color: var(--tg-heading-color);
    line-height: 1;
}

.contact__form-two .tg-btn {
    width: 100%;
    background: var(--tg-theme-secondary);
    color: var(--tg-color-white-default);
    justify-content: center;
    text-transform: capitalize;
    font-family: var(--tg-body-font-family);
    font-weight: 600;
    font-size: 14px;
    height: 50px;
}

.contact__form-two .tg-btn:hover {
    background: var(--tg-color-dark-3);
}

.contact__shape img {
    position: absolute;
    right: 0;
    bottom: -100px;
    z-index: -1;
}

@media (max-width: 991.98px) {
    .contact__shape img {
        width: 400px;
    }
}

@media (max-width: 767.98px) {
    .contact__shape img {
        width: 250px;
    }
}

.ajax-response.error,
.ajax-response.success {
    margin: 20px 0 0 !important;
}

.ajax-response.error {
    color: red;
}

.ajax-response.success {
    color: green;
}

/*=============================
      05. Checkout
===============================*/
.coupon__code-info {
    background: #f5f5f5;
    padding: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 25px;
    border-radius: 5px;
}

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

.coupon__code-info a:hover {
    text-decoration: underline;
    color: var(--tg-theme-primary);
}

.coupon__code-form {
    margin-bottom: 35px;
    display: none;
}

.coupon__code-form p {
    margin-bottom: 15px;
}

.coupon__code-form input {
    width: 100%;
    background: #f5f5f5;
    height: 55px;
    border: none;
    color: var(--tg-heading-color);
    padding: 0 20px;
    border-radius: 0;
    margin-bottom: 15px;
}

.customer__form-wrap {
    border: 1px solid #ebebeb;
    padding: 30px;
    border-radius: 5px;
}

@media (max-width: 767.98px) {
    .customer__form-wrap {
        padding: 25px 20px;
    }
}

.customer__form-wrap .title {
    display: block;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-color);
    font-family: var(--tg-heading-font-family);
    line-height: 1;
}

@media (max-width: 767.98px) {
    .customer__form-wrap .title {
        font-size: 1.3rem;
    }
}

.customer__form-wrap .title.title-two {
    margin-top: 20px;
}

.customer__form-wrap .form-grp {
    margin-bottom: 15px;
}

.customer__form-wrap .form-grp.select-grp {
    position: relative;
}

.customer__form-wrap .form-grp.select-grp::after {
    content: "\f107";
    position: absolute;
    bottom: 17px;
    transform: rotate(-180deg);
    font-family: "flaticon_tg_default";
    font-weight: 700;
    right: 20px;
    font-size: 16px;
    color: var(--tg-theme-primary);
}

.customer__form-wrap .form-grp label {
    display: block;
    margin-bottom: 5px;
    font-size: 15px;
    color: var(--tg-body-color);
}

.customer__form-wrap .form-grp textarea,
.customer__form-wrap .form-grp input {
    width: 100%;
    color: var(--tg-heading-color);
    height: 53px;
    padding: 0 20px;
    background: #f5f5f5;
    border: none;
}

.customer__form-wrap .form-grp textarea {
    padding: 10px 20px 0;
    min-height: 120px;
    max-height: 120px;
}

.customer__form-wrap .form-grp select {
    background-color: #f5f5f5;
    border: none;
    color: var(--tg-heading-color);
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    border-radius: 0;
    outline: none;
    padding: 12px 37px 9px 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    line-height: 1.2;
    height: 53px;
    cursor: pointer;
}

.order__info-wrap {
    border: 2px solid var(--tg-theme-primary);
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding: 30px;
    border-radius: 5px;
}

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

@media (max-width: 767.98px) {
    .order__info-wrap {
        padding: 25px 20px;
    }
}

.order__info-wrap>.title {
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: capitalize;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
    border-bottom: 1px solid #ebebeb;
}

.order__info-wrap .list-wrap {
    margin-bottom: 20px;
}

.order__info-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-body-color);
    font-weight: 600;
    font-size: 15px;
    gap: 8px;
    padding: 12px 0;
}

.order__info-wrap .list-wrap li span {
    color: var(--tg-heading-color);
    display: block;
    line-height: 1;
    font-weight: 700;
}

.order__info-wrap .list-wrap li.title span {
    color: var(--tg-body-color);
}

.order__info-wrap .list-wrap li:last-child span {
    font-size: 1.25rem;
}

.order__info-wrap p {
    margin-bottom: 15px;
}

.order__info-wrap p a {
    text-decoration: underline;
}

.order__info-wrap p a:hover {
    color: var(--tg-theme-primary);
}

.order__info-wrap .tg-btn {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    justify-content: center;
}

.cart__table thead th {
    padding: 12px 12px;
    font-size: 15px;
    font-weight: 600;
}

@media (max-width: 767.98px) {

    .cart__table thead th.product__subtotal,
    .cart__table thead th.product__price {
        display: none;
    }
}

.cart__table tbody tr {
    position: relative;
}

.cart__table tbody td {
    padding: 12px 17px;
    text-align: left;
    line-height: 1.1;
    border: none;
    border-top: 1px solid #ebebeb;
    vertical-align: middle;
    color: var(--tg-body-color);
}

@media (max-width: 767.98px) {
    .cart__table tbody td {
        padding: 12px 10px;
    }
}

.cart__table tbody td:first-child {
    padding-left: 0;
}

.cart__table tbody td a {
    color: var(--tg-heading-color);
}

.cart__table tbody td a:hover {
    color: var(--tg-theme-primary);
}

.cart__table tbody td.product__name {
    font-weight: 500;
}

.cart__table tbody td.product__remove {
    padding-right: 5px;
    text-align: right;
}

.cart__table tbody td.product__remove a {
    font-size: 25px;
}

.cart__table tbody td.product__quantity {
    text-align: right;
    padding-right: 0;
}

.cart__table .product__thumb-inner img {
    max-width: 70px;
}

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

@media (max-width: 767.98px) {
    .cart__table .product__remove a {
        position: absolute;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 1.375rem;
        height: 1.375rem;
        border-radius: 50%;
        color: #fff;
        background-color: red;
        font-size: 15px !important;
        left: 0;
        margin-top: -10px;
    }
}

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

.cart__table .product__remove {
    padding: 0 !important;
    width: 0 !important;
}

.cart__actions {
    padding-top: 25px !important;
    padding-bottom: 10px !important;
    padding-right: 0 !important;
}

.cart__actions-form {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

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

.cart__actions-form input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: 100%;
    margin-bottom: 0;
    height: 50px;
    background: #f5f5f5;
    color: var(--tg-heading-color);
    padding: 0 20px;
    border: 0;
    border-radius: 0;
    padding-right: 0;
}

.cart__collaterals-wrap {
    border: 1px solid #ebebeb;
    border-radius: 5px;
    padding: 1.25rem;
    height: 100%;
    margin-left: 50px;
}

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

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

.cart__collaterals-wrap .title {
    font-size: 1.4rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 0.9375rem;
    border-bottom: 0.9375rem;
    border-bottom: 1px solid #ebebeb;
}

.cart__collaterals-wrap .list-wrap {
    padding-bottom: 0.9375rem;
}

.cart__collaterals-wrap .list-wrap li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
    border-bottom: 1px solid #ebebeb;
    color: var(--tg-heading-color);
    font-size: 15px;
    font-weight: 700;
    padding: 12px 5px;
}

.cart__collaterals-wrap .list-wrap li span {
    color: var(--tg-body-color);
    font-weight: 600;
}

.cart__collaterals-wrap .list-wrap li span.amount {
    font-weight: 800;
    color: var(--tg-heading-color);
    font-size: 1.25rem;
}

.cart__collaterals-wrap .tg-btn {
    width: 100%;
    text-align: center;
    justify-content: center;
}

.f-right {
    float: right;
}

@media (max-width: 767.98px) {
    .f-right {
        float: none;
    }
}

@media (max-width: 767.98px) {
    .update__cart-btn {
        text-align: center !important;
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 767.98px) {
    .update__cart-btn .tg-btn {
        width: 100%;
        text-align: center;
        justify-content: center;
    }
}

.error-area {
    padding: 120px 0;
}

@media (max-width: 1500px) {
    .error-area {
        padding: 100px 0;
    }
}

.error-img {
    text-align: center;
    width: 648px;
    height: 323px;
    margin: 0 auto 65px;
}

@media (max-width: 1500px) {
    .error-img {
        margin-bottom: 45px;
    }
}

@media (max-width: 991.98px) {
    .error-img {
        margin-bottom: 40px;
    }
}

@media (max-width: 767.98px) {
    .error-img {
        margin-bottom: 30px;
        width: 100%;
        height: 100%;
    }
}

.error-img svg {
    width: 100%;
    height: 100%;
    color: var(--tg-theme-primary);
}

.error-content .title {
    margin-bottom: 60px;
    font-weight: 800;
    font-size: 40px;
    letter-spacing: -1px;
}

@media (max-width: 1199.98px) {
    .error-content .title {
        margin-bottom: 35px;
        font-size: 35px;
    }
}

@media (max-width: 767.98px) {
    .error-content .title {
        font-size: 30px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }
}

.error-content .title span {
    display: block;
    margin-top: 10px;
}

@media (max-width: 767.98px) {
    .error-content .title span {
        margin-top: 5px;
    }
}

.error-content .tg-button-wrap {
    justify-content: center;
}

/*=============================
      22. Login
===============================*/
.login__left-side {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    padding: 64px 48px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}

@media (max-width: 991.98px) {
    .login__left-side {
        padding: 32px;
    }
}

@media (max-width: 767.98px) {
    .login__left-side {
        padding: 25px;
        height: 350px;
    }
}

.login__left-side::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 0%, rgba(0, 0, 0, 0.43) 100%);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.login__left-content p {
    font-size: 20px;
    color: var(--tg-color-white-default);
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 1.5rem;
}

@media (max-width: 767.98px) {
    .login__left-content p {
        font-size: 18px;
    }
}

.login__left-content .title {
    font-size: 1.125rem;
    color: var(--tg-color-white-default);
    margin-bottom: 8px;
    font-weight: 700;
}

.login__left-content span {
    display: block;
    line-height: 1;
    color: var(--tg-color-white-default);
    opacity: 0.8;
}

.login__form input[type=email],
.login__form input[type=password] {
    width: 100%;
    background: var(--tg-color-white-default);
    border: 1px solid var(--tg-border-5);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    border-radius: 6px;
    font-size: 15px;
    color: var(--tg-heading-color);
    padding: 11px 18px 12px 18px;
    height: 50px;
    display: block;
    -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;
}

.login__form input[type=email]::placeholder,
.login__form input[type=password]::placeholder {
    font-size: 15px;
    color: var(--tg-body-color);
}

.login__form input[type=email]:focus,
.login__form input[type=password]:focus {
    border-color: var(--tg-theme-primary);
}

.login__form-wrap {
    text-align: center;
    padding: 30px 15px;
    width: 400px;
    margin: 0 auto;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

@media (max-width: 991.98px) {
    .login__form-wrap {
        width: 360px;
    }
}

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

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .login__form-wrap {
        width: 80%;
    }
}

.login__form-wrap .title {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.login__form-wrap .divider {
    display: block;
    padding: 30px 0;
    text-transform: uppercase;
}

.login__form-social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.login__form-social a {
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    height: 48px;
    flex: 1 1 0%;
    align-items: center;
    justify-content: center;
    color: var(--tg-color-white-default);
    background: #212529;
}

.login__form-social a:nth-child(2) {
    background: #066ec2;
}

.login__form .form__grp {
    margin-bottom: 15px;
}

.login__form .tg-btn {
    width: 100%;
    justify-content: center;
    margin-top: 30px;
}

.account__check {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.account__check-remember {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
}

.account__check-remember input {
    width: 20px;
    height: 20px;
    margin-inline-end: 3px;
    padding: 0;
}

.account__check-remember label {
    user-select: none;
}

.account__check-remember label a {
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}

.account__check-forgot a {
    color: var(--tg-theme-primary);
    font-size: 16px;
    text-decoration: underline;
    font-weight: 600;
}

.account__switch {
    margin-top: 30px;
}

.account__switch p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.account__switch a {
    color: var(--tg-theme-primary);
    text-decoration: underline;
    font-weight: 600;
}

/*=============================
      10. Footer
===============================*/
.footer__area {
    background: var(--tg-heading-color);
}

.footer__cta-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px 30px;
    justify-content: space-between;
    padding: 110px 0 45px;
    border-bottom: 1px solid #424242;
}

@media (max-width: 991.98px) {
    .footer__cta-wrap {
        padding: 80px 0 45px;
    }
}

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

.footer__cta-wrap .title {
    margin-bottom: 0;
    color: var(--tg-color-white-default);
    font-size: 64px;
    font-weight: 500;
}

@media (max-width: 1199.98px) {
    .footer__cta-wrap .title {
        font-size: 46px;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    .footer__cta-wrap .title {
        font-size: 36px;
    }
}

.footer__cta-wrap .tg-btn {
    flex: 0 0 auto;
}

@media (max-width: 991.98px) {
    .footer__cta-wrap .tg-btn {
        flex-grow: 1;
        justify-content: center;
    }
}

.footer__logo {
    margin-bottom: 25px;
}



.footer__content p {
    margin-bottom: 25px;
    color: var(--tg-color-gray-1);
    line-height: 1.7;
    font-size: 14px;
}

.footer__social {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    gap: 13px;
}

.footer__social li {
    line-height: 1;
}

.footer__social li a {
    font-size: 22px;
    color: var(--tg-color-gray-1);
}

.footer__social li a:hover {
    color: var(--tg-theme-primary);
}

.footer__widget {
    margin-bottom: 40px;
}

.footer__widget-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 17px;
    text-transform: uppercase;
    color: var(--tg-color-white-default);
    position: relative;
    padding-bottom: 18px;
}

.footer__widget-title::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 4px;
    background: var(--tg-theme-primary);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.footer__link li {
    margin-bottom: 8px;
}

.footer__link li:last-child {
    margin-bottom: 0;
}

.footer__link li a {
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-gray-1);
}

.footer__link li a:hover {
    color: var(--tg-theme-primary);
}

.footer__contact li {
    font-weight: 500;
    text-transform: capitalize;
    color: var(--tg-color-gray-1);
    margin-bottom: 10px;
}

@media (max-width: 1199.98px) {
    .footer__contact li br {
        display: none;
    }
}

.footer__contact li:last-child {
    margin-bottom: 0;
}

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

.footer__contact li a:hover {
    color: var(--tg-theme-primary);
}

.footer__newsletter p {
    margin-bottom: 15px;
    font-weight: 500;
    color: var(--tg-color-gray-1);
}

.footer__newsletter-form input {
    width: 100%;
    border: none;
    background: var(--tg-color-dark-4);
    color: var(--tg-color-gray-1);
    font-size: 14px;
    font-weight: 500;
    padding: 10px 20px;
    height: 44px;
    margin-bottom: 11px;
    display: block;
}

.footer__newsletter-form input::placeholder {
    color: #737373;
    font-size: 14px;
    font-weight: 500;
}

.footer__newsletter-form .tg-btn {
    width: 100%;
    justify-content: center;
    font-family: var(--tg-body-font-family);
    font-weight: 600;
    font-size: 15px;
    height: 44px;
}

.footer__newsletter-form .tg-btn:hover {
    background: var(--tg-color-white-default);
    color: var(--tg-heading-color);
}

.footer__top {
    padding: 140px 0 100px;
}

@media (max-width: 991.98px) {
    .footer__top {
        padding: 90px 0 50px;
    }
}

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

.footer__top .row>*:nth-child(2) .footer__widget {
    margin-left: 40px;
}

@media (max-width: 1199.98px) {
    .footer__top .row>*:nth-child(2) .footer__widget {
        margin-left: 0;
    }
}

.footer__top .row>*:nth-child(3) .footer__widget {
    margin-left: -25px;
}

@media (max-width: 1199.98px) {
    .footer__top .row>*:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}

.footer__top-two {
    padding: 35px 0 0px;
}

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

.footer__top-three .row>*:nth-child(2) .footer__widget {
    margin-left: 130px;
}

@media (max-width: 1199.98px) {
    .footer__top-three .row>*:nth-child(2) .footer__widget {
        margin-left: 0;
    }
}

.footer__top-three .row>*:nth-child(3) .footer__widget {
    margin-left: 80px;
}

@media (max-width: 1199.98px) {
    .footer__top-three .row>*:nth-child(3) .footer__widget {
        margin-left: 0;
    }
}

.footer__top-three .row>*:nth-child(4) .footer__widget {
    margin-left: 85px;
}

@media (max-width: 1199.98px) {
    .footer__top-three .row>*:nth-child(4) .footer__widget {
        margin-left: 0;
    }
}

.footer__bottom {
    background: var(--tg-color-dark-4);
    padding: 28px 0;
}

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

.copyright-text {
    text-align: center;
}

.copyright-text p {
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: #a6a6a6;
}

.copyright-text-two {
    text-align: left;
}

@media (max-width: 767.98px) {
    .copyright-text-two {
        text-align: center;
        margin-bottom: 10px;
    }
}

.payment__method {
    text-align: right;
}

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

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